Re: [systemd-devel] udev vs. nscd vs. /var automount

2016-04-07 Thread Lennart Poettering
On Wed, 06.04.16 11:15, Łukasz Stelmach (l.stelm...@samsung.com) wrote: > Hi, > > I've hit a problem caused by a mix of: automounting + glibc + udev + my > partition layout. Apparently it is impossible to make /var automountable > because udev (which needs to enumerate devices befor mounting

Re: [systemd-devel] udev vs. nscd vs. /var automount

2016-04-07 Thread Łukasz Stelmach
It was <2016-04-07 czw 15:52>, when Lennart Poettering wrote: > On Wed, 06.04.16 11:15, Łukasz Stelmach (l.stelm...@samsung.com) wrote: >> I've hit a problem caused by a mix of: automounting + glibc + udev + my >> partition layout. Apparently it is impossible to make /var automountable >> because

[systemd-devel] Resolving systemd naming problems on multi-port PCI cards

2016-04-07 Thread Jordan Hargrave
The current systemd naming scheme for Network cards has a problem correctly naming multi-port NIC devices in a PCI slot. Systemd currently generates names of the form: enpAsBfCdD pA = PCI bus number sB = PCI device number (confusingly called 'SLOT') fC = PCI function number [dD = NIC device

[systemd-devel] Monitor path to commit to git

2016-04-07 Thread Florian Lindner
Hello, I want to have a unit that monitors a path and commits automatically to git whenever something changes. It usually works, like that: # cat git-commit@.service [Unit] Description=Automatic commit for %f [Service] Type = oneshot Nice = 10 # git returns 1 if there is nothing to commit

Re: [systemd-devel] Resolving systemd naming problems on multi-port PCI cards

2016-04-07 Thread Kay Sievers
On Thu, Apr 7, 2016 at 6:08 PM, Jordan Hargrave wrote: > The current systemd naming scheme for Network cards has a problem > correctly naming multi-port NIC devices in a PCI slot. > > Systemd currently generates names of the form: > > enpAsBfCdD > > pA = PCI bus number > sB =

Re: [systemd-devel] Resolving systemd naming problems on multi-port PCI cards

2016-04-07 Thread Jordan Hargrave
On Thu, Apr 7, 2016 at 11:48 AM, Kay Sievers wrote: > On Thu, Apr 7, 2016 at 6:08 PM, Jordan Hargrave wrote: >> The current systemd naming scheme for Network cards has a problem >> correctly naming multi-port NIC devices in a PCI slot. >> >> Systemd currently