Your message dated Thu, 12 Nov 2009 15:37:54 +
with message-id
and subject line Bug#555463: fixed in eglibc 2.10.1-7
has caused the Debian Bug report #555463,
regarding libc6: Upgrade to 2.10.1-6 fails with "/etc/init.d/-query not found"
to be marked as done.
This means that you
Package: libc6
Severity: normal
I can say that the patch proposed by Neil Moore in the message #25
solves the problem.
Seems to be there are no side effects so far.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (1, '
Better than set +e / set -e would be to take advantage of the fact
that set -e is suppressed in the condition of an if:
if invoke-rc.d --query ${service} start; [ $? = 104 ]; then
services="$service $services"
else
echo "WARNING: init script for $service not found."
fi
--
Neil Moore, n
Hello,
I had similar problem,
I found, that there is probably a typo in post-remove script:
/var/lib/dpkg/info/libc6.postinst
about line 166:
invoke-rc.d -query ${service} start ; status=$?
there should probably be two hyphens before "query":
invoke-rc.d --query ${service} start ;
Package: libc6
Version: 2.9-27
Severity: grave
Justification: renders package unusable
#apt-get upgrade
Preparing to replace libc6 2.9-27 (using .../libc6_2.10.1-6_i386.deb)
invoke-rc.d: Unknown initscript, /etc/init.d/-query not found
Now libc-bin is at 2.10.1-6 and libc6 is still at
5 matches
Mail list logo