aptitude safe-upgrade How do I get past the Stefan Fritsch message?

Discussion in 'Installation/Configuration' started by PermaNoob, Mar 12, 2011.

  1. PermaNoob

    PermaNoob Member

    Yeah, I know, noob question, but I don't know how to do it in Putty.

    I get to /tmp/tmpBGTjut (END) and can't continue. I have to ctrl C to get out of it but the safe-upgrade hasn't completed.
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Can you post the exact output?
     
  3. PermaNoob

    PermaNoob Member

    Easier to show you.

    (pm'd the link to you)

    I hit enter 3 times at the end to show you what happens--nothing.
     
    Last edited: Mar 13, 2011
  4. falko

    falko Super Moderator ISPConfig Developer

    What's in your /etc/apt/sources.list?
     
  5. PermaNoob

    PermaNoob Member

    deb ftp://mirror.hetzner.de/debian/packages lenny main contrib no$
    deb ftp://mirror.hetzner.de/debian/security lenny/updates main contrib no$

    deb http://ftp.de.debian.org/debian lenny main non-free contrib
    deb-src http://ftp.de.debian.org/debian lenny main non-free contrib

    deb http://security.debian.org/ lenny/updates main contrib non-free
    deb-src http://security.debian.org/ lenny/updates main contrib non-free

    deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-$
    deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-$
    deb http://ftp.de.debian.org/debian lenny main
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Hm, looks ok. Anyway, can you try this one instead?

    Code:
    deb http://ftp.debian.org/debian lenny main contrib non-free
    deb     http://security.debian.org/  lenny/updates  main contrib non-free
    deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
    Run
    Code:
    apt-get update
    afterwards and try again.
     
  7. PermaNoob

    PermaNoob Member

    No change.

    It looks like it just needs a mouse click, but of course that won't work in Putty, so I probably just need the key combination to get past that (END) message.

    Btw, I'm using aptitude.
     
  8. falko

    falko Super Moderator ISPConfig Developer

    Did you try q or ENTER?
     
  9. PermaNoob

    PermaNoob Member

    Of course I tried enter, and tab, arrow keys, and everything else I could think of-
    -however, q is what did it--thanks!
     
    Last edited: Mar 25, 2011

Share This Page