Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Bitwarden, anyone?
Date: Tue, 16 Jun 2020 17:31:30
Message-Id: 5609374.lOV4Wx5bFT@peak
In Reply to: Re: [gentoo-user] Bitwarden, anyone? by Neil Bothwick
1 On Tuesday, 16 June 2020 12:40:35 BST Neil Bothwick wrote:
2 > On Tue, 16 Jun 2020 12:05:33 +0100, Peter Humphrey wrote:
3 > > It turns out that BitWarden requires execution of a program in /tmp.
4 > > They said to make sure /tmp wasn't mounted noexec!
5 > >
6 > > So I created a ~/.cache/bwtmp directory and passed TMPDIR= to
7 > > bitwarden, but then it threw another error. I'd better take this up
8 > > with BitWarden.
9 >
10 > Have you tried remounting /tmp with exec, just to see if it works?
11
12 Yes, and it threw another error:
13
14 A JavaScript error occurred in the main process
15 Uncaught Exception:
16 Error: libsecret-1.so.0: cannot open shared object file: No such file or directory
17 at process.func (electron/js2c/asar.js:138:31)
18 at process.func [as dlopen] (electron/js2c/asar.js:138:31)
19 at Object.Module._extensions..node (internal/modules/cjs/loader.js:828:18)
20 at Object.func (electron/js2c/asar.js:138:31)
21 at Object.func [as .node] (electron/js2c/asar.js:147:18)
22 at Module.load (internal/modules/cjs/loader.js:645:32)
23 at Function.Module._load (internal/modules/cjs/loader.js:560:12)
24 at Module.require (internal/modules/cjs/loader.js:685:19)
25 at require (internal/modules/cjs/helpers.js:16:16)
26 at Object.<anonymous> (/home/prh/Bitwarden-1.18.0-x86_64/opt/Bitwarden/resources/app.asar/node_modules/keytar/lib/keytar.js:1:14)
27
28 --
29 Regards,
30 Peter.