[Bug 1234898] Re: upstart-local-bridge not handling all events sent to it

2013-10-04 Thread James Hunt
** Changed in: upstart (Ubuntu) Assignee: (unassigned) = James Hunt (jamesodhunt) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1234898 Title: upstart-local-bridge not handling all events sent

[Bug 1234898] Re: upstart-local-bridge not handling all events sent to it

2013-10-04 Thread James Hunt
Hi Sergio, I believe I've fixed the issue. Please can you try the version here: lp:~jamesodhunt/upstart/bug-1234898. ** Changed in: upstart (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1234898] Re: upstart-local-bridge not handling all events sent to it

2013-10-04 Thread Sergio Schvezov
On Fri, Oct 4, 2013 at 8:14 AM, James Hunt 1234...@bugs.launchpad.netwrote: Hi Sergio, I believe I've fixed the issue. Please can you try the version here: lp:~jamesodhunt/upstart/bug-1234898. Power cycled 10+ times and worked fine. -- You received this bug notification because you are a

[Bug 1234898] Re: upstart-local-bridge not handling all events sent to it

2013-10-04 Thread Dmitrijs Ledkovs
excellent. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1234898 Title: upstart-local-bridge not handling all events sent to it To manage notifications about this bug go to:

[Bug 1234898] Re: upstart-local-bridge not handling all events sent to it

2013-10-04 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/upstart -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1234898 Title: upstart-local-bridge not handling all events sent to it To manage notifications about this bug go

[Bug 1234898] Re: upstart-local-bridge not handling all events sent to it

2013-10-04 Thread James Hunt
** Also affects: upstart Importance: Undecided Status: New ** Changed in: upstart Assignee: (unassigned) = James Hunt (jamesodhunt) ** Changed in: upstart Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1234898] Re: upstart-local-bridge not handling all events sent to it

2013-10-04 Thread Launchpad Bug Tracker
This bug was fixed in the package upstart - 1.10-0ubuntu4 --- upstart (1.10-0ubuntu4) saucy; urgency=low [ James Hunt ] * upstart-local-bridge: allow input to be set of pairs (LP: #1234898) [ Dmitrijs Ledkovs ] * upstart-file-bridge: start session bridge on started dbus.

[Bug 1234898] Re: upstart-local-bridge not handling all events sent to it

2013-10-03 Thread Ricardo Salveti
One thing I did noticed when looking at the code is that the 'socket_reader' function seems to expect the input buffer to be one-line only, and not a block (buf could be a block when reading data from the socket). As a result upstart_emit_event can emit 'buf' containing more than one event at the

[Bug 1234898] Re: upstart-local-bridge not handling all events sent to it

2013-10-03 Thread Ricardo Salveti
Tried changing /etc/init/ofono.override to include a job dependency in there, but it failed because it seems upstart tried to start the job as soon the android-container event was available. Changed /etc/init/ofono.override to: start on (started dbus and android-container