[systemd-devel] [PATCH] ata_id: unbotch format specifier

2015-06-23 Thread Jan Engelhardt
Commit v218-247-g11c6f69 broke the output of the utility. %1$ PRIu64 x expands to %1$lux, essentially %lux, which shows the problem. u and x cannot be combined, u wins as the type character, and x gets emitted verbatim to stdout. References: https://bugzilla.redhat.com/show_bug.cgi?id=1227503 ---

[systemd-devel] No cgroups in cpu,cpuacct despite autogrouping

2015-05-22 Thread Jan Engelhardt
In my kernel, there is CONFIG_SCHED_AUTOGROUP=y set. I believe that since systemd is capable of, and is doing grouping on its own, the kernel option has no effect. This seems reflected in /sys/fs/cgroups/cpu,cpuacct having no subdirectories: 12:34 ares40:../cgroup/cpu,cpuacct ls -Fax ./

Re: [systemd-devel] networkd-218 seems to ignore .link files

2015-05-19 Thread Jan Engelhardt
On Tuesday 2015-05-19 18:38, Tom Gundersen wrote: # networkctl status --no-pager eth0 ??● 3: eth0 Link File: n/a Network File: n/a Type: ether State: off (unmanaged) Path: pci-:01:00.0 Driver: r8169 [...] # cat

Re: [systemd-devel] networkd-218 seems to ignore .link files

2015-05-19 Thread Jan Engelhardt
On Tuesday 2015-05-19 19:03, Tom Gundersen wrote: Unlike hwdevtype, arphrd is at least set _all the time_. True, but not always to something useful (which is why we special case ARPHRD_ETHER and DEVTYPE==wlan|wwan). How so? If ethernet frames is what the OS has to send to the device to make me

Re: [systemd-devel] Masked services start dependencies in any case

2015-04-02 Thread Jan Engelhardt
On Thursday 2015-04-02 10:35, Lennart Poettering wrote: On Mon, 30.03.15 01:46, Jan Engelhardt (jeng...@inai.de) wrote: What does systemctl status and systemctl show say about the unit in question? (And what is klog.service? Sounds really obsolete...) The issue is not reproducible. Further

[systemd-devel] What requires kmod

2015-03-29 Thread Jan Engelhardt
systemd/configure.ac has a AC_CHECK_PROG([KMOD]...) but what actually *uses* this? The way it looks, it's all (udev rules) using libkmod directly. ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

[systemd-devel] Masked services start dependencies in any case

2015-03-29 Thread Jan Engelhardt
Thread originated in http://lists.opensuse.org/opensuse-factory/2015-03/msg00419.html On Monday 2015-03-30 01:07, Jan Engelhardt wrote: On Sunday 2015-03-29 20:24, Stefan Seifert wrote: Some time in the last month Tumbleweed lost the ability to boot into runlevel 3 (command line with no X

Re: [systemd-devel] [PATCH 1/2] vconsole: match on vtcon events, not fbcon ones

2015-02-27 Thread Jan Engelhardt
On Friday 2015-02-27 04:12, Zbigniew Jędrzejewski-Szmek wrote: On Tue, Feb 24, 2015 at 05:49:02PM +0100, Jan Engelhardt wrote: +ACTION==add, SUBSYSTEM==vtconsole, KERNEL==vtcon*, RUN+=@rootlibexecdir@/systemd-vconsole-setup The fbcon driver may be loaded at a time way before the first

Re: [systemd-devel] [PATCH 2/2] vconsole: set font on tty16..tty63 as well

2015-02-26 Thread Jan Engelhardt
On Wednesday 2015-02-25 21:10, Lennart Poettering wrote: The setup program would not set the font on tty16 upwards. There is a maximum of 63 VCs possible in Linux. (That number is hardcoded.) We deliberately do not support such high VTs in systemds. And what's the rationale?

[systemd-devel] [PATCH] vconsole: set font on tty16..tty63 as well

2015-02-24 Thread Jan Engelhardt
The setup program would not set the font on tty16 and upwards. There is a maximum of 63 VCs possible in Linux. (That number is hardcoded.) The reason for systemd not having supported tty16+ is because it used the VT_GETSTATE ioctl, which can only tell about the state of the first 16 ttys.

[systemd-devel] [PATCH 2/2] vconsole: set font on tty16..tty63 as well

2015-02-24 Thread Jan Engelhardt
The setup program would not set the font on tty16 upwards. There is a maximum of 63 VCs possible in Linux. (That number is hardcoded.) --- src/vconsole/vconsole-setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vconsole/vconsole-setup.c

Re: [systemd-devel] [PATCH 2/2] vconsole: set font on tty16..tty63 as well

2015-02-24 Thread Jan Engelhardt
On Tuesday 2015-02-24 19:47, Lennart Poettering wrote: On Tue, 24.02.15 17:49, Jan Engelhardt (jeng...@inai.de) wrote: The setup program would not set the font on tty16 upwards. There is a maximum of 63 VCs possible in Linux. (That number is hardcoded.) We deliberately do not support

[systemd-devel] [PATCH] vconsole: rerun setup on console takeovers as well

2015-02-24 Thread Jan Engelhardt
When a system, which has an FB driver and fbcon loaded and active, then the font state gets lost on console takeovers, as for example issued by i915. Since fbcon remains loaded and active, the existing event handling (add/vtcon*) is not sufficient. --- This goes on top of the other patchset I sent

[systemd-devel] systemd-vconsole-setup rendered ineffective thanks to VT framebuffer switch

2015-02-19 Thread Jan Engelhardt
During openQA runs, openSUSE observed that the on-screen font was different lately. I can locally reproduce the problem, which is, generally speaking: Loading a framebuffer module resets the console font to the VGA ROM default for that mode. systemd-vconsole-setup or part thereof needs to be

Re: [systemd-devel] networkd-218 won't set bridge l2addr to slave device

2015-01-25 Thread Jan Engelhardt
On Tuesday 2015-01-13 18:39, Tom Gundersen wrote: On Mon, Jan 12, 2015 at 12:55 AM, Jan Engelhardt jeng...@inai.de wrote: tcpdump now tells us on ping: 66:ba:7f:2d:8b:80-ff:ff:ff:ff:ff:ff ethertype ARP (0x0806), length 44: Request who-has 10.10.60.129 tell 10.10.60.1, length 28

Re: [systemd-devel] networkd-218 won't set bridge l2addr to slave device

2015-01-25 Thread Jan Engelhardt
On Sunday 2015-01-25 23:51, Jan Engelhardt wrote: The virtual machine only receives L2 frames destined for 08:00:27:0a:c5:b2 (and broadcast), even when enp0s3 is in promisc mode. This may very well be an artifact of TAP, or of how the VirtualBox service processes on the real machine react

Re: [systemd-devel] make install busted in git

2015-01-13 Thread Jan Engelhardt
On Tuesday 2015-01-13 15:07, Mike Gilbert wrote: /usr/bin/xsltproc -o man/bootup.7 --nonet --xinclude --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam

Re: [systemd-devel] make install busted in git

2015-01-13 Thread Jan Engelhardt
On Tuesday 2015-01-13 00:25, Zbigniew Jędrzejewski-Szmek wrote: On Mon, Jan 12, 2015 at 11:42:38PM +0100, Jan Engelhardt wrote: Happens with top-of-line 720e0be0f00f4a7fee808d1cf60db43970900588. == Summary == + make install DESTDIR=/home/abuild/rpmbuild/BUILDROOT/systemd-218a-0.x86_64

[systemd-devel] make install busted in git

2015-01-12 Thread Jan Engelhardt
Happens with top-of-line 720e0be0f00f4a7fee808d1cf60db43970900588. == Summary == + make install DESTDIR=/home/abuild/rpmbuild/BUILDROOT/systemd-218a-0.x86_64 make --no-print-directory install-recursive Making install in . [...] XSLT man/busctl.1 [...] /usr/bin/mkdir -p

Re: [systemd-devel] networkd-218 seems to ignore .link files

2015-01-12 Thread Jan Engelhardt
On Monday 2015-01-12 18:29, Tom Gundersen wrote: In systemd-218, I have configured the following testcase: /etc/systemd/network# ls -al total 20 drwxr-xr-x 2 root root 4096 Jan 11 18:14 . drwxr-xr-x 5 root root 4096 Jan 11 16:23 .. -rw-r--r-- 1 root root 96 Jan 11 18:14 99a-ether.link

[systemd-devel] networkd-218 seems to ignore .link files

2015-01-11 Thread Jan Engelhardt
In systemd-218, I have configured the following testcase: /etc/systemd/network# ls -al total 20 drwxr-xr-x 2 root root 4096 Jan 11 18:14 . drwxr-xr-x 5 root root 4096 Jan 11 16:23 .. -rw-r--r-- 1 root root 96 Jan 11 18:14 99a-ether.link -rw-r--r-- 1 root root 241 Jan 11 18:12 brd0.network

[systemd-devel] networkd-218 won't set bridge l2addr to slave device

2015-01-11 Thread Jan Engelhardt
When using the old-fashioned brctl to set up a bridge, it would give the bridge the L2 address of the first slave when the slave is added. networkd does not do that, which leads to a setup like this: 2: enp0s3: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast master brg0 state UP

[systemd-devel] [PATCH 3/3] doc: use expanded forms for written style

2014-06-27 Thread Jan Engelhardt
--- CODING_STYLE | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/CODING_STYLE b/CODING_STYLE index e192944..e22c1ed 100644 --- a/CODING_STYLE +++ b/CODING_STYLE @@ -23,14 +23,14 @@ more than one cause, it *really* should have int as return value

[systemd-devel] [PATCH 1/3] doc: grammatical corrections

2014-06-27 Thread Jan Engelhardt
--- CODING_STYLE| 24 ++--- NEWS| 46 - README | 8 +++ man/coredump.conf.xml | 2 +- man/coredumpctl.xml | 2 +- man/hostnamectl.xml

[systemd-devel] [PATCH 2/3] doc: typographical improvements and choice of words

2014-06-27 Thread Jan Engelhardt
--- CODING_STYLE| 10 +- NEWS| 4 ++-- man/sysctl.d.xml| 4 ++-- man/systemd.network.xml | 4 ++-- man/tmpfiles.d.xml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CODING_STYLE b/CODING_STYLE index

[systemd-devel] The usual document updates

2014-06-27 Thread Jan Engelhardt
up to 3a6a5f848ce56c5e78641edc4945cadfa304934e: doc: use expanded forms for written style (2014-06-28 03:38:20 +0200) Jan Engelhardt (3): doc: grammatical corrections doc: typographical improvements and choice of words

Re: [systemd-devel] [PATCH] build: put missing KMOD_CFLAGS into Makefile

2014-05-21 Thread Jan Engelhardt
On Thursday 2014-05-22 02:27, Lennart Poettering wrote: On Tue, 20.05.14 23:31, Jan Engelhardt (jeng...@inai.de) wrote: The build fails if kmod is not in a default location. Thanks! Applied! Have you thought about just putting everything into AM_CFLAGS=, so that you do not need per-target

[systemd-devel] bulid: linking order is irrelevant

2014-05-21 Thread Jan Engelhardt
commit ffcf82d250e95ea0a06a95d7adc72bfad6db51e3 Author: Kay Sievers k...@vrfy.org Date: Thu May 22 09:41:32 2014 +0900 build-sys: fix linking order ./.libs/libsystemd-network.a(libsystemd_network_la-network-internal.o): network-internal.c:function

[systemd-devel] [PATCH] build: put missing KMOD_CFLAGS into Makefile

2014-05-20 Thread Jan Engelhardt
The build fails if kmod is not in a default location. --- Makefile.am | 8 1 file changed, 8 insertions(+) diff --git a/Makefile.am b/Makefile.am index f2a3bbd..f3108db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4200,6 +4200,10 @@ systemd_resolved_SOURCES = \

Re: [systemd-devel] Corrections to documentation

2014-05-07 Thread Jan Engelhardt
On Tuesday 2014-05-06 23:09, Tom Gundersen wrote: Applied 1,2 and 5. Thanks! However, I was not able to apply 3 and 4, care to take a look? There is - no doubt - fluctuation in that area. I'm resending a rebased one in a minute. ___ systemd-devel

[systemd-devel] [PATCH 4/4] doc: write out stdin/stdout file descriptors

2014-05-07 Thread Jan Engelhardt
When refering to code, STDOUT/STDOUT/STDERR are replaced with stdin/stdout/stderr, and in other places they are replaced with normal phrases like standard output, etc. Addendum to commit v209~127. --- man/daemon.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[systemd-devel] [PATCH 1/4] doc: corrections to words and forms

2014-05-07 Thread Jan Engelhardt
This patch exchange words which are inappropriate for a situation, deletes duplicated words, and adds particles where needed. --- NEWS | 2 +- man/sd_bus_message_append_string_memfd.xml | 4 ++-- man/sd_bus_message_append_strv.xml | 4 ++--

[systemd-devel] Corrections to documentation (2014-05-08)

2014-05-07 Thread Jan Engelhardt
: write out stdin/stdout file descriptors (2014-05-08 01:26:35 +0200) Jan Engelhardt (4): doc: corrections to words and forms doc: comma placement corrections and word order doc: balance C indirections in function

[systemd-devel] Corrections to documentation

2014-05-03 Thread Jan Engelhardt
repository at: git://git.inai.de/systemd master for you to fetch changes up to b22b232f6bd4303d267b36e2262d8d1896daf765: doc: adhere to XML syntax (2014-05-03 19:11:18 +0200) Jan Engelhardt (5): doc: use non-contracted

[systemd-devel] [PATCH 2/5] doc: typographical fine tuning

2014-05-03 Thread Jan Engelhardt
--- NEWS| 4 ++-- README | 2 +- TODO| 2 +- man/sd_bus_path_encode.xml | 2 +- man/systemd-gpt-auto-generator.xml | 12 ++-- man/systemd-networkd.service.xml| 2 +-

[systemd-devel] [PATCH 1/5] doc: use non-contracted forms in written documents

2014-05-03 Thread Jan Engelhardt
--- NEWS | 42 +- README | 2 +- TODO | 36 ++-- man/sd_bus_path_encode.xml | 2 +- man/systemd.network.xml| 2 +- 5 files changed, 42 insertions(+), 42

[systemd-devel] [PATCH 5/5] doc: adhere to XML syntax

2014-05-03 Thread Jan Engelhardt
--- man/systemd.resource-control.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index 5a996fd..80c365b 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -139,7 +139,7

Re: [systemd-devel] Compilation with gcc-4.9 fails

2014-04-22 Thread Jan Engelhardt
On Monday 2014-03-03 07:51, Jan Engelhardt wrote: When building with GCC 4.9.0 [svn r208221], then the following happens: [...] $ nm src/libsystemd/sd-bus/.libs/libsystemd_la-sd-bus.o 0001 C __gnu_lto_slim 0001 C __gnu_lto_v1 $ make [...] CCLD libgudev-1.0.la /usr

[systemd-devel] Compilation with gcc-4.9 fails

2014-03-02 Thread Jan Engelhardt
Just informing you… When building with GCC 4.9.0 [svn r208221], then the following happens: $ make [...] make --no-print-directory all-recursive Making all in . CC src/libsystemd/sd-bus/libsystemd_la-sd-bus.lo CC src/libsystemd/sd-bus/libsystemd_la-bus-control.lo CC

Re: [systemd-devel] [ANNOUNCE] systemd 210

2014-02-25 Thread Jan Engelhardt
On Monday 2014-02-24 23:08, Lennart Poettering wrote: CHANGES WITH 210: * logind is now a lot more aggressive when suspending the machine due to a closed laptop lid. Instead of acting only on the lid close action it will continuously watch the lid status

[systemd-devel] [PATCH 03/10] doc: detail what UID is

2014-02-17 Thread Jan Engelhardt
--- man/sd_bus_creds_get_pid.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index 299c05a..740082e 100644 --- a/man/sd_bus_creds_get_pid.xml +++ b/man/sd_bus_creds_get_pid.xml @@ -246,10 +246,10 @@ along

[systemd-devel] Mostly documentation updates

2014-02-17 Thread Jan Engelhardt
to 44841cb351bb641ab8cbe77006e399913b1d8ebb: doc: utilize the DocBook markup for some literals (2014-02-17 16:26:45 +0100) Jan Engelhardt (10): core: more exact test on the procfs special string (deleted) doc: quote consistently in autoconf code doc

[systemd-devel] [PATCH 04/10] doc: update punctuation

2014-02-17 Thread Jan Engelhardt
Resolve spotted issues related to missing or extraneous commas, dashes. --- man/journalctl.xml | 6 +++--- man/sd_bus_error.xml | 2 +- man/sd_bus_new.xml | 2 +- man/systemctl.xml | 10 +- man/systemd-cat.xml

[systemd-devel] [PATCH 07/10] doc: properly use XML entities

2014-02-17 Thread Jan Engelhardt
--- man/localtime.xml| 2 +- man/sd_bus_error.xml | 8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man/localtime.xml b/man/localtime.xml index b7fd1ba..dbf2379 100644 --- a/man/localtime.xml +++ b/man/localtime.xml @@ -55,7 +55,7 @@ /refnamediv

[systemd-devel] [PATCH 05/10] doc: resolve missing/extraneous words or inappropriate forms

2014-02-17 Thread Jan Engelhardt
Issues fixed: * missing words required by grammar * duplicated or extraneous words * inappropriate forms (e.g. singular/plural), and declinations * orthographic misspellings --- man/busctl.xml | 2 +- man/journalctl.xml | 2 +- man/journald.conf.xml|

[systemd-devel] [PATCH 01/10] core: more exact test on the procfs special string (deleted)

2014-02-17 Thread Jan Engelhardt
In other parts of systemd, the code checks for (deleted), but in one instance, it did not (yet). Make it do the same. --- src/core/umount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/umount.c b/src/core/umount.c index 30111be..2d166c1 100644 ---

[systemd-devel] [PATCH 06/10] doc: choose different words to improve clarity

2014-02-17 Thread Jan Engelhardt
I suggest the following changes to improve the way the text reads (flows). --- man/crypttab.xml | 6 +++--- man/sd_bus_creds_get_pid.xml | 2 +- man/sd_bus_message_get_monotonic_usec.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git

[systemd-devel] [PATCH 09/10] doc: reword shared per-thread wording

2014-02-17 Thread Jan Engelhardt
Either it is shared across threads, or it is per-thread: decide. Reading the source code, I see a thread_local identifier, so that's that. But that does not yet preclude that a program may pass around the pointer returned from the function among its own threads. Do a best effort at saying so.

[systemd-devel] [PATCH 08/10] doc: balance C indirections in function prototypes

2014-02-17 Thread Jan Engelhardt
Shift the asterisks in the documentation's prototypes such that they are consistent among each other. Use the right side to match source code. --- man/sd_bus_creds_get_pid.xml | 48 +++ man/sd_bus_creds_new_from_pid.xml | 12

[systemd-devel] [PATCH 10/10] doc: utilize the DocBook markup for some literals

2014-02-17 Thread Jan Engelhardt
--- man/systemd-networkd.service.xml | 6 +++--- man/systemd-udevd.service.xml| 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 48521df..527742c 100644 --- a/man/systemd-networkd.service.xml +++

[systemd-devel] [PATCH 02/10] doc: quote consistently in autoconf code

2014-02-17 Thread Jan Engelhardt
AS_HELP_STRING has been observed to expand such that the surround function complains; play it safe and consistenly quote the example code throughout. --- man/daemon.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/daemon.xml b/man/daemon.xml index 26ba600..88dd082

[systemd-devel] [PATCH] doc: fix newly-arisen inconsistencies in NEWS

2014-02-17 Thread Jan Engelhardt
--- This goes onto 06beed6. NEWS | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index ae7be6e..6a6635b 100644 --- a/NEWS +++ b/NEWS @@ -5,13 +5,13 @@ CHANGES WITH 209: * A new component systemd-networkd has been added that can

Re: [systemd-devel] [PATCH] man: grammar and wording improvements

2014-02-14 Thread Jan Engelhardt
On Friday 2014-02-14 12:44, Lennart Poettering wrote: On Fri, 20.12.13 03:03, Jan Engelhardt (jeng...@inai.de) wrote: This is a recurring submission and includes corrections to various issue spotted: comma setting, missing words/preposition choice. Of note is the change of /lib to /usr/lib

[systemd-devel] [PATCH 2/3] man: improvements to comma placement

2013-12-25 Thread Jan Engelhardt
This is a recurring submission and includes corrections to: comma placement. --- man/halt.xml | 2 +- man/hostnamectl.xml| 2 +- man/journalctl.xml | 2 +- man/sd-daemon.xml | 4 ++-- man/sd-readahead.xml

[systemd-devel] man: accumulated edits

2013-12-25 Thread Jan Engelhardt
to fbd1e237dd8bd192c5b99b4dbcaf8ccbb429611e: man: grammar and wording improvements (2013-12-26 02:46:29 +0100) Jan Engelhardt (3): man: resolve word omissions man: improvements to comma placement man: grammar

[systemd-devel] [PATCH 1/3] man: resolve word omissions

2013-12-25 Thread Jan Engelhardt
This is a recurring submission and includes corrections to: word omissions and word class choice. --- man/binfmt.d.xml| 4 ++-- man/journald.conf.xml | 2 +- man/loginctl.xml| 2 +- man/sd-daemon.xml

[systemd-devel] [PATCH 3/3] man: grammar and wording improvements

2013-12-25 Thread Jan Engelhardt
This is a recurring submission and includes corrections to: - missing words, preposition choice. - change of /lib to /usr/lib, because that is what most distros are using as the system-wide location for systemd/udev files. --- man/daemon.xml| 2 +- man/journalctl.xml

[systemd-devel] [PATCH] man: grammar and wording improvements

2013-12-19 Thread Jan Engelhardt
This is a recurring submission and includes corrections to various issue spotted: comma setting, missing words/preposition choice. Of note is the change of /lib to /usr/lib, because that is what most distros are using as the system-wide location for systemd/udev files. --- man/journalctl.xml

Re: [systemd-devel] Configuration file parser library

2013-11-11 Thread Jan Engelhardt
On Monday 2013-11-11 07:21, Anatol Pomozov wrote: Hi On Sat, Nov 9, 2013 at 6:02 AM, Chris Morgan chmor...@gmail.com wrote: Hello. I wanted to implement a configuration file format for an application of mine that uses a similar format to what systemd uses. I was wondering if the parser used

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

2013-11-11 Thread Jan Engelhardt
On Tuesday 2013-11-12 06:34, David Timothy Strauss wrote: On Tue, Nov 12, 2013 at 3:27 PM, Jan Engelhardt jeng...@inai.de wrote: As far as I can see, ethtool-util.c in systemd merely passes that on to ethtool, and /usr/include/linux/ethtool.h says MBps in its comments

[systemd-devel] [PATCH 2/2] man: add rationale into systemd-halt(8)

2013-11-06 Thread Jan Engelhardt
The explanation is from http://people.debian.org/~stapelberg/docs/systemd-dependencies.html --- man/systemd-halt.service.xml | 6 ++ 1 file changed, 6 insertions(+) diff --git a/man/systemd-halt.service.xml b/man/systemd-halt.service.xml index 2fd7b8b..0737d05 100644 ---

Re: [systemd-devel] [RFC][PATCH] networkd: add a basic network daemon

2013-11-05 Thread Jan Engelhardt
On Wednesday 2013-11-06 02:57, Tom Gundersen wrote: Gateway=192.168.1.1 Address=label@192.168.1.23/24 Address=fe80::9aee:94ff:fe3f:c618/64 The @ syntax is my invention, but i'm very happy to change it if anyone has a better suggestion. Be sure to support Address=192.168.1.23/24

Re: [systemd-devel] Power aware units

2013-11-04 Thread Jan Engelhardt
On Monday 2013-11-04 16:52, Lennart Poettering wrote: Those _were_ all cron jobs. I don't think that any of those should be cron jobs, especially the 4 AM update-db or man-db runs. Anacron is just patching over the fact that most machines aren't running at that time of day. Well, but if

Re: [systemd-devel] [PATCH 0/1] systemd will fail to compile if libgcrypt is missing

2013-11-04 Thread Jan Engelhardt
On Monday 2013-11-04 13:01, Lennart Poettering wrote: On Sat, 02.11.13 02:11, Djalal Harouni (tix...@opendz.org) wrote: I'm building from git tree, and I've noticed that systemd autogen.sh will fail if the libgcrypt and its headers are missing. This is expected that way. If you build from git

Re: [systemd-devel] Scheme: Linux startup process with systemd

2013-11-04 Thread Jan Engelhardt
On Monday 2013-11-04 23:48, ScotXW wrote: Hi, I created this [1] scheme. Can you help fill in the blank? I know there is very extensive documentation about systemd, it is way too extensive for my purposes, the home user. [1]

Re: [systemd-devel] Scheme: Linux startup process with systemd

2013-11-04 Thread Jan Engelhardt
On Tuesday 2013-11-05 00:19, ScotXW wrote: On 11/05/2013 12:01 AM, Kay Sievers wrote: Most of this is just misleading, plain wrong or backwards. Systemd is not in-between the kernel and applications, especially not for the ones you listed. [Yes is it] Y-axes represents the time How screwed

Re: [systemd-devel] Scheme: Linux startup process with systemd

2013-11-04 Thread Jan Engelhardt
On Tuesday 2013-11-05 00:28, ScotXW wrote: Seems rather strange to find GRUB and Linux in BIOS. And if you talk about Uboot and Redboot and whatever else, then marking the orange section as GRUB is sorta outta place. Linux kernel and GNU GRUB can be payloads to coreboot. That may be so,

Re: [systemd-devel] Need advice on daemon's architecture

2013-11-03 Thread Jan Engelhardt
On Sunday 2013-11-03 14:42, Hoyer, Marko (ADITG/SW2) wrote: Isn't the classical Linux way an option to? - the daemon does its initialization with the calling thread - once it is done with the initialization, it forks off a process that goes on with the daemons work (the main loop probably) - the

Re: [systemd-devel] [udev] Wrong PID used in netlink socket

2013-10-27 Thread Jan Engelhardt
On Thursday 2013-10-10 15:36, Kay Sievers wrote: Note, that the netlink *address* just happens to be the PID in the usual case, but it's not necessarily the PID. For netlink t's just a number, an address not a PID. The second netlink socket a process opens gets a negative address instead of

Re: [systemd-devel] [RFC][PATCH] udev: add network link configuration tool

2013-10-26 Thread Jan Engelhardt
On Saturday 2013-10-26 16:16, Tom Gundersen wrote: The tool is configured by .link files in /etc/net/links/ (with the usual overriding logic in /run and /lib). The first (in lexicographical order) matching .link file is applied to a given device, and all others are ignored. Is there anything

Re: [systemd-devel] Can apps ship their own copy of libudev?

2013-10-25 Thread Jan Engelhardt
On Friday 2013-10-25 11:24, Thiago Macieira wrote: Even if it isn't that minor of an issue, the correct thing to do here is to dlopen it, as that removes this type of issue completely. That's what we'll do. It's just a sub-optimal solution, compared to direct normal linking -- which is

Re: [systemd-devel] Can apps ship their own copy of libudev?

2013-10-24 Thread Jan Engelhardt
On Thursday 2013-10-24 14:15, Koehne Kai wrote: I'm a developer working on Qt.[...] https://bugreports.qt-project.org/browse/QTBUG-34176 [is] one of the problems we still have[,] to fix is our libudev.so.0 dependency ... That is, we're building the packages on Ubuntu 11.10 and link against

[systemd-devel] [PATCH 1/2] man: wording and grammar updates

2013-10-21 Thread Jan Engelhardt
This is a recurring submission and includes corrections to various issue spotted. --- DISTRO_PORTING | 8 README | 34 ++ TODO| 22 +++--- man/kernel-command-line.xml

[systemd-devel] [PATCH 2/2] man: avoid the use of sudo in examples

2013-10-21 Thread Jan Engelhardt
sudo is not the first-class tool on all distros. Just require any superuser shell. --- man/systemd-socket-proxyd.xml | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/man/systemd-socket-proxyd.xml b/man/systemd-socket-proxyd.xml index 9f2389a..d17c86e 100644 ---

Re: [systemd-devel] moving from SysV to systemd - issue with / being ro

2013-10-18 Thread Jan Engelhardt
On Thursday 2013-10-17 22:16, Colin Guthrie wrote: Perhaps a dumb question but are you 100% certain that systemd-remount-fs.service has been run? I've not seen any debug about it so far on this thread: [lots of prose] That said, as the tool worked properly, it would seem that *something* is

[systemd-devel] [PATCH 1/2] man: document the -b special boot option

2013-10-15 Thread Jan Engelhardt
--- man/kernel-command-line.xml | 1 + man/systemd.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index cc267a3..abe68e5 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -123,6 +123,7 @@

[systemd-devel] Manpage updates

2013-10-15 Thread Jan Engelhardt
: man: wording and grammar updates (2013-10-15 08:55:57 +0200) Jan Engelhardt (2): man: document the -b special boot option man: wording and grammar updates man/journalctl.xml | 6 +++--- man/kernel

[systemd-devel] [PATCH 2/2] man: wording and grammar updates

2013-10-15 Thread Jan Engelhardt
This is a recurring submission and includes corrections to various issue spotted. I guess I can just skip over reporting ubiquitous comma placement fixes… --- man/journalctl.xml | 6 +++--- man/systemctl.xml| 6 +++--- man/systemd-cgtop.xml|

Re: [systemd-devel] [PATCH] make fsck fix mode a kernel command line option

2013-10-10 Thread Jan Engelhardt
On Monday 2013-10-07 14:25, Karel Zak wrote: On Tue, Sep 10, 2013 at 04:55:19PM +0100, Colin Guthrie wrote: 'Twas brillig, and Tom Gundersen at 10/09/13 13:45 did gyre and gimble: On Tue, Sep 10, 2013 at 2:31 PM, Jan Engelhardt jeng...@inai.de wrote: On Tuesday 2013-09-10 13:52, Dave

Re: [systemd-devel] [PATCH 1/3] fstab-generator: Generate explicit dependencies on systemd-fsck@.service instead of using FsckPassNo

2013-10-01 Thread Jan Engelhardt
On Tuesday 2013-10-01 04:29, Lennart Poettering wrote: b) declare that manual passno configuration is stupid beyond treating it as simple boolean. In thatc ase we should drop all references of passno in the sources. Of course people might complain that we break compat with

Re: [systemd-devel] [HEADS-UP] systemd hackfest at FOSDEM 2014/Brussels or devconf.cz 2014/Brno?

2013-09-30 Thread Jan Engelhardt
On Monday 2013-09-30 17:52, Lennart Poettering wrote: We are looking into organizing another systemd Hackfest early next year, either co-located with FOSDEM 2014 in Brussels (Feb. 1+2) or with devconf.cz 2014 in Brno (Feb 7-9). Now, we have the suspcicion that more people might be willing to

Re: [systemd-devel] [PATCH 2/2] kernel-install: add compat with 'installkernel'

2013-09-29 Thread Jan Engelhardt
On Thursday 2013-09-26 00:38, Tom Gundersen wrote: +if [[ `basename $0` == 'installkernel' ]]; then Lack of quoting - bad bad bad. Why not just write ${0##*/} ? ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

Re: [systemd-devel] [PATCH 1/2] kernel-install: avoid using 'cp --preserve'

2013-09-29 Thread Jan Engelhardt
On Thursday 2013-09-26 01:18, Mantas Mikulėnas wrote: -cp --preserve $KERNEL_IMAGE $BOOT_DIR_ABS/linux || { +cp $KERNEL_IMAGE $BOOT_DIR_ABS/linux + chown root:root $BOOT_DIR_ABS/linux + chmod 0600 $BOOT_DIR_ABS/linux || { How about `install -m 0600 -o root -g root`? Then you ought to

Re: [systemd-devel] [PATCH 2/2] kernel-install: add compat with 'installkernel'

2013-09-29 Thread Jan Engelhardt
On Sunday 2013-09-29 15:10, Dave Reisner wrote: On Sep 29, 2013 6:40 AM, Jan Engelhardt jeng...@inai.de wrote: On Thursday 2013-09-26 00:38, Tom Gundersen wrote: +if [[ `basename $0` == 'installkernel' ]]; then Lack of quoting - bad bad bad. Why not just write ${0##*/} ? Quoting doesn't

Re: [systemd-devel] [ANNOUNCE] systemd 207

2013-09-17 Thread Jan Engelhardt
On Tuesday 2013-09-17 21:03, Lennart Poettering wrote: On Fri, 13.09.13 15:15, Colin Guthrie (gm...@colin.guthr.ie) wrote: 'Twas brillig, and Lennart Poettering at 13/09/13 03:16 did gyre and gimble: * The option discard (as known from Debian) is now synonymous to

Re: [systemd-devel] [ANNOUNCE] systemd 207

2013-09-17 Thread Jan Engelhardt
On Wednesday 2013-09-18 00:15, Lennart Poettering wrote: In pam_mount where discard too had been feature-requested (and then implemented according to the way it sounds): allow-discards _allows_ discarding, but only discard would make it such that the filesystem issues discards to the block

Re: [systemd-devel] [PATCH] make fsck fix mode a kernel command line option

2013-09-10 Thread Jan Engelhardt
On Tuesday 2013-09-10 02:41, Lennart Poettering wrote: On Fri, 06.09.13 14:53, Robert Schiele (rschi...@gmail.com) wrote: One possibility might be to add a new extended mount option (i.e. as listed in fstab's fourth column) that systemd would interpret. i.e. x-systemd.yesfsck or so. That sounds

Re: [systemd-devel] [PATCH] make fsck fix mode a kernel command line option

2013-09-10 Thread Jan Engelhardt
On Tuesday 2013-09-10 13:52, Dave Reisner wrote: the FUSE program knows nothing about the systemd-specific nofail or x-*. This should only be a problem if you directly use the FUSE mount helper. If you instead invoke mount with -t fuse.$fusetype, then this isn't an issue. mount(8) *does*

Re: [systemd-devel] [PATCH] util, utf8: new wellipsize and wellipsize_mem that take into account multi-byte characters

2013-09-10 Thread Jan Engelhardt
On Monday 2013-09-09 01:17, Shawn wrote: ping Lennart was away in (what seems to be) South America, systemd progress is resuming now. :) This version counts all multibyte characters as 1 width, not taking into account double width cjk characters and zerowidth characters

Re: [systemd-devel] [PATCH resend] getty-generator: Enable getty on all active serial consoles.

2013-09-10 Thread Jan Engelhardt
On Tuesday 2013-09-10 17:41, Lennart Poettering wrote: On Wed, 28.08.13 13:12, Michael Marineau (michael.marin...@coreos.com) wrote: This enables a getty on active kernel consoles even when they are not the last one specified on the kernel command line and mapped to /dev/console. Now the

Re: [systemd-devel] systemctl enable/disable of sysvinit services is busted v206

2013-09-09 Thread Jan Engelhardt
On Tuesday 2013-09-10 02:20, Lennart Poettering wrote: On Sun, 08.09.13 14:29, Jan Engelhardt wrote: Speaking of which, systemctl would help debugging a lot better if it told the user what strange file it did not find. We are currently not good at generating nicely readable human D-Bus error

Re: [systemd-devel] systemctl enable/disable of sysvinit services is busted v206

2013-09-08 Thread Jan Engelhardt
On Sunday 2013-09-08 12:23, Colin Guthrie wrote: Example Observation: [root@jimmy ~]# systemctl status mumble-server.service mumble-server.service - LSB: Mumble VoIP Server Loaded: loaded (/etc/rc.d/init.d/mumble-server) Active: inactive (dead) [root@jimmy ~]# chkconfig --list 2/dev/null

Re: [systemd-devel] Small tool to spawn programs in graphical sessions from non-graphical ones

2013-08-31 Thread Jan Engelhardt
On Saturday 2013-08-31 14:28, killermoehre wrote: Am 31.08.2013 11:09, schrieb Manuel Amador (Rudd-O): Based on systemd's related sibling loginctl, I managed to accomplish the holy grail of the 90's: get Amarok to play music on my desktop sessiom from a crontab (motivated by the missus' desire

[systemd-devel] [PATCH] man: wording and grammar updates

2013-08-25 Thread Jan Engelhardt
This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits. In this particular commit: - the usual comma fixes - expand contractions (this is prose) --- man/journalctl.xml | 2 +-

Re: [systemd-devel] FUSE mount cannot be started on boot

2013-08-08 Thread Jan Engelhardt
On Thursday 2013-08-08 16:26, Tom Gundersen wrote: On Thu, Aug 8, 2013 at 2:00 PM, Jan Engelhardt jeng...@inai.de wrote: With systemd 195, an /etc/fstab line like /srv/www /home/www fuse.bindfs auto,group=foo,perms=g+rw 0 0 can fail to start if /dev/fuse does not exist yet. /dev

[systemd-devel] [PATCH] man: wording and grammar updates

2013-08-04 Thread Jan Engelhardt
This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits. --- man/journald.conf.xml | 2 +- man/systemd-run.xml | 6 +++--- man/systemd.kill.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git

Re: [systemd-devel] [PATCH] fstab-generator: introduce rd.weak_sysroot to bypass failures in sysroot.mount

2013-08-02 Thread Jan Engelhardt
On Tuesday 2013-07-30 20:41, Vivek Goyal wrote: FYI, I don't see any CC's on the original mail as displayed on GMane via NNTP... Neither do I, with a normal (non-NTTP, non-Gmail) setup. I am CCed in original mail and that's why I got a copy of it in my Inbox. If you did, you should be able

Re: [systemd-devel] [Feature request] A way to native import /proc/cmdline within unit

2013-08-01 Thread Jan Engelhardt
On Tuesday 2013-07-30 02:12, Gerardo Exequiel Pozzi wrote: In inside systemd unit, I want to avoid shell script if possible, using units only, doing things in a systemd way. Anyway for complex tasks where systemd does not fit, scripting seems to be necessary. The systemd way is not {avoiding

Re: [systemd-devel] [PATCH] build: do not link everything with -lrt (and therefore -pthread)

2013-07-28 Thread Jan Engelhardt
On Monday 2013-07-22 05:57, Shawn Landden wrote: diff --git a/Makefile.am b/Makefile.am index 3ece887..f96866c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1832,6 +1832,7 @@ libsystemd_daemon_internal_la_SOURCES = \ $(libsystemd_daemon_la_SOURCES) libsystemd_daemon_la_CFLAGS = \ +

Re: [systemd-devel] [IDEA] systemd as basis for HA clusters

2013-07-25 Thread Jan Engelhardt
On Thursday 2013-07-25 18:52, Lennart Poettering wrote: On Sun, 21.07.13 06:36, Jan Engelhardt (jeng...@inai.de) wrote: I was wondering how much systemd could add to current high availability cluster setups. [...] Does this idea even make sense? Is it too one systemd to rule them all

  1   2   >