https://bugs.freedesktop.org/show_bug.cgi?id=54275
--- Comment #18 from Michael Meeks <[email protected]> --- Fun so we're not using FUSE, but a direct channel to the VFS. 9008 1360581100.835641 socket(PF_FILE, SOCK_STREAM, 0) = 50 9008 1360581100.835842 connect(50, {sa_family=AF_FILE, path=@"/dbus-vfs-daemon/socket-pSgdFfMM"}, 35) = 0 9008 1360581100.835995 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC, 0) = 51 9008 1360581100.836036 connect(51, {sa_family=AF_FILE, path=@"/dbus-vfs-daemon/socket-TWLvJq4h"}, 35) = 0 Which is odd: 9008 1360581094.195836 open("/usr/lib/libreoffice/program/../program/ucpgio1.uno.so", O_RDONLY|O_CLOEXEC) = 29 Looks like we're using the gio backend - which is fun. I guess we'd want to do some more debugging with symbols and work out which methods are failing. Failing that - potentially there is some gio debugging mechanism that we could turn on to see what is going on (I suspect). I imagine that if we just move away the 'libucpgiolo.so' or whatever then we'll fall-back to using FUSE which will work better - but ... who knows. Of course - this -could- be an issue with the gvfs samba implementation too - perhaps worth stracing that ... not sure. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
