Re: openssh-4.1p1-2/cygwin-1.5.18-1: write(2) misbehaving?

2005-08-17 Thread Corinna Vinschen
On Aug 16 16:50, Dave Kilzer wrote: > On Tue, Aug 16, 2005 at 09:55:58PM +0200, Corinna Vinschen wrote: > > Ok, I have attached another Cygwin DLL for your consumption. If the > cause > > of this problem is what I suspect, this DLL should solve your problem, > > That WORKED! I no longer get the

Re: readline completion

2005-08-17 Thread Sam Steingold
> * Eric Blake <[EMAIL PROTECTED]> [2005-08-16 22:53:24 +]: > > And if it is too many characters to type, change your cygdrive prefix > to /. how do I do that? -- Sam Steingold (http://www.podval.org/~sds) running w2k

Cant add to path

2005-08-17 Thread David
Hi, I installed cygwin_NT-5.1. Built a project needed. I tried to add to my PATH a few paths but i could not locate my .bashrc or bash_profile like on my linux machine. I read some DOCs but could not find the files on my ~ dir so tried to edit \etc\skel\.bash_profile or \etc\skel\.bashrc, but the

Re: readline completion

2005-08-17 Thread Eric Blake
> > And if it is too many characters to type, change your cygdrive prefix > > to /. > > how do I do that? > http://cygwin.com/cygwin-ug-net/using-utils.html#id4748539 -- Eric Blake -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pro

Re: Cant add to path

2005-08-17 Thread Eric Blake
> Hi, > I installed cygwin_NT-5.1. > Built a project needed. > I tried to add to my PATH a few > paths but i could not locate my .bashrc > or bash_profile like > on my linux machine. Hint: 'cygpath -w ~/.bashrc' should show you where bash is looking for your .bashrc. Also, you can set PATH on th

Re: Cant add to path

2005-08-17 Thread Gerrit P. Haase
David wrote: Hi, I installed cygwin_NT-5.1. Built a project needed. I tried to add to my PATH a few paths but i could not locate my .bashrc or bash_profile like on my linux machine. I read some DOCs but could not find the files on my ~ dir so tried to edit \etc\skel\.bash_profile or \etc\skel

Re: readline completion

2005-08-17 Thread Christopher Faylor
On Tue, Aug 16, 2005 at 11:18:20PM -0700, Andrew DeFaria wrote: >That's why I've long since changed cygdrive prefix to /dev! ;-) Because we all know how linux loves to put filesystems under /dev! ls /dev/home etc. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem r

Permissions and Shared Folders

2005-08-17 Thread David Abrahams
I must really be missing something here; I hope someone can give a brief explanation and (as a bonus) direct me to where I can find out more. I've been trying to copy files off a Windows XP shared folder in Windows explorer, and it keeps telling me that I don't have permission to do so. When I

Emacs window doesn't display after rebaseall

2005-08-17 Thread andres
Hi, I just wanted to second Angelo Graziosi's solution to the problem of emacs not displaying its window after rebaseall has been run on a Cygwin installation. His email: http://sourceware.org/ml/cygwin/2005-07/msg00819.html points out that if you reinstall libncurses7, emacs will be fixed. This

Re: Subversion 1.2.0: Unable to open an ra_local session to URL

2005-08-17 Thread Alexey Lyubimov
Hello Max! Thank you for the "/cygdrive/c" advice. It works for SVN import, but it doesn't work for SVN co :( I've post the question about the local repositories under Win98 to Subversion forum and got the following answer from Ben Collins-Sussman: "The problem is that the svn_repos_open() call tr

Re: Problems installing octave-forge-2005.06.13-3 (fwd)

2005-08-17 Thread James R. Phillips
The -4 release of octave-forge-2005.06.13 is smaller because the .oct files were not previously stripped of debug symbols properly. You may install it with confidence. Please continue to report any issues using octave-forge-2005.06.13-4 to this mailing list. Jim Phillips cygwin octave-forge main

functions in /bin/sh scripts causing "unexpected "("" errors

2005-08-17 Thread Kristin Wright
I searched the archives, FAQ and general web but didn't find an answer for this. I'm observing the following error when I attempt to run shell scripts with functions in a cygwin shell. These scripts work as expected on my linux machines. $ ./functest ./functest: 3: Syntax error: "(" unexpected $

Re: readline completion

2005-08-17 Thread Andrew DeFaria
Christopher Faylor wrote: On Tue, Aug 16, 2005 at 11:18:20PM -0700, Andrew DeFaria wrote: That's why I've long since changed cygdrive prefix to /dev! ;-) Because we all know how linux loves to put filesystems under /dev! ls /dev/home Well there are file systems under /dev in a way. Am I n

Re: OT: Krazy USB Kameras (RE: Programatically finding value of "cygdrive" prefix)

2005-08-17 Thread Hannu E K Nevalainen
On Tue, 2005-08-16 at 20:41 -0500, Gary R. Van Sickle wrote: > [snip] > > > > NOTE: A digital camera shows up as an USB drive, i.e. a DOS > > drive -> e.g. /cygdrive/ - and is available > > so long as the camera stays ON (it eventually WILL go OFF > > after last use, just as your screen blanker

RE: functions in /bin/sh scripts causing "unexpected "("" errors

2005-08-17 Thread Dave Korn
Original Message >From: Kristin Wright >Sent: 17 August 2005 19:03 > I'm observing the following error when I attempt to run shell scripts > with functions in a cygwin shell. These scripts work as expected on > my linux machines. > $ ./functest > ./functest: 3: Syntax error: "(" unexpect

Question for cURL maintainer

2005-08-17 Thread Eugene Kotlyarov
Hello Could you please update cURL to latest upstream version? -- 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: readline completion

2005-08-17 Thread Sam Steingold
> * Eric Blake <[EMAIL PROTECTED]> [2005-08-17 13:55:59 +]: > >> > And if it is too many characters to type, change your cygdrive prefix >> > to /. >> >> how do I do that? > > http://cygwin.com/cygwin-ug-net/using-utils.html#id4748539 thanks. where do I put mount --change-cygdrive-prefix /

Re: readline completion

2005-08-17 Thread Eric Blake
> > http://cygwin.com/cygwin-ug-net/using-utils.html#id4748539 > > thanks. > where do I put > > mount --change-cygdrive-prefix / Read that full webpage. Mounts are persistent. Running the command just once will make it affect all future cygwin startups, until you rerun mount or umount. (Just

Re: Programatically finding value of "cygdrive" prefix

2005-08-17 Thread Hannu E K Nevalainen
On Tue, 2005-08-16 at 17:10 -0400, Igor Pechtchanski wrote: Igor, please: Regardless of how my Reply-To is set, I prefer to have replies on the list only. I consider this to be the standard reply procedure on lists. (i.e. leaving the option to actually have the reply end up in a mailbox as an actu

Re: readline completion

2005-08-17 Thread Sam Steingold
> * Eric Blake <[EMAIL PROTECTED]> [2005-08-17 19:30:14 +]: > > Mounts are persistent. Running the command just once will make it > affect all future cygwin startups, until you rerun mount or umount. thanks! > (Just like Unix mount points.) Not on linux. mount /dev/fd /mnt/floppy; reboot; l

Re: readline completion

2005-08-17 Thread Christopher Faylor
On Wed, Aug 17, 2005 at 11:00:29AM -0700, Andrew DeFaria wrote: >Christopher Faylor wrote: > >>On Tue, Aug 16, 2005 at 11:18:20PM -0700, Andrew DeFaria wrote: >> >>>That's why I've long since changed cygdrive prefix to /dev! ;-) >> >>Because we all know how linux loves to put filesystems under /dev

Unexpected File Name Too Long Error With #includes

2005-08-17 Thread Rob Hatcherson
All, This issue involves a "File name too long" error being generated by the C preprocessor that came along with 1.5.18-1. The compiler reports version 3.4.4, the distro file says 3.4.4-1. I have a header file whose total path length is 190 characters counting drive letters (yeah, I know i

Re: readline completion

2005-08-17 Thread Andrew DeFaria
Christopher Faylor wrote: Yes, I understood that if you are using /dev in this way that it is purely an idiosyncratic thing that doesn't necessarily make any sense when you consider the pure UNIX sense of what /dev is supposed to be for. i.e. the Unix purist view. Hey I understand where you'r

Permissions on .ssh/id_rsa

2005-08-17 Thread Christopher Benson-Manica
How does one set permissions on id_rsa in such a way as to make ssh happy? Nothing I have done has made chmod 700 id_rsa actually work. Supposed solutions, such as adding CYGWIN=ntsec or CYGWIN=ntea to .bashrc and/or cygwin.bat, have not worked. If someone could enlighten me with a solution that

Re: (XP) cvs [checkout aborted]: cannot rename file CVS/Entries.Backup to CVS/Entries: Permission denied

2005-08-17 Thread Greg Jones
P.S. I tried CYGWIN=nontsec and that didn't affect the results. "Greg Jones" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I am running cvs under Cygwin on XP and get the following message when > checking out: > > cvs [checkout aborted]: cannot rename file CVS/Entries.Backup to >

Re: Permissions on .ssh/id_rsa

2005-08-17 Thread Andrew DeFaria
Christopher Benson-Manica wrote: How does one set permissions on id_rsa in such a way as to make ssh happy? Nothing I have done has made chmod 700 id_rsa actually work. Supposed solutions, such as adding CYGWIN=ntsec or CYGWIN=ntea to .bashrc and/or cygwin.bat, have not worked. If someone coul

RE: openssh-4.1p1-2/cygwin-1.5.18-1: write(2) misbehaving?

2005-08-17 Thread Dave Kilzer
On Wednesday, August 17, 2005 3:58 AM, Corinna Vinschen wrote: > On Aug 16 16:50, Dave Kilzer wrote: > > On Tue, Aug 16, 2005 at 09:55:58PM +0200, Corinna Vinschen wrote: > > > BUT > > > > > > it will print annoying messages to the console, containing a text as > > > "res and ret = 0, nonblocking =

Re: readline completion

2005-08-17 Thread Reid Thompson
Sam Steingold wrote: * Eric Blake <[EMAIL PROTECTED]> [2005-08-17 19:30:14 +]: Mounts are persistent. Running the command just once will make it affect all future cygwin startups, until you rerun mount or umount. thanks! (Just like Unix mount points.) Not on linux. mount

Re: Permissions on .ssh/id_rsa

2005-08-17 Thread Brian Dessent
Christopher Benson-Manica wrote: > How does one set permissions on id_rsa in such a way as to make ssh > happy? Nothing I have done has made chmod 700 id_rsa actually work. chmod 600 has always worked fine for me. > Supposed solutions, such as adding CYGWIN=ntsec or CYGWIN=ntea to ntsec is the

libdv

2005-08-17 Thread Jason Pyeron
whilst doing the configure, it claims to not find lib Xv. I thought it was part of x11? checking for GTK - version >= 1.2.4... yes checking for XvQueryAdaptors in -lXv... no configure: error: Could not find Xv Lib [EMAIL PROTECTED] libdv]$ any ideas? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Re: is there a cygwin maintainer for gnu emacs?

2005-08-17 Thread emacs user
some more diagnostics of the GC problem, with the help of some advice from eliz. does this help? From: Joe Buehler <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED], emacs-devel@gnu.org, cygwin@cygwin.com Subject: Re: is there a cygwin maintainer fo