Stoo Who joined July 26, 2010, 8:13 a.m. and authored 139 notes
Wrote the following at Nov. 3, 2012, 4:12 a.m...
Just a thought - I've a spare Raspberry Pi hanging around here - How possible do you guys think it would be to turn it into a physical DINA box?
_________________
Octane2 Dual R14K 600Mhz, 4GB RAM, VPro V12, DCD, PCI Card Cage, GBit Ethernet
Indigo2 R10K 195MHz, 1GB RAM, Maximum Impact, I2V
The boxen are breeding... help!
mia Who joined Feb. 19, 2003, 1:54 p.m. and authored 878 notes
Wrote the following at Nov. 3, 2012, 4:51 a.m...
Why bother, I use an O2 to net-install.
_________________
kcchris Who joined Nov. 2, 2012, 9:37 p.m. and authored 3 notes
Wrote the following at Nov. 3, 2012, 5:47 a.m...
Stoo wrote:
Just a thought - I've a spare Raspberry Pi hanging around here - How possible do you guys think it would be to turn it into a physical DINA box?
Short answer is not possible. The DINA image is for i386 computers and the RPi uses an embedded ARM chip. To rebuild DINA's functionality using the same scripts and methods as deBug, you would need to get NetBSD running as the foundation. RPi support in NetBSD 6 is experimental and there is no support for the network interface, rendering it useless as a netboot server.
I have never used the Raspbian OS that they provide. It might be possible to rebuild the functionality of DINA using that as the base, but you would be building your own netboot server, not moving DINA to it.
Stoo Who joined July 26, 2010, 8:13 a.m. and authored 139 notes
Wrote the following at Nov. 3, 2012, 6:11 a.m...
mia wrote:
Why bother, I use an O2 to net-install.
Because I don't have an O2, my indigo2 isn't working, and the DINA image doesn't appear to work properly with Parallels, VMware Fusion, or VirtualBox on my Mac.
Any more silly questions?
_________________
Octane2 Dual R14K 600Mhz, 4GB RAM, VPro V12, DCD, PCI Card Cage, GBit Ethernet
Indigo2 R10K 195MHz, 1GB RAM, Maximum Impact, I2V
The boxen are breeding... help!
mia Who joined Feb. 19, 2003, 1:54 p.m. and authored 878 notes
Wrote the following at Nov. 3, 2012, 8:23 a.m...
Well, if you have only one SGI then the gain of using a network-based installer is marginal.
_________________
kcchris Who joined Nov. 2, 2012, 9:37 p.m. and authored 3 notes
Wrote the following at Nov. 3, 2012, 9:12 a.m...
mia wrote:
Well, if you have only one SGI then the gain of using a network-based installer is marginal.
Not if you don't have a SCSI CD-ROM or tape drive to install from. Then it's pretty much a requirement.
dclough Who joined Jan. 18, 2010, 7:59 p.m. and authored 185 notes
Wrote the following at Nov. 3, 2012, 9:25 a.m...
kcchris wrote:
I have never used the Raspbian OS that they provide. It might be possible to rebuild the functionality of DINA using that as the base, but you would be building your own netboot server, not moving DINA to it.
You're spot on with this.
The Raspberry Pi won't run the DINA image, but all you'd need to do to simulate a DINA setup is configure DHCP/BOOTP, TFTP and NFS on the Pi. You'll get the same basic functionality, just not in the neatly-bundled DINA package.
Stoo Who joined July 26, 2010, 8:13 a.m. and authored 139 notes
Wrote the following at Nov. 3, 2012, 9:58 a.m...
dclough wrote:
kcchris wrote:
I have never used the Raspbian OS that they provide. It might be possible to rebuild the functionality of DINA using that as the base, but you would be building your own netboot server, not moving DINA to it.
You're spot on with this.
The Raspberry Pi won't run the DINA image, but all you'd need to do to simulate a DINA setup is configure DHCP/BOOTP, TFTP and NFS on the Pi. You'll get the same basic functionality, just not in the neatly-bundled DINA package.
That's more along the lines I was thinking of..
_________________
Octane2 Dual R14K 600Mhz, 4GB RAM, VPro V12, DCD, PCI Card Cage, GBit Ethernet
Indigo2 R10K 195MHz, 1GB RAM, Maximum Impact, I2V
The boxen are breeding... help!
Stoo Who joined July 26, 2010, 8:13 a.m. and authored 139 notes
Wrote the following at Nov. 3, 2012, 11:09 a.m...
Digging further into my DINA issues, it looks as though the scripts didn't configure networking correctly when using vmware fusion on my Mac.
Looking at the ifconfig output there are two adapters present, local loopback, and wm0 - but the DINA script assumes the interface name is ifconfig_pcn0 in the script, which doesn't actually exist.
I've edited the /etc/rc.conf entry to match the interfaces available, and I no longer get the errors at startup when it tries to bring up the network interface, but I still can't communicate with DINA from anything else on the network, so I think I must have missed something somewhere..
_________________
Octane2 Dual R14K 600Mhz, 4GB RAM, VPro V12, DCD, PCI Card Cage, GBit Ethernet
Indigo2 R10K 195MHz, 1GB RAM, Maximum Impact, I2V
The boxen are breeding... help!
dclough Who joined Jan. 18, 2010, 7:59 p.m. and authored 185 notes
Wrote the following at Nov. 3, 2012, 11:22 a.m...
Stoo wrote:
Digging further into my DINA issues, it looks as though the scripts don't configure networking correctly when using vmware fusion on my Mac.
Looking at the ifconfig there are two adapters present, local loopback, and wm0 - but the DINA script assumes the interface name is ifconfig_pcn0 in the script, which doesn't actually exist.
I've edited the /etc/rc.conf entry to match the interfaces available, and I no longer get the errors at startup when it tries to bring up the network interface, but I still can't communicate with DINA from anything else on the network, so I think I must have missed something somewhere..
Can you paste your ifconfig/route -a outputs for us?
Sorry for the potentially stupid question, but did you double-check the virtual interface settings in Fusion? Bridged/NAT/Host-only and the like.
Stoo Who joined July 26, 2010, 8:13 a.m. and authored 139 notes
Wrote the following at Nov. 3, 2012, 11:40 a.m...
dclough wrote:
Can you paste your ifconfig/route -a outputs for us?
Sorry for the potentially stupid question, but did you double-check the virtual interface settings in Fusion? Bridged/NAT/Host-only and the like.
Yup, it's set as NAT in Fusion, which works for everything else I've ever used, output as follows:
_________________
Octane2 Dual R14K 600Mhz, 4GB RAM, VPro V12, DCD, PCI Card Cage, GBit Ethernet
Indigo2 R10K 195MHz, 1GB RAM, Maximum Impact, I2V
The boxen are breeding... help!
dclough Who joined Jan. 18, 2010, 7:59 p.m. and authored 185 notes
Wrote the following at Nov. 3, 2012, 11:47 a.m...
In this case NAT is the problem. NAT puts it on its own network inside Fusion, and just takes your mac's connection and routes the packets out that way. Physical machines on your physical network won't know how to reach DINA.
Try setting it to Bridged.
Stoo Who joined July 26, 2010, 8:13 a.m. and authored 139 notes
Wrote the following at Nov. 3, 2012, 11:51 a.m...
Yup, that's got it..
One to add to the Wiki methinks.. (changing the interface name & bridged mode)
_________________
Octane2 Dual R14K 600Mhz, 4GB RAM, VPro V12, DCD, PCI Card Cage, GBit Ethernet
Indigo2 R10K 195MHz, 1GB RAM, Maximum Impact, I2V
The boxen are breeding... help!
dclough Who joined Jan. 18, 2010, 7:59 p.m. and authored 185 notes
Wrote the following at Nov. 3, 2012, 11:15 p.m...
Stoo wrote:
Yup, that's got it..
One to add to the Wiki methinks.. (changing the interface name & bridged mode)
Indeed, there are quite a few pages that could use clarification there. Glad to hear you got it fixed, good luck with the install!
recondas Moderator Who joined June 6, 2004, 4:55 p.m. and authored 4968 notes
Wrote the following at Nov. 4, 2012, 6:20 a.m...
kcchris wrote:
I hope someone finds my info useful.... Here's what I did
Welcome to nekochan kcchris, and thanks for taking the time to share your knowledge!
DINA's a godsend but it's quirky, even persnickety. It gets easily confused about what address it has assigned to a machine, sometimes requiring the user to edit some files before you can netboot again. I suspect that when I rebuild the NanoBSD build environment for my Soekris box, it'll be a reasonably quick job to update/migrate DINA onto a current release and clean up that sort of thing. No idea when I'll collect enough round tuits, though...
_________________
Then?
...
Now?
+MLA
...
Other:
DEC
Sun
,
DG AViiON
,
NeXT
Nyebodnye Who joined April 21, 2013, 1:56 p.m. and authored 14 notes
Wrote the following at April 21, 2013, 2:01 p.m...
Is DINA still available ?
Can't seem to find it anywhere.
Thanks
_________________
R10K 195Mhz, Max Impact/2/2/4, 320Mb, 174Gb
R10K 195Mhz, Max Impact/2/2/4, 320Mb, 36Gb
R10K 195Mhz, Dodgy Max Impact/2/2/4,256Mb, 36Gb
R10K 195Mhz, Spares/repairs 0Mb, 0Gb, Faulty PSU
R44K 200Mhz, GR3-Elan, 160Mb, 36Gb
R10K 225Mhz, CRM-C, 384Mb, 72Gb
Spares - two Solid Impacts and a High/AA Impact Graphics board.
hamei Who joined Feb. 24, 2004, 4:10 p.m. and authored 8706 notes
Wrote the following at April 21, 2013, 7:08 p.m...
Speaking of netbooting, has anyone managed to get an Altix 350 to netboot ? Seems like it should be possible but ... ?
_________________
waiting for flight 1203 ...
smj Who joined Nov. 12, 2007, 7:54 p.m. and authored 1013 notes
Wrote the following at April 23, 2013, 1:28 a.m...
Nyebodnye wrote:
Is DINA still available ?
Can't seem to find it anywhere.
I had to pull my server from one colo, haven't gotten it to the new one yet, and apparently missed a spot in swapping DNS over. Should be cleared up for the mirror at shiftleft.com as soon as any bogus entries are removed from your local DNS cache.
_________________
Then?
...
Now?
-
+MLA
...
Other:
DEC
Sun
,
DG AViiON
,
NeXT
Nyebodnye Who joined April 21, 2013, 1:56 p.m. and authored 14 notes
Wrote the following at May 6, 2013, 2:01 p.m...
Ah, I'd just assumed the Swedish was telling me the file had disappeared long ago.
After some Google Translating, I have now logged in and downloaded it!
The world needs more MIPS Irix up to date software/code maintainers.
Everything seems to have ground to a halt around 2006-8.
Thanks
_________________
R10K 195Mhz, Max Impact/2/2/4, 320Mb, 174Gb
R10K 195Mhz, Max Impact/2/2/4, 320Mb, 36Gb
R10K 195Mhz, Dodgy Max Impact/2/2/4,256Mb, 36Gb
R10K 195Mhz, Spares/repairs 0Mb, 0Gb, Faulty PSU
R44K 200Mhz, GR3-Elan, 160Mb, 36Gb
R10K 225Mhz, CRM-C, 384Mb, 72Gb
Spares - two Solid Impacts and a High/AA Impact Graphics board.