Re: [ptxdist] [PATCH] systemd: add setting to enable ldconfig service

2016-05-26 Thread Michael Olbrich
Hi, On Thu, May 26, 2016 at 03:41:54PM +0200, Clemens Gruber wrote: > On Thu, May 26, 2016 at 11:53:30AM +0200, Michael Olbrich wrote: > > Not like this. This should be handled in rc-once where the rootfs is > > actually writeable. Also, as far as I know, there is currently no option to > > instal

Re: [ptxdist] [PATCH] systemd: add setting to enable ldconfig service

2016-05-26 Thread Clemens Gruber
Hi Michael, On Thu, May 26, 2016 at 11:53:30AM +0200, Michael Olbrich wrote: > Not like this. This should be handled in rc-once where the rootfs is > actually writeable. Also, as far as I know, there is currently no option to > install ldconfig. You should probably with a patch for this. Hm, you

Re: [ptxdist] [PATCH] systemd: add setting to enable ldconfig service

2016-05-26 Thread Michael Olbrich
On Thu, May 19, 2016 at 07:05:51PM +0200, Clemens Gruber wrote: > Add a ptxdist setting to enable the systemd ldconfig.service, which > calls /sbin/ldconfig -X if /etc/ld.so.cache does not exist and the > machine boots or was updated. > Having a /etc/ld.so.cache file reduces the number of necessary

[ptxdist] [PATCH] systemd: add setting to enable ldconfig service

2016-05-19 Thread Clemens Gruber
Add a ptxdist setting to enable the systemd ldconfig.service, which calls /sbin/ldconfig -X if /etc/ld.so.cache does not exist and the machine boots or was updated. Having a /etc/ld.so.cache file reduces the number of necessary syscalls dramatically. This is especially noticeable when often calling