On Wednesday 06 November 2002 00:34, Bob Hilliard wrote: > I have built a sid chroot by installing debootstrap and > build-essential. The procps package is installed, but the proc > directory in the chroot is empty. This makes it difficult to install > and start/stop the daemon. > > Can anyone advise how I can make proc file system work in the > chroot?
Hi Bob, just do a "mount /proc /proc -t proc" (from within the chroot of course). Cheers, Yven -- Yven Johannes Leist - [EMAIL PROTECTED] http://www.yven.beldesign.de -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

