[systemd-devel] Is the format of hwdb.bin platform independent?

2013-05-15 Thread Michael Olbrich
Hi, I'm using udev/systemd in embedded scenarios and I don't like generating hwdb.bin on the target hardware. So I built a host udevadm to create it. It is save to do that? Generating hwdb.bin on x86_64 and using it on ARM seems to work, but what about endianness? Regards, Michael -- Pengutroni

[systemd-devel] build problems without largefile support

2013-05-15 Thread Michael Olbrich
Hi, I tried to compile systemd with "--disable-largefile" and I got this: [...] src/shared/util.c: In function 'parse_bytes': src/shared/util.c:2270:17: error: overflow in implicit constant conversion [-Werror=overflow] src/shared/util.c:2271:17: error: overflow in implicit constant conversion [

Re: [systemd-devel] [PATCH] python-systemd: Reader return special fields and _Reader changes

2013-05-15 Thread Zbigniew Jędrzejewski-Szmek
On Sun, May 12, 2013 at 01:03:46PM +0100, Steven Hiscocks wrote: > On 14/04/13 20:55, Steven Hiscocks wrote: > > def get_next(self, skip=1): > >-"""Return the next log entry as a dictionary of fields. > >+"""Return the next log entry as a mapping type, currently > >+a s

Re: [systemd-devel] How to get systemd to leave a USB serial console session alone when hadware is pulled?

2013-05-15 Thread Kaz Kylheku
On Wed, 15 May 2013 23:48:04 -0400, Greg KH wrote: > On Wed, May 15, 2013 at 04:32:12PM -0700, Kaz Kylheku wrote: >> >> Hi all, >> >> I have a system that is configured to have a ttyUSB0 as a console. >> >> To improve this, I patched the Linux kernel to create a cool feature: >> when a USB Conver

Re: [systemd-devel] How to get systemd to leave a USB serial console session alone when hadware is pulled?

2013-05-15 Thread Greg KH
On Wed, May 15, 2013 at 04:32:12PM -0700, Kaz Kylheku wrote: > > Hi all, > > I have a system that is configured to have a ttyUSB0 as a console. > > To improve this, I patched the Linux kernel to create a cool feature: > when a USB Converter is removed, although the `/dev/ttyUSB` entry > disappea

Re: [systemd-devel] [PATCH] Fix syscall(__NR_fanotify_mark, ...) on arm

2013-05-15 Thread Zbigniew Jędrzejewski-Szmek
On Tue, May 14, 2013 at 09:03:04AM +0800, Chengwei Yang wrote: > --- > src/shared/missing.h |3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/shared/missing.h b/src/shared/missing.h > index d4ba0d3..96e6d63 100644 > --- a/src/shared/missing.h > +++ b/src/shared/mis

Re: [systemd-devel] [PATCH] journal: correctly convert usec_t to timespec.

2013-05-15 Thread Zbigniew Jędrzejewski-Szmek
On Wed, May 15, 2013 at 11:28:58AM +0200, Michał Bartoszkiewicz wrote: > Use timespec_store instead of (incorrectly) doing it inline. > --- > src/journal/journald-server.c | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git a/src/journal/journald-server.c b/src/journal/j

Re: [systemd-devel] [PATCH] systemd-delta: add support for drop-in snippets

2013-05-15 Thread Zbigniew Jędrzejewski-Szmek
On Tue, May 14, 2013 at 05:34:28PM +0200, Lukas Nykryn wrote: > --- > TODO | 3 - > man/systemd-delta.xml | 7 ++ > src/delta/delta.c | 182 > -- > 3 files changed, 170 insertions(+), 22 deletions(-) Hi Lukas, thank you for

[systemd-devel] How to get systemd to leave a USB serial console session alone when hadware is pulled?

2013-05-15 Thread Kaz Kylheku
Hi all, I have a system that is configured to have a ttyUSB0 as a console. To improve this, I patched the Linux kernel to create a cool feature: when a USB Converter is removed, although the `/dev/ttyUSB` entry disappears, existing file descriptors which have that tty device open are undisturbe

Re: [systemd-devel] Sprint/Hackfest at Linux Plumbers Conference?

2013-05-15 Thread Zbigniew Jędrzejewski-Szmek
On Wed, May 15, 2013 at 12:42:58PM -0700, David Strauss wrote: > I'd definitely like to do one, and I assume we'll have the systemd > leads on site. Should I contact the LPC folks directly? We have http://wiki.linuxplumbersconf.org/2013:boot_and_core_os. There was some chatter on the ML about mergi

Re: [systemd-devel] [PATCH 1/2] analyze: show generators on plot

2013-05-15 Thread Thomas H.P. Andersen
On Wed, May 15, 2013 at 9:37 PM, Thomas H.P. Andersen wrote: > On Wed, May 15, 2013 at 5:09 PM, Kok, Auke-jan H > wrote: >> On Wed, May 15, 2013 at 3:20 AM, Thomas H.P. Andersen >> wrote: >>> For completeness here is also a screenshot of how the generators are >>> shown in the plot. (The plot w

[systemd-devel] Sprint/Hackfest at Linux Plumbers Conference?

2013-05-15 Thread David Strauss
I'd definitely like to do one, and I assume we'll have the systemd leads on site. Should I contact the LPC folks directly? -- David Strauss | [email protected] | +1 512 577 5827 [mobile] ___ systemd-devel mailing list [email protected]

Re: [systemd-devel] [PATCH 1/2] analyze: show generators on plot

2013-05-15 Thread Kok, Auke-jan H
On Wed, May 15, 2013 at 3:20 AM, Thomas H.P. Andersen wrote: > For completeness here is also a screenshot of how the generators are > shown in the plot. (The plot was generated on an old computer with a > HDD) very nice! Auke ___ systemd-devel mailing

Re: [systemd-devel] 2013 Plumber's CFP: Fastboot

2013-05-15 Thread Mehaffey, John
> From: Lucas De Marchi [[email protected]] > Sent: Wednesday, May 15, 2013 7:04 AM > > On Wed, May 15, 2013 at 9:50 AM, Lennart Poettering > wrote: > > On Wed, 15.05.13 11:43, Jeremiah Foster ([email protected]) > > wrote: > > > >> On Tue, May 14, 2013 at 1:51 AM, Mehaffey

Re: [systemd-devel] 2013 Plumber's CFP: Fastboot

2013-05-15 Thread Jeremiah Foster
On Wed, May 15, 2013 at 4:04 PM, Lucas De Marchi wrote: > On Wed, May 15, 2013 at 9:50 AM, Lennart Poettering > wrote: > > On Wed, 15.05.13 11:43, Jeremiah Foster ([email protected]) > wrote: > > > >> On Tue, May 14, 2013 at 1:51 AM, Mehaffey, John < > [email protected]>wrote:

Re: [systemd-devel] 2013 Plumber's CFP: Fastboot

2013-05-15 Thread Lucas De Marchi
On Wed, May 15, 2013 at 9:50 AM, Lennart Poettering wrote: > On Wed, 15.05.13 11:43, Jeremiah Foster ([email protected]) > wrote: > >> On Tue, May 14, 2013 at 1:51 AM, Mehaffey, John >> wrote: >> >> > Hello All, >> > >> >> Hey John! >> >> >> > I am proposing a microconference on fas

Re: [systemd-devel] Debugging systemd shutdown problem on openSuSE 12.3

2013-05-15 Thread Rainer Krienke
Am 14.05.2013 14:21, schrieb Rainer Krienke: > The reason that autofs failed was not that it had problems mounting or > umounting but was rooted in /etc/nsswitch.conf, where long before > systemd was present in openSuSE I had entered ldap as an additional > source of maps and those old "sysv init"

Re: [systemd-devel] 2013 Plumber's CFP: Fastboot

2013-05-15 Thread Lennart Poettering
On Wed, 15.05.13 11:43, Jeremiah Foster ([email protected]) wrote: > On Tue, May 14, 2013 at 1:51 AM, Mehaffey, John > wrote: > > > Hello All, > > > > Hey John! > > > > I am proposing a microconference on fastboot at the Linux Plumber's > > conference 2013 in New Orleans. The goa

Re: [systemd-devel] [PATCH 1/2] analyze: show generators on plot

2013-05-15 Thread Thomas H.P. Andersen
For completeness here is also a screenshot of how the generators are shown in the plot. (The plot was generated on an old computer with a HDD) On Wed, May 15, 2013 at 10:19 AM, Umut Tezduyar wrote: > Hi, > > I have updated the patches with Thomas's suggestion. Thanks. > > > On Tue, May 14, 2013

Re: [systemd-devel] 2013 Plumber's CFP: Fastboot

2013-05-15 Thread Jeremiah Foster
On Tue, May 14, 2013 at 1:51 AM, Mehaffey, John wrote: > Hello All, > Hey John! > I am proposing a microconference on fastboot at the Linux Plumber's > conference 2013 in New Orleans. The goal is to get to sub 1S boot times for > a large (IVI) system using NAND flash. This pushes the state of t

[systemd-devel] [PATCH] journal: correctly convert usec_t to timespec.

2013-05-15 Thread Michał Bartoszkiewicz
Use timespec_store instead of (incorrectly) doing it inline. --- src/journal/journald-server.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c index cc52b8a..b717b92 100644 --- a/src/journal/journald-server.c

Re: [systemd-devel] [PATCH 1/2] analyze: show generators on plot

2013-05-15 Thread Umut Tezduyar
Hi, I have updated the patches with Thomas's suggestion. Thanks. On Tue, May 14, 2013 at 8:52 AM, Thomas H.P. Andersen wrote: > On Wed, May 8, 2013 at 6:03 PM, Umut Tezduyar wrote: > > --- > > src/analyze/systemd-analyze.c | 42 > > src/core/dbus-manager.c