Hi

i setup two containers, unprivileged, one with Ubuntu 14.04 and the other one with CentOS 6.5.

in both servers i install squid (apt-get install squid3, yum install squid, dont ask why) but i can launch only squid service in CentOS. in Ubuntu i can't launch the daemon, always fails aparently

====
☁  playbooks  lxc-attach -n centosproxy
bash-4.1# service squid restart
Stopping squid: ................                           [  OK  ]
Starting squid: .                                          [  OK  ]
bash-4.1# exit
exit
☁  playbooks  lxc-attach -n proxy
root@proxy:/# service squid3 restart
stop: Unknown instance:
squid3 start/pre-start, process 6749
root@proxy:/# service squid3 restart
stop: Unknown instance:
squid3 start/running, process 6887
root@proxy:/# exit
exit
====

i think that the problem is related to upstart in Ubuntu, right ? i remember that sometimes i get

====
Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
====

with some services in Ubuntu containers, (mysql, mariadb) but the service get launched.

this problem is related with this container ?


Yonsy Solis
_______________________________________________
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to