<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:05:50 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-24261] mongosniff missing from Ubuntu packages?</title>
                <link>https://jira.mongodb.org/browse/SERVER-24261</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I&apos;ve installed the mongodb-stable Ubuntu package and it seems to be missing the mongosniff command line tool which is available with the binary download. Is it possible to get this tool added to the package? &lt;/p&gt;

&lt;p&gt;Note: I&apos;ve tried downloading it with the basic Linux binary download and running it but I get:&lt;/p&gt;

&lt;p&gt;./mongosniff: error while loading shared libraries: libpcap.so.0.9: cannot open shared object file: No such file or directory&lt;/p&gt;

&lt;p&gt;While I&apos;m sure I could figure out a fix for this, it would be ideal if the tool was part of the package as that&apos;s how I manage my mongo install(s).&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;</description>
                <environment>Ubuntu</environment>
        <key id="13015">SERVER-24261</key>
            <summary>mongosniff missing from Ubuntu packages?</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</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="backlog-server-build">Backlog - Build Team</assignee>
                                    <reporter username="justinjenkins">Justin Jenkins</reporter>
                        <labels>
                            <label>build-later</label>
                    </labels>
                <created>Mon, 6 Sep 2010 00:48:58 +0000</created>
                <updated>Tue, 6 Dec 2022 04:25:09 +0000</updated>
                            <resolved>Tue, 1 Oct 2019 15:28:27 +0000</resolved>
                                                                                        <votes>9</votes>
                                    <watches>10</watches>
                                                                                                                <comments>
                            <comment id="2443060" author="april.schoffer" created="Tue, 1 Oct 2019 15:28:27 +0000"  >&lt;p&gt;Mongosniff was replaced by mongoreplay in Mongo 3.4, so closing this ticket. &lt;/p&gt;</comment>
                            <comment id="155987" author="akshay" created="Thu, 23 Aug 2012 06:29:57 +0000"  >&lt;p&gt;The binaries we provide are all statically linked with the exception of mongosniff because libpcap contains code that uses the original 4-clause BSD license with the advertising clause, rendering it incompatible with the GPL.&lt;/p&gt;

&lt;p&gt;This requires distribution specific packaging.&lt;/p&gt;</comment>
                            <comment id="140495" author="chengas123" created="Fri, 6 Jul 2012 21:13:36 +0000"  >&lt;p&gt;I&apos;d like to see MMS available in the Ubuntu repository as well.&lt;/p&gt;</comment>
                            <comment id="72050" author="pavlo" created="Fri, 9 Dec 2011 19:03:55 +0000"  >&lt;p&gt;This is still missing from the mongodb-10gen package:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;$ dpkg --status mongodb-10gen&lt;br/&gt;
Package: mongodb-10gen&lt;br/&gt;
Status: install ok installed&lt;br/&gt;
Priority: optional&lt;br/&gt;
Section: devel&lt;br/&gt;
Installed-Size: 83904&lt;br/&gt;
Maintainer: Richard Kreuter &amp;lt;richard@10gen.com&amp;gt;&lt;br/&gt;
Architecture: amd64&lt;br/&gt;
Version: 2.0.1&lt;br/&gt;
&amp;lt;SNIP&amp;gt;&lt;/p&gt;

&lt;p&gt;$ dpkg -L mongodb-10gen | grep &apos;bin/mongo&apos;&lt;br/&gt;
/usr/bin/mongotop&lt;br/&gt;
/usr/bin/mongofiles&lt;br/&gt;
/usr/bin/mongostat&lt;br/&gt;
/usr/bin/mongoexport&lt;br/&gt;
/usr/bin/mongorestore&lt;br/&gt;
/usr/bin/mongo&lt;br/&gt;
/usr/bin/mongoimport&lt;br/&gt;
/usr/bin/mongod&lt;br/&gt;
/usr/bin/mongodump&lt;br/&gt;
/usr/bin/mongos&lt;/p&gt;&lt;/blockquote&gt;</comment>
                            <comment id="35439" author="tobsn" created="Wed, 1 Jun 2011 00:49:13 +0000"  >&lt;p&gt;ln -s /usr/lib/libpcap.so.0.8 /usr/lib/libpcap.so.0.9&lt;br/&gt;
or&lt;br/&gt;
ln -s /usr/lib/libpcap.so.1.0.0 /usr/lib/libpcap.so.0.9&lt;/p&gt;

&lt;p&gt;both seem to work just fine.&lt;br/&gt;
./mongosniff --source NET lo&lt;br/&gt;
works here with the linked libs.&lt;/p&gt;</comment>
                            <comment id="20223" author="rickoman" created="Wed, 10 Nov 2010 23:12:18 +0000"  >&lt;p&gt;Same problem on my Ubuntu&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;apt-get install libpcap-dev&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;ls -l /usr/lib/libpca*&lt;br/&gt;
&lt;del&gt;rw-r&lt;/del&gt;&lt;del&gt;r&lt;/del&gt;- 1 root root 351636 2010-01-04 17:15 /usr/lib/libpcap.a&lt;br/&gt;
lrwxrwxrwx 1 root root     14 2010-11-10 14:59 /usr/lib/libpcap.so -&amp;gt; libpcap.so.0.8&lt;br/&gt;
lrwxrwxrwx 1 root root     16 2010-07-23 12:14 /usr/lib/libpcap.so.0.8 -&amp;gt; libpcap.so.1.0.0&lt;br/&gt;
&lt;del&gt;rw-r&lt;/del&gt;&lt;del&gt;r&lt;/del&gt;- 1 root root 204128 2010-01-04 17:15 /usr/lib/libpcap.so.1.0.0&lt;/li&gt;
&lt;/ol&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25138"><![CDATA[Build]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 10 Nov 2010 23:12:18 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 19 weeks, 1 day 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>alexander.golin@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            4 years, 19 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>akshay@mongodb.com</customfieldvalue>
            <customfieldvalue>pavlo</customfieldvalue>
            <customfieldvalue>april.schoffer@mongodb.com</customfieldvalue>
            <customfieldvalue>backlog-server-build</customfieldvalue>
            <customfieldvalue>chengas123</customfieldvalue>
            <customfieldvalue>justinjenkins</customfieldvalue>
            <customfieldvalue>rickoman</customfieldvalue>
            <customfieldvalue>tobsn</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrk7dz:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4062</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_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|hsexdj:</customfieldvalue>

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