Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

@domi@lemmy.secnd.me avatar

domi

@domi@lemmy.secnd.me

This profile is from a federated server and may be incomplete. Browse more on the original instance.

domi ,
@domi@lemmy.secnd.me avatar

I get 700/500 on my Unifi U6 Enterprise (4x4 MIMO, 80 MHz, 5 GHz) and 500/500 on my Unifi AC Pro (3x3 MIMO, 70 MHz, 5 GHz).

Could probably get some more on 6 GHz but I never was able to get it to work properly.

Help with IPv6

My ISP recently made IPv6 available and I'm trying to figure out how to make it work with my network. The setup I have is an OPNsense box connected to my ISP's router and I'm using it to isolate my homelab from the rest of the network. However, the machines on my OPNsense LAN aren't being assigned IPv6 addresses that allow them...

domi ,
@domi@lemmy.secnd.me avatar

I'm no expert on IPv6 but here's how I did it on my OPNsense box:

  • Activate IPv6 on your WAN interface (probably already done)
  • Activate IPv6 on the LAN interface, use Track interface on IPv6, track the WAN interface and choose a prefix ID like 0x1
  • Activate DHCPv6 under Services -> ISC DHCPv6 for your LAN interface (you can shorten the range like ::eeee to ::ffff, you don't have to type the full IP)
  • Activate Router advertisments under Services -> Router Advertisments for your LAN interface (set Advertisments to Managed and Priority to High

After that your DHCP server should serve public IPv6 addresses inside of your prefix and clients should be able to connect to the internet.

A few notes:

  • Don't forget to add an allow rule for IPv6 on your LAN as well if you only have one for IPv4
  • Repeat the steps above for every VLAN you have, always use a different prefix ID
  • You don't have to use NAT rules with IPv6 anymore and can just directly add a regular firewall rule to WAN with the target IP and port and you are done
  • Make sure you don't have any of the various "Disable IPv6" toggles enabled, there's a few in the firewall settings and general settings for example
domi ,
@domi@lemmy.secnd.me avatar

Off the top of my head, why did you set the prefix to 0x1? I was under the impression that it only needs to be set if there are multiple vlans

I have multiple VLANs, 0x1 is my LAN and 0x10 is my DMZ for example. I then get IP addresses abcd:abcd:a01::abcd in my LAN and abcd:abcd:a10::bcdf in my DMZ.

However, I get a /56 from my ISP wich gets subnetted into /64. I heard it's not ideal to subnet a /64 but you might want to double check what you really got.

what are your rules for the WAN side of the firewall?

Only IPv4 + IPv6 ICMP, the normal NAT rules for IPv4 and the same rules for IPv6 but as regular rule instead of NAT rule.

My LAN interface is only getting an LLA so maybe it’s being blocked from communicating with the ISP router.

If you enable DHCPv6 in your network your firewall should be the one to hand out IP addresses, your ISP assigns your OPNsense the prefix and your OPNsense then subnets them into smaller chunks for your internal networks.

It is possible to do it without DHCPv6 but I didn't read into it yet since DHCPv6 does exactly what I want it to do.

domi , (edited )
@domi@lemmy.secnd.me avatar

Is it safe to use JELLYFIN_SQLITE__disableSecondLevelCache all the time or should it only be used for testing?

I have had a lot of database lock issues since 10.9.

domi ,
@domi@lemmy.secnd.me avatar

Do a library rescan on your music library and then download the latest Finamp beta from here: https://github.com/jmshrv/finamp/releases

Lyrics should work then:

https://lemmy.secnd.me/pictrs/image/fa6b8cc6-5a16-4071-8f2f-edeead8e2c2e.png

@Catsrules

domi ,
@domi@lemmy.secnd.me avatar

That's a shame because ionity is absolute trash.

0.69 EUR/kWh is a robbery and requiring a subscription to fill your car cheaper is a scam. They are doing it with taxpayers' money as well.

Imagine a publicly funded gas station with those conditions and people would lose their mind.

domi ,
@domi@lemmy.secnd.me avatar

Video hosting is a money sink, I wouldn't hold my breath that somebody else comes along.

domi ,
@domi@lemmy.secnd.me avatar

You can root the Gardena gateway and control their mowers locally with this: https://github.com/andrexp/gardena-local-control

I don't think they have mowers with GPS though. Also, some of their mowers don't use the gateway.

domi ,
@domi@lemmy.secnd.me avatar

A good reminder that I wanted to check if support can be added for their presence sensors. Those things are incredibly noisy.

domi ,
@domi@lemmy.secnd.me avatar

Stop recommending questionable open-source like Matrix.

Synapse and Element are fully open source, there is nothing questionable about it. Having a company backing your project as main developer does not mean it suddenly becomes closed source or said company owns the project now.

None of the issues you mentioned are a big deal or make Matrix inherently worse than XMPP. The biggest flaw you can pin on Matrix is its performance but they're working on it.

domi ,
@domi@lemmy.secnd.me avatar

I don't run Pi-hole but quickly peeking into the container (docker run -it --rm --entrypoint /bin/sh pihole/pihole:latest) the folder and files belong to root with the permissions being 755 for the folder and 644 for the files.

chmod 700 most likely killed Pi-hole because a service that is not running as root will be accessing those config files and you removed their read access.

Also, I'm with the guys above. Never chmod 777 anything, period. In 99.9% of cases there's a better way.

domi ,
@domi@lemmy.secnd.me avatar

They have a different architecture so it comes down to preference.

Docker runs a daemon that you talk to to deploy your services. podman does not have a daemon, you either directly use the podman command to deploy services or use systemd to integrate them into your system.

domi ,
@domi@lemmy.secnd.me avatar

HTTP/3 is UDP as well but only on port 443.

domi ,
@domi@lemmy.secnd.me avatar

Starting with 10.9 you can enable segment deletion so files are cleaned up while still transcoding.

domi ,
@domi@lemmy.secnd.me avatar

Nope, release target is mid-April currently.

domi ,
@domi@lemmy.secnd.me avatar

His recent video on the Fairphone is what did it for me.

His "deal breaker" is that the notification sound is too loud? Replacing a battery by heating up your phone, prying it open, disconnecting the flimsy battery cable and prying out the glued in battery is apparently just as easy as using your hands. Seriously?

domi ,
@domi@lemmy.secnd.me avatar

Calling something that can be fixed with a simple software update a deal breaker is strange to me, yes.

Adding it as critique so it can be fixed is fair, as a reviewer I expect them to note things like these. I do not need them to add their own opinion on whether this is a deal breaker or not.

domi ,
@domi@lemmy.secnd.me avatar

Which one? The G27/G920/G29 and some others are supported pretty much out of the box.

Not thanks to Logitech but they do work fine.

domi ,
@domi@lemmy.secnd.me avatar

Do you mean the G923? Can't find a G928 anywhere.
The G923 is supported since kernel 6.3.

domi ,
@domi@lemmy.secnd.me avatar

That's strange. Do you happen to use a USB extension cables to reach your steering wheel?

I noticed that Linux is far worse than Windows in recovering from USB errors. Most of the time it will just stop working where Windows will ignore the error and continue.

If you are interested in diagnosing the issue you can run journalctl -f in a terminal while playing and check the logs when an issue occurs. USB errors will be marked red in the log.

domi ,
@domi@lemmy.secnd.me avatar

I have been using a Odroid N2+ running CoreELEC with the Jellyfin plugin ever since it released. Plays absolutely everything you throw at it, even 4k60 with HDR.

https://coreelec.org/

If you need Dolby Vision, you will need one of the supported devices, the Odroid N2+ is not one of them.

domi ,
@domi@lemmy.secnd.me avatar

They use Samsung Exynos CPUs IIRC instead of the Broadcom chips that the Pis use

Didn't know there were Odroids with Exynos CPUs.

The N2+ has an Amlogic S922X, CoreELEC is also a fork of LibreELEC but only for Amlogic processors.

There are newer Amlogic chips nowadays but I never looked into them.

domi ,
@domi@lemmy.secnd.me avatar

That depends on the SBC.

Most of them boot from SD so you will want to get an enterprise SD card or one for cameras.

The Odroids have an eMMC slot for storage. Most boot from USB as well.

There are now SBC with SATA ports and even some with M.2 or PCI-e slots.

domi ,
@domi@lemmy.secnd.me avatar

CoreELEC is especially built with Amlogic chips in mind, it includes all the drivers necessary to GPU decode all codecs it can.

The live test you posted runs on CPU, there's no mobile ARM chip out there that can smoothly CPU decode anything above 1080p so using GPU decode is crucial.

domi ,
@domi@lemmy.secnd.me avatar

I guess the processor needs to be an Amlogic for the best media experience?

If you want to use CoreELEC, yes. It only supports Amlogic.

They also support flashing a lot of different TV android boxes and some can be had for cheap so also worth looking there.

domi ,
@domi@lemmy.secnd.me avatar

Well thanks for the heads up, as a fellow lazy Gandi user I now know where to switch my domains to.

domi ,
@domi@lemmy.secnd.me avatar

I got a Unifi US 16 XG as core switch for like 400 bucks back when it was new and thought it was expensive.

Looking at what Unifi is doing nowadays a 16 port 10 Gbit switch seems like a steal.

Besides that I also have a US 16 150W for my PoE devices and a USW 24 G1 for everything else.

domi ,
@domi@lemmy.secnd.me avatar

Same here, all my 4k players run Kodi/CoreELEC with the Jellyfin plugin.

domi ,
@domi@lemmy.secnd.me avatar

If only ESPHome had support for Zigbee on the C6 and H2. So much potential for cool projects.

domi ,
@domi@lemmy.secnd.me avatar

Due to time and energy i tend to an out of the box, non OSS solution.

Why not both? OPNsense and pfSense both sell official hardware.

Both are pretty easy to configure but have pretty much no limit on how deep you can go.

Unifi works great as well but you hit a ceiling fairly quickly if it needs to do anything advanced.

domi ,
@domi@lemmy.secnd.me avatar

SteamVR on Linux works out of the box if you have a Valve Index or a HTC Vive.

There are some others that work via ALVR but can't speak about that.

Two caveats though:

  • Valve likes to break SteamVR for Linux with every third update and then takes weeks to fix it
  • It works but there's a lot of issues with it. From incorrectly scaled UI, to missing features, to SteamVR Home not working for a year straight

Most of the time there are community workarounds but there's only so much they can do.

domi ,
@domi@lemmy.secnd.me avatar

I have like 30 old hard drives laying around and have been thinking about doing a cool art installation with them for a while.

Maybe shatter the platters to create a spiky landscape and epoxy them in, or something like that.

Any ideas?

domi ,
@domi@lemmy.secnd.me avatar

Thanks for the artist view on things. :)

I mostly want something pretty to look at but adding a message to it is an excellent idea.

domi ,
@domi@lemmy.secnd.me avatar

Yes, I've got quite a few types, good idea.

domi ,
@domi@lemmy.secnd.me avatar

Already have a few of those, always a good party gag for the ones that know.

domi ,
@domi@lemmy.secnd.me avatar

Will have to try that, also a good way to one-up my neighbor with those CDs hanging outside. :)

domi ,
@domi@lemmy.secnd.me avatar

Definitely go with K3s instead of K8s if you want to go the Kubernetes route. K8s is a massive pain in the ass to setup. Unless you want to learn about it for work I would avoid it for homelab usage.

I currently run Docker Swarm nodes on top of LXCs in Proxmox.
Pretty happy with the setup except that I can't get IPv6 to work in Docker overlay networks and the overlay network performance leaves things to be desired.

I previously used Rancher to run Kubernetes but I didn't like the complexity it adds for pretty much no benefit. I'm currently looking into switching to K3s to finally get my IPv6 stack working. I'm so used to docker-compose files that it's hard to get used to the way Kubernetes does things though.

What do you guys do when you want to run unmaintained programs? (lemmy.world)

I recently wanted to run tegaki, and my experience is pretty much summed up by the meme. I consider myself fairly tech-savvy, but I just couldn't figure out how to compile it. So I just gave up, downloaded the .exe and put it into a fresh wine prefix. After installing CJK fonts, everything ran fine. Now I'm trying to get gpaint...

domi , (edited )
@domi@lemmy.secnd.me avatar

It's what was done for Panasonic ACs: https://www.espthings.io/index.php/2023/09/02/esphome-panasonic-climate-interface/

I'm sure somebody will take a really close look at Haier ACs now.

Self-hosted or personal email solutions?

I have a unique name, think John Doe, and I'm hoping to create a unique and "professional" looking email account like johndoe@gmail.com or john@doe.com. Since my name is common, all reasonable permutations are taken. I was considering purchasing a domain with something unique, then making personal family email accounts for...

domi ,
@domi@lemmy.secnd.me avatar

Do you have more details on your setup?

I currently selfhost mailcow on a small VPS but I would like to move the receiving part to my homelab and only use a small VPS or service like SES for sending.

domi ,
@domi@lemmy.secnd.me avatar

It can't be worse than an outdated public facing Windows server, right?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • incremental_games
  • meta
  • All magazines