On Tue, Dec 12, 2000 at 01:54:22PM +0100, Christoph Martin wrote:
> #chroot /new/ /bin/bash
> Segmentation fault
try mounting /proc first - that solved the problem for me(due to a hint
from Flo):
chroot /new/ mount /proc
chroot /new/
should hopefully work then. AFAIK this is a problem in glibc which
should be fixed in current cvs.
 -- Guido

Reply via email to