aurora-scripts icon indicating copy to clipboard operation
aurora-scripts copied to clipboard

Alt OS psdk installation issue

Open BEEugene opened this issue 2 years ago • 0 comments

As sudo command on OS Alt requires additional settings - the script doesn't work properly https://www.altlinux.org/Sudo (it is recommended to use su ) The commands from https://github.com/keygenqt/aurora-scripts/blob/main/scripts/psdk_install.sh works normally in case copy-paste and sudo command configured, but fails in case bash-script run.

aurora-cli psdk --install
The installation has started, please wait.
It's not very fast, sometimes data doesn't download quickly...

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (77) error setting certificate file: /etc/ssl/certs/ca-certificates.crt
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (77) error setting certificate file: /etc/ssl/certs/ca-certificates.crt
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (77) error setting certificate file: /etc/ssl/certs/ca-certificates.crt
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (77) error setting certificate file: /etc/ssl/certs/ca-certificates.crt
sudo: unable to resolve host Beeugene: Name or service not known
sudo: PAM authentication error: Module is unknown
sudo: a password is required
/snap/aurora-cli/4/scripts/psdk_install.sh: line 53: /home/beeugene/AuroraPlatformSDK/sdks/aurora_psdk/sdk-chroot: No such file or directory
/snap/aurora-cli/4/scripts/psdk_install.sh: line 57: /home/beeugene/AuroraPlatformSDK/sdks/aurora_psdk/sdk-chroot: No such file or directory
/snap/aurora-cli/4/scripts/psdk_install.sh: line 61: /home/beeugene/AuroraPlatformSDK/sdks/aurora_psdk/sdk-chroot: No such file or directory
/snap/aurora-cli/4/scripts/psdk_install.sh: line 80: /home/beeugene/AuroraPlatformSDK/sdks/aurora_psdk/sdk-chroot: No such file or directory
sudo: unable to resolve host Beeugene: Name or service not known
sudo: unable to resolve host Beeugene: Name or service not known
sudo: PAM authentication error: Module is unknown
sudo: a password is required
sudo: PAM authentication error: Module is unknown
sudo: a password is required
sudosudo: : unable to resolve host Beeugeneunable to resolve host Beeugene: : Name or service not knownName or service not known

sudo: PAM authentication error: Module is unknown
sudo: a password is required
sudo: PAM authentication error: Module is unknown
sudo: a password is required

The same for unninstalling

aurora-cli psdk --remove
sudo: unable to resolve host Beeugene: Name or service not known
sudo: PAM authentication error: Module is unknown
sudo: a password is required
sudo: unable to resolve host Beeugene: Name or service not known
sudo: PAM authentication error: Module is unknown
sudo: a password is required
sudo: unable to resolve host Beeugene: Name or service not known
sudo: PAM authentication error: Module is unknown
sudo: a password is required

BEEugene avatar Nov 11 '23 11:11 BEEugene