[CCing to bts]

On Thu, 12 Nov 2009 23:46:38 +0300
George Shuklin <ama...@desunote.ru> wrote:

> В Чтв, 12/11/2009 в 12:53 +0100, Cristian Greco пишет:
> > tags + upstream moreinfo
> > thanks
> > 
> > On Thu, 12 Nov 2009 07:12:30 +0300
> > amarao <ama...@desunote.ru> wrote:
> > 
> > > After starting deluge displays following in terminal and exits:
> > 
> > Hi,
> > 
> > AFAIK upstream is aware about this behavior (LP: #479487), but this is
> > still unfixed.
> > 
> > Does it happen _every_ time you start deluge?
> > 
> > Did you upgrade from 1.1.9 or is it a 'fresh' install?
> > 
> > Could you please running the following:
> > 
> > $ deluge -L debug
> 
> I happens after last deluge upgrade, but I tried to do apt-get remove
> --purge deluge and aptitude -t sid install deluge (but do not touch a
> ~/.config/deluge).
> 
> Here dump (deluge -L debug):
> 
> [INFO    ] 23:43:17 main:114 Deluge ui 1.2.0-rc3
> [DEBUG   ] 23:43:17 main:115 options: {'loglevel': 'debug',
> 'default_ui': None, 'args': None, 'quiet': False, 'ui': None, 'logfile':
> None, 'config': None}
> [DEBUG   ] 23:43:17 main:116 args: []
> [DEBUG   ] 23:43:17 main:117 ui_args: []
> [INFO    ] 23:43:17 main:120 Starting ui..
> [DEBUG   ] 23:43:17 ui:109 UI init..
> [DEBUG   ] 23:43:17 configmanager:111 Getting config 'ui.conf'
> [DEBUG   ] 23:43:17 config:374
> Config /home/amarao/.config/deluge/ui.conf version: 1.1 loaded:
> {'default_ui': 'gtk'}
> [WARNING ] 23:43:17 config:402 Unable to open config
> file: /home/amarao/.config/deluge/ui.conf
> [DEBUG   ] 23:43:17 config:408 Saving new config
> file /home/amarao/.config/deluge/ui.conf.new
> [DEBUG   ] 23:43:17 config:421 Backing up old config file
> to /home/amarao/.config/deluge/ui.conf~
> [DEBUG   ] 23:43:17 config:429 Moving new config
> file /home/amarao/.config/deluge/ui.conf.new
> to /home/amarao/.config/deluge/ui.conf..
> [INFO    ] 23:43:17 ui:126 Starting GtkUI..
> [DEBUG   ] 23:43:18 gtkui:168 GNOME session 'die' handler registered!
> [DEBUG   ] 23:43:18 configmanager:111 Getting config 'gtkui.conf'
> [DEBUG   ] 23:43:18 config:374
> Config /home/amarao/.config/deluge/gtkui.conf version: 1.1 loaded:
> {'close_to_tray': True, 'ntf_sound_path': '/home/amarao',
> 'window_width': 749, 'default_load_path': None, 'window_y_pos': 0,
> 'ntf_email': False, 'tray_upload_speed_list': [5.0, 10.0, 30.0, 80.0,
> 300.0], 'show_statusbar': True, 'ntf_popup': False, 'ntf_pass': '',
> 'tray_download_speed_list': [5.0, 10.0, 30.0, 80.0, 300.0],
> 'window_maximized': True, 'enable_system_tray': True, 'show_sidebar':
> True, 'show_connection_manager_on_start': True, 'lock_tray': False,
> 'ntf_sound': False, 'tray_password': '', 'focus_add_dialog': True,
> 'ntf_server': '', 'start_in_tray': False, 'ntf_tray_blink': False,
> 'check_new_releases': False, 'autoadd_queued': False,
> 'autoconnect_host_id': None, 'classic_mode': False,
> 'window_pane_position': 643, 'enabled_plugins': [],
> 'show_rate_in_title': False, 'autoadd_enable': False, 'ntf_username':
> '', 'interactive_add': True, 'sidebar_show_zero': False, 'window_x_pos':
> 0, 'window_height': 480, 'ntf_security': None, 'connection_limit_list':
> [50, 100, 200, 300, 500], 'sidebar_position': 170, 'show_new_releases':
> False, 'autoconnect': False, 'choose_directory_dialog_path':
> '/home/amarao', 'sidebar_show_trackers': True, 'autostart_localhost':
> False, 'show_toolbar': True, 'autoadd_location': '', 'ntf_email_add':
> '', 'signal_port': 40000}
> [DEBUG   ] 23:43:18 component:99 Registered QueuedTorrents with
> ComponentRegistry..
> [DEBUG   ] 23:43:18 configmanager:111 Getting config 'gtkui.conf'
> [DEBUG   ] 23:43:18 component:99 Registered IPCInterface with
> ComponentRegistry..
> 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.5/deluge/main.py", line 121, in
> start_ui
>     UI(options, args, options.args)
>   File "/usr/lib/pymodules/python2.5/deluge/ui/ui.py", line 128, in
> __init__
>     ui = GtkUI(args)
>   File "/usr/lib/pymodules/python2.5/deluge/ui/gtkui/gtkui.py", line
> 193, in __init__
>     self.ipcinterface = IPCInterface(args)
>   File "/usr/lib/pymodules/python2.5/deluge/ui/gtkui/ipcinterface.py",
> line 110, in __init__
>     reactor.listenUNIX(socket, self.factory, wantPID=True)
>   File "/usr/lib/python2.5/site-packages/twisted/internet/posixbase.py",
> line 315, in listenUNIX
>     p.startListening()
>   File "/usr/lib/python2.5/site-packages/twisted/internet/unix.py", line
> 71, in startListening
>     if not self.lockFile.lock():
>   File "/usr/lib/python2.5/site-packages/twisted/python/lockfile.py",
> line 147, in lock
>     kill(int(pid), 0)
> OSError: [Errno 1] Operation not permitted
> 
> 
> ....
> 
> Well, I deside to try move ~/.cofig/deluge to safe place... And it's
> start!
> 
> So, it not bug 'does not start', but a bug 'trapping with some user
> settings'.
> 
> If you wish, I can send ~/.config/deluge (old ones) data...

Attachment: signature.asc
Description: PGP signature

Reply via email to