Bug#520713: [Buildd-tools-devel] Bug#520713: init script start hangs

2009-03-22 Thread Peter Palfrader
| Sun 15:41:30 weasel: One thing you could try is to configure with |CXXFLAGS=-pthread to see if that fixes things. It may |be that alpha is sensitive in this regard. goetz:~# sh -x /etc/init.d/schroot start + SCHROOT=/usr/bin/schroot + PATH=/usr/

Bug#520713: [Buildd-tools-devel] Bug#520713: init script start hangs

2009-03-22 Thread Roger Leigh
On Sun, Mar 22, 2009 at 02:53:04PM +0100, Peter Palfrader wrote: > On Sun, 22 Mar 2009, Peter Palfrader wrote: > > Core was generated by `schroot > --chroot=sid-alpha-sbuild-7855514e-e68e-40e3-8198-61366cd44074 --recove'. > Program terminated with signal 6, Aborted. > [New process 24735] > #0 0x

Bug#520713: [Buildd-tools-devel] Bug#520713: init script start hangs

2009-03-22 Thread Peter Palfrader
goetz:/var/lib/schroot# ls -l mount/ total 8 drwxr-xr-x 2 root root 4096 Mar 22 13:51 sid-alpha-sbuild-7855514e-e68e-40e3-8198-61366cd44074 drwxr-xr-x 2 root root 4096 Mar 19 06:55 sid-alpha-sbuild-ee305a11-0438-440b-a39f-f50c7c342553 goetz:/var/lib/schroot# ls -l session/ total 8 -rw-r--r-- 1

Bug#520713: [Buildd-tools-devel] Bug#520713: init script start hangs

2009-03-22 Thread Peter Palfrader
On Sun, 22 Mar 2009, Peter Palfrader wrote: Core was generated by `schroot --chroot=sid-alpha-sbuild-7855514e-e68e-40e3-8198-61366cd44074 --recove'. Program terminated with signal 6, Aborted. [New process 24735] #0 0x02452d68 in raise () from /lib/libc.so.6.1 (gdb) bt #0 0x02452

Bug#520713: [Buildd-tools-devel] Bug#520713: init script start hangs

2009-03-22 Thread Peter Palfrader
Core was generated by `schroot --chroot=sid-alpha-sbuild-7855514e-e68e-40e3-8198-61366cd44074 --recove'. Program terminated with signal 6, Aborted. [New process 19841] #0 0x02452d68 in raise () from /lib/libc.so.6.1 (gdb) bt #0 0x02452d68 in raise () from /lib/libc.so.6.1 #1 0x0

Bug#520713: [Buildd-tools-devel] Bug#520713: init script start hangs

2009-03-22 Thread Peter Palfrader
On Sun, 22 Mar 2009, Peter Palfrader wrote: goetz:~# strace -f schroot --chroot=sid-alpha-sbuild-7855514e-e68e-40e3-8198-61366cd44074 --recover-session 2>&1 | head -n 750 > ~weasel/strace-head execve("/usr/bin/schroot", ["schroot", "--chroot=sid-alpha-sbuild-785551"..., "--recover-session"],

Bug#520713: [Buildd-tools-devel] Bug#520713: init script start hangs

2009-03-22 Thread Peter Palfrader
On Sun, 22 Mar 2009, Peter Palfrader wrote: > > Are there any other child processes around on the system? > > Nope: | Sun 12:56:18 Could you run with '-v --debug=notice' so we can see where it stops? with just --verbose it hangs and there's no output. With --debug=notice also it aborts: D

Bug#520713: [Buildd-tools-devel] Bug#520713: init script start hangs

2009-03-22 Thread Peter Palfrader
On Sun, 22 Mar 2009, Roger Leigh wrote: > On Sun, Mar 22, 2009 at 10:54:52AM +0100, Peter Palfrader wrote: > > > > Since the init script is run in rcS/75, before there is an sshd or > > anything else useful this breaks the system completely, requiring remote > > hands from a local person if no OO

Bug#520713: [Buildd-tools-devel] Bug#520713: init script start hangs

2009-03-22 Thread Roger Leigh
On Sun, Mar 22, 2009 at 10:54:52AM +0100, Peter Palfrader wrote: > > Since the init script is run in rcS/75, before there is an sshd or > anything else useful this breaks the system completely, requiring remote > hands from a local person if no OOB access is available. > > goetz:~# sh -x /etc/ini