[EMAIL PROTECTED](Stephen Gran) 12.08.05 09:41 Once upon a time "Stephen Gran " shaped the electrons to say...
>This one time, at band camp, Stephen Gran said: >> It sounds to me like you have testing or stable in your >> sources.list, Right, I have stable and unstable in the sources.list. But i need the most recent kernel 2.6.x to get the most recent DVB drivers. >> but have grabbed clamav from unstable. >> Is this correct? >Just a ping. Anything further to add? I use: msi:~# cat /etc/apt/apt.conf Acquire::http::Proxy "http://10.23.23.23:8080"; APT::Architecture "i386"; // This gets rid of the need for pinning lines APT::Default-Release "stable"; //APT::Default-Release "testing"; //APT::Default-Release "sarge"; // This fixes E: Dynamic MMap ran out of room APT::Cache-Limit 16777216; I now removed clamav entirely and reinstall Now it works! Hm...maybe i had got an "unstable" binary sometime ago, but the warning of aptitude is pretty unclear: >E: Unable to correct problems, you have held broken packages. >E: Unable to correct dependencies, some packages cannot be installed >E: Unable to resolve some dependencies! >Some packages had unmet dependencies. This may mean that you have >requested an impossible situation or if you are using the unstable >distribution that some required packages have not yet been created >or been moved out of Incoming. > >The following packages have unmet dependencies: > libclamav1: Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22 is installed. > Depends: libidn11 (>= 0.5.18) but 0.5.13-1.0 is installed. > None of those were removed. script: msi:~# aptitude remove libclamav1 Reading Package Lists... Done Building Dependency Tree Reading extended state information Initializing package states... Done The following packages are unused and will be REMOVED: clamav-data unzoo The following packages will be automatically REMOVED: clamav The following packages have been kept back: clamav-base testdisk The following packages will be REMOVED: clamav libclamav1 0 packages upgraded, 0 newly installed, 4 to remove and 2 not upgraded. Need to get 0B of archives. After unpacking 3064kB will be freed. Do you want to continue? [Y/n/?] Writing extended state information... Done (Reading database ... 101132 files and directories currently installed.) Removing clamav ... Removing clamav-data ... Removing libclamav1 ... Removing unzoo ... Reading Package Lists... Done Building Dependency Tree Reading extended state information Initializing package states... Done msi:~# aptitude remove testdisk Reading Package Lists... Done Building Dependency Tree Reading extended state information Initializing package states... Done The following packages are unused and will be REMOVED: libntfs5 The following packages have been kept back: clamav-base The following packages will be REMOVED: testdisk 0 packages upgraded, 0 newly installed, 2 to remove and 1 not upgraded. Need to get 0B of archives. After unpacking 1286kB will be freed. Do you want to continue? [Y/n/?] Writing extended state information... Done (Reading database ... 101085 files and directories currently installed.) Removing testdisk ... Removing libntfs5 ... Reading Package Lists... Done Building Dependency Tree Reading extended state information Initializing package states... Done msi:~# aptitude remove clamav-base Reading Package Lists... Done Building Dependency Tree Reading extended state information Initializing package states... Done The following packages will be REMOVED: clamav-base 0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded. Need to get 0B of archives. After unpacking 373kB will be freed. Writing extended state information... Done (Reading database ... 100954 files and directories currently installed.) Removing clamav-base ... Reading Package Lists... Done Building Dependency Tree Reading extended state information Initializing package states... Done msi:~# aptitude install clamav-base Reading Package Lists... Done Building Dependency Tree Reading extended state information Initializing package states... Done The following NEW packages will be automatically installed: clamav clamav-freshclam libclamav1 unzoo The following NEW packages will be installed: clamav clamav-base clamav-freshclam libclamav1 unzoo 0 packages upgraded, 5 newly installed, 0 to remove and 0 not upgraded. Need to get 2577kB/2662kB of archives. After unpacking 3535kB will be used. Do you want to continue? [Y/n/?] Writing extended state information... Done Err file: sarge/main unzoo 4.4-4 File not found Get:1 http://security.debian.org stable/updates/main libclamav1 0.84-2.sarge.1 [ 252kB] Get:2 http://ftp.de.debian.org unstable/main unzoo 4.4-4 [18.9kB] Get:3 http://security.debian.org stable/updates/main clamav-base 0.84-2.sarge.1 [154kB] Get:4 http://security.debian.org stable/updates/main clamav-freshclam 0.84-2.sar ge.1 [2172kB] Fetched 2596kB in 3m0s (14.4kB/s) Reading package fields... Done Reading package status... Done Retrieving bug reports... Done critical bugs of clamav ( -> 0.84-2.sarge.1) <done> #320014 - ClamAV library heap overflows grave bugs of clamav ( -> 0.84-2.sarge.1) <done> #320757 - clamav-freshclam fail because it want a newer version of software Summary: clamav(2 bugs) Are you sure you want to install/upgrade the above packages? [Y/n/?/...] y Preconfiguring packages ... Selecting previously deselected package libclamav1. (Reading database ... 100942 files and directories currently installed.) Unpacking libclamav1 (from .../libclamav1_0.84-2.sarge.1_i386.deb) ... Selecting previously deselected package clamav-base. Unpacking clamav-base (from .../clamav-base_0.84-2.sarge.1_all.deb) ... Selecting previously deselected package clamav-freshclam. Unpacking clamav-freshclam (from .../clamav-freshclam_0.84-2.sarge.1_i386.deb) ... Selecting previously deselected package clamav. Unpacking clamav (from .../clamav_0.84-2.sarge.1_i386.deb) ... Selecting previously deselected package unzoo. Unpacking unzoo (from .../archives/unzoo_4.4-4_i386.deb) ... Setting up libclamav1 (0.84-2.sarge.1) ... Setting up clamav-base (0.84-2.sarge.1) ... Setting up clamav-freshclam (0.84-2.sarge.1) ... Configuration file `/etc/init.d/clamav-freshclam' .... *** clamav-freshclam (Y/I/N/O/D/Z) [default=N] ? i dpkg: clamav-freshclam: warning - failed to link `/etc/init.d/clamav-freshclam' to `/etc/init.d/clamav-freshclam.dpkg-old': No such file or directory Installing new version of config file /etc/init.d/clamav-freshclam ... Installing new version of config file /etc/logrotate.d/clamav-freshclam ... Starting ClamAV virus database updater: freshclam Setting up clamav (0.84-2.sarge.1) ... Setting up unzoo (4.4-4) ... Reading Package Lists... Done Building Dependency Tree Reading extended state information Initializing package states... Done ----------------------------------------- It might be nice if aptitude would document which version it is going to install if the package is already downloaded. Wouldn't that help? reassign to apt? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]