Hey guys, Little help here.after I ran build comma...
# ieee-sscs-dc-24
c
Hey guys, Little help here.after I ran build command I got this error
n
Update docker once and also check if docker has net access Restarting docker also works
c
I have installed the latest version of docker.i never used it before.also there is internet connection
l
Please show the messeges from the beginning.
c
message has been deleted
message has been deleted
l
Which operating system are you using? and whst is the version?
c
Host is windows 11.So I installed WSL (Ubuntu 22.04LTS)
l
Can you run "uname -a" and send the output
c
Just a sec
n
I rectified this error in VMware Ubuntu 22.04 All I did was restart docker and also did ping test in docker IT mode ...... Also dropping firewall for the installation works .... But I didn't had to drop anything from firewall side Try these sudo ufw allow in on docker0 sudo ufw allow out on docker0 sudo systemctl restart docker And then sudo docker build --no-cache -t openfasoc:glayout .
This worked for me
c
message has been deleted
@Nishchal A V Same error even after typing the above commands
l
The output shows Luna Linux. I'm not sure what it is. You have to install Ubuntu 22.04 on wsl2.
c
Luna is the name of the laptop i gave
@Lab Lecture
l
Linux aloke-VirtualBox 6.5.0-35-generic #35~_*22.04.1-Ubuntu*_ SMP PREEMPT_DYNAMIC Tue May 7 090052 UTC 2 x86_64 x86_64 x86_64 GNU/Linux It should look like this
Better to move to virtual machine
Most probably the issue here is that the wsl2 is not able to access the internet. This can happen if the network adapter is blocked by windows or antivirus. This may happen if you are using a company laptop. This can happen for many other reasons. I'm not be able to help here.