grep doesn't work w/ latest cygwin

2004-01-21 Thread stillwater269
I've downloaded the latest cygwin for the first time yesterday (1/20/04). Downloaded from cygwin.com, got the setup.exe, and ran it. My aim was to use postgres. initdb calls grep, and it fails missing the dll "cygpcre.dll". initdb additionally fails missing the dll "cygcrypt-0.dll". I tried rei

Re: simple newbie init question

2004-01-21 Thread Andrew DeFaria
Christopher Faylor wrote: On Wed, Jan 21, 2004 at 03:54:14PM -0800, Andrew DeFaria wrote: Edward W. Rouse wrote: Yes. Here is the appropriate line from "cygcheck -svr". base-files 2.6-1 However I do not have the symlinks you mention. Can I manually create them using ln or do I need to reinstal

Re: [ANNOUNCEMENT] New Package Available: perl-libwin32-0.191-1

2004-01-21 Thread Edward S. Peschko
On Wed, Jan 21, 2004 at 05:12:27PM -0500, Rafael Kitover wrote: > Description > = > > The libwin32 Perl library that provides access to the Win32 API, and is > installed by default with ActivePerl, is now available as a Cygwin package. > > The CORE Win32 method

Re: simple newbie init question

2004-01-21 Thread Christopher Faylor
On Wed, Jan 21, 2004 at 03:54:14PM -0800, Andrew DeFaria wrote: >Edward W. Rouse wrote: > >>Yes. Here is the appropriate line from "cygcheck -svr". >> >>base-files 2.6-1 >> >>However I do not have the symlinks you mention. Can I manually create >>them using ln or do I need to reinstall the base-fi

Re: simple newbie init question

2004-01-21 Thread Andrew DeFaria
Edward W. Rouse wrote: Yes. Here is the appropriate line from "cygcheck -svr". base-files 2.6-1 However I do not have the symlinks you mention. Can I manually create them using ln or do I need to reinstall the base-files? Ed. You've installed inetd as a service right? Have you tried adding C:\

RE: simple newbie init question

2004-01-21 Thread Igor Pechtchanski
Hmm, this seems up to date... So, you should also have the postinstall script /etc/postinstall/base-files-mketc.sh.done. If you don't, something went wrong when executing that postinstall script -- /var/log/setup.log should contain some details. Otherwise, simply rerun the script -- no need to r

RE: simple newbie init question

2004-01-21 Thread Edward W. Rouse
Yes. Here is the appropriate line from "cygcheck -svr". base-files 2.6-1 However I do not have the symlinks you mention. Can I manually create them using ln or do I need to reinstall the base-files? Ed. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: simple newbie init question

2004-01-21 Thread Igor Pechtchanski
I don't recall you posting your "cygcheck -svr" output. Do you have the "base-files" package installed? If so, /etc/services should be a symbolic link to "C:\WINNT\system32\drivers\etc\services" (you should also have symbolic links for /etc/hosts, /etc/protocols, and /etc/networks). If you don't

RE: simple newbie init question

2004-01-21 Thread Edward W. Rouse
Well, I didn't. But I got a copy, added it to the /etc directory, added the cvspserver line, saved everything and restarted inetd. And it still gives me the debug result in my last post. And I still don't have the pserver service starting. Any other suggestions? It doesn't look like inetd is using

RE: simple newbie init question

2004-01-21 Thread Igor Pechtchanski
You should already have /etc/services. Just add the "cvspserver" line. Igor On Wed, 21 Jan 2004, Edward W. Rouse wrote: > This is the result of 'inetd -d', edited for brevity. > > ADD : talk proto=udp, wait=1, user=root builtin=0 > server=/usr/sbin/in.talkd > registered /usr/sbin/in.talk

Re: Another one bites the dust (mirrors.rcn.net gone)

2004-01-21 Thread Igor Pechtchanski
On Wed, 21 Jan 2004, Christopher Faylor wrote: > On Wed, Jan 21, 2004 at 04:18:37PM -0500, Igor Pechtchanski wrote: > >It looks like another mirror has decided to dump Cygwin (in fact, the > >whole sources.redhat.com tree). There is no Cygwin mirror anymore at > >.

[ANNOUNCEMENT] New Package Available: perl-libwin32-0.191-1

2004-01-21 Thread Rafael Kitover
Description = The libwin32 Perl library that provides access to the Win32 API, and is installed by default with ActivePerl, is now available as a Cygwin package. The CORE Win32 methods in ActivePerl such as Win32::GetLastError() (see man Win32 or perldoc Win32)

RE: simple newbie init question

2004-01-21 Thread Edward W. Rouse
Yes, but I had it in originally. Removed it just as a test. Ed. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Pierre A. Humblet > Sent: Wednesday, January 21, 2004 4:47 PM > To: [EMAIL PROTECTED] > Subject: Re: simple newbie init question > > O

RE: simple newbie init question

2004-01-21 Thread Edward W. Rouse
This is the result of 'inetd -d', edited for brevity. ADD : talk proto=udp, wait=1, user=root builtin=0 server=/usr/sbin/in.talkd registered /usr/sbin/in.talkd on 19 ADD : ntalk proto=udp, wait=1, user=root builtin=0 server=/usr/sbin/in.talkd registered /usr/sbin/in.talkd on 20 ADD : cvspserver pr

Re: simple newbie init question

2004-01-21 Thread Pierre A. Humblet
On Wed, Jan 21, 2004 at 04:25:29PM -0500, Edward W. Rouse wrote: > Ok. I got inetd running, thanks Larry, and netstat -a shows all of the > services that inetd.conf started with are running. But the line I added > to start pserver is not starting the service. I used the line provided > in my CVS po

Re: simple newbie init question

2004-01-21 Thread Christopher Faylor
On Wed, Jan 21, 2004 at 04:25:29PM -0500, Edward W. Rouse wrote: >Ok. I got inetd running, thanks Larry, and netstat -a shows all of the >services that inetd.conf started with are running. But the line I added >to start pserver is not starting the service. I used the line provided >in my CVS pocket

RE: simple newbie init question

2004-01-21 Thread Edward W. Rouse
Ok. I got inetd running, thanks Larry, and netstat -a shows all of the services that inetd.conf started with are running. But the line I added to start pserver is not starting the service. I used the line provided in my CVS pocket reference (shown with another line which works): telnet stream tc

Re: Another one bites the dust (mirrors.rcn.net gone)

2004-01-21 Thread Christopher Faylor
On Wed, Jan 21, 2004 at 04:18:37PM -0500, Igor Pechtchanski wrote: >It looks like another mirror has decided to dump Cygwin (in fact, the >whole sources.redhat.com tree). There is no Cygwin mirror anymore at >. This could have something to do with >the fact that we

Another one bites the dust (mirrors.rcn.net gone)

2004-01-21 Thread Igor Pechtchanski
It looks like another mirror has decided to dump Cygwin (in fact, the whole sources.redhat.com tree). There is no Cygwin mirror anymore at . This could have something to do with the fact that we've been recommending this mirror on the list as a fast and reliable co

RE: ^Z with LFTP in 1.5.6: in handle_threadlist_exception!

2004-01-21 Thread Frédéric L. W. Meunier
On Wed, 21 Jan 2004, Dave Korn wrote: > > > > -Original Message- > > From: cygwin-owner On Behalf Of Frédéric L. W. Meunier > > [...snip!...] > > I think it happened when I pressed > > some keys, but it wasn't ^Z. > [...snip!...] > > > I nominate this for bug report of the year! Thanks !

Re: Missing /dev

2004-01-21 Thread Christopher Faylor
On Wed, Jan 21, 2004 at 02:33:42PM -0500, Christopher Faylor wrote: >On Wed, Jan 21, 2004 at 02:25:13PM -0500, Igor Pechtchanski wrote: >>On Wed, 21 Jan 2004, Kaz Kylheku wrote: >> >>> This is a tiny little annoyance in Cygwin: various device paths exist, >>> like your controlling terminal /dev/con

Re: Missing /dev

2004-01-21 Thread Christopher Faylor
On Wed, Jan 21, 2004 at 02:25:13PM -0500, Igor Pechtchanski wrote: >On Wed, 21 Jan 2004, Kaz Kylheku wrote: > >> This is a tiny little annoyance in Cygwin: various device paths exist, >> like your controlling terminal /dev/conin. However, there is no actual >> /dev directory in the filesystem. >> >

Re: Missing /dev

2004-01-21 Thread Igor Pechtchanski
On Wed, 21 Jan 2004, Kaz Kylheku wrote: > This is a tiny little annoyance in Cygwin: various device paths exist, > like your controlling terminal /dev/conin. However, there is no actual > /dev directory in the filesystem. > > This confuses some programs that do parsing on the path rather than > ju

RE: snapshot now == 1.5.7 soon, please try

2004-01-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christopher Faylor > Huh? I fixed the problem. Why are you still theorizing > about the cause? Don't quite see how you read that into my words. It certainly wasn't what I thought I was doing. >If you are starting a new disc

RE: simple newbie init question

2004-01-21 Thread Larry Hall
At 01:23 PM 1/21/2004, Edward W. Rouse you wrote: >I do have inetutils installed but I can't find inetd except in the >/lib/perl5/5.8.2/Net/demos/ directory. The relevant portion of cygcheck >is shown. >indent 2.2.8-1 >inetutils 1.3.2-25 >initscripts 0.9-

RE: simple newbie init question

2004-01-21 Thread Edward W. Rouse
Found inetd. I must remember to put the * at the end just in case the call ends with a .exe. I am reading up on inetd, but am guessing that I will need to start it from .bash_login after I have the conf file set up. Ed. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECT

Re: snapshot now == 1.5.7 soon, please try

2004-01-21 Thread Christopher Faylor
On Wed, Jan 21, 2004 at 07:04:17PM -, Dave Korn wrote: > > >> -Original Message- >> From: cygwin-owner On Behalf Of Christopher Faylor > >> The code was hanging in read. So, I set a breakpoint in >> readv, which, on code inspection, is what read calls. Single >> stepping along, I c

Re: snapshot now == 1.5.7 soon, please try

2004-01-21 Thread Brian Ford
This is just to prove that I'm not a total idiot :). I'll let this issue die now. On Wed, 21 Jan 2004, Christopher Faylor wrote: > On Wed, Jan 21, 2004 at 12:27:52PM -0600, Brian Ford wrote: > >On Wed, 21 Jan 2004, Christopher Faylor wrote: > >> Ok. So, I took ten minutes and debugged the proble

RE: snapshot now == 1.5.7 soon, please try

2004-01-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christopher Faylor > The code was hanging in read. So, I set a breakpoint in > readv, which, on code inspection, is what read calls. Single > stepping along, I came to the function that was hanging. > Tracing that along I came

RE: ^Z with LFTP in 1.5.6: in handle_threadlist_exception!

2004-01-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Frédéric L. W. Meunier [...snip!...] > I think it happened when I pressed > some keys, but it wasn't ^Z. [...snip!...] I nominate this for bug report of the year! cheers, DaveK -- Can't think of a witty .sigline to

Re: LFTP 2.6.10-1 missing SSL support and with wrong dependency

2004-01-21 Thread Frédéric L. W. Meunier
On Wed, 21 Jan 2004, Mark Blackburn wrote: > Frédéric L. W. Meunier wrote: > > >I don't see anything in the announcement about the lack of > >support - > >http://sources.redhat.com/ml/cygwin-apps/2003-12/msg00225.html > >. 2.6.8-3 has it. > > > > > I didn't have openssl-devel installed when I buil

Re: 1.5.6: cygpath problem

2004-01-21 Thread Pierre Bogossian
>I guess the problem comes from that I'm running Windows NT 4 SP6, which >have a too old version of shell32.dll... Indeed, a search on google told that SHGetSpecialFolderPathA exists as of shell32.dll version 4.71 while the version on my system is 4.00. Pierre --

Re: LFTP 2.6.10-1 missing SSL support and with wrong dependency

2004-01-21 Thread Mark Blackburn
Frédéric L. W. Meunier wrote: I don't see anything in the announcement about the lack of support - http://sources.redhat.com/ml/cygwin-apps/2003-12/msg00225.html . 2.6.8-3 has it. I didn't have openssl-devel installed when I built the lftp-2.6.10-1 package. I'll release a new package soon. But

RE: snapshot now == 1.5.7 soon, please try

2004-01-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Brian Ford > > On Wed, 21 Jan 2004, Christopher Faylor wrote: > > > Ok. So, I took ten minutes and debugged the problem myself > and I'll > > check in a fix. Thanks cgf, I'll give it some testing as well. > Thank you. > > Tha

GNU make and VPATH problems

2004-01-21 Thread Pete Flugstad
Greetings, I just recently started having a problem with GNU make. I believe it's related to VPATH, but I'm not sure. The weird part is that I think it just recently started happening after I ran the cygwin update (which did not update GNU make). I checked the mailing list archvies and I

Re: problem with mkgroup -d DOMAIN

2004-01-21 Thread Pierre A. Humblet
Stefan Zachow wrote: > > Dear cygwin experts, > > I encountered some problems with the mkgroup command during > my trial to get cygwin running on a Windows 2003 server machine > (Topic: running the latest cygwin on a windows 2003 server) > > The domain controller is a Linux system running Samb

Re: snapshot now == 1.5.7 soon, please try

2004-01-21 Thread Christopher Faylor
On Wed, Jan 21, 2004 at 12:27:52PM -0600, Brian Ford wrote: >On Wed, 21 Jan 2004, Christopher Faylor wrote: > >> Ok. So, I took ten minutes and debugged the problem myself and I'll >> check in a fix. >> >Thank you. > >That is why I asked. You know your way around, so it takes you *much* >less tim

tar: Cannot hard link: No such file or directory

2004-01-21 Thread Baurjan Ismagulov
Hello, tar gives the following error message trying to create hard-linked files: tar: usr/share/zoneinfo/right/Antarctica/McMurdo: Cannot hard link to `usr/share/zoneinfo/right/Antarctica/McMurdo': No such file or directory What is the problem? I've found some discussions regarding hard links i

Re: some notes on debugging screen

2004-01-21 Thread Igor Pechtchanski
On Wed, 21 Jan 2004, Frédéric L. W. Meunier wrote: > On Wed, 21 Jan 2004, Christopher Faylor wrote: > > > On reflection, the code above (which I happened to have written) didn't > > look right to me, so I did a little digging. I think I was either > > confused when I wrote it or I'm confused now.

Re: snapshot now == 1.5.7 soon, please try

2004-01-21 Thread Brian Ford
On Wed, 21 Jan 2004, Christopher Faylor wrote: > Ok. So, I took ten minutes and debugged the problem myself and I'll > check in a fix. > Thank you. That is why I asked. You know your way around, so it takes you *much* less time. I really have been looking at it all this time, and I'm still los

RE: simple newbie init question

2004-01-21 Thread Edward W. Rouse
I do have inetutils installed but I can't find inetd except in the /lib/perl5/5.8.2/Net/demos/ directory. The relevant portion of cygcheck is shown. indent 2.2.8-1 inetutils 1.3.2-25 initscripts 0.9-1 Should I reinstall it? On a side note, I installed th

Re: snapshot now == 1.5.7 soon, please try

2004-01-21 Thread Christopher Faylor
On Wed, Jan 21, 2004 at 11:11:34AM -0600, Brian Ford wrote: >On Wed, 21 Jan 2004, Christopher Faylor wrote: >>On Wed, Jan 21, 2004 at 10:13:29AM -0600, Brian Ford wrote: >>>I'm going to try and look deeper at this today, but I'm still swamped. >>>Have you tried to reproduce this yet? >>> >>>http://

Re: deleting a file ending with a dot

2004-01-21 Thread Baurjan Ismagulov
Hello, All! To summarize: * I couldn't see the permissions of the file. * ls |od suggests that there were no hidden chars. * Wildcards/tab find the file, but deleting fails with ENOENT. * The file has not been opened, and the problem persisted after reboot. * Scandisk didn't complain about a

RE: simple newbie init question

2004-01-21 Thread Larry Hall
Ah, so you do want init services. Install the 'inetutils' package and read up on inetd. Larry At 12:29 PM 1/21/2004, Edward W. Rouse you wrote: >Thanks, I found the doc page for .bashrc and .profile. And I got >postgres starting fine. But I need to start pserver for use with cvs. >Can I do this

RE: running the latest cygwin on a windows 2003 server

2004-01-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Stefan Zachow > another question to this topic came into my mind: > > "why is this all happening only to the Windows Server 2003 machine"? Ah, but then you go and point out that... > Although the SAMBA problem appears on all ma

Re: problem with 20040121 snapshot

2004-01-21 Thread Christopher Faylor
ode, the >error messages from gcc do not appear in the compilation buffer in >emacs on my machine with 1.5.6 or the 20040121 snapshot. It works >fine in the default console, or with 1.5.5. I'm not an emacs user so it is not likely that this one is going to get fixed for 1.5.7 unless so

Re: Missing /dev

2004-01-21 Thread Christopher Faylor
On Wed, Jan 21, 2004 at 12:33:40PM -0500, Larry Hall wrote: >There's no need. As Chris Faylor has said in the past, we'll be moving >away from this pseudo-device emulation. That's a better resolution to the >problem than perpetuating the current workaround. AFAIK, mknod even works now... The pr

RE: running the latest cygwin on a windows 2003 server

2004-01-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Warren Young > Stefan Zachow wrote: > > > > "why is this all happening only to the Windows Server 2003 machine"? > > Because Microsoft tightened down a lot of things in Win2K3 > that previous Windows OSes allowed. > > I upgraded

Re: Missing /dev

2004-01-21 Thread Larry Hall
At 11:48 AM 1/21/2004, Kaz Kylheku you wrote: >This is a tiny little annoyance in Cygwin: various device paths exist, >like your controlling terminal /dev/conin. However, there is no actual >/dev directory in the filesystem. > >This confuses some programs that do parsing on the path rather than >ju

RE: simple newbie init question

2004-01-21 Thread Edward W. Rouse
Thanks, I found the doc page for .bashrc and .profile. And I got postgres starting fine. But I need to start pserver for use with cvs. Can I do this with the cygwin bash shell or some other way? I read the apache/cygwin page on starting httpd. Is their something similar for the cvs pserver? In oth

problem with 20040121 snapshot

2004-01-21 Thread roconnor
1.5.6 or the 20040121 snapshot. It works fine in the default console, or with 1.5.5. With the snapshot, I get: cd /home/roconnor/emacs_bug/ make -k true gcc bug.c make: *** [bug] Error 1 Compilation exited abnormally with code 2 at

Re: simple newbie init question

2004-01-21 Thread Larry Hall
At 10:26 AM 1/21/2004, Edward W. Rouse you wrote: >I have installed Cygwin 1.5.5 on a Win2000 box. I included all of the >packages, just to be safe. But I can't figure out where to add services >to the init process. cygwin.bat starts the bash shell fine and I have >set the PATH and some variables t

RE: simple newbie init question

2004-01-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Edward W. Rouse > I have installed Cygwin 1.5.5 on a Win2000 box. I included > all of the packages, just to be safe. But I can't figure out > where to add services to the init process. cygwin.bat starts > the bash shell fine and

Re: snapshot now == 1.5.7 soon, please try

2004-01-21 Thread Brian Ford
On Wed, 21 Jan 2004, Christopher Faylor wrote: > On Wed, Jan 21, 2004 at 10:13:29AM -0600, Brian Ford wrote: > >I'm going to try and look deeper at this today, but I'm still swamped. > >Have you tried to reproduce this yet? > > > >http://www.cygwin.com/ml/cygwin/2004-01/msg00168.html > > > >It sti

Re: Is PERLIO=crlf recommended for Perl 5.8.0-3 and up?

2004-01-21 Thread Jason Pearce
Gerrit P. Haase wrote: I guess the alternative is to leave perl to access the files in binary mode and then modify the perl scripts to detect and account for what ever line ends it finds. Is that the recommended approach rather than using PERLIO=crlf? To get the most out of PERLIO the scrip

Re: snapshot now == 1.5.7 soon, please try

2004-01-21 Thread Christopher Faylor
On Wed, Jan 21, 2004 at 10:13:29AM -0600, Brian Ford wrote: >I'm going to try and look deeper at this today, but I'm still swamped. >Have you tried to reproduce this yet? > >http://www.cygwin.com/ml/cygwin/2004-01/msg00168.html > >It still hangs in read with the subject snapshot. I know it is not

RE: RSH1001 rsh command error

2004-01-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Alberto Serrano de la Casa > Sent: 21 January 2004 14:51 > To: [EMAIL PROTECTED] > Subject: RE: RSH1001 rsh command error > > I think you are wright, Dave. > I have realized i'm not using cygwin rsh ( it's reflection's > one!!! ) W

1.5.6: cygpath problem

2004-01-21 Thread Pierre Bogossian
When I run cygpath with the new 1.5.6 release, an error window pops up saying that the entry point for SHGetSpecialFolderPathA can't be found in SHELL32.DLL. I also tried the latest snapshot but I had the same message. I guess the problem comes from that I'm running Windows NT 4 SP6, which have a

Re: running the latest cygwin on a windows 2003 server

2004-01-21 Thread Warren Young
Stefan Zachow wrote: "why is this all happening only to the Windows Server 2003 machine"? Because Microsoft tightened down a lot of things in Win2K3 that previous Windows OSes allowed. I upgraded a server from Win2K to Win2K3 a few weeks ago, and already we've been bit by two of these paranoia c

Re: Missing /dev

2004-01-21 Thread Kaz Kylheku
This is a tiny little annoyance in Cygwin: various device paths exist, like your controlling terminal /dev/conin. However, there is no actual /dev directory in the filesystem. This confuses some programs that do parsing on the path rather than just pass the entire string to open(). E.g. CLISP's fi

Re: Is PERLIO=crlf recommended for Perl 5.8.0-3 and up?

2004-01-21 Thread Gerrit P. Haase
Hello Jason, > I've been working through the past archives and discovered the change > made to the default of PERLIO as of perl 5.8.0-3. Setting PERLIO=crlf > solves my initial problems and all my scripts now run with the new > version of perl. So far so good, but I am not sure if I should set

Re: running the latest cygwin on a windows 2003 server

2004-01-21 Thread Stefan Zachow
another question to this topic came into my mind: "why is this all happening only to the Windows Server 2003 machine"? The same installation with the same configuration runs well with Windows 2000 or Windows XP. Although the SAMBA problem appears on all machines. It must have something to do with

Re: snapshot now == 1.5.7 soon, please try

2004-01-21 Thread Brian Ford
I'm going to try and look deeper at this today, but I'm still swamped. Have you tried to reproduce this yet? http://www.cygwin.com/ml/cygwin/2004-01/msg00168.html It still hangs in read with the subject snapshot. I know it is not a high priority bug :). Thanks. -- Brian Ford Senior Realtime S

Re: KSH on Win2000

2004-01-21 Thread Joe Buehler
Pennell, Daniel J. (Civ)~U wrote: Does CYGWIN have the full ISO POSIX compatible version of KSH 93? Check the mailing list archives. Work was done by the guys at AT&T research to make a Cygwin ksh93 package, but I don't remember how it ended up. It might be as simple as getting the source from t

Re: Cygwin 1.5.6-1 completely breaks bash

2004-01-21 Thread Andrew Schulman
> You might want to read the list this is a know issue. > Try the latest snapshot 1.5.7 Okay, sorry. I do read the list but missed that. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin

Re: Cygwin 1.5.6-1 completely breaks bash

2004-01-21 Thread Steven Hartland
Sorry was the wrong subject there corrected. Stupid mail reader that tag some of the posts as news posts not mail hence cant reply :( - Original Message - From: "Steven Hartland" <[EMAIL PROTECTED]> To: "Andrew Schulman" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 21

simple newbie init question

2004-01-21 Thread Edward W. Rouse
I have installed Cygwin 1.5.5 on a Win2000 box. I included all of the packages, just to be safe. But I can't figure out where to add services to the init process. cygwin.bat starts the bash shell fine and I have set the PATH and some variables there. I want to start PostgreSQL and cvs only when I

Re: fetchmail problem with latest cygwin-1.5.6-1

2004-01-21 Thread Steven Hartland
You might want to read the list this is a know issue. Try the latest snapshot 1.5.7 Steve "Andrew Schulman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I updated to Cygwin.dll 1.5.6-1 yesterday, and today bash won't start. > > It hangs somewhere in the startup scripts. T

RE: KSH on Win2000

2004-01-21 Thread Bakken, Luke
> -Original Message- > > Does CYGWIN have the full ISO POSIX compatible version of KSH 93? > www.kornshell.com. You have to install it yourself -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: Cygwin 1.5.6-1 completely breaks bash

2004-01-21 Thread Andrew Schulman
> I updated to Cygwin.dll 1.5.6-1 yesterday, and today bash won't start. > It hangs somewhere in the startup scripts. The scripts are unchanged > for several months, and they worked just fine yesterday. Here is output from cygcheck under 1.5.6-1 (run from cmd, since bash won't start): C:\Doc

Re: snapshot now == 1.5.7 soon, please try

2004-01-21 Thread Christopher Faylor
On Wed, Jan 21, 2004 at 10:05:21AM -0500, Christopher Faylor wrote: >On Wed, Jan 21, 2004 at 10:03:24AM -0500, Christopher Faylor wrote: >>On Wed, Jan 21, 2004 at 02:08:00PM +0100, Philippe Torche wrote: >>>Christopher Faylor wrote: The current cygwin snapshot has fixes for: 1) missing

RE: RSH1001 rsh command error

2004-01-21 Thread Alberto Serrano de la Casa
I think you are wright, Dave. I have realized i'm not using cygwin rsh ( it's reflection's one!!! ) What is the path of cygwin's rsh? I can't find it at the bin directory. At 12:51 21/01/2004 +, Dave Korn wrote: > -Original Message- > From: cygwin-owner On Behalf Of Alberto Serrano de

KSH on Win2000

2004-01-21 Thread Pennell, Daniel J. (Civ)~U
Does CYGWIN have the full ISO POSIX compatible version of KSH 93? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: snapshot now == 1.5.7 soon, please try

2004-01-21 Thread Christopher Faylor
On Wed, Jan 21, 2004 at 10:03:24AM -0500, Christopher Faylor wrote: >On Wed, Jan 21, 2004 at 02:08:00PM +0100, Philippe Torche wrote: >>Christopher Faylor wrote: >>>The current cygwin snapshot has fixes for: >>> >>>1) missing cygserver >>> >>>2) bash hang >>> >>>3) vim SEGV >>> >>>If anyone has rep

Re: snapshot now == 1.5.7 soon, please try

2004-01-21 Thread Christopher Faylor
On Wed, Jan 21, 2004 at 02:08:00PM +0100, Philippe Torche wrote: >Christopher Faylor wrote: >>The current cygwin snapshot has fixes for: >> >>1) missing cygserver >> >>2) bash hang >> >>3) vim SEGV >> >>If anyone has reported any other problems then please try the snapshot >>and see if they still e

Re: fetchmail problem with latest cygwin-1.5.6-1

2004-01-21 Thread Jason Tishler
Volker, On Mon, Jan 19, 2004 at 08:00:54PM +0100, Dr. Volker Zell wrote: > fetchmail doesn't work with the latest cygwin-1.5.6-1. See below: > > fetchmail: reading message [EMAIL PROTECTED]:207 of 213 (3253 header octets) > fetchmail: (10881 body octets) > 691 [main] sh 940 sig_send: error

Cygwin 1.5.6-1 completely breaks bash

2004-01-21 Thread Andrew Schulman
I updated to Cygwin.dll 1.5.6-1 yesterday, and today bash won't start. It hangs somewhere in the startup scripts. The scripts are unchanged for several months, and they worked just fine yesterday. I've tried to pin down the place in the startup scripts where bash hangs, but it jumps around.

Is PERLIO=crlf recommended for Perl 5.8.0-3 and up?

2004-01-21 Thread Jason Pearce
I've been working through the past archives and discovered the change made to the default of PERLIO as of perl 5.8.0-3. Setting PERLIO=crlf solves my initial problems and all my scripts now run with the new version of perl. So far so good, but I am not sure if I should set PERLIO=crlf permanent

Re: Question regarding perl and perl-libwin32 using the latest cygwin ... and an anomaly

2004-01-21 Thread Yitzchak Scott-Thoennes
On Wed, Jan 21, 2004 at 12:02:42PM +0100, "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote: > Hello Rafael, > > >>The date/time stamp reported by win32core.pl doesn't make any sense - the > >>GMT does, NOT the local - I am on Central US time (as reported by date). > > > It seems that there's something

RE: running the latest cygwin on a windows 2003 server

2004-01-21 Thread Dave Korn
> -Original Message- > From: Stefan Zachow > Dave Korn wrote: > > > >Try giving your cygwin non-admin user accounts the "Create > paging files" > >privilege and see if that helps. I _think_ you have to do > that using > >the group policy editor, gpedit.msc. > > > OK, I did - unfortun

Re: snapshot now == 1.5.7 soon, please try

2004-01-21 Thread Olaf Föllinger
Hi, On Tue, Jan 20, 2004 at 06:07:05PM -0500, Christopher Faylor wrote: > The current cygwin snapshot has fixes for: > > 1) missing cygserver > > 2) bash hang > > 3) vim SEGV > > If anyone has reported any other problems then please try the snapshot > and see if they still exist. 2 and 3 abov

Re: problem with mkgroup -d DOMAIN

2004-01-21 Thread Stefan Zachow
Sorry, I forgot to ask: what are the default permissions and user/group combinations after cygwin install? I have administrator/mkpasswd with access code 750 over the entire cygwin tree. Should I simply change the group to somethin like 'Users'? Stefan -- Unsubscribe info: http://cygwin

Re: problem with mkgroup -d DOMAIN

2004-01-21 Thread Stefan Zachow
Dear Corinna, although I won't get the group information, it must be possible to create one manually. What is the typical syntax of the group info returned by mkgroup -d DOMAIN? I could try adding that stuff since I cannot persuade our domain controller to answer correctly. Setting up a new Samba

Re: snapshot now == 1.5.7 soon, please try

2004-01-21 Thread Philippe Torche
Christopher Faylor wrote: The current cygwin snapshot has fixes for: 1) missing cygserver 2) bash hang 3) vim SEGV If anyone has reported any other problems then please try the snapshot and see if they still exist. 2 and 3 above are particularly nasty bugs which could cause a lot of other myst

Re: running the latest cygwin on a windows 2003 server

2004-01-21 Thread Stefan Zachow
Dave Korn wrote: Try giving your cygwin non-admin user accounts the "Create paging files" privilege and see if that helps. I _think_ you have to do that using the group policy editor, gpedit.msc. OK, I did - unfortunately without any change. How is this Windows information mapped to cygwin, resp.

RE: RSH1001 rsh command error

2004-01-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Alberto Serrano de la Casa > When I try the command : > > rsh ls > > I get next error: > > RSH1001: The Local user name is undefined; it is not in the > registry and it is not defined as the NETUSER environment variable. > > H

Re: problem with mkgroup -d DOMAIN

2004-01-21 Thread Corinna Vinschen
On Jan 21 12:24, Stefan Zachow wrote: > Dear cygwin experts, > > I encountered some problems with the mkgroup command during > my trial to get cygwin running on a Windows 2003 server machine > (Topic: running the latest cygwin on a windows 2003 server) > > The domain controller is a Linux system

RSH1001 rsh command error

2004-01-21 Thread Alberto Serrano de la Casa
Hi all. When I try the command : rsh ls I get next error: RSH1001: The Local user name is undefined; it is not in the registry and it is not defined as the NETUSER environment variable. However, If I execute rsh -l ls It works! I don't undesrtand at all , because the values of USER and

RE: running the latest cygwin on a windows 2003 server

2004-01-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Stefan Zachow > when I enter ".\bash.exe --login -i" (with or without --login) I get > >*** CreateFileMapping, Win32 error 0. Terminating. Fascinating. That's from winsup\cygwin\shared.cc line 96. Can't see why it would fa

problem with mkgroup -d DOMAIN

2004-01-21 Thread Stefan Zachow
Dear cygwin experts, I encountered some problems with the mkgroup command during my trial to get cygwin running on a Windows 2003 server machine (Topic: running the latest cygwin on a windows 2003 server) The domain controller is a Linux system running Samba for file system sharing. The 'mkpasswd

BUG: mbsrtowcs does not conform to spec

2004-01-21 Thread lode . leroy
The spec says that mbsrtowcs() should return the length of the string _even_when_the_output_buffer_is_NULL_ . currently mbsrtowcs(NULL, ...) returns 0. #include #include #include main() { int len; char* s = "test"; mbstate_t mbstate; memset(&mbstate, 0, sizeof(mbstate)); len =

Re: Question regarding perl and perl-libwin32 using the latest cygwin ... and an anomaly

2004-01-21 Thread Gerrit P. Haase
Hello Rafael, >>The date/time stamp reported by win32core.pl doesn't make any sense - the >>GMT does, NOT the local - I am on Central US time (as reported by date). > It seems that there's something wrong with "localtime" in Perl. I can reproduce > this: Yes, confirmed, the localtime() in perl-5

Re: running the latest cygwin on a windows 2003 server

2004-01-21 Thread Stefan Zachow
Further info... 'mkgroup' is strange. It seems that I cannot synchronize with our network databases. A mkgroup -u -d DOMAIN gives the following two lines of output: LookupAccountName (\\Host, Domain Admins) failed with error 1332 LookupAccountName (\\Host, Domain Users) failed with error 1332

Re: running the latest cygwin on a windows 2003 server

2004-01-21 Thread Stefan Zachow
Good morning, How about when you start bash from a command prompt (i.e., open an "MS DOS prompt" window, "cd c:\cygwin\bin", and ".\bash.exe --login -i") as a non-administrative user? What if you omit "--login"? when I enter ".\bash.exe --login -i" (with or without --login) I get *** CreateFil

insight 6.0 for Arm build problem in cygwin

2004-01-21 Thread dou wen
hi,All i have successfully build arm cross tool chain (gcc3.3.2 glibc 2.3.2 gdb6.0)on cygwin.but when i tried to build insight 6.0, in the make procedure, i encounter some problems(please see attachment),anyone can help me? begin 666 make.log M0V]N9FEG=7)I;F<@:6X@;&EB:6)E[EMAIL PROTECTED]'[EMAIL

RE: setup.exe : can't get lists of download sites

2004-01-21 Thread Gonzague GENET
Unfortunatly after turning off ALL unknown w2k services to be sure that any firewall is running, setup still does the same thing g... But I've find a "solution". After a w2k reinstallation, it works. Thanks anyway. > > On Tue, 20 Jan 2004, gonzague genet wrote: > > > Hi all, > > > > I get

RE: Question regarding perl and perl-libwin32 using the latest cygwin ... and an anomaly

2004-01-21 Thread Rafael Kitover
Hi Alan, My apologies for not sending out an announcement about this package, was waiting for the 1.5.7 stuff to die down a bit first, but I will shortly. >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of >Alan Miles >Sent: Tuesday, January 20, 2004 9:26

Re: Non-trivial Cyrillic question

2004-01-21 Thread Roman Belenov
Joshua Daniel Franklin <[EMAIL PROTECTED]> writes: > Normally, our FAQ maintainer reads the list and you shouldn't need to > pester anyone. However, he'd recently said he's very behind reading the > list and so I updated the FAQ and Users' Guide since this change makes > sense. Note that "less -r

Re: Mozilla Build Problems - make attempt log included

2004-01-21 Thread Gerrit P. Haase
Hallo Igor, Am Dienstag, 20. Januar 2004 um 17:55 schriebst du: >> sh /home/default/mozilla/build/cygwin-wrapper -up /bin/perl I believe that this cygwin-wrapper is broken. I tried already to build Mozilla on top of Cygwin and ran into problems there too, so I decided to remove the wrapper fuzz

Re: some notes on debugging screen

2004-01-21 Thread Frédéric L. W. Meunier
On Wed, 21 Jan 2004, Christopher Faylor wrote: > On reflection, the code above (which I happened to have written) didn't > look right to me, so I did a little digging. I think I was either > confused when I wrote it or I'm confused now. Assuming, as always, that > I'm less confused now than I wa

  1   2   >