Re: HOME set to / [Was: cygwin-1.3.16-1]

2002-12-09 Thread Randall R Schulz
Arthur, As far as I can tell running the latest Cygwin and Cygwin package set, the "id" command still works just fine: % id uid=1002(RSchulz) gid=513(None) groups=513(None),544(Administrators),547(Power Users),545(Users) % id -un RSchulz By the way, "id" is not a built-in in the shell built-

Re: HOME set to / [Was: cygwin-1.3.16-1]

2002-12-09 Thread Arthur I Schwarz
On Wed, Dec 04, 2002 at 10:46:42AM -, John Morrison wrote: > > From: Chris Game > > > > In an earlier post, John Morrison wrote: > > > > [...] > > - now how do I get out of this 'None' group > > that I'm apparently in, and into 'Users' or even 'Administrators'? > FYI: There has been a weather

Re: HOME set to / [Was: cygwin-1.3.16-1]

2002-12-05 Thread Corinna Vinschen
On Wed, Dec 04, 2002 at 10:46:42AM -, John Morrison wrote: > > From: Chris Game > > > > In an earlier post, John Morrison wrote: > > > > [...] > > - now how do I get out of this 'None' group > > that I'm apparently in, and into 'Users' or even 'Administrators'? > > Sorry, I don't know. I'm

RE: HOME set to / [Was: cygwin-1.3.16-1]

2002-12-04 Thread Pierre A. Humblet
From: Chris Game > - now how do I get out of this 'None' group > that I'm apparently in, and into 'Users' or even 'Administrators'? Step 1: Type "id" in bash and find what groups you are part of. id will only show the Windows groups that are in /etc/group, so that file has to be

RE: HOME set to / [Was: cygwin-1.3.16-1]

2002-12-04 Thread John Morrison
> From: Chris Game > > In an earlier post, John Morrison wrote: > > [...] > > The way this is set has changed and *should* work ootb with a clean > > installation. > > > > The easiest way (I believe) atm is to... > > > > $ cp /etc/group /etc/group.old > > $ cp /etc/passwd /etc/passwd.old > > $ /

Re: HOME set to / [Was: cygwin-1.3.16-1]

2002-12-04 Thread Chris Game
In an earlier post, John Morrison wrote: [...] > The way this is set has changed and *should* work ootb with a clean > installation. > > The easiest way (I believe) atm is to... > > $ cp /etc/group /etc/group.old > $ cp /etc/passwd /etc/passwd.old > $ /etc/postinstall/passwd-grp.sh.done > > this

RE: HOME set to / [Was: cygwin-1.3.16-1]

2002-12-04 Thread John Morrison
> From: Joseph Marcel > > I've run into this problem as well on Windows 2000 after my > upgrade yesterday. Upgrade or clean install? > I'm getting around it by unsetting HOME in /etc/profile (as the first > line), so /etc/profile will do what it has been doing in the past > (important for 1st

Re: HOME set to / [Was: cygwin-1.3.16-1]

2002-12-03 Thread Eric Hanchrow
ncerned with, as Joseph> our machines are single user laptops/clients); The following genuine fix worked for me: From: "Pierre A. Humblet" <[EMAIL PROTECTED]> Subject: Re: HOME set to / [Was: cygwin-1.3.16-1] To: Eric Hanchrow <[EMAIL PROTECTED]> Date: W

Re: HOME set to / [Was: cygwin-1.3.16-1]

2002-12-03 Thread Joseph Marcel
HOME is set to /; 2) Id is now that of my domain (jmarcel:unknown), and I think it was Administrator:none (which I'm less concerned with, as our machines are single user laptops/clients); Joe To: [EMAIL PROTECTED] From: Eric Hanchrow <[EMAIL PROTECTED]> Subject: HOME set to / [Was: c

Re: apache 1.3.27 on cygwin 1.3.16-1

2002-11-27 Thread Stipe Tolj
Hi Paul, Paul Nolan schrieb: > > Hi, > I found your web site while looking for a reason why > apache doesn't work properly on the latest cygwin version, > actually I don't think it worked properly on cygwin 1.3.12 either. it works, but not stable as my experiences have shown. I got http://apache

Re: HOME set to / [Was: cygwin-1.3.16-1]

2002-11-26 Thread Pierre A. Humblet
On Mon, Nov 25, 2002 at 11:26:59AM -0800, Eric Hanchrow wrote: > For what it's worth, I too had this problem on Windows 2000, but I was > able to work around it by putting Is it the case that your passwd file does not contain sids, i.e. wasn't built with mkpasswd, and does not contain either a lin

HOME set to / [Was: cygwin-1.3.16-1]

2002-11-25 Thread Eric Hanchrow
For what it's worth, I too had this problem on Windows 2000, but I was able to work around it by putting set HOME=/home/Administrator into my cygwin.bat. -- PGP Fingerprint: 3E7B A3F3 96CA 8958 ACC5 C8BD 6337 0041 C01C 5276 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-

Re: cygwin-1.3.16-1

2002-11-24 Thread Pierre A. Humblet
Fergus, Thanks for the trace. I see what the problem is and will fix it later today. Pierre -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygw

Re: cygwin-1.3.16-1

2002-11-24 Thread fergus
> (i) - define HOME before starting cygwin (in cygwin.bat or autoexec.bat) OK, tried this too as suggested: then started up Cygwin 16-1 but to no useful effect. Still found that I started in / rather than ~ = /home/fergus, and got echo $HOME / rather than echo $HOME /home/fergus as in 15-2. F

Re: cygwin-1.3.16-1

2002-11-24 Thread fergus
> Thanks Fergus, everything looks perfect. > I need some more help: > - is your username under Windows really fergus? No. I manually edit /etc/passwd after a fresh Cygwin install. Otherwise my name and group are both "unknown". Which is fine by me, as (deliberately) I do not have a Windows userna

Re: cygwin-1.3.16-1

2002-11-24 Thread Pierre A. Humblet
At 07:08 AM 11/24/2002 -, [EMAIL PROTECTED] wrote: >Thank you. Here is startup location and the information you requested in >cygwin-1.3.15-2: Thanks Fergus, everything looks perfect. I need some more help: - is your username under Windows really fergus? - could you send me the output of "stra

Re: cygwin-1.3.16-1

2002-11-24 Thread Corinna Vinschen
On Sun, Nov 24, 2002 at 07:08:06AM -, [EMAIL PROTECTED] wrote: > > 1.3.16-1 contains changes to help users with ntsec and less than perfect > > passwd/group, but it now seems to have unexpected side effect for Win98. > > Cygwin does not find your entry in passwd. Is there one starting with your

Re: cygwin-1.3.16-1

2002-11-23 Thread fergus
;id" and your passwd file? Thank you. Here is startup location and the information you requested in cygwin-1.3.15-2: ~> id uid=500(fergus) gid=544(bonhard) groups=544(bonhard) ~> cat /etc/passwd fergus::500:544::/home/fergus:/bin/bash ~> cat /etc/group bonhard::544: ~> ... and he

Re: cygwin-1.3.16-1

2002-11-23 Thread Christopher Faylor
On Sat, Nov 23, 2002 at 07:22:58PM -0500, Pierre A. Humblet wrote: >On Sat, Nov 23, 2002 at 11:50:46PM -, [EMAIL PROTECTED] wrote: >> Strange consequence of upgrading from cygwin-1.3.15-2 to 1.3.16-1: instead >> of starting off in ~ with ~/.bash_profile correctly read, now start in / >> with ~/

Re: cygwin-1.3.16-1

2002-11-23 Thread Christopher Faylor
On Sat, Nov 23, 2002 at 11:50:46PM -, [EMAIL PROTECTED] wrote: >Strange consequence of upgrading from cygwin-1.3.15-2 to 1.3.16-1: instead >of starting off in ~ with ~/.bash_profile correctly read, now start in / >with ~/.bash_profile not read. Both /etc/group and /etc/passwd are >unaltered. Ho

Re: cygwin-1.3.16-1

2002-11-23 Thread Pierre A. Humblet
On Sat, Nov 23, 2002 at 11:50:46PM -, [EMAIL PROTECTED] wrote: > Strange consequence of upgrading from cygwin-1.3.15-2 to 1.3.16-1: instead > of starting off in ~ with ~/.bash_profile correctly read, now start in / > with ~/.bash_profile not read. Both /etc/group and /etc/passwd are > unaltered

cygwin-1.3.16-1

2002-11-23 Thread fergus
Strange consequence of upgrading from cygwin-1.3.15-2 to 1.3.16-1: instead of starting off in ~ with ~/.bash_profile correctly read, now start in / with ~/.bash_profile not read. Both /etc/group and /etc/passwd are unaltered. However Cygwin now seems to know my username but not my group, which is n

RE: [ANNOUNCEMENT] Updated: cygwin-1.3.16-1

2002-11-23 Thread Rolf Campbell
e re-created this problem with a real-life build system, it's not just an artifact of this specific makefile. > -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > Sent: Saturday, November 23, 2002 12:45 PM > To: [EMAIL PROTECTED] > Subject: [AN

[ANNOUNCEMENT] Updated: cygwin-1.3.16-1

2002-11-23 Thread Christopher Faylor
I've made a new version of the Cygwin DLL and associated utilities available for download. As usual, a list of what has changed is below. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Then, run se