On Apr 6, 2005 5:27 PM, Nick Smith <[EMAIL PROTECTED]> wrote:
> <quote who="Bastian Balthazar Bux">
> > Calvin Walton wrote:
> >> On Apr 6, 2005 4:50 PM, Nick Smith <[EMAIL PROTECTED]>
> >> wrote:
> >>
> >>>well i tried that and it looked like it was going to work, but
> >>> i
> >>>get this
> >>>
> >>>ACCESS DENIED open_wr: /dev/console
> >>>
> >>>any ideas? that is all that is in the log file as well.
> >>
> >>
> >> Just wondering, do the devices that should be in /dev exist?
> >> If you are running udev, you might need to mount sysfs
> >> mount -t sysfs none /sys
> >> and run /sbin/udevstart to create the devices.
> >>
> > yes that kind of error is reported from portage sandbox.
> > in addition to /dev you may want to mount /proc too
> >
> 
> what is the exact command i need to use to mount both dev and proc?
> 

You can mount proc with:
"mount none -t proc /proc"

If you are using devfs you can mount dev with:
"mount none -t devfs /dev" 

HTH,
Mike
--
gentoo-user@gentoo.org mailing list

Reply via email to