<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:52:41 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-5576] sanity test_103a: Error: &apos;permissions failed&apos;</title>
                <link>https://jira.whamcloud.com/browse/LU-5576</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Dmitry Eremin &amp;lt;dmitry.eremin@intel.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/59668df2-32bb-11e4-9c61-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/59668df2-32bb-11e4-9c61-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/0fc93e90-32e5-11e4-8c3a-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/0fc93e90-32e5-11e4-8c3a-5254006e85c2&lt;/a&gt;&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;performing permissions...
[12] $ id -u -- ok
[19] $ mkdir d -- ok
[20] $ cd d -- ok
[21] $ umask 027 -- ok
[22] $ touch f -- ok
[23] $ ls -l f | awk -- &apos;{ print $1, $3, $4 }&apos; -- ok
[30] $ echo root &amp;gt; f -- ok
[32] $ su daemon -- ok
[33] $ echo daemon &amp;gt;&amp;gt; f -- ok
[36] $ su -- ok
[42] $ chown bin:bin f -- ok
[43] $ ls -l f | awk -- &apos;{ print $1, $3, $4 }&apos; -- ok
[45] $ su bin -- ok
[46] $ echo bin &amp;gt;&amp;gt; f -- ok
[52] $ su daemon -- ok
[53] $ cat f -- failed
root                                  ? cat: f: Permission denied              
bin                                   ? ~                                      
[57] $ echo daemon &amp;gt;&amp;gt; f -- ok
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="26284">LU-5576</key>
            <summary>sanity test_103a: Error: &apos;permissions failed&apos;</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="dmiter">Dmitry Eremin</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Wed, 3 Sep 2014 08:51:13 +0000</created>
                <updated>Fri, 13 May 2016 16:03:46 +0000</updated>
                            <resolved>Sun, 7 Sep 2014 12:33:26 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="93399" author="dmiter" created="Sun, 7 Sep 2014 12:33:26 +0000"  >&lt;p&gt;This was because of absence the l_getidentity utility on client side.&lt;/p&gt;</comment>
                            <comment id="94443" author="bogl" created="Thu, 18 Sep 2014 20:13:26 +0000"  >&lt;p&gt;Test 103a fails when the client node is running el7 for a different reason.  some of the permissions subtests of 103a assume the user &apos;daemon&apos; is a member of the group &apos;bin&apos;.  In a default install of el7 this isn&apos;t true.  If I manually add &apos;daemon&apos; as a member of the group &apos;bin&apos; by editing the /etc/group file on the client node(s) for the test then test 103a passes 100%.&lt;/p&gt;

&lt;p&gt;I think it may be a TEI issue to ensure that the expected, assumed user/group setup is done on el7 test installs.&lt;/p&gt;
</comment>
                            <comment id="94454" author="bogl" created="Thu, 18 Sep 2014 21:09:58 +0000"  >&lt;p&gt;will create a separate ticket for the el7 specific problem I mentioned above&lt;/p&gt;</comment>
                            <comment id="134199" author="ys" created="Mon, 23 Nov 2015 07:37:09 +0000"  >&lt;p&gt;Hi, Yujian, &lt;/p&gt;

&lt;p&gt;Looks like not same issue. You encountered one obviously cause by environment. we need porting other patch.&lt;/p&gt;</comment>
                            <comment id="134230" author="bogl" created="Mon, 23 Nov 2015 15:15:43 +0000"  >&lt;p&gt;the el7 specific mod referred to is &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5641&quot; title=&quot;sanity.sh test_103a &amp;quot;acl test&amp;quot; fails on el7&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5641&quot;&gt;&lt;del&gt;LU-5641&lt;/del&gt;&lt;/a&gt;.  It is about a different failure, not the failure in &apos;touch e/i&apos;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="32441">LU-7242</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzwv7b:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>15556</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>