| 30 May 2021 |
antifuchs | that sounds right | 19:21:06 |
Reventlov | Redacted or Malformed Event | 20:19:13 |
Reventlov | Redacted or Malformed Event | 20:27:12 |
Reventlov | Redacted or Malformed Event | 20:39:17 |
| 31 May 2021 |
| ashkitten (it/its) 🏳️⚧️ changed their display name from ash to ashkitten (it/its) 🏳️⚧️. | 03:56:51 |
| Dusk joined the room. | 06:18:35 |
| [0x4A6F] changed their display name from [0x4A6F] to 0x4A6F. | 08:24:26 |
| tobia_ joined the room. | 19:10:08 |
Reventlov | Redacted or Malformed Event | 19:28:29 |
Reventlov | Redacted or Malformed Event | 19:29:06 |
Reventlov | Redacted or Malformed Event | 19:30:15 |
Reventlov | Redacted or Malformed Event | 19:31:15 |
Jez (he/him) | as a matter of good practice (or just preference) do you --target-host root@<hostname> or --target-host <hostname> --use-remote-sudo | 20:23:01 |
Jez (he/him) | * as a matter of good practice (or just preference) do you --target-host root@<hostname> or --target-host <hostname> --use-remote-sudo when deploying with nixos-rebuild? | 20:23:15 |
| Dusk changed their profile picture. | 20:27:26 |
srhb | In reply to @jez:petrichor.me as a matter of good practice (or just preference) do you --target-host root@<hostname> or --target-host <hostname> --use-remote-sudo when deploying with nixos-rebuild? I didn't know of the second switch, but for auditability, among other things, I'll never allow direct root logins where I can avoid it. | 20:30:59 |
| re-ptarmigan❄️🐦️ joined the room. | 21:43:11 |
| re-ptarmigan❄️🐦️ changed their display name from reptarmigan to re-ptarmigan❄️🐦️. | 21:56:28 |
| 1 Jun 2021 |
| [0x4A6F] changed their display name from 0x4A6F to [0x4A6F]. | 06:36:26 |
| ili joined the room. | 10:15:01 |
justinrestivo | Has anyone hosted a s3 cache? I'm hosting one with minio and pulling from it. I've got
```
substituters = https://cache.nixos.org http://localhost:9000/nixbucket
require-sigs = false
```
I created my bucket with mb like normal. It's empty. Now when I try and build a sample flake, I get error: NAR info file 'somehash' is corrupt. Anyone tried something similar? Is there something special I need to do when initializing the cache? | 13:37:06 |
Linux Hackerman | justinrestivo: can you share the content of the narinfo file? | 13:38:07 |
justinrestivo | Yes. | 13:39:05 |
justinrestivo | * Yes. Grabbing it. | 13:39:27 |
justinrestivo | The narinfo file is stored under /nix/store right? I'm not seeing the hash under there. | 13:47:01 |
Linux Hackerman | no, it's stored in the bucket | 13:47:14 |
Linux Hackerman | the narinfo contains the information that's stored in the sqlite db at /nix/var/nix/db/db.sqlite in a "normal" store | 13:47:49 |
justinrestivo | The nix bucket is completely empty (no files) | 13:48:01 |
Linux Hackerman | huh. Is minio not giving 404s for missing files, then? | 13:48:17 |
justinrestivo | Hmm to test that I can just wget a url, right? Like wget localhost:9000/nixbucket/fakefile | 13:49:46 |