Quoting Ferenc Holzhauser (ferenc.holzhau...@gmail.com):
> Dear fellow LXC users,
> 
> I'm experiencing an annoying kernel crash each time I'm trying to use
> SSH X forwarding into the container.
> I can open an SSH session but as soon as I start an X app, the crash happens.
> 
> I'm using Lucid (both host and container) with latest updates.
> I have disabled IPv6 both on host and container (kernel and ssh) to
> maximize my chances (google said it might help) but no luck yet.
> 
> Unfortunately I'm not an expert in kernel debugging so I'm kind of
> stuck at the moment.
> I hope someone with more skills has seen this before and has some
> pointers for me where to look further.

Are the container and host the same distribution?

Just to narrow down the possibilities, could you try just starting
an sshd on a custom port, and doing ssh -X to that port?

        shell 1 (as root):
                /usr/sbin/sshd -p 9999
        shell 2:
                ssh -X -p 9999 localhost
                   # xterm

thanks,
-serge

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to