Re: Problem in tcsh

2003-04-03 Thread Corinna Vinschen
On Thu, Apr 03, 2003 at 08:25:51PM +0530, Soumitra Pal wrote: > a0756997:unused_by_nt/2000/xp:1009:1005:U-A0756997\a0756997,S-1-5-21-2871814 > 75-2026387952-1084442421-1009:/cygdrive/h:/bin/tcsh > > But still the problem is not solved. > Mine is latest cygwin. I changed user and group membership

RE: Problem in tcsh

2003-04-03 Thread Randall R Schulz
At 06:55 2003-04-03, Soumitra Pal wrote: Corinna, I did whatever you said. Current passwd is the following. ... But still the problem is not solved. Mine is latest cygwin. Thanks and regards, Soumitra. Soumitra, No one seems to have asked you about your readline options. I know next to nothing

RE: Problem in tcsh

2003-04-03 Thread Soumitra Pal
ot solved. Mine is latest cygwin. Thanks and regards, Soumitra. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Corinna Vinschen Sent: Thursday, April 03, 2003 7:19 PM To: [EMAIL PROTECTED] Subject: Re: Problem in tcsh On Thu, Apr 03, 2003 at 07:11:10PM +0530

Re: Problem in tcsh

2003-04-03 Thread Corinna Vinschen
On Thu, Apr 03, 2003 at 07:11:10PM +0530, Soumitra Pal wrote: > a0756997:*:1005:1005:Soumitra Kumar Pal:/cygdrive/h:/bin/tcsh Your SID is missing. Use mkpasswd to get the full entry (and then tweak home and shell fields). Which Cygwin version, btw? Did you try with 1.3.22? Corinna -- Corinna

RE: Problem in tcsh

2003-04-03 Thread Soumitra Pal
Hi Corinna, > > [EMAIL PROTECTED]> id > > uid=544(a0756997) gid=1005(mmp) > Urgh. What's that bad trick? Your /etc/passwd is broken. Please > regenerate it and don't fake your name is the admins group. Run > under your own account's SID. I have reverted back to original /etc/passwd. But with

Re: Problem in tcsh

2003-04-02 Thread Corinna Vinschen
On Thu, Apr 03, 2003 at 09:33:04AM +0530, Soumitra Pal wrote: > Hi Corrina, s/rrin/rinn/ > [EMAIL PROTECTED]> id > uid=544(a0756997) gid=1005(mmp) Urgh. What's that bad trick? Your /etc/passwd is broken. Please regenerate it and don't fake your name is the admins group. Run under your own ac

Re: Problem in tcsh

2003-04-02 Thread Soumitra Pal
Hi Corrina, > > >Not yet. What does `which Perl' tell you? (The built-in which, > > >not /bin/which). > > > > > >Corinna > > > > Built-in which gives: > > Perl: Command not found. > > > > But "/bin/which" gives: > > /cygdrive/d/Perl/bin/Perl > > > > So it seems that it is a problem with tcsh. >

Re: Problem in tcsh

2003-04-02 Thread Corinna Vinschen
On Wed, Apr 02, 2003 at 03:13:08PM +0530, Soumitra Pal wrote: > >Not yet. What does `which Perl' tell you? (The built-in which, > >not /bin/which). > > > >Corinna > > Built-in which gives: > Perl: Command not found. > > But "/bin/which" gives: > /cygdrive/d/Perl/bin/Perl > > So it seems that i

Re: Problem in tcsh

2003-04-02 Thread Soumitra Pal
Hi Corinna, >> Hi, >> >> I am using cygwin tcsh 6.12.00-5. But I am having the following >> problem: >> >> Suppose I have included /cygdrive/d/Perl/bin and there is a >> exe "Perl.exe" in d:/Perl/bin directory. >> >> If press Pe + tab at command prompt it shows "Perl" among a >> list of other e

Re: Problem in tcsh

2003-04-01 Thread Corinna Vinschen
On Tue, Apr 01, 2003 at 06:56:19PM +0530, Soumitra Pal wrote: > Hi, > > I am using cygwin tcsh 6.12.00-5. But I am having the following > problem: > > Suppose I have included /cygdrive/d/Perl/bin and there is a > exe "Perl.exe" in d:/Perl/bin directory. > > If press Pe + tab at command prompt it

Re: Problem in tcsh

2003-04-01 Thread Ronald Landheer-Cieslak
Have a look here: http://cygwin.com/cygwin-ug-net/using-cygwinenv.html The check_case option might be of help to you (the default is "relaxed" - perhaps you should try 'CYGWIN="check_case=ajust"') I don't know how that interacts with tcsh, though.. HTH rlc BTW: there is a perl in the Cygwin