Having a vserver stable debian and on that one trying to install gforge. At one point following is trying to be done:
# Create devices files [ -c $CHROOTDIR/dev/null ] || mknod $CHROOTDIR/dev/null c 1 3 [ -c $CHROOTDIR/dev/urandom ] || mknod $CHROOTDIR/dev/urandom c 1 9 [ -c $CHROOTDIR/dev/console ] || mknod $CHROOTDIR/dev/console c 5 1 And that is not working... Operation is not permitted. Any idea of what to do!? Thanks, /L _______________________________________________ Vserver mailing list [EMAIL PROTECTED] http://list.linux-vserver.org/mailman/listinfo/vserver
