Issue with email -a (Zip files)

2020-01-30 Thread Priyanka Joshi
Hi Team, I am facing issue when I am trying to send zip file as attachment, same command works fine for xml file. PFB commands for reference: email -s "BHN Test Automation Report" -a allure-report.zip priyanka.jo...@bhnetwork.com ==> Not triggering

Fwd:

2020-01-30 Thread Damian Harty
  Cygwin          https://u.to/nQJWFw          Damian Harty -- Forwarded message - From: Damian Harty Date: Thursday, January 30, 2020 02:58:08 PM Subject: To:   https://search.yahoo.com/search?p=&fr=h198q7kh1kp8sdwk -- Problem reports: http://cygwin.com/problems

sshd sessions hang after cygwin1.dll 3.0.7

2020-01-30 Thread Bill Stewart
I have created an OpenSSH installer for Windows users: https://github.com/Bill-Stewart/Cygwin-OpenSSH Basically it includes only the minimum files from Cygwin needed to run OpenSSH and has some additional conveniences (the foremost of which is to automatically install the service). The problem:

Re: sshd sessions hang after cygwin1.dll 3.0.7

2020-01-30 Thread Takashi Yano
On Thu, 30 Jan 2020 09:27:34 -0700 Bill Stewart wrote: > I have created an OpenSSH installer for Windows users: > > https://github.com/Bill-Stewart/Cygwin-OpenSSH > > Basically it includes only the minimum files from Cygwin needed to run > OpenSSH and has some additional conveniences (the foremos

hardlinks on directories?

2020-01-30 Thread Ulli Horlacher
(I am a UNIX senior admin, but have VERY few knowledge on Windows) UNIX does not support hard links on directories (in opposite to Windows?). I found: /: uname -a CYGWIN_NT-10.0 W10dev 3.1.2(0.340/5/3) 2019-12-21 15:25 x86_64 Cygwin /: ls -ldi /bin /usr/bin 281474976929589 drwxr-xr-x+ 1 admin

Re: hardlinks on directories?

2020-01-30 Thread Eric Blake
On 1/30/20 12:15 PM, Ulli Horlacher wrote: (I am a UNIX senior admin, but have VERY few knowledge on Windows) UNIX does not support hard links on directories (in opposite to Windows?). Windows does not either. Are this directory hard links? No, rather they are parallel mount points (the s

Pipes bug when spawning non-cygwin processes

2020-01-30 Thread Edward Lam
Hi Folks, I'm getting a problem where cygwin parent processes spawning non-cygwin child processes no longer detect when stdin has been closed. Please see the sample python code at the end where I've isolated the problem. I've got cygwin's python2 running spawn_bar.py that popen's a native non-cygw

Re: sshd sessions hang after cygwin1.dll 3.0.7

2020-01-30 Thread Bill Stewart
On Thu, Jan 30, 2020 at 9:46 AM Takashi Yano wrote: > Bill Stewart wrote: > > > > When I use cygwin1.dll versions newer than 3.0.7, sshd.exe hangs > > whenever establishing a connection. > > ... > > Any ideas? > > You need cygwin-console-helper.exe for newer cygwin pty which > supports pseudo cons

Re: sshd sessions hang after cygwin1.dll 3.0.7

2020-01-30 Thread Bill Stewart
On Thu, Jan 30, 2020 at 12:33 PM Bill Stewart wrote: > I added cygwin-console-helper.exe and this resolved it, at least on > Windows 10. My next step is to test on Server 2012 R2. Tested, and works fine also on Server 2012 R2. Thanks for the help! Bill -- Problem reports: http://cygwin.co

Re: headache on build repeatibility: octave vs BLODA ?

2020-01-30 Thread Brian Inglis
On 2020-01-29 06:46, Takashi Yano wrote: > Hi Marco, > > On Wed, 29 Jan 2020 13:19:11 +0100 > Marco Atzeri wrote: >> As Octave uses gnulib, it is possible that the changes in MS are causing >> a different subset of gnulib to be used than before, may be exposing >> a latent bug or race. >> >> Unfor

Re: headache on build repeatibility: octave vs BLODA ?

2020-01-30 Thread Marco Atzeri
Am 30.01.2020 um 22:05 schrieb Brian Inglis: On 2020-01-29 06:46, Takashi Yano wrote: Hi Marco, On Wed, 29 Jan 2020 13:19:11 +0100 Marco Atzeri wrote: As Octave uses gnulib, it is possible that the changes in MS are causing a different subset of gnulib to be used than before, may be exposing a

Re: Issue with email -a (Zip files)

2020-01-30 Thread Brian Inglis
On 2020-01-30 02:21, Priyanka Joshi wrote: > I am facing issue when I am trying to send zip file as attachment, same > command works fine for xml file. > > PFB commands for reference: > > Below command worked fine and sent testng.xml as attachment > email -s "BHN Test Automation Report" -a testn

How to fix mv under SMB/CIFS?

2020-01-30 Thread René Berber
Hi, Main question is how to make mv behave intelligently when used in SMB filesystem? Its probably obvious but "intelligently" in this context means do simple move between the same file system (SMB to same SMB), and only use copy-delete under different file systems (usually different comput

Re: Pipes bug when spawning non-cygwin processes

2020-01-30 Thread Takashi Yano
On Thu, 30 Jan 2020 14:03:50 -0500 Edward Lam wrote: > I'm getting a problem where cygwin parent processes spawning non-cygwin > child processes no longer detect when stdin has been closed. Please see the > sample python code at the end where I've isolated the problem. I've got > cygwin's python2 r

Re: sshd sessions hang after cygwin1.dll 3.0.7

2020-01-30 Thread Takashi Yano
On Thu, 30 Jan 2020 12:33:28 -0700 Bill Stewart wrote: > On Thu, Jan 30, 2020 at 9:46 AM Takashi Yano wrote: > > I believe you do not need winpty anymore because newer cygwin > > utilizes pseudo console in pty. > > Since this package is still used for older OS versions, I will still > need winpty

Re: sshd sessions hang after cygwin1.dll 3.0.7

2020-01-30 Thread Bill Stewart
Thank you for the assistance! I released the latest version of my installer, now available (under "Releases" tab) here: https://github.com/Bill-Stewart/Cygwin-OpenSSH Bill -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: Pipes bug when spawning non-cygwin processes

2020-01-30 Thread Edward Lam
On Thu, Jan 30, 2020 at 5:25 PM Takashi Yano wrote: > Probably, this is the same issue as > https://www.cygwin.com/ml/cygwin/2020-01/msg00093.html. > > Please try latest cygwin snapshot. > https://cygwin.com/snapshots/ > > Indeed, this works again after 20202401 snapshot! Thanks, -Edward -- Pr

RE: Issue with email -a (Zip files)

2020-01-30 Thread Priyanka Joshi
Thanks Brian! Can you please let me know if there is any way to check SMTP error logs for the email not getting sent. I am trying to enable the logs but facing issue with inetmgr.dll and smtpsnap.dll and not seeing SMTP option under IIS. PFB updates on the steps shared: >which email /usr/bin/