Installed deluge, created t-file, now deluge doesn't open!
Installed deluge, created t-file, now deluge doesn't open!
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?
-
- 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!
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 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?
Re: Installed deluge, created t-file, now deluge doesn't open!
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:~$
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!
My deluge download: the package for i386. And not the torrent file (as I don't have a functional .torrent client yet
)

-
- 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!
what does deluge --version spit out?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 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!
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?
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!
I just meant enabled official plugins
-
- 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!
no "sudo apt-get" before it...just `rm -rf ~/.config/deluge` straight in the command promptSabatina 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?
Re: Installed deluge, created t-file, now deluge doesn't open!
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?
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!
Tried that first. Only got this:
root@gurkan-desktop:~# rm -rf ~/.config/deluge
root@gurkan-desktop:~#
root@gurkan-desktop:~# rm -rf ~/.config/deluge
root@gurkan-desktop:~#