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
  •  


DELL PowerEdge R730XD 24x 2.5

DELL PowerEdge R730XD 24x 2.5" Server Dual 750W Dual Heatsink - BareBones TESTED

$269.99



Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS picture

Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS

$721.06



HP ProLiant DL360 G9 Server | 2 x E5-2660V3 2.6Ghz | 64GB | 2 x 900GB SAS HDD picture

HP ProLiant DL360 G9 Server | 2 x E5-2660V3 2.6Ghz | 64GB | 2 x 900GB SAS HDD

$339.00



H261-Z61 2U 24SFF AMD Server 8x EPYC 7551 256-Cores 256GB RAM 8x25G NIC 2x2200W picture

H261-Z61 2U 24SFF AMD Server 8x EPYC 7551 256-Cores 256GB RAM 8x25G NIC 2x2200W

$2612.18



DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45

$274.00



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



HP Proliant DL360 Gen9 28 Core SFF Server 2X E5-2680 V4 16GB RAM P440ar No HDD picture

HP Proliant DL360 Gen9 28 Core SFF Server 2X E5-2680 V4 16GB RAM P440ar No HDD

$196.95



SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount picture

SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount

$202.49



HP ProLiant DL380 Gen9 16SFF 2x E5-2680v4 2.4GHz =28 Cores 64GB P840 4xRJ45 picture

HP ProLiant DL380 Gen9 16SFF 2x E5-2680v4 2.4GHz =28 Cores 64GB P840 4xRJ45

$353.00



Dell Poweredge R730xd 2.5in 2x E5-2690 v3 2.6ghz 24-Cores  64gb  H730  2x 750w picture

Dell Poweredge R730xd 2.5in 2x E5-2690 v3 2.6ghz 24-Cores 64gb H730 2x 750w

$189.99