I was installing the ipppd package with aptitude to try and get my 3G wireless working. Long story short: aptitude only partly installed it and can't get rid of it. It seems to have installed both ipppd and a dependency called isdnutils-base.
sudo aptitude remove ipppd does this:
After noticing that there were entries in rc0.d etc., I've tried using "update-rc -f isdnutils" to get rid of these and this has removed any mention of isdnutils from the rcX.d directories. However, restarting the computer leaves me in the same position as before, unable to remove the two packages. I've tried using the 'purge', 'remove', 'reinstall' and 'install' options in aptitude, and get just the same results (or lack thereof) if I try to use aptitude to remove isdnutils-base. Simply trying to stop isdnutils fails for the same reason:
Any ideas? I'm tearing my hair out!
sudo aptitude remove ipppd does this:
Code:
Removing ipppd ... * Stopping ipppd... /etc/init.d/isdnutils: 114: ./MAKEDEV: not found invoke-rc.d: initscript isdnutils, action "stop" failed. dpkg: error processing ipppd (--purge): subprocess installed pre-removal script returned error exit status 127 Errors were encountered while processing: ipppd E: Sub-process /usr/bin/dpkg returned an error code (1)
Code:
ian@marmot:~$ sudo /etc/init.d/isdnutils stop * Stopping ISDN services... /etc/init.d/isdnutils: 114: ./MAKEDEV: not found
Comment