[Bug 851932] Re: File synchronization fails with DBusException NoReply

2012-10-27 Thread Tamás Unyatinszki
i seem to have the same problem with a fresh install of 12.04.1: ubuntu
one client doesn't start (it worked in the beggining but not anymore).
The following error message is in the syncdaemon-exceptions.log file:

2012-10-27 00:24:01,330 - twisted - ERROR - Unhandled error in Deferred:
2012-10-27 00:24:01,341 - twisted - ERROR - Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1181, 
in unwindGenerator
return _inlineCallbacks(None, gen, Deferred())
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, 
in _inlineCallbacks
result = g.send(result)
  File 
"/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/syncdaemon/main.py",
 line 285, in quit
yield self.shutdown(with_restart)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1181, 
in unwindGenerator
return _inlineCallbacks(None, gen, Deferred())
---  ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, 
in _inlineCallbacks
result = g.send(result)
  File 
"/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/syncdaemon/main.py",
 line 235, in shutdown
self.external.shutdown(with_restart)
  File "/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/logger.py", 
line 283, in inner
res = f(*args, **kwargs)
  File 
"/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/syncdaemon/interaction_interfaces.py",
 line 1222, in shutdown
self.interface.shutdown(with_restart=with_restart)
  File 
"/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/platform/linux/dbus_interface.py",
 line 875, in shutdown
self.bus.release_name(self.busName.get_name())
  File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 320, in release_name
's', (name,))
  File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not 
receive a reply. Possible causes include: the remote application did not send a 
reply, the message bus security policy blocked the reply, the reply timeout 
expired, or the network connection was broken.

Was there a resolution to this issue?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851932

Title:
  File synchronization fails with DBusException NoReply

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuone-client/+bug/851932/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 851932] Re: File synchronization fails with DBusException NoReply

2012-01-24 Thread Rick McBride
** Changed in: ubuntuone-client (Ubuntu)
 Assignee: (unassigned) => Ubuntu One Desktop+ team (ubuntuone-desktop+)

** Changed in: ubuntuone-client
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851932

Title:
  File synchronization fails with DBusException NoReply

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuone-client/+bug/851932/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 851932] Re: File synchronization fails with DBusException NoReply

2011-09-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntuone-client (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851932

Title:
  File synchronization fails with DBusException NoReply

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuone-client/+bug/851932/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 851932] Re: File synchronization fails with DBusException NoReply

2011-09-27 Thread Rodney Dawes
** Project changed: ubuntuone-client-gnome => ubuntuone-client

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851932

Title:
  File synchronization fails with DBusException NoReply

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuone-client/+bug/851932/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 851932] Re: File synchronization fails with DBusException NoReply

2011-09-16 Thread Andrei Sosnin
I've tested it on another one of my computers, which I sync using Ubuntu
One and it looks like it's in the same situation, except that file sync
went fine up to the point, where the first computer failed. The error I
get on the second machine is different though:

2011-09-16 20:46:03,278 - dbus.proxies - ERROR - Introspect error on 
:1.85:/org/gnome/zeitgeist/log/activity: dbus.exceptions.DBusException: 
org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by 
message bus)
2011-09-16 20:46:03,279 - ubuntuone.eventlog.zglog - ERROR - Zeitgeist support 
not started:
Traceback (most recent call last):
  File 
"/usr/lib/pymodules/python2.7/ubuntuone-client/ubuntuone/eventlog/zglog.py", 
line 35, in __init__
self.client = ZeitgeistClient()
  File "/usr/lib/pymodules/python2.7/zeitgeist/client.py", line 361, in __init__
self._iface = ZeitgeistDBusInterface()
  File "/usr/lib/pymodules/python2.7/zeitgeist/client.py", line 235, in __init__
self.INTERFACE_NAME, self.OBJECT_PATH)
  File "/usr/lib/pymodules/python2.7/zeitgeist/client.py", line 149, in __init__
self.__methods, self.__signals = self.get_members(proxy.Introspect())
  File "/usr/lib/pymodules/python2.7/dbus/proxies.py", line 68, in __call__
return self._proxy_method(*args, **keywords)
  File "/usr/lib/pymodules/python2.7/dbus/proxies.py", line 140, in __call__
**keywords)
  File "/usr/lib/pymodules/python2.7/dbus/connection.py", line 630, in 
call_blocking
message, timeout)
DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name :1.85 was 
not provided by any .service files

Could it be due to some broken configuration on one of the hosts?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851932

Title:
  File synchronization fails with DBusException NoReply

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuone-client-gnome/+bug/851932/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 851932] Re: File synchronization fails with DBusException NoReply

2011-09-16 Thread Andrei Sosnin
** Attachment added: "full syncdaemon-exceptions.log"
   
https://bugs.launchpad.net/bugs/851932/+attachment/2413043/+files/syncdaemon-exceptions.log%7E

** Also affects: ubuntuone-client-gnome
   Importance: Undecided
   Status: New

** Description changed:

  Possibly related to #672884.
  
- I've discovered this issue, when Nautilus suddenly became completely
- unresponsive, preventing me from browsing the filesystem with it. After
- a bit of poking around and checking UbuntuOne Control Panel, the latter
- gave me that error: "DBusException: org.freedesktop.DBus.Error.NoReply:
- Did not receive a reply." in bold red in the window under both file sync
- and shared directory list tabs. As I had some pending file changes, it
- was obviously also trying to update the files, which was also constantly
- failing. The logs are given below.
+ I've discovered this issue, when Nautilus suddenly *became completely
+ unresponsive*, preventing me from browsing the filesystem with it. Even
+ a complete system restart didn't help.
+ 
+ After a bit of poking around for the possible reasons, Ubuntu Control
+ Panel gave me that error: "DBusException:
+ org.freedesktop.DBus.Error.NoReply: Did not receive a reply." in bold
+ red in the window under both file sync and shared directory list tabs.
+ As I had some pending file changes, it was obviously also trying to
+ update the files, which was also constantly failing. The logs are given
+ below.
  
  Uninstalling ubuntuone-client-gnome helped me get back Nautilus to work,
  so that package is obviously related. Still, control panel reports the
  same error and I'm still getting the same exceptions in the syndaemon-
  exceptions.log.
  
  Here's my ~/.cache/ubuntuone/log/syncdaemon.log:
  
  2011-09-16 15:30:14,915 - ubuntuone.SyncDaemon.Main - INFO - Starting Ubuntu 
One client version 1.6.2
  2011-09-16 15:30:14,915 - ubuntuone.SyncDaemon.tritcask - INFO - Initializing 
Tritcask on: /home/asosnin/.local/share/ubuntuone/syncdaemon/tritcask
  2011-09-16 15:30:14,915 - ubuntuone.SyncDaemon.tritcask - INFO - found 3 data 
files and 0 dead files
  2011-09-16 15:30:14,918 - ubuntuone.SyncDaemon.tritcask - INFO - keydir 
ready! (keys: 52)
  2011-09-16 15:30:14,919 - ubuntuone.SyncDaemon.fsm - INFO - loading updated 
metadata
  2011-09-16 15:30:14,924 - ubuntuone.SyncDaemon.fsm - INFO - initialized: 
idx_path: 50, idx_node_id: 50, shares: 2
  2011-09-16 15:30:14,992 - 
ubuntuone.SyncDaemon.filesystem_notifications.GeneralProcessor - INFO - 
Ignoring files: ['\\A#.*\\Z', '\\A.*~\\Z', '\\A.*\\.py[oc]\\Z', 
'\\A.*\\.sw[nopx]\\Z', '\\A.*\\.swpx\\Z', '\\A\\..*\\.tmp\\Z', 
'\\A\\.~lock\\..*#\\Z']
  2011-09-16 15:30:15,055 - ubuntuone.SyncDaemon.HQ - INFO - HashQueue: _hasher 
started
  
  I also have some seemingly strange behavior in controlpanel.log:
  
  2011-09-16 15:33:21,356 - ubuntuone.controlpanel.dbus_service - DEBUG - 
FileSyncStatusChanged: args 
(, 'file-sync-starting'), kwargs {}.
  2011-09-16 15:33:21,357 - ubuntuone.controlpanel.gtk.gui - INFO - 
on_file_sync_status_starting: args (, dbus.String(u'doing local rescan (LOCAL_RESCAN)')), 
kwargs {}.
  2011-09-16 15:33:21,358 - ubuntuone.controlpanel.gtk.gui - DEBUG - 
on_file_sync_status_changed: args (, dbus.String(u'file-sync-starting')), kwargs {}.
  2011-09-16 15:33:21,358 - ubuntuone.controlpanel.gtk.gui - INFO - 
FileSyncService: on_file_sync_status_changed: status 
dbus.String(u'file-sync-starting'), enabled? True
  2011-09-16 15:33:22,423 - ubuntuone.controlpanel.dbus_service - INFO - 
process_status: new status received {'status': 'file-sync-starting', 'message': 
u'doing local rescan (LOCAL_RESCAN)'}
  2011-09-16 15:33:22,423 - ubuntuone.controlpanel.dbus_service - DEBUG - 
FileSyncStatusStarting: args 
(, u'doing local rescan (LOCAL_RESCAN)'), kwargs {}.
  2011-09-16 15:33:22,424 - ubuntuone.controlpanel.dbus_service - DEBUG - 
FileSyncStatusChanged: args 
(, 'file-sync-starting'), kwargs {}.
  2011-09-16 15:33:22,425 - ubuntuone.controlpanel.gtk.gui - INFO - 
on_file_sync_status_starting: args (, dbus.String(u'doing local rescan (LOCAL_RESCAN)')), 
kwargs {}.
  2011-09-16 15:33:22,430 - ubuntuone.controlpanel.gtk.gui - DEBUG - 
on_file_sync_status_changed: args (, dbus.String(u'file-sync-starting')), kwargs {}.
  2011-09-16 15:33:22,430 - ubuntuone.controlpanel.gtk.gui - INFO - 
FileSyncService: on_file_sync_status_changed: status 
dbus.String(u'file-sync-starting'), enabled? True
  
  This is what it looks when I called
  
  $ cat syncdaemon-exceptions.log*
  [...]
  2011-09-16 15:36:06,047 - ubuntuone.SyncDaemon - ERROR - Unexpected error
  Traceback (most recent call last):
-  File "/usr/lib/ubuntuone-client/ubuntuone-syncdaemon", line 190, in 
-main(sys.argv)
-  File "/usr/lib/ubuntuone-client/ubuntuone-syncdaemon", line 175, in main
-main.start()
-  File 
"/usr/lib/pymodules/python2.7/ubuntuone-client/ubuntuone/syncdaemon/main.py", 
line 200, in start
-self.event_q.add_watch(self.root_dir)
-