View Full Version : [ubuntu] [SOLVED] Deluge won't start
barney385
July 20th, 2008, 11:26 PM
I was using Deluge this morning to download, and I was tweaking it to make it download faster. Nothing was working, and I did a firewall command or two to open up some ports.
Probably a mistake.
Anyway, the command I used was: sudo ufw allow port; and sudo default allow
Now the GUI for Deluge won't even start.
Any ideas would be appreciated, though I think I screwed up my firewall settings or something. And tinkering isn't helping any.
Thanks
Joeb454
July 20th, 2008, 11:30 PM
Run deluge from a terminal, and see if it gives any errors :)
barney385
July 20th, 2008, 11:33 PM
Well, I have this one. Thanks for the quick reply BTW...
Starting DHT...
No DHT file to resume
terminate called after throwing an instance of 'asio::system_error'
what(): Address already in use
Aborted
barney385
July 20th, 2008, 11:35 PM
I tried doing a reinstall also. I know I borked something. Maybe I should do a complete removal and installation?
barney385
July 21st, 2008, 12:05 AM
asio::system_error
Does that mean a port is busy?
I'm not a system admin!!
:smile:
This is what I get for tinkering I guess...
I googled the error and came up with nothing.
ETA: I went ahead and did a complete removal of firestarter and deluge.
I'm downloading Azereus right now.
I'm hoping it will use different ports than Deluge. I couldn't figure out what might be using the port Deluge wanted to use.
barney385
July 21st, 2008, 04:28 AM
I'm getting this error now...
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
save uploaded memory
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin TorrentNotification
Initialising plugin FlexRSS
Initialising plugin DesiredRatio
Initialising plugin TorrentCreator
Initialising plugin Scheduler
Initialising plugin NetworkHealth
Initialising plugin Search
Initialising plugin TorrentPeers
Initialising plugin EventLogging
Initialising plugin MoveTorrent
Initialising plugin WebUi
Initialising plugin NetworkGraph
Initialising plugin BlocklistImport
Initialising plugin WebSeed
Initialising plugin TorrentFiles
Initialising plugin SpeedLimiter
Applying preferences
Starting DHT...
No DHT file to resume
terminate called after throwing an instance of 'asio::system_error'
what(): Address already in use
Aborted
suprfish
July 21st, 2008, 04:35 AM
https://bugs.launchpad.net/ubuntu/+source/deluge-torrent/+bug/172603
Did Deluge ever work for you?
barney385
July 21st, 2008, 04:40 AM
https://bugs.launchpad.net/ubuntu/+source/deluge-torrent/+bug/172603
Did Deluge ever work for you?
Yes, until I messed with the firewall today. Is there a command that resets ufw to it's default state?
I know it's something I shouldn't have done.
suprfish
July 21st, 2008, 04:56 AM
Try just disabling ufw (sudo ufw disable) or watch for anything interesting in the ufw log messages ("sudo iptables -L -n | grep LOG" after running deluge). You could also try reinstalling ufw (sudo apt-get reinstall ufw).
barney385
July 21st, 2008, 05:09 AM
Try just disabling ufw (sudo ufw disable) or watch for anything interesting in the ufw log messages ("sudo iptables -L -n | grep LOG" after running deluge). You could also try reinstalling ufw (sudo apt-get reinstall ufw).
sudo apt-get wouldn't work for me, so I did:
sudo aptitude reinstall ufw
That worked for me...
Thanks suprfish!!
:smile:
I'll mark this thread solved
:guitar:
Powered by vBulletin® Version 4.2.2 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.