Results 1 to 9 of 9
Hi,
I've got a cruddy little system on which I have installed Debian. To give you an idea how little I know, I can't even tell you what version. I ...
- 02-22-2006 #1Just Joined!
- Join Date
- Feb 2006
- Posts
- 7
rrrrrr. Debian apt all shplocked up.
Hi,
I've got a cruddy little system on which I have installed Debian. To give you an idea how little I know, I can't even tell you what version. I do actually have a CS degree, and I've been mucking around with computers since 1980, but I just haven't had a Debian job yet so I'm a little short on details.
I can tell you that every time I run apt-get upgrade or aptitude I get this message that "sub-process /usr/bin/dpkg exited unexpectedly" and I know enough to know that this isn't enough information to solve this, but can someone tell me what logfiles or readme files to look at, and maybe what kind of entries to expect in the logs so I can figure out what's wrong with the thing? If there's a FAQ somewhere, I'll take a pointer to that, I'll look at all the howto's and whatnot's, but I'd like to see if anyone can provide some focus early on.
I appreciate any help you can give. Thanks.
John
- 02-22-2006 #2
What happens when you run dpkg directly? Like try installing a .deb file manually:
Code:dpkg --install foo.deb
- 02-22-2006 #3Just Joined!
- Join Date
- Feb 2006
- Posts
- 7
Killed. Hmm.
- 02-22-2006 #4
What's killed?
- 02-22-2006 #5Just Joined!
- Join Date
- Feb 2006
- Posts
- 7
That's what I get. I typed "dpkg --install /.../pdfkit.framework_0.8...i386.deb, the system sits for a while and then I get a line that just says "Killed" and I get the prompt. I also just tried the --debug=10 option and got the same thing. Weird.
- 02-22-2006 #6Just Joined!
- Join Date
- Feb 2006
- Posts
- 7
Anyone else looked at this?
- 02-23-2006 #7
the logfile will be at
you may also tryCode:/var/log/dpkg.log
orCode:apt-get -f install
and then try to reinstall that programCode:apt-get --purge remove pdfkit.framework
Brilliant Mediocrity - Making Failure Look Good
- 02-23-2006 #8Just Joined!
- Join Date
- Feb 2006
- Posts
- 7
Thanks - but it still broke
Hi,
Thanks for the tip, but I get the same result, Sub-process /usr/bin/dpkg exited unexpectedly. I'll keep looking around, if you have any other suggestions I'm happy to try them.
John
- 03-08-2006 #9Just Joined!
- Join Date
- Feb 2006
- Posts
- 7
Figured (guessed?) what was wrong
It appears my dpkg installation was actually broken, so no installs were working and all for different reasons. Very strange-looking problem. The safety procedure I'm putting in place is to re-install dpkg every two weeks.
Thanks for the help folks.
John


Reply With Quote
