Linux PARISC architecture development
 help / color / mirror / Atom feed
* [parisc-linux] [2.5] My System ate a SPARC! *haha* 8-(
@ 2002-11-12 20:42 Bjoern A. Zeeb
  2002-11-12 20:59 ` Ryan Bradetich
  0 siblings, 1 reply; 6+ messages in thread
From: Bjoern A. Zeeb @ 2002-11-12 20:42 UTC (permalink / raw)
  To: parisc-linux

Hi,

felt really lucky to have reached INIT for less than a second ;-)

hit it. looped for(;;);

had to remove power  cause neither sysreq nor the power button could
reboot the machine...

rcS should be the same as everywhere from the .dep .



Linux version 2.5.47-pa1 (bz@apollo) (gcc version 3.2) #5 Tue Nov 12 19:14:45 UTC 2002
...
Kernel command line: root=/dev/sda3 HOME=/ TERM=linux console=ttyS0 palo_kernel=3/boot/vmlinux-2.5.47-pa1
...
Attached scsi disk sdb at scsi0, channel 0, id 6, lun 0
NET4: Linux TCP/IP 1.0 for NET4.0
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 8192 bind 16384)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 372k freed
INIT: version 2.84 booting
      _______________________________
     < Your System ate a SPARC! Gah! >
      -------------------------------
             \   ^__^
              \  (xx)\_______
                 (__)\       )\/\
                  U  ||----w |
                     ||     ||
rcS(11): Breakpoint
      _______________________________
     < Your System ate a SPARC! Gah! >
      -------------------------------
             \   ^__^
              \  (xx)\_______
                 (__)\       )\/\
                  U  ||----w |
                     ||     ||
rcS(11): Breakpoint


-- 
Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT
56 69 73 69 74				http://www.zabbadoz.net/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] [2.5] My System ate a SPARC! *haha* 8-(
  2002-11-12 20:42 [parisc-linux] [2.5] My System ate a SPARC! *haha* 8-( Bjoern A. Zeeb
@ 2002-11-12 20:59 ` Ryan Bradetich
  2002-11-12 22:24   ` Bjoern A. Zeeb
  0 siblings, 1 reply; 6+ messages in thread
From: Ryan Bradetich @ 2002-11-12 20:59 UTC (permalink / raw)
  To: Bjoern A. Zeeb; +Cc: parisc-linux

Bjeorn,

What type of system is this.  I am currently tracking down this problem
on the K460.  I know where the problem is caused, just not why yet.

Thanks,

- Ryan
On Tue, Nov 12, 2002 at 08:42:28PM +0000, Bjoern A. Zeeb wrote:
> Hi,
> 
> felt really lucky to have reached INIT for less than a second ;-)
> 
> hit it. looped for(;;);
> 
> had to remove power  cause neither sysreq nor the power button could
> reboot the machine...
> 
> rcS should be the same as everywhere from the .dep .
> 
> 
> 
> Linux version 2.5.47-pa1 (bz@apollo) (gcc version 3.2) #5 Tue Nov 12 19:14:45 UTC 2002
> ...
> Kernel command line: root=/dev/sda3 HOME=/ TERM=linux console=ttyS0 palo_kernel=3/boot/vmlinux-2.5.47-pa1
> ...
> Attached scsi disk sdb at scsi0, channel 0, id 6, lun 0
> NET4: Linux TCP/IP 1.0 for NET4.0
> IP: routing cache hash table of 512 buckets, 4Kbytes
> TCP: Hash tables configured (established 8192 bind 16384)
> Linux IP multicast router 0.06 plus PIM-SM
> NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
> VFS: Mounted root (ext2 filesystem) readonly.
> Freeing unused kernel memory: 372k freed
> INIT: version 2.84 booting
>       _______________________________
>      < Your System ate a SPARC! Gah! >
>       -------------------------------
>              \   ^__^
>               \  (xx)\_______
>                  (__)\       )\/\
>                   U  ||----w |
>                      ||     ||
> rcS(11): Breakpoint
>       _______________________________
>      < Your System ate a SPARC! Gah! >
>       -------------------------------
>              \   ^__^
>               \  (xx)\_______
>                  (__)\       )\/\
>                   U  ||----w |
>                      ||     ||
> rcS(11): Breakpoint
> 
> 
> -- 
> Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT
> 56 69 73 69 74				http://www.zabbadoz.net/
> 
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
> 

-- 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] [2.5] My System ate a SPARC! *haha* 8-(
  2002-11-12 20:59 ` Ryan Bradetich
@ 2002-11-12 22:24   ` Bjoern A. Zeeb
  2002-11-13  0:17     ` Ryan Bradetich
  0 siblings, 1 reply; 6+ messages in thread
From: Bjoern A. Zeeb @ 2002-11-12 22:24 UTC (permalink / raw)
  To: Ryan Bradetich; +Cc: parisc-linux

On Tue, 12 Nov 2002, Ryan Bradetich wrote:

> Bjeorn,

nice try; second shot please ;-))


> What type of system is this.  I am currently tracking down this problem
> on the K460.  I know where the problem is caused, just not why yet.

model 9000/715


this it were kernel starts joking ...

--- /etc/init.d/initrd-tools.sh ---
[ -f /proc/mounts ] || {
echo "still ok"
        mount -n /proc || exit
        trap 'umount -n /proc' EXIT
}
echo "never reached"
--- ... ---

-- 
Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT
56 69 73 69 74				http://www.zabbadoz.net/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] [2.5] My System ate a SPARC! *haha* 8-(
  2002-11-12 22:24   ` Bjoern A. Zeeb
@ 2002-11-13  0:17     ` Ryan Bradetich
  2002-11-15 13:58       ` Bjoern A. Zeeb
  0 siblings, 1 reply; 6+ messages in thread
From: Ryan Bradetich @ 2002-11-13  0:17 UTC (permalink / raw)
  To: Bjoern A. Zeeb; +Cc: parisc-linux

On Tue, 2002-11-12 at 15:24, Bjoern A. Zeeb wrote:
> On Tue, 12 Nov 2002, Ryan Bradetich wrote:
> 
> > Bjeorn,
> 
> nice try; second shot please ;-))

Oops... very sorry :(

> 
> > What type of system is this.  I am currently tracking down this problem
> > on the K460.  I know where the problem is caused, just not why yet.
> 
> model 9000/715

Cool.
> 
> this it were kernel starts joking ...
> 
> --- /etc/init.d/initrd-tools.sh ---
> [ -f /proc/mounts ] || {
> echo "still ok"
>         mount -n /proc || exit
>         trap 'umount -n /proc' EXIT
> }
> echo "never reached"
> --- ... ---

Interesting ... will dig further and see if I can get this fixed.

Thanks for the feedback.

- Ryan


> -- 
> Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT
> 56 69 73 69 74				http://www.zabbadoz.net/
> 
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] [2.5] My System ate a SPARC! *haha* 8-(
  2002-11-13  0:17     ` Ryan Bradetich
@ 2002-11-15 13:58       ` Bjoern A. Zeeb
  2002-11-15 17:04         ` Bjoern A. Zeeb
  0 siblings, 1 reply; 6+ messages in thread
From: Bjoern A. Zeeb @ 2002-11-15 13:58 UTC (permalink / raw)
  To: Ryan Bradetich; +Cc: parisc-linux

On 12 Nov 2002, Ryan Bradetich wrote:

Hi,

> > this it were kernel starts joking ...
> >
> > --- /etc/init.d/initrd-tools.sh ---
> > [ -f /proc/mounts ] || {
> > echo "still ok"
> >         mount -n /proc || exit
> >         trap 'umount -n /proc' EXIT
> > }
> > echo "never reached"
> > --- ... ---
>
> Interesting ... will dig further and see if I can get this fixed.

any outcomes so far ? else I would spent some minutes this weekend
between compiling kernels (which actually will take most time all of
the debugging) to dig into this ...

-- 
Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT
56 69 73 69 74				http://www.zabbadoz.net/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] [2.5] My System ate a SPARC! *haha* 8-(
  2002-11-15 13:58       ` Bjoern A. Zeeb
@ 2002-11-15 17:04         ` Bjoern A. Zeeb
  0 siblings, 0 replies; 6+ messages in thread
From: Bjoern A. Zeeb @ 2002-11-15 17:04 UTC (permalink / raw)
  To: Ryan Bradetich; +Cc: parisc-linux

On Fri, 15 Nov 2002, Bjoern A. Zeeb wrote:

> any outcomes so far ? else I would spent some minutes this weekend
> between compiling kernels (which actually will take most time all of
> the debugging) to dig into this ...

1 compile. no debugging:

Linux version 2.5.47-pa3 (bz@apollo) (gcc version 3.2) #7 Fri Nov 15 15:28:16 UTC 2002

boots up fine :-))  with cvs from 1400 UTC today.

-- 
Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT
56 69 73 69 74				http://www.zabbadoz.net/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-11-15 17:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-12 20:42 [parisc-linux] [2.5] My System ate a SPARC! *haha* 8-( Bjoern A. Zeeb
2002-11-12 20:59 ` Ryan Bradetich
2002-11-12 22:24   ` Bjoern A. Zeeb
2002-11-13  0:17     ` Ryan Bradetich
2002-11-15 13:58       ` Bjoern A. Zeeb
2002-11-15 17:04         ` Bjoern A. Zeeb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox