http://bugs.skolelinux.org/show_bug.cgi?id=1442
--- Comment #6 from Andreas B. Mundt <[email protected]> 2010-02-18 19:46:21 --- Hi, some more infos about this bug: As Petter said in comment #3, some program tries to access /skole/tjener/openoffice. This program is nspluginscan, from the mozilla-openoffice.org package. As a strace of the invocation of nspluginscan shows, there seems to be a failure when processing a symlink: [...] 28424 getcwd("/skole/tjener/home0/foobar"..., 1024) = 27 28424 readlink("/usr/lib/iceweasel/plugins/libnpsoplugin.so", "../../openoffice/program/libnpsoplugin.so"..., 1023) = 41 28424 write(2, "OpenOffice path is '../../openoff"..., 38) = 38 28424 open("../../openoffice/program/bootstraprc", O_RDONLY) = -1 ENOENT (No such file or directory) [...] "OpenOffice path is ..." can be found in the ooo sources in the file: extensions/source/nsplugin/source/so_env.cxx , the critical part is contained as patch in openoffice.org_2.4.1+dfsg-1+lenny3.diff.gz . Regards, Andi -- Configure bugmail: http://bugs.skolelinux.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching all bug changes. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

