this-username-has-been-taken
this-username-has-been-taken
Hello! It looks like there is an error in compiling `python-dlib` package. I had similar issue and didn't want to dig further. Thus I have added an unofficial `arch4edu` repository:...
It looks like that it is the same problem as described in: https://github.com/boltgolt/howdy/issues/928 TL; DR: There is no solution available yet, just a workaround (thanks to simonporter007): you should **downgrade...
@Hamster1962 , sorry it didn't work for you. One more suggestion, based on https://stackoverflow.com/questions/12901706/ffmpeg-error-in-linux and https://web.archive.org/web/20141223015653/http://linuxserverguide.wordpress.com:80/2010/10/15/ffmpeg-error-while-loading-shared-libraries-libavdevice-so-52-cannot-open-shared-object-file/ 1. Find libavdevice.so.60 file: `sudo find / -name libavdevice.so.60` 2. Put found path into...
@Hamster1962 , I have ffmpeg ver. 2:7.0.1-1 installed and do not have 'libavdevice.so.60' file in the system too, just 58 and 61: ``` /usr/lib/libavdevice.so.61 /usr/lib/libavdevice.so.61.1.100 /usr/lib/libavdevice.so.58 /usr/lib/libavdevice.so.58.13.100 ``` I only...
@Hamster1962 , did you by chance installed Howdy Beta? If so, look for `/lib/security/pam_howdy.so` instead of `/lib/security/howdy/pam.py`. For example, my configuration: ``` %PAM-1.0 auth sufficient pam_unix.so try_first_pass likeauth nullok auth...
I use `python-dlib` pre-compiled package from the arch4edu repo. `python-dlib-git` from AUR returns error in my case for some reason...
I have just checked: the typo is fixed, but unfortunately, the other error: "Error: Received incorrect version XXX (requested YYY)" still present. I have checked for "Banana BPI-R4" and a...
I know your pain. Once a CI/CD is working it is OK. But if suddenly it crushes - you're just sitting in the middle with a bunch of what's left...
I have just tried building a firmware for Banana BPI-R4 and it succeeded. Building for Xiaomi Mi Router AX3000T still fails. Don't know if anything has been changed, but it...
I have traced the patch that causes the bug: `Spoof video streams`. If I disable it - everything works fine.