Albusoline

Results 13 comments of Albusoline

Hi. After installing evdev via python3 -m pip install evdev and sudo python3 -m pip install evdev, then running pi@raspberrypi:~/RPi-Jukebox-RFID/scripts $ python3 RegisterDevice.py Choose the reader from list 0 Sycreader...

I started off from scratch with a new SD-Card. This time I used the one-line installer script for the developer-version. I didn't had to install evdev by myself, all was...

Actually I may have used `go install github.com/cloudflare/cfssl/cmd/cfssl@latest` instead of `go install github.com/cloudflare/cfssl/cmd/...@latest` Version checked with: `cfssl version`

Thank you Vitor. I hope, this makes any sense for you. For me the log-entry doesn't. Attached you'll see the new entries. Let me know, if that's not what you've...

Hi Vitor. Thank you for your post. I did the following: - Disabled Libresign in Nextcloud GUI as Admin - Removed Libresign in Nextcloud GUI as Admin - CLI: `rm...

@vitormattos drwxrwx--- 2 root www-data 0 Jul 9 19:08 aarch64 Owner is root, however www-data (same as http server) has rwx. Therefore I don't see any issues with it. Or...

Interestingly enough, chown did not work for some reason. I'm an average linux user, however I've never experienced this before: (copy-paste from my terminal, not showing other folders which have...

Regarding chown: Could it be that the mentionend folder /mnt/data is mounted via fstab and therefore the change of the ownership won't work (which I still can't really believe...): fstab:...

Hi Vitormattos. I now changed fstab, so my mounting point for the nextcloud data has the rights drwxrwx--- 2 www-data www-data 0 Jul 7 16:17 appdata_ocmjteth5a7k so does libresign within...