desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #105922
[Bug 1430531] Re: FILEOPEN: Opening file from Samba share produce Document in Use dialog (~/.gvfs or mount.cifs)
Launchpad has imported 5 comments from the remote bug at
https://bugs.documentfoundation.org/show_bug.cgi?id=89632.
If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.
------------------------------------------------------------------------
On 2015-02-24T20:48:39+00:00 Norbert wrote:
The bug is somehow related to bug#72337.
I'm on Ubuntu 12.04.5 with all updates and LibreOffice Version: 4.4.1.2
Build ID: 40m0(Build:2) (libreoffice 1:4.4.1~rc2-0ubuntu1~precise1) from PPA.
Steps to reproduce:
1. I have shared my Public folder using nautilus-share (0.7.3-1ubuntu2), placed test.odt file in it.
2. I navigate Nautilus to smb://localhost, clicked Open in Terminal here (or launch terminal and "cd ~/.gvfs/public\ on\ localhost").
3. Run "libreoffice test.odt" in terminal.
4. Got "Document in Use" window with text:
Document file 'test.odt' is locked for editing by:
Unknown User
Open document read-only or open a copy of the document for editing.
Open Read-Only Open Copy Cancel
5a. If I click 'Open Read-Only' the document is opened in read-only.
5b. If I click 'Open Copy' the "Untitled 1" document is opened.
5c. Cancel closes this window.
Expected results:
The "test.odt" files is opened in read-write mode, user can edit it.
Actual results:
User can't edit original document (see pp. 4-5 above).
This functionality is essential. Please fix this bug.
Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1430531/comments/0
------------------------------------------------------------------------
On 2015-02-24T21:24:10+00:00 Norbert wrote:
Bug exists in LibreOffice "Version: 4.3.6.2 Build ID: 430m0(Build:2)"
(1:4.3.6~rc2-0ubuntu1~precise1).
Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1430531/comments/1
------------------------------------------------------------------------
On 2015-02-24T22:54:18+00:00 Björn Michaelsen wrote:
Can this problem be reproduced on a newer Ubuntu version than 12.04
(e.g. on 14.04 or 15.10)? If not, this likely is yet another case of:
https://launchpad.net/bugs/1103953
Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1430531/comments/2
------------------------------------------------------------------------
On 2015-02-28T21:14:24+00:00 Norbert wrote:
I did some research with different versions of LibO and on different distros.
The test method was as follows: I set Samba public share on my other laptop, created document in this share, then connect to it.
Here is a Google Docs Table ( http://goo.gl/jY9Ubj ):
* I got message about repairing only in 12.04.5 with LibO 4.x
* In other distros I got 'Document in Use' very often.
After this research I can't determine why 'Document in Use' message is
produced.
Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1430531/comments/3
------------------------------------------------------------------------
On 2015-03-07T07:26:38+00:00 Norbert wrote:
I did deeper research ( see comment 23 at
https://bugs.documentfoundation.org/show_bug.cgi?id=72337#c23 ).
So for me it seems that there is a difference in communication between
Samba SMB/CIFS (or Windows SMB/CIFS) server and LibreOffice.
I do not know how to debug this. Both SMB/CIFS servers provide full read and
write access on file level (via GVFS and mount.cifs).
Samba SMB/CIFS share was created with nautilus-share addon, without any error
messages and non-standard configuration.
My results are summarized in Google Docs table (
http://goo.gl/jY9Ubj ).
I need confirmation from other users.
Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1430531/comments/4
** Changed in: df-libreoffice
Status: Unknown => Incomplete
** Changed in: df-libreoffice
Importance: Unknown => Medium
** Bug watch added: bugs.documentfoundation.org/ #72337
https://bugs.documentfoundation.org/show_bug.cgi?id=72337
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1430531
Title:
FILEOPEN: Opening file from Samba share produce Document in Use
dialog (~/.gvfs or mount.cifs)
Status in LibreOffice Productivity Suite:
Incomplete
Status in libreoffice package in Ubuntu:
Incomplete
Bug description:
This bug is somehow related to other - LibO 72337 [1].
I'm on Ubuntu 12.04.5 with all updates and LibreOffice 3.5.7.2
Build ID: 350m1(Build:2)
(libreoffice 1:3.5.7-0ubuntu7) from official repository.
The problem exists in more modern versions of LibreOffice from PPA (3.6.6-0ubuntu1~precise1~ppa1 , 4.0.4~rc2-0ubuntu1~precise1 , 4.1.6-0ubuntu1~precise1~ppa1 , 4.2.8~rc2-0ubuntu1~precise1 , 4.3.6~rc2-0ubuntu1~precise1 , 4.4.1~rc2-0ubuntu1~precise1).
Steps to reproduce:
1. I have shared Public folder (read write, allow guest) from other Ubuntu 12.04.5 laptop using nautilus-share (0.7.3-1ubuntu2), placed test.odt file in it.
2a. I navigate Nautilus on other laptop to smb://laptop/public, clicked 'Open in Terminal here' (or launch terminal and "cd ~/.gvfs/public\ on\ laptop"). Run "libreoffice test.odt" in terminal.
2b. I navigate Nautilus on other laptop to smb://laptop/public, clicked on 'test.odt' file.
2c. I mount share from terminal with
sudo mount.cifs //192.168.3.11/public /mnt/smb/ -o uid=`id -u`,gid=`id -g`,guest,sec=none,noperm
then
libreoffice /mnt/smb/test.odt
3. Got "Document in Use" window with text:
Document file 'test.odt' is locked for editing by:
Unknown User
Open document read-only or open a copy of the document for editing.
Open Read-Only Open Copy Cancel
4a. If I click 'Open Read-Only' the document is opened in read-only.
4b. If I click 'Open Copy' the "Untitled 1" document is opened.
4c. Cancel closes this window.
Expected results:
The "test.odt" files is opened in read-write mode, user can edit it.
Actual results:
User can't edit original document (see pp. 3-4 above).
This functionality is essential. Please fix this bug.
Notes:
If I try to open document with the command 'libreoffice smb://laptop/public/test.odt' I run into other bug (bug 1214352).
If I use Windows as SMB/CIFS server I can open and edit document from share.
Problem does not exist with SFTP(SSH)- or NFS- file-servers.
My test results are located in Google Docs/Drive Table ( http://goo.gl/jY9Ubj ).
Global Samba config (/etc/samba/smb.conf) is default.
My useshare config is:
cat /var/lib/samba/usershares/public
#VERSION 2
path=/home/norbert/Public
comment=
usershare_acl=S-1-1-0:F
guest_ok=y
sharename=Public
1. https://bugs.documentfoundation.org/show_bug.cgi?id=72337 .
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: libreoffice 1:3.5.7-0ubuntu7
ProcVersionSignature: Ubuntu 3.13.0-46.77~precise1-generic 3.13.11-ckt15
Uname: Linux 3.13.0-46-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.8
Architecture: amd64
Date: Tue Mar 10 23:52:04 2015
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
MarkForUpload: True
SourcePackage: libreoffice
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1430531/+subscriptions
References