Re: sshd problem on WS2008R2 64bit

2019-03-06 Thread Brian Inglis
On 2019-03-06 13:59, Corinna Vinschen wrote: > I'm reasonably sure there won't be any fix for these systems for at > least two reasons: > - All affected systems are EOLed or in the last year of their Extended > Support Cycle, all ending on 2020-01-14. > - I opened a support case for an older

Re: Annoying error messages from setup

2019-03-06 Thread Brian Inglis
On 2019-03-06 23:03, Mark Geisert wrote: > I don't immediately see what the problem may be. I installed the cygwin-doc > package with the 64-bit Cygwin setup.exe on Windows 7 and it all went well. > How do you enable native symbolic links? CYGWIN=winsymlinks:native -- Take care.

Re: Annoying error messages from setup

2019-03-06 Thread Brian Inglis
On 2019-03-06 17:57, Mark Geisert wrote: > Enrique Perez-Terron wrote: >> For some time (several months), the setup program always finishes with the >> following message: >>> Package: _/cygwin-doc >>>     cygwin-doc.sh exit code 3 >>> Package: z/Perpetual >>>     zp_texlive_finish.dash exit code

Re: Annoying error messages from setup

2019-03-06 Thread Mark Geisert
Hi Enrique, I don't immediately see what the problem may be. I installed the cygwin-doc package with the 64-bit Cygwin setup.exe on Windows 7 and it all went well. More below... Mark Geisert wrote earlier: Enrique Perez-Terron wrote: For some time (several months), the setup program always

Re: Best documentation for how to use cygport

2019-03-06 Thread Brian Inglis
On 2019-03-06 17:57, James Darnley wrote: > What's the best documentation to read to understand how to use cygport > to build packages? /usr/share/doc/cygport/html/manual/index.html > I am trying to use it to build Lua 5.3 and some modules. I think I > bashed the Lua 5.2 cygport file into the

Cygwin, Amazing results for your web page optimization

2019-03-06 Thread jonat...@myownkeyword.com
Hello Cygwin, My Name is Jonathan... Stop troubling your mind! We can drive keyword targeted traffic to your website from Google and other search engines. We can place your web page on top of search engine results and every time someone searches keywords that you own, your web page will be shown

Re: Annoying error messages from setup

2019-03-06 Thread Mark Geisert
Enrique Perez-Terron wrote: For some time (several months), the setup program always finishes with the following message: Package: _/cygwin-doc cygwin-doc.sh exit code 3 Package: z/Perpetual zp_texlive_finish.dash exit code 20 Looking into setup.log.full, I find: 2019/03/06

Best documentation for how to use cygport

2019-03-06 Thread James Darnley
What's the best documentation to read to understand how to use cygport to build packages? I am trying to use it to build Lua 5.3 and some modules. I think I bashed the Lua 5.2 cygport file into the right shape to build 5.3 correctly. But I don't know how to use the result of that to build other

A workaround against Emacs crash when displaying images

2019-03-06 Thread Katsumi Yamaoka
Hi, I found a workaround for Emacs from crashing that always happens when displaying images in an html article using Gnus. That is: export MAGICK_THREAD_LIMIT=1 According to the Google search someone said the crash arises due to a bug in ImageMagick incorporating OpenMP. I don't know what it

Annoying error messages from setup

2019-03-06 Thread Enrique Perez-Terron
For some time (several months), the setup program always finishes with the following message: Package: _/cygwin-doc cygwin-doc.sh exit code 3 Package: z/Perpetual zp_texlive_finish.dash exit code 20 Looking into setup.log.full, I find: 2019/03/06 22:39:56 running:

Re: sshd problem on WS2008R2 64bit

2019-03-06 Thread Stephen Paul Carrier
On Wed, Mar 06, 2019 at 03:44:36PM -0800, Stephen Paul Carrier wrote: > PW=`dd if=/dev/random bs=15 count=1 | base 64` That should be 'base64' of course, without the space. --S -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: sshd problem on WS2008R2 64bit

2019-03-06 Thread Stephen Paul Carrier
On Wed, Mar 06, 2019 at 02:24:59PM -0700, Bill Stewart wrote: ... > For my part, I'm writing a PowerShell script that does the following: > > 1) Create a local user account > 2) Grant it SeBatchLogonRight > 3) Create a scheduled task for it Powershell is probably more elegant if you're

Re: sshd problem on WS2008R2 64bit

2019-03-06 Thread Bill Stewart
On Wed, Mar 6, 2019 at 2:00 PM Corinna Vinschen wrote: > > Whether this workaround is feasible likely depends on the end user. The > > workaround has its own limitations. Here are at least 2 that I can think of > > right now: > > > > 1. The local user must have "Log on as a batch job"

Re: Fork issue with timerfd

2019-03-06 Thread Corinna Vinschen
On Mar 6 21:54, Peter Kozich (UM) wrote: > In response to this one: > > Re: Fork issue with timerfd > >From: Achim Gratz >To: cygwin at cygwin dot com >Date: Tue, 05 Mar 2019 20:15:32 +0100 >Subject: Re: Fork issue with timerfd > > > >

[newlib-cygwin] Cygwin: posix timers: fix resource leak

2019-03-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=094a2a17ad1cd65909fa2eee648d049d8d69fc45 commit 094a2a17ad1cd65909fa2eee648d049d8d69fc45 Author: Corinna Vinschen Date: Wed Mar 6 22:17:32 2019 +0100 Cygwin: posix timers: fix resource leak On setting the timer, the

Re: sshd problem on WS2008R2 64bit

2019-03-06 Thread Corinna Vinschen
On Mar 6 13:47, Bill Stewart wrote: > On Wed, Mar 6, 2019 at 1:14 PM Corinna Vinschen wrote: > > > > > > What precisely happens when Cygwin uses MSV1 S4ULogon on versions > older > > > > > than 6.3 before a user has logged on? > > > > > > > > MsV1S4ULogon returns with STATUS_NOT_SUPPORTED.

Re: Fork issue with timerfd

2019-03-06 Thread Peter Kozich (UM)
In response to this one: Re: Fork issue with timerfd From: Achim Gratz To: cygwin at cygwin dot com Date: Tue, 05 Mar 2019 20:15:32 +0100 Subject: Re: Fork issue with timerfd Anyway, the latest snapshot seemingly resolved that issue as

Re: sshd problem on WS2008R2 64bit

2019-03-06 Thread Bill Stewart
On Wed, Mar 6, 2019 at 1:14 PM Corinna Vinschen wrote: > > > > What precisely happens when Cygwin uses MSV1 S4ULogon on versions older > > > > than 6.3 before a user has logged on? > > > > > > MsV1S4ULogon returns with STATUS_NOT_SUPPORTED. Funny status code, > > > given it works if some user

RE: Automate - Robots. Vision. Motion. Solutions 2019 Info ?

2019-03-06 Thread Lisa Kimball
Hi, Did you get a chance to see my previous email? Please let me know if you are interested and would like to get more information. looking for positive response. Best Regards, Lisa From: Lisa Kimball Sent: 05 March 2019 11:29 To: 'cygwin@cygwin.com' Subject: Automate -

Re: sshd problem on WS2008R2 64bit

2019-03-06 Thread Corinna Vinschen
On Mar 6 09:45, Bill Stewart wrote: > On Wed, Mar 6, 2019 at 8:34 AM Corinna Vinschen wrote: > > > On Mar 6 08:38, Bill Stewart wrote: > > > On Wed, Mar 6, 2019 at 7:34 AM Corinna Vinschen wrote: > > > > On Mar 6 15:17, Corinna Vinschen wrote: > > > > > But the old Systems like Windows 7

Re: Logging-in using ssh elevates the user privilege.

2019-03-06 Thread Achim Gratz
Takashi Yano writes: > I would like to report a problem of recent cygwin. > > If a user logs in via ssh, the user aqcuires the elevated > privilege if the user belongs to Administrators group. This has been the case for as long as I use ssh logins and is by design. You can drop privileges after

Re: Fresh OS, fresh cygwin install, unable to resolve "couldn't allocate heap, Win32 error 487" error

2019-03-06 Thread Achim Gratz
Bill Bierman writes: >> I am currently receiving this error when attempting to compile libgmp: What's wrong with the libgmp that ships with Cygwin? >> *** fatal error in forked process - couldn't allocate heap, Win32 error >> 487, base 0x28B, top 0x293, reserve_size 520192, allocsize

Attendees List of Automate - Robots. Vision. Motion. Solutions 2019

2019-03-06 Thread Cynthis Jones
Hi, I am following up to check if you're company is interested in acquiring Attendees List of "Automate - Robots. Vision. Motion. Solutions"? We have discounted Prices this month. Expo Details: Date : APR 08- APR 11 Location : Chicago,

Re: sshd problem on WS2008R2 64bit

2019-03-06 Thread Bill Stewart
On Wed, Mar 6, 2019 at 8:34 AM Corinna Vinschen wrote: > On Mar 6 08:38, Bill Stewart wrote: > > On Wed, Mar 6, 2019 at 7:34 AM Corinna Vinschen wrote: > > > On Mar 6 15:17, Corinna Vinschen wrote: > > > > But the old Systems like Windows 7 don't want to play nice. > > > > > > > > - On Vista

Re: Logging-in using ssh elevates the user privilege.

2019-03-06 Thread Corinna Vinschen
On Mar 6 17:15, Corinna Vinschen wrote: > On Mar 7 01:00, Takashi Yano wrote: > > Hello, > > > > I would like to report a problem of recent cygwin. > > > > If a user logs in via ssh, the user aqcuires the elevated > > privilege if the user belongs to Administrators group. > > This is by

Re: Logging-in using ssh elevates the user privilege.

2019-03-06 Thread Corinna Vinschen
On Mar 7 01:00, Takashi Yano wrote: > Hello, > > I would like to report a problem of recent cygwin. > > If a user logs in via ssh, the user aqcuires the elevated > privilege if the user belongs to Administrators group. This is by design, and this is no new behaviour. As soon as an admin

Logging-in using ssh elevates the user privilege.

2019-03-06 Thread Takashi Yano
Hello, I would like to report a problem of recent cygwin. If a user logs in via ssh, the user aqcuires the elevated privilege if the user belongs to Administrators group. The following log is the example of the behaviour. [yano@Express5800-S70 ~]$ touch /cygdrive/c/windows/testfile touch:

Re: sshd problem on WS2008R2 64bit

2019-03-06 Thread Bill Stewart
On Wed, Mar 6, 2019 at 8:34 AM Corinna Vinschen wrote: > > What precisely happens when Cygwin uses MSV1 S4ULogon on versions older > > than 6.3 before a user has logged on? > > MsV1S4ULogon returns with STATUS_NOT_SUPPORTED. Funny status code, > given it works if some user already logged in by

Re: sshd problem on WS2008R2 64bit

2019-03-06 Thread Corinna Vinschen
On Mar 6 08:38, Bill Stewart wrote: > On Wed, Mar 6, 2019 at 7:34 AM Corinna Vinschen wrote: > > On Mar 6 15:17, Corinna Vinschen wrote: > > > But the old Systems like Windows 7 don't want to play nice. > > > > > > - On Vista and Windows 7 WOW64, MsV1_0S4ULogon isn't implemented > > > at all,

Re: sshd problem on WS2008R2 64bit

2019-03-06 Thread Bill Stewart
On Wed, Mar 6, 2019 at 7:34 AM Corinna Vinschen wrote: > On Mar 6 15:17, Corinna Vinschen wrote: > > But the old Systems like Windows 7 don't want to play nice. > > > > - On Vista and Windows 7 WOW64, MsV1_0S4ULogon isn't implemented > > at all, which required to keep the create_token method >

Re: sshd problem on WS2008R2 64bit

2019-03-06 Thread Corinna Vinschen
On Mar 6 15:17, Corinna Vinschen wrote: > But the old Systems like Windows 7 don't want to play nice. > > - On Vista and Windows 7 WOW64, MsV1_0S4ULogon isn't implemented > at all, which required to keep the create_token method > available > > - On Vista and Windows 7 MsV1_0S4ULogon does

[ANNOUNCEMENT] Updated: sqlite3-3.27.2-1 for Cygwin/Cygwin64

2019-03-06 Thread Jan Nijtmans
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine Changes since 3.21.0-1 = * Update to upstream SQLite 3.27.2. Additional SQLite bug-fixes,

Updated: sqlite3-3.27.2-1 for Cygwin/Cygwin64

2019-03-06 Thread Jan Nijtmans
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine Changes since 3.21.0-1 = * Update to upstream SQLite 3.27.2. Additional SQLite bug-fixes,

Re: sshd problem on WS2008R2 64bit

2019-03-06 Thread Corinna Vinschen
On Mar 6 13:48, Corinna Vinschen wrote: > On Mar 6 13:11, Corinna Vinschen wrote: > > On Mar 5 17:02, Stephen Carrier wrote: > > > Since upgrading a WS2008 R2 system to 3.0.1, attempts to ssh to the server > > > fail unless some user logs into Windows first. In this case, that is by > > > RDP,

Re: rsync failed after windows 10 update

2019-03-06 Thread jwang
Shall check "BLODA influence" as described here: https://cygwin.com/faq/faq.html#faq.using.bloda Thanks a lot -- Sent from: http://cygwin.1069669.n5.nabble.com/Cygwin-list-f3.html -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/

L'actualité des marques en images

2019-03-06 Thread Consonews
mercredi 6 mars 2019 La Brasserie Bavaroise met la bonne viande à l’honneur à l’occasion d’un mois de mars spécial « steakhouse » ( http://newsletter.consonews.ma/index.php?subid=33983=com_acymailing=url=4538=861 ) Réputée pour sa bonne viande depuis quarante ans, La Brasserie Bavaroise

Re: sshd problem on WS2008R2 64bit

2019-03-06 Thread Corinna Vinschen
On Mar 6 13:11, Corinna Vinschen wrote: > On Mar 5 17:02, Stephen Carrier wrote: > > Since upgrading a WS2008 R2 system to 3.0.1, attempts to ssh to the server > > fail unless some user logs into Windows first. In this case, that is by > > RDP, and it doesn't need to be the same user as the one

Re: can't access remote shares when using ssh with rsa key - passwd -R / set(e)uid / LogonUser is not working as expected

2019-03-06 Thread Corinna Vinschen
On Mar 6 13:28, Corinna Vinschen wrote: > On Mar 6 10:09, Maayan Apelboim wrote: > > Well, it doesn't work OK unfortunately, but I'm not sure if I missed > > something in the process, or is it just not working properly. > > I'm a bit worried to upgrade to 3.0.2 at the moment cause it's a major

Re: can't access remote shares when using ssh with rsa key - passwd -R / set(e)uid / LogonUser is not working as expected

2019-03-06 Thread Corinna Vinschen
On Mar 6 10:09, Maayan Apelboim wrote: > Well, it doesn't work OK unfortunately, but I'm not sure if I missed > something in the process, or is it just not working properly. > I'm a bit worried to upgrade to 3.0.2 at the moment cause it's a major > version and will probably have new bugs that I

Re: rsync failed after windows 10 update

2019-03-06 Thread Corinna Vinschen
On Mar 6 04:59, jwang wrote: > Sorry, i meant > > 1). tar -xvf cygwin-20190304.tzr.xz (just unzip and un-tar the downloaded > snapshots) > > reason for step 2) - just wanna test rsync (3.1.2) with the new cygwin1.dll > (20190304) without messing up other applications > > step 3) (old rsync

Re: sshd problem on WS2008R2 64bit

2019-03-06 Thread Corinna Vinschen
On Mar 5 17:02, Stephen Carrier wrote: > Since upgrading a WS2008 R2 system to 3.0.1, attempts to ssh to the server > fail unless some user logs into Windows first. In this case, that is by > RDP, and it doesn't need to be the same user as the one logging in by ssh. > After logging out of the

Re: rsync failed after windows 10 update

2019-03-06 Thread jwang
Sorry, i meant 1). tar -xvf cygwin-20190304.tzr.xz (just unzip and un-tar the downloaded snapshots) reason for step 2) - just wanna test rsync (3.1.2) with the new cygwin1.dll (20190304) without messing up other applications step 3) (old rsync but with new cygwin1.dll) always failed with

Re: rsync failed after windows 10 update

2019-03-06 Thread Corinna Vinschen
On Mar 6 02:54, jwang wrote: > Good morning (UK time) All > > I downloaded the snapshots: > https://cygwin.com/snapshots/x86_64/cygwin-20190304.tar.xz > > 1). tar -zvf cygwin-20190304.tzr.xz tar: You must specify one of the '-Acdtrux', '--delete' or '--test-label' options In the meantime you

RE: can't access remote shares when using ssh with rsa key - passwd -R / set(e)uid / LogonUser is not working as expected

2019-03-06 Thread Maayan Apelboim
Well, it doesn't work OK unfortunately, but I'm not sure if I missed something in the process, or is it just not working properly. I'm a bit worried to upgrade to 3.0.2 at the moment cause it's a major version and will probably have new bugs that I wouldn't want to find in production. Assuming

Re: rsync failed after windows 10 update

2019-03-06 Thread jwang
Good morning (UK time) All I downloaded the snapshots: https://cygwin.com/snapshots/x86_64/cygwin-20190304.tar.xz 1). tar -zvf cygwin-20190304.tzr.xz 2). cp -p /usr/bin/rsync usr/bin/ 3). usr/bin/rsync /tmp/test.log /tmp2/ 4). above failed with syntax error 5). strace usr/bin/rsync /tmp/test.log

Re: Fresh OS, fresh cygwin install, unable to resolve "couldn't allocate heap, Win32 error 487" error

2019-03-06 Thread Bill Bierman
I'm sorry I forgot to attach the cygcheck output file. On Tue, Mar 5, 2019 at 10:17 PM Bill Bierman wrote: > > Hello. I have a VirtualBox VM running Windows 10 Pro x64 with all current > updates at the time of writing this email. There are no third-party > anti-viruses installed. For that

Fresh OS, fresh cygwin install, unable to resolve "couldn't allocate heap, Win32 error 487" error

2019-03-06 Thread Bill Bierman
Hello. I have a VirtualBox VM running Windows 10 Pro x64 with all current updates at the time of writing this email. There are no third-party anti-viruses installed. For that matter, the only thing I have installed apart from cygwin is Visual Studio 2017, Google Chrome, Notepad++ and 7-zip. I