[heroes] Gitlab deploy_job fun
Hello, it looks like the deploy_job on gitlab is broken: https://gitlab.infra.opensuse.org/infra/salt/-/jobs/4070 $ sudo salt-call event.fire_master $CI_DEPLOY_PASSWORD salt/fileserver/ gitfs/update [ERROR ] Exception during resolving address: [Errno 1] Unknown host local: True Job succeeded Note that there are two errors included - first the "Unknown host", and second that the job gets marked as succeeded nevertheless. (For the records: running highstate on tsp.infra.o.o shows that nothing was deployed.) For bonus fun: I can't ssh to minnie - I only get "Connection closed by $IP port 22". Can someone please check (and fix) whatever broke? Note that this happened before, so it might be a good idea to spend a few minutes on finding out why ssh login broke. Regards, Christian Boltz -- [Newbie] und wenn wir wollen, daß er ein brauchbarer Regular wird, dann müssen wir uns den korrekt konfigurieren. Nun leider/zum Glück handelt es um einen Menschen. Da ist es nicht mit "vi /etc/sysconfig/grosshirn" und "rcgehirn reload" getan. [Kristian Koehntopp in suse-linux] -- To unsubscribe, e-mail: heroes+unsubscribe@opensuse.org To contact the owner, e-mail: heroes+owner@opensuse.org
Hello, Am Sonntag, 21. April 2019, 09:46:25 CEST schrieb Christian Boltz:
Can someone please check (and fix) whatever broke?
SSH works again - thanks to whoever fixed it! I had to remove the gitfs lockfile (been there, done that before), but unfortunately, it didn't help too much this time - we now have a new error: 2019-04-22 15:11:48,224 [salt.utils.gitfs :1714][ERROR ][14677] Error occurred fetching gitfs remote 'gitlab@gitlab.infra.opensuse.org:infra/salt.git': Failed to authenticate SSH session: Unable to send userauth-publickey request Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/salt/utils/gitfs.py", line 1692, in _fetch fetch_results = origin.fetch(**fetch_kwargs) File "/usr/lib64/python3.6/site-packages/pygit2/remote.py", line 375, in fetch check_error(err) File "/usr/lib64/python3.6/site-packages/pygit2/errors.py", line 64, in check_error raise GitError(message) _pygit2.GitError: Failed to authenticate SSH session: Unable to send userauth-publickey request Any idea what could be wrong and how to fix it? Regards, Christian Boltz --
und was ist "Winter"? Ein Zeitraum, in dem von der Decke des grossen blauen Raum gelegentlich groessere oder kleinere Mengen kalten weissen Drecks fallen, der aus kristallinem Dihydrogenmonoxid besteht. [Alexander Schreiber]
-- To unsubscribe, e-mail: heroes+unsubscribe@opensuse.org To contact the owner, e-mail: heroes+owner@opensuse.org
Hello, Am Montag, 22. April 2019, 17:38:48 CEST schrieb Christian Boltz:
unfortunately, it didn't help too much this time - we now have a new error:
2019-04-22 15:11:48,224 [salt.utils.gitfs :1714][ERROR ][14677] Error occurred fetching gitfs remote 'gitlab@gitlab.infra.opensuse.org:infra/salt.git': Failed to authenticate SSH session: Unable to send userauth-publickey request
I finally found out what causes this - it's a regression in the libssh2-1 update :-( I opened https://bugzilla.opensuse.org/show_bug.cgi?id=1133608 and downgraded libssh2-1 to the old, working version. I also created a zypper lock for it to avoid that the daily update cronjob installs the broken version again. Regards, Christian Boltz -- I hope and intend to make the unclear situation even a bit more unclear. ;) [Lars Müller in opensuse-factory] -- To unsubscribe, e-mail: heroes+unsubscribe@opensuse.org To contact the owner, e-mail: heroes+owner@opensuse.org
participants (1)
-
Christian Boltz