[Bug 411248] Re: openoffice file corruption when using jungledisk or cifs

2010-02-24 Thread Alexander Tomschy
After playing around with different OpenOffice Packages and Kernel Version on both, clients and Server i finally solved this problem with degrading Samba on the server to the packages from intrepid-updates (Samba version 3.2.3). Now everything works fine with OO 2.4.1! Alex -- openoffice fil

[Bug 411248] Re: openoffice file corruption when using jungledisk or cifs

2010-02-16 Thread Alexander Tomschy
Sorry for digging this one out again but it looks like i'm affected by exactly this strange bug. At my workplace we are mounting public samba shares and home directories via pam_mount (= mount.cifs) on the clients which are still Ubuntu Hardy workstations (with all updates). Version of OpenOffic

[Bug 411248] Re: openoffice file corruption when using jungledisk or cifs

2009-11-21 Thread Michal Jonik
Hi all I had the similar problem with files being corrupted after uploading them to Ubuntu samba server. The problems started after upgrade from Jaunty to Karmic. I noticed that documents saved in Open Office or even small images saved from Firefox to a samba share were broken. I made a couple

[Bug 411248] Re: openoffice file corruption when using jungledisk or cifs

2009-10-16 Thread Bart TOSSYN
Hi David, following your proposal I installed OO 3.1.1 (build 9420) on my Ubuntu 9.04 unfortunately the same file corruption occurs again if 3.1 is included in Karmic Koala it doesn't look good for me :-( tx for the suggestion anyway Bart -- openoffice file corruption when using jungledisk or cif

Re: [Bug 411248] Re: openoffice file corruption when using jungledisk or cifs

2009-10-16 Thread dsr
I found that it was fixed in open office 3.1 -- have you tried that? Bart TOSSYN wrote: > Hi, > I'm new to launchpad, so forgive me if it's not allowed to post questions > related to bugs via this method. I found this issue by googling because today > I found out that I'm also affected by this b

[Bug 411248] Re: openoffice file corruption when using jungledisk or cifs

2009-10-16 Thread Bart TOSSYN
Hi, I'm new to launchpad, so forgive me if it's not allowed to post questions related to bugs via this method. I found this issue by googling because today I found out that I'm also affected by this bug. A couple of days ago I moved all my documents to jungledisk (mounted on /home//jungledisk) a

[Bug 411248] Re: openoffice file corruption when using jungledisk or cifs

2009-09-07 Thread Chris Cheney
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on t

[Bug 411248] Re: openoffice file corruption when using jungledisk or cifs

2009-08-12 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Status: Confirmed => Incomplete -- openoffice file corruption when using jungledisk or cifs https://bugs.launchpad.net/bugs/411248 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-b

[Bug 411248] Re: openoffice file corruption when using jungledisk or cifs

2009-08-12 Thread dsr
I tried the 3.1 build and I'm both happy and sad to say that it passed my simple tests which failed with the previous version of OO. Happy because it worked and sad because I don't have root cause and it is a serious enough bug that it will take some time to build up trust that it really works. T

[Bug 411248] Re: openoffice file corruption when using jungledisk or cifs

2009-08-10 Thread Chris Cheney
That is weird, I will have to look into it some more and try to replicate the issue. The issue I was talking about was there was an issue of some sort with cifs on Ubuntu 8.04 (Hardy) (I believe). So this is definitely a new issue I haven't seen before. Thanks, Chris ** Changed in: openoffice.or

[Bug 411248] Re: openoffice file corruption when using jungledisk or cifs

2009-08-10 Thread Timothy Pearson
I am using Samba 2:3.4.0-1ubuntu2 on the server, and 2:3.3.2-1ubuntu3.1 on the client. (The server is an up-to-date Karmic machine, and the client is an up-to-date Jaunty machine). This only showed up when I moved from Windows to Linux as the server (the client CIFS mounting stayed the same). On

[Bug 411248] Re: openoffice file corruption when using jungledisk or cifs

2009-08-10 Thread Chris Cheney
3.1 is available at https://launchpad.net/~openoffice-pkgs/+archive/ppa and will be in Ubuntu 9.10 (Karmic). -- openoffice file corruption when using jungledisk or cifs https://bugs.launchpad.net/bugs/411248 You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 411248] Re: openoffice file corruption when using jungledisk or cifs

2009-08-10 Thread Chris Cheney
Oh, and yes since you are using the equivalent of mount -t cifs then you aren't using gvfs-fuse for that mount. So there is something else strange going on. -- openoffice file corruption when using jungledisk or cifs https://bugs.launchpad.net/bugs/411248 You received this bug notification becaus

[Bug 411248] Re: openoffice file corruption when using jungledisk or cifs

2009-08-10 Thread Chris Cheney
What are you using on server side for cifs? IIRC some older versions of Ubuntu had problems serving CIFS properly. Chris -- openoffice file corruption when using jungledisk or cifs https://bugs.launchpad.net/bugs/411248 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 411248] Re: openoffice file corruption when using jungledisk or cifs

2009-08-10 Thread dsr
The openoffice folks responded with the point that jungledisk is not free and that I'm using an old version of OO. -- I sent them a link to this thread and mentioned about the problem showing up with CIFS as well -- But I do have a question about OO 3.1. That hasn't shown up yet in the standard

[Bug 411248] Re: openoffice file corruption when using jungledisk or cifs

2009-08-10 Thread Timothy Pearson
Actually, in my case, I am using pam_mount to get a CIFS mount. This command is equivalent to what I use: mount -t cifs //documentserver/documents /home/user/Documents -o username=blah ** Changed in: openoffice.org (Ubuntu) Status: Incomplete => Confirmed -- openoffice file corruption wh

[Bug 411248] Re: openoffice file corruption when using jungledisk or cifs

2009-08-10 Thread Chris Cheney
To be completely clear about this, if you used Places->Connect to Server, or Nautilus to create the mount it is using gvfs-fuse in OOo. If you used terminal (command prompt) mount to do it, something like this, "mount //server/mountpoint /media/foo" then it is using the regular linux method. All Gn

[Bug 411248] Re: openoffice file corruption when using jungledisk or cifs

2009-08-10 Thread Chris Cheney
Timothy how did you do the CIFS mount using linux command prompt 'mount'? If you used Gnome to do the mount it is using gvfs-fuse in OOo. The only mounts it would not use fuse for are things that are mounted on the command line or by the system during actual bootup, not in Gnome. -- openoffice fi