Nils
Nils
Just for reference: This is a snippet of my nginx config for a service: ``` server_name ~^(?[a-zA-Z0-9\-]*?)\.?(?[a-zA-Z0-9\-]+\.\w+\.?\w+?)$; valid_referers server_names "$domain"; if ($invalid_referer) { return 403; } location / { proxy_pass...
I was also wondering if it would be possible, but I think it is set during compiling: https://github.com/bastillion-io/Bastillion/blob/f780aa2c0e727121d7a67f74a12eec6939638cbb/src/main/java/io/bastillion/common/db/DBInitServlet.java#L123
I've tried, after this patch I can't start containers anymore: ``` run_apparmor_parser: 919 Failed to run apparmor_parser on "/var/lib/lxc/100/apparmor/lxc-100_": apparmor_parser: Unable to replace "lxc-100_". Profile does not conform to protocol...
> New Update: i had to rollback to the 5.10 because of the ZFS-DKMS Module. The ZFS-DKMS from the official DEB only support kernel up to 5.10. The Git version...
Sorry I've no comparison to 5.10.82, but I can't image it will make a difference since it 'only' has a few more patches. But compared to a kernel without KSM,...
> I assume these kernels have apparmor disabled by default? if you disable it in /boot/cmdline.txt (apparmor=0) then containers are fine ... if a little more exposed than is perhaps...
> > > Same / similar problem here... > Looks like the plugin isn't added after starting it? Hi, I had the same problem, my solution was the following: 1....
> It works! **Thanks a lot.** > One more question though. When I point my F-Droid app to my new repository it complains about it not being signed and throws...
I tried #131 without success: ``` /source/WireGuard/wireguard-linux-compat-1.0.20220627/src/compat/siphash/siphash.c: In function '__siphash_aligned': /source/WireGuard/wireguard-linux-compat-1.0.20220627/src/compat/siphash/siphash.c:80:36: error: 'fallthrough' undeclared (first use in this function) case 7: b |= ((u64)end[6])
Hi, I haven't tried this script yet, but wanted to. This is the content of `cat /var/packages/Docker/etc/dockerd.json` ``` { "data-root" : "/var/packages/Docker/target/docker", "log-driver" : "db", "registry-mirrors" : [] } ```...