Jerry Vonau

Results 384 comments of Jerry Vonau

> note that /etc/passwd has that as kolibri's home dir with /bin/false as shell Yea that would be wrong, the user's home directory should be listed as /library/kolibri, this can...

> > the user's home directory should be listed as /library/kolibri, > > I think you'll end up with home being set to /library/kolibri/.kolibri Not as the user is created,...

> > Create '/usr/local/bin/kolibri' because /usr/local/bin is first on the $PATH with the export statements needed then call the original '/usr/bin/kolibri' > > @jvonau what you did for kalite works...

From /etc/kolibri/README `sudo su -l `cat /etc/kolibri/username` -c "source /etc/default/kolibri && kolibri manage shell -c 'import os; print(\"KOLIBRI_HOME is: {}\".format(os.environ[\"KOLIBRI_HOME\"]))'"` ``` sudo su -l `cat /etc/kolibri/username` -c "source /etc/default/kolibri &&...

22.04 VM ``` TASK [kolibri : Add signed Kolibri PPA 'jammy' (if Ubuntu 22.04+ or Mint 21 or Debian 12)] *** fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "Failed to...

> This works > > ``` > cmd = '/usr/bin/kolibri manage importchannel network c1f2b7e6ac9f56a2bb44fa7a48b66dce' > args = shlex.split(cmd) > kol_env = {} > kol_env['KOLIBRI_HOME'] = '/library/kolibri' > > p =...

> > Isn't this functionality already build into kolibri's GUI natively? > > Yes. What's needed is facilitating provisioning of "learning bouquets" in a more automated way. Allowing many more...

Posted an observation and comments in https://github.com/iiab/iiab/pull/3505#issuecomment-1482905213 where if you `export KOLIBRI_HOME=/library/kolibri` prior to `/usr/bin/kolibri manage help` as a non-kolibri user there is a traceback. I see recent commits around...

Never assume when it come to security but the exploit was [corrected with](https://github.com/php/php-src/commit/ab061f95ca966731b1c84cf5b7b20155c0a1c06a) and change being carried forward into 8+ That doesn't preclude to using better code in the configuration...