/etc/modutils/0keep: line 9: keep: command not found
i interrupted 'apt-get install linux-wlan-ng' and when i did the command again
i got at the end of the installation messages:
/etc/modutils/0keep: line 9: keep: command not found
Error while executing /etc/modutils/0keep, aborting
Note: If /etc/modutils/0keep should not be an executable script, please ensure
it does not have execute permission
dpkg: error while cleaning up:
subprocess post-removal script returned error exit status 1
Errors were encountered while processing:
/var/cache/apt/archives/linux-wlan-ng_0.2.5+dfsg+prism2dl-1etch1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
kloro@debian:/etc/modutils$
system details:
kloro@debian:/etc/modutils$ uname -r
2.6.16.4
and etch
thanks,
tom arnall
arcata
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
01-20-2008, 10:53 AM
Florian Kulzer
/etc/modutils/0keep: line 9: keep: command not found
On Sat, Jan 19, 2008 at 22:11:28 -0800, tom arnall wrote:
> i interrupted 'apt-get install linux-wlan-ng' and when i did the command again
> i got at the end of the installation messages:
>
> /etc/modutils/0keep: line 9: keep: command not found
> Error while executing /etc/modutils/0keep, aborting
> Note: If /etc/modutils/0keep should not be an executable script, please ensure
> it does not have execute permission
> dpkg: error while cleaning up:
> subprocess post-removal script returned error exit status 1
> Errors were encountered while processing:
> /var/cache/apt/archives/linux-wlan-ng_0.2.5+dfsg+prism2dl-1etch1_i386.deb
> E: Sub-process /usr/bin/dpkg returned an error code (1)
As far as I can tell, /etc/modutils/0keep should not be executable. It
belongs to the modutils package, which itself is depreciated for 2.6
kernels and has been superceded by module-init-tools.
> system details:
>
> kloro@debian:/etc/modutils$ uname -r
> 2.6.16.4
Etch's kernel is at 2.6.18.5.
> and etch
Not really, you seem to be running something in between Sarge and Etch.
I would fully upgrade to Etch before doing anything else. Then you can
install module-assistant and it should do all the wlan-ng-related work
for you. ("module-assistant prepare" followed by "module-assistant
auto-install linux-wlan-ng".)
/etc/modutils/0keep: line 9: keep: command not found
my questions are inline. thanks.
On Sunday 20 January 2008 03:53, Florian Kulzer wrote:
> On Sat, Jan 19, 2008 at 22:11:28 -0800, tom arnall wrote:
> > i interrupted 'apt-get install linux-wlan-ng' and when i did the command
> > again i got at the end of the installation messages:
> > > Error while executing /etc/modutils/0keep, aborting
> > Note: If /etc/modutils/0keep should not be an executable script, please
> > ensure it does not have execute permission
> > dpkg: error while cleaning up:
> > subprocess post-removal script returned error exit status 1
> > Errors were encountered while processing:
> >
> > /var/cache/apt/archives/linux-wlan-ng_0.2.5+dfsg+prism2dl-1etch1_i386.deb
> > E: Sub-process /usr/bin/dpkg returned an error code (1)
>
> As far as I can tell, /etc/modutils/0keep should not be executable. It
> belongs to the modutils package, which itself is depreciated for 2.6
> kernels and has been superceded by module-init-tools.
is there any way i can get rid of the message '/etc/modutils/0keep: line 9:
keep: command not found [etc]' while i am doing the upgrade.
btw, when i remove the x permission from 0keep, i get similar messages
for /etc/modutils/actions and other files in modutils/. i tried removing x
permission for all files in modutils/, and then got same kind of message for
files deeper into the directory structure. at that point i gave up on it.
>
> > system details:
> >
> > kloro@debian:/etc/modutils$ uname -r
> > 2.6.16.4
>
> Etch's kernel is at 2.6.18.5.
>
> > and etch
>
> Not really, you seem to be running something in between Sarge and Etch.
> I would fully upgrade to Etch before doing anything else. Then you can
> install module-assistant and it should do all the wlan-ng-related work
> for you. ("module-assistant prepare" followed by "module-assistant
> auto-install linux-wlan-ng".)
i have been doing 'apt-get upgrade' fairly regularly. is there s'thing else i
need to do?
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
01-20-2008, 05:39 PM
tom arnall
/etc/modutils/0keep: line 9: keep: command not found
On Sunday 20 January 2008 10:23, David Paleino wrote:
> Il giorno Sun, 20 Jan 2008 10:26:42 -0800
>
> tom arnall <kloro2006@gmail.com> ha scritto:
> > i have been doing 'apt-get upgrade' fairly regularly. is there s'thing
> > else i need to do?
>
> That's not sufficient.
>
> You should also apt-get dist-upgrade. Use with caution though, check what
> it tries to remove and prepare to reinstall those packages in case of need.
>
> Kindly,
> David
David,
hmmm. i did 'chmod -R 777 /dev' a couple of months ago, changing unwittingly
many (most?) permissions on the system accordingly. will a dist-upgrade wreck
what is left of the system?
thanks,
tom arnall
arcata
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
01-20-2008, 05:39 PM
David Paleino
/etc/modutils/0keep: line 9: keep: command not found
Il giorno Sun, 20 Jan 2008 10:39:19 -0800
tom arnall <kloro2006@gmail.com> ha scritto:
> David,
>
> hmmm. i did 'chmod -R 777 /dev' a couple of months ago, changing unwittingly
> many (most?) permissions on the system accordingly.
Why did you do that?
> will a dist-upgrade wreck what is left of the system?
/etc/modutils/0keep: line 9: keep: command not found
inline.
On Sunday 20 January 2008 10:39, David Paleino wrote:
> Il giorno Sun, 20 Jan 2008 10:39:19 -0800
>
> tom arnall <kloro2006@gmail.com> ha scritto:
> > David,
> >
> > hmmm. i did 'chmod -R 777 /dev' a couple of months ago, changing
> > unwittingly many (most?) permissions on the system accordingly.
>
> Why did you do that?
under the general category of impatience and a lack of morning coffee. beyond
that i am embarrassed to tell ;o)
>
> > will a dist-upgrade wreck what is left of the system?
>
> It will upgrade your system to an etch one.
>
> Kindly,
> David
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org