On 2024-03-10 19:30, Dan Shelton via Cygwin wrote:
On Sat, 9 Mar 2024 at 22:27, Glenn Strauss via Cygwin wrote:
On Wed, Mar 06, 2024 at 02:01:06PM +0100, Corinna Vinschen via Cygwin wrote:
On Mar 5 23:38, Dan Shelton via Cygwin wrote:
On Sat, 24 Feb 2024 at 14:11, Corinna Vinschen via Cygwin
On Sat, 9 Mar 2024 at 22:27, Glenn Strauss via Cygwin wrote:
>
> On Wed, Mar 06, 2024 at 02:01:06PM +0100, Corinna Vinschen via Cygwin wrote:
> > On Mar 5 23:38, Dan Shelton via Cygwin wrote:
> > > On Sat, 24 Feb 2024 at 14:11, Corinna Vinschen via Cygwin
> > > wrote:
> > > >
> > > > On Feb 23 2
On Wed, 6 Mar 2024 at 14:01, Corinna Vinschen via Cygwin
wrote:
>
> On Mar 5 23:38, Dan Shelton via Cygwin wrote:
> > On Sat, 24 Feb 2024 at 14:11, Corinna Vinschen via Cygwin
> > wrote:
> > >
> > > On Feb 23 22:15, Dan Shelton via Cygwin wrote:
> > > > HOWEVER, there is another Cygwin bug:
> >
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
Marco:
I moved my copy of ca-certificates.dash.done into /etc/postinstall/ just
to keep track of common files.
Thanks again.
Lester
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscr
After
mv ca-certificates.sh ca-certificates.sh.done
I did a reinstall and now everything looked fine. Will that persist?
Thanks.
Lester
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Un
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.
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/doc
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/cac
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
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/d
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/
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 m
I tried Setup (2.931) but it too failed to fix ca-certificates.
Lester
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
On Sun, 10 Mar 2024 17:38:53 +0900
Takashi Yano wrote:
> On Sun, 10 Mar 2024 05:49:43 +
> wh wrote:
> > Here's how to reproduce this behavior.
> >
> > In test3.pl:
> >
> > #!/usr/bin/perl
> > my $wfds = '';
> > vec($wfds, fileno(STDOUT), 1) = 1;
> > sleep 1;
> > print STDERR "selecting\n";
>
On Sun, 10 Mar 2024 05:49:43 +
wh wrote:
> Here's how to reproduce this behavior.
>
> In test3.pl:
>
> #!/usr/bin/perl
> my $wfds = '';
> vec($wfds, fileno(STDOUT), 1) = 1;
> sleep 1;
> print STDERR "selecting\n";
> select undef, $wfds, undef, undef;
> print STDERR "ready\n";
> print "abc\n";
14 matches
Mail list logo