Re: FAQ update suggestion: uninstall

2006-07-25 Thread Joshua Daniel Franklin
On 7/23/06, Robert Pendell wrote: Testing wrote: > http://cygwin.com/faq/faq.setup.html#faq.setup.uninstall-all > > Would it be valuable to add this to the FAQ entry? > That won't work for those on XP Home. In order to access the Security tab you have to boot into safe mode. OK, I'll add that i

Re: 1.5.21-1 DLL Loading Problem

2006-07-25 Thread Larry Hall (Cygwin)
On 07/25/2006, Rob Hatcherson wrote: I've been trying to track this down with gdb, but haven't made much progress. I put the cygwin1.dbg from the src distro into the /bin dir, which at least allowed some level of breakpoint setting, but so far none of the ones I've tried (dlopen, dll::init(),

Pine bug in cygwin?

2006-07-25 Thread Tim Newsham
I'm seeing weirdness in pine under cygwin. I can normally send and receive mail just fine. When I try to send a large file as an attachment I get two error messages displayed. During the transmission the status bar displays: Encoding Error "Interrupted system call" then after a second or so

Re: Pine bug in cygwin?

2006-07-25 Thread Tim Newsham
Looks like the culprint is SSL_write. I wrote a wrapper around it that continues whenever it gets EINTR. It looks like its working now. See the attached diff On Tue, 25 Jul 2006, Tim Newsham wrote: Encoding Error "Interrupted system call" [...] smtp-server=127.0.0.1/novalidate-cert

RE: Can NTFS junctions be listed?

2006-07-25 Thread John and Holly Klug
It appears that junctions from sysinternals.com gets an invalid instruction when run my Athlon XP machine. This turns out to be incorrect. The junction program with the invalid instruction was a different program of the same name from the tools of the windows resource kits, which was first in

how can i search a specific symbol in static library ?

2006-07-25 Thread 勇郝
there are many static library files in lib directory, when i was reported a error: "undefined reference to X" how could i know which static library file(.a file) should i append to compile path by parameter L & l is there a convenient way to search a specific symbol in a directory? -- Unsubsc

tar, win-path conversion bug

2006-07-25 Thread Linda Walsh
I think I've run into a bug concerning "tar" and the use of windows format paths. It's not a bug that is difficult to work around, but it still seems as though it is a bug that someone may wish to address (in their spare time, of course :-). I wanted to save a list of files into a tar archive wh

Re: version 1.5.21-1 , g++ installation

2006-07-25 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to abhinav - on 7/25/2006 6:03 PM: > Hi, > Based on my scans through internet I was expecting > g++ to be a part of the cygwin package (version > 1.5.21-1). You must not have scanned very hard. http://cygwin.com/faq/faq-nochunks.html#faq.s

1.5.21-1 DLL Loading Problem

2006-07-25 Thread Rob Hatcherson
All: After installing 1.5.21-1 (cygcheck output attached) I've starting experiencing a DLL loading problem whose presentation is similar to that of a problem described by Gary Zablackis in a 12-Apr-2006 post with subject "Patch for silent crash with Cygwin1.dll v 1.5.19-4". Examination of dl

version 1.5.21-1 , g++ installation

2006-07-25 Thread abhinav -
Hi, Based on my scans through internet I was expecting g++ to be a part of the cygwin package (version 1.5.21-1). How ever g++ is an undefined command for the version that got installed on my machine. I have 2 questions: 1. Is it normal to have g++ as a "command not found" after a cygwin instal

Re: Where is complex.h

2006-07-25 Thread TV JOE
Hi, Would any of you that replied be interested in assisting me with compiling this program. It's a C program written for a Suse Linux distribution. The author maintains the only problem would be resolving the complex.h warnings. TIA. _

Re: MS Windows 2k3 domain users issue

2006-07-25 Thread Larry Hall (Cygwin)
MyStiC wrote: From: "Larry Hall (Cygwin)" It's not clear whether your '/etc/groups' file is up-to-date on your XP machine. Try running 'mkgroup -l -d >/etc/group'. If you have trouble XP machine is at my office and the w2k3 server is at my residence. The 'etc/group' file on the XP box was bui

Re: MS Windows 2k3 domain users issue

2006-07-25 Thread MyStiC
From: "Larry Hall (Cygwin)" It's not clear whether your '/etc/groups' file is up-to-date on your XP machine. Try running 'mkgroup -l -d >/etc/group'. If you have trouble XP machine is at my office and the w2k3 server is at my residence. The 'etc/group' file on the XP box was build local to the

Email.conf error

2006-07-25 Thread Andrew King
Thanks to René, I think I got my Cron problem fixed. For tester purposes, I've got Cron set up to send me an e-mail once every minute. Well, it sends me the e-mail, but the e-mail contains the following error: email: FATAL: Line number 7 is incorrectly formated in email.conf Caught an ERRO

Re: Why does tcl84.dll not follow the Cygwin DLL naming convention?

2006-07-25 Thread Shankar Unni
Brian Dessent wrote: I think it's because tcl/tk is one of the few packages that is actually compiled as a windows native program. That's interesting. I've been dreading getting the source to it and looking into it - perhaps I should bite the bullet sometime.. -- Unsubscribe info: h

Re: MS Windows 2k3 domain users issue

2006-07-25 Thread Larry Hall (Cygwin)
On 07/25/2006, MyStiC wrote: I am having an issue with Cygwin not authenticating domain users in a W2k3 environment. I've tried every "fix" that I can find out there and yet to find a solution. The are several listings in Cygwin's db resembling my issue but had either no replies, or provided no

Re: python fails in windows shell

2006-07-25 Thread Krzysztof Duleba
Dave Korn wrote: When I try to run python in Windows shell, it hangs. Even the simplest test like python -c 'print "foo"' will result in ntvdm process taking 100% CPU. I tried it with 1.5.19 and 1.5.17 and got the same result. When I strace python, I get a bit surprising output: D:\cygwin\hom

Re: Why does tcl84.dll not follow the Cygwin DLL naming convention?

2006-07-25 Thread Brian Dessent
Shankar Unni wrote: > This just a casual question: why? I know, WJM and all that, but why > don't these libraries have a "cyg" prefix - which would solve all these > problems? I think it's because tcl/tk is one of the few packages that is actually compiled as a windows native program. However ru

Re: strace -vs- cygload funny

2006-07-25 Thread Brian Dessent
Dave Korn wrote: > So, how come strace works properly? I'm guessing because it doesn't try to do anything like create threads or use signals (or even IO via cygwin1.dll for that matter.) Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cyg

Re: Cgywin filename with 255 character

2006-07-25 Thread Linda Walsh
Jörg Schaible wrote: Is there any pointer at MS, where this is described exaclty? I was only able to find some entries in the knowledge base that describe applications that are affected by this limit, but nowhere an explanation under what circumstances a process/application is hit by this lim

Re: Problem with syslog-ng looping at start

2006-07-25 Thread René Berber
Corinna Vinschen wrote: [snip] > I'm using syslog-ng all the time and I never had this problem. I'm > wondering if you just have a dependency problem since that seems to > happen on some systems but not on others. What happens if you add > a dependency to tcpip to the syslog-ng service? Good poi

strace -vs- cygload funny

2006-07-25 Thread Dave Korn
So, how come strace works properly? According to how-cygtls, " If you load cygwin1.dll dynamically from a non-cygwin application, it is vital that the bottom CYGTLS_PADSIZE bytes of the stack are not in use before you call cygwin_dll_init(). See winsup/testsuite/cygload for more in

RE: python fails in windows shell

2006-07-25 Thread Dave Korn
On 25 July 2006 18:21, Volker Quetschke wrote: > Dave Korn wrote: >> On 25 July 2006 08:48, Krzysztof Duleba wrote: >> >>> When I try to run python in Windows shell, it hangs. Even the simplest >>> test like python -c 'print "foo"' will result in ntvdm process taking >>> 100% CPU. I tried it with

Re: python fails in windows shell

2006-07-25 Thread Volker Quetschke
Dave Korn wrote: On 25 July 2006 08:48, Krzysztof Duleba wrote: When I try to run python in Windows shell, it hangs. Even the simplest test like python -c 'print "foo"' will result in ntvdm process taking 100% CPU. I tried it with 1.5.19 and 1.5.17 and got the same result. When I strace python

Why does tcl84.dll not follow the Cygwin DLL naming convention?

2006-07-25 Thread Shankar Unni
I notice that the Tcl/Tk libraries are the only DLLs (*) in Cygwin's /usr/bin that don't follow the "cygwin DLL naming convention" of prefixing "cyg" to the DLL name. (The issue that prompts this idle speculation is described in these postings: http://sourceware.org/ml/cygwin/2004-02/msg0019

Re: FW: sshd on windows server 2003 64bit

2006-07-25 Thread Arian Hojat
Not a RSA1 key file /etc/ssh_host_key.??? You check to see if its valid file still with RSA info in there? i dunno maybe run ssh-host-config or ssh-keygen again to reset settings on server and add new RSA key in that dir. On 7/25/06, Andy Keane <[EMAIL PROTECTED]> wrote: I have a problem with

FW: sshd on windows server 2003 64bit

2006-07-25 Thread Andy Keane
I have a problem with the latest sshd on cygwin:   debug2: load_server_config: filename /etc/sshd_config debug2: load_server_config: done config len = 34 debug2: parse_server_config: config /etc/sshd_config len 34 debug1: sshd version OpenSSH_4.3p2 debug3: Not a RSA1 key file /etc/ssh_host_key. de

RE: PCYMTNQREAIYR, suggestions for Yahoo Web Email?

2006-07-25 Thread Dave Korn
On 25 July 2006 16:22, Keith Christian wrote: > --- Corinna Vinschen wrote: > >> On Jul 25 06:21, Keith Christian wrote: >>> --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: >> http://cygwin.com/acronyms/#PCYMTNQREAIYR > > > I use the Yahoo Mail web interface, like thousands of others. Anyone k

PCYMTNQREAIYR, suggestions for Yahoo Web Email?

2006-07-25 Thread Keith Christian
--- Corinna Vinschen wrote: > On Jul 25 06:21, Keith Christian wrote: > > --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > http://cygwin.com/acronyms/#PCYMTNQREAIYR I use the Yahoo Mail web interface, like thousands of others. Anyone know offhand how not to quote raw email addresses, per PCYM

RE: Question on static Cygwin-hosted applications

2006-07-25 Thread Dave Korn
On 25 July 2006 15:55, Bill Gatliff wrote: Hi Bill! > I'm in the odd place where I need a statically-linked GNU cross > toolchain that runs under Win32. The idea is that I could then take my > toolchain directory and move it over to another Win32 machine that > doesn't have any special runtime

Question on static Cygwin-hosted applications

2006-07-25 Thread Bill Gatliff
Guys: I'm in the odd place where I need a statically-linked GNU cross toolchain that runs under Win32. The idea is that I could then take my toolchain directory and move it over to another Win32 machine that doesn't have any special runtime environment previously installed and it Should Jus

[ANNOUNCEMENT] Updated:lftp-3.5.1-1

2006-07-25 Thread Schulman . Andrew
A new version of the lftp package is available in the Cygwin distribution. lftp is a sophisticated file transfer program and ftp/http client. It supports multiple network protocols, offers tab completion, command history, job control, and bookmarks, can mirror sites and transfer multiple files in

Re: Adding users to /etc/passwd for ssh purposes, but not as a local Windows user

2006-07-25 Thread Corinna Vinschen
On Jul 25 06:21, Keith Christian wrote: > --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: http://cygwin.com/acronyms/#PCYMTNQREAIYR > > Nope. Every account in /etc/passwd needs a real account in Windows, > > given as SID in the pw_gecos field. Cygwin has no own user management > > but reli

MS Windows 2k3 domain users issue

2006-07-25 Thread MyStiC
I am having an issue with Cygwin not authenticating domain users in a W2k3 environment. I've tried every "fix" that I can find out there and yet to find a solution. The are several listings in Cygwin's db resembling my issue but had either no replies, or provided no solution. If there is anythi

MS Windows 2k3 domain users issue

2006-07-25 Thread MyStiC
I am having an issue with Cygwin not authenticating domain users in a W2k3 environment. I've tried every "fix" that I can find out there and yet to find a solution. The are several listings in Cygwin's db resembling my issue but had either no replies, or provided no solution. If there is anythi

Re: Adding users to /etc/passwd for ssh purposes, but not as a local Windows user

2006-07-25 Thread Keith Christian
--- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Jul 24 19:09, Keith Christian wrote: > > Suppose a Windows 2000/XP/2003 machine exists where three accounts need to > be > > added for use only with SSH to a Unix/Linux machine, for ssh/scp/sftp use. > > > > Further suppose these user accounts

On postgresql-8.1.4-2

2006-07-25 Thread Angelo Graziosi
I want to flag that in setup.ini (from ftp://mirrors.kernel.org, timestamp 20060725 09:30) a few file (postgresql-devel-8.1.4-2.tar.bz2,...) are in the 'curr' section and others (postgresql-8.1.4-2.tar.bz2...) in 'test' section. I note also that the original request http://

Re: [Q] About halting problems at installation of cygwin

2006-07-25 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to 김영재 on 7/25/2006 12:10 AM: > I remove older version of cygwin manually(there isn't uninstall program), and > download setup.exe from www.cygwin.com site. Actually, there is in the FAQ: http://cygwin.com/faq/faq-nochunks.html#faq.setup.un

RE: python fails in windows shell

2006-07-25 Thread Dave Korn
On 25 July 2006 08:48, Krzysztof Duleba wrote: > When I try to run python in Windows shell, it hangs. Even the simplest test > like python -c 'print "foo"' will result in ntvdm process taking 100% CPU. > I tried it with 1.5.19 and 1.5.17 and got the same result. > > When I strace python, I get a

Re: Why are Windows paths broken in make 3.81?

2006-07-25 Thread Chris Taylor
Joachim Achtzehnter wrote: Christopher Faylor wrote: I guess that means there is nothing more to discuss. Agreed, except for the following. On Mon, Jul 24, 2006 at 12:53:19PM -0700, Joachim Achtzehnter wrote: Christopher Faylor wrote: Well, you *could* expect a fix if you provided enou

Re: Adding users to /etc/passwd for ssh purposes, but not as a local Windows user

2006-07-25 Thread Corinna Vinschen
On Jul 24 19:09, Keith Christian wrote: > Suppose a Windows 2000/XP/2003 machine exists where three accounts need to be > added for use only with SSH to a Unix/Linux machine, for ssh/scp/sftp use. > > Further suppose these user accounts are to be named ssh_user_a, ssh_user_b, > and ssh_user_c, and

Re: Problem with syslog-ng looping at start

2006-07-25 Thread Corinna Vinschen
On Jul 24 19:18, Ren? Berber wrote: > Hi, > > The problem happens about once week and I'm starting my PC every day (I would > estimate it fails in about 1 of 7 to 14 starts); it has been happening for > some > time, at least with the last 3 versions of cygwin's dll, currently I'm using > 1.5.21 a

Re: [ANNOUNCEMENT] Updated: tar-1.15.91-1

2006-07-25 Thread Max Bowsher
Eric Blake wrote: > A new release of tar, 1.15.91-1, is available, replacing 1.15.1-4 as the > current version. > > NEWS: > = > This is a new beta-quality upstream release. > * Incompatible changes > ** Globbing > Previous versions of GNU tar assumed shell-style globbing when > extracting fro

Re: Why are Windows paths broken in make 3.81?

2006-07-25 Thread Carlo Florendo
Christopher Faylor wrote: I participate in cygwin because I like providing a linux-like interface on Windows. Booof! This is the best reason why cygwin existed and why it still exists. We hope this continues. Best Regards, Carlo -- Carlo Florendo Astra Philippines Inc. www.astra.ph -

python fails in windows shell

2006-07-25 Thread Krzysztof Duleba
When I try to run python in Windows shell, it hangs. Even the simplest test like python -c 'print "foo"' will result in ntvdm process taking 100% CPU. I tried it with 1.5.19 and 1.5.17 and got the same result. When I strace python, I get a bit surprising output: D:\cygwin\home\Krzysiek>strace