| 15 Jan 2025 |
@hexa:lossy.network | so no backport | 11:25:44 |
@hexa:lossy.network | https://github.com/NixOS/nixpkgs/pull/374025 | 11:25:53 |
mfed3 | Yea true we're technically on 2025.1.2 | 11:26:00 |
@hexa:lossy.network | I'm going to make it a hard swich | 11:26:12 |
@hexa:lossy.network | so we can nudge more people to switch that at eval time | 11:26:28 |
@hexa:lossy.network | I guess | 11:26:29 |
mfed3 | Sounds good, | 11:36:38 |
mfed3 | * Sounds good | 11:36:43 |
Samsonite | hey hexa sorry if i'm getting annoying at this point, in an effort to not keep spamming my homeassistant/frigate issue here, should i open an issue or request or something in github? | 14:05:05 |
@hexa:lossy.network | hm so | 14:05:25 |
@hexa:lossy.network | try one more thing | 14:05:28 |
@hexa:lossy.network | use socat to expose 127.0.0.1:5000 on another ip/port | 14:06:22 |
@hexa:lossy.network | e.g. the ipv4 address you mentioned | 14:06:29 |
@hexa:lossy.network | and try connecting via that | 14:06:32 |
@hexa:lossy.network | https://www.redhat.com/de/blog/getting-started-socat | 14:10:01 |
Samsonite | awesome, will try this now | 14:11:20 |
Samsonite | having a hard time finding the right command for this | 14:30:30 |
Samsonite | socat TCP-LISTEN:5000,bind=192.168.0.4,fork TCP:localhost:5000
cannot assign requested address | 14:30:49 |
@hexa:lossy.network | well you cannot reuse the same port | 14:32:45 |
Samsonite | even socat TCP-LISTEN:5005,bind=192.168.0.4,fork TCP:localhost:5000 gives the same error | 14:35:14 |
Samsonite | seems like no matter what port numbers i put in, same error, for the bind and for localhost | 14:35:35 |
@hexa:lossy.network | socat TCP-LISTEN:4000,reuseaddr,fork TCP:127.0.0.1:5000 | 14:36:15 |
Samsonite | ok so that command seemed to work, doesn't return anything, but i assume it's now listening on port 4000 now. ss -lpn | grep 4000 returns: | 14:40:50 |
Samsonite | tcp LISTEN 0 5 0.0.0.0:4000 0.0.0.0:*
| 14:41:11 |
Samsonite | in haos though (192.168.0.4), i can't add frigate on that port | 14:42:58 |
Samsonite |  Download image.png | 14:43:05 |
Samsonite | with or without credentials | 14:43:08 |
@hexa:lossy.network | firewall? | 14:43:24 |
Samsonite | ohh snap yea in nixos i need to open that | 14:43:39 |
Samsonite | YESSSSS | 14:44:49 |