<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:58:30 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-21813] Cannot download 3.0.7 for Ubuntu from main repos</title>
                <link>https://jira.mongodb.org/browse/SERVER-21813</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;also posted yesterday without response: &lt;a href=&quot;https://groups.google.com/d/topic/mongodb-user/3Au23GukBs8/discussion&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://groups.google.com/d/topic/mongodb-user/3Au23GukBs8/discussion&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I need to test our 3.0.2 migration to 3.0.7 but apt-get cannot find the version I specify. It doesn&apos;t matter which package- none of 3.0.7 is available. As I said, this is for testing so my workaround was to manually download the files from &lt;a href=&quot;http://repo.mongodb.org/apt/ubuntu/dists/trusty/mongodb-org/stable/multiverse/binary-amd64/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://repo.mongodb.org/apt/ubuntu/dists/trusty/mongodb-org/stable/multiverse/binary-amd64/&lt;/a&gt;&lt;br/&gt;
 and manually install them. &lt;/p&gt;

&lt;p&gt;I have tested this on several servers- my guess is that the indexes for these repos are corrupt or include settings to prevent downloads of non 3.2.0 versions.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;br/&gt;
Dave&lt;/p&gt;</description>
                <environment></environment>
        <key id="242986">SERVER-21813</key>
            <summary>Cannot download 3.0.7 for Ubuntu from main repos</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="-1">Unassigned</assignee>
                                    <reporter username="daugustus">Dave Augustus</reporter>
                        <labels>
                    </labels>
                <created>Wed, 9 Dec 2015 15:57:13 +0000</created>
                <updated>Wed, 9 Dec 2015 22:21:03 +0000</updated>
                            <resolved>Wed, 9 Dec 2015 17:07:15 +0000</resolved>
                                    <version>3.0.7</version>
                                                    <component>Packaging</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="1109627" author="ernie.hershey@10gen.com" created="Wed, 9 Dec 2015 17:07:15 +0000"  >&lt;p&gt;Great!! Thanks for using MongoDB and for reporting the error. &lt;/p&gt;</comment>
                            <comment id="1109614" author="daugustus" created="Wed, 9 Dec 2015 17:00:20 +0000"  >&lt;p&gt;Excellent!&lt;/p&gt;

&lt;p&gt;Problem solved!&lt;/p&gt;

&lt;p&gt;Thanks for the quick response and have a Merry Christmas!&lt;/p&gt;</comment>
                            <comment id="1109612" author="ernie.hershey@10gen.com" created="Wed, 9 Dec 2015 16:58:10 +0000"  >&lt;p&gt;Did you run &quot;apt-get update&quot; first? I just tested the 3.0 repo and that command and it should work, but you do have to update your local repo data with &quot;apt-get update.&quot; Sorry I didn&apos;t mention that explicitly. &lt;/p&gt;</comment>
                            <comment id="1109600" author="daugustus" created="Wed, 9 Dec 2015 16:54:53 +0000"  >&lt;p&gt;Following your instructions did not solve the problem.&lt;/p&gt;

&lt;p&gt;apt-get install mongodb-org-server=3.0.7&lt;br/&gt;
E: Unable to locate package mongodb-org-server&lt;/p&gt;
</comment>
                            <comment id="1109587" author="ernie.hershey@10gen.com" created="Wed, 9 Dec 2015 16:49:38 +0000"  >&lt;p&gt;Sorry about this. You will need to point to the 3.0 package repository in order to install the 3.0.x packages. &lt;/p&gt;

&lt;p&gt;You should be able to follow the instructions from the 3.0 version of the installation docs - &lt;a href=&quot;https://docs.mongodb.org/v3.0/tutorial/install-mongodb-on-ubuntu/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.org/v3.0/tutorial/install-mongodb-on-ubuntu/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Specifically this part should allow your system to see 3.0 packages: &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; trusty/mongodb-org/3.0 multiverse&quot; | sudo tee /etc/apt/sources.list.d/mongodb-org-3.0.list&lt;/p&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 9 Dec 2015 16:49:38 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        8 years, 10 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>wan.bachtiar@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            8 years, 10 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>daugustus</customfieldvalue>
            <customfieldvalue>ernie.hershey@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrkmp3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hsevuv:</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;Contents of /etc/apt/sources.list.d/mongodb.list&lt;/p&gt;

&lt;p&gt;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; trusty/mongodb-org/stable multiverse&lt;/p&gt;

&lt;p&gt;If I do this:&lt;br/&gt;
apt-get install mongodb-org-server&lt;/p&gt;

&lt;p&gt;I will get 3.2.0 installed...which is ALSO listed there.&lt;/p&gt;

&lt;p&gt;If I do this:&lt;br/&gt;
apt-get install mongodb-org-server=3.0.7&lt;br/&gt;
I get:&lt;br/&gt;
Version &apos;3.0.7&apos; for &apos;mongodb-org-server&apos; was not found&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>
                                

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

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