<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - undefined: I/O Error while opening file from WebDAV over GVFS from Nautilus"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=59424#c10">Comment # 10</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - undefined: I/O Error while opening file from WebDAV over GVFS from Nautilus"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=59424">bug 59424</a>
from <span class="vcard"><a class="email" href="mailto:drichard@largo.com" title="Dave Richards <drichard@largo.com>"> <span class="fn">Dave Richards</span></a>
</span></b>
<pre>I perceive strace is showing the issue:
poll([{fd=13, events=POLLIN}, {fd=14, events=POLLIN}], 2, 8118) = 1 ([{fd=14,
revents=POLLIN}])
access("/run/user/413/gvfs/dav:host=content.largo.com,ssl=true,prefix=%2Fremote.php%2Fwebdav/Private
Documents/About.odt", F_OK) = 0
access("/run/user/413/gvfs/dav:host=content.largo.com,ssl=true,prefix=%2Fremote.php%2Fwebdav/Private
Documents/About.odt", F_OK) = 0
lstat("/run/user/413/gvfs/dav:host=content.largo.com,ssl=true,prefix=%2Fremote.php%2Fwebdav/Private
Documents/About.odt", {st_mode=S_IFREG|0700, st_size=76746, ...}) = 0
open("/run/user/413/gvfs/dav:host=content.largo.com,ssl=true,prefix=%2Fremote.php%2Fwebdav/Private
Documents/About.odt", O_RDWR|O_EXCL) = -1 EOPNOTSUPP (Operation not supported)
access("/run/user/413/gvfs/dav:host=content.largo.com,ssl=true,prefix=%2Fremote.php%2Fwebdav/Private
Documents/About.odt", F_OK) = 0
lstat("/run/user/413/gvfs/dav:host=content.largo.com,ssl=true,prefix=%2Fremote.php%2Fwebdav/Private
Documents/About.odt", {st_mode=S_IFREG|0700, st_size=76746, ...}) = 0
to me, it looks like it thinks this is a local disk and it's trying to get an
exclusive lock?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>