::
Re: [devuan-dev] excalibur in gitla…
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Aquest missatge és part del següent fil:
l'arbre de fils complet ordenat per data
Ralph Ronnquist en
2025-11-14 02:43
Tom en
2025-11-14 21:47
Autor:
Simon Josefsson
Data:
2025-11-14 07:29
UTC
A:
wirelessduck
CC:
devuan-dev
Assumpte:
Re: [devuan-dev] excalibur in gitlab pipeline: failure to install openssh-client
wirelessduck@??? writes:
> This is a known issue. I haven’t yet found the cause of the incorrect
> permissions.
Thanks for the pointer -- my workaround in .gitlab-ci.yml was simple:
- ls -ald /usr/sbin | grep -q ^drwxr-xr-x || chmod -v 755 /usr/sbin
Maybe this helps others meanwhile. I think the official images should
have this chmod applied to them, as a post-processing step, until we
identify (and fix) the real bug causing this to happen is.
/Simon