basos g
basos g
Yes it happens here. ``` Debian (raspbian) 12.4 ii mariadb-server-10.5 1:10.11.4-1~deb12u1 rompr 2.10 ``` I switched to Sqlite, and this is fixed. At least this should be documented, if not...
Hello, It happens also with 10.8.7-1 in a raspberry since I am connected with ethernet, wifi scans for networks in the background. I can `ifconfig wlan0 down`, but maybe this...
Hello found another workaround that preserves the general log information level. Create a logging config as per https://jellyfin.org/docs/general/administration/configuration/#main-configuration and define an override for Jellyfin.Networking.Manager.NetworkManager. ``` # cat /etc/jellyfin/logging.json { "Serilog":...
Yes, this seems to be the basic cause. Of course this applies when the callback name is the same across requests. If it is random the odds decrease. I think...
Hello, I also modified it in order to use the repo https://github.com/dm-vdo/kvdo And I am testing it on rasbian 11 ``` # cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" # uname...
Note that for the ``` KVDO_module_version_to_install="8.2.1.2.fixed" wget -O $KVDO_ARCHIVE_PATH "https://github.com/tigerblue77/kvdo/archive/refs/tags/$KVDO_module_version_to_install.tar.gz" ``` The compilation broke and needed this patch ``` sed -r -i 's/BIO_MAX_PAGES/BIO_MAX_VECS/g' /var/lib/dkms/kvdo/8.2.1.2.fixed/source/vdo/vio.h ``` But the dm-vdo one worked...
I just changed the source repo for kvdo from https://github.com/tigerblue77/kvdo/archive/refs/tags/... to https://github.com/dm-vdo/kvdo.git I don't know what's the difference between the two, but the latter seemed more reasonable. But the way...
Hello, For the referece, the motivation for this is tol be used for testing https://github.com/nextcloud/desktop/issues/250 which involves possible changes in both server and client.
EDIT 2023-10-22: This node is actually for Symlink dereferencing https://github.com/nextcloud/desktop/issues/3335 removed comment see referred issue
Have you tried ignore files (Settings->General->Edit Ignored Files) ? 