niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » *nix » SGI/IRIX
6.2 Indy, ec0 gone missing?
Post new topic   Reply to topic Page 1 of 1 [6 Posts] View previous topic :: View next topic
Author Message
Emery Davis
*nix forums beginner


Joined: 08 Jul 2005
Posts: 39

PostPosted: Fri Jul 08, 2005 8:50 am    Post subject: 6.2 Indy, ec0 gone missing? Reply with quote

Hi,

I wonder if anyone can help me shed some light on this situation.

I have a 6.2 Indy which functions as a print server, and I have some
stuff on the disks that I occasionally need to glance at. No monitor
plugged into this machine.

A few days ago it disappeared from the net. I plugged a screen in
and looked at the SYSLOG, which contains the following messages:

ec0: machine has bad ethernet address: 0c:00:6b:08:3c:20

....

WARNING: Failed to configure ec0 as hobbes
WARNING: Cannot access primary interface, ec0

....

objectserver[914]: netif verif: error in create

Further, ec0 doesn't show up in the hinv (it does in my 6.5 Indy),
which seems odd.

I thought the nvram had perhaps been zapped as it started playing
it's annoying power-up tune, which I had configured as off, suddenly.
Indeed the nvram netaddr was wrong, but fixing it had no effect.
"hosts" is OK, in any case I haven't changed any config files in a
long time. The nvram eaddr can't of course be changed anyway,
being the serial number AFAIK.

The first message is new. The second part comes from /etc/init.d/network,
the objectserver stuff is probably incidental.

Any ideas of things I might check? Does it sound like HW maybe?
The machine is over 10 years old...

My thanks in advance.

-E

--
Emery Davis
You can reply to emeryamazon@ebayadelka.com
by removing the well known companies
Back to top
Tony 'Nicoya' Mantler
*nix forums Guru Wannabe


Joined: 02 Jul 2005
Posts: 139

PostPosted: Fri Jul 08, 2005 4:39 pm    Post subject: Re: 6.2 Indy, ec0 gone missing? Reply with quote

In article <20050708125042.16ee43ff.notareal@address.com>,
Emery Davis <notareal@address.com> wrote:

: Any ideas of things I might check? Does it sound like HW maybe?
: The machine is over 10 years old...

Sounds like you need a new Dallas chip. You'll want to replace it, such as
described here <http://www.pimpworks.org/sgi/dallas.html>, but rather than order
the chip you might want to try asking for a free sample first. Never hurts to
try.

Cheers - Tony 'Nicoya' Mantler :)

--
Tony 'Nicoya' Mantler -- Master of Code-fu -- nicoya@ubb.ca
-- http://nicoya.feline.pp.se/ -- http://www.ubb.ca/ --
Back to top
Emery Davis
*nix forums beginner


Joined: 08 Jul 2005
Posts: 39

PostPosted: Fri Jul 08, 2005 7:33 pm    Post subject: Re: 6.2 Indy, ec0 gone missing? Reply with quote

On Fri, 08 Jul 2005 18:39:27 GMT, Tony 'Nicoya' Mantler <nicoya@ubb.ca> said:

] In article <20050708125042.16ee43ff.notareal@address.com>,
] Emery Davis <notareal@address.com> wrote:
]
] : Any ideas of things I might check? Does it sound like HW maybe?
] : The machine is over 10 years old...
]
] Sounds like you need a new Dallas chip. You'll want to replace it, such as
] described here <http://www.pimpworks.org/sgi/dallas.html>, but rather than order
] the chip you might want to try asking for a free sample first. Never hurts to
] try.
]
]

Thanks Tony. Culprit is found, and what's more thanks to that handy
site, I even managed to boot it onto the net and print some invoices...
Oh, frabjous day!

Cost of Dallas chip = 5% cost of 400 MHz octane 2, even in europe. Hmm,
makes me think...

-E

--
Emery Davis
You can reply to emeryamazon@ebayadelka.com
by removing the well known companies
Back to top
Emmanuel Florac
*nix forums Guru Wannabe


Joined: 21 May 2005
Posts: 109

PostPosted: Fri Jul 08, 2005 7:42 pm    Post subject: Re: 6.2 Indy, ec0 gone missing? Reply with quote

Le Fri, 08 Jul 2005 12:50:42 +0200, Emery Davis a écrit :

Quote:

ec0: machine has bad ethernet address: 0c:00:6b:08:3c:20

You may try the following incantation from the PROM monitor :

fill -w -v 0x08 0xbfbe04e8
fill -w -v 0x00 0xbfbe04ec
fill -w -v 0xGG 0xbfbe04f0
fill -w -v 0xHH 0xbfbe04f4
fill -w -v 0xII 0xbfbe04f8
fill -w -v 0xJJ 0xbfbe04fc

replacing GGHHIIJJ with the correct values from the machine serial number.
Turn off the machine, turn it on again. If this doesn't heal it, then the
Dallas chip is probably fried. Oh, I forgot the black chicken, but you
probably did know about the black chicken, didn't you? :)

--
Quidquid latine dictum sit, altum sonatur
Back to top
Emery Davis
*nix forums beginner


Joined: 08 Jul 2005
Posts: 39

PostPosted: Sat Jul 09, 2005 4:38 pm    Post subject: Re: 6.2 Indy, ec0 gone missing? Reply with quote

On Fri, 08 Jul 2005 23:42:07 +0200, Emmanuel Florac <eflorac@imaginet.fr> said:

] Le Fri, 08 Jul 2005 12:50:42 +0200, Emery Davis a écrit :
]
] >
] > ec0: machine has bad ethernet address: 0c:00:6b:08:3c:20
]
] You may try the following incantation from the PROM monitor :
]
] fill -w -v 0x08 0xbfbe04e8
] fill -w -v 0x00 0xbfbe04ec
] fill -w -v 0xGG 0xbfbe04f0
] fill -w -v 0xHH 0xbfbe04f4
] fill -w -v 0xII 0xbfbe04f8
] fill -w -v 0xJJ 0xbfbe04fc
]
] replacing GGHHIIJJ with the correct values from the machine serial number.
] Turn off the machine, turn it on again. If this doesn't heal it, then the
] Dallas chip is probably fried. Oh, I forgot the black chicken, but you
] probably did know about the black chicken, didn't you? Smile
]

Now in my dotage I no longer wave the chicken, I eat it for dinner
prior to the manipulation. Baked in Hoisin sauce it was black though! :)

Apparently there's a little juice left in the Dallas still, because it came
up again today with the correct address.

Thanks again.

-E

--
Emery Davis
You can reply to emeryamazon@ebayadelka.com
by removing the well known companies
Back to top
Emmanuel Florac
*nix forums Guru Wannabe


Joined: 21 May 2005
Posts: 109

PostPosted: Sat Jul 09, 2005 7:12 pm    Post subject: Re: 6.2 Indy, ec0 gone missing? Reply with quote

Le Sat, 09 Jul 2005 20:38:14 +0200, Emery Davis a écrit :

Quote:

Now in my dotage I no longer wave the chicken, I eat it for dinner
prior to the manipulation. Baked in Hoisin sauce it was black though! :)


So it may have helped anyway :)

Quote:
Apparently there's a little juice left in the Dallas still, because it came
up again today with the correct address.

Coool!

--
L'esprit qu'on veut avoir gâte celui qu'on a.
Jean-Baptiste Louis Grisset.
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [6 Posts] View previous topic :: View next topic
The time now is Fri Jan 09, 2009 6:19 am | All times are GMT
navigation Forum index » *nix » SGI/IRIX
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts realm is missing in HTTP authnetication Shai Halevi PHP 0 Fri Jul 21, 2006 1:52 pm
No new posts default route entry is missing. Rijesh Tru64 managers mail-list 0 Thu Jul 20, 2006 9:48 am
No new posts Bug? xxdate.exe missing from tex/hevea Tong Sun Debian 0 Wed Jul 19, 2006 7:50 pm
No new posts missing smtpd_milters and milter_* in postconf(5) Tuan Van Postfix 2 Tue Jul 18, 2006 5:17 am
No new posts netatalk: uams_dhx_pam.so missing? oneman Debian 1 Sun Jul 16, 2006 11:50 am

Debt Consolidation | Bad Credit Loans | MPAA | Problem Mortgage | Jokes
Copyright © 2004-2005 DeniX Solutions SRL
 
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum | 
Privacy Policy


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.2139s ][ Queries: 16 (0.1318s) ][ GZIP on - Debug on ]