<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:22:58 JST 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>PFS-JIRA</title>
    <link>https://pfspipe.ipmu.jp/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.3.4</version>
        <build-number>803005</build-number>
        <build-date>13-09-2019</build-date>
    </build-info>


<item>
            <title>[INSTRM-241] Add blank README</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-241</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;At some init script, invoke of daemon will exit when /etc/dnsmasq.d/README is missing.&lt;br/&gt;
Add blank file...&lt;/p&gt;

&lt;p&gt;&amp;gt; # /etc/dnsmasq.d/README is a non-conffile installed by the dnsmasq package.&lt;br/&gt;
&amp;gt; # Should the dnsmasq package be removed, the following test ensures that&lt;br/&gt;
&amp;gt; # the daemon is no longer started, even if the dnsmasq-base package is&lt;br/&gt;
&amp;gt; # still in place.&lt;br/&gt;
&amp;gt; test -e /etc/dnsmasq.d/README || exit 0&lt;/p&gt;</description>
                <environment></environment>
        <key id="11953">INSTRM-241</key>
            <summary>Add blank README</summary>
                <type id="3" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10518&amp;avatarType=issuetype">Task</type>
                                            <priority id="10000" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/medium.svg">Normal</priority>
                        <status id="10100" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/statuses/generic.png" description="No further work should be done on this.">Won&apos;t Fix</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="2">Won&apos;t Fix</resolution>
                                        <assignee username="atsushi.shimono">shimono</assignee>
                                    <reporter username="atsushi.shimono">shimono</reporter>
                        <labels>
                    </labels>
                <created>Tue, 24 Oct 2017 16:10:23 +0000</created>
                <updated>Wed, 6 Dec 2017 20:55:17 +0000</updated>
                            <resolved>Wed, 6 Dec 2017 20:55:17 +0000</resolved>
                                                                    <component>ics_ansible</component>
                    <component>ics_dnsmasq</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="12701" author="cloomis" created="Tue, 24 Oct 2017 16:34:00 +0000"  >&lt;p&gt;I&apos;m not sure I understand: are you saying that (some) dnsmasq packages already use README in that way and so we always need to provide one? Or are you saying that you want to add that logic to avoid some later problem?&lt;/p&gt;</comment>
                            <comment id="12702" author="atsushi.shimono" created="Tue, 24 Oct 2017 16:38:05 +0000"  >&lt;p&gt;Above lines are copied from /etc/init.d/dnsmasq file in my environment, which is a bit old.&lt;br/&gt;
so, it was fine in new production environment. but I think LAM is in the same version (&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=arnaud.lefur&quot; class=&quot;user-hover&quot; rel=&quot;arnaud.lefur&quot;&gt;arnaud.lefur&lt;/a&gt; no?)?&lt;/p&gt;

&lt;p&gt;&amp;gt; $ apt show dnsmasq&lt;br/&gt;
&amp;gt; Package: dnsmasq&lt;br/&gt;
&amp;gt; Version: 2.72-3+deb8u2&lt;/p&gt;</comment>
                            <comment id="12703" author="arnaud.lefur" created="Wed, 25 Oct 2017 07:59:53 +0000"  >&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;Package: dnsmasq
Version: 2.72-3+deb8u2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Yes, that&apos;s the same version.&lt;/p&gt;</comment>
                            <comment id="12811" author="atsushi.shimono" created="Fri, 17 Nov 2017 15:18:02 +0000"  >&lt;p&gt;I think I should made some mistake. &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;README was originally installed by the package itself, and init script depends on that file&lt;/li&gt;
	&lt;li&gt;ansible role downloads git repository to /etc/dnsmasq.d, and to avoid fatal error, role deletes README before execution of git&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;So, it seems, I shall change ansible role rather than adding blank README to our dnsmasq repository.&lt;/p&gt;</comment>
                            <comment id="12814" author="atsushi.shimono" created="Tue, 21 Nov 2017 05:13:51 +0000"  >&lt;ul&gt;
	&lt;li&gt;clearing the target directory of configuration (/etc/dnsmasq.d/) is required for git clone&lt;/li&gt;
	&lt;li&gt;backup/restore README file is not good on idempotency point of view&lt;/li&gt;
	&lt;li&gt;current active version does not depend on README file in init script, and no reason to install old version for new installation&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;therefore, I&apos;d propose to&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;mark this as wontfix&lt;/li&gt;
	&lt;li&gt;just &apos;touch README&apos; if required in existing installation, but not to have README in repository&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;For updating configuration files of dnsmasq, it would be easier just to run git pull (and reload service) but not to re-run ansible role.&lt;/p&gt;</comment>
                            <comment id="12824" author="atsushi.shimono" created="Wed, 29 Nov 2017 02:52:58 +0000"  >&lt;p&gt;mark as in review for approval to move this into WONTFIX.&lt;/p&gt;</comment>
                            <comment id="12830" author="cloomis" created="Wed, 6 Dec 2017 20:55:17 +0000"  >&lt;p&gt;Since current versions do not depend on the README, I agree that we can ignore it.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10500" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|ii03fz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10100" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Reviewers</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>cloomis</customfieldvalue>

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