Re: Python for Windows reports wrong local time when run under Cygwin on Europe/Moscow TZ

2021-06-09 Thread Brian Inglis
On 2021-06-09 16:31, Keith Thompson via Cygwin wrote: [Sorry if the threading is messed up. I don't subscribe, so I'm constructing this message from the web interface. It should at least show up under the correct subject.] Brian Inglis wrote: On 2021-06-08 14:03, Mike Kaganski via Cygwin wrot

Re: odd prob for cygwin 'dd' from a character device on network disk

2021-06-09 Thread Duncan Roe
On Wed, Jun 09, 2021 at 06:19:43PM -0700, L A Walsh wrote: > I've been using a character device on linux in my > home directory named 'zero' that is a copy of the > 'zero' device in /dev: > crwxrwxrw- 1 1, 5 Jun 15 2015 zero > > to do read benchmarks using 'dd' (and write benchmarks > using a file

odd prob for cygwin 'dd' from a character device on network disk

2021-06-09 Thread L A Walsh
I've been using a character device on linux in my home directory named 'zero' that is a copy of the 'zero' device in /dev: crwxrwxrw- 1 1, 5 Jun 15 2015 zero to do read benchmarks using 'dd' (and write benchmarks using a file named 'null' thats a copy of /dev/null). I run it "occasionally", but

Re: Python for Windows reports wrong local time when run under Cygwin on Europe/Moscow TZ

2021-06-09 Thread Keith Thompson via Cygwin
[Sorry if the threading is messed up. I don't subscribe, so I'm constructing this message from the web interface. It should at least show up under the correct subject.] Brian Inglis wrote: > On 2021-06-08 14:03, Mike Kaganski via Cygwin wrote: > > On 08.06.2021 16:04, L A Walsh wrote: > >> You m

RE: [cygwin] Re: git clone https failed on 2.31.1-2, works on 2.31.1-1

2021-06-09 Thread Jason Pyeron
> -Original Message- > From: Jason Pyeron > Sent: Wednesday, June 9, 2021 1:50 PM > To: 'Marco Atzeri' (oops - got hit by a reply bug) > Subject: RE: [cygwin] Re: git clone https failed on 2.31.1-2, works on > 2.31.1-1 > > > -Original Message- > > From: Marco Atzeri > > Sent: Wed

Re: git clone https failed on 2.31.1-2, works on 2.31.1-1

2021-06-09 Thread Marco Atzeri via Cygwin
On 09.06.2021 19:22, Jason Pyeron wrote: Just did a fresh cygwin install base + git+nano+wget Clone is not happy. Is this an issue of: ooks like not having (lib)curl-devel installed when you compile git ( https://stackoverflow.com/a/13018777/58794 ) USERNAME@HOSTNAME1 /projects $ git clone h

git clone https failed on 2.31.1-2, works on 2.31.1-1

2021-06-09 Thread Jason Pyeron
Just did a fresh cygwin install base + git+nano+wget Clone is not happy. Is this an issue of: ooks like not having (lib)curl-devel installed when you compile git ( https://stackoverflow.com/a/13018777/58794 ) USERNAME@HOSTNAME1 /projects $ git clone https://HOSTNAME2/URL.git -b files-stsw-link

Using /etc/cron.{daily, weekly, monthly} on Cygwin (/usr/bin/run-parts)

2021-06-09 Thread Joe Smith via Cygwin
Please add 'run-parts' to Cygwin. I have been using the attached program (copied from Debian) successfully with Vista, Windows-7, and Windows-10. mintty screen dump #!/bin/bash # Name: /usr/bin/run-parts Modified by Joe Smith (joeinwap,gmail) # Purpose: Runs jobs sequentially at reg