Re: 2.2.14: hang when loading multiple modules

From: Goswin Brederlow (goswin.brederlow@student.uni-tuebingen.de)
Date: Mon Jun 19 2000 - 15:39:00 EST


>>>>> " " == Paul Jakma <paulj@itg.ie> writes:

> I'm trying to remove CAP_SYS_MODULES from cap-bound. To this
> end i'm writing an rc script to insert all the modules that the
> box needs.

> my initial attempt at loading all the modules was:

> for MODULE in \ cpqarray \ autofs fat msdos nfsd nfs \
> ip_masq_ftp ip_masq_portfw ipip rarp \ sunrpc \ eepro \
> ethertap bsd_comp dummy eql ppp_deflate slhc ppp \ sg st
> sym53c8xx;
> do modprobe $MODULE; done

I do the same for ppp and related, but with insmod and never had a
problem. Looks more like a broken module.

Try
        do modprobe $MODULE; sleep 15; done
If that doesn`t hang try sleep 1 and sleep 0.

MfG
        Goswin

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Jun 23 2000 - 21:00:18 EST