Gentoo Archives: gentoo-user

From: Grant Edwards <grante@××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] openoffice only works as root
Date: Fri, 05 Sep 2008 14:01:46
Message-Id: g9re3d$em4$1@ger.gmane.org
1 After my last "emerge -auvND world", openoffice stopped working
2 for non-root users. When I run
3
4 strace /usr/lib/openoffice/program/soffice -writer
5
6 I observe that the program hangs doing a waitpid() call on a
7 child that was forked to run /usr/lib/openoffice/program/oosplash.bin,
8 and oosplash.bin is hung waiting on this call:
9
10 connect(3, {sa_family=AF_FILE, path="/tmp/OSL_PIPE_1000_SingleOfficeIPC_353b22f3f3e79662742f7b9c3463e52"}, 110
11
12 If I run oospalsh.bin from the command line, the same thing
13 happens, it hangs trying to connect to a Unix domain socket.
14
15 I've checked, and the socket does exist:
16
17 $ ls -l /tmp | grep 'OSL'
18 srwx------ 1 grante grante 0 Sep 3 23:03 OSL_PIPE_1000_SingleOfficeIPC_353b22f3f3e79662742f7b9c3463e52
19
20 Any ideas on what to do next?
21
22 --
23 Grant Edwards grante Yow! World War Three can
24 at be averted by adherence
25 visi.com to a strictly enforced
26 dress code!

Replies

Subject Author
Re: [gentoo-user] openoffice only works as root Alan McKinnon <alan.mckinnon@×××××.com>
[gentoo-user] Re: openoffice only works as root Grant Edwards <grante@××××.com>