2024-10-09, 06:37 PM
(2024-10-09, 06:19 PM)Riesling Wrote: Thanks Pirate,
I am not using v6
See log at: https://pastebin.com/raw/UjNcpExK
You may not be using it, but the LXC is.
Code:
[2024-10-09 19:47:39.613 +02:00] [INF] Filtered interface addresses: ["127.0.0.1", "10.3.3.3", "::1", "2a02:[publicIPv6 address]", "fe80::87b:60ff:fe3a:74e8%2"]
[2024-10-09 19:47:39.613 +02:00] [INF] Bind Addresses ["::"]
"[::]" means that it is binding to all IPv4 and v6 interfaces and one of the IPv6 addresses is a public address (the 2a02 address).
The log from your ping is using Google's IPv6 address.
And I see zero logs for any connection attempts from any client. IMO, the connection attempts from your clients just aren't getting to Jellyfin.
(2024-10-09, 06:19 PM)Riesling Wrote: IMHO nofin critical, mostly [INF]-entries.
"[WRN] The WebRootPath was not found: "/var/lib/jellyfin/wwwroot". Static files may be unavailable." is said to be irrelevant, just like the 3 x [ERR] for some plugin manifests?
Cheers,
~R.
This is harmless and you can ignore it. The actual webroot is located in /usr/share/jellyfin.
Code:
[2024-10-09 19:47:39.128 +02:00] [INF] Web resources path: "/usr/share/jellyfin/web"