Michael Andersen
Michael Andersen
Oh well, I'll try to paste it here, then.... --- cwiid-0.6.00.ebuild.orig 2009-10-27 23:01:50.000000000 +0100 +++ cwiid-0.6.00.ebuild 2009-10-27 23:01:07.000000000 +0100 @@ -2,7 +2,7 @@ # Distributed under the terms of the...
Almost a year since this issue was opened. Is there any ongoing work to fix this? I really would like to go from Jellyfin to Jellycon, since it is more...
Just in case anyone else run into this, the easiest way to disable systemd tmp redirect for apache2 is to run the following: `sudo systemctl edit apache2.service` and insert the...
I am seeing this issue also (kind of), but I have noticed lately the issue happens, when I update OTHER containers on my host. I am running dockerized jellyfin (jellyfin/jellyfin:latest...
@ksooo I totally agree with you. Other PVR plugins could generally benefit from such a feature, if implemented in Kodi. However I think for that to happen, more PVR backends...
I think I might have found a solution here: https://wiki.kubuntu.org/Kernel/Dev/DKMSPackaging They give an example Makefile: ``` obj-m := hello.o KVERSION := $(shell uname -r) all: $(MAKE) -C /lib/modules/$(KVERSION)/build M=$(PWD) modules...
It seems like the KVERSION variable also needs to be specified in the dkms.conf MAKE command with reference to the dkms variable $kernelver ``` Add dkms.conf and put it with...
Ok, so I looked around for some other dkms modules, and how they handled Makefiles and dkms.conf, and I was able to make the files in this project work with...
I saw another post somewhere, that the distributed .xpi files of a firefox add-on, is basically just a zip file. So I got inspired to try to extract it, and...
Hi - I just ran into this bug also. One workaround is to delete the auth.json file from the plugin data directory. After that I can login again and get...