free NFS client for Cygwin and/or support for FUSE?

2006-10-31 Thread Ben Wing
Is there a free NFS client anyone can recommend that works will with Cygwin? Also, has anyone considered building something like FUSE into Cygwin? FUSE is a package for creating user-mode filesystems in Linux. It requires a certain amount of kernel support; but I can't see how it would be di

Any plans to incorporate UTF-8 support into Cygwin?

2006-10-31 Thread Ben Wing
There's already a patch that purports to be fairly complete, which modifies Cygwin so that its paths are UTF-8: http://www.okisoft.co.jp/esc/utf8-cygwin/ It's extremely annoying now that Cygwin cannot reliably work with file names containing non-ASCII non-Latin1 characters (and even with Latin

questions about excessive disk usage when doing tab completion

2006-10-21 Thread Ben Wing
I am using zsh on the latest cygwin and the first time I load it up and try to do tab completion on e.g. /mnt/g/download/, it spends an inordinate amount of time grinding the disk -- sometimes on the order of 2 minutes or more. the directory contains only 8 subdirs: /ben/ut/os-fall-2006 18:25

RE: Ssh ignores $HOME

2004-12-28 Thread Ben Wing
> What in ssh's documentation says that it will *use* $HOME to > determine where your .ssh directory is? The documentation > uses $HOME for notational > convenience and says that it will *set* HOME in the ssh > environment AFAICS. > Your $HOME directory in a ssh session under Cygwin is > de

Ssh ignores $HOME

2004-12-28 Thread Ben Wing
I've cc'ed cygwin@cygwin.com because I've apparently identified a problem with Cygwin's ssh. > Ben> And I don't know what to do. This is the same request > that comes > Ben> out of using `crw'. Everything in .ssh/ is exactly as it was on > Ben> the old machine. > > My guess is that you have

RE: How to make `mv the hard way' fail

2004-12-12 Thread Ben Wing
> If you have enough disk space you could do "cp -pr FROM TO" > followed by "rm -rf FROM" if there are no errors reported by > the cp command. > > You could do a "diff -qr FROM TO" before the rm to feel even safer. > > You could even write a little shell script that does the > above, name it m

How to make `mv the hard way' fail

2004-12-12 Thread Ben Wing
Apologies if this is a FAQ. When I use `mv' on a directory and any file within it happens to be locked for some reason [e.g. I've opened it in Word], it will try to copy the entire directory and then delete the original. I consider this very dangerous behavior to be happening without my specifica

Bad interaction -- alternate console buffer and console history

2004-12-09 Thread Ben Wing
I apologize if this is a FAQ. One of the clever features of the `cygwin' TERM type is that programs like `man' and `more' and others switch to a secondary screen buffer, so that when you exit the program, you get back the original buffer, uncluttered by the program's output. Unfortunately, this i

Weird interaction between Visual C++ and Cygwin

2004-12-09 Thread Ben Wing
If any Cygwin program is running, e.g. a compilation, Visual C++ takes an incredibly long time to start up. This has been the case for me for years. Does anyone know if there is some sort of locking contention here? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repo

Please help: fixup_after_exec problem

2004-12-09 Thread Ben Wing
Jerry Jones wrote about this problem: http://sources.redhat.com/ml/cygwin/2004-10/msg00942.html I'm the one getting this problem. I have gotten this *consistently* for the last two months every time I try to run any version of XEmacs compiled under Cygwin. Nothing obvious changed in XEmacs to t

Weird bug with cp -f

2004-10-02 Thread Ben Wing
src 2052% cp -f foo bar cp: writing `bar': Invalid request code /xemacs/cygbuild/build-mule/src 2053% ls -ld bar drwxrwxrwx+ 2 Ben Wing None0 Oct 2 22:40 bar/ /xemacs/cygbuild/build-mule/src 2054% Clever, no? Somehow, your file magically got converted into a directory ... -- Uns

Scanf bug

2004-10-01 Thread Ben Wing
Somehow or other, sscanf() has gotten messed up in recent Cygwin installations. Test program, with output: /xemacs/test 2391% cat testscanf.c int main (int argc, char **argv) { int ret, cp1, cp2, endcount; char *p = "0x7d 0x000E "; ret = sscanf (p, "%i %i%n", &cp1, &cp2, &endcount); pr

cygwin hanging/wedging, again

2003-10-18 Thread Ben Wing
i've heard no responses at all to my previous message concerning cygwin hanging. there appear to be various different problems going on. 1] calling telnet from within expect results in telnet.exe wedging with 100% CPU time. at one point i saw a send: invalid spawn id (4) while executing "send

hangs with recent cygwin versions

2003-10-17 Thread Ben Wing
i am using the latest 1.5.5-1, with everything updated via setup within the last couple of days. Windows 2000, all the latest sp's and patches. ever since upgrading from 1.3.something to 1.5.5-1, i've gotten periodic hangs of various sorts. in all cases, the console is completely wedged and can

Re: module problems on cygwin

2002-10-29 Thread Ben Wing
es things in this DLL. Larry Original Message: - From: Ben Wing [EMAIL PROTECTED] Date: Tue, 29 Oct 2002 13:55:33 -0700 To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: module problems on cygwin well then,

Re: module problems on cygwin

2002-10-29 Thread Ben Wing
well then, how do you build import libraries under cygwin? - Original Message - From: "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> To: "Ben Wing" <[EMAIL PROTECTED]>; "Jerry James" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc:

Re: module problems on cygwin

2002-10-29 Thread Ben Wing
cygwin is not terribly windows-specific. it's basically unix, and runs all the standard gcc suite of tools, so if you understand shared libraries under Unix, you understand them under gcc. the failures are unresolvable references to the various functions in the XEmacs executable. clearly the XEm