ClassicOldSong / Apollo

Sunshine fork
GNU General Public License v3.0
504 stars 13 forks source link

Log Spam - "Unable to find MAC address" for Tailscale/VPN #63

Closed sickypedia closed 1 month ago

sickypedia commented 1 month ago

I am using Tailscale to create wireguard tunnels and gamestream over the internet - I'm not sure why Apollo/sunshine would need to flag that a MAC is missing on the virtual tailscale address being assigned, it continuosly spams the log. Is this something that needs fixing, potentially to retain useful info in the logs and prevent any performance hit (even if tiny).

{742A15BD-B42B-4AE4-AE9C-D14848FC9ECB}
ClassicOldSong commented 1 month ago

MAC address is reported to clients for WOL purpose. A virtual interface won't be able to WOL, so the log is not really useful. Maybe lowering the log level to debug will be better.

sickypedia commented 1 month ago

I see, thanks!