2011/7/21 Martin Pärtel <martin.par...@gmail.com>:
> On 07/21/2011 09:46 PM, Robert Millan wrote:
>>
>> Testsuite fails.
>
> I just installed a virtualized kFreeBSD to debug that. With fuse4bsd the
> mount appears too late. Unlike with Linux, it appears after bindfs has
> backgrounded and sometimes even after the mount appears in `mount` :/
>
> In any case, if I put a "sleep 1" before each test, they all pass, so
> yay :)
>
> I'll try to find a solution for the test suite and have it in the next
> release, whenever that will be. I'll make it sooner if Eugene wants to start
> running the test suite in the Debian build.

Thanks Martin for your active response!  As a workaround rather than
just "sleep" I'd suggest polling the mount point, something like:

while ! test -e foo ; do sleep 1 ; done

> Actually this might be a bug worth reporting to fuse4bsd, since it's
> problematic for scripts that first mount something and then use it. But is
> the project even alive anymore?

I think not, but it is in the FreeBSD ports collection, and it's being
maintained there.  At least they keep it up to date wrt kernel API
changes, see http://www.freshports.org/sysutils/fusefs-kmod/

I'd suggest that you send them a small test case.  You can use
http://www.freebsd.org/send-pr.html with "ports" category.

Thanks

-- 
Robert Millan



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to