ssh startup failure

2006-08-24 Thread Auteria Wallace Winzer Jr.
Originally my Windows filesystem was FAT32 before I converted to NTFS. I re-installed Cygwin 1.5.21-1. After configuring sshd and starting the service I get the following error within /var/log/OpenSSH-sshd.log: [EMAIL PROTECTED] ~ $ cat /var/log/OpenSSH-sshd.log 3877 [main] sshd 19552 fhandler_dev

Re: no message or dialog when a DLL is missing

2006-08-24 Thread Wang Yiping
Now, the analysis: according to strace, the spawning process (e.g., the shell) does receive the Windows exception C135 (a.k.a. STATUS_DLL_NOT_FOUND), handles it, and uses it to set exit code to 0x35. My guess is that neither cmd.exe nor the Windows launcher install a handler for the exception

RE: copying and pasting in the terminal window?

2006-08-24 Thread Gary R. Van Sickle
> From: mwoehlke > Sent: Thursday, August 24, 2006 10:44 AM > Subject: Re: copying and pasting in the terminal window? > > Gary R. Van Sickle wrote: > >> From: mwoehlke > >> Cygwin also has an rxvt terminal emulator that may be more to your > >> liking, but I haven't used it and so can't tell yo

Re: chmod, chown doesn't work with 1.5.21-1 (FAQ alert)

2006-08-24 Thread Igor Peshansky
On Thu, 24 Aug 2006, Auteria Wallace Winzer Jr. wrote: > I just installed 1.5.21-1 on a new system. On my old > system I had installed previous versions and I didn't > have any issues with chown/chmod. Now with a brand new > install it seems after executing chmod when viewing > the results it show

Re: no message or dialog when a DLL is missing

2006-08-24 Thread Igor Peshansky
On Thu, 24 Aug 2006, Pierre Baillargeon wrote: > Ok, first I want to show you the minimal test-case I built. Using Visual > Studio 8, I created a solution containing two projects: a Win32 console > application and a Win32 DLL. I deleted all the generated stuff and > replaced them with a single fil

Re: rm * , ls * : Invalid argument

2006-08-24 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Dave Korn on 8/24/2006 1:43 PM: >> Is there any way around to do what I want , i.e remove a large number of log >> files using the rm command with the wildcard * argument. > > "find . -maxdepth 1 -type f -print0 | xargs -0 rm" Except t

chmod, chown doesn't work with 1.5.21-1

2006-08-24 Thread Auteria Wallace Winzer Jr.
I just installed 1.5.21-1 on a new system. On my old system I had installed previous versions and I didn't have any issues with chown/chmod. Now with a brand new install it seems after executing chmod when viewing the results it shows the previous setting. For example: [EMAIL PROTECTED] / $ ls -l

Re: copying and pasting in the terminal window?

2006-08-24 Thread Larry Hall (Cygwin)
John Salerno wrote: Christopher Faylor wrote: On Thu, Aug 24, 2006 at 02:26:34PM -0400, John Salerno wrote: Larry Hall (Cygwin) wrote: I see. Well then it sounds like it's time to look into filing a problem report. See the link below for guidelines: Problem reports: http://cygwin.com

RE: rm * , ls * : Invalid argument

2006-08-24 Thread Dave Korn
On 24 August 2006 20:03, Rohan X. Rege wrote: > I'm running into problems removing directory contents with a wildcard. This > particular directory has over 7000 files in it. > > When I issue the following commands, I get a Invalid argument error: > > $ rm * > bash: /usr/bin/ls: Invalid argument

Re: no message or dialog when a DLL is missing

2006-08-24 Thread Shankar Unni
mwoehlke wrote: What I expected is a dialog would pop-up saying "XYZ.dll not found" like cmd.exe does, for example. I assume you are running 'on the glass'? I just verified the same behavior (no error popup, non-zero exit status) 'on the glass' - tcsh and bash in a native windows command w

rm * , ls * : Invalid argument

2006-08-24 Thread Rohan X. Rege
Hi, I'm a newbie and am using bash 2.05 on Windows server 2003 . I'm running into problems removing directory contents with a wildcard. This particular directory has over 7000 files in it. When I issue the following commands, I get a Invalid argument error: $ rm * bash: /usr/bin/ls: Invalid ar

Re: no message or dialog when a DLL is missing

2006-08-24 Thread Pierre Baillargeon
Ok, first I want to show you the minimal test-case I built. Using Visual Studio 8, I created a solution containing two projects: a Win32 console application and a Win32 DLL. I deleted all the generated stuff and replaced them with a single file per project. The console application project is c

Re: copying and pasting in the terminal window?

2006-08-24 Thread John Salerno
Christopher Faylor wrote: On Thu, Aug 24, 2006 at 02:26:34PM -0400, John Salerno wrote: Larry Hall (Cygwin) wrote: I see. Well then it sounds like it's time to look into filing a problem report. See the link below for guidelines: Problem reports: http://cygwin.com/problems.html Thank

Re: copying and pasting in the terminal window?

2006-08-24 Thread Christopher Faylor
On Thu, Aug 24, 2006 at 02:26:34PM -0400, John Salerno wrote: >Larry Hall (Cygwin) wrote: >>I see. Well then it sounds like it's time to look into filing a >>problem report. See the link below for guidelines: >> >>>Problem reports: http://cygwin.com/problems.html > >Thanks. I might have mi

Re: copying and pasting in the terminal window?

2006-08-24 Thread John Salerno
Larry Hall (Cygwin) wrote: > I see. Well then it sounds like it's time to look into filing a problem > report. See the link below for guidelines: > >> Problem reports: http://cygwin.com/problems.html Thanks. I might have missed it, but I didn't see any place on that site to actually mak

No execution of system calls in cygwin-perl after update

2006-08-24 Thread MacPerl
Hi there, I recently had to update my old cygwin installtion to a newer version. I'm not quite sure what version I updated from or to - but the old version came with perl 5.6, the one I updated to with version 5.8. This is also the reason why I had to run the update. So far so good. In my perl s

Re: setup errors with access violation

2006-08-24 Thread Eric Cadwell
The command line options were just a regergitation of the available options. I'm having trouble running with and without options. We do have a custom build but it seems to be a local machine issue since it works on some and not on others. I did get a bunch of DEP messages on that machine when I

Re: copying and pasting in the terminal window?

2006-08-24 Thread Eric Hanchrow
> "Igor" == Igor Peshansky <[EMAIL PROTECTED]> writes: >> For Emacs users, the keyboard is somewhat better: various >> combinations of keys that include Escape actually get sent to >> Emacs. I forget which though. Igor> Ctrl-C and Ctrl-Space. But you can achieve the same eff

Re: copying and pasting in the terminal window?

2006-08-24 Thread mwoehlke
Eric Hanchrow wrote: "mwoehlke" == mwoehlke <[EMAIL PROTECTED]> writes: Please configure your e-mail program to omit this obnoxious header that includes the spam-invitation of quoting raw e-mail addresses (see also PCYMTNQREAIYR). All those '>'s confuse Thunderbird (using some other character

Re: copying and pasting in the terminal window?

2006-08-24 Thread Igor Peshansky
On Thu, 24 Aug 2006, Eric Hanchrow wrote: > > "mwoehlke" == mwoehlke <[EMAIL PROTECTED]> writes: . Thanks. > mwoehlke> Awesome? It appears to be xterm > mwoehlke> which needs an X server > > True for xterm; false for rxvt. rxvt will use

Re: setup errors with access violation

2006-08-24 Thread Igor Peshansky
On Thu, 24 Aug 2006, Eric Cadwell wrote: > We are getting setup errors on some Windows 2003 servers. Some are fine, > some have errors. Any ideas? > > Here's the setup log > 2006/08/23 13:57:47 Starting cygwin install, version 2.548 Try the latest snapshot (2.551, I believe). In fact, 2.548

Re: no message or dialog when a DLL is missing

2006-08-24 Thread Igor Peshansky
On Thu, 24 Aug 2006, Pierre Baillargeon wrote: > Igor Peshansky wrote: > > > You really haven't given us enough to go on here. What is the > > program, which DLL is it missing, how do you know it requires it, etc, > > etc. > > I know, because it's a program I wrote. It's a DLL loaded by the Windo

Re: copying and pasting in the terminal window?

2006-08-24 Thread Eric Hanchrow
> "mwoehlke" == mwoehlke <[EMAIL PROTECTED]> writes: mwoehlke> Awesome? It appears to be xterm No, it's rxvt. Different program. mwoehlke> which needs an X server True for xterm; false for rxvt.

Re: FW: Issue using regtool on a 64-bit Windows host

2006-08-24 Thread mwoehlke
Christopher Fay wrote: I am writing a PERL script to verify registry entries on a 64-bit Windows R2 system. It appears that when doing the regtool command "regtool list /HKLM/SOFTWARE/..." regtool is actually looking at "/HKLM/Software/Wow6432Node/...". I am unable to get the registry info for

Re: FW: Issue using regtool on a 64-bit Windows host

2006-08-24 Thread Corinna Vinschen
On Aug 24 11:26, Christopher Fay wrote: > I am writing a PERL script to verify registry entries on a 64-bit > Windows R2 system. It appears that when doing the regtool command > "regtool list /HKLM/SOFTWARE/..." regtool is actually looking at > "/HKLM/Software/Wow6432Node/...". I am unable to get

Re: copying and pasting in the terminal window?

2006-08-24 Thread mwoehlke
Gary R. Van Sickle wrote: From: mwoehlke Cygwin also has an rxvt terminal emulator that may be more to your liking, but I haven't used it and so can't tell you what it's like. It's awesome, if you're still using the DOS box change over immediately. Believe me now and thank me later. Awesom

FW: Issue using regtool on a 64-bit Windows host

2006-08-24 Thread Christopher Fay
I am writing a PERL script to verify registry entries on a 64-bit Windows R2 system. It appears that when doing the regtool command "regtool list /HKLM/SOFTWARE/..." regtool is actually looking at "/HKLM/Software/Wow6432Node/...". I am unable to get the registry info for /HKLM/SOFTWARE. Does any

Re: copying and pasting in the terminal window?

2006-08-24 Thread Larry Hall (Cygwin)
John Salerno wrote: John Salerno wrote: Gary R. Van Sickle wrote: Cygwin also has an rxvt terminal emulator that may be more to your liking, but I haven't used it and so can't tell you what it's like. It's awesome, if you're still using the DOS box change over immediately. Believe me now and

Re: copying and pasting in the terminal window?

2006-08-24 Thread John Salerno
John Salerno wrote: Gary R. Van Sickle wrote: Cygwin also has an rxvt terminal emulator that may be more to your liking, but I haven't used it and so can't tell you what it's like. It's awesome, if you're still using the DOS box change over immediately. Believe me now and thank me later. Ye

Re: copying and pasting in the terminal window?

2006-08-24 Thread John Salerno
Gary R. Van Sickle wrote: Cygwin also has an rxvt terminal emulator that may be more to your liking, but I haven't used it and so can't tell you what it's like. It's awesome, if you're still using the DOS box change over immediately. Believe me now and thank me later. Yes, it is quite nice.

setup errors with access violation

2006-08-24 Thread Eric Cadwell
We are getting setup errors on some Windows 2003 servers. Some are fine, some have errors. Any ideas? Here's the setup log 2006/08/23 13:57:47 Starting cygwin install, version 2.548 2006/08/23 13:57:47 io_stream_cygfile: fopen(/etc/setup/last-action) failed 2 No such file or directory 2006/08/

Re: no message or dialog when a DLL is missing

2006-08-24 Thread Pierre Baillargeon
Igor Peshansky wrote: > One thing in your setup is that you have both Cygwin and MKS in your path, > and that's just asking for trouble. But I doubt it's the cause of your > current problem. True enough, I can try uninstalling it now that I use cygwin exclusively, but I concur that it is probably