Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/usb



On June 12, 2014, at 11:45:57 PM EDT, David H. Gutteridge wrote:
>After the recent smsc changes, I'm now seeing more Ierrs reported by
>"netstat -inv" than before. That is, prior to those changes, early
>after boot time I'd see an Ierrs count in the hundreds but it would
>quickly stop increasing, no matter how long the machine was up for.
>Now it seems to slowly be incrementing without any signs of stopping,
>though the overall incidence appears to be abating over time (post-
>upgrade uptime is roughly two days); its Ierrs count is presently
>8,470. (My "messages" log shows twelve messages about oversize
>frames being discarded.)

The /etc/daily script's nightly run uncovered an alarming fact. Since
I upgraded my kernel two days ago, files have started to become
corrupted at random. The modification date and size are unchanged,
but the contents are overwritten with random data at random points in
the file. The data that's appearing is from a web browsing session
from earlier today (I can see fragments of HTTP commands, addresses,
etc.). This has never happened before (I've been running NetBSD HEAD
sources on this machine since last August), so while it's possible
it's caused by some other change, the co-incidence seems suspicious.
(Though I should also note, I hadn't upgraded the kernel between May
17th and June 11th. Something's gone awry within that window.)

For example, in /usr/share/locale:

$ ls fi*
fi:
LC_MESSAGES

fi_FI.ISO8859-1:
LC_CTYPE        LC_MESSAGES     LC_MONETARY     LC_NUMERIC      LC_TIME

fi_FI.ISO8859-15:
colorls: 8%26radio%3Dtoronto%26news%3Dtoronto%26tv%3Dtoronto%2: Invalid argument

fi_FI.UTF-8:
LC_CTYPE        LC_MESSAGES     LC_MONETARY     LC_NUMERIC      LC_TIME

Should be:

$ ls fi*
fi:
LC_MESSAGES

fi_FI.ISO8859-1:
LC_CTYPE        LC_MESSAGES     LC_MONETARY     LC_NUMERIC      LC_TIME

fi_FI.ISO8859-15:
LC_CTYPE        LC_MESSAGES     LC_MONETARY     LC_NUMERIC      LC_TIME

fi_FI.UTF-8:
LC_CTYPE        LC_MESSAGES     LC_MONETARY     LC_NUMERIC      LC_TIME

I've reverted the recent smsc changes from my kernel to see if that
fixes things.

Dave



Home | Main Index | Thread Index | Old Index