couldn't connect to zsys daemon: connection error: desc = "transport: Error while dialing dial unix /run/zsysd.sock: connect: no such file or directory" I get this when installing packages in virtual enviroment

Asked by timekeeper40

virtual environment when I am installing packages I get this error.

Question information

Language:
English Edit question
Status:
Solved
For:
Cubic Edit question
Assignee:
No assignee Edit question
Solved by:
Cubic PPA
Solved:
Last query:
Last reply:
Revision history for this message
Best Cubic PPA (cubic-wizard) said :
#1

I think your question is the same as this closed bug:
    https://bugs.launchpad.net/cubic/+bug/1886340

This happens because services are not running in the terminal environment in Cubic.

I do think this is a bug in zsys or Ubuntu.

To avoid the zsys related errors, the 1st thing I do in the Cubic terminal is remove zsys.

    $ apt --yes remove zsys

If you are not going to be using zsys, this is a reasonable step to take.

Also, take a look at the end of the list on the Packages page in Cubic.
Note that zsys is actually flagged to be removed.
Therefore, if installation does not require the installer actually removes zsys anyway.

Otherwise, you can live with the zsys related error messages in Cubic's terminal.
I have not experienced a negative consequence as a result of this.
Once you boot into the customized Live ISO, services ~are~ running, so you won's see this error.

Revision history for this message
timekeeper40 (timekeeper40) said :
#2

Thanks, will do.