Matthias Guede schreef: > Phill MV wrote: > >> Evertyime I boot up I gett a long string of weird buffer errors >> shortly after udev starts up; stuff like >> >> nbd0: Request when not-ready end_request: I/O error, dev nbd0, >> sector 4294965120 >> >> where ndb0 changes up to ndb12. >> >> I still have no clue what dev/ndb0 refers to, but the computer >> still seems to be running fine. fsck'ing the drives revealed >> nothing and I might run a memory test later on. (some part of me >> fears it's my ram, tho, which sounds like it'd make sense. ) > > > > Seems like you have the Network Block Device compiled in your Kernel > (Device Driver -> Block devices) and somebody probes these devices > now at bootup. > >
Yes, I was getting the same errors/warnings; it finally annoyed me so much that I recompiled the kernel without NBD support, since I couldn't find any suggestion that I actually needed it, and all was well after that. Certainly I didn't find that anything which had been working got broke due to the removal-- but that wasn't a big surprise, since the errors/warnings suggested that a function was being probed that did not exist anyway (so I wasn't actually using NBD in the first place, which was what it seemed to be complaining about). HTH, Holly -- gentoo-user@gentoo.org mailing list