Re: Updated: Perl distributions

2015-12-18 Thread Jim Reisert AD1C
On Fri, Dec 18, 2015 at 8:53 AM, Achim Gratz wrote: > Depends on where you installed them to. If you installed them into > /usr/lib/perl5/site_perl, then you will need to remove those modules > from there (or rename the whole directory if you just need to check what > else is going to break). If

Re: cygwin update hang on autorebase

2015-12-18 Thread Ken Brown
On 12/18/2015 4:40 PM, Xie, Wei wrote: I tried to update my cygwin in win7 64 bit DELL optiplex 7020 desktop but the process hang after downloading the update. I manually kill each bash.exe process and it can move to the next step but will continue hang. I also tried to have a complete fresh inst

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.4.0-0.12

2015-12-18 Thread Achim Gratz
Corinna Vinschen writes: > mkpasswd -o For the record, the correct solution for my situation is to issue the following commands on all three involved machines: mkpasswd -L Mach1 -L Mach2 -L Mach3 | grep + > /etc/passwd mkgroup -L Mach1 -L Mach2 -L Mach3 | grep + > /etc/group and make sure that

cygwin update hang on autorebase

2015-12-18 Thread Xie, Wei
I tried to update my cygwin in win7 64 bit DELL optiplex 7020 desktop but the process hang after downloading the update. I manually kill each bash.exe process and it can move to the next step but will continue hang. I also tried to have a complete fresh installation, the process hang at autoreb

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.4.0-0.12

2015-12-18 Thread Corinna Vinschen
On Dec 18 21:41, Achim Gratz wrote: > Corinna Vinschen writes: > > For the time being, yes. I think I documented this in > > https://cygwin.com/cygwin-ug-net/ntsec.html. > > I've found it. > > > The windows UIs show the > > owner of a file knowning the server to fetch the user info from. Cygwin

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.4.0-0.12

2015-12-18 Thread Achim Gratz
Corinna Vinschen writes: > For the time being, yes. I think I documented this in > https://cygwin.com/cygwin-ug-net/ntsec.html. I've found it. > The windows UIs show the > owner of a file knowning the server to fetch the user info from. Cygwin > doesn't ATM, since the entire functionality to fe

Re: With nsswitch db_home of /cygdrive/c/%U ssh can't seem to use .ssh folder

2015-12-18 Thread Corinna Vinschen
On Dec 18 22:27, Andrey Repin wrote: > Greetings, Byron! > > > Every time I use ssh to a machine I get the fingerprint warnings like > > it's the first time I've ssh-ed to that machine. I've narrowed it down > > to have something to do with my `db_home` being set to `/cygdrive/c/%U` > > in `nsswit

Re: setfacl to remove a permission implicit adds another

2015-12-18 Thread Corinna Vinschen
On Dec 18 18:11, Corinna Vinschen wrote: > On Dec 18 17:14, Thomas Wolff wrote: > > I wrote: > > >... > > >After removing SYSTEM write permission with setfacl, > > >it was effectively removed for SYSTEM but the other groups got > > >write permission ADDED instead (as also properly indicated by ls)

Re: With nsswitch db_home of /cygdrive/c/%U ssh can't seem to use .ssh folder

2015-12-18 Thread Andrey Repin
Greetings, Byron! > Every time I use ssh to a machine I get the fingerprint warnings like > it's the first time I've ssh-ed to that machine. I've narrowed it down > to have something to do with my `db_home` being set to `/cygdrive/c/%U` > in `nsswitch.conf`. I have it set to this value because I w

RE: empty cron.log

2015-12-18 Thread Pierre A Humblet
> -Original Message- > From: Jason Crawford > Sent: Friday, December 18, 2015 1:01 PM > > On 12/18/2015 9:50 AM, Pierre A Humblet wrote: > >> -Original Message- > >> From: Jason Crawford > >> Sent: Friday, December 18, 2015 2:17 AM > >> > >> Hello everyone, > >> Thanks for a

Re: empty cron.log

2015-12-18 Thread Jason Crawford
On 12/18/2015 9:50 AM, Pierre A Humblet wrote: -Original Message- From: Jason Crawford Sent: Friday, December 18, 2015 2:17 AM Hello everyone, Thanks for a great offering and all the help you provide.I've used cygwin for a few years, but not deeply. cron is one of the tools I

Re: SSH Last login: (and lastlog, too)

2015-12-18 Thread Corinna Vinschen
On Dec 18 17:44, Achim Gratz wrote: > Nem W Schlecht writes: > > Try setting "UseDNS" to "yes" in /etc/sshd_config, restarting your > > sshd process, log in/out a few times and see if that fixes the issue. > > Thanks a bunch, I would't have found this! That's exactly what has been > causing the i

Re: setfacl to remove a permission implicit adds another

2015-12-18 Thread Corinna Vinschen
On Dec 18 17:14, Thomas Wolff wrote: > I wrote: > >... > >After removing SYSTEM write permission with setfacl, > >it was effectively removed for SYSTEM but the other groups got > >write permission ADDED instead (as also properly indicated by ls) − > >which is kind of the opposite of the intended op

[ANNOUNCEMENT] Updated: maxima-5.37.3-1

2015-12-18 Thread Achim Gratz
Maxima has been updated to version 5.37.3 for Cygwin, replacing the former test version at version 5.37.0 and demoting version 5.36.0-3 to previous. The ChangeLog can be accessed at: http://sourceforge.net/p/maxima/code/ci/branch-5_37/tree/ChangeLog-5.37.md -- *** CYGWIN-ANNOUNCE

[ANNOUNCEMENT] Updated: pbzip2-1.1.13-1

2015-12-18 Thread Marco Atzeri
New version 1.1.13-1 of pbzip2 is available in the Cygwin distribution: CHANGES Last upstream release. DESCRIPTION PBZIP2 is a parallel implementation of the bzip2 block-sorting file compressor that uses pthreads and achieves near-linear speedup on SMP machines. The output of this version is

[ANNOUNCEMENT] Updated: hwloc 1.11.2-1

2015-12-18 Thread Marco Atzeri
Version 1.11.2-1 of packages hwloc libhwloc-devel libhwloc5 are available in the Cygwin distribution: CHANGES Upstream bugfix release Full upstream changes: http://www.open-mpi.org/community/lists/hwloc-announce/2015/12/0082.php DESCRIPTION The Portable Hardware Locality (hwloc) softwa

Re: With nsswitch db_home of /cygdrive/c/%U ssh can't seem to use .ssh folder

2015-12-18 Thread Byron
On Fri, 18 Dec 2015 17:12:55 +0100 Corinna Vinschen wrote: > On Dec 18 10:02, Byron wrote: > > Every time I use ssh to a machine I get the fingerprint warnings > > like it's the first time I've ssh-ed to that machine. I've narrowed > > it down to have something to do with my `db_home` being set to

Re: SSH Last login: (and lastlog, too)

2015-12-18 Thread Achim Gratz
Nem W Schlecht writes: > Try setting "UseDNS" to "yes" in /etc/sshd_config, restarting your > sshd process, log in/out a few times and see if that fixes the issue. Thanks a bunch, I would't have found this! That's exactly what has been causing the issue. So I'll change all sshd_config files… R

Re: How to correctly rebase?

2015-12-18 Thread Achim Gratz
Warren Young writes: > How about something like > > find /usr -name ${extensions} | grep -vP '(? > The syntax isn’t vetted, but basically I’m saying that GNU grep’s > Perl-compatible regex mode supports negative lookbehind, which seems > like it should do what you want here. I can't use that

Re: SSH Last login: (and lastlog, too)

2015-12-18 Thread Nem W Schlecht
I'm wondering if the default value for UseDNS in /etc/sshd_config changed. It used to be 'yes' (and still is for the official distribution) but many were pushing it to be 'no' (I think CentOS now defaults this to 'no'). Try setting "UseDNS" to "yes" in /etc/sshd_config, restarting your sshd proce

Re: TEST RELEASE: Cygwin 2.4.0-0.10

2015-12-18 Thread Corinna Vinschen
On Dec 18 16:58, Thomas Wolff wrote: > Hi > >- A new mount type "usertemp" has been introduced, which allows to mount > > a POSIX directory to the Windows per-user temporary directory: > > > > none /tmp usertemp binary,posix=0 0 0 > That's a nice feature. I wonder, though, how the ordinary us

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.4.0-0.12

2015-12-18 Thread Corinna Vinschen
On Dec 18 17:07, Achim Gratz wrote: > Corinna Vinschen writes: > > I released TEST version 2.4.0-0.12 of Cygwin. > > > > Compared to 0.11 there's only a single change: > > With the three machines at home (in the same workgroup, but all with > local accounts) listing the foreign exported file syste

Re: setfacl to remove a permission implicit adds another

2015-12-18 Thread Thomas Wolff
I wrote: ... After removing SYSTEM write permission with setfacl, it was effectively removed for SYSTEM but the other groups got write permission ADDED instead (as also properly indicated by ls) − which is kind of the opposite of the intended operation. cygwin-2.4.0-0.11, sorry -- Problem repor

Re: With nsswitch db_home of /cygdrive/c/%U ssh can't seem to use .ssh folder

2015-12-18 Thread Corinna Vinschen
On Dec 18 10:02, Byron wrote: > Every time I use ssh to a machine I get the fingerprint warnings like > it's the first time I've ssh-ed to that machine. I've narrowed it down > to have something to do with my `db_home` being set to `/cygdrive/c/%U` > in `nsswitch.conf`. I have it set to this value

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.4.0-0.12

2015-12-18 Thread Achim Gratz
Corinna Vinschen writes: > I released TEST version 2.4.0-0.12 of Cygwin. > > Compared to 0.11 there's only a single change: With the three machines at home (in the same workgroup, but all with local accounts) listing the foreign exported file systems shows the owner/group as "Unknown+User Unknown+

SSH Last login: (and lastlog, too)

2015-12-18 Thread Achim Gratz
For some time now (it had been working at least around March this year) SSH tells me that I've last logged in from whatever IP instead of the name of the machine. Lastlog does the same. Name resolution works just fine as you can see when running ssh with debug on and it will check the correct kn

Re: TEST RELEASE: Cygwin 2.4.0-0.10

2015-12-18 Thread Thomas Wolff
Hi - A new mount type "usertemp" has been introduced, which allows to mount a POSIX directory to the Windows per-user temporary directory: none /tmp usertemp binary,posix=0 0 0 That's a nice feature. I wonder, though, how the ordinary user, or the user with Linux/Unix background, would

Re: Updated: Perl distributions

2015-12-18 Thread Achim Gratz
Jim Reisert AD1C writes: > Let's say that I installed one of these modules using "cpan > install..." instead of downloading from the Cygwin repository: > >> perl-Archive-Zip-1.55-1 >> etc. > > How can I go about reversing that to use the module from the Cygwin > repository instead? Is it as simple

Re: setfacl to remove a permission implicit adds another

2015-12-18 Thread Corinna Vinschen
On Dec 18 16:29, Thomas Wolff wrote: > For my Desktop folder (as logged below), SYSTEM had group write permission, > other groups did not have write permissions (by mask). > After removing SYSTEM write permission with setfacl, > it was effectively removed for SYSTEM but the other groups got > write

Re: Updated: Perl distributions

2015-12-18 Thread Brian Mathis
On Fri, Dec 18, 2015 at 10:33 AM, Jim Reisert AD1C wrote: > Let's say that I installed one of these modules using "cpan > install..." instead of downloading from the Cygwin repository: > >> perl-Archive-Zip-1.55-1 >> etc. > > How can I go about reversing that to use the module from the Cygwin > re

Re: Problems using a DLL with Cygwin 64 bit

2015-12-18 Thread Corinna Vinschen
On Dec 18 14:11, Philip Taylor wrote: > > Thank you for the reply. My situation is this: I was supplied Windows 32-bit > and 64-bit .dll and .lib files by the manufacturer, which I believe were > created using MS Visual Studio. These are to enable me to use the API for > this camera from my softwa

Re: Updated: Perl distributions

2015-12-18 Thread Jim Reisert AD1C
Let's say that I installed one of these modules using "cpan install..." instead of downloading from the Cygwin repository: > perl-Archive-Zip-1.55-1 > etc. How can I go about reversing that to use the module from the Cygwin repository instead? Is it as simple as downloading the module from the C

setfacl to remove a permission implicit adds another

2015-12-18 Thread Thomas Wolff
For my Desktop folder (as logged below), SYSTEM had group write permission, other groups did not have write permissions (by mask). After removing SYSTEM write permission with setfacl, it was effectively removed for SYSTEM but the other groups got write permission ADDED instead (as also properly in

Re: Cygwin multithreading performance

2015-12-18 Thread Achim Gratz
Kacper Michajlow writes: > I recently noticed that Cygwin multithreading is very inefficient. I > was repacking few git repositories and with Cygwin's git, it spawns > threads but they are so badly synchronized that there is no speed gain > over one thread and possible loose because of the overhead

With nsswitch db_home of /cygdrive/c/%U ssh can't seem to use .ssh folder

2015-12-18 Thread Byron
Every time I use ssh to a machine I get the fingerprint warnings like it's the first time I've ssh-ed to that machine. I've narrowed it down to have something to do with my `db_home` being set to `/cygdrive/c/%U` in `nsswitch.conf`. I have it set to this value because I want my Cygwin home folder t

RE: empty cron.log, user switching problem on Windows 10 with Microsoft id

2015-12-18 Thread Pierre A Humblet
> -Original Message- > From: Jason Crawford > Sent: Friday, December 18, 2015 2:17 AM > > Hello everyone, > Thanks for a great offering and all the help you provide.I've > used cygwin for a few years, but not deeply. cron is one of the tools I > find very handy. Recently I upgra

Re: Problems using a DLL with Cygwin 64 bit

2015-12-18 Thread Eliot Moss
On 12/18/2015 9:11 AM, Philip Taylor wrote: Thank you for the reply. My situation is this: I was supplied Windows 32-bit and 64-bit .dll and .lib files by the manufacturer, which I believe were created using MS Visual Studio. These are to enable me to use the API for this camera from my softwa

Re: Problems using a DLL with Cygwin 64 bit

2015-12-18 Thread Philip Taylor
Thank you for the reply. My situation is this: I was supplied Windows 32-bit and 64-bit .dll and .lib files by the manufacturer, which I believe were created using MS Visual Studio. These are to enable me to use the API for this camera from my software. Building using GCC tools with cygwin,

[ANNOUNCEMENT] TEST RELEASE: Cygwin 2.4.0-0.12

2015-12-18 Thread Corinna Vinschen
Hi Cygwin friends and users, I released TEST version 2.4.0-0.12 of Cygwin. Compared to 0.11 there's only a single change: - Revert inclusion of sys/select.h from sys/types.h as introduced with 2.4.0-0.10. Addresses: https://cygwin.com/ml/cygwin/2015-12/msg00195.html ==