Re: [PATCH] Add libgsystem as a git submodule

2013-05-17 Thread Pavel Simerda
> From: "Colin Walters" > On Fri, 2013-05-17 at 19:44 -0400, Pavel Simerda wrote: > > > From: "Colin Walters" > > > On Fri, 2013-05-17 at 15:05 -0400, Pavel Simerda wrote: > > > > > > > Any more resources/documentation/posts for that? > > > > > > Look at the attached patch as a demo. > > > > A

Re: [PATCH] Add libgsystem as a git submodule

2013-05-17 Thread Colin Walters
On Fri, 2013-05-17 at 19:44 -0400, Pavel Simerda wrote: > > From: "Colin Walters" > > On Fri, 2013-05-17 at 15:05 -0400, Pavel Simerda wrote: > > > > > Any more resources/documentation/posts for that? > > > > Look at the attached patch as a demo. > > Ah, interesting. Is it capable of working wi

Re: [PATCH] Add libgsystem as a git submodule

2013-05-17 Thread Pavel Simerda
> From: "Colin Walters" > On Fri, 2013-05-17 at 15:05 -0400, Pavel Simerda wrote: > > > Any more resources/documentation/posts for that? > > Look at the attached patch as a demo. Ah, interesting. Is it capable of working without systemd at least to the level of using syslog and/org stderr? >

Re: [PATCH] Add libgsystem as a git submodule

2013-05-17 Thread Colin Walters
On Fri, 2013-05-17 at 15:05 -0400, Pavel Simerda wrote: > Any more resources/documentation/posts for that? Look at the attached patch as a demo. Results: bash-4.2# journalctl NM_IFACE=eth0 -- Logs begin at Mon 2013-03-25 18:35:24 EDT, end at Fri 2013-05-17 16:31:52 EDT. -- May 17 16:31:18 qem

Re: [PATCH] Add libgsystem as a git submodule

2013-05-17 Thread Pavel Simerda
- Original Message - > From: "Colin Walters" > To: "Pavel Simerda" > Cc: "Dan Winship" , jkli...@redhat.com, "Dan Williams" > , > networkmanager-list@gnome.org > Sent: Friday, May 17, 2013 8:10:56 PM > Subject: Re: [PATCH] Add libgsystem as a git submodule > > On Fri, 2013-05-17 at 08:0

Re: [PATCH] Add libgsystem as a git submodule

2013-05-17 Thread Colin Walters
On Fri, 2013-05-17 at 08:04 -0400, Pavel Simerda wrote: > Colin, do you have any ideas for the NetworkManager codebase apart from the > cleanup functions? Possibly; the structured logging for example. NM could tag e.g. DHCP log messages with the interface ID, and system management interfaces co

[MM] [PATCH] device: check for NULL driver in add_port_driver

2013-05-17 Thread Ben Chan
This patch fixes a crash in MMDevice::add_port_driver() due to g_str_equal() dereferencing a NULL driver returned by mm_device_utils_get_port_driver(). Bug reported on https://code.google.com/p/chromium/issues/detail?id=241823 --- src/mm-device.c | 2 ++ 1 file changed, 2 insertions(+) diff --gi

Re:

2013-05-17 Thread Aleksander Morgado
On 05/17/2013 02:04 PM, David Castellanos wrote: > The errors you mentioned in the previous email (about "loading > messages from storage 'sm'" and "loading messages from storage 'me'") > still appears with that device in commit d1a6f48. On the other hand, > the SMS delete fix seems to work well. >

Re:

2013-05-17 Thread David Castellanos
Hi! The errors you mentioned in the previous email (about "loading messages from storage 'sm'" and "loading messages from storage 'me'") still appears with that device in commit d1a6f48. On the other hand, the SMS delete fix seems to work well. I've attached another round of logs for the device.

Re: [PATCH] Add libgsystem as a git submodule

2013-05-17 Thread Pavel Simerda
> From: "Dan Winship" > > >> autogen.sh properly gets libgsystem. However it seems libgsystem simply > >> uses > >> latest GLib bits. I guess it should not if it can be avoided, because it > >> spoils its usability. > >> And that is the case for NetworkManager (that is just happy with glib > >> 2

Re:

2013-05-17 Thread Aleksander Morgado
On 05/17/2013 01:04 PM, Aleksander Morgado wrote: >> While playing a little with the device, I realized that with your >> > latests changes, sometimes it fails to remove some messages. It throws >> > the following error: >> > >> > May 17 10:32:07 localhost ModemManager[22342]: >> > [1368779527.09

Re:

2013-05-17 Thread Aleksander Morgado
On 05/17/2013 11:06 AM, David Castellanos wrote: > Hi! > > I've tested again the device with latest changes in > 'aleksander/qmi-sms-fixes' (f28d349). It seems to work, as I was able > to send, receive and read messages. > Listing messages still fails, so the hack to add the message tag when lis

Re: [PATCH] Add libgsystem as a git submodule

2013-05-17 Thread Dan Winship
>> autogen.sh properly gets libgsystem. However it seems libgsystem simply uses >> latest GLib bits. I guess it should not if it can be avoided, because it >> spoils its usability. >> And that is the case for NetworkManager (that is just happy with glib 2.32). >> >> libgsystem now uses these symbol

Re: [PATCH] Add libgsystem as a git submodule

2013-05-17 Thread Pavel Simerda
- Original Message - > From: "Jirka Klimes" > To: "Dan Williams" > Cc: "Pavel Simerda" , "Colin Walters" > , networkmanager-list@gnome.org, > "danw" > Sent: Friday, May 17, 2013 9:37:29 AM > Subject: Re: [PATCH] Add libgsystem as a git submodule > > On Thursday 16 of May 2013 14:09:32

Re:

2013-05-17 Thread David Castellanos
Hi! I've tested again the device with latest changes in 'aleksander/qmi-sms-fixes' (f28d349). It seems to work, as I was able to send, receive and read messages. While playing a little with the device, I realized that with your latests changes, sometimes it fails to remove some messages. It throw

Re: [PATCH] Add libgsystem as a git submodule

2013-05-17 Thread Jirka Klimes
On Thursday 16 of May 2013 14:09:32 Dan Williams wrote: > On Thu, 2013-05-16 at 04:53 -0400, Pavel Simerda wrote: > > > From: "Colin Walters" > > > > > > On Mon, 2013-05-06 at 12:50 -0500, Dan Williams wrote: > > > > On Fri, 2013-04-26 at 16:42 -0400, Colin Walters wrote: > > > > > And change src