Search found 33 matches

by Tvich
Thu Jun 15, 2017 10:34 am
Forum: Support
Topic: Torrents keep showing up as Error
Replies: 16
Views: 37040

Re: Torrents keep showing up as Error

Glad you got it working, don't forget to look into zfs snapshots for important (not multimedia data) and use docker for plex and deluge and sonar and nginx and etc.
Use the ssd for l2arc, if you don't need bhyve anymore.
glhf
by Tvich
Thu Jun 08, 2017 5:42 pm
Forum: Windows OS
Topic: Cannot Save to Mapped Drives - Tried Everything
Replies: 5
Views: 14137

Re: Cannot Save to Mapped Drives - Tried Everything

Make a link.

Code: Select all

mklink /D <Location on local disk> <UNC path to share>
Example:

Code: Select all

mklink /D C:\Downloads \\fileserver01\Deluge_share\c$
P.S. Why are you running deluge in a "service wrapper"? What do you gain?
by Tvich
Wed May 31, 2017 8:39 pm
Forum: Support
Topic: Torrents keep showing up as Error
Replies: 16
Views: 37040

Re: Torrents keep showing up as Error

Do:

Code: Select all

sudo add-apt-repository ppa:deluge-team/ppa

Code: Select all

apt update && apt upgrade
This should upgrade deluge from 1.3.12 to 1.3.15. Won't hurt and it's fast. Do it before anything else.
by Tvich
Wed May 31, 2017 8:52 am
Forum: Support
Topic: Torrents keep showing up as Error
Replies: 16
Views: 37040

Re: Torrents keep showing up as Error

Also check the time on both guests, different timezones maybe?
by Tvich
Wed May 31, 2017 6:49 am
Forum: Support
Topic: Torrents keep showing up as Error
Replies: 16
Views: 37040

Re: Torrents keep showing up as Error

Did you install deluge from ppa? What is the libtorrent version?
by Tvich
Tue May 30, 2017 9:30 pm
Forum: Support
Topic: Torrents keep showing up as Error
Replies: 16
Views: 37040

Re: Torrents keep showing up as Error

I don't have any experience running serious storage from inside the guest. You clearly do :) Good luck though. Freenas is kinda off the table for you, zfs has a soft prerequisite of bare metal access to disks (perhaps pci pass through might help?). If you must, try to look into write cache, it will ...
by Tvich
Tue May 30, 2017 9:10 am
Forum: Support
Topic: Torrents keep showing up as Error
Replies: 16
Views: 37040

Re: Torrents keep showing up as Error

You want to run deluged with "-L debug" flag. If you have deluge starting when the guest comes up, you are probably starting deluged with systemd, so edit the systemd file or stop the running daemon and run deluged -c /path/to/config -l /path/to/log_file.log -L debug You will probably see,...
by Tvich
Mon May 29, 2017 6:47 pm
Forum: Support
Topic: Torrents keep showing up as Error
Replies: 16
Views: 37040

Re: Torrents keep showing up as Error

Are you running a storage pool inside your virtual machine? Is your array built inside a vm?
by Tvich
Thu May 25, 2017 12:54 pm
Forum: Support
Topic: Console commands don't work when webUI is used
Replies: 4
Views: 3163

Re: Console commands don't work when webUI is used

Sorry for the delay. I can recreate your problem. Deluge console can not resume torrents that were paused in deluge-web or deluge-gtk. And, this one is even weirder, if i pause them in deluge-console, I can't resume them with deluge-web or deluge-gtkui. As soon as I start using ID's, like you said, ...
by Tvich
Tue May 23, 2017 9:51 am
Forum: Support
Topic: Console commands don't work when webUI is used
Replies: 4
Views: 3163

Re: Console commands don't work when webUI is used

Hi, I can't test right now, I'l try in the evening.

In the meantime, is it important to you, that the torrents are paused?
If you just need bandwidth control, use the scheduler plugin.
Why is it important to you, that sickrage adds the torrents in a paused stat (i'm just curious)?