[Bug 1901555] Re: [plugin][networking] Include ns ip neigh and ip rule info

2021-01-18 Thread Launchpad Bug Tracker
This bug was fixed in the package sosreport - 3.9.1-1ubuntu0.18.04.3

---
sosreport (3.9.1-1ubuntu0.18.04.3) bionic; urgency=medium

  [Hemanth Nakkina]
  * d/p/0005-conntrack-add-conntrack-info.patch: rename the
conntrackd plugin to conntrack; add conntrack commands.
(LP: #1898077)

  [Mauricio Oliveira]
  * d/p/0006-conntrack-gather-per-namespace-data.patch: add
conntrack commands for network namespaces.
(LP 1898077)

  [Edward Hope-Morley]
  * d/p/0007-networking-include-ns-ip-neigh-and-ip-rule-info.patch:
add ip neigh and ip rule commands for network namespaces.
(LP: #1901555)

 -- Mauricio Faria de Oliveira   Tue, 29 Dec 2020
16:30:50 -0300

** Changed in: sosreport (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901555

Title:
  [plugin][networking] Include ns ip neigh and ip rule info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1901555/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901555] Re: [plugin][networking] Include ns ip neigh and ip rule info

2021-01-18 Thread Launchpad Bug Tracker
This bug was fixed in the package sosreport - 4.0-1~ubuntu0.20.04.3

---
sosreport (4.0-1~ubuntu0.20.04.3) focal; urgency=medium

  [Hemanth Nakkina]
  * d/p/0008-conntrack-add-conntrack-info.patch: rename the
conntrackd plugin to conntrack; add conntrack commands.
(LP: #1898077)

  [Mauricio Oliveira]
  * d/p/0009-conntrack-gather-per-namespace-data.patch: add
conntrack commands for network namespaces.
(LP 1898077)

  [Edward Hope-Morley]
  * d/p/0010-networking-include-ns-ip-neigh-and-ip-rule-info.patch:
add ip neigh and ip rule commands for network namespaces.
(LP: #1901555)

 -- Mauricio Faria de Oliveira   Tue, 29 Dec 2020
16:16:45 -0300

** Changed in: sosreport (Ubuntu Focal)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901555

Title:
  [plugin][networking] Include ns ip neigh and ip rule info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1901555/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901555] Re: [plugin][networking] Include ns ip neigh and ip rule info

2021-01-18 Thread Launchpad Bug Tracker
This bug was fixed in the package sosreport - 4.0-1ubuntu2.1

---
sosreport (4.0-1ubuntu2.1) groovy; urgency=medium

  [Hemanth Nakkina]
  * d/p/0008-conntrack-add-conntrack-info.patch: rename the
conntrackd plugin to conntrack; add conntrack commands.
(LP: #1898077)

  [Mauricio Oliveira]
  * d/p/0009-conntrack-gather-per-namespace-data.patch: add
conntrack commands for network namespaces.
(LP 1898077)

  [Edward Hope-Morley]
  * d/p/0010-networking-include-ns-ip-neigh-and-ip-rule-info.patch:
add ip neigh and ip rule commands for network namespaces.
(LP: #1901555)

 -- Mauricio Faria de Oliveira   Tue, 29 Dec 2020
16:00:00 -0300

** Changed in: sosreport (Ubuntu Groovy)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901555

Title:
  [plugin][networking] Include ns ip neigh and ip rule info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1901555/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901555] Re: [plugin][networking] Include ns ip neigh and ip rule info

2021-01-06 Thread Mauricio Faria de Oliveira
Verification done for bionic-proposed.

The per-ns files for 'ip neigh' and 'ip rule' are now present.

$ echo "deb http://archive.ubuntu.com/ubuntu $(lsb_release -cs)-proposed main 
universe" \
| sudo tee /etc/apt/sources.list.d/proposed.list \
&& sudo apt update \
&& sudo apt install -y sosreport conntrack conntrackd

$ sudo ip netns add ns1 && sudo ip netns add ns2 && sudo ip netns add
ns3

$ sudo ip netns
ns3
ns2
ns1

$ lsb_release -cs
bionic

$ dpkg -s sosreport | grep Version:
Version: 3.9.1-1ubuntu0.18.04.3

$ sudo sosreport --batch

$ sudo tar tf /tmp/sosreport-*.xz | grep sos_commands/networking | grep -e 
neigh -e rule | sort
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_-4_rule
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_-6_rule
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_-s_-s_neigh_show
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_neigh_show_nud_noarp
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_netns_exec_ns1_ip_-s_-s_neigh_show
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_netns_exec_ns1_ip_rule_list
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_netns_exec_ns2_ip_-s_-s_neigh_show
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_netns_exec_ns2_ip_rule_list
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_netns_exec_ns3_ip_-s_-s_neigh_show
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_netns_exec_ns3_ip_rule_list


** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901555

Title:
  [plugin][networking] Include ns ip neigh and ip rule info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1901555/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901555] Re: [plugin][networking] Include ns ip neigh and ip rule info

2021-01-06 Thread Mauricio Faria de Oliveira
Verification done for focal-proposed.

The per-ns files for 'ip neigh' and 'ip rule' are now present.

$ echo "deb http://archive.ubuntu.com/ubuntu $(lsb_release -cs)-proposed main 
universe" \
| sudo tee /etc/apt/sources.list.d/proposed.list \
&& sudo apt update \
&& sudo apt install -y sosreport conntrack conntrackd

$ sudo ip netns add ns1 && sudo ip netns add ns2 && sudo ip netns add
ns3

$ sudo ip netns
ns3
ns2
ns1

$ lsb_release -cs
focal

$ dpkg -s sosreport | grep Version:
Version: 4.0-1~ubuntu0.20.04.3

$ sudo sosreport --batch

$ sudo tar tf /tmp/sosreport-*.xz | grep sos_commands/networking | grep -e 
neigh -e rule | sort
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_-4_rule
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_-6_rule
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_-s_-s_neigh_show
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_neigh_show_nud_noarp
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_netns_exec_ns1_ip_-s_-s_neigh_show
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_netns_exec_ns1_ip_rule_list
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_netns_exec_ns2_ip_-s_-s_neigh_show
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_netns_exec_ns2_ip_rule_list
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_netns_exec_ns3_ip_-s_-s_neigh_show
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_netns_exec_ns3_ip_rule_list


** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901555

Title:
  [plugin][networking] Include ns ip neigh and ip rule info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1901555/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901555] Re: [plugin][networking] Include ns ip neigh and ip rule info

2021-01-06 Thread Mauricio Faria de Oliveira
Verification done for groovy-proposed.

The per-ns files for 'ip neigh' and 'ip rule' are now present.

$ echo "deb http://archive.ubuntu.com/ubuntu $(lsb_release -cs)-proposed main 
universe" \
| sudo tee /etc/apt/sources.list.d/proposed.list \
&& sudo apt update \
&& sudo apt install -y sosreport conntrack conntrackd

$ sudo ip netns add ns1 && sudo ip netns add ns2 && sudo ip netns add
ns3

$ sudo ip netns
ns3
ns2
ns1

$ lsb_release -cs
groovy

$ dpkg -s sosreport | grep Version:
Version: 4.0-1ubuntu2.1

$ sudo sosreport --batch

$ sudo tar tf /tmp/sosreport-*.xz | grep sos_commands/networking | grep -e 
neigh -e rule | sort
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_-4_rule
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_-6_rule
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_-s_-s_neigh_show
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_neigh_show_nud_noarp
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_netns_exec_ns1_ip_-s_-s_neigh_show
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_netns_exec_ns1_ip_rule_list
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_netns_exec_ns2_ip_-s_-s_neigh_show
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_netns_exec_ns2_ip_rule_list
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_netns_exec_ns3_ip_-s_-s_neigh_show
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_netns_exec_ns3_ip_rule_list

** Tags removed: verification-needed-groovy
** Tags added: verification-done-groovy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901555

Title:
  [plugin][networking] Include ns ip neigh and ip rule info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1901555/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901555] Re: [plugin][networking] Include ns ip neigh and ip rule info

2021-01-06 Thread Robie Basak
Hello Eric, or anyone else affected,

Accepted sosreport into groovy-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/sosreport/4.0-1ubuntu2.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
groovy to verification-done-groovy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-groovy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: sosreport (Ubuntu Groovy)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-groovy

** Changed in: sosreport (Ubuntu Focal)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901555

Title:
  [plugin][networking] Include ns ip neigh and ip rule info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1901555/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901555] Re: [plugin][networking] Include ns ip neigh and ip rule info

2020-12-31 Thread Mauricio Faria de Oliveira
** Description changed:

+ [Impact]
+ 
+  * sosreport currently does not collect commands
+'ip neigh' and 'ip rule' for network namespaces,
+which are used with e.g., openstack neutron.
+ 
+ [Test Case]
+ 
+  * Create network namespace(s) (eg, ns1, ns2, ns3)
+$ sudo ip netns add ns1
+$ sudo ip netns add ns2
+$ sudo ip netns add ns3
+ 
+  * Run the sosreport networking plugin
+$ sudo sos report -o networking --batch
+ 
+  * Check the sosreport tarball for per-netns files
+('ip_netns_exec__') for the commands
+'ip -s -s neigh show' and 'ip rule list'
+ 
+  * See comments 4, 5, 6 for examples.
+ 
+ [Regression Potential]
+ 
+  * The patch adds commands to the networking plugin,
+thus any issue should be contained within/happen
+on it.
+ 
+  * Errors in running such commands aren't a problem,
+and should be logged by sosreport anyway.
+ 
+ [Other Info]
+ 
  Closes:
  https://github.com/sosreport/sos/issues/2281
  
  PR:
  
https://github.com/sosreport/sos/pull/2282/commits/41182ac9bde87b29499489a112ab24dcc9a374b0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901555

Title:
  [plugin][networking] Include ns ip neigh and ip rule info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1901555/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901555] Re: [plugin][networking] Include ns ip neigh and ip rule info

2020-12-31 Thread Mauricio Faria de Oliveira
Sponsored to G/F/B.

** Tags removed: sts-sponsor-volunteer
** Tags added: sts-sponsor-mfo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901555

Title:
  [plugin][networking] Include ns ip neigh and ip rule info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1901555/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901555] Re: [plugin][networking] Include ns ip neigh and ip rule info

2020-12-29 Thread Mauricio Faria de Oliveira
Verification for test packages on Bionic.
===


$ sudo ip netns add ns1
$ sudo ip netns add ns2
$ sudo ip netns add ns3

$ ip netns
ns3
ns2
ns1

$ lsb_release -cs
bionic

Before: (no files for ip neigh/rule per network namespace)
---

$ dpkg -s sosreport | grep -i version:
Version: 3.9.1-1ubuntu0.18.04.2

$ sudo sosreport --batch

$ sudo tar tf /tmp/sosreport-*.xz | grep sos_commands/networking | grep -e 
neigh -e rule
sosreport-bionic-2020-12-29-csevyci/sos_commands/networking/ip_-4_rule
sosreport-bionic-2020-12-29-csevyci/sos_commands/networking/ip_-s_-s_neigh_show
sosreport-bionic-2020-12-29-csevyci/sos_commands/networking/ip_-6_rule
sosreport-bionic-2020-12-29-csevyci/sos_commands/networking/ip_neigh_show_nud_noarp

$ sudo rm /tmp/sosreport-*.xz

After: (new files!)
---

$ dpkg -s sosreport | grep -i version:
Version: 3.9.1-1ubuntu0.18.04.3

$ sudo tar tf /tmp/sosreport-*.xz | grep sos_commands/networking | grep -e 
neigh -e rule | sort
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_-4_rule
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_-6_rule
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_-s_-s_neigh_show
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_neigh_show_nud_noarp
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_netns_exec_ns1_ip_-s_-s_neigh_show
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_netns_exec_ns1_ip_rule_list
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_netns_exec_ns2_ip_-s_-s_neigh_show
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_netns_exec_ns2_ip_rule_list
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_netns_exec_ns3_ip_-s_-s_neigh_show
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_netns_exec_ns3_ip_rule_list

$ sudo rm /tmp/sosreport-*.xz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901555

Title:
  [plugin][networking] Include ns ip neigh and ip rule info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1901555/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901555] Re: [plugin][networking] Include ns ip neigh and ip rule info

2020-12-29 Thread Mauricio Faria de Oliveira
Verification for test packages on Groovy.
===

$ sudo ip netns add ns1
$ sudo ip netns add ns2
$ sudo ip netns add ns3

$ ip netns
ns3
ns2
ns1

$ lsb_release -cs
groovy

Before: (no files for ip neigh/rule per network namespace)
--

$ dpkg -s sosreport | grep -i version:
Version: 4.0-1ubuntu2
 
$ sudo sosreport --batch

$ sudo tar tf /tmp/sosreport-*.xz | grep sos_commands/networking | grep -e 
neigh -e rule
sosreport-groovy-2020-12-29-tsvvcpx/sos_commands/networking/ip_-4_rule
sosreport-groovy-2020-12-29-tsvvcpx/sos_commands/networking/ip_-6_rule
sosreport-groovy-2020-12-29-tsvvcpx/sos_commands/networking/ip_-s_-s_neigh_show
sosreport-groovy-2020-12-29-tsvvcpx/sos_commands/networking/ip_neigh_show_nud_noarp

$ sudo rm /tmp/sosreport-*.xz

After: (new files!)
-

$ dpkg -s sosreport | grep -i version:
Version: 4.0-1ubuntu2.1

$ sudo sosreport --batch

$ sudo tar tf /tmp/sosreport-*.xz | grep sos_commands/networking | grep -e 
neigh -e rule
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_-4_rule
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_-6_rule
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_-s_-s_neigh_show
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_neigh_show_nud_noarp
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_netns_exec_ns1_ip_-s_-s_neigh_show
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_netns_exec_ns1_ip_rule_list
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_netns_exec_ns2_ip_-s_-s_neigh_show
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_netns_exec_ns2_ip_rule_list
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_netns_exec_ns3_ip_-s_-s_neigh_show
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_netns_exec_ns3_ip_rule_list

$ sudo rm /tmp/sosreport-*.xz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901555

Title:
  [plugin][networking] Include ns ip neigh and ip rule info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1901555/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901555] Re: [plugin][networking] Include ns ip neigh and ip rule info

2020-12-29 Thread Mauricio Faria de Oliveira
Verification for test packages on Focal.
===

$ sudo ip netns add ns1
$ sudo ip netns add ns2
$ sudo ip netns add ns3

$ ip netns
ns3
ns2
ns1

$ lsb_release -cs
focal

Before: (no files for ip neigh/rule per network namespace)
---

$ dpkg -s sosreport | grep -i version:
Version: 4.0-1~ubuntu0.20.04.2

$ sudo sosreport --batch

$ sudo tar tf /tmp/sosreport-*.xz | grep sos_commands/networking | grep -e 
neigh -e rule
sosreport-focal-2020-12-29-ngoohaj/sos_commands/networking/ip_-4_rule
sosreport-focal-2020-12-29-ngoohaj/sos_commands/networking/ip_-6_rule
sosreport-focal-2020-12-29-ngoohaj/sos_commands/networking/ip_-s_-s_neigh_show
sosreport-focal-2020-12-29-ngoohaj/sos_commands/networking/ip_neigh_show_nud_noarp

$ sudo rm /tmp/sosreport-*.xz

After: (new files!)
---

$ dpkg -s sosreport | grep -i version:
Version: 4.0-1~ubuntu0.20.04.3

$ sudo sosreport --batch

$ sudo tar tf /tmp/sosreport-*.xz | grep sos_commands/networking | grep -e 
neigh -e rule
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_-4_rule
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_-6_rule
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_-s_-s_neigh_show
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_neigh_show_nud_noarp
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_netns_exec_ns1_ip_-s_-s_neigh_show
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_netns_exec_ns1_ip_rule_list
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_netns_exec_ns2_ip_-s_-s_neigh_show
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_netns_exec_ns2_ip_rule_list
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_netns_exec_ns3_ip_-s_-s_neigh_show
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_netns_exec_ns3_ip_rule_list

$ sudo rm /tmp/sosreport-*.xz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901555

Title:
  [plugin][networking] Include ns ip neigh and ip rule info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1901555/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901555] Re: [plugin][networking] Include ns ip neigh and ip rule info

2020-12-29 Thread Mauricio Faria de Oliveira
This patch is being sponsored/uploaded for stable releases via bug
1898077.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901555

Title:
  [plugin][networking] Include ns ip neigh and ip rule info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1901555/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901555] Re: [plugin][networking] Include ns ip neigh and ip rule info

2020-12-29 Thread Mauricio Faria de Oliveira
** Changed in: sosreport (Ubuntu Groovy)
   Importance: Undecided => Medium

** Changed in: sosreport (Ubuntu Groovy)
 Assignee: (unassigned) => Mauricio Faria de Oliveira (mfo)

** Changed in: sosreport (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: sosreport (Ubuntu Focal)
 Assignee: (unassigned) => Mauricio Faria de Oliveira (mfo)

** Changed in: sosreport (Ubuntu Bionic)
   Importance: Undecided => Medium

** Changed in: sosreport (Ubuntu Bionic)
 Assignee: (unassigned) => Mauricio Faria de Oliveira (mfo)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901555

Title:
  [plugin][networking] Include ns ip neigh and ip rule info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1901555/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901555] Re: [plugin][networking] Include ns ip neigh and ip rule info

2020-11-26 Thread Eric Desrochers
** Changed in: sosreport (Ubuntu Groovy)
   Status: New => In Progress

** Changed in: sosreport (Ubuntu Focal)
   Status: New => In Progress

** Changed in: sosreport (Ubuntu Bionic)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901555

Title:
  [plugin][networking] Include ns ip neigh and ip rule info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1901555/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901555] Re: [plugin][networking] Include ns ip neigh and ip rule info

2020-10-29 Thread Eric Desrochers
** Tags added: sts-sponsor-volunteer

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901555

Title:
  [plugin][networking] Include ns ip neigh and ip rule info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1901555/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901555] Re: [plugin][networking] Include ns ip neigh and ip rule info

2020-10-28 Thread Launchpad Bug Tracker
This bug was fixed in the package sosreport - 4.0-1ubuntu3

---
sosreport (4.0-1ubuntu3) hirsute; urgency=medium

  [Edward Hope-Morley]
  * d/p/0008-networking-include-ip-neigh-and-rule-info.patch:
- Include ns ip neigh and ip rule info. (LP: #1901555)

 -- Eric Desrochers   Mon, 26 Oct 2020
11:04:41 -0400

** Changed in: sosreport (Ubuntu Hirsute)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901555

Title:
  [plugin][networking] Include ns ip neigh and ip rule info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1901555/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901555] Re: [plugin][networking] Include ns ip neigh and ip rule info

2020-10-26 Thread Eric Desrochers
Uploaded in Hirsute:
https://launchpad.net/ubuntu/hirsute/+queue?queue_state=1_text=sosreport

Let's wait until it lands into hirsute-releases, and then the SRU can be
started.

- Eric

** Changed in: sosreport (Ubuntu Hirsute)
   Status: New => In Progress

** Changed in: sosreport (Ubuntu Hirsute)
 Assignee: (unassigned) => Eric Desrochers (slashd)

** Changed in: sosreport (Ubuntu Hirsute)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901555

Title:
  [plugin][networking] Include ns ip neigh and ip rule info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1901555/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs