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-
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
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
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
> 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
> > $ /
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
> 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
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
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
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
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
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-
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
> (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
> 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
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
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
;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
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 ~/
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
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
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
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
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
24 matches
Mail list logo