Re: VIM in rxvt & syntax highlighting

2002-02-28 Thread Alec
On Thursday 28 February 2002 03:08 am, Fergus Daly wrote: > In your command line for rxvt try > > rxvt --backspacekey ^H -e bash > > which might help. It does. However, there's another problem I just noticed: The syntax highlighting isn't colored, but black and white. What can I do about tha

1.3.10 and setgid

2002-02-28 Thread Lapo Luchini
I think there's a ergression (at least on by box): $ ssh root@xxx setgid 513: Invalid argument Using 1.3.9 it works OK. -- Lapo 'Raist' Luchini [EMAIL PROTECTED] (PGP & X.509 keys available) http://www.lapo.it (ICQ UIN: 529796) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

Re: VIM in rxvt & syntax highlighting

2002-02-28 Thread Fergus Daly
The recent installation of vim lacks the default startup file that earlier vesions had. So: place in your home directory (/home/alec/ or whatever) a file called .vimrc (note the dot) containing set nocompatible set backspace=indent,eol,start set backup set history=50 set ruler set background=dark

Re: VIM in rxvt & syntax highlighting

2002-02-28 Thread vipin aravind
does the :version display +syntax? if yes, do syntax on vipin - Original Message - From: "Alec" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 28, 2002 2:03 PM Subject: Re: VIM in rxvt & syntax highlighting > On Thursday 28 February 2002 03:08 am, Fergus Da

RE: CVS Problems: Updated: gdbm-1.8.0-4

2002-02-28 Thread "Schaible, Jörg"
Hi Charles, >Note that merely updating cyggdbm to this new version will NOT >magically enable CVS to host repositories on text mounts; nor will >it magically fix CVS's existing problems with CR/LF. This gdbm >update may fix the gdbm database files within the CVSROOT repository, >but CVS itself is

Re: VIM in rxvt

2002-02-28 Thread Hack Kampbjørn
Fergus Daly wrote: > > In your command line for rxvt try > > rxvt --backspacekey ^H -e bash > > which might help. Or you could set it in your Xdefaults file like this: $ cat ~/.Xdefaults XTerm.scrollBar: False XTerm.saveLines: 2000 XTerm.font: Lucida Console-16 Rxvt.backspacekey: ^H If y

Re: Strange behaviour of vpath with dos paths

2002-02-28 Thread Johan Bezem
Hi, Colm Aengus Murphy wrote: > > Hi folks, > > I am seeing strange behaviour when using dos paths in a gnu make vpath > directive. > The makefile I am using to test this funny is as follows: > > --- > vpath %.out c:/make_test/out

Re: wget-1.8-1

2002-02-28 Thread Hack Kampbjørn
Steve Kelem wrote: > > I installed the latest from cygwin on my Windows 2000 system, including > wget 1.8.1-1. > When I try to run wget from tcsh, I get the message: > Cannot load VDM IPX/SPX support > This program cannot be run in DOS mode. > > When I try to run wget from bash, I get the messag

Re: Strange behaviour of vpath with dos paths

2002-02-28 Thread Colm Aengus Murphy
Hi Johan, I took a quick look at source code for make 3.79.1-5. It looks to me like vpath.c (build_vpath_lists) does conversion of Win32 paths to posix ones for the VPATH variable but not for vpath. Not being a software programmer I'm not in a position to provide a patch, but maybe someone els

Re: 1.3.10 and setgid

2002-02-28 Thread Bjoern Kahl AG Resy
Hallo ! wild guess ... On Thu, 28 Feb 2002, Lapo Luchini wrote: > I think there's a ergression (at least on by box): > > $ ssh root@xxx > setgid 513: Invalid argument > > Using 1.3.9 it works OK. Did you check your /etc/passwd and or /etc/groups ? I have had the same problem some weeks a

Re: 1.3.10 and setgid

2002-02-28 Thread Lapo Luchini
> > $ ssh root@xxx > > setgid 513: Invalid argument > > Using 1.3.9 it works OK. > Did you check your /etc/passwd and or /etc/groups ? Seems fairly "normal"... has it changed format lately? Uh.. yes, quite a bit I must admin ^^ Reinstalling 1.3.10... setgid 513: Invalid argument Nothing change

RE: sem_trywait returns EAGAIN (rather than returning -1 and setting errno)

2002-02-28 Thread Robert Collins
FWIW, I've patched sem_trywait and sem_wait. I haven't looked for further cases of misbehaviour though. Rob > -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > As Robert indicated, in the vast majority of those cases, > this was, in fact, the right thing to d

RE: Enviroment always uppercased; Help me, please

2002-02-28 Thread Markus K. E. Kommant
Really??? > Don't start the program from a non cygwin program. I am using Windows 2000/NT operating system as the base for my cygwin programs and not DOS and not Linux. Do anyone know a good trick to use POSIX Environment (or simply real Windows Environment) without the cygwin-DOS changes. Hop

Re: Enviroment always uppercased; Help me, please

2002-02-28 Thread Christopher Faylor
On Thu, Feb 28, 2002 at 03:16:47PM +0100, Markus K. E. Kommant wrote: >Really??? > >> Don't start the program from a non cygwin program. > >I am using Windows 2000/NT operating system as the base for my cygwin >programs and not DOS and not Linux. Huh? >Do anyone know a good trick to use POSIX En

How to rebuild base packages?

2002-02-28 Thread Steve Snyder
[Sorry if this has been asked before. The mailing list search facility (http://cygwin.com/ml/cygwin/) seems to be down.] I want to rebuild the base Cygwin packages (currently: cygwin-1.3.10-1.tar.bz2, mingw-runtime-1.2-1.tar.gz and w32api-1.2-1.tar.bz2). Where can I find instructions as to how

Re: Emacs for Cygwin (was: cygwin-mount.el, Using GDB in NTEMACS)

2002-02-28 Thread Jon Cast
Sorry to start a flamewar, but this needs replying to: "John A. Turner" <[EMAIL PROTECTED]> wrote: > smiley notwithstanding, that doesn't seem all that amusing to me Of course not. After all, you (and all those Linux supporters and every one else (referring to the Linux supporters, not to you

Re: Enviroment always uppercased; Help me, please

2002-02-28 Thread Hack Kampbjørn
"Markus K. E. Kommant" wrote: > > Really??? > > > Don't start the program from a non cygwin program. > > I am using Windows 2000/NT operating system as the base for my cygwin > programs and not DOS and not Linux. > > Do anyone know a good trick to use POSIX Environment (or simply real Windows

Re: Updated: cygwin-1.3.10-1

2002-02-28 Thread Pascal Rouchon
unsubscribe ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html D

RE: Enviroment always uppercased; Help me, please

2002-02-28 Thread Markus K. E. Kommant
No, it doesn't When calling env.exe (compiled with cygwin1.dll), cygwin programs installed in c:/usr/bin starting cmd.exe: C:\>set garfield=1234 C:\>c:\usr\bin\env.exe | c:\usr\bin\grep -i gar GARFIELD=1234 env.exe (the cygwin program) has uppercased the environment. (the set in the example wa

Re: Enviroment always uppercased; Help me, please

2002-02-28 Thread Peter Buckley
Sounds like a problem with starting env directly from the command shell. Like he said, don't start cygwin programs from non-cygwin programs, i.e. don't run env from the command shell- use bash instead. From a cmd shell- cmd> set cAsE=sEnSiTiVe cmd> env | grep -i case CASE=sEnSiTiVe From a b

RE: inetd broken with cygwin.dll 1.3.9

2002-02-28 Thread Rafael Botejara Cepeda
Hello, again. I have updated to cygwin.1.3.10, but it doesn't work yet. Could anyone help me? Bye. -Mensaje original- De: Rafael Botejara [SMTP:[EMAIL PROTECTED]] Enviado el: martes, 26 de febrero de 2002 15:07 Para: 'CYGWIN' Asunto: inetd broken with cygwin.dll 1.3.9 Hello:

Re: Child died with signal 13

2002-02-28 Thread Randall R Schulz
Eugene, Signal numbers and errno codes (and process status codes) are distinct. Process status codes to incorporate the signal number when a signal caused the death of the process. Signal 13 is SIGPIPE: Write to a pipe with no process there to read the data. In your context, this means the ta

Re: Emacs for Cygwin (was: cygwin-mount.el, Using GDB in NTEMACS)

2002-02-28 Thread Katherina O'Connor
Hello, I am very interested in a cygwin/xfree86 emacs, because NTemacs can't be regarded as an full emacs port, and xemacs isn't really compatible, and much too slow. Furthermore I believe that since the 21.1 emacs has become better than xemacs. However I must mention that I am very happy that xe

Re: 1.3.10 and setgid

2002-02-28 Thread Corinna Vinschen
On Thu, Feb 28, 2002 at 02:27:15PM +0100, Lapo Luchini wrote: > > > $ ssh root@xxx > > > setgid 513: Invalid argument > > > Using 1.3.9 it works OK. > > Did you check your /etc/passwd and or /etc/groups ? > > Seems fairly "normal"... has it changed format lately? > Uh.. yes, quite a bit I must a

Re: cron problem

2002-02-28 Thread Michael Adler
I reported a related problem a few weeks ago and then reported a fix for this last week. Unfortunately, I haven't seen any response from the maintainers--perhaps I reported this to the wrong list... Did you start the cron daemon (as some other user?) before creating a crontab? If yes, then that

RE: Enviroment always uppercased; Help me, please

2002-02-28 Thread Robinow, David
> From: Markus K. E. Kommant [mailto:[EMAIL PROTECTED]] > Subject: RE: Enviroment always uppercased; Help me, please > The solution could be a user build cygwin1.dll without the Environment > hack?!? Anybody? You. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: Terminal Emulator & Mouse

2002-02-28 Thread Randall R Schulz
Alec, Had you but tried, you'd know the answer is "yes." Randall Schulz Mountain View, CA USA At 23:10 2002-02-27, Alec wrote: >Hi > >Is it possible to get the default terminal emulator to interact with the >mouse the way xterm under UNIX or rxvt under UNIX or Cygwin do, i.e. is it >possible

Re: Updated: postgresql-7.2-2

2002-02-28 Thread Fergus Daly
On his announcement of the updated postgresql-7.2.2, Jason Tishler wrote : >> WARNING WARNING WARNING WARNING WARNING >> Note that this distribution will *not* function correctly with Cygwin >> 1.3.9-1. If you want to use this distribution, then you *must* upgrade >> your Cygwin DLL to a rec

Re: Emacs for Cygwin (was: cygwin-mount.el, Using GDB in NTEMACS)

2002-02-28 Thread Charles Wilson
Jon Cast wrote: > Sorry to start a flamewar, but this needs replying to: Sure. In PRIVATE mail. Please take this incipient flamewar offline. --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

they have a new interface

2002-02-28 Thread Explorer
Hope you will like it: http://private.amsterdamlivexxx.com -- 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/

Re: Terminal Emulator & Mouse

2002-02-28 Thread Charles Wilson
Randall R Schulz wrote: > Alec, > > Had you but tried, you'd know the answer is "yes." Not necessarily. What does Alec mean by "default terminal emulator" -- and what did you THINK he meant? I bet Alec was referring to "bash in a dos box" -- where you have to do click-on-title-bar, Mark,

Re: Terminal Emulator & Mouse

2002-02-28 Thread Randall R Schulz
Chuck, Considering that Alec had just posted another question about RXVT fonts, yes I assumed that he was asking about RXVT. "BASH-in-a-DOS-box" uses the Windows text treatment. Click-drag or click + shift-click to select (or double-click for word-select); Right mouse with selection to copy;

Re: 1.3.10 and setgid

2002-02-28 Thread Lapo Luchini
> > /etc/group > > Everyone:S-1-1-0:0: > > SYSTEM:S-1-5-18:18: > > Administrators:S-1-5-32-544:544: > > Users:S-1-5-32-545:545: > > Guests:S-1-5-32-546:546: > > Backup Operators:S-1-5-32-551:551: > > Replicator:S-1-5-32-552:552: > > Server Operators:S-1-5-32-549:549: > > Account Operators:S-1-5-32

Re: CVS Problems: Updated: gdbm-1.8.0-4

2002-02-28 Thread Charles Wilson
Schaible, Jörg wrote: > Hi Charles, > > >>Note that merely updating cyggdbm to this new version will NOT >>magically enable CVS to host repositories on text mounts; nor will >>it magically fix CVS's existing problems with CR/LF. This gdbm >>update may fix the gdbm database files within the CVSR

Re: CVS Problems: Updated: gdbm-1.8.0-4

2002-02-28 Thread Charles Wilson
Charles Wilson wrote: > Strangely, none of these problems seem to occur when using a remote > (unix-based) :pserver: repository. Therefore, I believe the "write data > file into repository file 'foo/bar,v'" code is explicitly, and > erroneously, setting the fopen mode to "wt"/"rt". Writes

Re: Terminal Emulator & Mouse

2002-02-28 Thread Charles Wilson
Randall R Schulz wrote: > All these > mouse-based editing operations require QuickEdit mode to be enabled to > operate as described without menu interaction. Hmmm...Properties->QuickEdit. Whaddaya know... --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug repo

Re: rxvt & custom fonts

2002-02-28 Thread Randall R Schulz
Alec, Cygwin uses Windows' fonts. The only exception I know of is the TeX software, which, as with all TeX software, uses its own fonts. To select a particular point size, append a hyphen and a decimal integer point size to the font's name as used and reported by Windows in the "Fonts" folder

Re: Enviroment always uppercased; Help me, please

2002-02-28 Thread Peter Buckley
When bash is called by a windows program, such as command.exe, or explorer.exe, there is no problem with variables that are set *after* you invoke bash. If I start a command shell, then invoke bash and set a var, then invoke env, it works (as I showed in my first message). As you said, windows

RE: cron problem

2002-02-28 Thread Sanjay Gupta
Thanks Michael, I have read your post and I guess, I have started cron daemon first. I have WinNT 4.0 SP6a and I was not able to delete the cron directory. I have tried rm -rf cron and I have also tried deleteing the cron directory from WinNT but I couldn't. It was saying that Access is denied or

Re: [ANNOUNCEMENT] Updated: cygwin-1.3.10-1

2002-02-28 Thread Peter Wohlers
Anyone seen this? after upgrading from cygwin-1.3.9-1 to cygwin-1.3.10-1, I then ssh to the box, authenticate, see the motd, and then the login process hangs and throws the following error in a window: bash.exe Application Error The application failed to initialize properly (0xc022). Click

Re: Cygintl-1 not found

2002-02-28 Thread Brian Keener
Charles Wilson wrote: > Stangely enough, the setup.ini entry for grep(*) specifies that it > depends on the 'libintl1' package. I don't know why the package did not > get installed on your machine automatically (did you use setup?), but > the solution is to reinstall the 'libintl1' package. T

Re: VIM in rxvt & syntax highlighting

2002-02-28 Thread Alec
On Thursday 28 February 2002 04:30 am, Fergus Daly wrote: > The recent installation of vim lacks the default startup file that earlier > vesions had. So: place in your home directory (/home/alec/ or whatever) a > file called .vimrc (note the dot) containing > > set nocompatible > set backspace=ind

script

2002-02-28 Thread Douglas Porter
I have compiled the script.c program but when running vi screen does not perform as expected. Can you help me? I'm compliling on HP_UX. Here's the code. /* This is BSD script.. modified to be more quiet and to log everything */ /* that is typed, not just what gets echoed back (now logs passwo

Re: Emacs for Cygwin (was: cygwin-mount.el, Using GDB in NTEMACS)

2002-02-28 Thread Jon Cast
"Katherina O'Connor" <[EMAIL PROTECTED]> wrote: > I am very interested in a cygwin/xfree86 emacs, Thank you for your interest. > However I must mention that I am very happy that xemacs is available > in a cygwin version. Naturally. > In the past I tried porting emacs to cygwin/xfree86/less

login problems and RSA authentication

2002-02-28 Thread Lucas Smith
hi i am running win2k and cygwin but am haveing problems getting password authentication to work. it just doenst want to take the passwords for anyuser though i know i have them right. i know this info is a bit vague, but i dont really know what else to say since i have a basically basically

Re: script

2002-02-28 Thread Larry Hall (RFK Partners, Inc)
At 01:36 PM 2/28/2002, Douglas Porter wrote: >I have compiled the script.c program but when running vi screen does not >perform as expected. >Can you help me? I'm compliling on HP_UX. Here's the code. Sorry. This list is for Cygwin-related issues. Perhaps you want to consult some HP develop

How to get out of dbi-users

2002-02-28 Thread Michael A Chase
- Original Message - From: "Pascal Rouchon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 28, 2002 07:01 Subject: Re: Updated: cygwin-1.3.10-1 > unsubscribe If you could be bothered to look at the bottom of every single message that appears in this list (including

Path Name Help

2002-02-28 Thread Sanjay Gupta
OS : Win NT 4.0 SP 6a I am writing shell script which does Oracle Export. In the script, I have to give the name of export file, I am not sure how to include the path information. Example :- exp system/manager file=/usr/exp.dmp full=Y see the file= parameter, when I use the above command then

Re: Path Name Help

2002-02-28 Thread Larry Hall (RFK Partners, Inc)
At 03:34 PM 2/28/2002, Sanjay Gupta wrote: >OS : Win NT 4.0 SP 6a > >I am writing shell script which does Oracle Export. In the script, I have to >give the name of export file, I am not sure how to include the path >information. > >Example :- > >exp system/manager file=/usr/exp.dmp full=Y > >see

RE: Path Name Help

2002-02-28 Thread Sanjay Gupta
I am not sure whether this is Oracle issue because if I use the same command from the command prompt of Windows, it does work. e.g. the following command works from windows does prompt. The files gets created in d:\oracle8i\exp directory. exp system/manager file=d:\Oracle8i\Exp\Exp.dmp full=Y b

Re: [ANNOUNCEMENT] Updated: cygwin-1.3.10-1

2002-02-28 Thread Karl Zilles
> Anyone seen this? > > bash.exe Application Error > The application failed to initialize properly (0xc022). Click on OK to terminate >the application. > I am also getting this error after I upgraded. I'd be happy to run any diagnostics people can think of, or share any configuration inf

RE: Path Name Help

2002-02-28 Thread Larry Hall (RFK Partners, Inc)
OK, then you want to review some good documents on basic tenants of UNIX and it's shells. This is neither an Oracle issue nor a Cygwin one. It's a cockpit error. For this particular issue, you can resolve your problem by quoting your path or escaping the backslashes. You may find that 'exp'

RE: Path Name Help

2002-02-28 Thread Sanjay Gupta
Thanks for helpful information. If I put the double quotes as you have suggested, it worked in cygwin. exp system/manager file="d:\Oracle8i\Exp\Exp.dmp" full=Y Thanks again. -Original Message- From: Larry Hall (RFK Partners, Inc) [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28

Re: Emacs for Cygwin (was: cygwin-mount.el, Using GDB in NTEMACS)

2002-02-28 Thread John A. Turner
Charles Wilson wrote: > > Jon Cast wrote: > > > Sorry to start a flamewar, but this needs replying to: > > Sure. In PRIVATE mail. > > Please take this incipient flamewar offline. I have no interest in a flame war even offline. I didn't even understand half of what Jon was saying about politi

Re: [ANNOUNCEMENT] Updated: cygwin-1.3.10-1 - bash application error

2002-02-28 Thread Peter Wohlers
Karl Zilles wrote: > > > Anyone seen this? > > > > bash.exe Application Error > > The application failed to initialize properly (0xc022). Click on OK to >terminate the application. > > > > I am also getting this error after I upgraded. > > I'd be happy to run any diagnostics people can t

Re: sem_trywait returns EAGAIN (rather than returning -1 and setting errno)

2002-02-28 Thread Andrew T. Schnable
I think all the sem_* functions are broken similarly. I have the threads.cc file modified and was going to try and submit patches, but I am having some issues getting the regression tests working (even before I put my changes in...) A soon as I get these issues resolved and verify my fixes, I

RE: sem_trywait returns EAGAIN (rather than returning -1 and setting errno)

2002-02-28 Thread Robert Collins
> -Original Message- > From: Andrew T. Schnable [mailto:[EMAIL PROTECTED]] > returning -1 and setting errno) > > > I think all the sem_* functions are broken similarly. I have > the threads.cc file modified > and was going to try and submit patches, but I am having some > issues g

Is the Cygwin 1.3.2 DLL Win 2000 compatible?

2002-02-28 Thread jonesr
Bob Jones Decision Support Analyst Settlements, Planning, & Corporate Services Dept. PJM Interconnection, L.L.C. (610) 666-8954 [EMAIL PROTECTED] "Omnia apud me mathematica fiunt." (With me everything turns into mathematics.) -- Rene Descartes -- Unsubscribe info: http://cygwin.com/ml/#u

Re: Is the Cygwin 1.3.2 DLL Win 2000 compatible?

2002-02-28 Thread Larry Hall (RFK Partners, Inc)
At 05:20 PM 2/28/2002, [EMAIL PROTECTED] wrote: >Bob Jones >Decision Support Analyst >Settlements, Planning, & Corporate Services Dept. >PJM Interconnection, L.L.C. >(610) 666-8954 >[EMAIL PROTECTED] > >"Omnia apud me mathematica fiunt." >(With me everything turns into mathematics.) >-- Rene Des

RE: Is the Cygwin 1.3.2 DLL Win 2000 compatible?

2002-02-28 Thread Larry Hall (RFK Partners, Inc)
Yes. The Cywgin DLL has always gone to great lengths to support all released versions of Windows, other than CE. Other than the obvious caveats noted in the FAQ entry which I referred you to, it's safe to assume nothing more or less. Historically, the Cygwin DLL has 'worked' with whatever Windo

mkshortcut debugging problem

2002-02-28 Thread Joshua Daniel Franklin
I updated to cygutils 0.9.9 yesterday which included the utility 'mkshortcut', which I wrote. I was horrified to find that it dumps the stack when attempting to set the name for a shortcut (the -n option). I *did* make sure it worked before sending Chuck the code, after all. My first thought was

Re: Path Name Help

2002-02-28 Thread Michael A Chase
- Original Message - From: "Sanjay Gupta" <[EMAIL PROTECTED]> To: "'Larry Hall (RFK Partners, Inc)'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, February 28, 2002 13:10 Subject: RE: Path Name Help > Thanks for helpful information. > If I put the double quotes as you have sug

Re: Terminal Emulator & Mouse

2002-02-28 Thread Charles Wilson
Please do not send cygwin related mail to me. Keep it on the list. AM Shaikh wrote: > i have a similar question ... > > In xterm/kvt windows usually I can paste the selected text using middle > button .. but now if my mouse has a wheel and not the third button how would > i paste the text ? >

Re: mkshortcut debugging problem

2002-02-28 Thread Charles Wilson
Joshua Daniel Franklin wrote: > > The code that produces this error is: > > MultiByteToWideChar (CP_ACP, 0, lname, -1, widepath, MAX_PATH); > hres = pf->lpVtbl->Save (pf, widepath, TRUE); > if (!SUCCEEDED(hres)) > { > fprintf(stderr, "%s: Save to persistant stor

Re: Terminal Emulator & Mouse

2002-02-28 Thread AM Shaikh
Charles ..sorry for inconvinience ... I also got the solution ... with a wheel mouse, clicking the wheel does the job of third button. Rgds - Original Message - From: "Charles Wilson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "AM Shaikh" <[EMAIL PROTECTED]> Sent: Thursday, February

Re: mkshortcut debugging problem

2002-02-28 Thread Joshua Daniel Franklin
>Permissions or ACLs on the two different directories? Try > >getfacl {dir1} >getfacl {dir2} > >Same? Different? Well, it's writing to the same directory in both cases, but the ACLs are: $ getfacl.exe /c/Documents\ and\ Settings/All\ Users/Desktop/ # file: /c/Documents and Settings/All Users/D

xmh support utilities from mh system apparently missing

2002-02-28 Thread Robert Chesler
glad to see xmh on cygwin but apparently xmh must call the MH commands such as "inc" which don't seem to be in any cygwin package. Anyone have a solution? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: h

install freeze in win2k

2002-02-28 Thread Ling F. Zhang
I am just try to install cygwin in my win2k machine. I selected everything after some serious mouse-clicking...and after it downloaded everything, it starts to install and my computer is dead frozen when it try to install gcc-lib*anyone has similar problem and know fix? _

Re: [ANNOUNCEMENT] Updated: cygwin-1.3.10-1 - bash application error

2002-02-28 Thread Christophe LEITIENNE
Hi all, > > > bash.exe Application Error > > > The application failed to initialize properly (0xc022). Click on OK to terminate the application. > > > > > > > I am also getting this error after I upgraded. I'm experiencing the same problem. ANY shell you start from login generates this error

Re: rxvt & custom fonts

2002-02-28 Thread S . L .
> Alec, > > Cygwin uses Windows' fonts. The only exception I know of is the TeX [...] A question about something I've been digging a long time. Are there any means to make those "Terminal" bitmapped Windows fonts to work with rxvt? If I passed "Fixedsys" or "System" to -fn option, it's ok, they