[ovirt-users] Re: /etc/pki/ovirt-engine/ca.pem is not on a local filesystem

2023-11-14 Thread nicolas
Hi Didi, Patch has been submitted at https://github.com/oVirt/ovirt-engine/pull/891. Thanks. El 2023-11-14 10:04, Yedidyah Bar David escribió: Hi, On Tue, Nov 14, 2023 at 11:31 AM wrote: Hi Didi, Thanks for the reply. Finally solved it by exporting LANG=C in the shell before running

[ovirt-users] Re: /etc/pki/ovirt-engine/ca.pem is not on a local filesystem

2023-11-14 Thread Yedidyah Bar David
Hi, On Tue, Nov 14, 2023 at 11:31 AM wrote: > Hi Didi, > > Thanks for the reply. > > Finally solved it by exporting LANG=C in the shell before running the > command. > > Seems that the "pki-enroll-request.sh" does this check: > >LOCK="${PKIDIR}/${CA_FILE}".pem >df -l "${LOCK}" 2>

[ovirt-users] Re: /etc/pki/ovirt-engine/ca.pem is not on a local filesystem

2023-11-14 Thread nicolas
Hi Didi, Thanks for the reply. Finally solved it by exporting LANG=C in the shell before running the command. Seems that the "pki-enroll-request.sh" does this check: LOCK="${PKIDIR}/${CA_FILE}".pem df -l "${LOCK}" 2> /dev/null | grep -q "File" || die "${LOCK} is not on a local

[ovirt-users] Re: /etc/pki/ovirt-engine/ca.pem is not on a local filesystem

2023-11-14 Thread Yedidyah Bar David
On Tue, Nov 14, 2023 at 10:49 AM wrote: > Hi, > > We're running oVirt 4.5.4, recently we got this alert: > >Engine's certification is about to expire at 2023-11-19. Please renew > the engine's certification. > > So I'm trying to run: > >engine-setup --offline > > However, it fails with