Shreenidhi Shedi

Results 72 comments of Shreenidhi Shedi

Fixed by: https://github.com/vmware/photon/commit/0bb72e338b677933671d80581a0e7da31e947c10 Thanks @prashant1221

There is no functional change between `v2.8.2-12` and `v2.8.2-13`, it is just a release bump. https://github.com/vmware/photon/blob/5.0/SPECS/sssd/sssd.spec#L994 This could be due to missing `ldconfig` post upgrade, can you please install `v2.8.2-13`...

`pip list --outdated | cut -d" " -f1 | tail -n +3 | xargs -L1 pip install --upgrade` this can easily lead to an unusable python subsystem in the machine....

@felixlabrot if you let us know the mismatched pips, we will try to fix it. `pip list --outdated | cut -d" " -f1 | tail -n +3 | xargs -L1...

By default, in vanilla Photon this issue is not there. I doubt some other systemd unit file hosted in your system is causing this failure.

Following patch fixes the issue. (Patch is generated from 26.2.5 version of erlang). ``` --- diff --git a/lib/crypto/c_src/crypto.c b/lib/crypto/c_src/crypto.c @@ -224,7 +224,9 @@ static int initialize(ErlNifEnv* env, ERL_NIF_TERM load_info) #ifdef...

After logging into the regular user account, run the following command: ``` complete -F _root_command sudo ``` You can add this to your .bash_profile / .bashrc, and all bash completions...

I have made the necessary changes in our bash spec, fixed rpm will be released soon. Thanks.

Fixed in https://github.com/vmware/photon/commit/49769c1c48dcd947cb40711c6e7f7495c9d80092 Please close this bug.

No need to do add it anywhere, it's fixed in upstream already. If at all you want to add it yourself, you can add it anywhere in your bashrc