<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:58:42 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>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-21880] mongodb 3.2.0 on ubuntu 15.10 doesn&apos;t run daemon</title>
                <link>https://jira.mongodb.org/browse/SERVER-21880</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Hi Guys,&lt;/p&gt;

&lt;p&gt;Mongodb 3.2.0 doesn&apos;t work on ubuntu 15.10&lt;br/&gt;
$  sudo service mongod restart&lt;br/&gt;
Failed to restart mongod.service: Unit mongod.service failed to load: No such file or directory.&lt;/p&gt;

&lt;p&gt;$ sudo /etc/init.d/mongod restart&lt;br/&gt;
Rather than invoking init scripts through /etc/init.d, use the service(8)&lt;br/&gt;
utility, e.g. service mongod restart&lt;br/&gt;
initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused&lt;/p&gt;

&lt;p&gt;sudo systemctl enable mongod&lt;br/&gt;
mongod.service is not a native service, redirecting to systemd-sysv-install&lt;br/&gt;
Executing /lib/systemd/systemd-sysv-install enable mongod&lt;br/&gt;
initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused&lt;br/&gt;
The script you are attempting to invoke has been converted to an Upstart&lt;br/&gt;
job, but lsb-header is not supported for Upstart jobs.&lt;br/&gt;
insserv: warning: script &apos;mongod&apos; missing LSB tags and overrides&lt;br/&gt;
insserv: Default-Start undefined, assuming empty start runlevel(s) for script `mongod&apos;&lt;br/&gt;
insserv: Default-Stop  undefined, assuming empty stop  runlevel(s) for script `mongod&apos;&lt;br/&gt;
update-rc.d: error: mongod Default-Start contains no runlevels, aborting.&lt;/p&gt;

&lt;p&gt;Cheers,&lt;/p&gt;</description>
                <environment></environment>
        <key id="243663">SERVER-21880</key>
            <summary>mongodb 3.2.0 on ubuntu 15.10 doesn&apos;t run daemon</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="kelsey.schubert@mongodb.com">Kelsey Schubert</assignee>
                                    <reporter username="necromant2005@gmail.com">Rostyslav Mykhajliw</reporter>
                        <labels>
                    </labels>
                <created>Sun, 13 Dec 2015 09:49:42 +0000</created>
                <updated>Wed, 6 Jan 2016 21:35:25 +0000</updated>
                            <resolved>Wed, 6 Jan 2016 21:35:25 +0000</resolved>
                                    <version>3.2.0</version>
                                                    <component>Packaging</component>
                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="1128025" author="thomas.schubert" created="Wed, 6 Jan 2016 21:35:25 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=necromant2005%40gmail.com&quot; class=&quot;user-hover&quot; rel=&quot;necromant2005@gmail.com&quot;&gt;necromant2005@gmail.com&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Thank you for the report. As noted in our &lt;a href=&quot;https://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/#considerations&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;documentation&lt;/a&gt;, MongoDB only provides packages for 64-bit long-term support Ubuntu releases.&lt;/p&gt;

&lt;p&gt;For MongoDB-related support discussion please post on the &lt;a href=&quot;http://groups.google.com/group/mongodb-user&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongodb-users group&lt;/a&gt; or &lt;a href=&quot;http://stackoverflow.com/questions/tagged/mongodb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Stack Overflow with the &lt;tt&gt;mongodb&lt;/tt&gt; tag&lt;/a&gt;. Running MongoDB on an unsupported platform involves more discussion and questions about this process would be best posted on the mongodb-users group.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Thomas&lt;/p&gt;</comment>
                            <comment id="1113008" author="necromant2005@gmail.com" created="Sun, 13 Dec 2015 10:27:27 +0000"  >&lt;p&gt;mongodb 3.0.7 has the same issue on ubuntu 15.10&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;sudo apt-get install -y mongodb-org&lt;br/&gt;
ends with errors&lt;br/&gt;
Adding user `mongodb&apos; to group `mongodb&apos; ...&lt;br/&gt;
Adding user mongodb to group mongodb&lt;br/&gt;
Done.&lt;br/&gt;
invoke-rc.d: mongod.service doesn&apos;t exist but the upstart job does. Nothing to start or stop until a systemd or init job is present.&lt;br/&gt;
Setting up mongodb-org-mongos (3.0.7) ...&lt;br/&gt;
Setting up mongodb-org-tools (3.0.7) ...&lt;br/&gt;
Setting up mongodb-org (3.0.7) ...&lt;br/&gt;
Processing triggers for ureadahead (0.100.0-19) ...&lt;/li&gt;
&lt;/ol&gt;
</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Sun, 13 Dec 2015 12:06:02 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        8 years, 6 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>kelsey.schubert@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            8 years, 6 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>kelsey.schubert@mongodb.com</customfieldvalue>
            <customfieldvalue>necromant2005@gmail.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrkmbz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hseylr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927&lt;br/&gt;
echo \&quot;deb &lt;a href=&quot;http://repo.mongodb.org/apt/ubuntu&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://repo.mongodb.org/apt/ubuntu&lt;/a&gt; precise/mongodb-org/3.2 multiverse\&quot; | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list&lt;br/&gt;
sudo apt-get update&lt;br/&gt;
sudo apt-get install -y mongodb-org&lt;br/&gt;
sudo service mongod start&lt;/p&gt;</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                    <customfieldvalue><![CDATA[kelsey.schubert@mongodb.com]]></customfieldvalue>
    

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hsfd8f:</customfieldvalue>

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