I also had the same error... It had to do with the network, not mount. (-e
invalid option).  What I had to do to fix it, was to manually go into my
/etc/init.d/network and search for the "-e" and change it to a "-n".  Now I
don't get that annoying error when it says "starting network".  One of the
upgrades of initscripts or sysctl (which is what the real error is coming
from, the network init.d script is calling "sysctl -e -p ...blahblahblah",
you have to change it to"sysctl -n -p ....blahblahblah") changed the sysctl
command, but didn't update the script, so it would give a constant error on
bootup.... Hope this helps...


Daniel McKee
----- Original Message -----
From: "Chmouel Boudjnah" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 12, 2001 6:30 PM
Subject: Re: [Cooker] network script has error


> OS <[EMAIL PROTECTED]> writes:
>
> > Hello,
> >
> > The /etc/init.d/network script from initscripts-5.82-4mdk reports
> > "error: Unknown parameter '-e'"
>
> update your mount rpm :
>
> (chmou@giants)[~]-% ch -2 $(rpm -qf /sbin/swapon)
> * Wed Apr 11 2001 Francis Galiegue <[EMAIL PROTECTED]> 2.11b-5mdk
>
> - Fixed ia64 patch (ghibosuckshardonthisoneshouldcheckwhathesdoing)
>
> * Mon Apr 09 2001 Chmouel Boudjnah <[EMAIL PROTECTED]> 2.11b-4mdk
>
> - Add RH patch for swapon to add option -e.
>
>
>
> --
> MandrakeSoft Inc                     http://www.chmouel.org
>                       --Chmouel
>


Reply via email to