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

unable to install supervisor #194

Closed
inputjoker opened this issue Apr 14, 2016 · 5 comments
Closed

unable to install supervisor #194

inputjoker opened this issue Apr 14, 2016 · 5 comments

Comments

@inputjoker
Copy link

Installing supervisor throws the following error during the installation

Setting up supervisor (3.0b2-1) ...
initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: No such file or directory
runlevel:/var/run/utmp: No such file or directory
Starting supervisor: Unlinking stale socket /var/run/supervisor.sock
Unlinking stale socket /var/run/supervisor.sock
Unlinking stale socket /var/run/supervisor.sock
Unlinking stale socket /var/run/supervisor.sock
Unlinking stale socket /var/run/supervisor.sock
Unlinking stale socket /var/run/supervisor.sock
Unlinking stale socket /var/run/supervisor.sock
Unlinking stale socket /var/run/supervisor.sock`

Upstart seems to be failing but initctl is running

root@localhost:~# initctl --version
initctl (upstart 1.12.1)
Copyright (C) 2006-2014 Canonical Ltd., 2011 Scott James Remnant

This is free software; see the source for copying conditions.  There is NO warranty; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.
@patryk9200
Copy link

Network is not yet fully implemented. Sockets, ICMP etc. is not working for now.

Related to #18 #134

@sunilmut
Copy link
Member

@patryk9200 - Just a clarifying statement on "Network is not yet fully implemented. Sockets, ICMP etc. is not working for now."
Yes, network is not yet fully implemented. Regarding sockets, INET TCP/UDP & UNIX sockets are mostly complete and functional. TCP/UDP sockets need some work on the socket options and UNIX sockets need better VFS integration. IPv6 is also bit messed up right now. Support for other socket types such as NETLINK is mostly missing.

@patryk9200
Copy link

@sunilmut Thanks for clarification! :-)

@bitcrazed
Copy link
Contributor

@inputjoker Could you please re-try on build #14936. If fixed, please close. Thanks.

@jackchammons
Copy link
Contributor

I am no longer able to reproduce this error as of build 14986.

Feel free to reopen if you continue to have problems.

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

5 participants