NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/50403: lfs cleaner tries to open rrumpfs
The following reply was made to PR bin/50403; it has been noted by GNATS.
From: David Holland <dholland-bugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: bin/50403: lfs cleaner tries to open rrumpfs
Date: Wed, 4 Nov 2015 05:56:38 +0000
On Tue, Nov 03, 2015 at 07:15:00PM +0000, martin%NetBSD.org@localhost wrote:
> During a full atf test run, apparently one of the t_vnops tests triggers
> this message (haven't seen it on other machines, but didn't carefully check
> logs yet):
>
> Nov 3 18:33:53 moondance lfs_cleanerd[25855]: couldn't open device rrumpfs for reading
>
> That is obviously no the intended device name, so something is wrong here?
It's not that obvious - apparently the intended device name is
"/dev/device0.lfs" and "/dev/rdevice0.lfs".
That said, I don't see anything obvious in tests/fs where the string
'rumpfs' would be coming from. (The extra 'r' is for the raw device;
assuming the problem isn't some other fs jumping into the lfs code, it
appears that ta_devpath[] in struct lfstestargs has gotten "rumpfs" in
it, somehow.
Conversely the problem could be that something's jumping into the lfs
test code from a different fs, somehow, and something else unrelated
is appearing in the later fields of struct lfstest args.
Figuring out which test triggers it would be helpful.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index