| 1 Jul 2025 |
adamcstephens | dnsmasq in nixos config to be clear | 20:58:32 |
Zhaofeng Li | this is probably doable, but I kind of miss the visualization netbox gives me | 20:58:56 |
Zhaofeng Li | as well as the one-click assignment feature | 20:59:17 |
| 2 Jul 2025 |
| shx228 set a profile picture. | 01:50:06 |
| blocklisted joined the room. | 14:48:26 |
magic_rb | In reply to @zhaofeng:zhaofeng.li this is probably doable, but I kind of miss the visualization netbox gives me What id do is have it all in nix, rhen rely on nix-topology or similar for visualization | 21:24:37 |
Zhaofeng Li | yeah, I might consider it, but there's just a bunch of abstractions that I've need to build (mostly wrangling with CIDRs) | 21:40:44 |
Zhaofeng Li | by the way, migrated everything over to babel from OSPF and it's actually working quite well | 21:41:22 |
magic_rb | In reply to @zhaofeng:zhaofeng.li yeah, I might consider it, but there's just a bunch of abstractions that I've need to build (mostly wrangling with CIDRs) Makes me wish we had bitshifts in nix | 21:44:58 |
Zhaofeng Li | * yeah, I might consider it, but there's just a bunch of abstractions that I'll need to build (mostly wrangling with CIDRs) | 21:45:22 |
| 3 Jul 2025 |
Christian Theune | hexa (clat on linux when): i'm debugging some scalability issues with the ACME unit structure we're having. after a couple of interesting bits I now face https://github.com/NixOS/nixpkgs/pull/81371#issuecomment-605526099 and would like to consider alternatives to adding the renew services to multi-user.target. Specifically, you mention that you'd like changes to be applied, however, in our situation this always causes service restarts and massive (local) lego calls that add up in unfortunate ways - even if nothing has changed. aside from bolting on an option whether to do this or not, I'm wondering whether we can change it in a way that will leverage the regular "this service has changed, lets restart it". I'm currently playing around with remainafter exit, but that causes other things to explode. It's a bit of a minefield ... I'm available to chat basically the whole day if you'd like to give some input on this ... | 05:09:22 |
@emma:rory.gay | this might be offtopic for here, but what's the mostefficient way to mount a remote filesystem? | 09:56:50 |
@emma:rory.gay | currently using sshfs and its slow as molasses (and doesnt keep its parallel connections alive it seems) | 09:57:11 |
K900 | NFSv4 is decently fast | 09:58:18 |
@emma:rory.gay | (latency is probably the biggest blocker here) | 09:58:20 |
@emma:rory.gay | does it support clientside caching? | 10:01:28 |
K900 | Yeah | 10:02:32 |
@emma:rory.gay | ooh neat, guess ill still be dealing with running a few recursion commands to preload data, but sounds like it might be less painfully slow than sshfs | 10:03:11 |
@emma:rory.gay | okay, so if i undertand it right, the format of /etc/exports is like this, right?
/path/to/exported/dir client_ip(flags)? | 10:11:31 |
K900 | Don't we have properly shaped options for that | 10:12:25 |
@emma:rory.gay | the server isnt on nixos ^^' | 10:12:34 |
K900 | Oh | 10:12:38 |
K900 | Then yeah something like that | 10:12:52 |
@emma:rory.gay | alright, thanks <3 | 10:13:03 |
@emma:rory.gay | mount: /mnt: fsconfig() failed: NFS: mount program didn't pass remote address., not sure what im doing wrong | 10:21:51 |
@emma:rory.gay | here's the command im trying: sudo mount full-server-dns-name:/exported/path /mnt | 10:22:27 |
@emma:rory.gay | using mount.nfs4 however just seems to hang | 10:30:26 |
K900 | Firewall? | 10:31:02 |
@emma:rory.gay | already forwarded the port on the server end | 10:31:14 |
@emma:rory.gay | at least assuming i didnt fail horribly at reading the docs... TCP/2049 | 10:31:46 |