← Back to team overview

zeitgeist team mailing list archive

[Bug 512166] Re: Error while starting zeitgeist-daemon.py

 

*** This bug is a duplicate of bug 714676 ***
    https://bugs.launchpad.net/bugs/714676

** This bug has been marked a duplicate of bug 714676
   zeitgeist-datahub crashed with OverflowError in /usr/share/zeitgeist/_zeitgeist/loggers/datasources/_recentmanager.py: mktime argument out of range
 * You can subscribe to bug 714676 by following this link: https://bugs.launchpad.net/ubuntu/+source/zeitgeist/+bug/714676/+subscribe

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.
https://bugs.launchpad.net/bugs/512166

Title:
  Error while starting zeitgeist-daemon.py

Status in Zeitgeist Framework:
  Invalid

Bug description:
  When trying to start zeitgeist-daemon manually on a terminal I get
  this error:

  mozky@mozky-desktop:~$ zeitgeist-daemon
  INFO:zeitgeist.sql:Using database: /home/mozky/.local/share/zeitgeist/activity.sqlite
  DEBUG:zeitgeist.extension:Loading extension 'Blacklist'
  DEBUG:zeitgeist.blacklist:No existing blacklist config found
  DEBUG:root:Checking for another running instance...
  DEBUG:root:No running instances found.
  INFO:root:Iniciando el servicio de Zeitgeist...
  Traceback (most recent call last):
    File "/usr/bin/zeitgeist-datahub", line 137, in <module>
      datahub = DataHub()
    File "/usr/bin/zeitgeist-datahub", line 57, in __init__
      self._load_datasource_file(os.path.basename(datasource_file))
    File "/usr/bin/zeitgeist-datahub", line 80, in _load_datasource_file
      datasource_object = __import__(datasource_file[:-3])
    File "/usr/share/zeitgeist/_zeitgeist/loggers/datasources/_recentmanager.py", line 31, in <module>
      DST = bool(time.mktime(time.gmtime(0)))
  OverflowError: mktime argument out of range
  ^CTraceback (most recent call last):
    File "/usr/local/bin/zeitgeist-daemon", line 83, in <module>
      mainloop.run()