Re: NT: boot to Linux?

1998-05-24 Thread C.L.Daugaard
Try http://www.owlnet.rice.edu/~sedmison/directboot.html On Sat, May 23, 1998 at 08:59:47PM -0500, Gregory Guthrie wrote: NT provides a boot manager, with a startup option to boot to various OS's, clearly intended mainly for MSoft versions! Can this be used to provide a boot to a Linux

Re: NT: boot to Linux?--correction

1998-05-24 Thread C.L.Daugaard
Sorry for the stale link. Use this instead: http://www.bcpl.net/~dbryan/directboot.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Super.tab syntax

1998-04-21 Thread C.L.Daugaard
On Mon, Apr 20, 1998 at 08:32:56AM -0400, Brandon Mitchell wrote: On Mon, 20 Apr 1998, C.L.Daugaard wrote: On Sun, Apr 19, 1998 at 09:29:33PM -0400, Brandon Mitchell wrote: I still get bash: /proc/sys/net/ipv4/ip_forward: Permission denied I don't use super, but it's

Super.tab syntax--solved

1998-04-21 Thread C.L.Daugaard
In case anyone's interested, here's the piece that was missing from the scripts (from the super man page :o) ): prog=`basename $0` test X$SUPERCMD = X$prog || exec /usrq/bin/super $prog ${1+$@} The user is able to execute

Re: Super.tab syntax

1998-04-20 Thread C.L.Daugaard
On Sun, Apr 19, 1998 at 09:29:33PM -0400, Brandon Mitchell wrote: Have you tried escaping the shell characters: echo \1\ \ /proc/sys/net/ipv4/ip_forward Thanks, I hadn't. Unfortunately bash still complains about permissions. I additionally tried setting real uid to root, but when I

Super.tab syntax

1998-04-19 Thread C.L.Daugaard
Using super, I'd like to enable certain users to execute the following: echo 1 /proc/sys/net/ipv4/ip_forward I've given super privilege for this exact string in super.tab, and running super with the -d flag confirms it, but when the user tries the command he gets [name of script