public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Theodore Si <sjyzhxw@gmail.com>
To: cygwin@cygwin.com
Subject: Re: failure notice
Date: Sun, 09 Nov 2014 03:43:00 -0000	[thread overview]
Message-ID: <CAG=EhJpRDY2Crwi__w+_4ZqcTNDMViXBPGKv6wqmqWnVep8wmQ@mail.gmail.com> (raw)
In-Reply-To: <545ee223.ea5f460a.2b39.ffff870aSMTPIN_ADDED_MISSING@mx.google.com>

Thank you for your replies.

The permission of files under ~/.ssh can't be changed to 600 when
their group owner is None. I have to chgrp -R Users (or
Administrators, or any other group name other than None) ~/.ssh to
make it possible to run chmod on them. I suppose this is a bug of
cygwin on Windows 8/8.1 ?

I changed my GID in /etc/passwd from 513 to 544 to make my primary
group Administrators. Now the group owner of the files are turned to
????? . Is it OK to do this?

On Sun, Nov 9, 2014 at 11:40 AM,  <MAILER-DAEMON@sourceware.org> wrote:
> Hi. This is the qmail-send program at sourceware.org.
> I'm afraid I wasn't able to deliver your message to the following addresses.
> This is a permanent error; I've given up. Sorry it didn't work out.
>
> <cygwin@cygwin.com>:
> Invalid mime type "text/html" detected in message text or
> attachment.  Please send plain text messages only.
> See http://sourceware.org/lists.html#sourceware-list-info for more information.
> Contact cygwin-owner@cygwin.com if you have questions about this. (#5.7.2)
>
> --- Below this line is a copy of the message.
>
> Return-Path: <sjyzhxw@gmail.com>
> Received: (qmail 13527 invoked by uid 89); 9 Nov 2014 03:40:17 -0000
> Authentication-Results: sourceware.org; auth=none
> X-Virus-Checked: by ClamAV 0.98.4 on sourceware.org
> X-Virus-Found: No
> X-Spam-SWARE-Status: No, score=3.8 required=5.0 tests=BAYES_05,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2
> X-Spam-Status: No, score=3.8 required=5.0 tests=BAYES_05,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2
> X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org
> X-Spam-Level: ***
> X-HELO: mail-oi0-f50.google.com
> Received: from mail-oi0-f50.google.com (HELO mail-oi0-f50.google.com) (209.85.218.50)
>  by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 09 Nov 2014 03:40:15 +0000
> Received: by mail-oi0-f50.google.com with SMTP id v63so4113037oia.9
>         for <cygwin@cygwin.com>; Sat, 08 Nov 2014 19:40:13 -0800 (PST)
> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
>         d=gmail.com; s=20120113;
>         h=mime-version:in-reply-to:references:from:date:message-id:subject:to
>          :content-type;
>         bh=gLcsDdYrlI6xfgUXkVOcs/PuOHK4MCC7vay05Eu2bpE=;
>         b=lVxGzQBup/DBjWJqJ4n1j4KiBPx4bCQYHTFo3oyOJAH4wMH76Oq0tyZL7trRtrbel9
>          1SxN20Ody2bVMvKZD98LLL6wjiCevxs/LmmUjVPwec0FbRoA/Rx5YSMo5UHacOePTjwh
>          SCC0vHBT9Wi7iiwuZIXvdWs0NYvkuBckOEEI4z8wYpbdvEBs2cmXf7L+QhmcbBXSkLVg
>          n93rSczppuEmVTq0y8WzfTFLro2/NZ/ikToJQ3gNol+EwOhUahvjdMubZ5YHdM0RGvTJ
>          DLZItS4U1gZshyODCtCrNoUNGX7XjrhYKNvxiywwCp7lcase660ufoKb9ugeb7MrExqV
>          fS2Q==
> X-Received: by 10.182.32.33 with SMTP id f1mr18506071obi.34.1415504413720;
>  Sat, 08 Nov 2014 19:40:13 -0800 (PST)
> MIME-Version: 1.0
> Received: by 10.60.59.197 with HTTP; Sat, 8 Nov 2014 19:39:43 -0800 (PST)
> In-Reply-To: <545ED9DE.5010308@cygwin.com>
> References: <545E36E5.5010507@gmail.com> <545E420A.2020709@gmail.com> <545ED9DE.5010308@cygwin.com>
> From: Theodore Si <sjyzhxw@gmail.com>
> Date: Sun, 9 Nov 2014 11:39:43 +0800
> Message-ID: <CAG=EhJo-oJEFqnmYsuNgewpkq1kpJNnaEbs9AxgKRcfuOZkVjg@mail.gmail.com>
> Subject: Re: Should the group of my user be None?
> To: cygwin@cygwin.com
> Content-Type: multipart/alternative; boundary=089e013a0796c206b7050764cd18
>
> --089e013a0796c206b7050764cd18
> Content-Type: text/plain; charset=UTF-8
>
> Thank you for your replies.
>
> The permission of files under ~/.ssh can't be changed to 600 when their
> group owner is None. I have to chgrp -R Users (or Administrators, or any
> other group name other than None) ~/.ssh to make it possible to run chmod
> on them. I suppose this is a bug of cygwin on Windows 8/8.1 ?
>
> I changed my GID in /etc/passwd from 513 to 544 to make my primary group
> Administrators. Now the group owner of the files are turned to ????? . Is
> it OK to do this?
>
> On Sun, Nov 9, 2014 at 11:05 AM, Larry Hall (Cygwin) <
> reply-to-list-only-lh@cygwin.com> wrote:
>
>> On 11/08/2014 11:17 AM, Theodore Si wrote:
>>
>>> Shouldn't I be in the group with the same name of my username, like in
>>> Linux?
>>>
>>
>> No.  Windows isn't Linux.  Of course, if you want to make a group with your
>> user name and add your user to that group, Windows will probably let you do
>> that.  But that's not a convention for user accounts on Windows.
>>
>>
>>
>> --
>> Larry
>>
>> _____________________________________________________________________
>>
>> A: Yes.
>> > Q: Are you sure?
>> >> A: Because it reverses the logical flow of conversation.
>> >>> Q: Why is top posting annoying in email?
>>
>> --
>> Problem reports:       http://cygwin.com/problems.html
>> FAQ:                   http://cygwin.com/faq/
>> Documentation:         http://cygwin.com/docs.html
>> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>>
>>
>
> --089e013a0796c206b7050764cd18
> Content-Type: text/html; charset=UTF-8
> Content-Transfer-Encoding: quoted-printable
>
> <div dir=3D"ltr">Thank you for your replies.
> <br>
> <br>The permission of files under ~/.ssh can&#39;t be changed to 600 when t=
> heir=20
> group owner is None. I have to chgrp -R Users (or Administrators, or any=20
> other group name other than None) ~/.ssh to make it possible to run=20
> chmod on them. I suppose this is a bug of cygwin on Windows 8/8.1 ?
> <br>
> <br>I changed my GID in /etc/passwd from 513 to 544 to make my primary grou=
> p=20
> Administrators. Now the group owner of the files are turned to ????? .=20
> Is it OK to do this?=C2=A0<br></div><div class=3D"gmail_extra"><br><div cla=
> ss=3D"gmail_quote">On Sun, Nov 9, 2014 at 11:05 AM, Larry Hall (Cygwin) <sp=
> an dir=3D"ltr">&lt;<a href=3D"mailto:reply-to-list-only-lh@cygwin.com" targ=
> et=3D"_blank">reply-to-list-only-lh@cygwin.com</a>&gt;</span> wrote:<br><bl=
> ockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #=
> ccc solid;padding-left:1ex"><span class=3D"">On 11/08/2014 11:17 AM, Theodo=
> re Si wrote:<br>
> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
> x #ccc solid;padding-left:1ex">
> Shouldn&#39;t I be in the group with the same name of my username, like in =
> Linux?<br>
> </blockquote>
> <br></span>
> No.=C2=A0 Windows isn&#39;t Linux.=C2=A0 Of course, if you want to make a g=
> roup with your<br>
> user name and add your user to that group, Windows will probably let you do=
> <br>
> that.=C2=A0 But that&#39;s not a convention for user accounts on Windows.<d=
> iv class=3D"HOEnZb"><div class=3D"h5"><br>
> <br>
> <br>
> -- <br>
> Larry<br>
> <br>
> ______________________________<u></u>______________________________<u></u>_=
> ________<br>
> <br>
> A: Yes.<br>
> &gt; Q: Are you sure?<br>
> &gt;&gt; A: Because it reverses the logical flow of conversation.<br>
> &gt;&gt;&gt; Q: Why is top posting annoying in email?<br>
> <br>
> --<br>
> Problem reports:=C2=A0 =C2=A0 =C2=A0 =C2=A0<a href=3D"http://cygwin.com/pro=
> blems.html" target=3D"_blank">http://cygwin.com/problems.<u></u>html</a><br=
>>
> FAQ:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0<a=
>  href=3D"http://cygwin.com/faq/" target=3D"_blank">http://cygwin.com/faq/</=
> a><br>
> Documentation:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0<a href=3D"http://cygwin.co=
> m/docs.html" target=3D"_blank">http://cygwin.com/docs.html</a><br>
> Unsubscribe info:=C2=A0 =C2=A0 =C2=A0 <a href=3D"http://cygwin.com/ml/#unsu=
> bscribe-simple" target=3D"_blank">http://cygwin.com/ml/#<u></u>unsubscribe-=
> simple</a><br>
> <br>
> </div></div></blockquote></div><br></div>
>
> --089e013a0796c206b7050764cd18--

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

       reply	other threads:[~2014-11-09  3:43 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAG=EhJo-oJEFqnmYsuNgewpkq1kpJNnaEbs9AxgKRcfuOZkVjg@mail.gmail.com>
     [not found] ` <545ee223.ea5f460a.2b39.ffff870aSMTPIN_ADDED_MISSING@mx.google.com>
2014-11-09  3:43   ` Theodore Si [this message]
2019-03-02 17:38 Failure notice Andy Perkins
2019-03-02 17:39 ` cygwinautoreply
     [not found] <CAH8yC8nrV4i1wOzeBbXDKMJpdfsN-8ZubiN=R7Yow4cBDmG5wQ@mail.gmail.com>
     [not found] ` <5ad17051.cf55650a.73c5d.c3e7SMTPIN_ADDED_MISSING@mx.google.com>
2018-04-14  3:11   ` failure notice Jeffrey Walton
2018-04-14  3:51     ` Brian Inglis
2018-04-14  5:00       ` R0b0t1
2018-04-14  7:27         ` David Stacey
2018-04-14 15:08         ` Brian Inglis
     [not found] <56619fc2.83c1420a.10961.ffffb37fSMTPIN_ADDED_MISSING@mx.google.com>
2015-12-04 14:20 ` Fwd: " Tom Kacvinsky
2015-12-07 14:01   ` Tom Kacvinsky
     [not found] <5644019f.42dc420a.272e2.5d14SMTPIN_ADDED_MISSING@mx.google.com>
2015-11-12  3:07 ` Mario Roy
     [not found] <CAC8hJujotv3avbCppCX5sOfWjiVJmExfORgtLpKXQ6=eOtgmUQ@mail.gmail.com>
     [not found] ` <4e49a66c.02b7960a.199e.ffffeaaeSMTPIN_ADDED@mx.google.com>
2011-08-15 23:08   ` Gary
  -- strict thread matches above, loose matches on Subject: below --
2009-07-10 14:16 _
2002-09-07 22:48 Fred_Smith
     [not found] <E04CF3F88ACBD5119EFE00508BBB2121015639E4@exch-01.noida.hcltech.com>
2002-01-28 14:39 ` Michael A Chase
1999-07-22 23:56 Teun Burgers
1999-07-26 10:31 ` Chris Faylor
1999-07-31 18:34   ` Chris Faylor
1999-07-31 18:34 ` Teun Burgers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAG=EhJpRDY2Crwi__w+_4ZqcTNDMViXBPGKv6wqmqWnVep8wmQ@mail.gmail.com' \
    --to=sjyzhxw@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).