Hello, Some additional info:
On Mon, 2010-01-25 at 09:29 +0100, Juergen Schmidt wrote: > On 1/25/10 7:35 AM, Fabio A. Miranda wrote: > > HEllo, > > > > I am trying to install a non-privildged UNO package (that is, a non > > -shared package) on Ubuntu 64. > > > > I do not understand why the above commands tries to try OO Berkeley DB > > if the package is NOT shared ? Why the above command is NOT writting > > exclusively in /home/fabio/.openoffice.org/... ? > the db is always open for reading. The gui shows you information about > all installed extensions. > The question is more why you can't open the db. Can you check the > permission of this file in your installation? > fa...@catullus:~$ /opt/openoffice.org3/program/unopkg gui /tmp/UniOffice/UniOffice.oxt ERROR: URP-Bridge: disposed(tid=5) Unexpected connection closure unopkg failed. fa...@catullus:~$ strace /opt/openoffice.org3/program/unopkg gui /tmp/UniOffice/UniOffice.oxt 2>&1 | grep ENO [...] lstat("/home/fabio/.openoffice.org/3/user/uno_packages", 0x7fffd5de4800) = -1 ENOENT (No such file or directory) access("/home/fabio/.openoffice.org/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry", F_OK) = -1 ENOENT (No such file or directory) access("/home/fabio/.openoffice.org/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry", F_OK) = -1 ENOENT (No such file or directory) access("/opt/openoffice.org3/share/registry/data/org/openoffice/Setup.xcu", F_OK) = -1 ENOENT (No such file or directory) access("/opt/openoffice.org3/share/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry/data/org/openoffice/Setup.xcu", F_OK) = -1 ENOENT (No such file or directory) access("/home/fabio/.openoffice.org/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry/data/org/openoffice/Setup.xcu", F_OK) = -1 ENOENT (No such file or directory) access("/opt/openoffice.org3/share/registry/data/org/openoffice/Setup.xcu", F_OK) = -1 ENOENT (No such file or directory) access("/opt/openoffice.org3/share/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry/data/org/openoffice/Setup.xcu", F_OK) = -1 ENOENT (No such file or directory) access("/home/fabio/.openoffice.org/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry/data/org/openoffice/Setup.xcu", F_OK) = -1 ENOENT (No such file or directory) open("/opt/openoffice.org/basis3.1/share/registry/modules/org/openoffice/ucb/Configuration", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) access("/opt/openoffice.org/basis3.1/share/registry/res/es/org/openoffice/ucb/Configuration.xcu", F_OK) = -1 ENOENT (No such file or directory) access("/opt/openoffice.org3/share/registry/data/org/openoffice/ucb/Configuration.xcu", F_OK) = -1 ENOENT (No such file or directory) open("/opt/openoffice.org3/share/registry/modules/org/openoffice/ucb/Configuration", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) access("/opt/openoffice.org3/share/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry/data/org/openoffice/ucb/Configuration.xcu", F_OK) = -1 ENOENT (No such file or directory) access("/home/fabio/.openoffice.org/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry/data/org/openoffice/ucb/Configuration.xcu", F_OK) = -1 ENOENT (No such file or directory) access("/home/fabio/.openoffice.org/3/user/registry/data/org/openoffice/ucb/Configuration.xcu", F_OK) = -1 ENOENT (No such file or directory) access("/opt/openoffice.org3/share/registry/data/org/openoffice/ucb/Configuration.xcu", F_OK) = -1 ENOENT (No such file or directory) access("/opt/openoffice.org3/share/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry/data/org/openoffice/ucb/Configuration.xcu", F_OK) = -1 ENOENT (No such file or directory) access("/home/fabio/.openoffice.org/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry/data/org/openoffice/ucb/Configuration.xcu", F_OK) = -1 ENOENT (No such file or directory) stat("/home/fabio/.openoffice.org/3/user/registry/data/org/openoffice/ucb/Configuration.xcu", 0x7fffd5deccb0) = -1 ENOENT (No such file or directory) access("/tmp/OSL_PIPE_1000_63ca94f34a7f99c77034e227e4f5f8dc4eff55c4c0a6fc3bf426d4d5269bce6", F_OK) = -1 ENOENT (No such file or directory) access("/tmp/OSL_PIPE_1000_63ca94f34a7f99c77034e227e4f5f8dc4eff55c4c0a6fc3bf426d4d5269bce6", F_OK) = -1 ENOENT (No such file or directory) access("/tmp/OSL_PIPE_1000_63ca94f34a7f99c77034e227e4f5f8dc4eff55c4c0a6fc3bf426d4d5269bce6", F_OK) = -1 ENOENT (No such file or directory) access("/tmp/OSL_PIPE_1000_63ca94f34a7f99c77034e227e4f5f8dc4eff55c4c0a6fc3bf426d4d5269bce6", F_OK) = -1 ENOENT (No such file or directory) open("/usr/lib/jvm/java-6-sun-1.6.0.15/jre/lib/amd64/native_threads/librmcxt.so.3", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/jvm/java-6-sun-1.6.0.15/jre/lib/amd64/librmcxt.so.3", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/openoffice.org/ure/lib/liburp_gcc3.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/openoffice.org/ure/lib/libgcc3_urp.so", O_RDONLY) = -1 ENOENT (No such file or directory) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail: dev-h...@openoffice.org