public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: username problem
       [not found] <OF8A00B73B.EA4091C3-ON86256CC4.007D7358@trilogy.com>
@ 2003-02-05 22:56 ` Elfyn McBratney
  2003-02-05 23:14   ` tclsh does not understand cygwin paths William A. Hoffman
  2003-02-07  1:53   ` username problem Isaque Galdino de Araujo
  0 siblings, 2 replies; 8+ messages in thread
From: Elfyn McBratney @ 2003-02-05 22:56 UTC (permalink / raw)
  To: cygwin, Ali.Naddaf

> > I just installed the latest cygwin on my Win2K machine. When I open a
> > shell, my prompt is "t-ow@naddaf2". On the other hand, "id" reports my
> > username as "anaddaf" which is the username that I use when I login to
> my
> > Win2K machine. I saw similar postings and the suggested solution was to
> > update the /etc/passwd file but in my case, it won't do any good since
> my
> > /etc/password is identical to the "mkpassword -l".
>
> Are you sure they are exaclty the same. No changes in the Sid? Just to be
> on
> the safe side you should update your /etc/{passwd,group} file just to be
> certain that's not whats holding you back.
>
> > What is puzzling me is that the user "anaddaf" which "id" reports
> doesn't
> > even exist in the /etc/passwd, nor does "t-ow". When I open the shell,
> it
> > takes me to the /home/Administrator directory. If I create a file, the
> > "owner/group" of my file will be set to "anaddaf/mkgroup" and again
> > "mkgroup" doesn't even exist in the /etc/group file.
>
> Hmmmm tahts odd :-( What is the contents of your CYGWIN environment
> variable
>
> $ echo $CYGWIN

Well it was just a hunch...Im going to have to let an expert take over now
:::::::::-) Sorry!


Regards,

Elfyn McBratney
elfyn@exposure.org.uk
www.exposure.org.uk



--
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/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* tclsh does not understand cygwin paths
  2003-02-05 22:56 ` username problem Elfyn McBratney
@ 2003-02-05 23:14   ` William A. Hoffman
  2003-02-05 23:18     ` Christopher Faylor
  2003-02-07  1:53   ` username problem Isaque Galdino de Araujo
  1 sibling, 1 reply; 8+ messages in thread
From: William A. Hoffman @ 2003-02-05 23:14 UTC (permalink / raw)
  To: cygwin

The tclsh84 does not understand cygwin style paths.
So, if you do tclsh /cygdrive/c/foo/bar.tcl it can not
find the file.   

This tcl does:
 ftp://ftp.nanotech.wisc.edu/pub/khan/tcl/tcltk-8.3.4-cygwin/

I was wondering if Mumit Khan's patches for tcl could be incorporated
into the cygwin tclsh.   It seems sort of bad that the default
tcl that comes with cygwin does not fully understand cygwin paths.


-Bill



--
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/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: tclsh does not understand cygwin paths
  2003-02-05 23:14   ` tclsh does not understand cygwin paths William A. Hoffman
@ 2003-02-05 23:18     ` Christopher Faylor
  2003-02-06 15:01       ` William A. Hoffman
  0 siblings, 1 reply; 8+ messages in thread
From: Christopher Faylor @ 2003-02-05 23:18 UTC (permalink / raw)
  To: cygwin

On Wed, Feb 05, 2003 at 06:14:36PM -0500, William A. Hoffman wrote:
>The tclsh84 does not understand cygwin style paths.
>So, if you do tclsh /cygdrive/c/foo/bar.tcl it can not
>find the file.   
>
>This tcl does:
> ftp://ftp.nanotech.wisc.edu/pub/khan/tcl/tcltk-8.3.4-cygwin/
>
>I was wondering if Mumit Khan's patches for tcl could be incorporated
>into the cygwin tclsh.   It seems sort of bad that the default
>tcl that comes with cygwin does not fully understand cygwin paths.

Use.  The.  Insight.  Mailing.  List.  To.  Report.  tcl/tk.  problems.

cgf

--
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/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: tclsh does not understand cygwin paths
  2003-02-05 23:18     ` Christopher Faylor
@ 2003-02-06 15:01       ` William A. Hoffman
  2003-02-06 15:47         ` Christopher Faylor
  0 siblings, 1 reply; 8+ messages in thread
From: William A. Hoffman @ 2003-02-06 15:01 UTC (permalink / raw)
  To: cygwin

I am a bit confused, from here:

http://cygwin.com/lists.html

It would seem like this was the right list to
post cygwin specific problems with UNIX tools that
come with Cygwin.   Perhaps the web page should be updated to
include three and not two exceptions,  XFree, programs not from
cygwin.com and tcl/tk.

-Bill

At 06:18 PM 2/5/2003 -0500, you wrote:
>On Wed, Feb 05, 2003 at 06:14:36PM -0500, William A. Hoffman wrote:
>>The tclsh84 does not understand cygwin style paths.
>>So, if you do tclsh /cygdrive/c/foo/bar.tcl it can not
>>find the file.   
>>
>>This tcl does:
>> ftp://ftp.nanotech.wisc.edu/pub/khan/tcl/tcltk-8.3.4-cygwin/
>>
>>I was wondering if Mumit Khan's patches for tcl could be incorporated
>>into the cygwin tclsh.   It seems sort of bad that the default
>>tcl that comes with cygwin does not fully understand cygwin paths.
>
>Use.  The.  Insight.  Mailing.  List.  To.  Report.  tcl/tk.  problems.
>
>cgf
>
>--
>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/



--
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/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: tclsh does not understand cygwin paths
  2003-02-06 15:01       ` William A. Hoffman
@ 2003-02-06 15:47         ` Christopher Faylor
  0 siblings, 0 replies; 8+ messages in thread
From: Christopher Faylor @ 2003-02-06 15:47 UTC (permalink / raw)
  To: cygwin

On Thu, Feb 06, 2003 at 10:01:25AM -0500, William A. Hoffman wrote:
>I am a bit confused, from here:
>
>http://cygwin.com/lists.html
>
>It would seem like this was the right list to
>post cygwin specific problems with UNIX tools that
>come with Cygwin.   Perhaps the web page should be updated to
>include three and not two exceptions,  XFree, programs not from
>cygwin.com and tcl/tk.

Please go away.

cgf

--
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/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: username problem
  2003-02-05 22:56 ` username problem Elfyn McBratney
  2003-02-05 23:14   ` tclsh does not understand cygwin paths William A. Hoffman
@ 2003-02-07  1:53   ` Isaque Galdino de Araujo
  1 sibling, 0 replies; 8+ messages in thread
From: Isaque Galdino de Araujo @ 2003-02-07  1:53 UTC (permalink / raw)
  To: Elfyn McBratney; +Cc: cygwin, Ali.Naddaf

Is you user a domain user? If so, you could use:
mkpasswd -d -u anaddaf >> /etc/passwd

On Wed, 5 Feb 2003 22:57:29 -0000 Elfyn McBratney wrote:

> > > I just installed the latest cygwin on my Win2K machine. When I open a
> > > shell, my prompt is "t-ow@naddaf2". On the other hand, "id" reports my
> > > username as "anaddaf" which is the username that I use when I login to
> > my
> > > Win2K machine. I saw similar postings and the suggested solution was to
> > > update the /etc/passwd file but in my case, it won't do any good since
> > my
> > > /etc/password is identical to the "mkpassword -l".
> >
> > Are you sure they are exaclty the same. No changes in the Sid? Just to be
> > on
> > the safe side you should update your /etc/{passwd,group} file just to be
> > certain that's not whats holding you back.
> >
> > > What is puzzling me is that the user "anaddaf" which "id" reports
> > doesn't
> > > even exist in the /etc/passwd, nor does "t-ow". When I open the shell,
> > it
> > > takes me to the /home/Administrator directory. If I create a file, the
> > > "owner/group" of my file will be set to "anaddaf/mkgroup" and again
> > > "mkgroup" doesn't even exist in the /etc/group file.
> >
> > Hmmmm tahts odd :-( What is the contents of your CYGWIN environment
> > variable
> >
> > $ echo $CYGWIN
> 
> Well it was just a hunch...Im going to have to let an expert take over now
> :::::::::-) Sorry!
> 
> 
> Regards,
> 
> Elfyn McBratney
> elfyn@exposure.org.uk
> www.exposure.org.uk
> 
> 
> 
> --
> 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/
> 


-- 
Isaque Galdino de Araujo             Slackware, Agenda VR3, Vim and Cygwin user.
http://sites.uol.com.br/isaque                        Java and C/C++ programmer.

--
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/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: tclsh does not understand cygwin paths
  2003-02-06  5:39 tclsh does not understand cygwin paths Jonathan Larmour
@ 2003-02-06  5:41 ` Jonathan Larmour
  0 siblings, 0 replies; 8+ messages in thread
From: Jonathan Larmour @ 2003-02-06  5:41 UTC (permalink / raw)
  To: William A. Hoffman; +Cc: cygwin

Jonathan Larmour wrote:
> So all you have to do now is wait for the cygwin package to be released, 

To clarify... by which I mean the new Tcl/Tk to be made into a cygwin 
package that can be retrieved by setup.exe. Not a new release of cygwin 
itself :-).

Jifl
-- 
eCosCentric       http://www.eCosCentric.com/       <info@eCosCentric.com>
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


--
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/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re:  tclsh does not understand cygwin paths
@ 2003-02-06  5:39 Jonathan Larmour
  2003-02-06  5:41 ` Jonathan Larmour
  0 siblings, 1 reply; 8+ messages in thread
From: Jonathan Larmour @ 2003-02-06  5:39 UTC (permalink / raw)
  To: William A. Hoffman; +Cc: cygwin

William A. Hoffman wrote:
> The tclsh84 does not understand cygwin style paths.
> So, if you do tclsh /cygdrive/c/foo/bar.tcl it can not
> find the file.   

According to http://sources.redhat.com/insight a new Tcl/Tk has been 
imported, and some extra fixes for cygwin added that should probably 
address this.

So all you have to do now is wait for the cygwin package to be released, 
which will be announced on this list.

Jifl
-- 
eCosCentric       http://www.eCosCentric.com/       <info@eCosCentric.com>
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


--
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/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-02-07  1:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <OF8A00B73B.EA4091C3-ON86256CC4.007D7358@trilogy.com>
2003-02-05 22:56 ` username problem Elfyn McBratney
2003-02-05 23:14   ` tclsh does not understand cygwin paths William A. Hoffman
2003-02-05 23:18     ` Christopher Faylor
2003-02-06 15:01       ` William A. Hoffman
2003-02-06 15:47         ` Christopher Faylor
2003-02-07  1:53   ` username problem Isaque Galdino de Araujo
2003-02-06  5:39 tclsh does not understand cygwin paths Jonathan Larmour
2003-02-06  5:41 ` Jonathan Larmour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).