Re: CYGWIN_NOWINPATH (was Re: /etc/profile: avoid multiple /usr/bin in PATH)

2016-11-17 Thread Francis Litterio
On 9/8/2016 8:07 AM, Corinna Vinschen wrote: On Sep 5 10:36, Doug Henderson wrote: I set CYGWIN_NOWINPATH=1 in my user environment variables, i.e. in registry, not in a cmd shell. I expect it needs to be seen when the first cygwin1.dll instance starts, so you would need to stop all cygwin

Where do I download test releases?

2016-08-18 Thread Francis Litterio
I see announcement with "TEST RELEASE" in the subject. Are these the same as the snapshots available at https://cygwin.com/snapshots/ ? I suspect not, because there are fewer snapshots than test release announcements. If test releases are not snapshots, where can I download them? Thanks in

setfacl fails to replace ACLs when given a pathname starting with a drive letter

2010-03-10 Thread Francis Litterio
I notice that setfacl does not change the ACLs of a file when given a pathname starting with a drive letter (e.g., c:/temp/zzz), but it will work when given a UNIX-style pathname (e.g., /cygdrive/c/temp/zzz). Example below. Is this a known problem? -- Fran $ /bin/ls -l zzz -rw-r--r--+ 1 littef

Re: setfacl fails to replace ACLs when given a pathname starting with a drive letter

2010-03-10 Thread Francis Litterio
DePriest, Jason R. jrdepriest at gmail.com writes: On Wed, Mar 10, 2010 at 3:43 PM, Francis Litterio wrote: I notice that setfacl does not change the ACLs of a file when given a pathname starting with a drive letter (e.g., c:/temp/zzz), but it will work when given a UNIX-style pathname

Re: setfacl fails to replace ACLs when given a pathname starting with a drive letter

2010-03-10 Thread Francis Litterio
DePriest, Jason R. jrdepriest at gmail.com writes: According to http://cygwin.com/cygwin-ug-net/using.html#using-pathnames, Cygwin supports both Win32 and POSIX file paths and they are translated internally on-the-fly as needed. Indeed. Cygwin has allowed pathnames to start with drive

Re: setfacl fails to replace ACLs when given a pathname starting with a drive letter

2010-03-10 Thread Francis Litterio
Eric Blake eblake at redhat.com writes: Yes, this is on purpose. Use of a drive letter says that you DON'T want POSIX path processing, therefore, you are also giving up ACL processing. Moral of the story - don't expect drive letters to do what you want. Use POSIX paths. Thanks, Eric. I

Re: Run a script in the Background

2008-09-09 Thread Francis Litterio
Diogo Branco wrote: Hi, i have Cygwin install on a Windows 2003 Machine and i whant to run a script on the background from time to time how can I accomplish that? You can do this in a Bash shell: $ myscript output You may want to follow the above command with: $ disown so

Re: Run a script in the Background

2008-09-09 Thread Francis Litterio
Francis Litterio wrote: If you want to launch the script from a Windows shortcut, make the shortcut run this command: cygstart --hide bash c:/path/to/myscript You will probably want to make the shortcut start minimized, otherwise you see a console window flash on the screen briefly

Re: Magic disappearing e

2008-08-26 Thread Francis Litterio
Ned Ludd wrote: I have a strange issue. The letter e magically disappears in my cygwin bash terminal. If I type e, and only the e, at the prompt, nothing appears until I type the next character. If I type ee, only the first one hides. The others appear normally. This seems similar

Re: ABI unification

2008-08-06 Thread Francis Litterio
Dave Korn wrote: Perhaps this can be fixed for any non-x86 Cygwin port? The very concept of a non-x86 Cygwin port is meaningless nonsense. You need to do a bit more homework. I suggest you start by reading the first sentence on the first page at http://cygwin.com/. Doesn't Windows

Re: How to run cygwin compiled/linked application on machine without cygwin installed?

2008-08-01 Thread Francis Litterio
René Berber wrote: And you need Cywin/X running (the above library is for X windows) which is a lot more than a list of libraries. Well, an X application can display itself on a different computer, so the OP doesn't necessarilly need to run X on machine B. -- Fran -- Unsubscribe info:

How to prevent new files from having ACL that grants SYSTEM full control?

2005-07-13 Thread Francis Litterio
not the case. There is no SYSTEM ACE in the ACL on the containing directory. Any suggestions? -- Francis Litterio franl at world . std . com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: What is rebase and why did I need to run it on a fresh re-install?

2005-01-13 Thread Francis Litterio
without requiring a copy of the DLL to be made (i.e., rebasing)? Just curious. -- Francis Litterio franl at world . std . com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: Obscene content in cygwin file.

2005-01-09 Thread Francis Litterio
to installing fortune when he is doing a full install of Cygwin. There are over 500 hundred packages in a full Cygwin install. -- Francis Litterio franl at world . std . com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Obscene content in cygwin file.

2005-01-09 Thread Francis Litterio
Andrew DeFaria wrote: Francis Litterio wrote: Andrew DeFaria wrote: Gary R. Van Sickle wrote: Cygwin already provides the content. Accidentally, and without the knowledge or consent of the user. Bull. It is not installed by default. The user must select it, thus that's his consent

Re: Obscene content in cygwin file.

2005-01-07 Thread Francis Litterio
. -- Francis Litterio franl at world . std . com -- 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: Limitation in SCP?

2004-12-13 Thread Francis Litterio
). I've only seen this when scp'ing files that are over 100 MB. I've found that this equivalent command works when scp fails: ssh remotehost cat remotefile localfile I've only seen this when copying between two W2K machines In my case it's only between two XP machines. -- Francis

PATCH to get bc 1.06-1 to build with readline support under Cygwin

2004-02-13 Thread Francis Litterio
*)); */ /* rl_input puts upto MAX characters into BUF with the number put in BUF placed in *RESULT. If the yy input file is the same as I hope the Cygwin bc maintainer can integrate this change. bc is much nicer to use when it has readline support. -- Francis Litterio [EMAIL PROTECTED

Re: decent fonts for rxvt in cygwin

2003-10-18 Thread Francis Litterio
Edward Peschko wrote: I've been searching for decent fonts in cygwin, and haven't found a really good method for doing so. You might find my Windows version of the classic X Window system 6x10 font useful: http://world.std.com/~franl/6x10.html -- Unsubscribe info:

Re: cygwin/1.3.20-1 bash child process disassociation behaviorweirdness

2003-03-11 Thread Francis Litterio
bash runs, Windows allocates a console. When rxvt runs, Windows doesn't allocate a console. Very different behaviors result. -- Francis Litterio [EMAIL PROTECTED] http://world.std.com/~franl/ GPG and PGP public keys available on keyservers. -- Unsubscribe info: http://cygwin.com/ml

Re: Fw: Creating an ssh key with ssh-keygen

2003-03-04 Thread Francis Litterio
Joshua S. Abbott wrote: Anyone know how to use the -t switch with ssh-keygen?? Like this: bash$ ssh-keygen -t dsa -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html

Re: change bc to use readline

2003-02-28 Thread Francis Litterio
to support it. Just an FYI ... On Oct 3, 2002, I posted to this list a patch to get bc to link against libreadline under Cygwin. Here's my posting: http://sources.redhat.com/ml/cygwin/2002-10/msg00177.html -- Francis Litterio [EMAIL PROTECTED] http://world.std.com/~franl/ GPG and PGP public

Re: Is there cygwin port of docbook?

2003-02-11 Thread Francis Litterio
Elfyn McBratney wrote: I'm wondering whether there is cygwin port of docbook. I want to use it in my office, but I don't wanna bother to install a whole Linux OS just in order to use docbook. Someone, Me thinks the DocBook maintainer, posted a message to [EMAIL PROTECTED] a little while ago

How to make setup.exe download everything?

2002-12-02 Thread Francis Litterio
to download packages that I already have installed? -- Francis Litterio [EMAIL PROTECTED] http://world.std.com/~franl/ GPG and PGP public keys available on keyservers. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation

Re: RXVT geometry bug

2002-11-25 Thread Francis Litterio
. -- Francis Litterio [EMAIL PROTECTED] http://world.std.com/~franl/ GPG and PGP public keys available on keyservers. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ

What is the W2K equivalent of chgrp groupname file?

2002-11-18 Thread Francis Litterio
or directory, but I see no way to change the group owner. Is group ownership really a feature of NTFS or is it faked by Cygwin? -- Francis Litterio [EMAIL PROTECTED] http://world.std.com/~franl/ GPG and PGP public keys available on keyservers. -- Unsubscribe info: http://cygwin.com/ml

How do I stop newly-created files from being +x?

2002-11-18 Thread Francis Litterio
. Anyone else having this problem? Anyone know how to fix it? -- Francis Litterio [EMAIL PROTECTED] http://world.std.com/~franl/ GPG and PGP public keys available on keyservers. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html

Question about umask and CYGWIN=ntsec

2002-11-15 Thread Francis Litterio
I'm using Cygwin 1.3.12-4 with CYGWIN=ntsec on an NTFS filesystem, and I have my umask set to 177, but when I create a new file with touch foo, the permissions on the file are rwxr-xr-x. Is there any way to use ntsec and not have all newly created files appear with execute permissions? -- Francis

Patch to get bc 1.06 to compile under Cygwin with readline library.

2002-10-03 Thread Francis Litterio
conflicting definitions, one in scan.l and one in /usr/include/readline/readline.h). The patch is below. Hope this helps. -- Francis Litterio [EMAIL PROTECTED] http://world.std.com/~franl/ GPG and PGP public keys available on keyservers. --- scan.l.orig 2002-10-03 10:45:18.0 -0400 +++ scan.l

Bug in rxvt 2.7.2: shift-pageup/pagedown ignored with -sk option

2002-09-30 Thread Francis Litterio
. -- Francis Litterio [EMAIL PROTECTED] http://world.std.com/~franl/ GPG and PGP public keys available on keyservers. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ

Re: gpg file permissions

2002-09-27 Thread Francis Litterio
/secring.gpg gpg: Warning: unsafe permissions on file /home/porter/.gnupg/pubring.gpg This is making it impossible for my cygwin gpg to work for enigmail in mozilla. Is there a way around this? Put: no-permission-warning into your ~/.gnupg/options file. -- Francis Litterio [EMAIL

Re: How to get GnuPG and EGD to work together under Cygwin?

2002-09-25 Thread Francis Litterio
are abundant, and the weather is nicely chaotic! Talk about the butterfly effect on the weather! Now a butterfly flapping its wings in Japan can affect GnuPG key generation around the world. -- Francis Litterio [EMAIL PROTECTED] http://world.std.com/~franl/ GPG and PGP public keys available on keyservers

How is Cygwin's version stamp (currently 1.3.12-2) determined?

2002-09-25 Thread Francis Litterio
About three or four weeks ago, I downloaded and installed Cygwin 1.3.12-2. Today, I re-ran setup.exe, and it downloaded several newer packages, yet the Web site still claims that this is Cygwin 1.3.12-2. What are the criteria for changing the Cygwin revision stamp? -- Francis Litterio [EMAIL

How to get GnuPG and EGD to work together under Cygwin?

2002-09-24 Thread Francis Litterio
source of entropy (rather than EGD). I'm worried that GnuPG is using a poor quality PRNG for entropy. I'd rather have it use EGD-gathered entropy. Any help is appreciated. -- Francis Litterio [EMAIL PROTECTED] http://world.std.com/~franl/ PGP public keys available on keyservers. -- Unsubscribe info