Welcome to NeoOffice developer notes and announcements
NeoOffice
Developer notes and announcements
 
 

This website is an archive and is no longer active
NeoOffice announcements have moved to the NeoOffice News website


Support
· Forums
· NeoOffice Support
· NeoWiki


Announcements
· Twitter @NeoOffice


Downloads
· Download NeoOffice


  
NeoOffice :: View topic - ACLs of server not being read. :-(
ACLs of server not being read. :-(
 
   NeoOffice Forum Index -> NeoOffice Beta Releases
View previous topic :: View next topic  
Author Message
sirloxelroy
Sentinel


Joined: Nov 16, 2006
Posts: 26
Location: BFE

PostPosted: Mon Jan 26, 2009 10:58 am    Post subject:

Lock file created when we created a new file in the folder, no lock file was created when we opened the file that was Read Only.
Back to top
sirloxelroy
Sentinel


Joined: Nov 16, 2006
Posts: 26
Location: BFE

PostPosted: Mon Jan 26, 2009 11:00 am    Post subject:

Sorry bout the text edit thing, I typed that before I saw your request. Sad
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Mon Jan 26, 2009 11:05 am    Post subject:

sirloxelroy wrote:
Lock file created when we created a new file in the folder, no lock file was created when we opened the file that was Read Only.


Are you absolutely sure that no one else on a different machine has existing file already open for writing? Only one user can open a file writing at the same time if all users are using a file locking application like NeoOffice, OpenOffice.org, or Microsoft Office.

A good way to test this is to try opening the existing that opens in read-only mode in NeoOffice 2.2.5. Does NeoOffice 2.2.5 also open it in read-only mode?

Patrick
Back to top
sirloxelroy
Sentinel


Joined: Nov 16, 2006
Posts: 26
Location: BFE

PostPosted: Mon Jan 26, 2009 11:12 am    Post subject:

Yup, I checked with all the users, no one else has it open. In case this might help, here is the ls -e of that file

enterprise:2009 root# ls -lae INTAKE\ 2009.ods
-rw-r--r--+ 1 XXXXX aaaaa 48907 Jan 23 13:50 INTAKE 2009.ods
0: group:aaaaa inherited allow read,write,execute,delete,append,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown
1: group:bbbbb inherited allow read,write,execute,delete,append,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown


Last edited by sirloxelroy on Tue Jan 27, 2009 7:42 am; edited 1 time in total
Back to top
sirloxelroy
Sentinel


Joined: Nov 16, 2006
Posts: 26
Location: BFE

PostPosted: Mon Jan 26, 2009 11:13 am    Post subject:

In case this might help, here are the other files in the folder
enterprise:2009 root# ls -lae *
-rw-r--r--+ 1 XXXXX aaaaa 48907 Jan 23 13:50 INTAKE 2009.ods
0: group:aaaaa inherited allow read,write,execute,delete,append,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown
1: group:bbbbb inherited allow read,write,execute,delete,append,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown
-rwxr-xr-x@ 1 YYYYY aaaaa 90 Jan 26 11:46 perl_tester.pl
0: group:aaaaa inherited allow read,write,execute,delete,append,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown
1: group:bbbbb inherited allow read,write,execute,delete,append,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown
-rw-r--r--@ 1 YYYYY aaaaa 16829 Jan 26 11:36 test.odt
0: group:aaaaa inherited allow read,write,execute,delete,append,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown
1: group:bbbbb inherited allow read,write,execute,delete,append,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown
-rw-r--r--@ 1 ZZZZZ aaaaa 18 Jan 26 11:51 test.txt
0: group:aaaaa inherited allow read,write,execute,delete,append,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown
1: group:bbbbb inherited allow read,write,execute,delete,append,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown
-rw-r--r--@ 1 YYYYY aaaaa 19726 Jan 26 11:56 test2l.odt
0: group:aaaaa inherited allow read,write,execute,delete,append,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown
1: group:bbbbb inherited allow read,write,execute,delete,append,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown


Last edited by sirloxelroy on Tue Jan 27, 2009 7:41 am; edited 1 time in total
Back to top
sirloxelroy
Sentinel


Joined: Nov 16, 2006
Posts: 26
Location: BFE

PostPosted: Mon Jan 26, 2009 11:21 am    Post subject:

Another tip, test.odt was the file I had the user create to test for locking, she has since left for the day, but I tried to open it as another user and it came up read only.
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Mon Jan 26, 2009 11:28 am    Post subject:

sirloxelroy wrote:
Another tip, test.odt was the file I had the user create to test for locking, she has since left for the day, but I tried to open it as another user and it came up read only.


And NeoOffice 2.2.5 can open this file?

Patrick
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Mon Jan 26, 2009 4:27 pm    Post subject:

pluby wrote:
And NeoOffice 2.2.5 can open this file


Never mind. Using the test steps posted in your OpenOffice.org bug, I can reproduce this. Strangely, the OpenOffice.org code is not even trying to open the file in writeable mode.

I will have to look at this further but I suspect that OpenOffice.org is incorrectly checking the permissions on the file and from that, their code mistakenly concludes that the file is not writable.

Patrick
Back to top
sirloxelroy
Sentinel


Joined: Nov 16, 2006
Posts: 26
Location: BFE

PostPosted: Mon Jan 26, 2009 6:27 pm    Post subject:

THANKS A TON for all your guy's hard work. I REALLY APPRECIATE IT. Smile
Back to top
narf
The Anomaly


Joined: Jan 21, 2007
Posts: 1075

PostPosted: Mon Jan 26, 2009 6:36 pm    Post subject:

I have posted Bug 3406 to track this issue.

Please add yourself to the cc: list in the bug to follow its progress.

--fran
Back to top
sirloxelroy
Sentinel


Joined: Nov 16, 2006
Posts: 26
Location: BFE

PostPosted: Mon Jan 26, 2009 7:54 pm    Post subject:

Is there anything I can do?
Back to top
narf
The Anomaly


Joined: Jan 21, 2007
Posts: 1075

PostPosted: Mon Jan 26, 2009 8:17 pm    Post subject:

Not at the moment.

I see you took my advice and have added yourself to the bug. When there are changes in the bug you will be sent email. If there are any questions or steps to try I think they will be asked there first.

--fran
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Wed Jan 28, 2009 7:14 pm    Post subject:

FYI. I think that I have fixed this bug and I have posted links to a test patch in my last post in bug bug 3406.

Patrick
Back to top
Display posts from previous:   
   NeoOffice Forum Index -> NeoOffice Beta Releases All times are GMT - 7 Hours
Goto page Previous  1, 2
Page 2 of 2

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Powered by phpBB © 2001, 2005 phpBB Group

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © Planamesa Inc.
NeoOffice is a registered trademark of Planamesa Inc. and may not be used without permission.
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.