Re: vzctl enter hangs

2011-03-04 Thread Henk van de Kamer
> That says nothing about what the child process does. Correct, but that is as far as I get with my knowledge :-). I've also a strace with Bash 4.1 patchlevel 9 around this point and that goes as follows: ... clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr

Re: vzctl enter hangs

2011-03-04 Thread gnu.bash.bug
I've noticed the same behavior while it works with the original redhat/cenos (3.2.25) shell it will not work with 4.2.6 Example: # vzctl enter 152 will just hang. Attaching to the bash process within the container shows the following backtrace: (gdb) bt #0 0x00f297f2 in _dl_sysinfo_int80

Re: vzctl enter hangs

2011-03-04 Thread Chet Ramey
On 3/4/11 4:50 AM, gnu.bash.bug wrote: > I've noticed the same behavior > > while it works with the original redhat/cenos (3.2.25) shell it will > not work with 4.2.6 > > Example: > > # vzctl enter 152 > will just hang. > > Attaching to the bash process within the container shows the follo

Re: vzctl enter hangs

2011-03-04 Thread gnu.bash.bug
Any hints how to troubleshoot this? I tried to change the root shell "to /bin/bash -v" but did not get any more output...seems as as the shell starts but hangs before displaying the prompt. The strange thing is that it works while logging in using ssh to the same container. //Michael