::
Re: [devuan-dev] excalibur in gitla…
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Ez az üzenet a következő szál része:
a teljes szál-fa dátum szerinti rendezve
Ralph Ronnquist postázva
2025-11-14 02:43
Tom postázva
2025-11-14 21:47
Szerző:
Simon Josefsson
Dátum:
2025-11-14 07:29
UTC
Címzett:
wirelessduck
CC:
devuan-dev
Tárgy:
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