7 Nov 2023 |
K900 | Anyone knows if something changed with Selenium recently? | 08:04:30 |
K900 | https://github.com/NixOS/nixpkgs/pull/265818 breaks and I can't figure out why | 08:04:42 |
l0b0 | In reply to @k900:0upti.me https://github.com/NixOS/nixpkgs/pull/265818 breaks and I can't figure out why
server # [ 11.649647] vaultwarden[980]: [2023-11-06 17:56:48.979][panic][ERROR] thread 'main' panicked at 'Error running migrations: DatabaseError(Unknown, "permission denied for schema public")': src/db/mod.rs:485 This seems to be the actual error
| 08:35:07 |
l0b0 | In reply to @k900:0upti.me https://github.com/NixOS/nixpkgs/pull/265818 breaks and I can't figure out why *
server # [ 11.649647] vaultwarden[980]: [2023-11-06 17:56:48.979][panic][ERROR] thread 'main' panicked at 'Error running migrations: DatabaseError(Unknown, "permission denied for schema public")': src/db/mod.rs:485
This seems to be the actual error
| 08:35:11 |
K900 | Yeah that one I get | 08:35:21 |
K900 | I don't get why the Selenium tests are failing | 08:35:29 |
raitobezarius |
server # KeyError: 'CONDA_PREFIX'
| 08:36:20 |
raitobezarius | what the fresh hell | 08:36:22 |
raitobezarius | why is there conda in my selenium | 08:36:26 |
K900 | It's trying to download a browser | 08:37:05 |
raitobezarius | https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1935053.html looks awfully similar | 08:37:05 |
raitobezarius | ah | 08:37:09 |
raitobezarius | I'd say more it has to do with Selenium being bumped than our test harness being broken (?) | 08:38:26 |
K900 | Very possible | 08:39:17 |
K900 | Oh | 08:40:57 |
K900 | https://github.com/SeleniumHQ/selenium/pull/13071 | 08:40:57 |
raitobezarius | hexa fixing things in anger | 08:41:34 |
raitobezarius | there should be something a search engine | 08:41:48 |
raitobezarius | where it searches everything and intersect with nixos community members | 08:41:55 |
K900 | I found it by searching CONDA_PREFIX on the repo | 08:42:01 |
raitobezarius | no doubt | 08:42:09 |
K900 | Oh | 08:43:14 |
K900 | It's on -next | 08:43:17 |
K900 | I guess we just wait then | 08:43:20 |
9 Nov 2023 |
| @b:chreekat.net left the room. | 14:57:07 |
10 Nov 2023 |
| globin joined the room. | 00:49:52 |
l0b0 | How can I create a user on the nixos/nix Docker image? It has neither useradd nor adduser installed. | 04:29:53 |
l0b0 | * How can I create a user on the nixos/nix Docker image? It has neither useradd nor adduser installed. nix-env --install --attr nixpkgs.su installs useradd , but it seems very clunky so far. | 04:44:04 |
l0b0 | * How can I create a user on the nixos/nix Docker image? It has neither useradd nor adduser installed. nix-env --install --attr nixpkgs.su installs useradd , but it won't create a user:
useradd: cannot open /etc/passwd
| 05:54:43 |
l0b0 | * How can I create a user on the nixos/nix Docker image? It has neither useradd nor adduser installed. nix-env --install --attr nixpkgs.su installs useradd , but it won't create a user:
bash-5.2# "$(nix --extra-experimental-features nix-command eval --file '<nixpkgs>' --raw shadow)/bin/useradd" "$username"
useradd: cannot open /etc/passwd
Even if I could, it looks like su doesn't work either:
bash-5.2# su --login nobody
su: pam_start: error 26
| 05:58:41 |