Closed GoogleCodeExporter closed 9 years ago
It is possible for the Finder to "hang" the user interface in such a way that
you will not see the timeout alert
panel from MacFUSE, which is what's happening here probably. The file system
didn't respond for 20+ seconds,
MacFUSE tried to throw a dialog asking you to "continue to wait", "force
eject", etc.
The first error with the "daemon didn't give fh" is for error code 2, which
means "no such file or directory". The
kernel has some file open that the user-space daemon now says doesn't exist. If
that happens, the kernel has
no recourse but to throw an error.
Original comment by si...@gmail.com
on 1 Jul 2007 at 9:34
> "daemon didn't give fh" is for error code 2, which means "no such file or
directory".
> The kernel has some file open that the user-space daemon now says doesn't
exist.
Thanks, that's most useful.
If I find the option/opportunity, I'll debug.
Original comment by grahampe...@gmail.com
on 2 Jul 2007 at 11:49
Marking as invalid since the message in system log is itself not an issue--like
I said earlier, the message means
the user-space file system said "does not exist" for a file that it earlier
said exists. So something has changed
"behind the kernel's back".
Original comment by si...@gmail.com
on 13 Jul 2007 at 12:04
Thanks.
The issue (whatever it was) has not recurred.
Original comment by grahampe...@gmail.com
on 13 Jul 2007 at 5:52
Original issue reported on code.google.com by
grahampe...@gmail.com
on 1 Jul 2007 at 1:44