LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 08-15-2010, 03:54 PM   #1
dgermann
Member
 
Registered: Aug 2004
Distribution: Ubuntu 16.04 lts desk; Ubuntu 14.04 server
Posts: 366

Rep: Reputation: 31
Question OOo 3.2 crashes in Ubuntu 10.04lts


Hi--

Just upgraded from Ubuntu 8.04 lts to 10.04 lts. Now OOo crashes about half the time I try to open a network (samba) file in OpenOffice.org Writer or calc. However, when I have the same file on the local machine, it has no problems opening the file.

I tried uninstalling and reinstalling OOo from Synaptic—still crashes on opening some files (but not all files) from the network.

Uninstalled and reinstalled using the OOo download: 3.2.1; had to use gftp to download it; http would not save it.

Still having the problem with OOo 3.2.1 crashing on many files.

Workaround is to open readonly, then resave it. Cannot resave on top of the read only file , so it is a two step process.

Is Ubuntu 10.04 incompatible with OOo 3.2?

Anybody got any ideas?

Thanks!
 
Old 08-16-2010, 01:11 PM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
I just tested this between my HP netbook running lucid and my samba server. I was able to access OO files without problems, edit them and save them. OO on Lucid is 3.2. My samba sever is Mandriva 2010.1. The samba server version is 3.5.3 on Mandy. My server is hard wired to my router, and Lucid is a wireless connection.

So, I would have to say OO 3.2 is working as expected for me.

Just a suggestion, try starting OO from the command line. Sometimes a program will report errors on exit and leave them for you to see. It might give you a clew as to what the issue is. Log are a possibility also.
 
Old 08-16-2010, 01:27 PM   #3
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
Just upgraded from Ubuntu 8.04 lts to 10.04 lts
The advice, all over the 'net is not to "upgrade" (it sometimes / always breaks something ) but to save your personal files (I just make an external backup of ALL of /home), then do a clean install, then restore your personal data.

After that, I think you'll find everything works as well as it should.

I recently moved from 8.04 to 10.04. The above procedure worked, Oo-whatever included.
 
Old 08-16-2010, 07:59 PM   #4
dgermann
Member
 
Registered: Aug 2004
Distribution: Ubuntu 16.04 lts desk; Ubuntu 14.04 server
Posts: 366

Original Poster
Rep: Reputation: 31
Smile

camorri--

I googled OOo crashes opening file, and found this bug report: https://bugs.launchpad.net/ubuntu/+s...rg/+bug/578402

I tried the solution/workaround that someone there posted, mounting cifs with the switch nobrl, and have been working all afternoon with no problems, so for me it seems to be a fix.

When I put this switch in fstab and then umount and mount -a, "nobrl" does not show up in mount -l, but it does seem to make a difference.

Thanks for checking it out on your machine. Perhaps yours had that command already, or perhaps mine had something in it that nobrl overrides.

tredegar--

I thought of a clean install, and was near ready to try it. But I am finding through this exercises that I have a lot of tweaks in place (such as bookmarks in firefox, email addresses and my own email account preferences and signatures in evo, special key combinations in OOo, and I am sure lots more all over the place, that I suspect it might have been a bigger pain to start from scratch. Although it would have cleared some deadwood, too!

It still is something I may do in the future, or with another of my machines.

Thanks, tredegar!
 
Old 08-17-2010, 06:00 AM   #5
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Interesting, I read the entire bug report. I mounted the share via Nautilus, and it is reported that worked for other users. Hmmm. Glad you found a fix, 'nobrl' in the mount. And a big thank-you for updating the thread with a fix.
 
Old 08-17-2010, 09:26 PM   #6
dgermann
Member
 
Registered: Aug 2004
Distribution: Ubuntu 16.04 lts desk; Ubuntu 14.04 server
Posts: 366

Original Poster
Rep: Reputation: 31
Smile

camorri--

Thanks!

And as to updating the thread: I seldom have answers to anybody else's issues, but I figure this is a way I can add to the sum total of the knowledge of Linux users, by posting what answers or workarounds I have found for my problems. Bread crumbs all over the place can help the lost find their way!

Thanks for encouraging me!
 
Old 08-18-2010, 03:03 AM   #7
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Blog Entries: 62

Rep: Reputation: 56
Have you tried opening the OOo files on the NAS as root instead of an average user? That might also be a workaround to the bug. To open the NAS mount point as root (via Alt+F2, not the terminal):

Code:
gksu nautlius /media/NAS #replace 'NAS' with the mount point of your NAS device
 
Old 08-18-2010, 09:37 PM   #8
dgermann
Member
 
Registered: Aug 2004
Distribution: Ubuntu 16.04 lts desk; Ubuntu 14.04 server
Posts: 366

Original Poster
Rep: Reputation: 31
Question

Kenny--

No I have not done that.

Interesting. Did not know Alt+F2 acted differently from terminal. Does it automatically have su privileges, or do something else?

In any case, I do not know what an NAS is, even after looking at the wikipedia article on it. Sounds kind of like a dumb server. I have a regular server.

Anyway, I tried your command, and it seemed to install a whole new instance of OOo on my computer--ran through a new welcome screen and all. But it did open a file that had been problematic, so your way might be a clue. I would not want to mount these volumes as root as a regular practice, though.

So what have we learned?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cant install ubuntu 8.04LTS on my server. forcevision Linux - Server 6 05-26-2009 03:33 PM
[Ubuntu 8.04LTS] Kernel Recompiling laurens Linux - Newbie 0 04-29-2009 04:05 AM
Shifting applics to Ubuntu 8.04LTS from Windows XP SP II Ye Myint Linux - Newbie 2 10-30-2008 01:26 PM
Help for wine installation on Ubuntu 8.04LTS Ye Myint Linux - Newbie 4 09-29-2008 04:48 AM
oOo crashes on save command with Gnome solar1951 Linux - Desktop 0 09-02-2006 09:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 03:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration