[systemd-devel] [PATCH] Typo fix in systemd.preset manpage

2015-07-17 Thread Vivenzio Pagliari
According to SYNOPSIS (and implementation) the preset files shall be named *.preset. However, the 'PRESET FILE FORMAT' section of the manpage tells something different, which is incorrect. Vivenzio Pagliari (1): Typo fix in systemd.preset manpage man/systemd.preset.xml | 2 +- 1 file changed,

[systemd-devel] [PATCH] Typo fix in systemd.preset manpage

2015-07-17 Thread Vivenzio Pagliari
--- man/systemd.preset.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.preset.xml b/man/systemd.preset.xml index 2f9add8..b716401 100644 --- a/man/systemd.preset.xml +++ b/man/systemd.preset.xml @@ -106,7 +106,7 @@ one takes precedence over all

Re: [systemd-devel] [PATCH] Typo fix in systemd.preset manpage

2015-07-17 Thread systemd github import bot
Patchset imported to github. To create a pull request, one of the main developers has to initiate one via: https://github.com/systemd/systemd/compare/master...systemd-mailing-devs:1437135133-9646-2-git-send-email-vivenzio.pagliari%40nokia.com -- Generated by https://github.com/haraldh/mail2git

Re: [systemd-devel] Confusing journal information - journal size

2015-07-17 Thread David Sommerseth
On 17/07/15 13:31, Mantas Mikulėnas wrote: On Fri, Jul 17, 2015 at 2:13 PM, David Sommerseth dav...@redhat.com mailto:dav...@redhat.com wrote: Hi, I'm looking through some journals now, and even though I've seen it a few times I haven't thought about it until now.

Re: [systemd-devel] Reason for setting runqueue to IDLE priority and side effects if this is changed?

2015-07-17 Thread Hoyer, Marko (ADITG/SW2)
Up to v206, the behavior of systemd was the following one: -- - the starter sends out a start request of a bench of applications (he requests a sequence of unit starts) If you want to control order of execution yourself, why do

[systemd-devel] Odd /proc/$pid/fd symlinks in nspawn container

2015-07-17 Thread Ben Gamari
I have been having quite some trouble getting nspawn give me a shell with proper job control in a CentOS 6.6 guest. The problem appears to be that the nodes representing the std{out,err,in} fds in /proc are malformed, $ sudo strace -f -obad systemd-nspawn -D$(realpath centos6.5-amd64)

Re: [systemd-devel] How to debug this strange issue about systemd?

2015-07-17 Thread sean
On Fri, 2015-07-17 at 06:55 +0300, Andrei Borzenkov wrote: В Wed, 15 Jul 2015 23:03:02 +0800 sean x...@suse.com пишет: Hi All: I am trying to test the latest upstream kernel, But i encounter a strange issue about systemd. When the systemd extracted from initrd image mounts the

Re: [systemd-devel] How to debug this strange issue about systemd?

2015-07-17 Thread Colin Guthrie
sean wrote on 17/07/15 09:33: On Fri, 2015-07-17 at 06:55 +0300, Andrei Borzenkov wrote: В Wed, 15 Jul 2015 23:03:02 +0800 sean x...@suse.com пишет: Hi All: I am trying to test the latest upstream kernel, But i encounter a strange issue about systemd. When the systemd extracted from

Re: [systemd-devel] How to debug this strange issue about systemd?

2015-07-17 Thread Andrei Borzenkov
On Fri, Jul 17, 2015 at 12:18 PM, Colin Guthrie co...@mageia.org wrote: sean wrote on 17/07/15 09:33: On Fri, 2015-07-17 at 06:55 +0300, Andrei Borzenkov wrote: В Wed, 15 Jul 2015 23:03:02 +0800 sean x...@suse.com пишет: Hi All: I am trying to test the latest upstream kernel, But i

Re: [systemd-devel] Odd /proc/$pid/fd symlinks in nspawn container

2015-07-17 Thread Mantas Mikulėnas
Note that devpts also supports multiple instances – the host /dev/pts is not the same as the guest /dev/pts'en. So my guess is that your stdio is attached to a pty from the *host*. Not really sure how that breaks job control though. Also, the fd symlinks are slightly magical; they can be

Re: [systemd-devel] Odd /proc/$pid/fd symlinks in nspawn container

2015-07-17 Thread Ben Gamari
Mantas Mikulėnas graw...@gmail.com writes: Note that devpts also supports multiple instances – the host /dev/pts is not the same as the guest /dev/pts'en. So my guess is that your stdio is attached to a pty from the *host*. Not really sure how that breaks job control though. Also, the fd

[systemd-devel] Confusing journal information - journal size

2015-07-17 Thread David Sommerseth
Hi, I'm looking through some journals now, and even though I've seen it a few times I haven't thought about it until now. systemd-journal[1151]: Runtime journal is using 8.0M (max allowed 4.0G, trying to leave 4.0G free of 63.7G available → current limit 4.0G).

Re: [systemd-devel] How to debug this strange issue about systemd?

2015-07-17 Thread Colin Guthrie
Andrei Borzenkov wrote on 17/07/15 10:22: On Fri, Jul 17, 2015 at 12:18 PM, Colin Guthrie co...@mageia.org wrote: sean wrote on 17/07/15 09:33: On Fri, 2015-07-17 at 06:55 +0300, Andrei Borzenkov wrote: В Wed, 15 Jul 2015 23:03:02 +0800 sean x...@suse.com пишет: Hi All: I am trying to

Re: [systemd-devel] Confusing journal information - journal size

2015-07-17 Thread Mantas Mikulėnas
On Fri, Jul 17, 2015 at 2:13 PM, David Sommerseth dav...@redhat.com wrote: Hi, I'm looking through some journals now, and even though I've seen it a few times I haven't thought about it until now. systemd-journal[1151]: Runtime journal is using 8.0M (max allowed 4.0G,

[systemd-devel] Packaging systemd user-instance service files

2015-07-17 Thread Ahmed S. Darwish
Hi everyone, I'm currently transforming a network daemon to become a native ``Type=notify'' systemd service. This daemon uses native PulseAudio simple APIs for output. Due to the PulseAudio dependency, the service needs to run under the user session. Otherwise, all PulseAudio APIs [e.g.

Re: [systemd-devel] Packaging systemd user-instance service files

2015-07-17 Thread Mantas Mikulėnas
On Fri, Jul 17, 2015 at 9:38 PM, Ahmed S. Darwish darwish...@gmail.com wrote: Hi everyone, I'm currently transforming a network daemon to become a native ``Type=notify'' systemd service. This daemon uses native PulseAudio simple APIs for output. Due to the PulseAudio dependency, the

Re: [systemd-devel] Packaging systemd user-instance service files

2015-07-17 Thread Ahmed S. Darwish
Hi Mantas, On Sat, Jul 18, 2015 at 12:17:51AM +0300, Mantas Mikulėnas wrote: On Fri, Jul 17, 2015 at 9:38 PM, Ahmed S. Darwish darwish...@gmail.com wrote: Hi everyone, I'm currently transforming a network daemon to become a native ``Type=notify'' systemd service. This daemon uses