RE: Cannot start program after installation

2003-02-27 Thread Harald Kierer
Marvin Ma on Thursday, February 27, 2003 5:39 AM: > I have check I do have the folder c:\cygwin\bin > Will it be because of the bash.exe being missing from the bin? Yes. > I have tried to download the bash-2.05b-8-src.tar.bz2 and > bash-2.05b-7.tar.bz2 from the mirror s

RE: Solving: Quotes in $PATH not translated properly

2003-02-25 Thread Harald Kierer
> -Original Message- > From: Michael A Chase [mailto:[EMAIL PROTECTED] > Sent: Monday, February 24, 2003 6:24 PM > To: '[EMAIL PROTECTED]'; Harald Kierer > Subject: Re: Solving: Quotes in $PATH not translated properly > > > On Mon, 24 Feb 2003 17:22

RE: Solving: Quotes in $PATH not translated properly

2003-02-24 Thread Harald Kierer
> [begin parse_pathvar.sh] > > TEST=`echo "$PATH" | sed "s///g"` > SHELLFILE="//t/bin/parse_pathvar_out.sh" should be: SHELLFILE="/t/bin/parse_pathvar_out.sh" bye, harry -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygw

Solving: Quotes in $PATH not translated properly

2003-02-24 Thread Harald Kierer
Hi, a current problem when invoking cygwin is: if the Windows PATH variable has quoted paths then cygwin won't translate those paths to POSIX properly, so you end up with an incomplete $PATH: T:\bin>echo %PATH% "C:\Program Files\abc";[...] T:\bin>sh $ echo $PATH "C:/Program Files/abc":[...] No

Re: upgrading broke cygwin?

2003-02-24 Thread Harald Kierer
> -Original Message- > From: Val Schmidt [mailto:[EMAIL PROTECTED] > Sent: Monday, February 24, 2003 2:43 PM > To: 'Elfyn McBratney'; 'cygwin' > Subject: RE: Re: upgrading broke cygwin? > > > I appreciate the help. > > It's not clear to me why either mkpasswd or mkgroup in my > home d

RE: toggling DOS versus UNIX line ends

2003-02-21 Thread Harald Kierer
> -Original Message- > From: Rich DeFuria [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 21, 2003 2:53 PM > To: [EMAIL PROTECTED] > Subject: toggling DOS versus UNIX line ends > > > Hello, > > I am (happily) running cygwin on a win2k box. > > During installation, I chose the DOS li

RE: problem report: gawk 3.1.1

2003-02-21 Thread Harald Kierer
> -Original Message- > From: Pieter Prinsloo [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 20, 2003 6:45 PM > To: [EMAIL PROTECTED] > Subject: Re: problem report: gawk 3.1.1 > >> Have a query/problem with gawk version 3.1.1-5 dated 17/Oct/2002. > > Did you read the thread "awk CR/L

RE: Mounting Drives

2003-02-20 Thread Harald Kierer
> -Original Message- > From: Steve [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 20, 2003 7:08 PM > To: [EMAIL PROTECTED] > Subject: Mounting Drives > I'm on windows 2000 and I have a lot of drives ( [A-Z] ). > > To access a file on another drive I have to issue a "cd" > command

RE: awk CR/LF issue

2003-02-19 Thread Harald Kierer
> -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 19, 2003 4:29 PM > To: [EMAIL PROTECTED] > Subject: Re: awk CR/LF issue [snap] > >So the 3.0.3 GNU awk works as expected. awk 3.1.1 does not! > >It outputs to POSIX style only, disregard

RE: delete key

2003-02-19 Thread Harald Kierer
> -Original Message- > From: MaurĂ­cio [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 19, 2003 3:57 PM > To: [EMAIL PROTECTED] > Subject: Re: delete key > > Interesting... > Setting ~/.inputrc works, but /etc/inputrc doesn't. That was discussed in the same thread. http://source

RE: delete key

2003-02-19 Thread Harald Kierer
> -Original Message- > From: MaurĂ­cio [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 19, 2003 2:51 PM > To: [EMAIL PROTECTED] > Subject: delete key > > >In my instalation of cygwin, the delete key doesn't work (although > the backspace key does). How can I fix that? check

awk CR/LF issue

2003-02-19 Thread Harald Kierer
Hi, I've been complaining about the awk output lately. Today I tested our old awk (3.0.3) which did what I expected, in contrast to the new 3.1.1 awk. So I (finally) searched the archives and found this: "I've updated the version of GNU awk to 3.1.1-3. This version is linked against automode.o.

RE: change /usr ?

2003-02-13 Thread Harald Kierer
> If Cygwin doesn't need the mount table to be OK to work, *wow* ;) > > rlc Actually you dont need no registry entries. For a minimal approach on test PCs I only move the *.exe and *.dll from /bin to the machine and start a shell. It "mounts" the drives to /cygpath/x and thats it. Ok, you need th

RE: change /usr ?

2003-02-13 Thread Harald Kierer
> Guilaume, > > You should think *very* carefully before doing this, but if you are > *really* sure you want to, you can use the mount command to > remount /usr > from c:\cygwin\usr to c:\usr > $ mount c:\usr /usr > or > $ mount -b c:\usr /usr > will do this for you. Just a note: "c:\usr" wil

RE: Hello world and documentation

2003-02-13 Thread Harald Kierer
http://cygwin.com/faq/faq_1.html#SEC1 'Ctrl+P' to print. > -Original Message- > From: Guillaume Devoyon > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 2003 11:31 AM > To: [EMAIL PROTECTED] > Subject: Hello world and documentation > > > Hi , > > i'm a newbie and i would lik

RE: strange mv behavior: mv

2003-02-12 Thread Harald Kierer
Reproduced this: [/t] $ mv lib lib mv: cannot copy a directory, `lib', into itself, `lib/lib' [/t] [1] $ mv lib Lib mv: cannot copy a directory, `lib', into itself, `Lib/lib' [/t] [1] $ mv --version mv (fileutils) 4.1 Written by Mike Parker, David MacKenzie, and Jim Meyering. Copyright (C

RE: awk strangely outputs to file

2003-02-09 Thread Harald Kierer
> -Original Message- > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 07, 2003 5:31 PM > To: Harald Kierer > Cc: 'Chiranth'; [EMAIL PROTECTED] > Subject: RE: awk strangely outputs to file > > > On Fri, 7 Feb 2003, Harald

RE: awk strangely outputs to file

2003-02-07 Thread Harald Kierer
> From: Chiranth [mailto:[EMAIL PROTECTED]] > On Feb 3, Harald Kierer wrote > >How can awk write Windows-like text files from within the script? > >The only way right now is to redirect the whole output like above. > > perhaps you would like to keep awk working the

Re: stackdump

2003-02-04 Thread Harald Kierer
> 1. I have a specific program which I have in /usr/local/bin > and it is in my > path. > >-> gives a stackdump (.stackdump file) > >however if I do >/usr/local/bin/ -> works fine!! $ type -a and see what you're actually executing. Might not be the one in /usr/local/bin -- Unsubs

awk strangely outputs to file

2003-02-03 Thread Harald Kierer
Hi all, my awk (which is actually gawk) shows strange End-Of-Line-behaviour when redirecting the output to a file. Note: I use the old drive prefix "//" because of old scripts; works perfect currently. Example in bash: $ awk '{ print "123\n456" } ' /etc/passwd > "c:/x" (the /etc/passwd is just

RE: sh/rm bug -- rm doesn't remove a file when run from cmd

2003-01-29 Thread Harald Kierer
> Found the problem: I had a file named `rm': > > D:\acl62\src\cl\src>ls -l rm > -rw-r--r--1 layerNone0 Jan 28 15:47 rm > D:\acl62\src\cl\src>getfacl rm > # file: rm > # owner: layer > # group: None > user::rw- > group::r-- > other:r-- > mask:rwx > > D:\acl62\src\cl\src> > >

AW: cygpath question

2003-01-24 Thread Harald Kierer
> All of this brings me to the rather depressing conclusion > that I cannot make > the same shortcut in cygwin that I often use in cmd.exe: > copying a path from > Windows Explorer, alt-tabbing to the command prompt, typing > "cd " with the > left hand then right clicking with the right hand and

Re: Starting bash in directory

2003-01-23 Thread Harald Kierer
>Cygwin installation creates a shortcut that runs bash like this: > > bash -i --login > >However, I would like to start bash so that after starting > it would > go to a specific directory. For instance, I would like to run > something > like: > > bash -i --login "cd d:\users" > > so