| 31 Jul 2025 |
hexa | https://media.freifunk.net/v/openwrt-on-realtek-switches | 20:44:11 |
adamcstephens | I run a couple gigabit realtek switches on openwrt. They've been stable and without problems | 20:52:04 |
hexa | how fun is management? | 20:55:59 |
adamcstephens | I'm not changing it much. Mostly just updates, which have been problem free. The interfaces for the basic switch setup are mildly awkward, either GUI or config, but they're passable | 20:57:04 |
adamcstephens | It would be nice to get one with 8x10GB SFP ports and maybe 24x2.5G, to replace my core switch, but I haven't seen one that meets that. And I really don't have any 2.5G yet, so no rush. | 20:58:55 |
adamcstephens | The two I currently have are 1G edge switches. a NETGEAR GS308T v1 and a HPE 1920-8G (JG920A) | 21:01:30 |
emily | 8x 10 Gbit/s with OpenWrt support is a thing | 22:58:19 |
emily | a couple such Realtek models have been discussed in here | 22:58:30 |
hexa | 2x10G, 12-16 Ports, some 2.5G ports, PoE, no fan, not full size | 23:00:30 |
hexa | thx | 23:00:31 |
hexa | * 2x10G, 12-16 Ports, some 2.5G ports, some PoE, no fan, not full size | 23:00:39 |
hexa | * 2x10G, 12-16 Ports, some 2.5G ports, some PoE, no fan, ideally not full size | 23:01:39 |
hexa | also the fact that the realtek target still seems to be on 5.15 is worrying | 23:03:48 |
emily | there is at least one guy working on upstreaming support for the Realtek stuff | 23:06:58 |
emily | but it's not there I think | 23:07:03 |
| 1 Aug 2025 |
adamcstephens | In reply to @hexa:lossy.network thx That was resolved before 24.10. I didn't watch the above video but saw it mentioned in the slides. It's on 6.6 now | 01:37:02 |
adamcstephens | err, wrong reply | 01:37:21 |
hexa | ah weird | 01:37:24 |
hexa | because the talk is from 2025-06-13 | 01:37:36 |
adamcstephens |  Download ima_a39bd14.jpeg | 01:38:52 |
hexa | now where does that link go 😄 | 01:39:42 |
adamcstephens | They were going to drop the realtek target completely for 24.10 until it was updated past 5.15 | 01:40:01 |
hexa | yeah | 01:40:06 |
hexa | or at least make it source-only | 01:40:14 |
adamcstephens | looks like it's actually on 6.12 now in main https://github.com/openwrt/openwrt/pull/19139 | 01:41:35 |
hexa | ok, that's decent | 01:42:45 |
| 2 Aug 2025 |
| @saiko:knifepoint.net changed their profile picture. | 00:28:14 |
| 3 Aug 2025 |
| prescientmoon changed their display name from Adriel to prescientmoon. | 14:31:40 |
| x10an14 joined the room. | 19:38:36 |
x10an14 | Anyone familiar with this NGINX error?
aug. 03 20:49:52 nas-2024 systemd[1]: nginx.service: Scheduled restart job, restart counter is at 4.
aug. 03 20:49:52 nas-2024 systemd[1]: Starting Nginx Web Server...
aug. 03 20:49:52 nas-2024 nginx-pre-start[2806389]: nginx: [emerg] cannot load certificate "/persist/var/lib/tailscale/certs/cert.pem": BIO_new_file() failed (SSL: error:8000000D:system library::Permission denied:calling fopen(/persist/var/lib/tailscale/certs/cert.pem, r) error:10080002:BIO routines::system lib)
aug. 03 20:49:52 nas-2024 nginx-pre-start[2806389]: nginx: configuration file /nix/store/s4f1q4wpfzq07rlp1pkbcavzrgn31lyi-nginx.conf test failed
aug. 03 20:49:52 nas-2024 systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
aug. 03 20:49:52 nas-2024 systemd[1]: nginx.service: Failed with result 'exit-code'.
aug. 03 20:49:52 nas-2024 systemd[1]: Failed to start Nginx Web Server.
I'm trying to start services.immich w/SSL corts through my services.tailscale, as illustrated in this paste: https://paste.sr.ht/~x10an14/6dc6db515a8695a3a7722b86ff26f2a6aa171af8
I've tried:
- Copying certs manually into path
- Chowning them from
root to nginx ownership
- Testet the nginx config file in online browser validators (it passes)
- Searchin after the error online (can't really find anything w/mention of tailscale, only SELinux/AppArmor really, neither in use on this machine)
| 19:48:48 |