[Bug 683116] Re: Syncdaemon silently crashes at startup

2015-05-22 Thread Natalia Bidart
** Changed in: ubuntuone-client (Ubuntu) Status: Triaged = Won't Fix ** Changed in: ubuntuone-client Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/683116

[Bug 683116] Re: Syncdaemon silently crashes at startup

2012-04-16 Thread Leo Arias
** Tags removed: u1-natty ** Tags added: natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/683116 Title: Syncdaemon silently crashes at startup To manage notifications about this bug go to:

[Bug 683116] Re: Syncdaemon silently crashes at startup

2011-05-31 Thread Facundo Batista
** Tags added: chicharra-oneiric ** Tags removed: chicharra-natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/683116 Title: Syncdaemon silently crashes at startup -- ubuntu-bugs mailing list

[Bug 683116] Re: Syncdaemon silently crashes at startup

2010-12-06 Thread Roman Yepishev
This happens because I introduced a .UniqueInstance bus name in LP:639017 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/683116 Title: Syncdaemon silently crashes at startup -- ubuntu-bugs mailing

[Bug 683116] Re: Syncdaemon silently crashes at startup

2010-11-30 Thread Naty Bidart
Starting syncdaemon with: /usr/lib/ubuntuone-client/ubuntuone-syncdaemon --logging-level=DEBUG will complete the metadata load in the first attempt. In this case, it took: 2010-11-11 13:07:56,933 - ubuntuone.SyncDaemon.VM.MD - DEBUG - metadata version: 6 2010-11-11 13:07:57,021 -

[Bug 683116] Re: Syncdaemon silently crashes at startup

2010-11-30 Thread Naty Bidart
Killing happen after exactly 2 minutes: ness...@miro:~$ date; u1sdtool --start Tue Nov 30 11:55:29 ART 2010 ness...@miro:~$ while [ $(ps aux | grep syncdaemon | grep -v grep | wc -l) -gt 0 ]; do date; sleep 1; done ... Tue Nov 30 11:57:30 ART 2010 -- Syncdaemon silently crashes at startup

[Bug 683116] Re: Syncdaemon silently crashes at startup

2010-11-30 Thread Guillermo Gonzalez
Hi! Naty, Thanks for all the testing. This problem is because syncdaemon is registering dbus with a different name than the specified in the .service file, and dbus-daemon is killing the child process (launched by dbus-activation) because of this. -- Syncdaemon silently crashes at startup