Jerry Vonau
Jerry Vonau
This piece of software is the most privacy invasive pile of code I have ever came across bar none.
Diagnostic --> System Check ``` ### Mandatory checks #### PHP version >= 7.2.5: ✔ 8.1.12-1ubuntu1 #### PDO extension: ✔ #### PDO\MYSQL extension: ✔ #### MYSQLI extension: ✔ #### Other required...
- [ ] The other option to test would be RasPiOS11 -> 12 on arm64 from https://github.com/iiab/iiab/issues/3526#issue-1654621428
I suggest that an install be booted on a rpi-w and see if ansible runs.
> 2024-02-10 17:46:35,213 p=44617 u=root n=ansible | TASK [kolibri : apt install https://github.com/learningequality/kolibri/releases/download/v0.16.0-beta13/kolibri_0.16.0b13-0ubuntu1_all.deb (if kolibri_deb_url IS defined)] *** 2024-02-10 17:46:48,968 p=44617 u=root n=ansible | fatal: [127.0.0.1]: FAILED! => {"changed": false,...
control file > Package: kolibri Source: kolibri-source Version: 0.16.0b13-0ubuntu1 Architecture: all Maintainer: José L. Redrejo Rodríguez Installed-Size: 219964 Depends: python3 (>= 3.6), python3-pkg-resources, adduser Recommends: python3-cryptography (>= 1.2.3) Conflicts: python3-markdown...
https://github.com/iiab/iiab/issues/3343#issuecomment-1232043584
python3-markdown was probably pulled in by samba need to run `apt info python3-markdown` on the problem OS > apt info python3-markdown Package: python3-markdown Version: 3.3.6-1 Priority: optional Section: python Source:...
So what version of markdown is being installed? anything under 3.4.1 should be ok with Kolibri 22.04 > apt list python3-markdown Listing... Done python3-markdown/jammy,jammy 3.3.6-1 all
I'm wondering why pipx is being installed when Kolibri is running in a virtual environment and 3b70f38544f0703606852569f0ab95ea789ac222 removed the access to python3-netifaces and any other system level python3 package...