Installed deluge, created t-file, now deluge doesn't open!

General support for problems installing or using Deluge
Sabatina
New User
New User
Posts: 8
Joined: Thu Dec 27, 2007 6:32 pm

Installed deluge, created t-file, now deluge doesn't open!

Post 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?
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Installed deluge, created t-file, now deluge doesn't open!

Post 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.
Sabatina
New User
New User
Posts: 8
Joined: Thu Dec 27, 2007 6:32 pm

Re: Installed deluge, created t-file, now deluge doesn't open!

Post 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:~$
Sabatina
New User
New User
Posts: 8
Joined: Thu Dec 27, 2007 6:32 pm

Re: Installed deluge, created t-file, now deluge doesn't open!

Post by Sabatina »

My deluge download: the package for i386. And not the torrent file (as I don't have a functional .torrent client yet ;) )
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Installed deluge, created t-file, now deluge doesn't open!

Post 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`?
Sabatina
New User
New User
Posts: 8
Joined: Thu Dec 27, 2007 6:32 pm

Re: Installed deluge, created t-file, now deluge doesn't open!

Post 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?
Sabatina
New User
New User
Posts: 8
Joined: Thu Dec 27, 2007 6:32 pm

Re: Installed deluge, created t-file, now deluge doesn't open!

Post by Sabatina »

I just meant enabled official plugins
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Installed deluge, created t-file, now deluge doesn't open!

Post 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
Sabatina
New User
New User
Posts: 8
Joined: Thu Dec 27, 2007 6:32 pm

Re: Installed deluge, created t-file, now deluge doesn't open!

Post 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?
Sabatina
New User
New User
Posts: 8
Joined: Thu Dec 27, 2007 6:32 pm

Re: Installed deluge, created t-file, now deluge doesn't open!

Post by Sabatina »

Tried that first. Only got this:

root@gurkan-desktop:~# rm -rf ~/.config/deluge
root@gurkan-desktop:~#
Post Reply