Python-mako 0.5.0-2 kills deluge-web

After upgrading to python-mako 0.5.0-2 deluge-web stops working. Down grading to python-mako 0.5.0-1 and deluge-web works fine again.
Have had this problem for over a month now. I always have to deselect python-mako 0.5.0-2 when I do an upgrade.
Anyone else having the same problem?
Last edited by niclasc (2012-02-20 13:48:08)

Accually its deluge-web thats not working. Changed the topic
When starting deluge-web I get the following error:
sudo deluge-web start
Traceback (most recent call last):
  File "/usr/bin/deluge-web", line 9, in <module>
    load_entry_point('deluge==1.3.3', 'console_scripts', 'deluge-web')()
  File "/usr/lib/python2.7/site-packages/deluge/ui/web/web.py", line 138, in start
    web.start()
  File "/usr/lib/python2.7/site-packages/deluge/ui/web/web.py", line 107, in start
    import server
  File "/usr/lib/python2.7/site-packages/deluge/ui/web/server.py", line 59, in <module>
    from deluge.ui.web.auth import Auth
  File "/usr/lib/python2.7/site-packages/deluge/ui/web/auth.py", line 61, in <module>
    from deluge.ui.web.json_api import JSONComponent, export
  File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line 59, in <module>
    from deluge.ui.web.common import _, compress
  File "/usr/lib/python2.7/site-packages/deluge/ui/web/common.py", line 38, in <module>
    from mako.template import Template as MakoTemplate
ImportError: No module named mako.template
Last edited by niclasc (2012-02-20 13:50:22)

Similar Messages

  • [SOLVED] Deluge-web error, can't run daemon, seems python issue?

    Just recently I noticed my deluge-web wasn't running, so I just tried starting the daemon and get this:
    > sudo /etc/rc.d/deluge-web start
    Password:
    :: Starting Deluge WebUI [DONE]
    > Traceback (most recent call last):
    File "/usr/bin/deluge-web", line 9, in <module>
    load_entry_point('deluge==1.3.3', 'console_scripts', 'deluge-web')()
    File "/usr/lib/python2.7/site-packages/deluge/ui/web/web.py", line 138, in start
    web.start()
    File "/usr/lib/python2.7/site-packages/deluge/ui/web/web.py", line 107, in start
    import server
    File "/usr/lib/python2.7/site-packages/deluge/ui/web/server.py", line 59, in <module>
    from deluge.ui.web.auth import Auth
    File "/usr/lib/python2.7/site-packages/deluge/ui/web/auth.py", line 61, in <module>
    from deluge.ui.web.json_api import JSONComponent, export
    File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line 59, in <module>
    from deluge.ui.web.common import _, compress
    File "/usr/lib/python2.7/site-packages/deluge/ui/web/common.py", line 38, in <module>
    from mako.template import Template as MakoTemplate
    ImportError: No module named mako.template
    Deluge otherwise runs fine, including deluge-console and deluge-gtk. Appreciate any help
    Last edited by colbert (2012-02-10 03:46:02)

    So, I don't use deluge, but I see your error comes from a missing mako template, and I notice python2-mako is only an optional dependency.
    I suggest seeing whether it works after you run:
    pacman -Qq python2-mako || sudo pacman -S python2-mako

  • Python-mako package and python3

    Hi everyone,
    Mako 5 is compatible with both python 2 and python 3 but currently there is only one package, python-mako, which installs Mako for python2 only.
    Shouldn't there be two packages, python2-mako and python-mako ?
    Thanks,
    Nathan

    Done : https://bugs.archlinux.org/task/26755 : FS#26755 - Current python-mako package should be split into python2-mako and python-mako
    Thanks you.
    Nathan

  • Problem with deluged-web after update

    Just did a update of my server and after that deluged is not working.
    I get lots of Python error at loginscreen and it ends with
    "importerror no module named mako.template"
    Any help with this?
    Last edited by niclasc (2012-01-02 22:17:37)

    When I try to start deluged-web I get this:
    $ sudo deluge-web start
    Traceback (most recent call last):
      File "/usr/bin/deluge-web", line 9, in <module>
        load_entry_point('deluge==1.3.3', 'console_scripts', 'deluge-web')()
      File "/usr/lib/python2.7/site-packages/deluge/ui/web/web.py", line 138, in start
        web.start()
      File "/usr/lib/python2.7/site-packages/deluge/ui/web/web.py", line 107, in start
        import server
      File "/usr/lib/python2.7/site-packages/deluge/ui/web/server.py", line 59, in <module>
        from deluge.ui.web.auth import Auth
      File "/usr/lib/python2.7/site-packages/deluge/ui/web/auth.py", line 61, in <module>
        from deluge.ui.web.json_api import JSONComponent, export
      File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line 59, in <module>
        from deluge.ui.web.common import _, compress
      File "/usr/lib/python2.7/site-packages/deluge/ui/web/common.py", line 38, in <module>
        from mako.template import Template as MakoTemplate
    ImportError: No module named mako.template

  • IEnterpriseSession.logoff does not kill the web session

    Hi,
    i can reproduce the following problem in my application also with the
    BusinessObjects Enterprise Java SDK Sample JSP Application.
    - start the application
    - select Schedule And View Web Intelligence Documents
    - Login with user A
    - View a Webi Report
    - Logoff
    - select Schedule And View Web Intelligence Documents
    - Login with user B
    - View the same Webi Report
    The second call of the Webi Report with openDocument.jsp will takeover the
    web session of the first call
    and create the report with user A.
    Only closing the whole Internet Explorer helps.
    So my assumption is that IEnterpriseSession.logoff kills only the enterprise
    session and not the web session.
    Any help?
    regards
    Gordon

    Hi, Gordon,
    You are correct in that IEnterpriseSession.logoff kills only the enterprise session and not the web session.
    When using openDocument.jsp, the only thing in the URL that changes between calls are the parameters (everything after openDocument.jsp).  Because of this, the browser sees it as a cache hit and re-uses the credentials it already has.  The only way to get it to use different credentials is to exit the browser and reload it.  Opening new windows from the current browser isn't good enough.
    There's an SAP Knowledge Base Article about this:
    [1384047 - OpenDoc Is Not Using the Correct Logon Token|https://service.sap.com/sap/support/notes/1384047]
    It's a little involved, but basically it says that this is expected behavior and that the only way around it is to change your code to use the Enterprise SDK instead of openDocument and to manage the logon tokens yourself.
    Hope this helps.
    Bryan

  • Killing "Safari Web Content"

    Hi,
    I recently upgraded to Safari 6.0.
    In the previous version of Safari (whatever the latest 5.x was), when the process "Safari Web Content" got too large (memory-wise) I could force-kill it using Activity Monitor.  The behavior when that happened was that most (if not all) of the Safari Web Content memory would be freed, and all of the open tabs on Safari would be reloaded.  This was very good behavior, IMO, because it allowed me to retrieve some memory without losing any content (other that now being unable to go back.)
    In Safari 6.0, when Safari Web Content is killed, the entire Safari process is killed, and you have to start from scratch.
    Was this an accidental feature (aka a bug) in Safari 5.x, or was this change intentional?  Is there any way to free up memory in Safari 6.0 without killing the whole thing?  Safari 6.0 seems to continue the trend of Safari being a real memory hog  (apparently much worse than Google Chrome), and the behavior of 5.x was very useful in that regard.
    Thanks,
    Geoff

    Clear the history...
    From the Safari menu bar click Safari > Reset Safari
    Select Clear History
    Deselect the other boxes then click Reset.
    Quit then relaunch Safari to test.

  • Anyone know of any killer countdown web widgets?

    New to iweb, just now figuring out the use of web widgets and they sure seem cool but a bit hard to navigate as to what is what out there.
    I'd like to know if anyone an point me to their favorites, in particular I am looking for a countdown widget, where the days and weeks toward a special event are counted down.
    Thanks!
    j

    Most of canned countdown javascript widgets are based on well know date, they are well and good... but they are not good unless your birthday is on New Year day, July 4 or Xmas
    Unless you have some javascript knowledge, then you can do quite a few things:
    http://hdl.50webs.com/Widget2/Widget2.html
    All javascript is available on my site... once again, javascript knowledge is helpful.

  • Save as template kill the web part connection

    Hi,
    I have a Sharepoint web site and I would like to save it as a template in order to create several site with the same structure and the same web pages.
    On some of my web part pages I have some webpart connected to each other (mostly BDC List web part and BDC related list web part). When I save the site as a template and create a new site based on this template most of the connection are not present in the
    new site. Does anyone know what is the problem and how to solve it? I really need this to work as the site template will contains tens of pages with those connection and we will have to create tens of site with that template so manually recreating the connection
    is not possible.
    Thank you for your help.

    No web part connections are managed by sharepoint and are stored on the page on which the connected web part are as I know.
    Any way I managed to find a solution. I deleted all the web part connections (Open sharepoint designer and deleted all the SPWebPartConnection tags.) and then I recreated all the connections within the browser.  I don't know why but now it works.
    The mysteries of SharePoint are endless.

  • WRT160Nv3 - Clicking "wireless client list" button kills WRT160Nv3 web interface.

    Clicking the "Wireless Client List" button on the "Wireless MAC Filter" page causes a new Internet Explorer instance pop-up containing the the error: "Internet Exploer cannot display the webpage".
    After the error appears, I can no longer access the WRT160Nv3 via it's web page interface. I just keep getting the above error message. But I can bring up a command prompt and sucessfully PING the WRT160Nv3. I just can't get back to the WRT160Nv3 router's web interface.
    If I wait about 24 hours (or so) the WRT160Nv3 web interface is accessable again.
    Why is this happening, how do I correct it and how do I get a list of all the wireless devices connected to my WRT16Nv3 router?
    Thank you.

    Okay, I'll assume the solution of resetting (and then recofiguring) the WRT160Nv3 router gets the router's web interface working again.
    But how do I see which of my client devices are actually connected to the WRT160Nv3?
    Clicking the "wireless client list" button appears to causes a problem for the router's web interface and then requires resetting and reconfiguring the router.
    It seems like I still don't have a solution that shows me which devices are connected to the router. And I have to reset and reconfigure the router if I attempt to invistigate which devices are connected to the router.
    Any additional insight would be appreciated.
    Thank you;

  • Deluge won't run after update

    I get the following error when attempting to run deluge after updating:
    Traceback (most recent call last):
    File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 275, in _on_reactor_start
    client.start_classic_mode()
    File "/usr/lib/python2.6/site-packages/deluge/ui/client.py", line 531, in start_classic_mode
    self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
    File "/usr/lib/python2.6/site-packages/deluge/ui/client.py", line 408, in __init__
    self.__daemon = deluge.core.daemon.Daemon(classic=True)
    File "/usr/lib/python2.6/site-packages/deluge/core/daemon.py", line 136, in __init__
    from deluge.core.core import Core
    File "/usr/lib/python2.6/site-packages/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
    File "/usr/lib/python2.6/site-packages/deluge/_libtorrent.py", line 59, in <module>
    import libtorrent as lt
    ImportError: libboost_system-mt.so.1.39.0: cannot open shared object file: No such file or directory
    Following another forum post, I have made sure all dependencies for the GUI are installed & reinstalled them (python-notify python-chardet pygtk librsvg python-mako).  I have also tried deleting ~/.config/deluge to start over with a new config but no luck.
    I can see the problem with libboost_system-mt.so.1.39.0 not being found as it's version 1.41 that's installed not 1.39 but I cannot see how to fix it.  Any help would be appreciated.  Thanks.
    Last edited by cdspaco (2010-01-18 05:40:06)

    Same issue here
    Getting the following error:
    Traceback (most recent call last):
      File "/usr/bin/deluge", line 8, in <module>
        load_entry_point('deluge==1.2.0', 'console_scripts', 'deluge')()
      File "/usr/lib/python2.6/site-packages/deluge/main.py", line 121, in start_ui
        UI(options, args, options.args)
      File "/usr/lib/python2.6/site-packages/deluge/ui/ui.py", line 128, in __init__
        ui = GtkUI(args)
      File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 200, in __init__
        self.queuedtorrents = QueuedTorrents()
      File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/queuedtorrents.py", line 63, in __init__
        self.dialog.set_icon(common.get_logo(32))
      File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/common.py", line 58, in get_logo
        size, size)
    glib.GError: Unrecognized image file format
    All latest packages installed!

  • Deluge !

    So after an update the other day, deluge now causes my cpu usage to creep to ~67%.  While it seems that a system should still be functional at 67% usage, it definitely is not.  it causes everything to become unresponsive, and the only thing that **does** respond is deluge, and only if i right click on the tray icon.  Oh, and this only happens when the gui is open.  If deluge is minimized to the tray, this symptom doesn't happen.  When i manage to kill deluge, the symptoms disappear.  Deluge output as follows:
    [johnny@localhost ~]$ deluge --loglevel=debug
    [INFO ] 17:21:40 main:117 Deluge ui 1.1.7
    [DEBUG ] 17:21:41 main:118 options: {'loglevel': 'debug', 'default_ui': None, 'args': None, 'quiet': False, 'ui': None, 'logfile': None, 'config': None}
    [DEBUG ] 17:21:41 main:119 args: []
    [DEBUG ] 17:21:41 main:120 ui_args: []
    [INFO ] 17:21:41 main:123 Starting ui..
    [DEBUG ] 17:21:41 ui:47 UI init..
    [DEBUG ] 17:21:41 configmanager:91 Getting config 'ui.conf'
    [DEBUG ] 17:21:41 config:253 Config /home/johnny/.config/deluge/ui.conf loaded: {'default_ui': 'gtk'}
    [INFO ] 17:21:41 ui:64 Starting GtkUI..
    [DEBUG ] 17:21:41 client:113 CoreProxy init..
    [DEBUG ] 17:21:41 configmanager:91 Getting config 'gtkui.conf'
    [DEBUG ] 17:21:41 config:253 Config /home/johnny/.config/deluge/gtkui.conf loaded: {'close_to_tray': True, 'ntf_sound_path': '/home/johnny', 'window_width': 1279, 'default_load_path': '/home/johnny/Torrents', 'window_y_pos': 40, 'ntf_email': False, 'tray_upload_speed_list': [5.0, 10.0, 30.0, 80.0, 200.0], 'show_statusbar': False, 'ntf_popup': False, 'ntf_pass': '', 'show_sidebar': False, 'autoconnect_host_uri': None, 'window_maximized': False, 'enable_system_tray': True, 'tray_download_speed_list': [5.0, 10.0, 30.0, 80.0, 300.0], 'show_connection_manager_on_start': True, 'lock_tray': False, 'ntf_sound': False, 'tray_password': '', 'focus_add_dialog': True, 'ntf_server': '', 'start_in_tray': True, 'ntf_tray_blink': True, 'check_new_releases': True, 'autoadd_queued': False, 'classic_mode': True, 'window_pane_position': 291, 'enabled_plugins': [], 'show_rate_in_title': True, 'autoadd_enable': False, 'ntf_username': '', 'interactive_add': True, 'sidebar_show_zero': False, 'window_x_pos': -1, 'window_height': 512, 'ntf_security': None, 'connection_limit_list': [50, 100, 200, 300, 500], 'sidebar_position': 0, 'show_new_releases': False, 'autoconnect': False, 'choose_directory_dialog_path': '/home/johnny', 'sidebar_show_trackers': True, 'autostart_localhost': False, 'show_toolbar': True, 'autoadd_location': '', 'config_location': '/home/johnny/.config/deluge', 'ntf_email_add': '', 'signal_port': 57126}
    1.1.7
    [DEBUG ] 17:21:41 gtkui:182 retcode: 0
    [DEBUG ] 17:21:41 component:106 Registered QueuedTorrents with ComponentRegistry..
    [DEBUG ] 17:21:41 configmanager:91 Getting config 'gtkui.conf'
    /usr/lib/python2.6/site-packages/deluge/ui/gtkui/queuedtorrents.py:60: GtkWarning: Unable to locate theme engine in module_path: "mist",
    "glade/queuedtorrents.glade"))
    [DEBUG ] 17:21:41 component:106 Registered IPCInterface with ComponentRegistry..
    [DEBUG ] 17:21:41 component:106 Registered DbusInterface with ComponentRegistry..
    [DEBUG ] 17:21:41 ipcinterface:87 Processing args from other process: []
    [DEBUG ] 17:21:41 ipcinterface:90 Not connected to host.. Adding to queue.
    [INFO ] 17:21:41 dbusinterface:88 Registering with DBUS..
    [DEBUG ] 17:21:41 component:106 Registered Signals with ComponentRegistry..
    [DEBUG ] 17:21:41 signalreceiver:56 SignalReceiver init..
    [DEBUG ] 17:21:41 configmanager:91 Getting config 'gtkui.conf'
    [DEBUG ] 17:21:41 config:135 Setting 'signal_port' to 49978 of <type 'int'>
    [DEBUG ] 17:21:41 config:278 Saving new config file /home/johnny/.config/deluge/gtkui.conf.new
    [DEBUG ] 17:21:41 config:290 Backing up old config file to /home/johnny/.config/deluge/gtkui.conf~
    [DEBUG ] 17:21:41 config:298 Moving new config file /home/johnny/.config/deluge/gtkui.conf.new to /home/johnny/.config/deluge/gtkui.conf..
    [DEBUG ] 17:21:41 component:106 Registered MainWindow with ComponentRegistry..
    [DEBUG ] 17:21:41 configmanager:91 Getting config 'gtkui.conf'
    /usr/lib/python2.6/site-packages/deluge/ui/gtkui/mainwindow.py:63: GtkWarning: gtk_toolbar_set_icon_size: assertion `icon_size != GTK_ICON_SIZE_INVALID' failed
    "glade/main_window.glade"))
    [DEBUG ] 17:21:41 config:212 Registering function for show_rate_in_title key..
    [DEBUG ] 17:21:41 menubar:54 MenuBar init..
    [DEBUG ] 17:21:41 component:106 Registered MenuBar with ComponentRegistry..
    [DEBUG ] 17:21:41 configmanager:91 Getting config 'gtkui.conf'
    [DEBUG ] 17:21:41 component:106 Registered ToolBar with ComponentRegistry..
    [DEBUG ] 17:21:41 toolbar:52 ToolBar Init..
    [DEBUG ] 17:21:41 configmanager:91 Getting config 'gtkui.conf'
    [DEBUG ] 17:21:41 component:106 Registered TorrentView with ComponentRegistry..
    [DEBUG ] 17:21:41 listview:137 ListView initialized..
    [DEBUG ] 17:21:41 listview:236 Loading ListView state file: torrentview.state
    [DEBUG ] 17:21:41 torrentview:130 TorrentView Init..
    [DEBUG ] 17:21:42 component:106 Registered TorrentDetails with ComponentRegistry..
    [DEBUG ] 17:21:42 torrentdetails:411 Loading TorrentDetails state file: tabs.state
    [DEBUG ] 17:21:42 torrentdetails:70 parent: None
    [DEBUG ] 17:21:42 torrentdetails:70 parent: None
    [DEBUG ] 17:21:42 files_tab:254 Loading FilesTab state file: files_tab.state
    [DEBUG ] 17:21:42 torrentdetails:70 parent: None
    [DEBUG ] 17:21:42 peers_tab:208 Loading PeersTab state file: peers_tab.state
    [DEBUG ] 17:21:42 torrentdetails:70 parent: None
    [DEBUG ] 17:21:42 torrentdetails:70 parent: None
    [DEBUG ] 17:21:42 component:106 Registered SideBar with ComponentRegistry..
    [DEBUG ] 17:21:42 configmanager:91 Getting config 'gtkui.conf'
    [DEBUG ] 17:21:42 component:106 Registered FilterTreeView with ComponentRegistry..
    [DEBUG ] 17:21:42 configmanager:91 Getting config 'gtkui.conf'
    [DEBUG ] 17:21:42 sidebar:86 add tab:filters
    [DEBUG ] 17:21:42 filtertreeview:270 nothing selected
    [DEBUG ] 17:21:42 component:106 Registered Preferences with ComponentRegistry..
    [DEBUG ] 17:21:43 configmanager:91 Getting config 'gtkui.conf'
    [DEBUG ] 17:21:43 component:106 Registered SystemTray with ComponentRegistry..
    [DEBUG ] 17:21:43 configmanager:91 Getting config 'gtkui.conf'
    [DEBUG ] 17:21:43 config:212 Registering function for enable_system_tray key..
    [DEBUG ] 17:21:43 systemtray:81 Enabling the system tray icon..
    [DEBUG ] 17:21:43 component:106 Registered StatusBar with ComponentRegistry..
    [DEBUG ] 17:21:43 configmanager:91 Getting config 'gtkui.conf'
    [DEBUG ] 17:21:43 component:106 Registered AddTorrentDialog with ComponentRegistry..
    [DEBUG ] 17:21:43 coreconfig:44 CoreConfig init..
    [DEBUG ] 17:21:43 component:106 Registered CoreConfig with ComponentRegistry..
    [DEBUG ] 17:21:43 component:106 Registered PluginManager with ComponentRegistry..
    [DEBUG ] 17:21:43 configmanager:91 Getting config 'gtkui.conf'
    [DEBUG ] 17:21:43 pluginmanagerbase:64 Plugin manager init..
    [DEBUG ] 17:21:43 configmanager:91 Getting config 'gtkui.conf'
    [DEBUG ] 17:21:43 pluginmanagerbase:115 Found plugin: Blocklist 1.0
    [DEBUG ] 17:21:43 pluginmanagerbase:115 Found plugin: Label 0.1
    [DEBUG ] 17:21:43 component:106 Registered ConnectionManager with ComponentRegistry..
    [DEBUG ] 17:21:43 configmanager:91 Getting config 'hostlist.conf.1.1'
    [DEBUG ] 17:21:43 config:253 Config /home/johnny/.config/deluge/hostlist.conf.1.1 loaded: {'hosts': ['http://127.0.0.1:58846']}
    [DEBUG ] 17:21:43 configmanager:91 Getting config 'gtkui.conf'
    [INFO ] 17:21:43 connectionmanager:490 Starting localhost:58846 daemon..
    [INFO ] 17:21:43 client:172 Setting core uri as http://localclient:[email protected]:58846
    [DEBUG ] 17:21:43 client:204 Creating ServerProxy..
    [DEBUG ] 17:21:43 component:129 Starting component SystemTray..
    [DEBUG ] 17:21:43 component:129 Starting component Signals..
    [DEBUG ] 17:21:43 component:129 Starting component PluginManager..
    [DEBUG ] 17:21:43 component:129 Starting component Preferences..
    [DEBUG ] 17:21:43 component:129 Starting component DbusInterface..
    [DEBUG ] 17:21:43 component:129 Starting component StatusBar..
    [DEBUG ] 17:21:43 component:129 Starting component AddTorrentDialog..
    [DEBUG ] 17:21:43 pluginmanager:87 Core has these plugins enabled: []
    [DEBUG ] 17:21:43 component:129 Starting component FilterTreeView..
    [DEBUG ] 17:21:43 component:129 Starting component ConnectionManager..
    [DEBUG ] 17:21:43 component:129 Starting component TorrentView..
    [DEBUG ] 17:21:43 component:129 Starting component TorrentDetails..
    [DEBUG ] 17:21:43 component:129 Starting component IPCInterface..
    [DEBUG ] 17:21:43 component:129 Starting component CoreConfig..
    [DEBUG ] 17:21:43 component:129 Starting component SideBar..
    [DEBUG ] 17:21:43 component:129 Starting component QueuedTorrents..
    [DEBUG ] 17:21:43 component:129 Starting component MainWindow..
    [DEBUG ] 17:21:43 component:129 Starting component ToolBar..
    [DEBUG ] 17:21:43 component:129 Starting component MenuBar..
    [DEBUG ] 17:22:12 config:135 Setting 'window_y_pos' to 491 of <type 'int'>
    [DEBUG ] 17:22:12 config:135 Setting 'window_y_pos' to 40 of <type 'int'>
    [DEBUG ] 17:22:16 component:153 Pausing component TorrentView..
    [DEBUG ] 17:22:16 component:153 Pausing component StatusBar..
    [DEBUG ] 17:22:16 component:153 Pausing component TorrentDetails..
    [DEBUG ] 17:22:24 component:163 Resuming component TorrentView..
    [DEBUG ] 17:22:24 component:163 Resuming component StatusBar..
    [DEBUG ] 17:22:24 component:163 Resuming component TorrentDetails..
    [DEBUG ] 17:22:24 config:135 Setting 'window_x_pos' to -2 of <type 'int'>
    [DEBUG ] 17:22:24 config:135 Setting 'window_y_pos' to 22 of <type 'int'>
    [DEBUG ] 17:22:25 config:135 Setting 'window_x_pos' to -1 of <type 'int'>
    [DEBUG ] 17:22:25 config:135 Setting 'window_y_pos' to 491 of <type 'int'>
    [DEBUG ] 17:22:25 config:135 Setting 'window_y_pos' to 40 of <type 'int'>
    [DEBUG ] 17:22:30 component:153 Pausing component TorrentView..
    [DEBUG ] 17:22:30 component:153 Pausing component StatusBar..
    [DEBUG ] 17:22:30 component:153 Pausing component TorrentDetails..
    [DEBUG ] 17:22:37 systemtray:317 on_menuitem_quit_activate
    [INFO ] 17:22:37 client:172 Setting core uri as None
    [DEBUG ] 17:22:37 component:141 Stopping component SystemTray..
    [DEBUG ] 17:22:37 component:141 Stopping component PluginManager..
    [DEBUG ] 17:22:37 component:141 Stopping component Preferences..
    [DEBUG ] 17:22:37 component:141 Stopping component DbusInterface..
    [DEBUG ] 17:22:37 component:141 Stopping component StatusBar..
    [DEBUG ] 17:22:37 component:141 Stopping component AddTorrentDialog..
    [DEBUG ] 17:22:37 component:141 Stopping component FilterTreeView..
    [DEBUG ] 17:22:37 filtertreeview:270 nothing selected
    [DEBUG ] 17:22:37 component:141 Stopping component ConnectionManager..
    [DEBUG ] 17:22:37 component:141 Stopping component TorrentView..
    [DEBUG ] 17:22:37 component:141 Stopping component Signals..
    [DEBUG ] 17:22:37 signalreceiver:95 Shutting down signalreceiver
    [DEBUG ] 17:22:37 signalreceiver:102 Unable to deregister client from server: 'The core proxy is invalid.'
    [DEBUG ] 17:22:37 signalreceiver:105 Joining listening thread..
    [DEBUG ] 17:22:37 component:141 Stopping component TorrentDetails..
    [DEBUG ] 17:22:37 component:141 Stopping component IPCInterface..
    [DEBUG ] 17:22:37 component:141 Stopping component CoreConfig..
    [DEBUG ] 17:22:37 component:141 Stopping component SideBar..
    [DEBUG ] 17:22:37 component:141 Stopping component QueuedTorrents..
    [DEBUG ] 17:22:37 component:141 Stopping component MainWindow..
    [DEBUG ] 17:22:37 component:141 Stopping component ToolBar..
    [DEBUG ] 17:22:37 component:141 Stopping component MenuBar..
    [DEBUG ] 17:22:37 gtkui:241 gtkui shutting down..
    [DEBUG ] 17:22:37 component:182 Shutting down component SystemTray..
    [DEBUG ] 17:22:37 component:182 Shutting down component PluginManager..
    [DEBUG ] 17:22:37 component:182 Shutting down component Preferences..
    [DEBUG ] 17:22:37 component:182 Shutting down component DbusInterface..
    [DEBUG ] 17:22:37 component:182 Shutting down component StatusBar..
    [DEBUG ] 17:22:37 component:182 Shutting down component AddTorrentDialog..
    [DEBUG ] 17:22:37 component:182 Shutting down component FilterTreeView..
    [DEBUG ] 17:22:37 component:182 Shutting down component ConnectionManager..
    [DEBUG ] 17:22:37 component:182 Shutting down component TorrentView..
    [DEBUG ] 17:22:37 listview:222 Saving ListView state file: torrentview.state
    [DEBUG ] 17:22:37 component:182 Shutting down component Signals..
    [DEBUG ] 17:22:37 component:182 Shutting down component TorrentDetails..
    [DEBUG ] 17:22:37 files_tab:240 Saving FilesTab state file: files_tab.state
    [DEBUG ] 17:22:37 peers_tab:194 Saving FilesTab state file: peers_tab.state
    [DEBUG ] 17:22:37 torrentdetails:397 Saving TorrentDetails state file: tabs.state
    [DEBUG ] 17:22:37 component:182 Shutting down component IPCInterface..
    [DEBUG ] 17:22:37 component:182 Shutting down component CoreConfig..
    [DEBUG ] 17:22:37 component:182 Shutting down component SideBar..
    [DEBUG ] 17:22:37 sidebar:68 hpaned.position: 0
    [DEBUG ] 17:22:37 component:182 Shutting down component QueuedTorrents..
    [DEBUG ] 17:22:37 component:182 Shutting down component MainWindow..
    [DEBUG ] 17:22:37 component:182 Shutting down component ToolBar..
    [DEBUG ] 17:22:37 component:182 Shutting down component MenuBar..
    [INFO ] 17:22:37 client:172 Setting core uri as None
    [johnny@localhost ~]$
    Relevant packages:
    pacman -Q | grep -e torrent -e deluge -e pygtk -e python -e gtk
    dbus-python 0.83.0-2
    deluge 1.1.7-1
    gnome-python 2.26.1-1
    gnome-python-extras 2.25.3-1
    gstreamer0.10-python 0.10.14-1
    gtk 1.2.10-8
    gtk-doc 1.11-1
    gtk-theme-switch2 2.0.5-1
    gtk-vnc 0.3.8-1
    gtk2 2.16.1-1
    gtk2_prefs 0.4.1-1
    gtkglext 1.2.0-2
    gtkmm 2.16.0-1
    gtkspell 2.0.15-1
    libgtkhtml 2.11.1-2
    libtorrent 0.12.4-1
    libtorrent-rasterbar 0.14.2-1
    pygtk 2.14.1-3
    python 2.6.2-1
    python-cssutils 0.9.5.1-3
    python-feedparser 4.1-4
    python-nose 0.10.4-3
    python-notify 0.1.1-5
    python-numeric 24.2-4
    python-numpy 1.3.0-1
    python-pigment 0.3.11-1
    python-pysqlite 2.4.1-2
    python-xlib 0.14-1
    wxgtk 2.8.9.2-1
    wxgtk-2.6 2.6.4-2
    Thanks for any help.

    ah thanks for the heads up on the titlebar speed bug ! ! !
    EDIT: Alas, that did not fix it.  please let me know if you need any more debugging output.  Oh, i'm running a fluxbox session with only conky and tilda running, btw.
    Last edited by umpalumpa1985 (2009-04-29 00:28:39)

  • DELUGE_USER option in /etc/conf.d/deluged and deluge v1.3.4-2

    I did an upgrade to deluge v1.3.4-2 today and in that version it seems that the DELUGE_USER option in /etc/conf.d/deluged isnt used anymore. Is that the case?
    If thats the case then how do run deluge as another user?
    Im following this bug:
    https://bugs.archlinux.org/task/28847

    Same situation here...
    User deluge has been hardcoded into the initscript, changing the user deluge both in deluged and deluge-web script restore the wanted behaviour....
    As per the error messages of kill, they are generate because the mainteinar changed the behaviour of the script.
    Before the update, the stop section removed the pid from /run/deluge
    Now the script does not remove the pid file, it tries to overwrite the pid value inside with the new value.
    But still this section puzzles me:
    PIDFILE=/run/deluge/deluged.pid
    OPTIONS="-P $PIDFILE $OPTIONS"
    [[ -f $PIDFILE ]] && PID=$(<$PIDFILE)
    kill -0 $PID || PID=
    Because:
    - Why test if the pidfile is a regular file? (-f flag)...imho sure that it is, no one touch it except for deluged main program and now that the script has been modified the file is not removed and recreated anymore during any operation
    - Why always try to kill the process?? That brings the error message of kills in two situations: when the program is first started and deluged.pid does not exists, and during restart operation, where kill cannot find the process since in the pidfile there is still the old pid value and the process has been killed by this section during the stop operation. Imho the kill should be performed in the stop section and not in the header. Or delete the pidfile during stop operation, and check for the existance of file before grabbing the pid value and kill it. What's the behaviour of the new version of deluged when you pass as an argument the pidfile? It creates the file if does not exists or requires that the file exists?

  • Error compiling deluge [solved]

    So I downloaded the most recent pkgbuild of deluge (0.9.04) and used makepkg -sp
    Unfortunately I receive the following error after a bit of compiling takes place:
    /usr/bin/ld: cannot find -lboost_thread
    collect2: ld returned 1 exit status
    error: command 'gcc' failed with exit status 1
    install: cannot stat `pixmaps/deluge.svg': No such file or directory
    ==> ERROR: Build Failed.
    Aborting...
    I know I have all the dependencies installed, so I'm not sure what is going wrong here.
    Any thoughts are appreciated!
    Edit: I found the svn version in the AUR that has fixed the boost build error.
    http://aur.archlinux.org/packages.php?ID=18502
    Last edited by nycthbris (2008-08-04 21:00:22)

    Here is the patch.
    boost-mt.patch:
    *** ./setup_old.py 2008-08-21 12:36:56.000000000 +0200
    --- ./setup.py 2008-08-21 12:39:51.000000000 +0200
    *** 157,167 ****
    else:
    _include_dirs += ['/usr/include/python' + python_version]
    _libraries = [
    ! 'boost_filesystem',
    ! 'boost_date_time',
    ! 'boost_iostreams',
    ! 'boost_python',
    ! 'boost_thread',
    'pthread',
    'ssl',
    'z'
    --- 157,167 ----
    else:
    _include_dirs += ['/usr/include/python' + python_version]
    _libraries = [
    ! 'boost_filesystem-mt',
    ! 'boost_date_time-mt',
    ! 'boost_iostreams-mt',
    ! 'boost_python-mt',
    ! 'boost_thread-mt',
    'pthread',
    'ssl',
    'z'
    And here is the PKGBUILD:
    pkgname=deluge
    pkgver=0.9.07
    pkgrel=1
    pkgdesc="A bittorrent client written with python and pygtk"
    arch=('i686' 'x86_64')
    url="http://deluge-torrent.org/"
    license=('GPL2')
    depends=('pygtk' 'boost' 'pyxdg' 'dbus-python' 'librsvg' 'setuptools')
    makedepends=('subversion' 'intltool')
    conflicts=('deluge')
    provides=('deluge')
    source=(http://download.deluge-torrent.org/source/$pkgver/$pkgname-$pkgver.tar.gz boost-mt.patch)
    md5sums=('d5e73b6d997040a70ecf948950cf4a51'
    '7cafc0c498383545ed45436f3c007a24')
    options=('!emptydirs')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    patch -Np1 -i ${srcdir}/boost-mt.patch || return 1
    python setup.py install --prefix=/usr --root=$startdir/pkg
    install -D -m644 deluge/data/pixmaps/deluge.svg $startdir/pkg/usr/share/pixmaps/deluge.svg
    Or get complete tarball → http://fisiu.lua.pl/arch/tarball/deluge.tar.bz2

  • [SOLVED] Deluge Auto Start Daemon

    Hi All,
    I've just installed Deluge (for downloading torrents) on my headless server for the first time and got it working very nicely The only problem is, I cant get the daemon and the web-ui to start up with the system, would anyone know how I could achieve this? On the deluge site, they have a section of initscripts (http://dev.deluge-torrent.org/wiki/User … nitScripts) but I cant find anything for Arch
    Thanks,
    Luke
    EDIT: Didnt notice everything was already there to have it work! Added deluge and deluge-web to the daemons list in rc.conf
    Last edited by luke.browning (2010-06-27 11:26:58)

    I ran deluged and deluge.
    Then when I ran deluge-web I got the following output-
    [faytaliti@node-1 ~]$ deluge-web -p 8235 --ssl
    Traceback (most recent call last):
    File "/usr/bin/deluge-web", line 8, in <module>
    load_entry_point('deluge==1.2.3', 'console_scripts', 'deluge-web')()
    File "/usr/lib/python2.6/site-packages/deluge/ui/web/web.py", line 132, in start
    web.start()
    File "/usr/lib/python2.6/site-packages/deluge/ui/web/web.py", line 104, in start
    import server
    File "/usr/lib/python2.6/site-packages/deluge/ui/web/server.py", line 58, in <module>
    from deluge.ui.web.auth import Auth
    File "/usr/lib/python2.6/site-packages/deluge/ui/web/auth.py", line 61, in <module>
    from deluge.ui.web.json_api import JSONComponent, export
    File "/usr/lib/python2.6/site-packages/deluge/ui/web/json_api.py", line 54, in <module>
    from deluge.ui.web.common import _
    File "/usr/lib/python2.6/site-packages/deluge/ui/web/common.py", line 37, in <module>
    from mako.template import Template as MakoTemplate
    ImportError: No module named mako.template
    Checking with the ps command I got-
    [faytaliti@node-1 ~]$ ps -ef | grep deluge-web
    1000 2214 2157 0 14:02 pts/1 00:00:00 grep deluge-web
    Thus it is clear that deluge is not running... Now what?

  • Fofix win't run (numpy python error?)

    [gert@boks lib]$ fofix
    Traceback (most recent call last):
    File "./FoFiX.py", line 108, in <module>
    from GameEngine import GameEngine
    File "/opt/fofix/src/GameEngine.py", line 32, in <module>
    from numpy import array, float32
    File "/usr/lib/python2.7/site-packages/numpy/__init__.py", line 136, in <module>
    import add_newdocs
    File "/usr/lib/python2.7/site-packages/numpy/add_newdocs.py", line 9, in <module>
    from numpy.lib import add_newdoc
    File "/usr/lib/python2.7/site-packages/numpy/lib/__init__.py", line 13, in <module>
    from polynomial import *
    File "/usr/lib/python2.7/site-packages/numpy/lib/polynomial.py", line 11, in <module>
    import numpy.core.numeric as NX
    AttributeError: 'module' object has no attribute 'core'
    My google-fu pointed me towards me lacking f2py, but from what I can understand, this is included in python2-numpy?
    Installed python packages:
    [gert@boks lib]$ pacman -Qs python
    local/cx_freeze 4.2.1-1
    A set of utilities for freezing Python scripts into executables
    local/dbus-python 0.83.1-2
    Python bindings for DBUS
    local/gstreamer0.10-python 0.10.18-3
    Python bindings for GStreamer 0.10
    local/kdebindings-python 4.6.0-1
    KDE bindings for python
    local/mutagen 1.20-3
    An audio metadata tag reader and writer implemented in pure python
    local/pycups 1.9.53-1
    Python CUPS Bindings
    local/pygobject 2.26.0-2
    Python bindings for GObject
    local/pygtk 2.22.0-3
    Python bindings for the GTK widget set
    local/pyogg 1.3-6
    Python ogg wrapper library
    local/pysmbc 1.0.10-1
    Python libsmbclient bindings
    local/python 3.1.3-2
    Next generation of the python high-level scripting language
    local/python-imaging 1.1.7-2
    PIL. Provides image processing capabilities for python
    local/python-lxml 2.2.8-2
    Python binding for the libxml2 and libxslt libraries
    local/python-mechanize 0.2.4-1
    Stateful programmatic web browsing in Python
    local/python-numeric 24.2-5
    Numerical Python adds a fast array facility to the Python language
    local/python-opengl 3.0.1-2
    The cross platform Python binding to OpenGL and related APIs
    local/python-pygame 1.9.1-3
    Python game library
    local/python-pysqlite 2.6.0-2
    A Python DB-API 2.0 interface for the SQLite embedded relational database engine
    local/python-sqlalchemy 0.6.6-1
    Python SQL toolkit and Object Relational Mapper
    local/python2 2.7.1-4
    A high-level scripting language
    local/python2-cairo 1.8.10-1
    Python2 bindings for the cairo graphics library
    local/python2-distribute 0.6.14-2
    A collection of extensions to the Python 2 distutils
    local/python2-numpy 1.5.1-1
    Scientific tools for Python
    local/python2-pyparsing 1.5.5-1
    General parsing module for Python
    local/python2-qt 4.8.3-1
    A set of Python 2 bindings for the Qt toolkit
    local/python2-sip 4.12.1-1
    A tool that makes it easy to create Python 2 bindings for C and C++ libraries
    local/pyvorbis 1.4-5
    Python vorbis wrapper library
    local/pyxml 0.8.4-8
    Python XML parsing library

    Has this problem come back? I'm using Blas and Lapack 3.3.1 but I'm getting the same error as the original poster meaning FOFIX won't start.
    ben@bahamut ~ $ fofix
    Traceback (most recent call last):
    File "./FoFiX.py", line 108, in <module>
    from GameEngine import GameEngine
    File "/opt/fofix/src/GameEngine.py", line 32, in <module>
    from numpy import array, float32
    File "/usr/lib/python2.7/site-packages/numpy/__init__.py", line 136, in <module>
    import add_newdocs
    File "/usr/lib/python2.7/site-packages/numpy/add_newdocs.py", line 9, in <module>
    from numpy.lib import add_newdoc
    File "/usr/lib/python2.7/site-packages/numpy/lib/__init__.py", line 13, in <module>
    from polynomial import *
    File "/usr/lib/python2.7/site-packages/numpy/lib/polynomial.py", line 11, in <module>
    import numpy.core.numeric as NX
    AttributeError: 'module' object has no attribute 'core'

Maybe you are looking for

  • Error while creating Client Proxy from SE80

    Hi all, I am trying to create Client Proxy with WSDL through SE80. There is no involvement of XI to create the Proxy. I am using the option 'Local file' and uploading the wsdl file. But I am getting the following errors. "Proxy-Generierung: Fehler au

  • Can't open Pages 08 document in Pages 09?!

    I,ve created a document in Pages 08 on my Imac. When I'm trying to open that document in my Ipad (which has Pages 09) I get a message saying I can't open a document created in Pages 08 in Pages 09. Is that really correct or is there any way around th

  • Ad blocker for you tube is not blocking ads

    I installed the ad blocker that was listed for you tube. But I am still seeing ads. Is there something more I need to do?

  • Installing Elements 10 on a Mac Mini

    I cannot figure out how to intall Elements.  I have already installed a new copy of Lightroom 4 that i just bought but the install of Elements is completely different and I don't know where to begin except with disk #3.  Can you help me?

  • Simuntaneous arming of counters

    Hey guys, I am trying to configure seven counters on a PCI6602 to simulate a quadrature encoder signal(Channels A,A',B,B',Z,Z') and a regular encoder signal(Channel X). The quad encoder signal works fine and was done by setting up Pulse Train Generat