Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo/MIPS LiveCD [VERY EXPERIMENTAL!!]
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures
View previous topic :: View next topic  
Author Message
Kumba
Developer
Developer


Joined: 16 Jul 2002
Posts: 393
Location: Sigma 957

PostPosted: Sun May 28, 2006 4:00 am    Post subject: Reply with quote

lhaza wrote:
O2 r10k sash not found

I've personally toyed around with one of these. It works insofar as printing random error messages to the screen, locking up randomly, and eating small fluffy animals if they happen to wander near the machine while it's powered on. As such, we officially deny support for these systems until someone either gets JUICE support working, or someone manages to get the tricks used in IP28 support ported (most of this is done, only the ethernet adapter and aic7xxx driver need modifications really).


lhaza wrote:
Octane2 r12k sash not found

It should be looking for sash64. Check your OSLoader environment variable in the PROM to make sure it's not looking elsewhere. Second, you're supposed to invoke the CD from Install System Software, which invokes a hardcoded reference to sash64. So check those first.


lhaza wrote:
Fuel r14ka
ARCLoader version 0.43 (c) Stanislaw Skowronek
Loading configuration for 'unix'...
Detecting system parameters

here it hangs for at least 10 minutes. what surprised me that it kinda worked best on the fuel-box. :)

Got any spare Fuel machines you'd like to donate? :) It's gonna be awhile before we can support these systems because A) We have to wait for the arse-brained resellers (3ddoc & irewoulfe) on eBay to stop buying the available systems up and B) someone actually being able to port them or setup the facilities for someone to remotely login and port.


--Kumba
_________________
"The past tempts us, the present confuses us, the future frightens us. And our lives slip away, moment by moment, lost in that vast, terrible in-between."
--Emperor Turhan, Centauri Republic
Back to top
View user's profile Send private message
fishball
n00b
n00b


Joined: 06 Jul 2006
Posts: 7

PostPosted: Thu Jul 06, 2006 11:05 am    Post subject: Bootp/DHCP/TFTP server for windows Reply with quote

Just got hold of two (very cheap) O2 R5K boxes yesterday. :D

Just wanted to let you know I was able to use the netboot images using a free bootp/dhcp/tftp server for windows from http://tftpd32.jounin.net/

So happy it even works for my wireless connected laptop.

Now I just need to figure out how to maximize the default 2.1GB drives that the boxes came with. :roll:
Back to top
View user's profile Send private message
Redhatter
Retired Dev
Retired Dev


Joined: 20 Sep 2003
Posts: 548
Location: Brisbane, QLD, Australia

PostPosted: Sun Jul 09, 2006 2:03 am    Post subject: Re: Bootp/DHCP/TFTP server for windows Reply with quote

fishball wrote:
Just got hold of two (very cheap) O2 R5K boxes yesterday. :D

Just wanted to let you know I was able to use the netboot images using a free bootp/dhcp/tftp server for windows from http://tftpd32.jounin.net/

So happy it even works for my wireless connected laptop.


Nice... I'll keep this in mind next time a user asks. (Actually, could a mod kindly split this thread... as this subtopic is offtopic for the LiveCD)

Quote:
Now I just need to figure out how to maximize the default 2.1GB drives that the boxes came with. :roll:


Any SCA 1" SCSI drive will do the trick. I'm happily using a 4GB and 32GB together in mine. The 4GB is just formatted as swap space, and so I use tmpfs for /tmp. Just about any size (storage wise) will do the trick.
_________________
Stuart Longland (a.k.a Redhatter, VK4MSL)
I haven't lost my mind - it's backed up on a tape somewhere...

Gentoo/MIPS Cobalt developer, Mozilla herd member.
Back to top
View user's profile Send private message
MilesAttacca
n00b
n00b


Joined: 26 Apr 2008
Posts: 3

PostPosted: Sat Apr 26, 2008 6:14 pm    Post subject: Reply with quote

Wondering if anyone's still paying attention to this project. I acquired an R5000 O2 and need to get into the hard drive to wipe /etc/passwd, so I burned RC5 and RC6 CDs yesterday. Popped it in and went to "Install System Software," and the kernel begins to boot, but eventually the process fails with a kernel panic.

I can't type all of the messages, but a few times it dumps information about "Sequencer SCB info."
Later it notes "scsi: Device offlined - not ready after error recovery: host 0 channel 0 id 2 lun 0."
And then shortly after the whole thing dies and dumps a call trace and other information:

"Break instruction in kernel code in arch/mips/kernel/traps.c::do_bp, line 636[#1]"
(lines of hex follow)
"Kernel panic - not syncing: Attempted to kill init!"

Edit: I just got it to boot by removing the scsi(0)disk(2). However, I still don't know how to make it play nice when I actually have that drive installed.

Also, I'm unable to mount the other SCSI hard disk:
"mount /dev/sda1 /mnt/sda1" fails with:
"XFS: Attempted to mount file system using version 1 directory format
XFS: SB validate failed
mount: Function not implemented"

Can anyone offer suggestions?

My system data is the following:

hinv:
Quote:
System: IP32
Processor: 180Mhz R5000, with FPU
Primary I-cache size: 32 Kbytes
Primary D-cache size: 32 Kbytes
Secondary cache size: 512 Kbytes
Memory size: 128 Mbytes
Graphics: CRM, Rev C
Audio: A3 version 1
SCSI Disk: scsi(0)disk(1)
SCSI Disk: scsi(0)disk(2)
SCSI CDROM: scsi(0)cdrom(4)


version:
Quote:
PROM Monitor (BE)
Tue May 25 14:39:15 PDT 1999
VERSION 4.13
O2 R5000/R10000
IRIX 6.3 IP32prom IP32PROM-v4
Back to top
View user's profile Send private message
Redhatter
Retired Dev
Retired Dev


Joined: 20 Sep 2003
Posts: 548
Location: Brisbane, QLD, Australia

PostPosted: Sat Apr 26, 2008 9:26 pm    Post subject: Reply with quote

MilesAttacca wrote:
Wondering if anyone's still paying attention to this project. I acquired an R5000 O2 and need to get into the hard drive to wipe /etc/passwd, so I burned RC5 and RC6 CDs yesterday. Popped it in and went to "Install System Software," and the kernel begins to boot, but eventually the process fails with a kernel panic.

I can't type all of the messages, but a few times it dumps information about "Sequencer SCB info."
Later it notes "scsi: Device offlined - not ready after error recovery: host 0 channel 0 id 2 lun 0."


That probably means something is faulty with your SCSI drives. Notably, the one hooked up as ID 2.


Quote:
Edit: I just got it to boot by removing the scsi(0)disk(2). However, I still don't know how to make it play nice when I actually have that drive installed.


Because the drive is dead. It's giving off errors when accessed. This is why it's not playing nice.

Quote:
Also, I'm unable to mount the other SCSI hard disk:
"mount /dev/sda1 /mnt/sda1" fails with:
"XFS: Attempted to mount file system using version 1 directory format
XFS: SB validate failed
mount: Function not implemented"


It's not possible to mount XFS under Gentoo/MIPS... due to the fact that XFS is broken on most architectures, including MIPS. The only exceptions seem to be IA64, x86 and AMD64.

It's also not possible to mount XFS v1 on any version of Linux. You'll need to update that XFS filesystem to using XFS v2 directory structures before Linux can mount it, as this is all Linux XFS supports.
_________________
Stuart Longland (a.k.a Redhatter, VK4MSL)
I haven't lost my mind - it's backed up on a tape somewhere...

Gentoo/MIPS Cobalt developer, Mozilla herd member.
Back to top
View user's profile Send private message
MilesAttacca
n00b
n00b


Joined: 26 Apr 2008
Posts: 3

PostPosted: Sat Apr 26, 2008 9:33 pm    Post subject: Reply with quote

Redhatter wrote:
That probably means something is faulty with your SCSI drives. Notably, the one hooked up as ID 2.

Because the drive is dead. It's giving off errors when accessed. This is why it's not playing nice.

The weird thing is that I next switched the 2nd drive into the 1st slot and it still boots a valid copy of IRIX 6.3.

Redhatter wrote:
It's also not possible to mount XFS v1 on any version of Linux. You'll need to update that XFS filesystem to using XFS v2 directory structures before Linux can mount it, as this is all Linux XFS supports.

Is there a way to update the filesystem without erasing the current data?

As it is, I managed to cat /etc/passwd while in maintenance mode, so my computer is busily cracking away. One way or the other, I guess.
Back to top
View user's profile Send private message
Redhatter
Retired Dev
Retired Dev


Joined: 20 Sep 2003
Posts: 548
Location: Brisbane, QLD, Australia

PostPosted: Sat Apr 26, 2008 10:15 pm    Post subject: Reply with quote

MilesAttacca wrote:
Redhatter wrote:
That probably means something is faulty with your SCSI drives. Notably, the one hooked up as ID 2.

Because the drive is dead. It's giving off errors when accessed. This is why it's not playing nice.

The weird thing is that I next switched the 2nd drive into the 1st slot and it still boots a valid copy of IRIX 6.3.


So the drive moves but the fault stays in the same position. That would possibly point to a faulty backplane. Either way, I'm quite certain it's a hardware issue... you can't expect faulty hardware to "play nice". Otherwise, would you necessarily consider the hardware faulty? ;-)

MilesAttacca wrote:
Redhatter wrote:
It's also not possible to mount XFS v1 on any version of Linux. You'll need to update that XFS filesystem to using XFS v2 directory structures before Linux can mount it, as this is all Linux XFS supports.

Is there a way to update the filesystem without erasing the current data?


Not under Linux. Some more modern versions of IRIX allow you to do this, I don't know the procedure however.

It's worth noting, the Gentoo LiveCD was not designed to hack into IRIX. ;-)
_________________
Stuart Longland (a.k.a Redhatter, VK4MSL)
I haven't lost my mind - it's backed up on a tape somewhere...

Gentoo/MIPS Cobalt developer, Mozilla herd member.
Back to top
View user's profile Send private message
MilesAttacca
n00b
n00b


Joined: 26 Apr 2008
Posts: 3

PostPosted: Sat Apr 26, 2008 10:25 pm    Post subject: Reply with quote

Redhatter wrote:
So the drive moves but the fault stays in the same position. That would possibly point to a faulty backplane. Either way, I'm quite certain it's a hardware issue... you can't expect faulty hardware to "play nice". Otherwise, would you necessarily consider the hardware faulty? ;-)

Actually, I mean I tried booting only that hard disk to see if it was faulty or not. For my next test (just now :P) I *did* switch it around with both drives in place, and this time Gentoo booted without a fault. Which still leaves me wondering why it didn't like the drives in the original configuration, but doesn't mind it when they're swapped.

Redhatter wrote:
It's worth noting, the Gentoo LiveCD was not designed to hack into IRIX. ;-)

Ahh, if only, though. :P
Back to top
View user's profile Send private message
psychicist
n00b
n00b


Joined: 27 Oct 2007
Posts: 2

PostPosted: Mon Jul 14, 2008 4:48 pm    Post subject: Reply with quote

I just got an SGI Origin 2000 yesterday and I tried to boot the RC6 livecd burnt to a cdrw on it. The boot process started off well but then I was greeted with a kernel panic message. Does anyone have an idea what may have gone wrong, what's needed to fix it and how it's possible to remaster the livecd image so I can at least boot the livecd to completion? When I have at least access to a working environment I can start looking at updating software and fixing other issues, but please keep in mind I'm by no means a kernel expert.

It would also be nice if someone could point me to the patches that need to be applied to a 2.6.26+ kernel in order to support booting on IP27 systems.

Code:
Insert the installation CD-ROM, then press <enter>:

ARCLoader version 0.43 (c) 2004-5 Stanislaw Skowronek
Loading configuration for 'unix'...
Detecting system parameters...
Loading scsi(0)cdrom(6)partition(8)/ip27r10k...
Reading 6009688 bytes... OK.
Entering kernel.
Linux version 2.6.17.10-mipsgit-20060618-ip27r10k+ (root@dol-guldur) (gcc version 4.1.1 (Gentoo 4.1.1)) #5 SMP Sun Oct 8 15:31:07 UTC 2006
ARCH: SGI-IP27
PROMLIB: ARC firmware Version 64 Revision 0
Discovered 4 cpus on 2 nodes
node_distance: router_a NULL
node_distance: router_a NULL
node_distance: router_a NULL
node_distance: router_a NULL
************** Topology ********************
    00 01
00  255 255
01  255 255
CPU revision is: 00000e23
FPU revision is: 00000900
IP27: Running on node 0.
Node 0 has a primary CPU, CPU is running.
Node 0 has a secondary CPU, CPU is running.
Machine is in M mode.
Cpu 0, Nasid 0x0: partnum 0x0 is is xbow
Cpu 0, Nasid 0x0, widget 0x8 (partnum 0xc002) is a bridge
Bridge SSRAM size 1kB
CPU 0 clock is 300MHz.
Determined physical RAM map:
REPLICATION: ON nasid 0, ktext from nasid 0, kdata from nasid 0
REPLICATION: ON nasid 1, ktext from nasid 0, kdata from nasid 0
Built 2 zonelists
Kernel command line: console=ttyS0,9600 nox real_root=/dev/sr0 cdroot=/dev/loop0 looptype=sgimips nox nosound
Primary instruction cache 32kB, physically tagged, 2-way, linesize 64 bytes.
Primary data cache 32kB, 2-way, linesize 32 bytes.
Unified secondary cache 8192kB 2-way, linesize 128 bytes.
Virtual address space probed at 44 bits
Physical address space probed at 40 bits
Synthesized TLB refill handler (41 instructions).
Synthesized TLB load handler fastpath (55 instructions).
Synthesized TLB store handler fastpath (55 instructions).
Synthesized TLB modify handler fastpath (54 instructions).
PID hash table entries: 4096 (order: 12, 32768 bytes)
Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Memory: 2028752k/2097152k available (4031k kernel code, 68400k reserved, 1143k data, 696k init, 0k highmem)
Mount-cache hash table entries: 256
Checking for 'wait' instruction...  unavailable.
Checking for the multiply/shift bug... no.
Checking for the daddi bug... no.
Checking for the daddiu bug... no.
CPU revision is: 00000e23
FPU revision is: 00000900
Primary instruction cache 32kB, physically tagged, 2-way, linesize 64 bytes.
Primary data cache 32kB, 2-way, linesize 32 bytes.
Unified secondary cache 8192kB 2-way, linesize 128 bytes.
Virtual address space probed at 44 bits
Physical address space probed at 40 bits
Synthesized TLB refill handler (41 instructions).
CPU 1 clock is 300MHz.
CPU revision is: 00000e23
FPU revision is: 00000900
Primary instruction cache 32kB, physically tagged, 2-way, linesize 64 bytes.
Primary data cache 32kB, 2-way, linesize 32 bytes.
Unified secondary cache 8192kB 2-way, linesize 128 bytes.
Virtual address space probed at 44 bits
Physical address space probed at 40 bits
Synthesized TLB refill handler (41 instructions).
Cpu 2, Nasid 0x1: partnum 0x0 is is xbow
CPU 2 clock is 300MHz.
CPU revision is: 00000e23
FPU revision is: 00000900
Primary instruction cache 32kB, physically tagged, 2-way, linesize 64 bytes.
Primary data cache 32kB, 2-way, linesize 32 bytes.
Unified secondary cache 8192kB 2-way, linesize 128 bytes.
Virtual address space probed at 44 bits
Physical address space probed at 40 bits
Synthesized TLB refill handler (41 instructions).
CPU 3 clock is 300MHz.
Brought up 4 CPUs
migration_cost=213000,187000
NET: Registered protocol family 16
SCSI subsystem initialized
NET: Registered protocol family 2
IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
NTFS driver 2.1.27 [Flags: R/O].
EFS: 1.0a - http://aeschi.ch.eu.org/efs/
JFS: nTxBlock = 8192, nTxLock = 65536
SGI XFS with large block/inode numbers, no debug enabled
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered (default)
io scheduler cfq registered
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
fakephp: Fake PCI Hot Plug Controller Driver
Real Time Clock Driver v1.09b
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
loop: loaded (max 8 devices)
qla1280: QLA1040 found on PCI bus 0, dev 0
PCI: Enabling device 0000:00:00.0 (0006 -> 0007)
scsi(0:0): Resetting SCSI BUS
scsi0 : QLogic QLA1040 PCI to SCSI Host Adapter
       Firmware version:  7.65.06, Driver version 3.26
  Vendor: SGI       Model: IBM  DGHS09Y      Rev: 0190
  Type:   Direct-Access                      ANSI SCSI revision: 03
scsi(0:0:1:0): Sync: period 10, offset 12, Wide
  Vendor: SGI       Model: IBM  DGHS18Y      Rev: 0190
  Type:   Direct-Access                      ANSI SCSI revision: 03
scsi(0:0:2:0): Sync: period 10, offset 12, Wide
  Vendor: SGI       Model: IBM DPSS-318350M  Rev: S96A
  Type:   Direct-Access                      ANSI SCSI revision: 03
scsi(0:0:3:0): Sync: period 10, offset 12, Wide
  Vendor: SGI       Model: IBM DNES-318350Y  Rev: SAF0
  Type:   Direct-Access                      ANSI SCSI revision: 03
scsi(0:0:4:0): Sync: period 10, offset 12, Wide
  Vendor: TOSHIBA   Model: CD-ROM XM-6201TA  Rev: 1037
  Type:   CD-ROM                             ANSI SCSI revision: 02
scsi(0:0:6:0): Sync: period 10, offset 12
qla1280: QLA1040 found on PCI bus 0, dev 1
PCI: Enabling device 0000:00:01.0 (0006 -> 0007)
scsi(1:0): Resetting SCSI BUS
scsi1 : QLogic QLA1040 PCI to SCSI Host Adapter
       Firmware version:  7.65.06, Driver version 3.26
st: Version 20050830, fixed bufsize 32768, s/g segs 256
SCSI device sda: 17781520 512-byte hdwr sectors (9104 MB)
sda: Write Protect is off
SCSI device sda: drive cache: write through w/ FUA
SCSI device sda: 17781520 512-byte hdwr sectors (9104 MB)
sda: Write Protect is off
SCSI device sda: drive cache: write through w/ FUA
 sda: sda1 sda2 sda9 sda11
sd 0:0:1:0: Attached scsi disk sda
SCSI device sdb: 35563040 512-byte hdwr sectors (18208 MB)
sdb: Write Protect is off
SCSI device sdb: drive cache: write through w/ FUA
SCSI device sdb: 35563040 512-byte hdwr sectors (18208 MB)
sdb: Write Protect is off
SCSI device sdb: drive cache: write through w/ FUA
 sdb: sdb8 sdb9 sdb11
sd 0:0:2:0: Attached scsi disk sdb
sdc: Spinning up disk.......................................................................................................not responding...
sdc : READ CAPACITY failed.
sdc : status=1, message=00, host=0, driver=08
sd: Current: sense key: Not Ready
    ASC=0x40 <<vendor>> ASCQ=0x85
sdc: test WP failed, assume Write Enabled
sdc: asking for cache data failed
sdc: assuming drive cache: write through
sdc: Spinning up disk.......................................................................................................not responding...
sdc : READ CAPACITY failed.
sdc : status=1, message=00, host=0, driver=08
sd: Current: sense key: Not Ready
    ASC=0x40 <<vendor>> ASCQ=0x85
sdc: test WP failed, assume Write Enabled
sdc: asking for cache data failed
sdc: assuming drive cache: write through
 sdc:<6>sd 0:0:3:0: Device not ready: <6>: Current: sense key: Not Ready
    ASC=0x40 <<vendor>> ASCQ=0x85
end_request: I/O error, dev sdc, sector 0
Buffer I/O error on device sdc, logical block 0
sd 0:0:3:0: Device not ready: <6>: Current: sense key: Not Ready
    ASC=0x40 <<vendor>> ASCQ=0x85
end_request: I/O error, dev sdc, sector 0
Buffer I/O error on device sdc, logical block 0
 unable to read partition table
sd 0:0:3:0: Attached scsi disk sdc
SCSI device sdd: 35563040 512-byte hdwr sectors (18208 MB)
sdd: Write Protect is off
SCSI device sdd: drive cache: write back
SCSI device sdd: 35563040 512-byte hdwr sectors (18208 MB)
sdd: Write Protect is off
SCSI device sdd: drive cache: write back
 sdd: sdd8 sdd9 sdd11
sd 0:0:4:0: Attached scsi disk sdd
sr0: scsi-1 drive
Uniform CD-ROM driver Revision: 3.20
md: linear personality registered for level -1
md: raid0 personality registered for level 0
md: raid1 personality registered for level 1
md: raid10 personality registered for level 10
md: raid5 personality registered for level 5
md: raid4 personality registered for level 4
raid5: measuring checksumming speed
   8regs     :   760.000 MB/sec
   8regs_prefetch:   728.000 MB/sec
   32regs    :   760.000 MB/sec
   32regs_prefetch:   728.000 MB/sec
raid5: using function: 32regs (760.000 MB/sec)
raid6: int64x1    226 MB/s
raid6: int64x2    300 MB/s
raid6: int64x4    289 MB/s
raid6: int64x8    210 MB/s
raid6: using algorithm int64x2 (300 MB/s)
md: raid6 personality registered for level 6
md: multipath personality registered for level -4
md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: bitmap version 4.39
IOC3 part: [], serial: [] => class IP27 BaseIO
ioc3_probe : request_irq fails for IRQ 0x5
 <6>0000:00:02.0: ttyS0 at IOC3 0x8620178 (irq = 0) is a 16550A
0000:00:02.0: ttyS1 at IOC3 0x8620170 (irq = 0) is a 16550A
Ethernet address is 08:00:69:0d:68:fe.
eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
eth0: Using PHY 31, vendor 0x20005c0, model 0, rev 1.
eth0: IOC3 SSRAM has 128 kbyte.
IOC3 Master Driver loaded for 0000:00:02.0
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
Freeing unused kernel memory: 696k freed
>> Skipping module load; no modules in the initrd!
>> Activating mdev
>> Making tmpfs for /newroot
>> Determining root device...
>> Determining looptype ...
>> Locating the SGI LiveCD Root Partition
>> Mounting the Root Partition
mount: Mounting /newroot/dev/loop0 on /newroot/mnt/livecd failed: No such device
>> Copying read-write image contents to tmpfs
cp: etc: No such file or directory
cp: root: No such file or directory
cp: home: No such file or directory
cp: var: No sctory
>> No cdupdate.sh script found, skipping...
>> Booting (initramfs)...
Kernel panic - not syncing: Attempted to kill init!
 chroot: cannot execute /bin/sh: No such file or directory
Back to top
View user's profile Send private message
nutznboltz
Apprentice
Apprentice


Joined: 23 Apr 2004
Posts: 239

PostPosted: Tue Jul 15, 2008 10:58 am    Post subject: GXemul? Reply with quote

Does this boot in app-emulation/gxemul now?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum