Re: [systemd-devel] systemd fails to build with static kmod library

2013-06-02 Thread Stephan Raue
Am 02.06.2013 19:36, schrieb Greg KH: On Sun, Jun 02, 2013 at 07:28:57PM +0200, Stephan Raue wrote: i dont agree, i some cases it makes sense. since udev is included in systemd and udev has now its own buildins for the modprobe stuff it should be possible to use kmod statically linked, esp. if

Re: [systemd-devel] seat-master example

2013-06-02 Thread Floris
Op Sun, 02 Jun 2013 18:29:13 +0200 schreef Floris : Op Sun, 02 Jun 2013 15:32:15 +0200 schreef Tom Gundersen : On Sun, Jun 2, 2013 at 3:07 PM, Floris wrote: And what should I add if I didn't use a mainline graphics driver or a driver that taints the kernel? Then you'll need to add a rule

Re: [systemd-devel] systemd fails to build with static kmod library

2013-06-02 Thread Greg KH
On Sun, Jun 02, 2013 at 07:28:57PM +0200, Stephan Raue wrote: > Am 02.06.2013 18:56, schrieb Cristian Rodríguez: > >El 02/06/13 11:06, Stephan Raue escribió: > >>Hi, > >> > >>systemd fails to build with using a statically libkmod.a: > > > >Sure it does, there is memdup, path_is_absolute and > >path

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

2013-06-02 Thread Thomas H.P. Andersen
On Sun, Jun 2, 2013 at 7:23 PM, Kok, Auke-jan H wrote: > On Sun, Jun 2, 2013 at 2:40 AM, 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 screensho

Re: [systemd-devel] systemd fails to build with static kmod library

2013-06-02 Thread Cristian Rodríguez
El 02/06/13 13:28, Stephan Raue escribió: Am 02.06.2013 18:56, schrieb Cristian Rodríguez: El 02/06/13 11:06, Stephan Raue escribió: Hi, systemd fails to build with using a statically libkmod.a: Sure it does, there is memdup, path_is_absolute and path_make_absolute_cmd symbols defined in sys

Re: [systemd-devel] systemd fails to build with static kmod library

2013-06-02 Thread Stephan Raue
Am 02.06.2013 18:56, schrieb Cristian Rodríguez: El 02/06/13 11:06, Stephan Raue escribió: Hi, systemd fails to build with using a statically libkmod.a: Sure it does, there is memdup, path_is_absolute and path_make_absolute_cmd symbols defined in systemd and kmod. As static libraries do no

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

2013-06-02 Thread Kok, Auke-jan H
On Sun, Jun 2, 2013 at 2:40 AM, 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 wa

Re: [systemd-devel] systemd fails to build with static kmod library

2013-06-02 Thread Cristian Rodríguez
El 02/06/13 11:06, Stephan Raue escribió: Hi, systemd fails to build with using a statically libkmod.a: Sure it does, there is memdup, path_is_absolute and path_make_absolute_cmd symbols defined in systemd and kmod. As static libraries do not have symbol visibility, you will get collisions

Re: [systemd-devel] seat-master example

2013-06-02 Thread Floris
Op Sun, 02 Jun 2013 15:32:15 +0200 schreef Tom Gundersen : On Sun, Jun 2, 2013 at 3:07 PM, Floris wrote: And what should I add if I didn't use a mainline graphics driver or a driver that taints the kernel? Then you'll need to add a rule equivalent to SUBSYSTEM=="graphics", KERNEL=="fb[0-9

[systemd-devel] systemd fails to build with static kmod library

2013-06-02 Thread Stephan Raue
Hi, systemd fails to build with using a statically libkmod.a: libtool: link: /home/stephan/projects/openelec-master/build.OpenELEC-ARCTIC_MC.x86_64-devel/toolchain/bin/x86_64-openelec-linux-gnu-gcc -std=gnu99 -pipe -Wall -Wextra -Wno-inline -Wundef -Wformat=2 -Wformat-security -Wformat-nonlit

Re: [systemd-devel] seat-master example

2013-06-02 Thread Tom Gundersen
On Sun, Jun 2, 2013 at 3:07 PM, Floris wrote: > And what should I add if I didn't use a mainline graphics driver or a driver > that taints the kernel? Then you'll need to add a rule equivalent to SUBSYSTEM=="graphics", KERNEL=="fb[0-9]*", TAG+="seat", TAG+="master-of-seat" but replace fb[0-9] w

Re: [systemd-devel] Build option to disable systemd-tmpfiles services

2013-06-02 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Jun 02, 2013 at 11:09:00AM +0200, Umut Tezduyar wrote: > How do you attach patches to the email thread? I have tried following > command and it still poped up in a different thread: > > git send-email --in-reply-to= > cag-2hqwummxoqgq5x35ed0mq6um5aus0y8faqry6-iec7ou...@mail.gmail.com--iden

Re: [systemd-devel] seat-master example

2013-06-02 Thread Floris
Op Sun, 02 Jun 2013 14:07:25 +0200 schreef Tom Gundersen : On Sun, Jun 2, 2013 at 1:01 PM, Floris wrote: on http://www.freedesktop.org/wiki/Software/systemd/multiseat/ there is a paragraph about udev-rules and the tag "master-of-seat". (or is it renamed to "seat-master"?) Nevertheless, can

Re: [systemd-devel] seat-master example

2013-06-02 Thread Tom Gundersen
On Sun, Jun 2, 2013 at 1:01 PM, Floris wrote: > the tag "master-of-seat". (or is it renamed to "seat-master"?) "master-of-seat" is the correct tag: . -t

Re: [systemd-devel] seat-master example

2013-06-02 Thread Tom Gundersen
On Sun, Jun 2, 2013 at 1:01 PM, Floris wrote: > on http://www.freedesktop.org/wiki/Software/systemd/multiseat/ there is a > paragraph about udev-rules and the tag "master-of-seat". (or is it renamed > to "seat-master"?) Nevertheless, can some give me an example of the udev > rule > how I can creat

[systemd-devel] seat-master example

2013-06-02 Thread Floris
Hey, on http://www.freedesktop.org/wiki/Software/systemd/multiseat/ there is a paragraph about udev-rules and the tag "master-of-seat". (or is it renamed to "seat-master"?) Nevertheless, can some give me an example of the udev rule how I can create a seat master? thanks, floris _

Re: [systemd-devel] [PATCH] build-sys: option to disable tmpfiles

2013-06-02 Thread Tom Gundersen
On Sun, Jun 2, 2013 at 10:54 AM, Umut Tezduyar wrote: > --- > Makefile.am | 52 +--- > configure.ac | 9 + > 2 files changed, 46 insertions(+), 15 deletions(-) > > diff --git a/Makefile.am b/Makefile.am > index e63563f..54c4582 100644 > --

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

2013-06-02 Thread Thomas H.P. Andersen
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 was generated on an old computer with a >> HDD) > > very nice! Do you

Re: [systemd-devel] Build option to disable systemd-tmpfiles services

2013-06-02 Thread Umut Tezduyar
How do you attach patches to the email thread? I have tried following command and it still poped up in a different thread: git send-email --in-reply-to= cag-2hqwummxoqgq5x35ed0mq6um5aus0y8faqry6-iec7ou...@mail.gmail.com--identity=systemd patches/0001-build-sys-option-to-disable-tmpfiles.patch On

[systemd-devel] [PATCH] build-sys: option to disable tmpfiles

2013-06-02 Thread Umut Tezduyar
--- Makefile.am | 52 +--- configure.ac | 9 + 2 files changed, 46 insertions(+), 15 deletions(-) diff --git a/Makefile.am b/Makefile.am index e63563f..54c4582 100644 --- a/Makefile.am +++ b/Makefile.am @@ -280,9 +280,13 @@ rootbin_PROGRAM