Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not start lixs? #2

Open
stevepp opened this issue Oct 13, 2016 · 3 comments
Open

Can not start lixs? #2

stevepp opened this issue Oct 13, 2016 · 3 comments

Comments

@stevepp
Copy link

stevepp commented Oct 13, 2016

I have compiled and installed lixs successfully. Besides, I modified the /etc/default/xencommons file following the instructions in the README file. However, there is any error when starting lixs. The error message is as follows:

Starting /usr/local/sbin/lixs...LiXS: [unix_sock_server] Failed to bind socket: No such file or directory

Does anyone know what may have caused this error? My Xen Dom0 runs Ubuntu 14.04 and I am using Xen 4.7.0.

@fmanco
Copy link
Contributor

fmanco commented Oct 14, 2016

I suspect the path /run/xenstored/ might not exist.

@stevepp
Copy link
Author

stevepp commented Oct 14, 2016

The path /var/run/xenstored does exit. Inside it there are two sockets defined: socket and socket_ro.

@fmanco
Copy link
Contributor

fmanco commented Oct 16, 2016

That's weird. It is clearly failing on https://github.com/cnplab/lixs/blob/master/lib/lixs/unix_sock_server.cc#L133, which is a simple bind. Only thing I can think of is the socket path is being set on the command line/configuration files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants