Re: [cygwin] DD bug fails to wipe last 48 sectors of a disk

2020-06-20 Thread Eliot Moss
On 6/20/2020 1:31 PM, Hashim Aziz via Cygwin wrote: To reproduce simply run the following command on a drive (obviously, this will irreversibly wipe all data): dd if=/dev/zero of=/dev/sdX bs=4M status=progress Both drives were attached via internal SATA (by way of a PCIE to SATA Host Bus Adap

Re: ssh troubles

2020-06-20 Thread Raman Gupta via Cygwin
On Wed, Jun 17, 2020 at 4:21 PM Marco Atzeri via Cygwin wrote: > On 17.06.2020 20:46, Raman Gupta via Cygwin wrote: > > Hello all, for some reason I've started having troubles with cygwin sshd, > > despite having successfully used it for years. Not sure if some recent > > Windows updates broke it

[ANNOUNCEMENT] Updated: mintty 3.2.0

2020-06-20 Thread Thomas Wolff
I have uploaded mintty 3.2.0 with the following changes: Sixel and image display   * For overlapping images, fixed background and clipping borders (~#1010).   * Avoid image flickering by revised image list rendering strategy (#1010).   * New strategy to detect and collect overlayed images (~#10

Re: [cygwin] DD bug fails to wipe last 48 sectors of a disk

2020-06-20 Thread Hashim Aziz via Cygwin
To reproduce simply run the following command on a drive (obviously, this will irreversibly wipe all data): dd if=/dev/zero of=/dev/sdX bs=4M status=progress Both drives were attached via internal SATA (by way of a PCIE to SATA Host Bus Adapter). Cygwin was running in an elevated window as dd

Re: Apparent bug in either (1) Cygwin default Package-list or (2) Package "bzr" dependency-list

2020-06-20 Thread Marco Atzeri via Cygwin
On 20.06.2020 16:41, Jon Turney wrote: On 19/06/2020 07:55, Brian Inglis wrote: Looks like cygport, calm, and setup disagree about install dependencies; from setup.ini: bzr requires: python depends2: python python requires: python2 depends2: python2 requires: python27 depends2: so althoug

Re: Apparent bug in either (1) Cygwin default Package-list or (2) Package "bzr" dependency-list

2020-06-20 Thread Jon Turney
On 19/06/2020 07:55, Brian Inglis wrote: Looks like cygport, calm, and setup disagree about install dependencies; from setup.ini: bzr requires: python depends2: python python requires: python2 depends2: python2 requires: python27 depends2: so although python requires python2, and python2 req