FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Debian > Debian User

 
 
LinkBack Thread Tools
 
Old 01-20-2008, 05:11 AM
tom arnall
 
Default /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
 
Old 01-20-2008, 10:53 AM
Florian Kulzer
 
Default /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".)

--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 01-20-2008, 05:23 PM
David Paleino
 
Default /etc/modutils/0keep: line 9: keep: command not found

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

--
. '`. Debian maintainer | http://wiki.debian.org/DavidPaleino
: :' : Linuxer #334216 --|-- http://www.hanskalabs.net/
`. `'` GPG: 1392B174 ----|---- http://snipr.com/qa_page
`- 2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
 
Old 01-20-2008, 05:26 PM
tom arnall
 
Default /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?


>
> --
> Regards, | http://users.icfo.es/Florian.Kulzer
> Florian |



--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 01-20-2008, 05:39 PM
tom arnall
 
Default /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
 
Old 01-20-2008, 05:39 PM
David Paleino
 
Default /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?

It will upgrade your system to an etch one.

Kindly,
David

--
. '`. Debian maintainer | http://wiki.debian.org/DavidPaleino
: :' : Linuxer #334216 --|-- http://www.hanskalabs.net/
`. `'` GPG: 1392B174 ----|---- http://snipr.com/qa_page
`- 2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
 
Old 01-20-2008, 05:52 PM
tom arnall
 
Default /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
 

Thread Tools




All times are GMT. The time now is 06:55 PM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org