Page 1 of 2
Installed deluge, created t-file, now deluge doesn't open!
Posted: Thu Dec 27, 2007 6:44 pm
by Sabatina
Just installed deluge successfully on ubuntu 7.04 feisty. I opened deluge, installed plugins, then I located the desired .torrent, downloaded, created a torrent-file. When I wanted to start downloading, deluge refused to open! What to do?
Re: Installed deluge, created t-file, now deluge doesn't open!
Posted: Thu Dec 27, 2007 7:01 pm
by markybob
Sabatina wrote:Just installed deluge successfully on ubuntu 7.04 feisty. I opened deluge, installed plugins, then I located the desired .torrent, downloaded, created a torrent-file. When I wanted to start downloading, deluge refused to open! What to do?
start it from command prompt and let us know if it gives an error. which version of deluge? from our site? feisty's repository is ancient.
Re: Installed deluge, created t-file, now deluge doesn't open!
Posted: Thu Dec 27, 2007 8:15 pm
by Sabatina
Downloaded deluge for feisty from your site.
This is what I got from the terminal:
gurkan@gurkan-desktop:~$ deluge
checking for ubuntu...
found and fixing ubuntu
checking for ubuntu...
found and fixing ubuntu
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin SpeedLimiter
Initialising plugin FlexRSS
Initialising plugin TorrentNotification
Initialising plugin DesiredRatio
Segmentation fault (core dumped)
gurkan@gurkan-desktop:~$
Re: Installed deluge, created t-file, now deluge doesn't open!
Posted: Thu Dec 27, 2007 8:19 pm
by Sabatina
My deluge download: the package for i386. And not the torrent file (as I don't have a functional .torrent client yet

)
Re: Installed deluge, created t-file, now deluge doesn't open!
Posted: Thu Dec 27, 2007 8:26 pm
by markybob
Sabatina wrote:My deluge download: the package for i386. And not the torrent file (as I don't have a functional .torrent client yet

)
what does deluge --version spit out?
what do you mean by 'installed plugins'? non-official ones already in the client? or do you mean enabling official plugins?
do you still get that if you `rm -rf ~/.config/deluge`?
Re: Installed deluge, created t-file, now deluge doesn't open!
Posted: Thu Dec 27, 2007 8:34 pm
by Sabatina
Got this:
gurkan@gurkan-desktop:~$ deluge --version
checking for ubuntu...
found and fixing ubuntu
checking for ubuntu...
found and fixing ubuntu
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Segmentation fault (core dumped)
gurkan@gurkan-desktop:~$ sudo apt-get rm -rf ~/.config/deluge
Password:
E: Kommandoradsflagga "r" [från -rf] är ej känd.
Maybe I didn't understand how to write the last command?
Re: Installed deluge, created t-file, now deluge doesn't open!
Posted: Thu Dec 27, 2007 8:38 pm
by Sabatina
I just meant enabled official plugins
Re: Installed deluge, created t-file, now deluge doesn't open!
Posted: Thu Dec 27, 2007 8:39 pm
by markybob
Sabatina wrote:Got this:
gurkan@gurkan-desktop:~$ deluge --version
checking for ubuntu...
found and fixing ubuntu
checking for ubuntu...
found and fixing ubuntu
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Segmentation fault (core dumped)
gurkan@gurkan-desktop:~$ sudo apt-get rm -rf ~/.config/deluge
Password:
E: Kommandoradsflagga "r" [från -rf] är ej känd.
Maybe I didn't understand how to write the last command?
no "sudo apt-get" before it...just `rm -rf ~/.config/deluge` straight in the command prompt
Re: Installed deluge, created t-file, now deluge doesn't open!
Posted: Thu Dec 27, 2007 8:43 pm
by Sabatina
I also installed Valgrind, but when I tried to use it, this happened:
gurkan@gurkan-desktop:~$ G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind -v --tool=memcheck --leak-check=full --num-callers=40 --log-file=valgrind.log deluge open
/usr/bin/python2.5: can't open file 'deluge': [Errno 2] No such file or directory
gurkan@gurkan-desktop:~$ G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind -v --tool=memcheck --leak-check=full --num-callers=40 --log-file=valgrind.log deluge start
/usr/bin/python2.5: can't open file 'deluge': [Errno 2] No such file or directory
Wrong command?
Re: Installed deluge, created t-file, now deluge doesn't open!
Posted: Thu Dec 27, 2007 8:46 pm
by Sabatina
Tried that first. Only got this:
root@gurkan-desktop:~# rm -rf ~/.config/deluge
root@gurkan-desktop:~#