whats up guys?
i set up a little server primarily for dealing with torrents. right now im using wine to run utorrent. and although ive head utorrent is still a little better i would rather support an open source project built for linux. so i think im going to give deluge a try. but i have a few questions first.
could i run it through ssh with X and have it keep running when im not logged in through say "screen" or something? reason i ask is because i tried this with utorrent and the program shutdown when i closed the terminal with or without screen handling it.
i guess i could just use webui instead but im not sure i want too.
does deluge automatically collect torrents from a folder? i also have that set up with samba so i can just drag the torrent over to the server.
i guess thats all for now unless i remember something else. thanks and keep up the good work.
deluge via ssh
Re: deluge via ssh
not sure, try it.uknowho008 wrote:could i run it through ssh with X and have it keep running when im not logged in through say "screen" or something? reason i ask is because i tried this with utorrent and the program shutdown when i closed the terminal with or without screen handling it.
i guess i could just use webui instead but im not sure i want too.
deluge 0.5.8 needs X to run however 0.6 (which is still in the works) doesn't.
yes. Preferences -> Autoload all torrent files in: ...uknowho008 wrote:does deluge automatically collect torrents from a folder? i also have that set up with samba so i can just drag the torrent over to the server.
-
- Member
- Posts: 16
- Joined: Sat Jan 19, 2008 3:53 am
Re: deluge via ssh
cool, ill give it a try when i get a shot. thanks for the reply.
-
- Member
- Posts: 16
- Joined: Sat Jan 19, 2008 3:53 am
Re: deluge via ssh
i havent had a chance to install deluge yet. but im wondering if i set the folders the same as utorrent will it resume my current torrents? i have a lot going right now. also is there a set date for v6?
-
- Compulsive Poster
- Posts: 1230
- Joined: Thu May 24, 2007 11:27 pm
- Location: Chicago, IL, USA
- Contact:
Re: deluge via ssh
it'll resume. there's no dateuknowho008 wrote:i havent had a chance to install deluge yet. but im wondering if i set the folders the same as utorrent will it resume my current torrents? i have a lot going right now. also is there a set date for v6?
-
- Member
- Posts: 16
- Joined: Sat Jan 19, 2008 3:53 am
Re: deluge via ssh
i dont see an auto load option in preferences 

-
- Member
- Posts: 16
- Joined: Sat Jan 19, 2008 3:53 am
Re: deluge via ssh
it worked at first. but when i loaded all the torrents it started them over instead of resuming them. i set the download folder and complete folder to the folder i had set up for utorrent. since it was starting over i closed the program and now when i try to start deluge i get this error
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Capping download to -1 bytes per second
Capping upload to -1 bytes per second
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin DesiredRatio
Initialising plugin TorrentPieces
Initialising plugin ExtraStats
Initialising plugin Locations
Initialising plugin TorrentFiles
Initialising plugin NetworkHealth
Initialising plugin SpeedLimiter
Initialising plugin SimpleRSS
Initialising plugin TorrentPeers
Initialising plugin TorrentCreator
Initialising plugin BlocklistImport
Initialising plugin TorrentSearch
Initialising plugin NetworkGraph
Initialising plugin TorrentNotification
Initialising plugin EventLogging
Applying preferences
Starting DHT...
Capping download to -1 bytes per second
Capping upload to -1 bytes per second
terminate called after throwing an instance of 'std::out_of_range'
what(): vector::_M_range_check
Aborted
-
- Member
- Posts: 16
- Joined: Sat Jan 19, 2008 3:53 am
Re: deluge via ssh
ok, i fixed the statup error by deleting the persistent.state file
but how do i add my torrents without starting all the them from the beginning?
and i still dont see the auto load option
but how do i add my torrents without starting all the them from the beginning?
and i still dont see the auto load option
-
- Member
- Posts: 16
- Joined: Sat Jan 19, 2008 3:53 am
Re: deluge via ssh
eek, i have .5.4.1 why doesnt ubuntu have the newest version?
-
- Member
- Posts: 16
- Joined: Sat Jan 19, 2008 3:53 am
Re: deluge via ssh
ughh.... ok, i tried to install the deb file and i get this when i try to run deluge
checking for ubuntu...
found and fixing ubuntu
uknowho008@t-server:~$ checking for ubuntu...
process 6001: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory
See the manual page for dbus-uuidgen to correct this issue.
Traceback (most recent call last):
File "/usr/bin/deluge", line 135, in <module>
subprocess.Popen(["dbus-launch", "deluge"] + sys.argv[1:])
File "/usr/lib/python2.5/subprocess.py", line 593, in __init__
errread, errwrite)
File "/usr/lib/python2.5/subprocess.py", line 1135, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory