public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: tried Setup (2.931), but failed
@ 2024-03-10 18:52 Lester Ingber
  2024-03-10 19:48 ` Eliot Moss
  0 siblings, 1 reply; 9+ messages in thread
From: Lester Ingber @ 2024-03-10 18:52 UTC (permalink / raw)
  To: cygwin

After
mv ca-certificates.sh ca-certificates.sh.done

I did a reinstall and now everything looked fine.  Will that persist?

Thanks.

Lester

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: tried Setup (2.931), but failed
  2024-03-10 18:52 tried Setup (2.931), but failed Lester Ingber
@ 2024-03-10 19:48 ` Eliot Moss
  0 siblings, 0 replies; 9+ messages in thread
From: Eliot Moss @ 2024-03-10 19:48 UTC (permalink / raw)
  To: cygwin

On 3/10/2024 2:52 PM, Lester Ingber via Cygwin wrote:
> After
> mv ca-certificates.sh ca-certificates.sh.done
> 
> I did a reinstall and now everything looked fine.  Will that persist?

I would think so.  A reinstall will first remove the
old .done file then run the scripts.  If the underlying
behavior is not different, it will still not rename the
.sh to sh.done ...

Best wishes - Eliot Moss

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: tried Setup (2.931), but failed
@ 2024-03-10 19:11 Lester Ingber
  0 siblings, 0 replies; 9+ messages in thread
From: Lester Ingber @ 2024-03-10 19:11 UTC (permalink / raw)
  To: cygwin

Marco:

I moved my copy of ca-certificates.dash.done into /etc/postinstall/ just
to keep track of common files.

Thanks again.
Lester

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: tried Setup (2.931), but failed
@ 2024-03-10 18:44 Lester Ingber
  0 siblings, 0 replies; 9+ messages in thread
From: Lester Ingber @ 2024-03-10 18:44 UTC (permalink / raw)
  To: cygwin

It was 0, so I did
ca-certificates.sh ca-certificates.sh.done

However, I then tried a reinstall of ca-certificates, and it failed the same way.




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: tried Setup (2.931), but failed
  2024-03-10 16:32 Lester Ingber
@ 2024-03-10 18:32 ` Marco Atzeri
  0 siblings, 0 replies; 9+ messages in thread
From: Marco Atzeri @ 2024-03-10 18:32 UTC (permalink / raw)
  To: cygwin

On 10/03/2024 17:32, Lester Ingber via Cygwin wrote:
> I see:
> 
> lingber@LouiseLG /etc/postinstall$ source ca-certificates.sh
> + source ca-certificates.sh
> ++ '[' '!' -e /etc/pki/ca-trust/ca-legacy.conf ']'
> ++ '[' -f /etc/pki/ca-trust/ca-legacy.conf -a -x /usr/bin/diff ']'
> ++ /usr/bin/mkdir -p /var/cache/setup/etc/pki/ca-trust
> ++ /usr/bin/rm -f /var/cache/setup//etc/pki/ca-trust/ca-legacy.conf.diff
> ++ /usr/bin/diff -wut /etc/pki/ca-trust/ca-legacy.conf /etc/defaults/etc/pki/ca-trust/ca-legacy.conf
> ++ /usr/bin/ca-legacy install
> ++ /usr/bin/update-ca-trust
> 
> 

forgot to ask, what is the output of

$ echo $?

after that ?

if it is 0 you can just
$ mv ca-certificates.sh ca-certificates.sh.done





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: tried Setup (2.931), but failed
@ 2024-03-10 17:23 Lester Ingber
  0 siblings, 0 replies; 9+ messages in thread
From: Lester Ingber @ 2024-03-10 17:23 UTC (permalink / raw)
  To: cygwin

I note that on my PC I see in /etc/postinstall/

ca-certificates.dash.done  ca-certificates.sh.done
but in my wife's PC I only see
ca-certificates.sh


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: tried Setup (2.931), but failed
@ 2024-03-10 16:32 Lester Ingber
  2024-03-10 18:32 ` Marco Atzeri
  0 siblings, 1 reply; 9+ messages in thread
From: Lester Ingber @ 2024-03-10 16:32 UTC (permalink / raw)
  To: cygwin

I see:

lingber@LouiseLG /etc/postinstall$ source ca-certificates.sh
+ source ca-certificates.sh
++ '[' '!' -e /etc/pki/ca-trust/ca-legacy.conf ']'
++ '[' -f /etc/pki/ca-trust/ca-legacy.conf -a -x /usr/bin/diff ']'
++ /usr/bin/mkdir -p /var/cache/setup/etc/pki/ca-trust
++ /usr/bin/rm -f /var/cache/setup//etc/pki/ca-trust/ca-legacy.conf.diff
++ /usr/bin/diff -wut /etc/pki/ca-trust/ca-legacy.conf /etc/defaults/etc/pki/ca-trust/ca-legacy.conf
++ /usr/bin/ca-legacy install
++ /usr/bin/update-ca-trust


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: tried Setup (2.931), but failed
  2024-03-10 11:56 Lester Ingber
@ 2024-03-10 14:54 ` Marco Atzeri
  0 siblings, 0 replies; 9+ messages in thread
From: Marco Atzeri @ 2024-03-10 14:54 UTC (permalink / raw)
  To: cygwin

On 10.03.2024 12:56, Lester Ingber via Cygwin wrote:
> I tried Setup (2.931) but it too failed to fix ca-certificates.
> 
> Lester
> 

Hi lester,

Setup is not changing the script, so do not expect a change from that side

can you please

$ cd /etc/postinstall/
$ set -x
$ source ca-certificates.sh

On my system the output is:

+ source ca-certificates.sh
++ '[' '!' -e /etc/pki/ca-trust/ca-legacy.conf ']'
++ '[' -f /etc/pki/ca-trust/ca-legacy.conf -a -x /usr/bin/diff ']'
++ /usr/bin/mkdir -p /var/cache/setup/etc/pki/ca-trust
++ /usr/bin/rm -f /var/cache/setup//etc/pki/ca-trust/ca-legacy.conf.diff
++ /usr/bin/diff -wut /etc/pki/ca-trust/ca-legacy.conf 
/etc/defaults/etc/pki/ca-trust/ca-legacy.conf
++ /usr/bin/ca-legacy install
++ /usr/bin/update-ca-trust

What is coming out from your ?

Regards
Marco

^ permalink raw reply	[flat|nested] 9+ messages in thread

* tried Setup (2.931), but failed
@ 2024-03-10 11:56 Lester Ingber
  2024-03-10 14:54 ` Marco Atzeri
  0 siblings, 1 reply; 9+ messages in thread
From: Lester Ingber @ 2024-03-10 11:56 UTC (permalink / raw)
  To: cygwin

I tried Setup (2.931) but it too failed to fix ca-certificates.

Lester

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-03-10 19:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-10 18:52 tried Setup (2.931), but failed Lester Ingber
2024-03-10 19:48 ` Eliot Moss
  -- strict thread matches above, loose matches on Subject: below --
2024-03-10 19:11 Lester Ingber
2024-03-10 18:44 Lester Ingber
2024-03-10 17:23 Lester Ingber
2024-03-10 16:32 Lester Ingber
2024-03-10 18:32 ` Marco Atzeri
2024-03-10 11:56 Lester Ingber
2024-03-10 14:54 ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).