Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 45

Thread: HOWTO: Upgrade to Debian Unstable

  1. #31
    Thanks for the reply and the link to the bugs site. I'm learning all the time !

    Anyway, my libpam-runtime.postinst file already includes the patch - I didn't touch it. Contents of that file are below. I also tried changing the version number as suggested in the first post at the bugs.debian site but still no joy. Have I got it right ? I tried running dpkg --configure libpam-runtime but got an error 1. Results at base of post.

    << contents of file>>

    #!/bin/sh -e

    # If the user has removed the config file, respect this sign of dementia # -- only create on package install.

    if [ -z "$2" ] || dpkg --compare-versions "$2" lt 0.76-17
    then
    for configfile in common-auth common-account common-session \
    common-password
    do
    if [ ! -f /etc/pam.d/$configfile ] || \
    fgrep -q `md5sum /etc/pam.d/$configfile` \
    /usr/share/pam/$configfile.md5sums 2>/dev/null
    then
    cp /usr/share/pam/$configfile /etc/pam.d/
    fi
    done
    test -r /etc/pam.d/other.pre-upgrade &&rm -f /etc/pam.d/other.pre-upgrade fi

    << end of file>>


    root@coffer:~# dpkg --configure libpam-runtime
    Setting up libpam-runtime (0.76-18) ...
    dpkg: error processing libpam-runtime (--configure):
    subprocess post-installation script returned error exit status 1 Errors were encountered while processing: libpam-runtime

  2. #32
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    235
    I just ran apt-get -s install -t unstable libpam-runtime and it shows version 0.76-17 as well as being a clean package. Version 0.76-18 is the faulty one and it appears it might have been replaced moments ago?

  3. #33
    Thanks for your help, it's greatly appreciated. This bug seems super fresh as the patch was entered only today 13/14 April.

    BTW - My version of apt-get seems to be very old. I checked because the commands you gave me just don't work unless I change them. My version is 0.5.4, Aug 19, 2001.

    For example -
    1) dpkg remove --purge libpam-runtime libpam0g libpam0g-dev
    dpkg: need an action option

    I tried a apt-get -f install apt but it just keeps harping on about dependencies. Gee .. this is more fun than pulling off Band Aids/ sticking plaster .... :-)

  4. #34
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    235
    Ok, what if you tried:
    Code:
    dpkg --purge libpam-runtime libpam0g libpam0g-dev
    ? Does that remove it correctly? And you say apt-get doesn't work like mine does? Meaning you can't use:
    Code:
    apt-get -s install -t testing libpam-runtime
    ?

  5. #35
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    235
    Oops, I made a boo boo. Two posts ago I typed:
    Code:
    dpkg remove --purge libpam-runtime
    which obviously is incorrect. I meant to say:
    Code:
    apt-get remove --purge libpam-runtime
    They are similar, you'd think they are one and the same. Apt-get is more for package management and resolving dependencies in one shot whereas dpkg does it one package at a time. Still dpkg --purge is the better command of the two as you won't be removing half of your install as you would with apt-get. But apt-get does have a fail safe with the -s in its command, allowing you to simulate if apt-get can resolve the packages or not prior to commiting the command.

  6. #36
    OKAY - finally got rid of the 3 packages by using

    dpkg --force- --purge libpam-runtime libpam0g libpam0g-dev

    What's next ?

    root@coffer:~# dpkg --force- --purge libpam-runtime libpam0g libpam0g-dev
    (Reading database ... 111824 files and directories currently installed.)
    Removing libpam-runtime ...
    Purging configuration files for libpam-runtime ...
    <I snipped out lots of stuff about dependancies>
    Purging configuration files for libpam0g ...
    root@coffer:

    A test to make sure

    root@coffer:~# dpkg --purge libpam-runtime libpam0g libpam0g-dev
    dpkg - warning: ignoring request to remove libpam-runtime which isn't installed.
    dpkg - warning: ignoring request to remove libpam0g which isn't installed.
    dpkg - warning: ignoring request to remove libpam0g-dev which isn't installed.
    root@coffer:~#

  7. #37
    Success !! Thanks for your great help, patience and support Durand !

    I did a apt-get update and then apt-get -f install and then numerous dpkg --force overwrite command and then the apt-get -f install went smoothly ..... Sweeeeet ...

    One final question - how do I avoid this happening again ? Stick to stable or is this a rare occurence that an update will break a system ?

  8. #38
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    235
    Whew! I'm glad you got this sorted out. As for preventing this from happening again, you can't, but you can minimize the problems with various tools at your disposal. Remember the apt-get tricks I showed you? If you have a mixed system of stable/testing/unstable and you want to make it unstable, you would first edit /etc/apt/apt.conf and change the default release to unstable. Next you would open a console as root and type:
    Code:
    apt-get update
    followed by:
    Code:
    apt-get upgrade
    However, IMO, I think the better idea would be to test first and then commit instead:
    Code:
    apt-get -s -t unstable upgrade
    followed by:
    Code:
    apt-get -t unstable upgrade
    To get a more debian system as opposed to knoppix/debian, you would do this:
    Code:
    apt-get -s -t unstable dist-upgrade
    That will remove some programs and add new ones to make it more debian specific but some knoppix components will remain. Debian unstable is, from what I understand, more stable than most distributions' stable entries. But it is experimental software and you must consider it as such. Think of it as beta software, and you will need to be aware that there will be some broken packages that can't resolve properly. Testing is supposedly beta too, but it's more polished as most of the bugs have been or is being worked out before it is released as stable. Personally, I think testing is more current than stable and just as stable as stable, but not as bleeding edge as unstable.

  9. #39
    Junior Member
    Join Date
    Nov 2004
    Posts
    1
    Quote Originally Posted by Tortoise
    Sorry, it's unclear to me why you would want to do this - why not simply install Debian?
    Mmmm... hardware detection. Some of us have painfully weird hardware, and want the advantages of what Knoppix does for us - but are still set on having a good ole' Debian install.

    There are other ways to do this, I'm sure, but... this works well enough for me

    Crap... can't delete this post either. I just realized I was replying to something written a year ago... sorry folks

  10. #40
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    That's ok, I must have missed this thread when it first came out and I have found it most useful now!

    Thanx,
    AJG

Page 4 of 5 FirstFirst ... 2345 LastLast

Similar Threads

  1. KNOPPIX 3.4 CD remastered w/ Debian unstable, X Server exits
    By RemasteringNoob in forum Customising & Remastering
    Replies: 11
    Last Post: 07-27-2004, 02:26 AM
  2. Upgraded to Debian unstable, wpc11 doesnt work
    By awreneau in forum Laptops
    Replies: 2
    Last Post: 04-30-2004, 06:30 PM
  3. HOWTO fix debian or knoppix/debian for Russian fonts
    By datakid in forum General Support
    Replies: 0
    Last Post: 11-07-2003, 07:46 AM
  4. how to upgrade to debian testing kernel?
    By hyao in forum General Support
    Replies: 1
    Last Post: 08-01-2003, 03:40 PM
  5. Install Rosegarden4 (notation a. Midi)frome debian unstable?
    By jochen.112@firemail.de in forum Ideas
    Replies: 1
    Last Post: 01-06-2003, 12:51 PM

Posting Permissions

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


Intel Xeon E5-2690 v2 10-Core 3.0GHz 25M 8GTs LGA2011 Server CPU Processor SR1A5 picture

Intel Xeon E5-2690 v2 10-Core 3.0GHz 25M 8GTs LGA2011 Server CPU Processor SR1A5

$69.99



INTEL XEON GOLD 5218 PROCESSOR | 2.30GHZ | SRF8T picture

INTEL XEON GOLD 5218 PROCESSOR | 2.30GHZ | SRF8T

$249.99



INTEL XEON GOLD 6230 PROCESSOR | 2.10GHZ | SRF8W picture

INTEL XEON GOLD 6230 PROCESSOR | 2.10GHZ | SRF8W

$199.99



Dell T7810 Workstation 1x E5-2603 v3 16GB RAM Nvidia QUADRO +cables picture

Dell T7810 Workstation 1x E5-2603 v3 16GB RAM Nvidia QUADRO +cables

$120.00



SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 Grade A Processor picture

SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 Grade A Processor

$3.38



Genuine Intel Xeon E5-2680V4 2.40Ghz 14-Core 35MB LGA2011 CPU P/N: SR2N7 picture

Genuine Intel Xeon E5-2680V4 2.40Ghz 14-Core 35MB LGA2011 CPU P/N: SR2N7

$14.99



Intel SR1XD Xeon E5-2699V3 2.30Ghz 18-Core Socket 2011 CPU Processor Haswell picture

Intel SR1XD Xeon E5-2699V3 2.30Ghz 18-Core Socket 2011 CPU Processor Haswell

$35.00



Intel Xeon E5-2683 v4 2.1GHz 16-Core 40MB LGA2011 Server CPU P/N: SR2JT Tested picture

Intel Xeon E5-2683 v4 2.1GHz 16-Core 40MB LGA2011 Server CPU P/N: SR2JT Tested

$19.99



INTEL XEON GOLD 6140 2.3GHZ PROCESSOR | SR3AX picture

INTEL XEON GOLD 6140 2.3GHZ PROCESSOR | SR3AX

$34.99



Dell Poweredge R730xd LFF 14-Bay 2U Server | Choose Your CPU & RAM Config picture

Dell Poweredge R730xd LFF 14-Bay 2U Server | Choose Your CPU & RAM Config

$489.99