[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dpkg problems



On Sat, Sep 01, 2001 at 02:19:55PM +0200, Marcus Brinkmann wrote:
> On Sat, Sep 01, 2001 at 06:49:47PM +1200, Philip Charles wrote:
> > We have a new dpkg in the archive, dpkg_1.9.17_hurd-i386.deb, date 28 Aug
> > and I am having problems.  It will not install, previous versions did with
> > no problems.
> > Apt complains that it cannot find update-rc.d, in my Linux box this is
> > found in /usr/sbin. 
> dpkg (1.9.17) unstable; urgency=low
>   * updated-rc.d moved to the sysvinit package. Closes: Bug#108887,#109282
>  -- Wichert Akkerman <wakkerma@debian.org>  Wed, 22 Aug 2001 01:24:52 +0200
> As our only init currently comes from the Hurd package, it makes sense to
> put a copy of update-rc.d in the Hurd package (libexec/rc, which uses the
> init links, is also in the Hurd package).  I will do this tomorrow.

Hi,

I ran into a bit of trouble due to all this. Apt-get today first upgraded
dpkg to 1.9.17 and then wanted to upgrade the Hurd package. I got a basic
catch-22 situation since the new dpkg wanted update-rc.d in the Hurd, but
the Hurd was not going to be installed ... well.

My quick patch was this:

	# touch /usr/sbin/update-rc.d
	# chmod +x /usr/sbin/update-rc.d
	# apt-get upgrade


Regards
 /Joachim

-- 
Joachim Nilsson   <joachim.nilsson@vmlinux.org>
+46-(0)21-123348  <http://www.vmlinux.org/crash/>



Reply to: