[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2011-09-16 Thread Christopher M. Penalver
** Also affects: libreoffice (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: df-libreoffice via
   http://bugs.freedesktop.org/show_bug.cgi?id=36852
   Importance: Unknown
   Status: Unknown

** Summary changed:

- [regression] hard lock in openoffice when opening files from a remote NFS 
volume
+ [Upstream] [regression] hard lock in opening files from a remote NFS volume

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/577038

Title:
  [Upstream] [regression] hard lock in opening files from a remote NFS
  volume

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/577038/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2011-09-15 Thread Björn Michaelsen
** Changed in: openoffice.org (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/577038

Title:
  [regression] hard lock in openoffice when opening files from a remote
  NFS volume

To manage notifications about this bug go to:
https://bugs.launchpad.net/libreoffice/+bug/577038/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2011-09-15 Thread PascalCavy
can we have an explanation to that dry  won't fix ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/577038

Title:
  [regression] hard lock in openoffice when opening files from a remote
  NFS volume

To manage notifications about this bug go to:
https://bugs.launchpad.net/libreoffice/+bug/577038/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2011-09-15 Thread PascalCavy
can we have an explanation to that dry  won't fix ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/577038

Title:
  [regression] hard lock in openoffice when opening files from a remote
  NFS volume

To manage notifications about this bug go to:
https://bugs.launchpad.net/libreoffice/+bug/577038/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2011-05-05 Thread Bug Watch Updater
** Changed in: libreoffice
   Status: Unknown = Confirmed

** Changed in: libreoffice
   Importance: Unknown = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/577038

Title:
  [regression] hard lock in openoffice when opening files from a remote
  NFS volume

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2011-05-04 Thread PascalCavy
** Bug watch added: freedesktop.org Bugzilla #36852
   http://bugs.freedesktop.org/show_bug.cgi?id=36852

** Also affects: libreoffice via
   http://bugs.freedesktop.org/show_bug.cgi?id=36852
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/577038

Title:
  [regression] hard lock in openoffice when opening files from a remote
  NFS volume

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2011-02-21 Thread HenningMalzahn
Hi all,

same here. Temporary fix in comment #23 fixes the issue.

Server, Virtual machine, 64Bit:
- Ubuntu 10.04, Fully patched (Installed all patches available up to 2011-02-21)
- Kernel: linux-image-2.6.32-28-server
- nfs-kernel-server:
  Installed: 1:1.2.0-4ubuntu4.1
- nfs-common:
   Installed: 1:1.2.0-4ubuntu4.1

Client, Physical machine, 64Bit:
- Ubuntu 10.04, Fully patched (Installed all patches available up to 2011-02-21)
- Kernel: linux-image-2.6.32-28-generic
- nfs-common:
  Installed: 1:1.2.0-4ubuntu4.1
- openoffice.org:
  Installed: 1:3.2.0-7ubuntu4.2

NFS share mounted via fstab with the options
fileserver.mydom.local:/share /mnt/net/local nfs 
user,_netdev,auto,acl,hard,nointr,timeo=120,retrans=2,rsize=32768,wsize=32768 0 0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/577038

Title:
  [regression] hard lock in openoffice when opening files from a remote
  NFS volume

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2011-01-26 Thread Xeelee
The removing of the following lines in
/usr/lib/openoffice/program/soffice will prevent a deadlock. I know that
isn't a permanent solution...

--- soffice-orig2010-06-03 06:37:49.0 +0200
+++ soffice 2011-01-26 14:50:23.0 +0100
@@ -90,42 +90,6 @@
 
 # adjust environment
 
-if [ -z $SAL_ENABLE_FILE_LOCKING ]; then
-case $FILE_LOCKING in
-   auto)
-home_on_nfs $@
-if [ $? = 0 ]; then
-   STAR_PROFILE_LOCKING_DISABLED=1
-   export STAR_PROFILE_LOCKING_DISABLED
-   fi
-   file_on_nfs $@
-   if [ $? = 0 ]; then
-   SAL_ENABLE_FILE_LOCKING=0
-   export SAL_ENABLE_FILE_LOCKING
-   # for safety
-   STAR_ENABLE_FILE_LOCKING=0
-   export STAR_ENABLE_FILE_LOCKING
-   else
-# file locking now enabled by default
-   SAL_ENABLE_FILE_LOCKING=1
-   export SAL_ENABLE_FILE_LOCKING
-   fi
-;;
-   yes)
-   SAL_ENABLE_FILE_LOCKING=1
-   export SAL_ENABLE_FILE_LOCKING
-;;
-   no)
-   SAL_ENABLE_FILE_LOCKING=0
-   export SAL_ENABLE_FILE_LOCKING
-   # for safety
-   STAR_ENABLE_FILE_LOCKING=0
-   export STAR_ENABLE_FILE_LOCKING
-   STAR_PROFILE_LOCKING_DISABLED=1
-   export STAR_PROFILE_LOCKING_DISABLED
-esac
-fi
-
 if [ -z $SAL_NOOPENGL ]; then
 case $OPENGL_SUPPORT in
auto)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/577038

Title:
  [regression] hard lock in openoffice when opening files from a remote
  NFS volume

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-11-18 Thread Tronde
h...@all.

I have the same problem with my openoffice files, as described in this
bug. I have it since I updated my NFS-server from Hardy to Lucid. With
NFS on Hardy and OpenOffice on my Lucid-Client everything worked fine.

My workaround is to mount the nfs share with the nolock option on my
client.

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-10-04 Thread tgates81
Using openoffice 3.2.0-7ubuntu4.1 in Lucid I experience this problem only in 
NFSv4. If I unset the SAL_ENABLE_FILE_LOCKING (setting to 1 or 0 does not work) 
variable file locking for NFSv3 and NFSv4 continue to work fine and I no longer 
get the 'Error saving to shared file' messages in NFSv4.
Not sure why this is..

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-09-10 Thread Rafael Luque
The error fro saving the document in nfs4 is solved in openoffice 3.2.1
installed through lucid-proposed repository.

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-09-10 Thread Bedlore
I'm currently using 3.2.1 and still experience this problem?

OpenOffice.org 3.2.1 
OOO320m19 (Build:9505)
ooo-build 3.2.1.4, Debian package 1:3.2.1-4

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-09-08 Thread Alvin
I'm seeing a lot of corrupted openoffice files.
- Open file on NFS4 share
- Let computer go to sleep (let it sleep for a while)
- Next time you try to open the file from any location, it'll be corrupt.

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-08-27 Thread Brad Richards
Confirmed using a QNAP NAS for data storage.

- Initial message from Ubuntu is the that file is locked by Unknown
User.

- If I open a copy of the document and attempt to save it, I receive the
message Error saving the document ... Error during shared access

As the original author notes, there are no issues when accessing a file
on the local disk.

Also as noted, a workaround is opening nfs files directly with the command
/usr/lib/openoffice/program/oosplash.bin -writer path to file on nfs share
Files opened this way can also be saved under a new name.

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-08-02 Thread FernanAguero
@ #12

I can confirm the same on my Ubuntu 10.04 i386 ooo3.2.0m12 build:9483,
against a FreeBSD-6.4 NFS Server.

/usr/lib/openoffice/program/oosplash.bin -writer path

works. Once open this way, OO allows you to open other files on the NFS
volume by navigating through the UI (File-Open), and saving files under
a new name in the NFS volume. So far everything works fine.

Also, even if I use '-writer' on the initial command, I can open other
filetypes (.xls, .ppt) without problems as well.

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-07-30 Thread McPeter
I confirm too
it's work with full path

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-07-30 Thread McPeter
cat /usr/bin/oocalc 
#!/bin/sh
/usr/lib/openoffice/program/soffice -calc $@

if i use 
  /usr/lib/openoffice/program/soffice -calc file on NFS 
not work

if i use 
  oosplash.bin -calc file on NFS  
it return : oosplash.bin: command not found

oosplash.bin is called at end soffice

at this time i use /usr/lib/openoffice/program/oosplash.bin -calc in
property open document and it's work

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-07-25 Thread 164747
@ #12
I can confirm on my Ubuntu 10.04 64bit ooo3.2.0 build:9483
A) your method /usr/lib/openoffice/program/oosplash.bin -writer path == 
works great
B) normal graphical open file inside OO fails == OO hangs

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-07-23 Thread PascalCavy
Could you confirm that opening nfs files directly with the command 
/usr/lib/openoffice/program/oosplash.bin -writer path to file on nfs share
is working ?  As I reported on upstream bug report.

** Bug watch added: OpenOffice.org Issue Tracker #113330
   http://qa.openoffice.org/issues/show_bug.cgi?id=113330

** Also affects: openoffice via
   http://qa.openoffice.org/issues/show_bug.cgi?id=113330
   Importance: Unknown
   Status: Unknown

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-07-23 Thread Bug Watch Updater
** Changed in: openoffice
   Status: Unknown = New

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-07-21 Thread PascalCavy
just for information, opening files on an iSCSI share is working, so the
problem is really tight to NFS

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-06-23 Thread Adam E. Hampton
I am also seeing this issue on two clients, same server.  Both clients
are 10.04 LTS:

  Linux myhostname 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 22:02:19
UTC 2010 i686 GNU/Linux

Server is also 10.04 LTS, exporting via NFS v4:

   Linux fileserver 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 22:02:19
UTC 2010 i686 GNU/Linux


Opening files locally works fine.  Opening any file over the NFS causes a 
failure - soffice.bin hangs and needs to be killed with a kill statement.

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-06-08 Thread Rafael Luque
Other test:

Debian 6 work fine.
Ubuntu 10.04 + openoffice.org donwload from http://www.openoffice.org the same 
behavior: not work with nfs4.

Rafa

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-06-03 Thread Rafael Luque
My case:
NFS Server solaris 10 zfs.
Client: Linux rectorado-desktop 2.6.32-22-generic #35-Ubuntu SMP Tue Jun 1 
14:17:36 UTC 2010 i686 GNU/Linux
nfs: nfs-common  1:1.2.0-4ubuntu4

With nfs3 work.
With nfs4 not work. Scenary:
  1.- Create a new document openoffice work.
  2.- Open document: work
  3.- Save changes in open document: not work. Error Saving the document 
prueba: Error during shared access to /Sistemas/prueba.odt

In Ubuntu hardy 8.04 any problem.

Rafa

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-05-27 Thread FernanAguero
In my case the NFS server is a FreeBSD-6.4 box (i386). More details
below:

[fer...@gama] uname -a
FreeBSD gama.iib.unsam.edu.ar 6.4-RELEASE-p8 FreeBSD 6.4-RELEASE-p8 #0: Mon Dec 
21 21:05:35 ART 2009 
fer...@gama.iib.unsam.edu.ar:/usr/obj/freebsd/freebsd-6.4/src/sys/GAMA  i386

[fer...@gama] cat /etc/exports | grep 'home'
/home -alldirs -maproot=root sigma


Now, in Ubuntu 10.04:
[fer...@sigma] uname -a
Linux sigma 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:27:30 UTC 2010 i686 
GNU/Linux

[fer...@sigma] hostname 
sigma

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-05-25 Thread McPeter
Before :
Server NFS : Karmic Koala 9.10

Desktop Client :
 - Hardy Heron 8.04  Karmic Koala 9.10
 - OOo 3.1 with ppa

any problem

Now :
Server NFS : migration 9.10 to 10.04

Desktop Client : migration :
 - 8.04 to 10.04
 - 9.10 to 10.04
 - OOo 3.2 (in official repository)

I can't open any file ott/odt/ots/ods on NFS share
OOo 3.2 freeze ... i must kill it

Gnome

export : /home/ae
192.168.1.2(rw,sync,all_squash,anonuid=1003,anongid=1003,subtree_check)
fstab : 192.168.1.3:/home/ae/media/AE   nfs 
rw  0   0

Only solution for the moment :
 move ott/odt/ots/ods file in my /home
 edit with OOo 3.2 from my /home

it's the same  :
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/580992

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-05-24 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu)
   Status: Incomplete = Confirmed

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-05-23 Thread PascalCavy
The problem is on open, not on save which obviously I cannot do !

Openoffice.org in karmic did not worked well either but no hard lock was
observed. It was unable to open nfs files R/W because it was always
reported nfs files are locked by 'unknown' (another known bug of ooo on
NFS).

No other application have this problem on NFS.

nfs server is synology ds207+ :
export: /volume1/shared 
192.168.0.1(rw,no_wdelay,no_root_squash,insecure_locks,anonuid=0,anongid=0)
OS: Linux synology 2.6.15 #1141 Sat Mar 13 15:44:39 CST 2010 armv5tejl unknown

Kubuntu:
mount: synology:/volume1/shared on /mnt/shared type nfs (rw,addr=192.168.0.49)

fstab: synology:/volume1/shared/mnt/sharednfs
netdev,nouser,auto,rw,dev,exec,suid

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-05-22 Thread nadamsieee
Is this related to Bug #147464 ?

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-05-22 Thread PascalCavy
To comment #2: i dont think so  this is not a system freeze   just an
application freeze.

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-05-22 Thread Chris Cheney
I can't reproduce this problem saving to nfs on a Ubuntu 10.04 LTS
client connected to a nfs server running Ubuntu 10.04 LTS.

What operating system is running on the nfs server? What is the export
line from the server for the filesystem you are getting the lockup on?
Also what is the mount options on the client? The output from running
'mount' for the nfs share would be useful to see as well.

Thanks,

Chris

** Changed in: openoffice.org (Ubuntu)
   Status: Confirmed = Incomplete

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-05-21 Thread Bryan Quigley
** Changed in: openoffice.org (Ubuntu)
   Status: New = Confirmed

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-05-07 Thread FernanAguero

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/48003294/Dependencies.txt

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs