Re: [systemd-devel] how to add test sysfs nodes, to sys.tar.xz?

2017-01-30 Thread Dan Streetman
On Thu, Jan 26, 2017 at 9:36 AM, Zbigniew Jędrzejewski-Szmek wrote: > Thanks for working on the tests. > > On Thu, Jan 26, 2017 at 09:21:41AM -0500, Dan Streetman wrote: >> However, I'd like to also add tests for whitespace replacement using >> actual device $attr{}, which I

Re: [systemd-devel] Errorneous detection of degraded array

2017-01-30 Thread Luke Pyzowski
> Does > systemctl list-dependencies sys-devices-virtual-block-md0.device > report anything interesting? I get > > sys-devices-virtual-block-md0.device > ● └─mdmonitor.service Nothing interesting, the same output as you have above. > Could you try run with systemd.log_level=debug on

[systemd-devel] nspawn --overlay and --read-only

2017-01-30 Thread Fabien Meghazi
Hi, With nspawn, when I use the following command: $ systemd-nspawn --directory=/os --read-only --overlay=/os/home/foobar:/tmp/home/foobar:/home/foobar --user=foobar I expect the user foobar to be able to write in /home/foobar (in the container) but instead I get a Permission denied. The man

Re: [systemd-devel] How to attach a .socket file to all the network namespaces

2017-01-30 Thread Badrish Adiga H R
Fixing typos.. On Mon, Jan 30, 2017 at 8:33 PM, Badrish Adiga H R wrote: > Hi, > > I want to use socket activated ssh daemon. However currently this is > working fine only for default namespace. > > I just want to make systemd to listen on a tcp port number(22 for ssh)

[systemd-devel] How to attach a .socket file to all the network namespaces

2017-01-30 Thread Badrish Adiga H R
Hi, I want to use socket activated ssh daemon. However currently this is working file only for default namespace. I just want to make systemd to listen on a tcp port number(22 for ssh) on all the namespaces and to launch sshd@.service on the corresponding namespace. Can you help me in this