Messages in this thread |  | | | From | (Nick Holloway) | | Subject | Re: Weird Syslog Messages | | Date | 9 Jun 1999 23:13:44 +0100 |
| |
gmr@nextpath.com (Gavin M. Roy) writes: > Jun 9 10:21:12 Nikki kernel: attempt to access beyond end of device > Jun 9 10:21:12 Nikki kernel: 08:11: rw=0, want=1293957990, > limit=4281291 > > Anyone know which device is having the problem, and what this is > indicitive of? I'm running 2.0.35 on a PII-333. Any other specs you > need/want?
The device major:minor is displayed in hex, so this is "8,17", which is sdb1.
The worrying part is that the "want" number is actually 4 ascii characters:
perl -e 'print pack("L",1293957990),"\n"' f; M
-- `O O' | Home: Nick.Holloway@alfie.demon.co.uk http://www.alfie.demon.co.uk/ // ^ \\ | Work: Nick.Holloway@parallax.co.uk - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
|  |