Re: [systemd-devel] [PATCH] backlight: Do not clamp brightness for LEDs

2014-06-05 Thread Lennart Poettering
On Thu, 05.06.14 01:25, Denis Tikhomirov (dvtikhomi...@gmail.com) wrote: Systemd-backlight can not set keyboard backlight level to 0 due to clamp_brightness. I found report for this, https://bugs.freedesktop.org/show_bug.cgi?id=77092 , and it has patch attached. Josh Triplett

Re: [systemd-devel] systemd-networkd: setting the MAC address for a .netdev unit?

2014-06-05 Thread poma
Bridgetto is in the stable 3.14.5 kernel. https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=4a68caa https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.5 . commit 4a68caa1b3d3f382bde56a6a3d3430bcb53ecf7f Author: Toshiaki Makita makita.toshi...@lab.ntt.co.jp

Re: [systemd-devel] systemd-networkd: setting the MAC address for a .netdev unit?

2014-06-05 Thread Tom Gundersen
Thanks for the reminder. I'll revert the revert :) We grew some more features since it was first introduced, so will have to check out how it all works with tunnels, veth devices etc, but should definitely have this back for 314. Cheers, Tom On Thu, Jun 5, 2014 at 12:00 PM, poma

Re: [systemd-devel] systemd-nspawn + SELinux

2014-06-05 Thread Lennart Poettering
On Thu, 05.06.14 15:05, Jan Synacek (jsyna...@redhat.com) wrote: Is there a way to get it working? I'm using systemd-nspawn to start a Fedora Rawhide container. # systemd-nspawn -bD /srv/rawhide ... now inside the container # getenforce Disabled SELinux is not virtualized, there's

Re: [systemd-devel] commit 235c6e628199221b7885f159367614b7105547cf is incorrect

2014-06-05 Thread Kay Sievers
On Thu, Jun 5, 2014 at 12:06 AM, Cristian Rodríguez crrodrig...@opensuse.org wrote: Commit 235c6e628199221b7885f159367614b7105547cf build-sys: accommodate gcc-4.9.0 link-time optimization (LTO) changes systemd fails to build (symbols not found/resolved during cgls link step) under

Re: [systemd-devel] [PATCH v5 12/14] autoconf: xen: enable explicit preference option for xenstored preference

2014-06-05 Thread Lennart Poettering
On Thu, 05.06.14 20:01, Luis R. Rodriguez (mcg...@suse.com) wrote: Hmm? You should exec the real daemon binary at the end, not just fork it off. That wait the shell script process is replaced by the daemon binary, which is what you want. I tried both just running it and also running exec

Re: [systemd-devel] [PATCH] backlight: Do not clamp brightness for LEDs

2014-06-05 Thread Denis Tikhomirov
On Thu, Jun 05, 2014 at 08:37:20AM +0200, Lennart Poettering wrote: The patch is line-broken, please send an uncorrupted patch! I am very sorry, I forgot that my client limits line width. I will use mutt now on. clamp_brightness() clamps the brightness value to the range of the actual device.

[systemd-devel] [PATCH] build-sys: do proper LTO with GCC without needing fat objects

2014-06-05 Thread Jan Alexander Steffens (heftig)
commit 235c6e6 added `-ffat-lto-objects` in order to work around GCC 4.9's new default of disabling such objects. However, this also means LTO doesn't optimize across static libraries — and never did so in the past, either. Use the GCC wrappers for the binutils tools `nm`, `ranlib` and `ar` in

Re: [systemd-devel] [PATCH] build-sys: do proper LTO with GCC without needing fat objects

2014-06-05 Thread Cristian Rodríguez
El 05/06/14 17:49, Jan Alexander Steffens (heftig) escribió: commit 235c6e6 added `-ffat-lto-objects` in order to work around GCC 4.9's new default of disabling such objects. However, this also means LTO doesn't optimize across static libraries — and never did so in the past, either. Use

Re: [systemd-devel] [PATCH] build-sys: do proper LTO with GCC without needing fat objects

2014-06-05 Thread Cristian Rodríguez
El 05/06/14 17:49, Jan Alexander Steffens (heftig) escribió: commit 235c6e6 added `-ffat-lto-objects` in order to work around GCC 4.9's new default of disabling such objects. The other possibility and that we face that this LTO thing does not seem ready for prime time yet and either disable it