Search found 11 matches

by ernobe
Wed Oct 23, 2013 5:56 pm
Forum: Support
Topic: Building libtorrent and 1.3.6 on Debian sid
Replies: 4
Views: 4042

Re: Building libtorrent and 1.3.6 on Debian sid

how stable is deluge in debian? I am thinking of moving over to debian as well. Not very. The latest version of Deluge, 1.3.6 is available under 'experimental'. 'Unstable' has 1.3.3. I don't understand the reasoning that well but assume it has to do with the packagers intent to keep the daemon as a...
by ernobe
Sun Oct 20, 2013 6:42 pm
Forum: Plugins
Topic: [Plugin] Total Traffic
Replies: 57
Views: 193602

Re: [Plugin] Total Traffic

Just wondeering, as a wishlist bug, would it be possible for it to keep traffic record per torrent?
by ernobe
Sat Oct 05, 2013 4:43 pm
Forum: Support
Topic: Deluge daemon stopping frequently
Replies: 34
Views: 36482

Re: Deluge daemon stopping frequently

You are supposed to be able to start, stop or restart it from the command line, like this: $ /etc/init.d/deluge-daemon start or $ /etc/init.d/deluge-daemon restart or $ /etc/init.d/deluge-daemon stop If it says you don't have permission then change the user of the file: # chown fernandog:fernandog /...
by ernobe
Sat Oct 05, 2013 3:46 pm
Forum: Support
Topic: Deluge daemon stopping frequently
Replies: 34
Views: 36482

Re: Deluge daemon stopping frequently

I can start in boot as other user. Cant I? I'm not familiar with how Ubuntu is set-up, but if you can get it to log in automatically to one of the tty consoles, then you can have the following line in your ~/.bashrc file: if [ -z "$DISPLAY" ] && [ $(tty) == /dev/tty1 ]; then delug...
by ernobe
Sat Oct 05, 2013 2:19 pm
Forum: Support
Topic: Deluge daemon stopping frequently
Replies: 34
Views: 36482

Re: Deluge daemon stopping frequently

If I were either of you I would not be running deluged as root ( in the boot process ). fernandog, the process started by root is different from the one started when you hit "start daemon" in webui, because root is a different user than you. Try having it do everything you need it to witho...
by ernobe
Wed Oct 02, 2013 4:38 pm
Forum: Support
Topic: Building libtorrent and 1.3.6 on Debian sid
Replies: 4
Views: 4042

Building libtorrent and 1.3.6 on Debian sid

You will need the libboost packages, particularly libboost-filesystem1.54-dev libboost-system1.54-dev libboost-thread1.54-dev libboost-iostreams1.54-dev libboost-exception1.54-dev libboost-context1.54-dev libboost-regex1.54-dev libboost-locale1.54-dev and others. Just go thru the list and pick those...
by ernobe
Fri Sep 27, 2013 2:07 pm
Forum: Support
Topic: Why does Deluge ignore settings in core.conf?
Replies: 5
Views: 6116

Re: Why does Deluge ignore settings in core.conf?

Are you sure Deluge is reading the core.conf file that you are modifying? There are default configuration files in your ~/.config/deluge directory. Do you have more than one Deluge on your system? If so they could have your configuration files mixed up. If you are still experiencing problems, we wou...
by ernobe
Wed Sep 25, 2013 10:30 pm
Forum: Support
Topic: Update deluge on Debian
Replies: 9
Views: 12589

Re: Update deluge on Debian

I've looked at the code of the error mentioned previously and noticed it had something to do with the display of the progress column. So next time I ran deluge -u gtk I found that if I leave the progress column visible, next time the program is run there is no longer an error message. On the other h...
by ernobe
Wed Sep 25, 2013 6:05 pm
Forum: Support
Topic: Update deluge on Debian
Replies: 9
Views: 12589

Re: Update deluge on Debian

Installing from source will install in a different location from deb package unless you use "--install-layout=deb" as specified here: http://dev.deluge-torrent.org/wiki/Installing/Source#BuildingandInstalling Just to have it all setup like a regular Debian package, I re-installed with tha...
by ernobe
Wed Sep 25, 2013 4:20 pm
Forum: Support
Topic: Update deluge on Debian
Replies: 9
Views: 12589

Re: Update deluge on Debian

Well I just compiled 1.3.6 on Debian sid, and here's a bug report: Running deluge-console on the command line returns: -bash: /usr/bin/deluge-console no such file or directory Then running: which deluge-console returns: /usr/local/bin/deluge-console Must be deluge-console not setup to look into /usr...