| 1 Jun 2021 |
Linux Hackerman | what does curl -i http://localhost:9000/nixbucket/nix-cache-info and curl -i http://localhost:9000/nixbucket/$hash.narinfo say? | 13:50:00 |
Linux Hackerman | yeah | 13:50:06 |
justinrestivo | Ahh it's a firewall problem. It's not returning a 404 it's returning a webpage saying it's forbidden. | 13:51:33 |
justinrestivo | That helps a lot. | 13:51:39 |
justinrestivo | Thank you | 13:51:48 |
Linux Hackerman | bad error message for nix to give though | 13:51:51 |
Linux Hackerman | +1 weirdness, nix has treated 403 as equivalent to 404 since version 2.0. Which version are you on, justinrestivo ? | 13:54:07 |
Linux Hackerman | Also it's probably not firewall-related, but that listing isn't enabled on your bucket. | 13:55:06 |
Linux Hackerman | Should work fine with any nix newer than 2.0 though | 13:55:28 |
justinrestivo | Hmm I'm on nixFlakes. | 17:05:51 |
justinrestivo | Not sure of the version number but I can double check. | 17:06:03 |
justinrestivo | Hmm.. | 17:06:25 |
justinrestivo | Yeah, I'm on 2.4pre2021326_dd77f71 | 17:09:01 |
justinrestivo | Yeah it looks like it's a firewall thing. Now when I query from the host, I'm getting 404s as one would expect. It's just queries on that port in my contianer seem to be blocked. | 17:27:35 |
| andrew joined the room. | 17:49:44 |
Linux Hackerman | Right… Nix should still handle this gracefully :/ | 17:58:47 |
justinrestivo | Okay I've fixed the firewall issue. I still cannot query with a http endpoint. I get 403 access forbidden error. I made the policy public though.. odd | 18:44:25 |
| Aldwin joined the room. | 20:37:10 |
| Aldwin changed their display name from Aldwin Vlasblom to Aldwin. | 21:29:33 |
| 2 Jun 2021 |
| bhipple joined the room. | 03:01:27 |
| Arian joined the room. | 07:44:55 |
| mvnetbiz joined the room. | 08:12:21 |
| bl1nk joined the room. | 11:48:25 |
| dschrempf joined the room. | 15:20:05 |
justinrestivo | Now I'm having issues pushing. Policy is public, I can wget files in the bucket. But when I run: `nix copy --to 's3://nixbucket?endpoint=127.0.0.1:9000&scheme=http' nixpkgs#hello` I get: `AWS error '' (Unable to connect to endpoint with address : 127.0.0.1), will retry in $some ms` | 15:25:14 |
justinrestivo | Looks like you can just push over http. | 16:14:21 |
| risson left the room. | 16:59:52 |
hexa | What's the state of NixOps on Python3? | 21:11:45 |
hexa | Will this be something that can be achieved before 21.11? | 21:11:56 |
adisbladis | In reply to @hexa:lossy.network Will this be something that can be achieved before 21.11? Yes | 21:26:56 |