On 6/10/19 8:55 AM, Gene Heskett wrote:
following the directions at:
<http://buildbot.linuxcnc.org/buildslave-admin-guide.html>

And I get to this line:

git clone git://git.linuxcnc.org/git/linuxcnc.git linuxcnc-dev
Cloning into 'linuxcnc-dev'...
fatal: unable to connect to git.linuxcnc.org:
git.linuxcnc.org: Name or service not known

Ah yes, that LinuxCNC git url is pretty out of date. I updated it to the current one:

git clone https://github.com/LinuxCNC/linuxcnc.git linuxcnc-dev


So I go one down the page and:

gpg --keyserver hkp://keys.gnupg.net --recv-keys 25DD353196935D7D
445B1785BC92B87F 26ADE41E54621DFA 0A30317D741499B0
gpg: directory `/root/.gnupg' created
gpg: new configuration file `/root/.gnupg/gpg.conf' created
gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active
during this run
gpg: keyring `/root/.gnupg/secring.gpg' created
gpg: keyring `/root/.gnupg/pubring.gpg' created
gpg: requesting key 96935D7D from hkp server keys.gnupg.net
gpg: requesting key BC92B87F from hkp server keys.gnupg.net
gpg: requesting key 54621DFA from hkp server keys.gnupg.net
gpg: requesting key 741499B0 from hkp server keys.gnupg.net
gpgkeys: key 25DD353196935D7D can't be retrieved
gpgkeys: key 26ADE41E54621DFA can't be retrieved
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key BC92B87F: public key "Chris Radek <[email protected]>" imported
gpg: key 741499B0: public key "LinuxCNC Release Manager
<[email protected]>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 2
gpg:               imported: 2  (RSA: 1)

All four of those keys fetched successfully for me from keys.gnupg.net, including the two that didn't work above. Not sure what's up with that.

Also, i see that you're doing this all as root, that's probably not a good idea. The current buildbot runs everything as a special user named "buildslave".


--
Sebastian Kuzminsky


_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to