Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    What happens when you run dpkg directly? Like try installing a .deb file manually:
    Code:
    dpkg --install foo.deb

  3. #3
    Just Joined!
    Join Date
    Feb 2006
    Posts
    7
    Killed. Hmm.

  4. #4
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    What's killed?

  5. #5
    Just 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.

  6. #6
    Just Joined!
    Join Date
    Feb 2006
    Posts
    7
    Anyone else looked at this?

  7. #7
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    the logfile will be at
    Code:
    /var/log/dpkg.log
    you may also try
    Code:
    apt-get -f install
    or
    Code:
    apt-get --purge remove pdfkit.framework
    and then try to reinstall that program
    Brilliant Mediocrity - Making Failure Look Good

  8. #8
    Just 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

  9. #9
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •