Evgeni Golov
Evgeni Golov
Java 11 end of life in Jenkins You are running Jenkins on Java 11, support for which will end on or after Sep 30, 2024. Refer to [the documentation](https://jenkins.io/redirect/java-support/) for...
``` type=AVC msg=audit(1700092800.224:574348): avc: denied { write } for pid=2124627 comm="logrotate" name="production.log" dev="dm-0" ino=34805887 scontext=system_u:system_r:logrotate_t:s0 tcontext=system_u:object_r:usr_t:s0 tclass=file permissive=0 ``` `audit2allow` creates: ``` allow logrotate_t usr_t:file write; ``` but I guess...
- puppet *should* be able to deploy a webserver with EL8 (according to tests/vagrant) - need to check if software used actually accepts our config (e.g. freight, awstats) plan: -...
Fixes: #1989
In #1847 we deployed a new machine to store backups at Netways and said: We can then, as a second step mirror out `/srv/backup` to a machine at OSUOSL (using...