Weird error from rsync

2007-11-20 Thread Mike Richards
I'm trying to run the following command rsync -rtzmv "$HOME/My Documents/" [EMAIL PROTECTED]:"/cygdrive/e/rsync/$USER/" but keep getting this strange error: building file list ... done rsync: mkdir "/cygdrive/c/Documents and Settings/miker/Desktop/\#015" failed: No such file or directory (2) rsy

Re: unison-2.27.exe silently exits

2007-11-20 Thread Andrew Schulman
> I've installed 2.27 and and 2.13 on 3 different machines (XP, Vista, > 2003 server), but on all of them, unison-2.27.exe simply exits (error > code 1) with no output, regardless of anything written on the command > line (-version, -help). Using Process Monitor, I see that it does read > defa

Re: Announce: FlexDLL, flexible DLLs under Windows

2007-11-20 Thread Christopher Faylor
On Tue, Nov 20, 2007 at 06:44:43PM -, Dave Korn wrote: >On 20 November 2007 18:39, Reini Urban wrote: > >> 2007/11/20, Christopher Faylor: >> ... >>> Indeed, this is very interesting. It sounds a little like the >>> autoload.cc code in Cygwin which handles optional linking from dlls but it >>>

RE: Vim: segmentation fault

2007-11-20 Thread Dave Korn
On 20 November 2007 19:17, Matt Wozniski wrote: > And, there's no reason that should crash vim. Do you have the > 1.5 GB of memory that you'd need to open that file? Umm, you don't need that much memory to open a file, thanks to the wonders of file-backed virtual memory. But what you probab

RE: can't run devenv through sshd

2007-11-20 Thread Dave Korn
On 20 November 2007 19:05, Derek Lei Liu wrote: > Thanks Dave for instant response. I suspect my problem is different > from what you suggested. Forgot to mention the symptom of my problem. > The devenv.com actually got invoked and just hang there forever. there > is no error message spilled out.

Re: Vim: segmentation fault

2007-11-20 Thread Brian Mathis
On Nov 20, 2007 2:16 PM, Matt Wozniski <[EMAIL PROTECTED]> wrote: > On Nov 20, 2007 2:02 PM, Aldi Kraja wrote: > > Hi, > > Opening a file 1.5 GB cygwin Vim reports segmentation fault. > > Vim: Caught deadly signal SEGV. > > > > Is there any way that one can expand the setting of Vim? > > > > I need

Re: Vim: segmentation fault

2007-11-20 Thread Matt Wozniski
On Nov 20, 2007 2:02 PM, Aldi Kraja wrote: > Hi, > Opening a file 1.5 GB cygwin Vim reports segmentation fault. > Vim: Caught deadly signal SEGV. > > Is there any way that one can expand the setting of Vim? > > I need to change the header of the file to some extent, but I do not > think that emacs

Re: can't run devenv through sshd

2007-11-20 Thread Derek Lei Liu
Thanks Dave for instant response. I suspect my problem is different from what you suggested. Forgot to mention the symptom of my problem. The devenv.com actually got invoked and just hang there forever. there is no error message spilled out. Not sure that make any difference. Any idea or should i

Vim: segmentation fault

2007-11-20 Thread Aldi Kraja
Hi, Opening a file 1.5 GB cygwin Vim reports segmentation fault. Vim: Caught deadly signal SEGV. Is there any way that one can expand the setting of Vim? I need to change the header of the file to some extent, but I do not think that emacs will do it. Less is a pager. Any other idea how to edit

RE: Announce: FlexDLL, flexible DLLs under Windows

2007-11-20 Thread Dave Korn
On 20 November 2007 18:39, Reini Urban wrote: > 2007/11/20, Christopher Faylor: > ... >> Indeed, this is very interesting. It sounds a little like the >> autoload.cc code in Cygwin which handles optional linking from dlls but it >> is obviously much more advanced. > > Where should it go to? > Pu

Re: Announce: FlexDLL, flexible DLLs under Windows

2007-11-20 Thread Reini Urban
2007/11/20, Christopher Faylor: ... > Indeed, this is very interesting. It sounds a little like the > autoload.cc code in Cygwin which handles optional linking from dlls but it > is obviously much more advanced. Where should it go to? Puttin it into libtool sounds nearest to me, to work around -n

RE: can't run devenv through sshd

2007-11-20 Thread Dave Korn
On 20 November 2007 18:26, Derek Lei Liu wrote: > I checked the archive and did checking "whoami", it gives back correct > user name which is the one i used to ssh in. right now, i am out of > ideas. Ah, but see also http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=389029&SiteID=1 It

RE: can't run devenv through sshd

2007-11-20 Thread Dave Korn
On 20 November 2007 18:26, Derek Lei Liu wrote: > I am relatively new to cygwin world, so please bear with me for any > naive questions. Basically i have 2003 server with cygwin running, i > also have the opensshd running which comes from cygwin package. i can > ssh into 2003 server no problem, bu

can't run devenv through sshd

2007-11-20 Thread Derek Lei Liu
I am relatively new to cygwin world, so please bear with me for any naive questions. Basically i have 2003 server with cygwin running, i also have the opensshd running which comes from cygwin package. i can ssh into 2003 server no problem, but for some reason, i can't run devenv.exe or devenv.com (

Re: Library issues with GCC - libuser32

2007-11-20 Thread Jeff Bader
Oh, *that* w32api. Shucks. On Nov 20, 2007 7:53 AM, Dave Korn <[EMAIL PROTECTED]> wrote: > On 20 November 2007 15:48, Jeff Bader wrote: > On Mon, Nov 19, 2007 at 05:09:23PM -0800, Jeff Bader wrote: > > Yes...the index... but it's not in the packages that come with the > > most curre

RE: Library issues with GCC - libuser32

2007-11-20 Thread Dave Korn
On 20 November 2007 15:48, Jeff Bader wrote: On Mon, Nov 19, 2007 at 05:09:23PM -0800, Jeff Bader wrote: > Yes...the index... but it's not in the packages that come with the > most current version of "setup.exe," right? Shouldn't it be in this > list (picture)? Your subj

Re: Library issues with GCC - libuser32

2007-11-20 Thread Christopher Faylor
On Tue, Nov 20, 2007 at 03:28:03PM -, Dave Korn wrote: >On 20 November 2007 15:11, Jeff Bader wrote: >> On Nov 19, 2007 7:54 PM, Christopher Faylor >> <[EMAIL PROTECTED]> wrote: >>> >>> On Mon, Nov 19, 2007 at 05:09:23PM -0800, Jeff Bader wrote: Yes...the index... but it's not in the pack

Re: Announce: FlexDLL, flexible DLLs under Windows

2007-11-20 Thread Christopher Faylor
On Tue, Nov 20, 2007 at 02:49:48PM -, Dave Korn wrote: >On 20 November 2007 13:58, Alain Frisch wrote: > >> Dear Cygwin and MinGW mailing lists, >> >> I'd like to announce the availability of FlexDLL, a new tool that should >> greatly help porting some Unix applications under Windows. FlexDLL

RE: Library issues with GCC - libuser32

2007-11-20 Thread Dave Korn
On 20 November 2007 15:11, Jeff Bader wrote: > On Nov 19, 2007 7:54 PM, Christopher Faylor > <[EMAIL PROTECTED]> wrote: >> >> On Mon, Nov 19, 2007 at 05:09:23PM -0800, Jeff Bader wrote: >>> Yes...the index... but it's not in the packages that come with the >>> most current version of "setup.exe,"

Re: Library issues with GCC - libuser32

2007-11-20 Thread Jeff Bader
Nope. Not there. On Nov 19, 2007 7:54 PM, Christopher Faylor <[EMAIL PROTECTED]> wrote: > > On Mon, Nov 19, 2007 at 05:09:23PM -0800, Jeff Bader wrote: > >Yes...the index... but it's not in the packages that come with the > >most current version of "setup.exe," right? Shouldn't it be in this > >li

RE: Announce: FlexDLL, flexible DLLs under Windows

2007-11-20 Thread Dave Korn
On 20 November 2007 13:58, Alain Frisch wrote: > Dear Cygwin and MinGW mailing lists, > > I'd like to announce the availability of FlexDLL, a new tool that should > greatly help porting some Unix applications under Windows. FlexDLL > implements the classical POSIX dlopen API. In short, it lets yo

Announce: FlexDLL, flexible DLLs under Windows

2007-11-20 Thread Alain Frisch
Dear Cygwin and MinGW mailing lists, I'd like to announce the availability of FlexDLL, a new tool that should greatly help porting some Unix applications under Windows. FlexDLL implements the classical POSIX dlopen API. In short, it lets you create DLLs with unresolved symbols. When a DLL is lo

Re: cygwin makes shared folders on vista

2007-11-20 Thread E.Baud
Hello, nmehta wrote: > > ... > Also, if you create a directory in Cygwin on /c like you did it does not > show up as shared. If you create a directory in your Vista home directory > (/c/Users//) on the other hand it shows up as shared. > ... > I can also say that CYGWIN=notntsec does fix this

Re: Web servers

2007-11-20 Thread Andrew DeFaria
Terry Bailey wrote: Hi, I am running cygwin on Windows 2003. The apache server in cygwin is running on port 80. The web server running on Windows under IIS is on port 81. Why 2 web servers? Just like asking for trouble? My advice? Shut down IIS until you get Apache configured and working. S