On Mon, May 16, 2005 at 04:04:25AM +0200, Gilles wrote: > Hello. > > In a vserver, I've installed "runit" as init replacement. > > At startup, it complains about not finding "/dev/console". > It's just a "warning", so it's not strictly necessary, but > is there a way to make it happy? > > Or, are there good reasons for "/dev/console" not being > available inside a vserver?
well, /dev/console is not virtualized ... probably the best is to replace it with /dev/null or if you really want to see the output with /dev/tty0 ... but if you think that guests should have access to the host console then you can also provide /dev/console ... best, Herbert > Thanks, > Gilles > _______________________________________________ > Vserver mailing list > [email protected] > http://list.linux-vserver.org/mailman/listinfo/vserver _______________________________________________ Vserver mailing list [email protected] http://list.linux-vserver.org/mailman/listinfo/vserver
