Stefan Möding

Results 5 comments of Stefan Möding

Recently I updated the vignette for the `usl` package. It is a bit of prose about my intention how the package can be used. https://cran.r-project.org/web/packages/usl/vignettes/usl.pdf Regards, Stefan

> ```shell > puppet generate types --environment > ``` > > Helped for me. I tried this workaround and added the command in the r10k postrun hook. Unfortunately this creates...

Could this be caused by SELinux being active? Maybe `/usr/bin/endlessh` needs the same SELinux security context as `/usr/sbin/sshd`?

Well, it works using the service name `ntp` because the real service `ntpsec` installs these aliases to remain backwards compatible. Check `/usr/lib/systemd/system/ntpsec.service` to find the following snippet: ``` [Install] Alias=ntp.service...

The problem still exists after upgrading to the latest Puppetserver 8.2.3-1bullseye release.