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

Re: [Rainer Dorsch <rainer@rai16.informatik.uni-stuttgart.de>] Re: New install / loopback device



karlheg@bittersweet.inetarena.com (Karl M. Hegbloom) writes:

> From: Rainer Dorsch <rainer@rai16.informatik.uni-stuttgart.de>
> Subject: Re: New install / loopback device 
> To: debian-testing@lists.debian.org
> Date: Wed, 14 Jun 2000 09:55:45 +0200
> Resent-From: debian-testing@lists.debian.org
> 
> 
> > > but the new system has no network file. Interestingly the network file
> > > is not known on the upgraded system:
> > > rainer@rakete:~$ dpkg -S /etc/init.d/network
> > > dpkg: /etc/init.d/network not found.
> > 
> > /etc/init.d/network has never been known by dpkg, btw, it used
> > to be created by boot-floppies, and never touched after. Now it's
> > /etc/network/interfaces instead. See the manpages referenced above.
> 
> Thanks for the quick reply. It seems that all the upgraded systems use 
> /etc/init.d/network, e.g.
> 
> #! /bin/sh
> ifconfig lo 127.0.0.1
> route add -net 127.0.0.0
> IPADDR=129.69.183.16
> NETMASK=255.255.255.0
> NETWORK=129.69.183.0
> BROADCAST=129.69.183.255
> GATEWAY=129.69.183.254
> ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST}
> route add -net ${NETWORK}
> [ "${GATEWAY}" ] && route add default gw ${GATEWAY} metric 1
> 
> 
> Is the user supposed to migrate the settings manually from /etc/init.d/network 
> to /etc/network/interfaces? 

Yes, take a look at /var/lib/dpkg/info/netbase.postinst.  The netbase
maintainer decided (wisely, IMHO) not to attempt to handle this
automatically.

As I read that postinst, that file should have some info added to it
on how to manually do the migration.

> If yes, this should be documented in the upgrade release notes.

I agree.

-- 
.....Adam Di Carlo....adam@onShore.com.....<URL:http://www.onShore.com/>



Reply to: