4.0-Stable Kernel Error?

2000-05-19 Thread John

Hi all,

Since upgrading to 4.0-Stable, I've been getting a sporadic error message 
in /var/log/messages that shows up as follows:

May 18 12:55:17 merlin /kernel: arp: unknown hardware address format (0x0800)   

It's showed up 3 times in the past 36 or so hours, but not at any point in 
time that I can narrow it down to occurring near/after/during any specific 
system event.

Any idea what would be causing the error and how to go about fixing it?

Thanks in advance,
John



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



ECP parallel port hack

2000-05-19 Thread J McKitrick


I am working with someone else on a temporary hack or workaround that will
allow ECP parallel port users to use their ZIP drives.  I can't take any of
the credit for it, but i am helping post the fix.

It appears that either ECP mode is not properly reported to the imm driver,
or ECP mode is not correctly implemented.  Does anyone know if there is ECP
support in the ppbus driver as it stands right now?

jm
-- 
---
Jonathon McKitrick -- [EMAIL PROTECTED]   
I am a bomb technician.  If you see me running, try to keep up.
---


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: 4.0S fsck doesn't clean the fs

2000-05-19 Thread David Malone

On Fri, May 19, 2000 at 12:32:02PM +0100, Mark Powell wrote:
 I've noticed on all our 4.0S machines, cvsupped as recently as last week,
 that "fsck -y" cleans the fs, but the kernel still refuses to mount it
 claiming it is not clean. Hitting reset and letting the machine come back 
 gets the kernel to accept that it is indeed clean. This is Any ideas?
 Cheers.

You may still have block devices left in /dev, if you upgraded from
an older version of FreeBSD. Check with "find /dev -type b -print"
and replace them using /dev/MAKEDEV.

David.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: 4.0S fsck doesn't clean the fs

2000-05-19 Thread Mark Powell

On Fri, 19 May 2000, David Malone wrote:
 On Fri, May 19, 2000 at 12:32:02PM +0100, Mark Powell wrote:
  I've noticed on all our 4.0S machines, cvsupped as recently as last week,
  that "fsck -y" cleans the fs, but the kernel still refuses to mount it
  claiming it is not clean. Hitting reset and letting the machine come back 
  gets the kernel to accept that it is indeed clean. This is Any ideas?
  Cheers.
 
 You may still have block devices left in /dev, if you upgraded from
 an older version of FreeBSD. Check with "find /dev -type b -print"
 and replace them using /dev/MAKEDEV.

I haven't upgraded. This is was a brand new machine yesterday :)

Mark Powell - UNIX System Administrator - Clifford Whitworth Building
A.I.S., University of Salford, Salford, Manchester, UK.
Tel: +44 161 295 5936  Fax: +44 161 295 5888  www.pgp.com for PGP key
[EMAIL PROTECTED] (spell salford correctly to reply to me)



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: 4.0-Stable Kernel Error?

2000-05-19 Thread Peter Radcliffe

John [EMAIL PROTECTED] probably said:
 May 18 12:55:17 merlin /kernel: arp: unknown hardware address format (0x0800) 
 It's showed up 3 times in the past 36 or so hours, but not at any point in 
 time that I can narrow it down to occurring near/after/during any specific 
 system event.
 
 Any idea what would be causing the error and how to go about fixing it?

My guess would be, apart from a possible bug, that you have a broken
network card on your network spewing bad packets.  Previous OS version
might not have reported them.

Try tcpdump to catch them ? Might be able to limit the display to packets
not of type ether.

P.

-- 
pir  [EMAIL PROTECTED][EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message