Re: Bugreport: openldap 2.4.48-1 ldapsearch coredump

2019-09-06 Thread Quanah Gibson-Mount
el7_6" Does it work on RHEL7 with OpenLDAP 2.4.48? You can get RHEL7 packages from <https://repo.symas.com/sofl/rhel7/> or <https://ltb-project.org/documentation/openldap-rpm#yum_repository> --Quanah -- Quanah Gibson-Mount Product Architect Symas Corporation Packaged, ce

Re: Bug report: Killing a native process may not actually kill it

2019-08-28 Thread Quanah Gibson-Mount
tained a link to a patch allowing for Cygwin to correctly terminate native Windows processes. I understand it is not the position of the Cygwin project to deal with situation, so I think we can just let it drop. Regards, Quanah -- Quanah Gibson-Mount Product Architect Symas Corporation Pa

Re: Bug report: Killing a native process may not actually kill it

2019-08-28 Thread Quanah Gibson-Mount
or an unresponsive Cygwin process. As I noted, it was not unique to control-C. In any case, unfortunate to hear that Cygwin will not address this issue. kill -f is clearly not desirable for doing a clean shutdown of a process. --Quanah -- Quanah Gibson-Mount Product Architect Symas Corporation

Re: Bug report: Killing a native process may not actually kill it

2019-08-28 Thread Quanah Gibson-Mount
--On Thursday, July 25, 2019 11:32 AM -0700 Quanah Gibson-Mount wrote: As found and reported to the MSYS team back in 2006 by Howard Chu, if a native process is spawned, control-C, the kill command, etc, may not actually kill the process. Details are here: I haven't seen a reply

Re: More on Win7 update messing up HOME

2019-08-16 Thread Quanah Gibson-Mount
e list was actually delivered. --Quanah -- Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: <http://www.symas.com> -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ D

Re: Openldap 2.4.48-1 vs my company's pki

2019-08-05 Thread Quanah Gibson-Mount
what the client is doing. I.e., if you're doing startTLS, then something like ldapsearch -x -ZZ -d -1 -H ldap:// -s base -b "" Or if you're using ldaps, then something like: ldapsearch -x -d -1 -H ldaps:// -s base -b "" Regards, Quanah -- Quanah Gibson-Mount Pro

Re: Openldap 2.4.48-1 vs my company's pki

2019-08-05 Thread Quanah Gibson-Mount
? If that works and the ldapsearch (or other ldap client) binary does not, then you likely have a global /etc/ldap.conf (or whereever this build looks for it) or a ~/.ldaprc file that defines the path or file to find the CA certificate that would need updating. Regards, Quanah -- Quanah Gibson-Mount

Re: Openldap 2.4.48-1 vs my company's pki

2019-08-02 Thread Quanah Gibson-Mount
like /etc/openldap/ldap.conf or /etc/ldap.conf, etc, depending on how OpenLDAP was built) that defines where to find the CA Cert(s), or a ~user/.ldaprc, etc. OpenLDAP client utilities generally by default do not search for a global list of CA certificates. --Quanah -- Quanah Gibson-Mount

Re: openldap on Cygwin

2019-07-25 Thread Quanah Gibson-Mount
--On Thursday, July 25, 2019 9:30 PM +0200 Achim Gratz wrote: Quanah Gibson-Mount writes: […] Sorry for wedging in sideways, but I've looked into building a more up-to-date openldap and there's missing detection / configuration for Cygwin. Specifically, there's code trying to use robust

Bug report: Killing a native process may not actually kill it

2019-07-25 Thread Quanah Gibson-Mount
spawns a slapd process, kills it, then spawns another slapd process, which will fail because the original slapd never actually got killed. Regards, Quanah -- Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP:

Re: Oddities with file deletion on CIFS drive

2010-09-12 Thread Quanah Gibson-Mount
--On Sunday, September 12, 2010 1:43 PM +0200 Corinna Vinschen wrote: On Sep 11 12:41, Corinna Vinschen wrote: On Sep 10 10:48, Quanah Gibson-Mount wrote: --On Friday, September 10, 2010 7:09 PM +0200 Corinna Vinschen wrote: Let me know if there is anything else I can provide. I'm

Re: Oddities with file deletion on CIFS drive

2010-09-12 Thread Quanah Gibson-Mount
--On Sunday, September 12, 2010 2:21 PM -0700 Quanah Gibson-Mount wrote: Hi Corinna, I will give the snapshot a test. Here is the output of attrib: bu...@zre-win-002 /cygdrive/z/current/WINDOWS/ZDESKTOP-608/20100912050101_ZDESKTOP/ZimbraBu ild/templates $ attrib BUILD_ISYNC_template AR Z

Re: Oddities with file deletion on CIFS drive

2010-09-10 Thread Quanah Gibson-Mount
--On Friday, September 10, 2010 11:16 AM +0200 Corinna Vinschen wrote: On Sep 8 15:17, Quanah Gibson-Mount wrote: I have a CIFS drive I connect to as the windows user. I can write to the drive with no problem. However, when I go to delete files from the drive, Cygwin behaves very oddly

Re: Oddities with file deletion on CIFS drive

2010-09-10 Thread Quanah Gibson-Mount
process to a Linux box). --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration Zimbra :: the leader in open source messaging and collaboration -- Problem reports: http://cygwin.com

Re: Oddities with file deletion on CIFS drive

2010-09-09 Thread Quanah Gibson-Mount
FILE_SEQUENTIAL_WRITE_ONCE : FALSE FILE_SUPPORTS_TRANSACTIONS : FALSE --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration -- Problem reports: http://cygwin.com/problems.html FAQ

Oddities with file deletion on CIFS drive

2010-09-08 Thread Quanah Gibson-Mount
-08 13:31 BUILD_test This behavior is quite bizarre. I should be able to delete the files I created with the -f option to rm. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Oddities with file deletion on CIFS drive

2010-09-08 Thread Quanah Gibson-Mount
--On Wednesday, September 08, 2010 3:17 PM -0700 Quanah Gibson-Mount wrote: This behavior is quite bizarre. I should be able to delete the files I created with the -f option to rm. Also, if I mount it on a linux box via CIFS, I can delete files on this drive no issue. So

Re: Oddities with file deletion on CIFS drive

2010-09-08 Thread Quanah Gibson-Mount
/cygdrive/z/current/WINDOWS $ --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq

Re: Oddities with file deletion on CIFS drive

2010-09-08 Thread Quanah Gibson-Mount
: --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http

Re: Oddities with file deletion on CIFS drive

2010-09-08 Thread Quanah Gibson-Mount
array from EMC (http://www.emc.com/products/family/celerra-family.htm), and in this case, it isn't hooked up to an AD server like they usually have them. Problem reports: http://cygwin.com/problems.html Ok, thanks. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc

Re: Oddities with file deletion on CIFS drive

2010-09-08 Thread Quanah Gibson-Mount
--On Wednesday, September 08, 2010 7:12 PM -0700 Quanah Gibson-Mount qua...@zimbra.com wrote: That covers all the obvious things for me. I'd recommend taking a look at the SAMBA server to see if user IDs are mapped correctly. Also, I know there were some problems in the past with older Samba

Re: Network drives ssh access

2010-09-04 Thread Quanah Gibson-Mount
gets automatically mounted... In any case, I modified my .bashrc to mount the drive if it detects an SSH session. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration -- Problem reports

Re: Network drives ssh access

2010-09-03 Thread Quanah Gibson-Mount
--On Tuesday, August 24, 2010 1:35 PM -0700 Quanah Gibson-Mount wrote: --On Tuesday, August 24, 2010 1:19 PM -0400 Larry Hall (Cygwin) wrote: A missing password is likely your problem, since that's at the heart of your original problem really. But I actually wasn't thinking of this option

Re: Network drives ssh access

2010-09-03 Thread Quanah Gibson-Mount
--On Friday, September 03, 2010 12:28 PM -0700 Quanah Gibson-Mount wrote: --On Tuesday, August 24, 2010 1:35 PM -0700 Quanah Gibson-Mount wrote: The CIFS mount now uses the same username/password as the windows user. I have used passwd -R to store the user's password in the registry

Re: Network drives ssh access

2010-08-24 Thread Quanah Gibson-Mount
--On Monday, August 23, 2010 9:41 PM -0400 Larry Hall (Cygwin) reply-to-list-only...@cygwin.com wrote: On 8/23/2010 7:47 PM, Quanah Gibson-Mount wrote: I have a network drive set up to auto-reconnect at startup, which appears to work fine. If I start cygwin after logging in, I can see

Re: Network drives ssh access

2010-08-24 Thread Quanah Gibson-Mount
--On Tuesday, August 24, 2010 9:59 AM -0700 Quanah Gibson-Mount qua...@zimbra.com wrote: I log in as the build user via ssh, and ps -eaf shows me to sshd process running as SYSTEM - proc 3376 with parent 3340 and a subprocess 1824 with 3376 as the parent. Specifically, when logging in via

Re: Network drives ssh access

2010-08-24 Thread Quanah Gibson-Mount
/savecreds, and that does mount the drive to Windows at least every time without prompting, and Cygwin locally is able to use it. It is only an issue with the SSH connection. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader

Re: Network drives ssh access

2010-08-24 Thread Quanah Gibson-Mount
was provided I.e., it never gives me the opportunity to answer the question. If I try changing the drive letter, I get error 67, the network name cannot be found. Note that net use by itself continues to show the Unavailable status for the Z: drive with that share. --Quanah -- Quanah Gibson

Network drives ssh access

2010-08-23 Thread Quanah Gibson-Mount
remotely? Thanks, Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation