Szabolcs Hubai

Results 188 comments of Szabolcs Hubai

> Have you tried this PR with OpenWRT 23.05 yet ? I tried this PR long time ago, because of the debian files. But I use the init files directly...

Yup! Just save those init files as `/etc/init.d/snap{client,server}` and they will be ready to use.

It is in this repository: [`openwrt/snapcast/files`](https://github.com/badaix/snapos/tree/master/openwrt/snapcast/files)

I know [kung-fu](https://kislyuk.github.io/yq/#xml-support): ``` root@886e9e280ed6:/usr/local/tomcat# xq -x 'try((.Server.Listener[]|select(."@className"=="org.apache.catalina.core.AprLifecycleListener")."@SSLEngine")="off") // .' conf/server.xml ``` While the above `SSLEngine="on"` -> `"off"` change doesn't work, I'll rework commit openseedbox/docker-base@331de53820757881ece63c0184d4fe1d29ebaf75: ``` Nov 23, 2022 5:08:25...

> I've simply deleted the according line 28 in the `conf/server.xml` so the `AprLifecycleListener` won't be enabled in first place. Yup, I will do the same but with `xq`! :+1:...

`openseedbox/server` and `openseedbox/client` images are fresh and based on Apache Tomcat 10.1.2! :+1:

@john-tho are you saying that commit 6e9c814022e41a7cfa4db3b1a41e257fd1515bea just reveals some hidden config problems or it is originally wrong and should be reverted?

Thanks to **hauke**, the fix was backported to `openwrt-22.03`: 70d2e8b4db0c5c9f1a2d40827928bef8083b19d6. :pray: Itt will be included in the next OpenWrt 22.03 release: 22.03.4

Original Windows bootloader supports booting VHD(X) on NTFS partitions. This feature is called as [native boot](https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/boot-to-vhd--native-boot--add-a-virtual-hard-disk-to-the-boot-menu). Are you referring to this feature? I like this feature very well, as it...