Closed julioropa closed 2 months ago
Hi julioropa, please contact me via mailto:sapmachine@sap.com?subject=SapMachine%20Issue%201812&body=Hi%20Christian,%0A
I am working on making this easier and my working-drafts are here: https://github.com/skateball/sapmachine-installation/
If you want you can try
curl -fsSL https://raw.githubusercontent.com/skateball/sapmachine-installation/main/t/w6.sh | sudo bash
Best Regards Christian
Hi julioropa,
looks like that the following command got an issue:
gpg --batch --export --armor 'CACB 9FE0 9150 307D 1D22 D829 6275 4C3B 3ABC FE23' > /etc/apt/trusted.gpg.d/sapmachine.gpg.asc
what caused that either /etc/apt/trusted.gpg.d/sapmachine.gpg.asc has the wrong content or could not be written at all.
Can you please send the output of the following commands here or via eMail :
cat /etc/os-release
umask -p
ls -l /etc/apt
ls -l /etc/apt/trusted.gpg.d/sapmachine.gpg.asc
md5sum /etc/apt/trusted.gpg.d/sapmachine.gpg.asc
cat /etc/apt/trusted.gpg.d/sapmachine.gpg.asc
Best Regards Christian
(as confirmed via chat) the root cause was the default umask of the host that blocked read-access for for group and others, which is required. executing the following commands solved the issue: sudo chmod 644 /etc/apt/trusted.gpg.d/sapmachine.gpg.asc sudo chmod 644 /etc/apt/sources.list.d/sapmachine.list
issue solved. colleague happy && asked to close this
Hi,
I'm following installation process for Ubuntu as indicated in https://github.com/SAP/SapMachine/wiki/Installation but it seems there is a problem with the public key.
Can you please advise how to proceed?