NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/46377 (Use of Coda file system triggers an immediate kernel panic)
On May 4, 5:28pm, u-bsdmwle%aetey.se@localhost (u-bsdmwle%aetey.se@localhost)
wrote:
-- Subject: Re: kern/46377 (Use of Coda file system triggers an immediate ker
| Yes this works now! Thanks a lot.
Wonderful.
| I can now directly run most of my software environment (including
| among others openoffice and mplayer), without installing anything
| locally - besides the Coda client itself.
Great.
| Starting/running different programs for about an hour did not crash
| the system. The only occasional console messages were like
|
| -----
| coda_getpages: cannot open vnode 0xc538600c => 13
| -----
|
| which may have been triggered by interrupting a process before
| its open() fetch operations completed, or alike (?). Hopefully
| not a kernel issue at all.
13 == EACCES, means that you cannot do the operation on this file;
perfectly normal. I have commented out all the vnops debugging printfs
now.
thanks for testing!
christos
Home |
Main Index |
Thread Index |
Old Index