Re: daemon-less kmod & Alpha no-go!

Steven N. Hirsch (shirsch@ibm.net)
Tue, 21 Apr 1998 07:17:12 -0400 (EDT)


On Mon, 20 Apr 1998, Greg Zornetzer wrote:

> On Mon, 20 Apr 1998, Steven N. Hirsch wrote:
>
> >
> >
> > On Mon, 20 Apr 1998, Adam J. Richter wrote:
> >
> > > How about trying the following:
> >
> > (snip)
> >
> > Actually, needs to be:
> >
> > #!/bin/sh
> > echo logging_modprobe $* > /tmp/modprobe.log.$$
> > /usr/bin/strace /sbin/modprobe $* >> /tmp/modprobe.log.$$ 2>&1
> >
> > as 'strace' writes to stderr.
> >
> > Interestingly enough, it starts working when run indirectly <g>. The
> > trace is attached for loading of the SCSI tape driver.
> >
> Hmmm - could you try backing off some of the security features that Adam
> put into kmod (the root_paranoia stuff). See if any of that is to
> blame...

The security code is not present in Adam's most recent patch (against
2.1.97).

Steve

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu