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

RE: Stuck on bad change to etc/network/interfaces



Thanks,

	I have attached the last lines from the boot crash with Kernel Panic for
your information. As to why something as simple as this interfaces file:

# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo
iface lo inet loopback

# The first network card - this entry was created during the Debian
installation
# (network, broadcast and gateway are optional)
auto eth0
iface eth0 inet static
       address 192.168.0.2
       netmask 255.255.255.0
       network 192.168.0.0
       broadcast 192.168.0.255
       gateway 192.168.0.1
#
auto eth1
iface eth1 inet static
        address 192.168.1.1
        netmask 255.255.255.0
        network 192.168.1.0
        broadcast 192.168.1.255
#        gateway 192.168.1.1

should cause a kernel panic is beyond me. Obviously, I'm trying to set the
A180 up as a proxy server. The router is 192.168.0.1 and the primary switch
for the LAN is 192.168.1.5. Any ideas would be appreciated.

Thanks again,

Harry

-----Original Message-----
From: Kyle McMartin [mailto:kyle@engsoc.org]On Behalf Of Kyle McMartin
Sent: Sunday, December 19, 2004 5:57 PM
To: Harry Cochran
Cc: debian-hppa@lists.debian.org
Subject: Re: Stuck on bad change to etc/network/interfaces


On Sun, Dec 19, 2004 at 05:31:52PM -0500, Harry Cochran wrote:
> 	I made a change to the interfaces file that is causing my A class 9000
> running a 2.4.26 Debian kernel not to boot (kernel panic when bringing up
> the interfaces). I know there is a way to get into a limited command set
and
> edit the interfaces file, but my brain is dead for some reason right now
and
> I can neither remember how to do it nor can I find the answer on the Web.
> Could someone please remind me how to do this?

If you append 'init=/bin/sh' to your PALO command line, you will get
dropped at a command prompt just after the root file system is mounted.

Run mount -o remount,rw / to get a read-write '/', and then
you can edit /etc/network/interfaces to fix your bug.

I'd be interested in seeing the kernel panic you're getting though,
I can't conceive of how something in there could be causing a panic.

Thanks,
	Kyle


--
To UNSUBSCRIBE, email to debian-hppa-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org
Mounting local filesystems...
/dev/sdb1 on /home type ext2 (rw)
/dev/sdb2 on /var type ext2 (rw)
Initializing: /etc/network/ifstate.
Setting up IP spoofing protection: rp_filter.
Enabling packet forwarding...done.
Configuring network interfaces...


Stack Dump:
 4f610e00:  10416810 10416b00 00000000 10416810
 4f610df0:  10416810 4f610a00 000000a1 0000000f
 4f610de0:  40028030 4f610980 103ec320 4fe53960
 4f610dd0:  0000786b 000041e1 4fe53800 1037d810
 4f610dc0:  4fe53960 cccccccd 00000000 00000000
 4f610db0:  00000000 101f252c 10418010 0000000f

Kernel addresses on the stack:
 [<101f252c>]  [<101f14e4>]  [<101058f8>]  [<1013ae04>]
 [<10285d24>]  [<101058f8>]  [<103111e8>]  [<10137c0c>]
 [<10105988>]  [<103111e8>]  [<10168e28>]  [<101f0b40>]
 [<10109064>]  [<1029a210>]  [<10285c40>]  [<10285c3c>]
 [<1014341c>]  [<10141f50>]  [<10152770>]  [<101054a0>]
 [<101f0b40>]  [<101054a0>]  [<1012381c>]  [<10103d7c>]
 [<101054a0>]  [<10105d34>]  [<10299f9c>]  [<101f3a58>]
 [<1029f088>]  [<101379f8>]  [<102a079c>]  [<102de758>]
 [<102a13dc>]  [<1029701c>]  [<10153498>]  [<10109f98>]
 [<10109084>]  [<10109d54>]  [<1014341c>]  [<10141f50>]
 [<10152770>]  [<101217cc>]

High Priority Machine Check (HPMC): Code=1 regs=1035d080 (Addr=00000000)

     YZrvWESTHLNXBCVMcbcbcbcbOGFRQPDI
PSW: 00000000000001001111111000001110 Not tainted
r00-03  00000000 1040f010 10110b8c ffffffff
r04-07  00010030 000041e1 4fe53800 1037d810
r08-11  4fe53800 00010028 00010000 00000019
r12-15  faf00508 00000000 0002f5b4 00000000
r16-19  00000000 0002f158 00000010 03000000
r20-23  0000000e 10f97360 10285a3c 020e0200
r24-27  00010030 00000030 10f97360 1035a010
r28-31  000003e0 00000384 4f610e00 10110b8c
sr0-3   00000000 000000a1 00000000 000000a1
sr4-7   00000000 00000000 00000000 00000000

IASQ: 00000000 00000000 IAOQ: 10285a68 10285a6c
 IIR: d27c0afc    ISR: 000000a1  IOR: 10110b8c
 CPU:        0   CR30: 4f610000 CR31: 10400000
 ORIG_R28: 00000000
Kernel panic: High Priority Machine Check (HPMC)
In interrupt handler - not syncing

Reply to: