::
Re: [devuan-dev] excalibur in gitla…
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Αυτό το μήνυμα είναι μέρος του ακόλουθου νήματος:
το πλήρες δέντρο νημάτων ταξινομημένο κατά ημερομηνία
Ralph Ronnquist στο
2025-11-14 02:43
Tom στο
2025-11-14 21:47
Συντάκτης:
Simon Josefsson
Ημερομηνία:
2025-11-14 07:29
UTC
Προς:
wirelessduck
Υ/ο:
devuan-dev
Αντικείμενο:
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