Re: [systemd-devel] multi-user.target only wants network.service if I'm doing 'systemct show runlevel3.target'

2014-12-24 Thread arvidjaar
Отправлено с iPhone > 11 дек. 2014 г., в 15:27, Francis Moreau написал(а): > >> On 12/10/2014 10:19 AM, Francis Moreau wrote: >> Hello, >> >>> On 12/10/2014 07:23 AM, Ivan Shapovalov wrote: On Tuesday 09 December 2014 at 17:25:48, Francis Moreau wrote: Hello Lennart,

Re: [systemd-devel] multi-user.target only wants network.service if I'm doing 'systemct show runlevel3.target'

2014-12-24 Thread Andrei Borzenkov
В Wed, 10 Dec 2014 09:23:16 +0300 Ivan Shapovalov пишет: > On Tuesday 09 December 2014 at 17:25:48, Francis Moreau wrote: > > Hello Lennart, > > > > Thanks for answering ! > > > > On 12/09/2014 02:10 PM, Lennart Poettering wrote: > > > On Tue, 09.12.14 11:19, Francis Moreau (francis.m..

Re: [systemd-devel] I am trying to hook up docker and systemd.

2014-12-24 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Dec 22, 2014 at 09:20:03AM -0500, Daniel J Walsh wrote: > I have a working version of docker which runs systemd/journald within > the container and sets up the /var/log/journal/UUID inside the container > to match the version outside. I also have registered the container with > machinectl.

Re: [systemd-devel] Improving module loading

2014-12-24 Thread Michael Biebl
2014-12-25 1:59 GMT+01:00 Alison Chaiken : > >> Those entries were most likely created by older versions of >> debian-installer. The current version of debian-installer for >> debian-installer should no longer add fuse or loop to /etc/modules. > > Here are the details: [ .. ] > [alison@bonnet ~]$

Re: [systemd-devel] Improving module loading

2014-12-24 Thread Michael Biebl
2014-12-24 12:58 GMT+01:00 Lucas De Marchi : > On Wed, Dec 24, 2014 at 4:00 AM, Alison Chaiken wrote: >> On my Debian Testing system, I see fuse, loop, lp, ppdev and >> parport_pc. The last 3 are related to printing, and presumably must .. > fuse and loop are the perfect examples of modules th

Re: [systemd-devel] Fedora 21: Cannot scan to EPSON WF-2540

2014-12-24 Thread poma
On 16.12.2014 08:18, poma wrote: > > Unlike the case with a network capable scanner i.e. the scanner connected > directly to the network, > these are the settings for sharing across a network scanner connected to a > computer via USB. > > > As root, on *server*: > > 1. Create 'saned' user & g

[systemd-devel] [PATCH] doc: os-release: mention all shell characters that must be escaped

2014-12-24 Thread Mantas Mikulėnas
Since the manpage already talks about shell-compatibility, it should be more accurate about what needs to be escaped and how. --- man/os-release.xml | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/man/os-release.xml b/man/os-release.xml index b298304..b4cbe

[systemd-devel] Variable expansion in ConditionPathExists

2014-12-24 Thread Marcos Felipe Rasia de Mello
Hi, I have a system service that runs with a normal user account ([Service] User=bla). I tried [Unit] ConditionPathExists=$HOME/config.xml but it does not work: systemd[1]: [/etc/systemd/system/bla.service:4] Path in condition not absolute, ignoring: $HOME/config.xml %h also does not work (exp

Re: [systemd-devel] Improving module loading

2014-12-24 Thread Lucas De Marchi
On Wed, Dec 24, 2014 at 4:00 AM, Alison Chaiken wrote: > Tom Gundersen: In a stock Fedora/Arch (and probably others, but didn't check) systemd-modules-load is not used at all. > [ . . . ] I'm not aware of any kernel modules that legitimately needs to be loaded in this way (i.e., al

Re: [systemd-devel] How to write two .mount units for the same directory?

2014-12-24 Thread Matthias Urlichs
Hi, 崔灏 (CUI Hao): > I want to write 2 mount unit to mount the same directory. When the first > failed to mount, then the second is called via OnFailure= setting. I'd handle this by starting a shell script which simply tries the first mount, and then does the backup mount if the first fails. --