Starting Script when user logs on.

2005-08-03 Thread Md Shanto
Hi all, I am trying to force script for logging all text I/O activities at the moment user logs in. Most of the users are running bash at this moment. Initially I tired with ttyrec a tty recorder and failed, as it says Out of pty's - Terminated. Now, I tried something like below:

Running script on 2.6 fails

2005-08-03 Thread jampala-baba
Dear all, I am right now working on understaning the 2.6 kernel BLOCK sbull drivers implementation provided in the Linux book 3rd Edition book. I am OK with the block driver aspects. But, I am NOT able to run sbull_load scruipt to create the device NODES. when I tried running the script, i

Re: Re: Problem while inserting pciehp (PCI Express Hot-plug) driver

2005-08-03 Thread Rajesh Shah
On Sun, Jul 31, 2005 at 12:20:30AM +0800, kylin wrote: I wonder if i can workaround the MSI using the polling way on the server geared by E7520 and the firmware with no OSC implemented Per the PCI firmware spec (I'm looking at draft 0.9, version 3.0), the OS must explicitly get control of

Re: Running script on 2.6 fails

2005-08-03 Thread Arturas Moskvinas
Dear all, I am right now working on understaning the 2.6 kernel BLOCK sbull drivers implementation provided in the Linux book 3rd Edition book. I am OK with the block driver aspects. But, I am NOT able to run sbull_load scruipt to create the device NODES. when I tried running the script,

RE: Running script on 2.6 fails

2005-08-03 Thread Mukund JB.
Dear Arturas, Please see the entire sbull_load script below Regards, Mukund Jampala -- sbull_load script --- #!/bin/sh function make_minors { let part=1 while (($part $minors)); do let minor=$part+$2 mknod $1$part b