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

Bug#42460: marked as done (sysvinit: Make /etc/init.d/network fall back to dummy0)



Your message dated 23 Apr 2000 23:08:06 -0400
with message-id <oa1z3w5h7t.fsf@arroz.fake>
and subject line sysvinit: Make /etc/init.d/network fall back to dummy0
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 4 Aug 1999 17:26:45 +0000
Received: (qmail 30028 invoked from network); 4 Aug 1999 17:26:44 -0000
Received: from smtp.kolumbus.fi (193.229.0.51)
  by master.debian.org with SMTP; 4 Aug 1999 17:26:44 -0000
Received: from PC486.Niemitalo.LAN (m156m1oul.dial.kolumbus.fi [193.229.226.156])
	by smtp.kolumbus.fi (8.9.0/8.9.0) with ESMTP id UAA07696;
	Wed, 4 Aug 1999 20:27:35 +0300 (EET DST)
Received: from kalle by PC486.Niemitalo.LAN with local (Exim 3.02 #1 (Debian))
	id 11C4HO-0001Ct-00; Wed, 04 Aug 1999 19:52:38 +0300
To: submit@bugs.debian.org
Subject: sysvinit: Make /etc/init.d/network fall back to dummy0
X-Accept-Language: fi;q=1.0, en;q=0.9, sv;q=0.5, de;q=0.1
X-URL: http://stekt.oulu.fi/~tosi/
From: Kalle Olavi Niemitalo <tosi@ees2.oulu.fi>
Date: 04 Aug 1999 19:52:37 +0300
Message-ID: <87k8rb5vze.fsf@PC486.Niemitalo.LAN>
Lines: 30

Package: sysvinit
Version: 2.76-3
Severity: wishlist

If the default network cannot be initialized, /etc/init.d/network
could try loading the dummy network module.  This would have been
useful to me when I pulled the network card out and various
services like wwwoffle failed to load.

Please change /usr/doc/sysvinit/examples/network to include
something like:

ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST} \
|| { echo "Primary network failed, configuring dummy net instead!"
     ifconfig dummy0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST} \
     || echo "Oh no, dummy network failed too!"
   }

If you think that could cause problems to someone, you could put
it in comments and add a note telling people to uncomment it if
they want.

-- System Information
Debian Release: potato
Kernel Version: Linux PC486 2.2.10 #2 ti heinä  27 23:45:55 EEST 1999 i486 unknown

Versions of the packages sysvinit depends on:
ii  dpkg            1.4.1.3        Package maintenance system for Debian Linux
ii  libc6           2.1.1-12       GNU C Library: Shared libraries and timezone
ii  mount           2.9i-1         Tools for mounting and manipulating filesyst
---------------------------------------
Received: (at 42460-done) by bugs.debian.org; 24 Apr 2000 03:08:10 +0000
Received: (qmail 14482 invoked from network); 24 Apr 2000 03:08:09 -0000
Received: from amsterdam.interport.net (199.184.165.19)
  by master.debian.org with SMTP; 24 Apr 2000 03:08:09 -0000
Received: from arroz.fake (postfix@209-122-225-35.s35.tnt1.nyw.ny.dialup.rcn.com [209.122.225.35])
	by amsterdam.interport.net (8.8.5/8.8.5) with ESMTP id XAA03991
	for <42460-done@bugs.debian.org>; Sun, 23 Apr 2000 23:08:07 -0400 (EDT)
Received: by arroz.fake (Postfix, from userid 421)
	id 48B7893802; Sun, 23 Apr 2000 23:08:06 -0400 (EDT)
Sender: apharris@arroz.fake
To: 42460-done@bugs.debian.org
Subject: sysvinit: Make /etc/init.d/network fall back to dummy0
From: Adam Di Carlo <adam@onshore.com>
Date: 23 Apr 2000 23:08:06 -0400
Message-ID: <oa1z3w5h7t.fsf@arroz.fake>
Lines: 8
User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii


Since we no longer supply the /etc/init.d/network script and instead
populate /etc/network/interfaces and rely on /etc/init.d/networking to
bring interfaces up, we believe this bug is obsolete.  Please let us
know if otherwise and we can reopen this bug.

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


Reply to: