Sorry for the late reply, but it was a holiday weekend here in the US. Thank you for your input. Creating the devpts.conf as you described allows me to SSH into my running container. However, lxc-console is still unresponsive. When I run the command ("lxc-console -n container_name") it says "press ctrl+a q to exit" but anything I do after entering the initial command doesn't do anything. The terminal still lets me type, but lxc-console doesn't appear to work.
At least I can SSH into my containers now. Thank you for that, as it allows me to continue forward with the implementation that I had planned to use. Pat ----- Original Message ----- From: "Papp Tamas" <tom...@martos.bme.hu> To: lxc-users@lists.sourceforge.net Sent: Sunday, November 27, 2011 3:07:31 AM Subject: Re: [Lxc-users] "PTY allocation request failed on channel 0 - stdin: is not a tty" On 11/27/2011 05:54 AM, Patrick Kevin McCaffrey wrote: > Hello, > > I'm trying to configure a few LXC guests on my Ubuntu machine. I have > configured the container using the methods described at > http://blog.bodhizazen.net/linux/lxc-linux-containers/ and > http://blog.bodhizazen.net/linux/lxc-configure-ubuntu-lucid-containers/. > However, I'm running into a problem when trying to connect to my container > via ssh or the lxc-console. When I try to connect I get the following: > > PTY allocation request failed on channel 0 > stdin: is not a tty > > Any and all help would be appreciated. Let me know if I can post any > configuration files or logs to assist. > hi, Try this: $ cat /etc/init/devpts.conf start on startup exec mount -t devpts none /dev/pts -o rw,noexec,nosuid,gid=5,mode=0620 tamas ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Lxc-users mailing list Lxc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxc-users ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Lxc-users mailing list Lxc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxc-users