Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: cant apt-get/dselect after update

  1. #1

    cant apt-get/dselect after update

    If I do a clean HD install then do an apt-get update and select some packages (e.g. mod-python)
    It throws up the usual loads of package upgrades + some removal candidates: one of which is sysvinit which it says is vital & dont do it.
    If I try to select a sysvinit replacement like rcconf there appears to be a circular dependency problem. On other occasions it tries to remove a vital package like mount-aes. There seems to be a clash in the packages requested after an update but Im not good enough with apt to figure it all out: the apt-get uses the default apt sources.list file that comes with knoppix.

    I have a useable system but I cant upgrade it.

    My question then is;
    Is there known to be an issue here? do others have apt-get upgrade problems?

    How can I reverse the package list after doing one of these apt-get updates? At the moment I have to reinstall knoppix which is a bit dumb.

  2. #2
    Junior Member
    Join Date
    Apr 2003
    Location
    Bonn, Germany
    Posts
    4

    Re: cant apt-get/dselect after update

    Quote Originally Posted by davidHarris
    My question then is;
    Is there known to be an issue here? do others have apt-get upgrade problems?
    Usually I check /etc/apt/sources.list on any Debian installation before the first attempt of upgrading. If you ever have accidentally pulled up a system from stable to testing, you know what I mean.
    In the case of Knoppix I comment all sources in /etc/apt/sources.list that I don't really need and end with just the "Security updates for 'stable'", "Stable", "Testing" and "Unstable" sections. As of today, apt wants to update 30 packages then and that works flawlessly.

  3. #3

    Re: cant apt-get/dselect after update

    Quote Originally Posted by davidHarris
    If I do a clean HD install then do an apt-get update and select some packages (e.g. mod-python)
    It throws up the usual loads of package upgrades + some removal candidates: one of which is sysvinit which it says is vital & dont do it.
    If I try to select a sysvinit replacement like rcconf there appears to be a circular dependency problem. On other occasions it tries to remove a vital package like mount-aes. There seems to be a clash in the packages requested after an update but Im not good enough with apt to figure it all out: the apt-get uses the default apt sources.list file that comes with knoppix.

    My question then is;
    do others have apt-get upgrade problems?
    :(
    Yes, I'm having similar trouble, which I can reproduce easily:
    1) unpack the compressed filesystem from KNOPPIX_3.2_2003-04-18
    2) chroot; mount /proc; tweak resolv.conf; make a minimal (but sufficient?) sources.list:
    Code:
    deb http://security.debian.org stable/updates main contrib non-free
    deb http://security.debian.org testing/updates main contrib non-free
    deb http://ftp.us.debian.org/debian stable main contrib non-free
    deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
    deb http://ftp.us.debian.org/debian testing main contrib non-free
    deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
    deb http://ftp.us.debian.org/debian unstable main contrib non-free
    deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free
    3) apt-get update; apt-get dist-upgrade, which gives me the following dire warning:
    Code:
    The following packages will be REMOVED:
      abiword mount-aes 
    The following NEW packages will be installed:
      foomatic-db-engine foomatic-db-hpijs foomatic-filters initscripts libacl1 libdb2-dev libdb2-util libkrb53 libpam0g-dev
      mount sysv-rc 
    The following packages have been kept back
      gaim gnomemeeting tetex-extra 
    WARNING: The following essential packages will be removed
    This should NOT be done unless you know exactly what you are doing!
      mount-aes 
    110 packages upgraded, 11 newly installed, 2 to remove and 3  not upgraded.
    Need to get 52.1MB of archives. After unpacking 141kB will be used.
    You are about to do something potentially harmful
    To continue type in the phrase 'Yes, do as I say!'
    Is my sources.list _too_ minimal? What else should be there? Where does mount-aes come from?

    TIA

  4. #4

    Re: cant apt-get/dselect after update

    Yes, I'm having similar trouble, which I can reproduce easily:
    1) unpack the compressed filesystem from KNOPPIX_3.2_2003-04-18
    2) chroot; mount /proc; tweak resolv.conf; make a minimal (but sufficient?) sources.list:
    [code]
    Is my sources.list _too_ minimal? What else should be there? Where does mount-aes come from?

    TIA
    Exactly the same errors I had.
    All I can tell you is how I fixed it. I edited the standard sources.list to get an unstable distribution (or install apt-spy);
    # The following site was benchmarked at 38.71 kB/s
    deb ftp://ftp.nl.debian.org/debian/ unstable main

    # The following site was benchmarked at 37.16 kB/s
    deb ftp://ftp.esat.net/pub/linux/debian/ unstable contrib

    # The following site was benchmarked at 36.71 kB/s
    deb ftp://ftp.icm.edu.pl/pub/Linux/debian/ unstable non-free "
    then when I upgraded packages I had no problems. Of course if you want a stable distribution this isnt going to appeal to you. What the underlying cause is I have no idea - perhaps mixed stable/unstable packages in Knoppix? dunno.
    Good luck

  5. #5
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479

    Re: cant apt-get/dselect after update

    Quote Originally Posted by mew

    Is my sources.list _too_ minimal? What else should be there? Where does mount-aes come from?

    TIA
    Is their software that is not installed that you need otherwise apt is doing what is supposed too, updating of the packages is a good thing (less problems with installed programs).

    The mount-aes came from the CD I believe it is there to mount file systems encrypted with AES.

  6. #6
    Member registered user
    Join Date
    Dec 2002
    Location
    Dallas, Texas
    Posts
    79
    I also have expirenced this problem. It probably is not a problem. I installed KNOPPIX_3.2_2003-04-18 on my hard drive. Smooth as slik, until I try the dist upgrade.

    I guess I have been doing it wrong?
    I have commented out everything except unstable.

    So based on what previous msg's in this thread say, I should comment out everything except stable, unstable and testing.

    Is this correct ?

    Thanks in advance,
    paul

  7. #7
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by qa1433
    I also have expirenced this problem. It probably is not a problem. I installed KNOPPIX_3.2_2003-04-18 on my hard drive. Smooth as slik, until I try the dist upgrade.

    I guess I have been doing it wrong?
    I have commented out everything except unstable.

    So based on what previous msg's in this thread say, I should comment out everything except stable, unstable and testing.

    Is this correct ?

    Thanks in advance,
    paul
    You are running unstable you can not dist-upgrade you are already there. I guess maybe you could go to experimental if I understand the way it works correctly.

  8. #8
    Member registered user
    Join Date
    Dec 2002
    Location
    Dallas, Texas
    Posts
    79
    Thanks Steve,
    However, I still am not 100% sure if I should commented out everything except unstable or if I should comment out everything except stable, unstable and testing.

    Which is correct for the source.list file for KNOPPIX_3.2_2003-04-18?

    Thanks,
    paul [/u]

  9. #9
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by qa1433
    Thanks Steve,
    However, I still am not 100% sure if I should commented out everything except unstable or if I should comment out everything except stable, unstable and testing.

    Which is correct for the source.list file for KNOPPIX_3.2_2003-04-18?

    Thanks,
    paul [/u]
    There is no "correct" apt will get the packages from the sources.list entries. If your current entries are causing you no problem (ie. breaking packages) then you can leave the file as is.

    If you want to run unstable then leave the unstable entries, testing the same idea and after you have commented out whatever lines you want too and apt-get update make sure you apt-get -s upgrade to simulate what apt will do and check to make sure it is not going to remove any packages you need or want.

  10. #10
    Member registered user
    Join Date
    Dec 2002
    Location
    Dallas, Texas
    Posts
    79
    Thanks Steve,
    The most important thing is the command you mentioned.
    apt-get -s upgrade

    The -s option is something I learned from you.

    This will save my behind.

    paul

Page 1 of 2 12 LastLast

Similar Threads

  1. Dselect
    By Sgeo in forum General Support
    Replies: 4
    Last Post: 10-30-2004, 03:28 AM
  2. FYI: dselect update breaks KNOPPIX 3.6!
    By Steve F in forum Customising & Remastering
    Replies: 9
    Last Post: 09-17-2004, 06:41 PM
  3. dselect unable to search packages
    By Adm in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 10-13-2003, 05:09 PM
  4. dselect/aptitude/apt-get
    By garyng in forum Hdd Install / Debian / Apt
    Replies: 5
    Last Post: 04-14-2003, 08:12 PM
  5. Dselect attempting to remove 156 packages
    By lgalea in forum General Support
    Replies: 0
    Last Post: 02-23-2003, 01:08 AM

Posting Permissions

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


AMD EPYC 7282 CPU Processor 16 Cores 32 Threads 2.8GHZ up to 3.2GHZ 120W no lock picture

AMD EPYC 7282 CPU Processor 16 Cores 32 Threads 2.8GHZ up to 3.2GHZ 120W no lock

$76.00



Intel - Core i7-12700K Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unloc... picture

Intel - Core i7-12700K Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unloc...

$419.99



Intel - Core i9-12900K Desktop Processor 16 (8P+8E) Cores up to 5.2 GHz Unloc... picture

Intel - Core i9-12900K Desktop Processor 16 (8P+8E) Cores up to 5.2 GHz Unloc...

$619.99



Intel Core i7-14700K Unlocked Desktop Processor picture

Intel Core i7-14700K Unlocked Desktop Processor

$409.99



Intel - Core i7-14700K 14th Gen 20-Core 28-Thread - 4.3GHz (5.6GHz Turbo) Soc... picture

Intel - Core i7-14700K 14th Gen 20-Core 28-Thread - 4.3GHz (5.6GHz Turbo) Soc...

$444.99



Intel Core i9-13900KF Unlocked Desktop Processor - 24 Cores (8P+16E) & 32 Thread picture

Intel Core i9-13900KF Unlocked Desktop Processor - 24 Cores (8P+16E) & 32 Thread

$535.84



Intel Core i5-12600KF Desktop Processor 10 (6P+4E) Cores up to 4.9 GHz Unlocked. picture

Intel Core i5-12600KF Desktop Processor 10 (6P+4E) Cores up to 4.9 GHz Unlocked.

$145.59



AMD Ryzen 5 5500 6-Core 3.6GHz Socket AM4 65W CPU Desktop Processor picture

AMD Ryzen 5 5500 6-Core 3.6GHz Socket AM4 65W CPU Desktop Processor

$99.00



Intel Core i7-11700 8 Core LGA1200 CPU Processor SRKNS picture

Intel Core i7-11700 8 Core LGA1200 CPU Processor SRKNS

$245.00



Intel Xeon E5-2695 V4 2.10 GHz 18-Core SR2J1 LGA2011-3 CPU Processor 2695V4 picture

Intel Xeon E5-2695 V4 2.10 GHz 18-Core SR2J1 LGA2011-3 CPU Processor 2695V4

$29.87