BUG (1.5.19-4): libdl.a is missing

2006-06-02 Thread Daniel Santos
cygwin (as in the base cygwin package) is missing /lib/libdl.a. The install for the cygwin package should create a symlink with this name that links to libcygwin.a in the same directory. Otherwise, builds for a lot of different software packages are broken. Example is bash-3.1. It will die

Re: please test ptys and ttys in the latest snapshot

2006-06-02 Thread Brian Dessent
Christopher Faylor wrote: > I've rewritten some of the pty/tty code in the latest snapshot to work > around problems that Dave Korn raised. Thanks to Dave for finding the > problem and for his patch which would have made things work better. I still see the handle leak in the expect/dejagnu testc

please test ptys and ttys in the latest snapshot

2006-06-02 Thread Christopher Faylor
I've rewritten some of the pty/tty code in the latest snapshot to work around problems that Dave Korn raised. Thanks to Dave for finding the problem and for his patch which would have made things work better. If you read the cygwin-patches mailing list, you will see that, after thinking about Dav

Re: Cygwin services using uid 400, not SYSTEM. Why?

2006-06-02 Thread Shaddy Baddah
Hi, Larry Hall (Cygwin) wrote: Why didn't you configure the service via /usr/bin/iu-config? I'd suggest you uninstall, reinstall, and try using the configure script instead. With some luck, it will be able to undo any missteps and configure a working and proper inetd for you. Larry, I am gen

Re: rsh with command hangs, rlogin works

2006-06-02 Thread Andrew DeFaria
Lars Björnfot wrote: $ rsh localhost ls HANGS for any command Still unsolved but: I noted a SIGSEGV message in the syslog which explains why it hangs. /var/log/messages: Jun 2 23:39:12 baloo kernel: in.rshd[3308]: segfault at 0003 rip 0022E4E5 rsp 0022E454 error 4 I downloaded the inetu

Re: Compiling php 5

2006-06-02 Thread Max Bowsher
René Berber wrote: > The DNS problem can be solved by building ISC's bind Or, just installing Cygwin's minires-devel package. Max. signature.asc Description: OpenPGP digital signature

Re: rsh with command hangs, rlogin works

2006-06-02 Thread Lars Björnfot
> $ rsh localhost ls HANGS for any command Still unsolved but: I noted a SIGSEGV message in the syslog which explains why it hangs. /var/log/messages: Jun 2 23:39:12 baloo kernel: in.rshd[3308]: segfault at 0003 rip 0022E4E5 rsp 0022E454 error 4 I downloaded the inetutil sources, added s

Re: How come I'm still the mkgroup group?

2006-06-02 Thread Clifford Moravetz
--- "Larry Hall (Cygwin)" <[EMAIL PROTECTED]> wrote: > Clifford Moravetz wrote: > > I'm wondering why I'm still in the 'mkgroup' group even after > running > > the mkgroup and mkpasswd commands. I ran these commands like > this: > > > > mkpasswd -l -d > /etc/passwd > > mkgroup -l -d > /etc/group

Re: [1.5.19] Issues with installing on XPe

2006-06-02 Thread Shankar Unni
Erik D. Zane wrote: So, I will repeat the question: Is there a known issue with installing > and using Cygwin on XPe? It most certainly is not an "officially supported" platform. That said, if it supports the Win32 API (as it probably does ;-), there's a *possibility* that it could be made

Re: [1.5.19] Issues with installing on XPe

2006-06-02 Thread Christopher Faylor
On Fri, Jun 02, 2006 at 12:18:10PM -0700, Erik D. Zane wrote: >Since everyone seemed to dis this post >http://cygwin.com/ml/cygwin/2006-03/msg00275.html due to it being an >older version, would someone be interested in looking at it on the most >recent version. I'm seeing the same problems PLUS fa

[1.5.19] Issues with installing on XPe

2006-06-02 Thread Erik D. Zane
Since everyone seemed to dis this post http://cygwin.com/ml/cygwin/2006-03/msg00275.html due to it being an older version, would someone be interested in looking at it on the most recent version. I'm seeing the same problems PLUS failure to install properly because sysvinit.sh generates 1 GB

Re: Compiling php 5

2006-06-02 Thread René Berber
Roland Swingler wrote: > I was wondering if anyone has managed to get php 5 compiled under > Cygwin? I am currently trying with 5.1.4. Trying to compile it as an > apache2 module (with no other configure flags), both configure and > make go fine, but when I do make install it complains about not >

Re: Trying to run VBScript from Cygwin

2006-06-02 Thread Christopher Faylor
On Fri, Jun 02, 2006 at 11:37:16AM -0700, Andrew DeFaria wrote: >If you can, lose the following. It's quite annoying... (And yes I know >sometimes you can't... Don't know why companies insist on such long >disclaimers that nobody cares about nor reads...) Not only is it annoying, it is against s

Re: Trying to run VBScript from Cygwin

2006-06-02 Thread Andrew DeFaria
Dean Steve wrote: Hi, I've seen Paul Hughes' message "[Newbie] Trying to run MSWord from Cygwin" dated 02 Mar 2006 and am having similar problems. I'm also opening a ssh connection from a Linux box to a Windows machine to run a Windows process using CreateObject within VBScript. I have been

RE: \cygwin\bin\sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487

2006-06-02 Thread Mark Bartel
Tried the 20060529 snapshot. It seems less frequent, but still happens. -Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Larry Hall (Cygwin) Sent: Wednesday, May 31, 2006 8:15 PM To: cygwin@cygwin.com Subject: Re: \cygwin\bin\sh.exe: *** fatal error

rm not honoring directory access permissions

2006-06-02 Thread Nellis, Kenneth
I recently noticed that rm will delete a file without proper regard to the access permissions of the containing directory. Researching the archives, I see that this subject was touched on ("POSIX compliance of unlink(2)") in February 2005, but the discussion seemed to veer off to a side issue (IMHO

Re: 1.5.19-4: sshd: "child_copy: linked dll data write copy failed" after computer reboot (Windows 2003 Server SP1)

2006-06-02 Thread Christopher Faylor
On Fri, Jun 02, 2006 at 11:42:27AM -0400, Larry Hall (Cygwin) wrote: >On 06/02/2006, Ren? Krell wrote: >>The main reason for using the LocalSystem account instead of a >>different one is that I want to allow interactive applications to >>appear in Windows, which isn't definitely allowed by cygrunsr

Re: 1.5.19-4: sshd: "child_copy: linked dll data write copy failed" after computer reboot (Windows 2003 Server SP1)

2006-06-02 Thread Larry Hall (Cygwin)
On 06/02/2006, René Krell wrote: The main reason for using the LocalSystem account instead of a different one is that I want to allow interactive applications to appear in Windows, which isn't definitely allowed by cygrunsrv and probably generally in Windows with a separated sshd account. In

Trying to run VBScript from Cygwin

2006-06-02 Thread Dean Steve
Hi, I've seen Paul Hughes' message "[Newbie] Trying to run MSWord from Cygwin" dated 02 Mar 2006 and am having similar problems. I'm also opening a ssh connection from a Linux box to a Windows machine to run a Windows process using CreateObject within VBScript. I have been able to replicate the p

Re: UTF-8 Cygwin

2006-06-02 Thread Larry Hall (Cygwin)
SUZUKI Hisao wrote: > I made a patch to cygwin1.dll to support UTF-8. > > It allows you to use all of characters and file (or path) names > allowed in Windows, while keeping binary-compatibility with the > current Cygwin. It is fairly perfect except for lack of locale > support etc. So it may re

Re: trying to build with MinGW under cygwin, but no luck, can't find dllcrt2.o

2006-06-02 Thread Brian Dessent
Ed Hartnett wrote: First, a note: the Cygwin list generally does not like to field questions about -mno-cygwin because when doing so you are using another project's toolchain, and so it's kind of off-topic. However, I think your problem is actually build-environment related and not gcc related, s

trying to build with MinGW under cygwin, but no luck, can't find dllcrt2.o

2006-06-02 Thread Ed Hartnett
Howdy all! I am trying to build my libtool-based library package on Cygwin, with the -mno-cygwin option. However, I am getting the following problem: libtool: link: cc -shared .libs/attr.o .libs/ncx.o .libs/putget.o .libs/dim.o .libs/error.o .libs/libvers.o .libs/nc.o .libs/string.o .libs/v1hpg

Re: squid status?

2006-06-02 Thread Shaddy Baddah
Hi, Sven Köhler wrote: I remember, that it once worked. Any clue, why squid is that broken? Nope. Sounds like it would be worthwhile to debug it. squid is strange. It looks in /etc/resolv.conf for DNS-server, it checks the cache-directories - and if something is not right (not DNS-servers

Compiling php 5

2006-06-02 Thread Roland Swingler
Hi all, I was wondering if anyone has managed to get php 5 compiled under Cygwin? I am currently trying with 5.1.4. Trying to compile it as an apache2 module (with no other configure flags), both configure and make go fine, but when I do make install it complains about not finding libphp5.so. So

Re: 1.5.19-4: sshd: "child_copy: linked dll data write copy failed" after computer reboot (Windows 2003 Server SP1)

2006-06-02 Thread René Krell
Well, following the last recommendations I re-installed Cygwin with opensshd from scratch (see also attachment: cygcheck.out) and launched ssh-host-config like this: $ ssh-host-config Generating /etc/ssh_host_key Generating /et

Re: ssh (protocol 2) crash on brand new T2600 dual core cpu (Dell Latitude D620)

2006-06-02 Thread Andreas Loebel
Hi, The crash comes from the biolsp.dll provided by the TPM software from wave.com. A biolsp.dll fix provided by www.wave.com solves the problem. Andreas Andreas Loebel wrote: Hi all, I observed a ssh (protocol 2) crash (using cvs, rsync, scp, unison, etc.) only on my brand new T2600 dua

Re: 1.5.19-4: sshd: "child_copy: linked dll data write copy failed" after computer reboot (Windows 2003 Server SP1)

2006-06-02 Thread René Krell
Hi René, The note about Windows 2003 Server and ssh-host-config I noticed but ignored, because the reasons for doing this mentioned there were obviously different from my problem. Either you have a permission to do something or not, but not only sometimes (after simply restarting the service).

Re: Problems with ssh/scp/sftp on a dual core Dell Latitude D820

2006-06-02 Thread Andreas Loebel
Chris Richardson wrote: Hello, It turns out that the crash was happening in biolsp.dll. This belongs to Wave System's Embassy Security Suite, which provides the tools for managing the PCs Trusted Platform Module (TPM). After uninstalling Embassy (only partially done since the uninstall hung) sc

Re: 2003 Installing inetd as a service

2006-06-02 Thread Andrew DeFaria
Andrew DeFaria wrote: What's the best way to install inetd as a service on Windows 2003. I used to use inetd --install-as-service but I'm thinking a cygrunsrv -I inetd style line would be better. Also, since what I want to accomplish is the ability to telnet, rlogin, rsh into the 2003 server