Your message dated Sun, 22 Nov 2009 15:27:24 +0900
with message-id <[email protected]>
and subject line Re: Bug#557420: cpufrequtils: Tries to remove non-existing 
symlinks
has caused the Debian Bug report #557420,
regarding cpufrequtils: Tries to remove non-existing symlinks
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
557420: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557420
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cpufrequtils
Version: 006-1
Severity: serious
Justification: fails to upgrade

pluto:~# ls /etc/rc?.d/???cpufrequtils
/etc/rc2.d/S20cpufrequtils  /etc/rc3.d/S20cpufrequtils
/etc/rc4.d/S20cpufrequtils  /etc/rc5.d/S20cpufrequtils

pluto:~# apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up cpufrequtils (006-1) ...
rm: cannot remove `/etc/rc0.d/K20cpufrequtils': No such file or
directory
dpkg: error processing cpufrequtils (--configure):
 subprocess installed post-installation script returned error exit
 status 1
 Errors were encountered while processing:
  cpufrequtils
  E: Sub-process /usr/bin/dpkg returned an error code (1)


The postinst contains:
[ -f $link ] || rm $link

This check should probably be:
[ -L "$link" ] && rm $link

or just "rm -f $link"

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-rc8 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cpufrequtils depends on:
ii  debconf [debconf-2.0]         1.5.28     Debian configuration management sy
ii  libc6                         2.10.1-7   GNU C Library: Shared libraries
ii  libcpufreq0                   006-1      shared library to deal with the cp
ii  lsb-base                      3.2-23     Linux Standard Base 3.2 init scrip

cpufrequtils recommends no packages.

cpufrequtils suggests no packages.

-- debconf information excluded



--- End Message ---
--- Begin Message ---
On Sun, Nov 22, 2009 at 10:26:46AM +0900, Mattia Dongili wrote:
> forcemerge 557420 557410
> thanks
> 
> On Sun, Nov 22, 2009 at 12:25:08AM +0100, Michael Biebl wrote:
> > Package: cpufrequtils
> > Version: 006-1
> > Severity: serious
> > Justification: fails to upgrade
> > 
> > pluto:~# ls /etc/rc?.d/???cpufrequtils
> > /etc/rc2.d/S20cpufrequtils  /etc/rc3.d/S20cpufrequtils
> > /etc/rc4.d/S20cpufrequtils  /etc/rc5.d/S20cpufrequtils
> 
> yeah, shame on me. 006-2 is queued since last night already.

Closing it now

-- 
mattia
:wq!


--- End Message ---

Reply via email to