Re: [systemd-devel] fstab generator and nfs-client.target

2015-07-25 Thread Andrei Borzenkov
В Sat, 25 Jul 2015 12:50:39 +0200 Michael Biebl пишет: > 2015-07-25 3:18 GMT+02:00 Rich Freeman : > > I noticed that mount units for nfs shares created by the generator do > > not Want=nfs-client.target or similar. > > > > That means that if you don't explicitly want nfs-client in your > > config

Re: [systemd-devel] udev and dm inotify problems

2015-07-25 Thread Andrei Borzenkov
В Sat, 25 Jul 2015 09:51:25 +0300 Oleksii Shevchuk пишет: > Hi list. > > I ran into the strange problem. > After creating encrypted swap (with crypttab) boot hangs. That happens > because systemd waits for dev-mapper-swap.device. > > Udev doesn't report that this device active, because SYSTEMD_

Re: [systemd-devel] Clarification around a segmentation fault from an udevd worker

2015-07-25 Thread Kay Sievers
On Sat, Jul 25, 2015 at 6:11 PM, SF Markus Elfring wrote: > Hello, > > I would like to clarify the setting of device file permissions > for my needs. > > So I extended the debug output at some source code places to see > also better which lines are executed during my tests. > I built these extensi

[systemd-devel] Clarification around a segmentation fault from an udevd worker

2015-07-25 Thread SF Markus Elfring
Hello, I would like to clarify the setting of device file permissions for my needs. So I extended the debug output at some source code places to see also better which lines are executed during my tests. I built these extensions for calls of the function "log_debug" on the current source files (la

Re: [systemd-devel] Completion of error handling

2015-07-25 Thread Kay Sievers
On Sat, Jul 25, 2015 at 8:11 AM, SF Markus Elfring wrote: >> We accept contributions only in git-format-patch frmatted patches, >> best via github PRs. > > The higher level patch formats I'm trying to make you aware of will also > result in file changes which can be integrated by this content mana

Re: [systemd-devel] fstab generator and nfs-client.target

2015-07-25 Thread Michael Biebl
2015-07-25 3:18 GMT+02:00 Rich Freeman : > I noticed that mount units for nfs shares created by the generator do > not Want=nfs-client.target or similar. > > That means that if you don't explicitly want nfs-client in your > configuration then nfs shares will get mounted, but services like > rpc-sta

Re: [systemd-devel] socket activated services and correct dependency mapping

2015-07-25 Thread James Hogarth
On 24 Jul 2015 11:55, "Dimitri John Ledkov" wrote: > > On 24 July 2015 at 10:38, James Hogarth wrote: > > I want a user to be able to systemctl start sslh and use listening > > addresses in /etc/sslh.cfg as always (so I'm reluctant to put a > > straight Sockets= in the service unit file) but as i