RE: binutils 20021009 cvs trunk on cygwin: ld failuers

2002-10-10 Thread Christian Jönsson
Hmm, looking at PATH, I get this: $ printenv PATH /usr/local/gcc-binutils/bin:/usr/local/bin:/usr/bin:/bin:/cygdrive/c/Pro gram/Microsoft Visual Studio/Common/Tools:/cygdrive/c/Program/Microsoft Visual Studio/Common/Msdev98/BIN:/cygdrive/c/Program/Microsoft Visual Studio/DF98/BIN:/cygdrive/c/Prog

RE: binutils 20021009 cvs trunk on cygwin: ld failuers

2002-10-10 Thread Christian Jönsson
Well, I have that installed, see below: libuser32.a C:\\cygwin\\lib\\win32api I rather think it's a case issue... Cheers, /ChJ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 2:48 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sub

Unable to do clean uninstall

2002-10-10 Thread Andrew Sarangan
I wanted to update my old cygwin (installed under C:\cygwin), so I installed the new one under C:\cygwin1. Then I deleted the old one, and renamed the new one to C:\cygwin. However, most programs did not work. Instead of sorting out the paths, I decided to do a fresh install all over again. I del

Is cygwin newlib reentrant??

2002-10-10 Thread Anurag Sharma
Hi All, Does anyone know if the newlib that comes with cygwin is reentrant or not. I know that we can compile newlib to be reentrant by providing -DREENTRANT_SYSCALLS_PROVIDED to the CFLAGS_FOR_TARGET variable in the makefile before building newlib. Not sure if this was done by the cygwin people.

RE: 1.3.12-2 how to link with MS Platform SDK

2002-10-10 Thread [EMAIL PROTECTED]
OK, so now you know that the library contains a function you want to link with and it uses the C calling convention (cdecl). Apparently the include files you're using are giving you the Windows standrd convention (stdcall). Put __attribute__((cdecl)) (or CDECL or WINAPIV if you include the w

Re: binutils 20021009 cvs trunk on cygwin: ld failuers

2002-10-10 Thread [EMAIL PROTECTED]
You need a trip to your friendly neighborhood Cygwin packages site. http://cygwin.com/packages/ There you'd find user32 is short for usr/lib/w32api/libuser32.a which can be found in the w32api package. Install it. Bye, bye link failures... Larry Original Message: - From: Ch

Re: [REALLY OT] RE: 1.3.12-2 how to link with MS Platform SDK

2002-10-10 Thread [EMAIL PROTECTED]
OK, I'll kill this off-topic thread. Anyone praying wishing to pray in, for, with, or to the Hall can meet me Sunday morning. I'll be the one holding the collection plate. ;-) Larry (Divine) Hall Original Message: - From: Christopher Faylor [EMAIL PROTECTED] Date: Thu, 10 Oc

Re: sshd problems

2002-10-10 Thread [EMAIL PROTECTED]
I know your intention was to help diagnose the problem Igor. I only made the comment because it is preferable to fill the archives with the supported way of doing something, on the off-chance that someone consults it in the future. ;-) Since the registry is currently used as the persistent re

Perl can't find my files

2002-10-10 Thread Alan Westhagen
I wrote a perl program which uses the construct while (<>) { } If I run this script from the directory in which it resides, and the files whose names are passed as arguments reside in a subdirectory, everything works fine. Otherwise I get the following error message: Can't open : No suc

RE: Executing a script that needs DOS path

2002-10-10 Thread Scott Prive
Have you looked for "cygpath" in the archives (also `man cygpath`). cygpath will return a "converted" path. Be sure to use single quotes OR properly escape your input string or you will not get the expected result. I haven't used this myself, which is why I avoid a direct answer, but I've seen

Re: Unable to compile setup.exe source

2002-10-10 Thread Robert Collins
On Fri, 2002-10-11 at 07:02, Matthew Clark wrote: > I'm trying to compile setup.exe from the setup-2.249.2.5.tar.bz2 tarball > according the directions in=20 > > http://sources.redhat.com/cygwin-apps/setup.html > > I get down to the final link step and I get errors complaining about, > undefined

Re: binutils 20021009 cvs trunk on cygwin: ld failuers

2002-10-10 Thread Christian Jönsson
On Thu, Oct 10, 2002 at 08:43:14AM +0200, Christian Jönsson wrote: > On Wed, Oct 09, 2002 at 11:32:50PM +0200, Christian Jönsson wrote: > > >From the log files of relating to my message at > > > > http://sources.redhat.com/ml/binutils/2002-10/msg00183.html > > > > I have the following: > > > >

Unable to compile setup.exe source

2002-10-10 Thread Matthew Clark
I'm trying to compile setup.exe from the setup-2.249.2.5.tar.bz2 tarball according the directions in=20 http://sources.redhat.com/cygwin-apps/setup.html I get down to the final link step and I get errors complaining about, undefined references to things like ostream, oo_malloc, streambuf, etc. I

Re: grep -i -R path32 * vs grep -i -R path32 *.vb*

2002-10-10 Thread Gareth Pearce
> On Thu, 10 Oct 2002, Gareth Pearce wrote: > > > [snip] > > > > Gareth - idly ponders why the grep he installed himself on this dec machine > > doesnt have --include. > > Hmmm, you did install GNU grep, didn't you? this is offtopic but - yeah ... 2.4.2 - guess its getting a bit old now ... Garet

Re: crontab fails to change crontab file: "no changes made to crontab"

2002-10-10 Thread Steve Holden
> Steve, > > Before you do anything as drastic as a reinstall, check the inode of the > temp file before and after editing. Even though you're using vim, it can > be configured to make backups, and I don't know if the in-place write is > enabled when backup is. If the inode does change, look int

Re: crontab fails to change crontab file: "no changes made to crontab"

2002-10-10 Thread Igor Pechtchanski
Steve, Before you do anything as drastic as a reinstall, check the inode of the temp file before and after editing. Even though you're using vim, it can be configured to make backups, and I don't know if the in-place write is enabled when backup is. If the inode does change, look into your vim

Re: [REALLY OT] RE: 1.3.12-2 how to link with MS Platform SDK

2002-10-10 Thread Christopher Faylor
On Thu, Oct 10, 2002 at 04:07:29PM -0400, Igor Pechtchanski wrote: >On Thu, 10 Oct 2002 [EMAIL PROTECTED] wrote: > >> Thanks, God. >> Somebody knows what I'm talking about ! >> [snip] >> >> > Larry > >I'm sure Larry would appreciate this new religious following :-D Oh great. Now the church will

STATUS_ACCESS_VIOLATION

2002-10-10 Thread shino korah
Hi, I'm getting an error STATUS_ACCESS_VIOLATION". The same source code works in Linux.I'm trying to debug this in windows to see where this error is coming. I have 3 DLL's,so in GDB DLLs are not getting loaded (it hangs). Any pointers on how to debug this? Thanks in advance _

[OT] RE: 1.3.12-2 how to link with MS Platform SDK

2002-10-10 Thread Igor Pechtchanski
On Thu, 10 Oct 2002 [EMAIL PROTECTED] wrote: > Thanks, God. > Somebody knows what I'm talking about ! > [snip] > > > Larry I'm sure Larry would appreciate this new religious following :-D Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_

1.3.12-2: bug with ar tool (Windows 200)

2002-10-10 Thread Hart, William E
I've found a rather reproducible bug with the 'ar' command. Here's the output I get: > ar ru tmp.a BCMip.o BFD: BFD 2.12.90 20020706 internal error, aborting at /netrel/src/binutils-20020 706-2/bfd/coffcode.h line 823 in handle_COMDAT BFD: Please report this bug. In this example, tmp.a is a

Re: sshd problems

2002-10-10 Thread Igor Pechtchanski
Oops, wouldn't want it to come out that way... I was suggesting this as a way of diagnosing the problem, not as a way of permanently fixing it. However, if mounts did somehow get created for .DEFAULT or SYSTEM, I wouldn't know of any way to manipulate them using the mount command unless you su'd

RE: 1.3.12-2 how to link with MS Platform SDK

2002-10-10 Thread nickolai . bogdatov
Thanks, God. Somebody knows what I'm talking about ! Here is the extract from result of "nm DhcpCSvc.Lib" DHCPCSVC.DLL: I .idata$4 I .idata$5 I .idata$6 T .text T _DhcpCApiInitialize U __IMPORT_DESCRIPTOR_DHCPCSVC I __im

ftpd slow start on win-blows

2002-10-10 Thread Bruce P. Osler
OK, I've got the latest-greatest cygwin stuff and am trying to use the ftpd as part of debugging a company platform. Everything appears to work _relatively_ well except for one big thing. The process of waking the ftpd takes about five seconds. That is to say, if I watch the network activity bet

Re: cygwin's ssh with Xwin

2002-10-10 Thread Igor Pechtchanski
On Thu, 10 Oct 2002, Matthew Bailey wrote: > I have the latest version of Cygwin and ssh. I am trying to display > another program remotely which I'm using Xwin32 5.2 to allow the display. > > The server always responds Can't connect to display :"0.0". > > I looked at my man pages for ssh and us

Re: sshd problems

2002-10-10 Thread [EMAIL PROTECTED]
True, but I'd just like to reiterate that manipulating mount points via the registry is a completely unsupported and unecessary. mount can do everything that you can do via regedit/regtool w.r.t. mounting. Anyone that relies on registry tweaking to fix their mount problems will have problems

Re: crontab fails to change crontab file: "no changes made to crontab"

2002-10-10 Thread Steve Holden
"Harig, Mark A." <[EMAIL PROTECTED]> wrote: > > My assumptions were: > >1. You are running NTFS as your file system on your disk. Is this > assumption correct? > Yes. >2. You have set the CYGWIN environment variable to include 'ntsec > binmode', and that you set this variable's value usin

Re: sshd problems

2002-10-10 Thread [EMAIL PROTECTED]
Then something is very wrong there. Adding the -s flag creates system mount points for all users. These go in the HKLM branch of the registry (although don't count on the structure or usage of specific keys in the registry for mounts remaining the same in the future. All mount manipulations s

Problems installing gcc2

2002-10-10 Thread eerriicc
I'm having trouble getting gcc2 to install. It appears to install correctly, but when I try to execute g++-2.exe, I see see a message that cygintl-2.dll cannot be found. I had no problem with gcc(1). Any help would be greatly appreciated. Thanks, Eric ___

Re: sshd problems

2002-10-10 Thread Igor Pechtchanski
David, In Windows, do Start->Run, type 'regedit'. In regedit, Edit->Find, type 'mounts v2', leave only the 'Keys' box checked, then keep pressing "Find Next". See if somehow there are mounts created for the user 'SYSTEM' (which would actually be some long id, but that's ok) or ".DEFAULT". The

Re: sshd problems

2002-10-10 Thread David Monk
No, I installed "Just for myself" as I always do. I have not edited the registry, and I had not deleted any mount points. I also, during this process of resolving this, issued the commands below hoping to fix it. The registry entries were not created with those commands, least not under HKLM. Dav

Re: crontab fails to change crontab file: no changes made to crontab

2002-10-10 Thread Steve Holden
'Fraid not. I saw that one, but I'm just getting the bog-standard /usr/bin/vim editor, having established no preferences. regards --- Steve Holden http://www.holdenweb.com/ Python Web Programming

RE: sshd problems

2002-10-10 Thread Harig, Mark A.
Is there a way to detect this in a troubleshooting script? The cygwin distribution has the following: 1. A script (or set of scripts) to help the user install/setup a sshd service. 2. Some documentation (primarily /usr/doc/Cygwin/openssh*) to give instructions and pointers. W

vintage ATLANTA art online

2002-10-10 Thread AmericanPostcardArt.com
Hi there! If you would like to see historic scenes of Atlanta and its environs, please click on the link below. We have all sort of interesting, vintage views of the area, circa the early 1900s thru the 1940s, including local universities, street scenes, landmarks, bridges, Piedmont Park,

RE: 1.3.12-2 how to link with MS Platform SDK

2002-10-10 Thread [EMAIL PROTECTED]
OK, as I thought. The problem is not the import library (the .a you created has the same format as the .lib so there's no benefit to creating the .a). You need to find out if the function you're trying to link to is in that library and what it's name is. Run 'nm' on the library and grep the re

Re: sshd problems

2002-10-10 Thread [EMAIL PROTECTED]
If you installed via setup and installed for "All Users", you should have the same mount points needed for both your user and for SYSTEM if you didn't subsequently edit these mount points. In any case, you should be able to recover by remounting them like so: mount -f -s -b "" / mount -f -s -b

Re: crontab fails to change crontab file: "no changes made to crontab"

2002-10-10 Thread Igor Pechtchanski
Steve, Which editor are you using? If you are using emacs, check that it overwrites the file in-place (I know vi does). God help you if you're using Notepad. ;-) This problem has come up quite a few times in the recent past, as searching the archives for 'crontab' would have shown you. For exa

Re: sshd problems (fixed)

2002-10-10 Thread David Monk
Thanks to all for all the suggestions. I tried with the stdout and stderr flags set to /var/log/sshd.log, but I still got nothing in the log. I finally figured this out. Or, I at least figured a workaround. My HKEY_CURRENT_USER had the default mount points defined. HKEY_LOCAL_MACHINE, however, did

Re: crontab fails to change crontab file: no changes made to crontab

2002-10-10 Thread [EMAIL PROTECTED]
This isn't the same problem as reported and "resolved" a few days ago where the editor in question is emacs, is it? Larry Original Message: - From: Steve Holden [EMAIL PROTECTED] Date: Thu, 10 Oct 2002 14:48:02 -0400 To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: crontab

RE: sshd problems

2002-10-10 Thread Harig, Mark A.
> -Original Message- > From: David Monk [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 3:05 PM > To: [EMAIL PROTECTED] > Subject: Re: sshd problems > > > A further update on this issue. If I do some forcing, ie. > using an alternate > key and chowning /var/empty to mysel

Re: grep -i -R path32 * vs grep -i -R path32 *.vb*

2002-10-10 Thread Igor Pechtchanski
On Thu, 10 Oct 2002, Aldi Kraja wrote: > Hi, > My info shows man pages. After one executes info grep, > press n for next page or p for previous. Also if one goes over the page > press open and the respective man pages will be open. > HTH, > Aldi > > > >'info' is supposed to display man pages, too

cygwin's ssh with Xwin

2002-10-10 Thread Matthew Bailey
I have the latest version of Cygwin and ssh. I am trying to display another program remotely which I'm using Xwin32 5.2 to allow the display. The server always responds Can't connect to display :"0.0". I looked at my man pages for ssh and used the flag -X to enable forwarding of my X11. But, t

Re: sshd problems

2002-10-10 Thread David Monk
A further update on this issue. If I do some forcing, ie. using an alternate key and chowning /var/empty to myself, I _can_ get sshd to run. I can't login, but it does run. Keeping in mind the weird c:\var\log\sshd.log file appearance, I tested it out. I deleted c:\var. I started sshd from the she

[ANNOUNCEMENT] Updated: readline-4.3-2; libreadline5-4.3-2

2002-10-10 Thread Charles Wilson
The readline package has been updated to readline-4.3-2, and the libreadline5 package has been updated to libreadline-4.3-2. Readline is a library that provides user-input functions complete with history functions and line-editing capabilities. CHANGES to the readline package(s) since 4.3-1:

RE: 1.3.12-2 how to link with MS Platform SDK

2002-10-10 Thread nickolai . bogdatov
During linking it gives me "enresolved external" Regards, Nickolai Bogdatov -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

[ANNOUNCEMENT] Updated: gettext-0.11.5-1; gettext-devel-0.11.5-1, libintl2-0.11.5-1

2002-10-10 Thread Charles Wilson
gettext is the GNU package which provides 'national language support' for other programs. It includes a number of utility programs. CHANGES (since gettext-0.11.2-1) o updated to gettext-0.11.5 release o includes the new 'autopoint' program, a more-capable replacement for 'gettextize' which i

RE: sshd problems

2002-10-10 Thread Harig, Mark A.
> -Original Message- > From: David Monk [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 2:53 PM > To: Harig, Mark A.; Len Giambrone > Cc: [EMAIL PROTECTED] > Subject: Re: sshd problems > > > From the default installation, then ssh-host-config > perspective of this now, >

Re: sshd problems

2002-10-10 Thread Len Giambrone
I would also try running sshd as a service configured with cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd -a "-D -e" -e "CYGWIN=binmode ntsec tty" This will throw *all* your logging into /var/log/sshd.log rather than into the event log, and may provide some insight.

RE: crontab fails to change crontab file: "no changes made to crontab"

2002-10-10 Thread Harig, Mark A.
My assumptions were: 1. You are running NTFS as your file system on your disk. Is this assumption correct? 2. You have set the CYGWIN environment variable to include 'ntsec binmode', and that you set this variable's value using the Control Panel's System applet. Is this assumption correc

Re: sshd problems

2002-10-10 Thread David Monk
>From the default installation, then ssh-host-config perspective of this now, my /var/empty looked like this immediately following ssh-host-config: drwxrwxrwx2 system system 0 Oct 10 13:18 /var/empty Well, the date was different, as I have deleted and recreated it manually a coupl

Re: crontab fails to change crontab file: "no changes made to crontab"

2002-10-10 Thread Steve Holden
"Harig, Mark A." <[EMAIL PROTECTED]> wrote: > Somehow, the cron.sh script did not get run during your installation. > Here is what it does: > > #!/bin/sh > > set -x > > if [ ! -d /var/cron ] > then > mkdir -p /var/cron > fi > chmod 1777 /var/cron > > if [ ! -d /var/cron/tabs ] > then > mkdir

RE: sshd problems

2002-10-10 Thread Harig, Mark A.
According to /usr/doc/Cygwin/openssh-3.4p1-5.README: >The new ssh-host-config script also adds the /var/empty directory >needed by privilege separation. When creating the /var/empty directory >by yourself, please note that in contrast to the README.privsep document >the owner sshould not be "roo

Executing a script that needs DOS path

2002-10-10 Thread Ivan Dobrianov
Sorry if this has been answered a hundred times, but could not find anything the FAQ, doc, or archives. THE PROBLEM: o Say I have some intrepreter xxx.exe, that expects to get started like this xxx c:\home\my_script.xxx ... o I want to automate this process the usual way, by adding this to

RE: crontab fails to change crontab file: "no changes made to crontab"

2002-10-10 Thread Harig, Mark A.
Somehow, the cron.sh script did not get run during your installation. Here is what it does: #!/bin/sh set -x if [ ! -d /var/cron ] then mkdir -p /var/cron fi chmod 1777 /var/cron if [ ! -d /var/cron/tabs ] then mkdir /var/cron/tabs fi chmod 1777 /var/cron/tabs > -Original Message---

Re: sshd problems

2002-10-10 Thread David Monk
Generating a new key worked, as far as finding the key goes. Then it presented me with a /var/empty ownership or permissions issue. So, thinking along the same lines, I chaned owner of that dir to myself. Finally, sshd runs. Not as a service unfortunately, but it does run. Also unfortunately, I ca

Re: cygwin license compliance

2002-10-10 Thread Christopher Faylor
On Thu, Oct 10, 2002 at 01:54:16PM -0400, E. Westbrook wrote: >Greetings list, > >A brief question about free use of cygwin in a commercial environment. > >If I should direct this question elsewhere, I'll be grateful to learn >where. I've searched the web and the FAQs but have not found a >specif

Re: sshd problems

2002-10-10 Thread Len Giambrone
This will help getting you running from the command line: If your files are owned and only readable by SYSTEM, it's harder to run sshd from the command line. Try either: Changing /etc/ssh*key* to be owned by the user you are starting sshd as OR Specifying a new host key with -h: /usr/sbin/s

Cygwin license compliance

2002-10-10 Thread E. Westbrook
Greetings list, A brief question about free use of cygwin in a commercial environment. If I should direct this question elsewhere, I'll be grateful to learn where. I've searched the web and the FAQs but have not found a specific answer to this specific question. I've also telephoned the commer

RE: sshd problems

2002-10-10 Thread [EMAIL PROTECTED]
I'm sorry. Why would changing the cygdrive prefix to '/' have any affect on this issue? I don't know of any reason to recommend this beyond, perhaps, personal preference. If there's a reason to do this for sshd, this needs to be investigated and fixed. Ditto for any other package that doing th

Re: sshd problems

2002-10-10 Thread David Monk
I had consider that as well, so I did it. Nothing changed as far as openssh is concerned. $ mount -p Prefix Type Flags / system binmode dmonk@DIETPEPSI ~ $ /usr/sbin/sshd -d -d -d debug1: sshd version OpenSSH_3.4p1 Could not load host key: /etc/ssh_ho

Re: Cross compiling on one OS for another

2002-10-10 Thread Shankar Unni
On 10/9/2002 2:02 PM, Gregg C Levine wrote: > Can I cross compile the binaries for, say, GNUMach for the Hurd, using > Cygwin? In theory, yes. You have to build a cross-compiler for GNUMach/Hurd using Cygwin ("host" will be Cygwin, "target" will be GNUMach/Hurd - don't know exactly what either

Re: sshd problems

2002-10-10 Thread Cyber.Zombie
Shouldn't that have been: mount -s -b -c / User mounts override system mounts. You'll also need to do (after the above mount): umount -u -c Then exit/reenter the shell and all should be kosher. David Monk wrote: >Some of what you asked is in the cygcheck output, but here it is: (note, >cha

RE: 1.3.12-2 how to link with MS Platform SDK

2002-10-10 Thread [EMAIL PROTECTED]
What happens when you link with DhcpCSvc.Lib from the MS Platform SDK? Larry Original Message: - From: [EMAIL PROTECTED] Date: Thu, 10 Oct 2002 12:03:51 -0400 To: [EMAIL PROTECTED] Subject: 1.3.12-2 how to link with MS Platform SDK Hello, My application controls MS DHCP Serve

Re: sshd problems

2002-10-10 Thread David Monk
I had already checked that myself. $ ls -l /etc/ssh*key -rw---1 system system672 Oct 9 16:36 /etc/ssh_host_dsa_key -rw---1 system system530 Oct 9 16:36 /etc/ssh_host_key -rw---1 system system887 Oct 9 16:36 /etc/ssh_host_rsa_key David ---

crontab fails to change crontab file: "no changes made to crontab"

2002-10-10 Thread Steve Holden
I'm using a cygwin that I refreshed yesterday, on Win2K SP2. uname -a says: CYGWIN_NT-5.0 COMPUTER 1.3.12(0.54/3/2) 2002-07-06 02:16 i686 unknown I installed the cron service following recommendations to include CYGWIN="tty ntsec". Cygcheck reveals that cron is version 3.0.1-7. Everything appea

RE: sshd problems

2002-10-10 Thread Harig, Mark A.
What are the permissions of your host keys? SYSTEM needs to be the owner and only reader of these files. $ ls -l /etc/ssh*key > -Original Message- > From: David Monk [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 1:08 PM > To: [EMAIL PROTECTED] > Subject: Re: sshd prob

re: pthreads

2002-10-10 Thread Fred_Smith
Following up on my two messages of yesterday, I've narrowed down a bit the problem I am having with pthread_cancel(), to the point where the thread I'm trying to cancel doesn't do ANYTHING but loop. No calls to any other functions at all, just an endless loop.. When I call pthread_cancel() I get

Re: sshd problems

2002-10-10 Thread David Monk
Some of what you asked is in the cygcheck output, but here it is: (note, changing the cygdrive prefix, by mount -c / made no difference) dmonk@DIETPEPSI ~ $ mount C:\cygwin\bin on /usr/bin type user (binmode) C:\cygwin\lib on /usr/lib type user (binmode) C:\cygwin on / type user (binmode) c: on /

Re: grep -i -R path32 * vs grep -i -R path32 *.vb*

2002-10-10 Thread Aldi Kraja
Hi, My info shows man pages. After one executes info grep, press n for next page or p for previous. Also if one goes over the page press open and the respective man pages will be open. HTH, Aldi >'info' is supposed to display man pages, too. I see that the current >release doesn't allow that,

Re: grep -i -R path32 * vs grep -i -R path32 *.vb*

2002-10-10 Thread Christopher Faylor
On Thu, Oct 10, 2002 at 12:16:50PM -0400, Igor Pechtchanski wrote: >I think it would really benefit you to peruse the info files for find and >grep very carefully. I suggest installing 'pinfo', a replacement for >info, since it has a better interface, and allows you to view manpages as >well, but

RE: sshd problems

2002-10-10 Thread Harig, Mark A.
What are your mount points? $ mount What is your cygdrive prefix? $ mount -p If your cygdrive prefix is not '/', then consider changing it to '/': $ mount -c / > -Original Message- > From: David Monk [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 10:29 AM > To: [

Re: Problem report: pipes and suspending do not work well together

2002-10-10 Thread Christopher Faylor
On Thu, Oct 10, 2002 at 05:29:33PM +0300, [EMAIL PROTECTED] wrote: >I am using the newest Cygwin net release (upgraded today by re-running >Cygwin Setup to make sure this is not fixed yet). I noticed this >problem while writing a long pipeline ending with "| less" and then >trying to suspend the

Re: grep -i -R path32 * vs grep -i -R path32 *.vb*

2002-10-10 Thread Sheryl McKeown
Igor and All, Thanks for your comments and explanations on ., grep, find, and VB file processing. And thanks for the pointers to the info files. I'll take a close look and them. Also, you are right in that the ; does not have to be escaped in the XP shell (cmd.exe). That was my error, and ind

Re: readline Bug! ;-) [was: Bash Bug! (was: Bug in rxvt 2.7.2 ...)]

2002-10-10 Thread Igor Pechtchanski
On Thu, 10 Oct 2002, Thomas Mellman wrote: > WRT <[EMAIL PROTECTED]>, > > > I have been experiencing similar problems since upgrading to bash > > 2.05b-2 and libreadline5 4.3-1. My typical problem is that the "c" > > command as in "cw" (i.e., change word) would stop working, but "dw" > > (i.e.,

Re: grep -i -R path32 * vs grep -i -R path32 *.vb*

2002-10-10 Thread Igor Pechtchanski
On Thu, 10 Oct 2002, Gareth Pearce wrote: > [snip] > > Gareth - idly ponders why the grep he installed himself on this dec machine > doesnt have --include. Hmmm, you did install GNU grep, didn't you? Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,

RE: The Perl Journal needs help

2002-10-10 Thread Nenad Antic (EAB)
Hello Gerrit, This might be a good idea. I'll check and, unless somebody already called attention to TPJ's problems there, I'll send to those lists as well. Regards, /Nenad > -Original Message- > From: Gerrit P. Haase > Subject: Re: The Perl Journal needs help > > > Hallo Nenad, >

Re: grep -i -R path32 * vs grep -i -R path32 *.vb*

2002-10-10 Thread Igor Pechtchanski
Sheryl, I think it would really benefit you to peruse the info files for find and grep very carefully. I suggest installing 'pinfo', a replacement for info, since it has a better interface, and allows you to view manpages as well, but 'info find' and 'info grep' should do just as well. In parti

1.3.12-2 how to link with MS Platform SDK

2002-10-10 Thread nickolai . bogdatov
Hello, My application controls MS DHCP Server and because of that needs to use some calls from MS Platform SDK. For example I have to call "DhcpCApiInitialize()" function. I do #include // dhcp client options api Compilation goes no problem. But when I'm trying to link it gives me a erro

Re: Origin

2002-10-10 Thread Peter A. Castro
On 10 Oct 2002, Robert Collins wrote: > On Thu, 2002-10-10 at 16:00, [EMAIL PROTECTED] wrote: > > > I"m right here. > > > > You can't be, because I'm right here and I know that you're not. > > Pats self, with concerned look on face - "you know, you're right, I'm *not here*. >Hlp" Oh, come

Problem report: pipes and suspending do not work well together

2002-10-10 Thread juhani.rantanen
Hello and thanks for your attention, I am using the newest Cygwin net release (upgraded today by re-running Cygwin Setup to make sure this is not fixed yet). I noticed this problem while writing a long pipeline ending with "| less" and then trying to suspend the processes. When I do this the C

sshd problems

2002-10-10 Thread David Monk
Hello all, I hate to start yet another thread on this, but I am just joining the list. I see there have been many varied reports of problems with sshd recently. I just wanted to throw in my experience to hopefully give some additional insight. I have been running cygwin with sshd as a Win2k servi

Re: proposed CYGWIN-SSHD.HOWTO doc

2002-10-10 Thread Larry Hall (RFK Partners, Inc)
At 08:52 AM 10/10/2002, Gerrit P. Haase wrote: >elfyn schrieb: > > > I have taken a little while this morning to write a doc on how to setup sshd > > as a service under windows nt/2000/xp to help people new to cygwin or people > > experiencing problems. Really want others input and experience in

Re: ssh service staring problem "bad owner /var/empty" but not fixed

2002-10-10 Thread Larry Hall (RFK Partners, Inc)
At 04:02 AM 10/10/2002, Marcos Lorenzo de Santiago wrote: >I think there SHOULD be properly documentation of sshd installation and >configuration process for the new Openssh as now it does privilege >separation and installation/configuration has changed. I encourage >developers to make a final

Re: proposed CYGWIN-SSHD.HOWTO doc

2002-10-10 Thread Gerrit P. Haase
elfyn schrieb: > I have taken a little while this morning to write a doc on how to setup sshd > as a service under windows nt/2000/xp to help people new to cygwin or people > experiencing problems. Really want others input and experience in setting it > up. Maybe be added to the OpenSSH dist. C

Re: conflict between cygrunsrv and fixing heap_chunk_in_mb in registry

2002-10-10 Thread Larry Hall (RFK Partners, Inc)
At 02:38 AM 10/10/2002, Christophe Trophime wrote: >Recently I wanted to increase the program/data memory limit for cygwin. >As mentionned in http://cygwin.com/ml/cygwin/2002-09/msg00254.html I >have added a registry DWORD value in "HKCU/Sofware/Cygnus >Solutions/Cygwin" and restarted my computer.

Re: ntea dilemma

2002-10-10 Thread Larry Hall (RFK Partners, Inc)
At 04:16 AM 10/9/2002, S. L. wrote: >Larry, >[...] > > to a file in that FAT(32) partition. Just run "chmod +rw " for > > > > some and the "EA DATA .SF" should appear if you're running with > > "ntea" > > enabled. Make sure that "ntea" is set *before* the Cygwin DLL is loaded > > > > (befor

Re: readline Bug! ;-) [was: Bash Bug! (was: Bug in rxvt 2.7.2 ...)]

2002-10-10 Thread Thomas Mellman
WRT <[EMAIL PROTECTED]>, > I have been experiencing similar problems since upgrading to bash > 2.05b-2 and libreadline5 4.3-1. My typical problem is that the "c" > command as in "cw" (i.e., change word) would stop working, but "dw" > (i.e., delete word) followed by "i" (i.e., insert) was fine.

Re: remotely executing windows applications

2002-10-10 Thread Marius Seritan
When you login to console you get desktop "winsta0\Default". When you login with ssh you get a totally different desktop, something with a numeric name. Programs inherit their parent desktop unless they take special steps to get another desktop. Even if they try to get another desktop permissio

Re: emacs on cygwin

2002-10-10 Thread Gareth Pearce
> To add to my tests I reported in my previous mail: > - I am on my NT PC > - I telnet (using cygwin's telnet) to my NT PC > - \cygwin\cygwin, emacs- nw > > This is a lot better than when I telnetted from my linux box. The display is > ok now. However, arrow keys don't work (they get entered as AB

RE: emacs on cygwin

2002-10-10 Thread Kris Thielemans
Hi Bjoern, that's interesting, as emacs -nw doesn't work for me... Could you offer a bit more detail on what you mean with remote execution? Where do you com from? Which daemon are you using? To add to my tests I reported in my previous mail: - I am on my NT PC - I telnet (using cygwin's telne

Re: emacs on cygwin

2002-10-10 Thread David Starks-Browning
On Thursday 10 Oct 02, Bjoern Kahl AG Resy writes: > > However, I don't use the Cygwin port of Emacs (yet?), so I also do not > > know the status of using "emacs -nw" from a remote shell. > > > > Has anyone tried this? Does it work? > > I have installed Cygwin including the GNU-emacs package of

Re: emacs on cygwin

2002-10-10 Thread Bjoern Kahl AG Resy
Hallo ! On Thu, 10 Oct 2002, David Starks-Browning wrote: > On Wednesday 9 Oct 02, Christopher Faylor writes: > > On Wed, Oct 09, 2002 at 07:10:31PM -0700, Joshua Daniel Franklin wrote: > > >I was looking at the FAQ and realized some questions need an update. > > >I plan to do this. However, so

RE: emacs on cygwin

2002-10-10 Thread Kris Thielemans
> > However, I don't use the Cygwin port of Emacs (yet?), so I also do not > know the status of using "emacs -nw" from a remote shell. > > Has anyone tried this? Does it work? > Hi I have NT4.0, latest cygwin, Exceed for X-windows emulation and Exceed telnetd. I let cygwin-setup install 'emacs

Re: remotely executing windows applications

2002-10-10 Thread elfyn mcbratney
Hi, Whats happening here is that you started an win-app from a cygwin shell. The point of winvnc.exe is to run an capture the users gdi/gui which could not happen as you were in a console session. What you would need to do for this to work is have the winvnc service installed/running and use c

Re: emacs on cygwin

2002-10-10 Thread David Starks-Browning
On Wednesday 9 Oct 02, Christopher Faylor writes: > On Wed, Oct 09, 2002 at 07:10:31PM -0700, Joshua Daniel Franklin wrote: > >I was looking at the FAQ and realized some questions need an update. > >I plan to do this. However, some of them I don't have the knowledge > >to frame a correct updated a

proposed CYGWIN-SSHD.HOWTO doc

2002-10-10 Thread elfyn mcbratney
Hi, I have taken a little while this morning to write a doc on how to setup sshd as a service under windows nt/2000/xp to help people new to cygwin or people experiencing problems. Really want others input and experience in setting it up. Maybe be added to the OpenSSH dist. Corinna??? Elfyn

RE: Gnat for win32 does not search include and library paths

2002-10-10 Thread Pierre Habraken
Billinghurst, David (CRTS) wrote: > > You can build gnat on cygwin. See > - http://gcc.gnu.org/ml/gcc/2002-06/msg00161.html > - http://sources.redhat.com/ml/cygwin/2002-09/msg01212.html Wonderful, marvellous !!! That's the right way to solve the problem !... Thanks a lot to you David for the

Re: ssh service staring problem "bad owner /var/empty" but not fixed

2002-10-10 Thread Marcos Lorenzo de Santiago
On Wed, 9 Oct 2002, Elfyn wrote: > Hey, > > What i meant by shared-server is that more than one person (other than you) > would be accessing the server. So if it is a shared environment you might > want to tighten security. > > In general you should run things l

remotely executing windows applications

2002-10-10 Thread Uwe Mayer
I have sshd installed on my win2k box. Together with cygwin, of course. Recently I needed GUI access to my computer and after logging in via ssh I run "cygstart winvnc.exe". The application started, but did not show up in the system tray. However, it didn't accept connections - although it was sta