New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

update-inetd: command not found

Got problems with Bubba? Then this forum is for you.
Locked
gorgulator
Posts: 14
Joined: 23 Oct 2007, 08:55

update-inetd: command not found

Post by gorgulator »

Hello together,

after a long time I re-started my bubba server and wanted to do some upgrades .... but unfortunately they don't work.

apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be upgraded:
base-config ftd libexif10 libflac6 libpq3 libvorbis0a libvorbisfile3 libxml2
mediatomb samba tar util-linux
12 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
6 not fully installed or removed.
Need to get 0B/9188kB of archives.
After unpacking 11.2MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Preconfiguring packages ...
(Reading database ... 12786 files and directories currently installed.)
Preparing to replace samba 3.0.14a-3sarge6 (using .../samba_3.0.14a-3sarge11_arm.deb) ...
Unpacking replacement samba ...
/var/lib/dpkg/info/samba.postrm: line 22: update-inetd: command not found
dpkg: warning - old post-removal script returned error exit status 127
dpkg - trying script from the new package instead ...
/var/lib/dpkg/tmp.ci/postrm: line 22: update-inetd: command not found
dpkg: error processing /var/cache/apt/archives/samba_3.0.14a-3sarge11_arm.deb (--unpack):
subprocess new post-removal script returned error exit status 127
/var/lib/dpkg/tmp.ci/postrm: line 22: update-inetd: command not found
dpkg: error while cleaning up:
subprocess post-removal script returned error exit status 127
Preparing to replace tar 1.14-2.3 (using .../archives/tar_1.14-2.4_arm.deb) ...
Unpacking replacement tar ...
Errors were encountered while processing:
/var/cache/apt/archives/samba_3.0.14a-3sarge11_arm.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


My Sources.list look like that:

deb http://ftp.se.debian.org/debian/ sarge main
deb http://security.debian.org/ sarge/updates main
deb http://ftp.se.debian.org/debian/ sarge non-free

deb http://update.excito.net/ bubba main


I also tried to remove samba - which didn't work either.

So I'll be pleased about any hints what to do ...

Thank you,
Gorgulator
TN
Posts: 8
Joined: 14 Apr 2008, 09:16

Post by TN »

Try out the following:

Code: Select all

which update-inetd
dpkg --search /usr/sbin/update-inetd
to see if you have the package that should contain update-inetd installed.

If it is missing I would have tried to install netbase with the following commands:

Code: Select all

apt-get update
apt-get install netbase
What is strange is that netbase should be installed unless the specific bubba packages does something here...???
Locked