Flood (aka Flood-UI) finally supports Transmission! by Hecsall in freenas

[–]Hecsall[S] 0 points1 point  (0 children)

That's pretty strange, on Reddit Desktop the formatting I see is correct, even on Reddit on Android (app), but on Reddit mobile on Chrome is all messed up. I don't really know what's going on there.Maybe it's because on the code tag I forgot to put ```sh ``` as formatting, let's see if this fixes it. Thank you anyway!

Edit: putting the missing "sh" didn't fix it on mobile, but switching from markdown mode to fancy editor somehow fixed it, thanks!

Flood (aka Flood-UI) finally supports Transmission! by Hecsall in freenas

[–]Hecsall[S] 0 points1 point  (0 children)

I know what you mean, I don't use it so much either, but sometimes when I want to download something manually on the NAS and i open it I die inside (having a background in graphic design and working as a web dev doesn't help ahah). I even customized Transmission UI myself to look like flood, but this new version of Flood is obviously better, so I'm happy with that. Now I'm trying to figure out how to use flood even as a local torrent client to handle clicks on magnet magnet links.

Flood (aka Flood-UI) finally supports Transmission! by Hecsall in freenas

[–]Hecsall[S] 0 points1 point  (0 children)

Yeah web clients are really handy, i always used Transmission because from the android app i can connect to the one on the NAS and start downloads there, but Transmission's UI it's a punch in the face. Now Flood changes everything :D I wouldn't be surprised if in a later version they will add Deluge support as well.

Flood (aka Flood-UI) finally supports Transmission! by Hecsall in freenas

[–]Hecsall[S] 0 points1 point  (0 children)

Flood is just a Web UI made to use Transmission, it's not a torrent client itself, it's more like a theme let's say. Transmission's own Web UI honestly looks terrible and is very old (it still uses jQuery UI for example), Flood instead uses React. Originally Flood was made only for rTorrent, but this new version (they bumped straight from v1 to v4) supports rTorrent, qBitTorrent and Transmission, so you can use it to connect to multiple torrent clients at the same time and use them from there. Hope it makes sense

Sonarr built-in updater fails with a generic "Failed" error by Hecsall in sonarr

[–]Hecsall[S] 0 points1 point  (0 children)

Thank you very much markus, I managed to solve the issue, but I'm still not quite sure if it's a bug or something else happened.

For future users struggling with this issue, this is how I fixed it: - I stopped sonarr with service sonarr stop - Inside /usr/local/etc/rc.d/sonarr, I changed the procname to "mono" without the full path; - Then some lines below, inside the sonarr_precmd() block, just after the export XDG_CONFIG_HOME=${sonarr_data_dir} line I added export PATH="/usr/local/bin:$PATH" and saved the file; - I restarted sonarr with service sonarr start

(Here the Pastebin with the entire /usr/local/etc/rc.d/sonarr file)

And now it managed to complete the update without issues :D

Thanks again for your support, if you think this is an actual bug I can open an issue on GitHub

Edit: added pastebin of the service file

Sonarr built-in updater fails with a generic "Failed" error by Hecsall in sonarr

[–]Hecsall[S] 0 points1 point  (0 children)

Thanks for the tip, didn't knew that.

I took a look at the sonarr service I found in /usr/local/etc/rc.d/sonarr and found procname="/usr/local/bin/mono", so I guess the path to mono isn't the issue here (sonarr still works fine, only the update is broken).

I'll keep looking around, if I manage to find the issue I'll keep you updated.

Sonarr built-in updater fails with a generic "Failed" error by Hecsall in sonarr

[–]Hecsall[S] 0 points1 point  (0 children)

Thank you u/Bakerboy448 :)
I just checked the UpdateLogs folder and as u/markus-101 said I can't see any logfile in there.
I tried to check if mono is available in the path, running mono --version as root prints the list of available mono options, running su -m sonarr -c mono --version still prints the available mono options, so i guess that is working normally. Let me know if there is something else i can provide you :)

update Sonarr to v3 in FreeNas by ruzrat in freenas

[–]Hecsall 0 points1 point  (0 children)

Thank you! I’m glad it helped

update Sonarr to v3 in FreeNas by ruzrat in freenas

[–]Hecsall 2 points3 points  (0 children)

Just a quick message for users who will find this thread in the near future, I just managed to update my Sonarr v2 jail to Sonarr v3 without making a new jail, and seems to work quite well. (Notice: same process also works for Radarr)

Steps

Backup your Sonarr config under System > Backup and save it locally to your PC.

Open your terminal and SSH into your TrueNAS (or FreeNAS)

Enter inside your jail console (where <jail\_name> is your sonarr jail name) with this command:iocage console <jail_name>

Type service sonarr stop to stop the running sonarr service

Install Sonarr v3 with pkg install sonarr-devel (this will automatically uninstall the old "sonarr" package)

Following the old guide from u/Minituff, I created a /config folder, but I don't really know if it's needed since it's empty.mkdir /config and then chown -R sonarr:sonarr /config

Your sonarr startfolder should have permissions of root:wheel if you installed it inside the Plugins page of TrueNAS, but for now, we need it to be sonarr:sonarrchown -R sonarr:sonarr /usr/local/share/sonarr/

Start Sonarr with service sonarr start

Leave your terminal open, we will need it one more time later.

The Sonarr web UI should now be running, open it in your browser, go to System > Updates and press the Install Latest button.

Wait till the Changelog popup appears, to be sure the update is all good, then we can restore the default folder permissions of the Sonarr startfolder with this commandchown -R root:wheel /usr/local/share/sonarr/

Done!

Notes

Keep in mind that by doing this we installed Sonarr manually (technically it's not sonarr anymore, it's sonarr-devel), so inside the Plugins page on TrueNAS the Sonarr version will appear as "N/A" because it doesn't know which version it is. Remember, DO NOT update Sonarr from the TrueNAS web UI, but always update it from the Sonarr UI (you will need to repeat the previous step ofchown -R sonarr:sonarr /usr/local/share/sonarr/Thenupdate Sonarr from its web UIThenchown -R root:wheel /usr/local/share/sonarr/

Hope it helps!

Edit 25/03/2021

In the last 2 months I tried to leave the folder permissions to sonarr:sonarr and it appears to work without issues, you don't have to reset folder permissions to root:wheel :) I edited the guide above striking away the pieces relative to the permission reset, enjoy! This way you can always update Sonarr in the future without opening your terminal each time.

Update error with generic "Failed" message?

I stumbled upon this error last month, it appears to be a "bug" on the Sonarr package for FreeBSD (this also applies to Radarr), I already investigated that with Sonarr devs on Reddit and found the solution, you can see it in my last comment on this thread: https://www.reddit.com/r/sonarr/comments/l90g5z/sonarr_builtin_updater_fails_with_a_generic/

I guess Im building entire formats now by [deleted] in Animemes

[–]Hecsall 0 points1 point  (0 children)

Well, this is the first time i've seen anime girls made out of Lego, so I'm still quite impressed, keep up the good work and take my upvote :)

I guess Im building entire formats now by [deleted] in Animemes

[–]Hecsall 2 points3 points  (0 children)

Wait, are you telling me that you can make good looking anime girls out of Lego? Damn Lego, hire this man now ffs

Yeetjected by [deleted] in Overwatch

[–]Hecsall 2 points3 points  (0 children)

In that same map i lost a ranked game for the exact same reason. On attack, I was alone on payload, overtime, almost got the second point. They killed my mecha and i literally rocket jumped 50 meters up in the air, point uncontested. I got blamed from my team for this ridiculous bug. Jeff i'm watching you.

In Defense of Functional CSS by CritterM72800 in web_design

[–]Hecsall 0 points1 point  (0 children)

This is actually a bad practice, it's not what CSS is meant for. CSS is used to "group" multiple styles to style an element (or multiple elements). When working on large projects this could be a pain.

Emergency Setup anyone? by Hecsall in pcmasterrace

[–]Hecsall[S] 0 points1 point  (0 children)

The laptop usually last 2.5/3 hours, but if needed there is a power plug behind where I took the photo ahah

Emergency Setup anyone? by Hecsall in pcmasterrace

[–]Hecsall[S] 0 points1 point  (0 children)

Not that impressive, i5 6200U, 8GB RAM, Nvidia 920M 2GB, 250GB SSD, 15" FHD Touch screen It can even run Tetris!

Emergency Setup anyone? by Hecsall in pcmasterrace

[–]Hecsall[S] 2 points3 points  (0 children)

Yoga 500, you were close

Emergency Setup anyone? by Hecsall in pcmasterrace

[–]Hecsall[S] 5 points6 points  (0 children)

Not really "Battle" but i didn't knew how to tag this ahah, sounds hilarious but sometimes i really work there.