Re: [systemd-devel] [PATCH/RFC] gudev: add device::get_sysfs_attr_keys() and device::has_sysfs_attr()

2014-02-22 Thread Andreas Fuchs
Ok, I'll try my luck with git send-email then. I was unaware of this gmail-oddity. Sorry about that. Any ideas, why lubudev consideres so many things as attributes ? Cheers, Andreas 2014-02-14 1:07 GMT+01:00 Lennart Poettering lenn...@poettering.net: On Mon, 13.01.14 21:19, Andreas Fuchs

[systemd-devel] [PATCH] gudev: add device::get_sysfs_attr_keys and device::has_sysfs_attr

2014-02-22 Thread Andreas Fuchs
For gudev - gudevdevice: - Add support for get_sysfs_attr_keys() - Add support for has_sysfs_attr() Signed-off-by: Andreas Fuchs andu...@gmail.com --- src/gudev/gudevdevice.c | 53 + src/gudev/gudevdevice.h | 3 +++ 2 files changed, 56

Re: [systemd-devel] [HEADS-UP] It's release time!

2014-02-22 Thread Jan Janssen
On 02/18/2014 01:33 PM, Tom Gundersen wrote: On Tue, Feb 18, 2014 at 1:20 PM, Jan Janssen medhe...@web.de wrote: the *.link files for networkd completely lack documentation. They are documented in udev(8). Let me know if anything is unclear or lacking. And in general, I would say that

[systemd-devel] [PATCH] detect_virtualization: make Virtualization an out value

2014-02-22 Thread Thomas H.P. Andersen
From: Thomas Hindoe Paaboel Andersen pho...@gmail.com The return value from detect_virtualization used to be a Virtualization enum but in cases of error it would also be a negative errno. This caused a warning in clang when test-architecture began comparing the return value to -EPERM and -EACCES.

[systemd-devel] [PATCH 2/2] build-sys: Also move libsystemd-journal to rootlibdir

2014-02-22 Thread Armin K
--- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index e25d532..b1f0670 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4479,11 +4479,13 @@ lib_LTLIBRARIES += \ # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed

Re: [systemd-devel] Cannot boot after upgrading to latest git version

2014-02-22 Thread Dave Reisner
On Sat, Feb 22, 2014 at 04:05:31PM +0100, Armin K. wrote: Hi, I just finished upgrading to latest git master and I can't boot anymore. Without knowing what version you upgraded *from*, this is incomplete information. Partitions are failing to mount, even though I can confirm that correct

Re: [systemd-devel] [PATCH 2/2] build-sys: Also move libsystemd-journal to rootlibdir

2014-02-22 Thread Kay Sievers
On Sat, Feb 22, 2014 at 3:22 PM, Armin K kre...@email.com wrote: --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index e25d532..b1f0670 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4479,11 +4479,13 @@ lib_LTLIBRARIES += \ # move lib from

Re: [systemd-devel] [PATCH 2/2] build-sys: Also move libsystemd-journal to rootlibdir

2014-02-22 Thread Armin K.
On 02/22/2014 05:44 PM, Kay Sievers wrote: On Sat, Feb 22, 2014 at 3:22 PM, Armin K kre...@email.com wrote: --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index e25d532..b1f0670 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4479,11

Re: [systemd-devel] [PATCH 1/2] build-sys: Always install compat pkg-config files

2014-02-22 Thread Kay Sievers
On Sat, Feb 22, 2014 at 3:21 PM, Armin K kre...@email.com wrote: Packages are still looking for the old pkg-config files, so until everything has been ported over, install them always, no matter if compat-libs are built or not. So far, we think that compat should stay compat, and not mix with

Re: [systemd-devel] [PATCH 2/2] build-sys: Also move libsystemd-journal to rootlibdir

2014-02-22 Thread Kay Sievers
On Sat, Feb 22, 2014 at 5:48 PM, Armin K. kre...@email.com wrote: On 02/22/2014 05:44 PM, Kay Sievers wrote: On Sat, Feb 22, 2014 at 3:22 PM, Armin K kre...@email.com wrote: --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index

Re: [systemd-devel] Cannot boot after upgrading to latest git version

2014-02-22 Thread Armin K.
On 02/22/2014 05:18 PM, Dave Reisner wrote: On Sat, Feb 22, 2014 at 04:05:31PM +0100, Armin K. wrote: Hi, I just finished upgrading to latest git master and I can't boot anymore. Without knowing what version you upgraded *from*, this is incomplete information. Sorry, I was using version

Re: [systemd-devel] [PATCH/RFC] gudev: add device::get_sysfs_attr_keys() and device::has_sysfs_attr()

2014-02-22 Thread Kay Sievers
On Sat, Feb 22, 2014 at 11:55 AM, Andreas Fuchs andu...@gmail.com wrote: Ok, I'll try my luck with git send-email then. I was unaware of this gmail-oddity. Sorry about that. Any ideas, why lubudev consideres so many things as attributes ? What do you mean with attributes? Attributes are just

Re: [systemd-devel] [PATCH] gudev: add device::get_sysfs_attr_keys and device::has_sysfs_attr

2014-02-22 Thread Kay Sievers
On Sat, Feb 22, 2014 at 12:02 PM, Andreas Fuchs andu...@gmail.com wrote: For gudev - gudevdevice: - Add support for get_sysfs_attr_keys() - Add support for has_sysfs_attr() Applied. Thanks, Kay ___ systemd-devel mailing list

Re: [systemd-devel] [PATCH] fix SECCOMP_CFLAGS usage

2014-02-22 Thread Kay Sievers
On Sat, Feb 22, 2014 at 2:54 AM, Cristian Rodríguez crrodrig...@opensuse.org wrote: This is broken again... In file included from ./src/core/unit.h:40:0, from src/shared/condition-util.c:35: ./src/core/execute.h:37:21: fatal error: seccomp.h: No such file or directory

Re: [systemd-devel] [PATCH 1/2] udev: use bit as unit for network card speeds

2014-02-22 Thread Tom Gundersen
On Wed, Nov 13, 2013 at 3:58 AM, Lennart Poettering lenn...@poettering.net wrote: On Tue, 12.11.13 05:49, Jan Engelhardt (jeng...@inai.de) wrote: Given a card that can do 100 Mbit/s, that would be about 12.5 MByte/s, but you cannot seriously expect me to use that value. Although it is quite

Re: [systemd-devel] discussions of pkg-config black magic over at gentoo

2014-02-22 Thread Kay Sievers
On Thu, Feb 20, 2014 at 7:34 PM, Lennart Poettering lenn...@poettering.net wrote: On Thu, 20.02.14 19:31, Jason A. Donenfeld (ja...@zx2c4.com) wrote: So right now we're considering something like this [2] or [3]. A bit of a bummer to patch the build system like this, but we don't want to rely