n-y-z-o / nyzoVerifier

Verifier for the Nyzo cryptocurrency
The Unlicense
73 stars 42 forks source link

error: <class 'socket.error'> #13

Closed BowgartField closed 4 years ago

BowgartField commented 4 years ago

Hello, I have got a error when i triy to execute the command "supervisor reload".

The entire error is :

error: <class 'socket.error'>, [Errno 2] No such file or directory: file: /usr/lib/python2.7/socket.py line: 228

I'm running this into a ubuntu docker container.

Thank

EarthlingDavey commented 4 years ago

There are a couple of things. In docker don't run commands as sudo un-necessarily.

And

touch /var/run/supervisor.sock
chmod 777 /var/run/supervisor.sock
service supervisor restart

before sudo supervisorctl reload

☮️

BowgartField commented 4 years ago

There are a couple of things. In docker don't run commands as sudo un-necessarily.

And

touch /var/run/supervisor.sock
chmod 777 /var/run/supervisor.sock
service supervisor restart

before sudo supervisorctl reload

☮️

Thank you so much but now I got a new error: error: <class 'socket.error'>, [Errno 111] Connection refused: file: /usr/lib/py thon2.7/socket.py line: 228

EarthlingDavey commented 4 years ago

What about this...

touch /var/run/supervisor.sock
chmod 777 /var/run/supervisor.sock
service supervisor restart
service supervisor start
supervisorctl reload
supervisorctl status

I'm in #help on discord if you want to speak there for 5 mins.

BowgartField commented 4 years ago

i'm trying this. what's the discord