[systemd-devel] Please proof-read: systemd’s dependencies and installation footprint

2013-06-08 Thread Michael Stapelberg
Hi, I intend to publish a document about systemd’s dependencies and installation footprint (along with a blog article) to a wider scope soon and would like to make sure I don’t publish anything which is plain wrong. Therefore, I’d be thankful if you could proofread

Re: [systemd-devel] Please proof-read: systemd’s dependencies and installation footprint

2013-06-08 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Jun 08, 2013 at 03:14:45PM +0200, Michael Stapelberg wrote: Hi, I intend to publish a document about systemd’s dependencies and installation footprint (along with a blog article) to a wider scope soon and would like to make sure I don’t publish anything which is plain wrong.

Re: [systemd-devel] Please proof-read: systemd’s dependencies and installation footprint

2013-06-08 Thread Michael Stapelberg
Hi Zbigniew, Thanks for your answer. Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl writes: The binaries systemctl (299 KiB), journalctl (187 KiB) and loginctl (91 KiB) are the main binary to use for respective part of system → it's a bit unclear what to use for means in this context.

Re: [systemd-devel] Please proof-read: systemd’s dependencies and installation footprint

2013-06-08 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Jun 08, 2013 at 05:39:48PM +0200, Michael Stapelberg wrote: Hi Zbigniew, Thanks for your answer. Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl writes: The binaries systemctl (299 KiB), journalctl (187 KiB) and loginctl (91 KiB) are the main binary to use for respective part of

Re: [systemd-devel] Please proof-read: systemd’s dependencies and installation footprint

2013-06-08 Thread Cristian Rodríguez
El 08/06/13 09:14, Michael Stapelberg escribió: Hi, I intend to publish a document about systemd’s dependencies and installation footprint (along with a blog article) to a wider scope soon and would like to make sure I don’t publish anything which is plain wrong. Therefore, I’d be thankful if

Re: [systemd-devel] Running systemd --user and creating a new session

2013-06-08 Thread Ivan Shapovalov
On 08 June 2013 02:41:56 Ivan Shapovalov wrote: On 07 June 2013 12:47:28 Kok, Auke-jan H wrote: On Fri, Jun 7, 2013 at 3:18 AM, Иван Шаповалов intelfx...@gmail.com wrote: Hi all, Recently I've attempted to switch my user session to systemd --user. The configuration is pretty

[systemd-devel] Tuning A/V at Boot

2013-06-08 Thread systemdkiosk
Where in boot sequence tune A/V latency? Is sound.target relevant? Following advice on https://wiki.archlinux.org/index.php/ProAudio#System_Configuration I'm getting script failures and wondering why. The script runs well stand-alone. It must have boot sequencing issues. Kernel command line

[systemd-devel] [PATCH] Allow for the use of @ in remote host calls

2013-06-08 Thread Daniel Wallace
Without this you have to use %40 with the -H flag because dbus doesn't like the @ sign being unescaped. --- src/hostname/hostnamectl.c | 12 ++-- src/locale/localectl.c | 12 ++-- src/login/loginctl.c | 12 ++-- src/shared/dbus-common.c | 4 ++--

Re: [systemd-devel] Tuning A/V at Boot

2013-06-08 Thread Kok, Auke-jan H
On Sat, Jun 8, 2013 at 5:43 PM, systemdki...@yopmail.com wrote: Where in boot sequence tune A/V latency? Is sound.target relevant? anything device specific should be triggered from a udev rule, so that you're not running this service while the device isn't actually available yet to userspace...

[systemd-devel] [PATCH] manager: add DefaultEnvironment option

2013-06-08 Thread Umut Tezduyar
--- man/systemd-system.conf.xml | 21 + man/systemd.exec.xml| 5 +++-- src/core/load-fragment.c| 8 ++-- src/core/main.c | 5 + src/core/manager.c | 12 src/core/manager.h | 1 + src/core/system.conf|