Opened 14 years ago

Closed 14 years ago

#1071 closed bug (Fixed)

Deluge won't start - crashes

Reported by: meridius Owned by: andar
Priority: blocker Milestone:
Component: Unknown Version: 1.2.0_rc3
Keywords: crash start Cc:

Description

Hi!

I get kick-out from bugs.launchpad.net because I use the latest deluge package 1.2.0_rc3 which is not in official Ubuntu archives. So here I am, complaining. ;D

The problem is:
When I try to start deluge, it write this to CLI:

Traceback (most recent call last):
 File "/usr/bin/deluge", line 8, in <module>
   load_entry_point('deluge==1.2.0-rc3', 'console_scripts', 'deluge')()
 File "/usr/lib/pymodules/python2.6/deluge/main.py", line 121, in start_ui
   UI(options, args, options.args)
 File "/usr/lib/pymodules/python2.6/deluge/ui/ui.py", line 128, in __init__
   ui = GtkUI(args)
 File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/gtkui.py", line 193, in __init__
   self.ipcinterface = IPCInterface(args)
 File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/ipcinterface.py", line 110, in __init__
   reactor.listenUNIX(socket, self.factory, wantPID=True)
 File "/usr/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 315, in listenUNIX
   p.startListening()
 File "/usr/lib/python2.6/dist-packages/twisted/internet/unix.py", line 71, in startListening
   if not self.lockFile.lock():
 File "/usr/lib/python2.6/dist-packages/twisted/python/lockfile.py", line 147, in lock
   kill(int(pid), 0)
OSError: [Errno 1] Operation not permitted

My system info:
Ubuntu 9.10
deluge 1.2.0~rc3-2~karmic~ppa1
from PPA: http://ppa.launchpad.net/deluge-team/ppa/ubuntu[[BR]]

Thanks for quick repair!

Change History (3)

comment:1 Changed 14 years ago by andar

Can you do a ls on that file?

ls -l ~/.config/deluge/ipc/deluge-gtk

Are you just running this on your local system? Do you have another deluge process running?

comment:2 Changed 14 years ago by meridius

This is strange.
When I turn my PC on today. Deluge starts to icon in display area (like it normaly do), but for about 10 seconds consumes about 50% of CPU load and was doing some HDD reading (saw on graph) even if I have no torrent in the queue.
Now everything seems working as it should.

As for
ls -l ~/.config/deluge/ipc/deluge-gtk
I get
srw-rw-rw- 1 meridius meridius 0 2009-11-10 13:13 /home/meridius/.config/deluge/ipc/deluge-gtk

Q: Are you just running this on your local system?
A: yes
Q: Do you have another deluge process running?
A: no, always just one, AFAIK

comment:3 Changed 14 years ago by andar

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in rc4

Note: See TracTickets for help on using tickets.