EcceGratum

Results 22 comments of EcceGratum

I would like to add that the the same issue happens to installed scrapper plugins when they try to scrape something. TheMovieDb, The Open Movie Database, AniDB, AniList, etc...

> Without knowing your full configuration my initial guess is that you need to bind Jellyfin to a specific interface. I agree with your assessment. Mullvad VPN (and other VPNs)...

I played a little with the network settings of Jellyfin to see if i could make it work. I tried "VirtualInterfaceNames" to ignore either the Mullvad interface or the vanilla...

I stumbled upon this post [https://github.com/dotnet/runtime/issues/44686](https://github.com/dotnet/runtime/issues/44686). [https://github.com/dotnet/runtime/issues/47583](https://github.com/dotnet/runtime/issues/47583) [https://github.com/dotnet/runtime/pull/55012](https://github.com/dotnet/runtime/pull/55012) I tried 2 of the possible fixes and both seem to fix the issue on their own. Basically, forcing ipv4 when a...

I am not familiar with that format as i don't use influxdb but should be something like this: smart_device_power_status,harddrive=/dev/sda status=5 1465839830100400200 or smart_device_power_status,harddrive=/dev/sda status="STANDBY" 1465839830100400200 The S.M.A.R.T. plugin already exports...

"I can see a field exit_status and I assume you also want a field power_status?" Yes, "exit_status" is just the returned value when executing the smartctl command. "If I can...

"Based on [this whitepaper](https://www.seagate.com/files/docs/pdf/en-GB/whitepaper/tp608-powerchoice-tech-provides-gb.pdf) the different states are primarily associated with spinning disks." Yes, these are intermediary states between fully active and fully spinned down. Some states indicate head parking...

Tried a few things, none worked but maybe due to my inexperience with grafana (including a "transform" "labels to fields"). When the issue happens, this is what the scraped data...

The command is "smartctl --nocheck=standby /dev/sda". The outputs can be "Device is in ACTIVE or IDLE mode", "Device is in IDLE_A mode". This other command can also be used "smartctl...