<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.os.netbsd.ports.sgimips">
    <title>gmane.os.netbsd.ports.sgimips</title>
    <link>http://blog.gmane.org/gmane.os.netbsd.ports.sgimips</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2572"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2571"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2570"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2569"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2568"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2567"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2566"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2565"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2564"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2563"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2562"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2561"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2560"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2557"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2546"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2545"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2544"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2543"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2541"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2535"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2572">
    <title>IP32 debugging kernel intr handler (crime/mace)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2572</link>
    <description>&lt;pre&gt;Hi,

I'm digging into 47640 on sgimips (SGI O2 IP32) on netbsd-current
(6.99.17).

http://gnats.NetBSD.org/cgi-bin/query-pr-single.pl?number=47640

Background
-----------------
I'm basically starting out on kernel tinkering.

As explained in the gnats this SGI IP32 will hard lock at random point.
Otherwise it operates very nice and quickly. That was 6.0.1, same deal
on current. 
Also 47639, a random keyboard flash co-incides with a interrupt, may be
related.

What I want to do, but don't know if i can:
- get a debugger triggered at the right point, which means finding the
  right spot
- adding more debug around some other bits of kernel code, but not so to
  saturate the console
- breaking the kernel (linux magic sysreq style) and just getting it to
  dump it's stack at a keypress

The hunch was a glitch in the interrupt handling, so I've added
aprint_debug() liberally throughout dev/crime.c and mace/mace.c, as seen
in
https://gist.github.com/rooprob/5191131

The pattern I've discovered seems always "hang" after a complete
crime_intr()/mace_intr() loop, or immediately before the next one.
I'm completely open to the fact that thereofre this means the hang is
somewhere else.
There'll be hundreds of successful debug messages, occasionally a NULL
function pointer I've trapped with my code but it always end the same
way.

crime_intr()
  -&amp;gt; mace_intr()
     -&amp;gt; finish mace_intr
&amp;lt;- finish crime_intr

Some examples of my debug output:

XXX2013-RPF crime_intr(2111091192, 536936211, 1024)!
XXX2013-RPF &amp;lt;- !crime_ipending 0
XXX2013-RPF crime_intr(2152175152, 536936195, 1024)!
XXX2013-RPF &amp;lt;- !crime_ipending 0

XXX2013-RPF crime_intr(2110433472, 536936211, 1024)!
XXX2013-RPF -&amp;gt; mace_intr(256)
XXX2013-RPF -&amp;gt; mace_inst(256): processing non-IRQ 4
M0:256 M1:256 M2:256 M3:256 M4:256 M5:256 M6:256 M7:-&amp;gt;(0x80074124)
M8:256 M9:256 M10:256 M11:256 M12:256 M13:256 M14:256 M15:256 M16:256
M17:256 M18:256 M19:256 M20:256 M21:256 M22:256 M23:256 M24:256 M25:256
M26:256 M27:256 M28:256 M29:256 M30:256 M31:256 done
XXX2013-RPF &amp;lt;- !crime_ipending 0

This last one, MACE idx 7 in maceintrtab fired.

Mar 18 23:22:03 mapleleaf /netbsd: XXX2013-RPF crime_intr(4255804, 536936211, 1024)!
Mar 18 23:22:03 mapleleaf /netbsd: XXX2013-RPF -&amp;gt; mace_intr(16)
Mar 18 23:22:03 mapleleaf /netbsd: XXX2013-RPF -&amp;gt; IRQ4 mace_intr(16) is IRQ 4!!! 
Mar 18 23:22:03 mapleleaf /netbsd: XXX2013-RPF -&amp;gt; IRQ4 mace_intr(16) completed mips3_ld() 
Mar 18 23:22:03 mapleleaf /netbsd: M4:0:16 M4:1:-&amp;gt;(0x800d4348) M4:2:16 M4:3:16 M4:4:16 M4:5:16 M4:6:16 M4:7:16 M4:8:16 M4:9:16 M4:10:16 M4:11:16 M4:12:16 M4:13:16 M4:14:16 M4:15:16 M4:16:16 M4:17:16 M4:18:16 M4:19:16 M4:20:16 M4:21:16 M4:22:16 M4:23:16 M4:24:16 M4:25:16 M4:26:16 M4:27:16 M4:28:16 M4:29:16 M4:30:16 M4:31:16 done
Mar 18 23:22:03 mapleleaf /netbsd: XXX2013-RPF -&amp;gt; mace_inst(0): processing non-IRQ 4
Mar 18 23:22:03 mapleleaf /netbsd: M0:0 M1:0 M2:0 M3:0 M4:0 M5:0 M6:0 M7:0 M8:0 M9:0 M10:0 M11:0 M12:0 M13:0 M14:0 M15:0 M16:0 M17:0 M18:0 M19:0 M20:0 M21:0 M22:0 M23:0 M24:0 M25:0 M26:0 M27:0 M28:0 M29:0 M30:0 M31:0 done
Mar 18 23:22:03 mapleleaf /netbsd: XXX2013-RPF &amp;lt;- !crime_ipending 0


Causing a crash:
----------------------
With all my new debug spewing to the screen I can often get through a
good amount of atf-run before it will abruptly stop. It dies at
different places each time. If it's a subtle timing issue, it could be
masked by the new slowness of having to output to serial line, but I'm
not so sure about that.

Example output from rtf-run,
fs/ffs/t_setquota (84/498): 40 test cases
    set_be_1_both: [3.021925s] Passed.
... &amp;lt;snip&amp;gt;...
    set_default_le_1_both: [2.517445s] Passed.
    set_default_le_1_group: &amp;lt;died here&amp;gt;

Copying a new kernel from an NFS remote build server is my usual sure
fire way of getting it to hang quickly. This is why I'm thinking
interrupts. What doesn't gel with this idea is how long it can go - it's
interrupts and something else, perhaps.
What's interesting is that the intr handler stands up well against a
deluge of serial debug message output.

Where next?
----------------
Now I know how to make it crash, and now I've exposed the intr handling,
what should I look at next?

hunch#2: a missed interrupt ? kernel waiting forever?
hunch#3: a corrupted function (I tried to add sanity around that in my
patch where function !=NULL and managed to log a few, but to no avail)
hunch#4: something which happens outside intr handler space

I'm going to have to get the output-deluge down as it's too much for
syslog to capture, nor a serial line at 115200baud. The gfx console
happily keeps up, but I cannot copy and paste that to record the event. 

thanks for reading this far.

rob


&lt;/pre&gt;</description>
    <dc:creator>roop</dc:creator>
    <dc:date>2013-03-19T10:11:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2571">
    <title>Re: sgi O2 VICE and Nintendo64</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2571</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

On Mar 5, 2013, at 6:17 AM, roop wrote:


It's in -current Xorg as well. Using VICE there makes little sense  
since:
- - the MTE is much, much faster. Can't always use it but if we can it's  
running circles around everything else you can find in the O2.
- - the drawing engine supports everything we need in a console driver  
and basic X, I doubt VICE could beat it speed-wise doing simple,  
unaligned bit ops.
VICE is useful for more complex stuff that the drawing engine can't  
do, like video filtering and whatnot. Since it's a separate, fairly  
non-standard CPU ( a funky R3k-ish thing with a SIMD unit instead of  
an FPU ) that's kinda complicated though.
If anybody wants to give it a shot I have the manual.

have fun
Michael

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQEVAwUBUTX6UcpnzkX8Yg2nAQKVEQgAiF/9b7+y54PqhgL/XhMrnsSlflptRMIw
CFygXWKv107ysYhfCiST8l6lZ8j6frVQUCpOlSjP/fPla2/3yucT4kvUIluhCS0O
txA4Jjiii0/fkDbTDRO/Hc+9ti+mOUcIPEhGQ6vJf/bcyzM3FXcbnPCOB2ppxJp0
l5ojOes0QclaOkApUVWnfKDTS7S6lzqZ3yC3iePqFqnONHHrie7tyvJ7Jd/Zgzbg
ZNeN0dA9M1X2MEJ0d8kN2AUEyg4Rd6K6H+X6CXwd/kASewPg/e4G6ibbfVJWdSOU
wfNrdcnqalmV4EGK5DfDd6V9hsdkpc1sIqBSOCVWOEh6bVd9G36EzQ==
=W2dD
-----END PGP SIGNATURE-----

&lt;/pre&gt;</description>
    <dc:creator>Michael</dc:creator>
    <dc:date>2013-03-05T13:59:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2570">
    <title>sgi O2 VICE and Nintendo64</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2570</link>
    <description>&lt;pre&gt;
I had a memory burp: O2 VICE and Nintendo64 ; someone asking about N64 kernel; 
Brain righted itself n64 (32/64bit ABI) not N64 (Nintendo), or n32 or o32 subset.

Anyway, I randomly googled, refreshing my world view that the O2 is scattered
amongst the different projects;
- The hardware acceleration in VICE (derivative found in Nintendo64) was in
  Linux 2.5.x (http://www.linux-mips.org/~glaurung/), 
- Macallans excellent O2 2D acceleration work (didn't use VICE IIRC) X11 work
  in NetBSD (http://my.opera.com/Macallan/blog/2009/04/01/xorg-on-o2) 
  (Was this only XFree, or was carried over to Xorg?)
- OpenBSD's support for the O2 system generally seems more featureful and
  stable.
- Finally, back to IRIX, the guys at Nekochan have updated Firefox to 3
  (http://forums.nekochan.net/viewtopic.php?f=15&amp;amp;t=16727403) for IRIX and report
  faster, more stable behaviour than ff2.x (haven't tried it). 

But what's happening over in Nintendo world, and we find some nice research
into RSP from 2012/2013,

http://forum.pj64-emu.com/showthread.php?t=3398
https://github.com/cxd4/rcp/tree/master/rsp

Is O2 VICE and the Nintendo64 near enough this research useful?

Just posting if this is interesting.

rob

&lt;/pre&gt;</description>
    <dc:creator>roop</dc:creator>
    <dc:date>2013-03-05T11:17:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2569">
    <title>Re: PR 36158 (&gt;256MB in O2)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2569</link>
    <description>&lt;pre&gt;Hello,

On Sun, 3 Mar 2013 09:21:09 +0100
Martin Husemann &amp;lt;martin&amp;lt; at &amp;gt;duskware.de&amp;gt; wrote:


Older MIPS CPUs ( not sure if it's all of them or just R5k and the like ) have some cache issues ( and had them for a long time, the last working kernel/userland I have is 5.99.17 vintage ) - corruption happens when data gets moved between processes. I don't see this on Loongson hardware although there's still corruption on NFS writes ( not sure if that's the same issue though )
Otherwise, N32 kernels with N32 userlands work more or less. I didn't try N64 on my O2 yet but I'd expect some trouble ( kseg vs. xphys, assumptions about LP32 etc. )

have fun
Michael

&lt;/pre&gt;</description>
    <dc:creator>Michael</dc:creator>
    <dc:date>2013-03-03T14:32:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2568">
    <title>Re: PR 36158 (&gt;256MB in O2)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2568</link>
    <description>&lt;pre&gt;Out of curiosity:
what is missing now for a N64 kernel? I had the impression other mips archs
do that now, so it can not be too much.

Martin
(I need to fix the rtc in my O2 and try)

&lt;/pre&gt;</description>
    <dc:creator>Martin Husemann</dc:creator>
    <dc:date>2013-03-03T08:21:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2567">
    <title>Re: PR 36158 (&gt;256MB in O2)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2567</link>
    <description>&lt;pre&gt;

I don't think there's been much activity on the sgimips port for a long time. You may be better off just using OpenBSD as Miod and company seem to be more active (and have the support you seek already). I think their sgi port is almost entirely a superset of ours by now.

In any event, wouldn't the library be much better off with a bunch of cheap atom machines? These SGIs are pretty ancient, and atoms would probably pay for themselves in power savings over a few years.

Steve
&lt;/pre&gt;</description>
    <dc:creator>Stephen M. Rumble</dc:creator>
    <dc:date>2013-03-03T04:05:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2566">
    <title>PR 36158 (&gt;256MB in O2)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2566</link>
    <description>&lt;pre&gt;Is anyone working on PR #36158 (NetBSD/sgimips does not properly detect the total amount of physical memory in an IP32 (O2) machine)?

I'm working with a library who wants to reuse a bunch of O2 machines as locked down kiosk web browsing systems, but I wasn't aware of this limitation until we got reasonably down this path. Looking at the diff for OpenBSD to add support it doesn't seem trivial, but I'm not sure if all of that is needed here. Any progress on this since the last PR update?

&lt;/pre&gt;</description>
    <dc:creator>Kevin Day</dc:creator>
    <dc:date>2013-03-02T23:47:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2565">
    <title>Re: documentation</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2565</link>
    <description>&lt;pre&gt;
This is great! I did not expect so much documentation to be available!


Yeah I decided this morning to go for an Indy emulation as there's more
documentation available for it.

Thanks!


Regards,

Folkert.

&lt;/pre&gt;</description>
    <dc:creator>folkert</dc:creator>
    <dc:date>2013-02-13T09:48:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2564">
    <title>Re: SGI IP20 &amp; 0xffffffffbfa00030</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2564</link>
    <description>&lt;pre&gt;


[Oops, didn't reply to all.]

I think that's the memory controller (MC) chip accessed via kseg1. NetBSD calls the device "imc". Our imcreg.h header doesn't appear to contain any definition of the 0x30 offset, though.

The Indy docs should help you out there.

Steve
&lt;/pre&gt;</description>
    <dc:creator>Stephen M. Rumble</dc:creator>
    <dc:date>2013-02-12T22:37:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2563">
    <title>SGI IP20 &amp; 0xffffffffbfa00030</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2563</link>
    <description>&lt;pre&gt;Hi,

What on earth is located at address 0xffffffffbfa00030 on IP20 systems?
While tracing through the prom of such a system, I found it starts to
poke at that memory location. Can't find any docs on it.


regards

Folkert van Heusden

&lt;/pre&gt;</description>
    <dc:creator>folkert</dc:creator>
    <dc:date>2013-02-12T20:37:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2562">
    <title>documentation</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2562</link>
    <description>&lt;pre&gt;Hi,

I'm looking for any documentation on SGI hardware. E.g. Indy, Indigo,
etc.
This for an emulator I'm writing.


regards,

Folkert van Heusden

&lt;/pre&gt;</description>
    <dc:creator>folkert</dc:creator>
    <dc:date>2013-02-12T20:28:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2561">
    <title>watches    and high spirits you.</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2561</link>
    <description>&lt;pre&gt;j t ckj pt hm
jfqkHI,
liwetealoffernqqyouulocotwonderfuliojxjrwatcheszvfev-PORTAL http://bit.ly/UNX44y mrxfsu vwxiq mubkeuq ccwjcitx sxmvpq
uctetydw xbnol jvvvns vwxlqygr oivar
mshlpmv zhrpj phobylku j uvc
&lt;/pre&gt;</description>
    <dc:creator>Freddy Newman</dc:creator>
    <dc:date>2013-01-24T18:13:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2560">
    <title/>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2560</link>
    <description>&lt;pre&gt;

邮件事业部技&lt;/pre&gt;</description>
    <dc:creator>word145324</dc:creator>
    <dc:date>2013-01-24T17:33:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2557">
    <title>MIPS64 support?</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2557</link>
    <description>&lt;pre&gt;It's my understanding that MIPS64 support was
added with the imminent release of NetBSD 6.0.

What are the implications of this for the sgimips
port? Would it ease the support for IP27, IP30
and IP35 machines?


Cheers,
J.

&lt;/pre&gt;</description>
    <dc:creator>Jerome Ibanes</dc:creator>
    <dc:date>2012-10-07T23:14:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2546">
    <title>Re: bootp could not connect to server (no source for :.)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2546</link>
    <description>&lt;pre&gt;David, Fabian,

There was something wrong with my terminal.  I've switched to another 
one and it works now.

About the bootp/network issue, I was missing the 'host' declaration in 
dhcpd.conf.  I though the IP could be simply attributed with the 
'subnet' declaration, but using fixed-address against the ethernet 
address, instead of the general 'range', helped a lot.  Maybe 
server-name="x.x.x.x"; too.  I didn't have that one, I only had 
next-server x.x.x.x.

I'm getting into sysinst, everything's fine.  But I just figured out 
there doesn't seem to be a harddrive in that O², according to what 
'hinv' says.  So I'll have to find relevant SCSI weiring and drives to 
connect to.

Thanks,
Pierre-Philipp

&lt;/pre&gt;</description>
    <dc:creator>Pierre-Philipp Braun</dc:creator>
    <dc:date>2012-06-30T19:13:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2545">
    <title>Re: bootp could not connect to server (no source for :.)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2545</link>
    <description>&lt;pre&gt;Hello Pierre-Philipp

On 29.06.2012 14:07, Pierre-Philipp Braun wrote:

A long time ago I wrote the notes "How to install NetBSD 2.0_BETA 
on a SGI O2 with MIPS R10000 CPU" [1] down, maybe they are any 
help to you, it includes even the dhcp config needed to netboot.

   [1] http://www.wenks.ch/fabian/NetBSD-SGI-O2.txt


bye
Fabian

&lt;/pre&gt;</description>
    <dc:creator>Fabian Wenk</dc:creator>
    <dc:date>2012-06-29T14:01:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2544">
    <title>Re: bootp could not connect to server (no source for :.)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2544</link>
    <description>&lt;pre&gt;
Try with/without hardware flow control?


Do you see anything from the SGI on the server? (
tcpdump ether host 00:11:22:33:44:55)

&lt;/pre&gt;</description>
    <dc:creator>David Brownlee</dc:creator>
    <dc:date>2012-06-29T12:24:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2543">
    <title>bootp could not connect to server (no source for :.)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2543</link>
    <description>&lt;pre&gt;Hi,

I've got two questions about an O² I recovered.  First, I've got 
troubles using the serial console.  I can see the text but it doesn't 
respond to inputs.  I need to press '5' to access the command monitor 
and nothing happens.  Maybe that's related to my terminal though, I'll 
have to run another tests.

Also in graphics mode, with a ps/2 keyboard plugged in, when I try to 
bootp (there's a netbsd install server on the network, with dhcpd.conf: 
allow bootp; and filename "netbsd"; in it and tftp serving 
/tftpboot/netbsd which is unzipped 
NetBSD-5.0.2/sgimips/binary/kernel/netbsd-INSTALL32_IP3x.gz), I get this 
error,
No server for :.
[sgi troubleshooting messages...]
[...] bootp [...] could not connect to server

Any help, feedback or experience on those two issues would be appreciated.

Many thanks,
Pierre-Philipp

&lt;/pre&gt;</description>
    <dc:creator>Pierre-Philipp Braun</dc:creator>
    <dc:date>2012-06-29T12:07:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2541">
    <title>IP25 Support Question</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2541</link>
    <description>&lt;pre&gt;My department has a SGI Rackmount Power Onyx that was sold to us by SGI
as a Power Challenge. It has IP25 boards. Can it run NetBSD?

I am not subscribed to the list. Please CC me on replies.

&lt;/pre&gt;</description>
    <dc:creator>Richard Yao</dc:creator>
    <dc:date>2012-06-22T07:00:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2535">
    <title>Re: 6.0_BETA upgrade fails on Indy / Challenge S</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2535</link>
    <description>&lt;pre&gt;Robert Dörfler &amp;lt;rodo&amp;lt; at &amp;gt;zlug.org&amp;gt; schrieb:

btw... i tried to gzip -d and untar pkgsrc.tar.gz

tar: Cannot set file uid/gid of  ()
tar: Cannot set permissions on  (No such file or directory)
tar: Access/modification time set failed on:  (No such file or directory)
tar: Cannot rename  to pkgsrc/audio/gkrellm-volume/Makefile (No such file or directory)
[1]   Segmentation fault (core dumped)gzip: error writing to output: Broken pipe

zucchini# uname -a
NetBSD zucchini. 6.0_BETA NetBSD 6.0_BETA (GENERIC32_IP3x) sgimips



&lt;/pre&gt;</description>
    <dc:creator>Robert Doerfler</dc:creator>
    <dc:date>2012-03-21T19:12:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2534">
    <title>Re: 6.0_BETA upgrade fails on Indy / Challenge S</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2534</link>
    <description>&lt;pre&gt;
I guess i got the same "unexpected EOF"-Errors on my O2. I installed the
packages via ftp/http and tests.tar.gz failed repeatable. ( even after
choosing a different way to get package ftp/http )


&lt;/pre&gt;</description>
    <dc:creator>Robert Dörfler</dc:creator>
    <dc:date>2012-03-21T05:30:46</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.netbsd.ports.sgimips">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.netbsd.ports.sgimips</link>
  </textinput>
</rdf:RDF>
