Hi, I am trying to set up Efabless on my VM by fol...
# sky130
f
Hi, I am trying to set up Efabless on my VM by following the "Getting Started" tutorials from YouTube page. When trying to clone a repository, my virtual machine does not connect to docker even after successfully installing docker on my machine. Attached is my error.
f
@Mitch Bailey Unfortunately this does not apply to me at this moment.
This is the tutorial I am referring to:

https://www.youtube.com/watch?v=1aAnAZquPtQ&list=PLZuGFJzpFksB83NFHbO_U5Uw3ufjbJ7ws&index=2

m
@Fehintola Sangodeyi what do these commands return?
Copy code
> groups
> id
f
image.png
m
Looks good. From the web here 1.
ls -l /var/run/docker.sock
Should be
660
with the user=
root
group=
docker
. If not, change it with
su chmod 660 /var/run/docker.sock
2. If the above is correct and docker still doesn’t work, reboot. Let us know how it goes.
f
Update: I was able to reboot the docker and continue with the installation. I ran the step 1 code and received this:
👍 1
image.png
Also I am having trouble with the klayout command
m
docker.sock
file looks good. Don’t know why klayout is crashing. Can you start klayout without a gds file?
f
Any suggestions on a klayout command?
m
You might try checking your graphic environment first. Does
xeyes
pop up a window?
f
yes
m
Good! What version of klayout are you using?
klayout -v
Can you start klayout without a gds file?
klayout -e
f
image.png,image.png
m
That’s unexpected. Can you ask on #klayout?
👍 1