2020-10-01 16:23:19 |
Eric Desrochers |
bug |
|
|
added bug |
2020-10-01 16:23:25 |
Eric Desrochers |
tags |
|
seg sts |
|
2020-10-01 16:23:41 |
Eric Desrochers |
bug |
|
|
added subscriber Dan Hill |
2020-10-01 16:23:49 |
Eric Desrochers |
bug |
|
|
added subscriber Hemanth Nakkina |
2020-10-02 13:30:34 |
Eric Desrochers |
sosreport (Ubuntu): assignee |
|
Hemanth Nakkina (hemanth-n) |
|
2020-10-02 13:30:42 |
Eric Desrochers |
nominated for series |
|
Ubuntu Focal |
|
2020-10-02 13:30:42 |
Eric Desrochers |
bug task added |
|
sosreport (Ubuntu Focal) |
|
2020-10-02 13:30:42 |
Eric Desrochers |
nominated for series |
|
Ubuntu Bionic |
|
2020-10-02 13:30:42 |
Eric Desrochers |
bug task added |
|
sosreport (Ubuntu Bionic) |
|
2020-10-02 13:30:55 |
Eric Desrochers |
sosreport (Ubuntu Bionic): assignee |
|
Hemanth Nakkina (hemanth-n) |
|
2020-10-02 13:31:01 |
Eric Desrochers |
sosreport (Ubuntu Focal): assignee |
|
Hemanth Nakkina (hemanth-n) |
|
2020-10-02 13:31:05 |
Eric Desrochers |
sosreport (Ubuntu Bionic): importance |
Undecided |
Low |
|
2020-10-02 13:31:07 |
Eric Desrochers |
sosreport (Ubuntu): importance |
Undecided |
Low |
|
2020-10-02 13:31:09 |
Eric Desrochers |
sosreport (Ubuntu Focal): importance |
Undecided |
Low |
|
2020-10-02 13:40:23 |
Eric Desrochers |
description |
The plugin conntrackd is renamed to conntrack. Added the following
conntrack commands to the plugin.
conntrack -L -o extended
conntrack -S
Closes: https://github.com/sosreport/sos/issues/2049
Origin: https://github.com/sosreport/sos/commit/e6af5287b6bde901690c58090f958960a536660a
Resolves: https://github.com/sosreport/sos/pull/2251 |
[Impact]
The plugin conntrackd is renamed to conntrack. Added the following
conntrack commands to the plugin.
conntrack -L -o extended
conntrack -S
[Test Case]
* Install sosreport
* sosreport -a will execise conntrack plugins if one of the following packages are installed: packages = ('conntrack-tools', 'conntrack', 'conntrackd')
* Alternative 'sosreport -o conntrack' or 'sos report -o conntrack'
* A sosreport tarball will be generated under /tmp
* Extract that said tarball, and look under /path_to_sosreport/sos_commands/conntrack/
And one should see 2 new files, one for each new commands added by this command.
[Regression Potential]
* The plugin is renamed from 'conntrackd' to 'conntrack'.
If one has a plugin_options in /etc/sos/sos.conf specific to former name 'conntrackd' (e.g skip the plugin, enable the plugin, ...) well it won't be effective anymore, and one would need to update their config file to reflect new reality of the plugin name change.
* conntrack -L -o extended
Show the connection tracking table in /proc/net/nf_conntrack format
* conntrack -S
-S, --stats
Show the in-kernel connection tracking system statistics.
The new commands addition are harmless, and if a problem arise it will be isolated to the 'conntrack' plugin and won't affect other plugins nor sosreport core functionalities.
[Other Info]
Closes: https://github.com/sosreport/sos/issues/2049
Origin: https://github.com/sosreport/sos/commit/e6af5287b6bde901690c58090f958960a536660a
Resolves: https://github.com/sosreport/sos/pull/2251 |
|
2020-10-02 13:42:15 |
Eric Desrochers |
description |
[Impact]
The plugin conntrackd is renamed to conntrack. Added the following
conntrack commands to the plugin.
conntrack -L -o extended
conntrack -S
[Test Case]
* Install sosreport
* sosreport -a will execise conntrack plugins if one of the following packages are installed: packages = ('conntrack-tools', 'conntrack', 'conntrackd')
* Alternative 'sosreport -o conntrack' or 'sos report -o conntrack'
* A sosreport tarball will be generated under /tmp
* Extract that said tarball, and look under /path_to_sosreport/sos_commands/conntrack/
And one should see 2 new files, one for each new commands added by this command.
[Regression Potential]
* The plugin is renamed from 'conntrackd' to 'conntrack'.
If one has a plugin_options in /etc/sos/sos.conf specific to former name 'conntrackd' (e.g skip the plugin, enable the plugin, ...) well it won't be effective anymore, and one would need to update their config file to reflect new reality of the plugin name change.
* conntrack -L -o extended
Show the connection tracking table in /proc/net/nf_conntrack format
* conntrack -S
-S, --stats
Show the in-kernel connection tracking system statistics.
The new commands addition are harmless, and if a problem arise it will be isolated to the 'conntrack' plugin and won't affect other plugins nor sosreport core functionalities.
[Other Info]
Closes: https://github.com/sosreport/sos/issues/2049
Origin: https://github.com/sosreport/sos/commit/e6af5287b6bde901690c58090f958960a536660a
Resolves: https://github.com/sosreport/sos/pull/2251 |
[Impact]
* The plugin conntrackd is renamed to conntrack.
* Added the following
conntrack commands to the plugin.
conntrack -L -o extended
conntrack -S
[Test Case]
* Install sosreport
* sosreport -a will exercise 'conntrack' plugin if one of the following packages installation is met: ('conntrack-tools', 'conntrack', 'conntrackd'),
* Alternative way to exercise the plugin :
** 'sosreport -o conntrack'
** 'sos report -o conntrack'
* Then a sosreport tarball will be generated under /tmp
* Extract that said tarball, and look under /path_to_sosreport/sos_commands/conntrack/
And one should see 2 new files, one for each new commands added by this command.
[Regression Potential]
* The plugin is renamed from 'conntrackd' to 'conntrack'.
If one has a plugin_options in /etc/sos/sos.conf specific to former name 'conntrackd' (e.g skip the plugin, enable the plugin, ...) well it won't be effective anymore, and one would need to update their config file to reflect new reality of the plugin name change.
* conntrack -L -o extended
Show the connection tracking table in /proc/net/nf_conntrack format
* conntrack -S
-S, --stats
Show the in-kernel connection tracking system statistics.
The new commands addition are harmless, and if a problem arise it will be isolated to the 'conntrack' plugin and won't affect other plugins nor sosreport core functionalities.
[Other Info]
Closes: https://github.com/sosreport/sos/issues/2049
Origin: https://github.com/sosreport/sos/commit/e6af5287b6bde901690c58090f958960a536660a
Resolves: https://github.com/sosreport/sos/pull/2251 |
|
2020-10-02 13:43:24 |
Eric Desrochers |
description |
[Impact]
* The plugin conntrackd is renamed to conntrack.
* Added the following
conntrack commands to the plugin.
conntrack -L -o extended
conntrack -S
[Test Case]
* Install sosreport
* sosreport -a will exercise 'conntrack' plugin if one of the following packages installation is met: ('conntrack-tools', 'conntrack', 'conntrackd'),
* Alternative way to exercise the plugin :
** 'sosreport -o conntrack'
** 'sos report -o conntrack'
* Then a sosreport tarball will be generated under /tmp
* Extract that said tarball, and look under /path_to_sosreport/sos_commands/conntrack/
And one should see 2 new files, one for each new commands added by this command.
[Regression Potential]
* The plugin is renamed from 'conntrackd' to 'conntrack'.
If one has a plugin_options in /etc/sos/sos.conf specific to former name 'conntrackd' (e.g skip the plugin, enable the plugin, ...) well it won't be effective anymore, and one would need to update their config file to reflect new reality of the plugin name change.
* conntrack -L -o extended
Show the connection tracking table in /proc/net/nf_conntrack format
* conntrack -S
-S, --stats
Show the in-kernel connection tracking system statistics.
The new commands addition are harmless, and if a problem arise it will be isolated to the 'conntrack' plugin and won't affect other plugins nor sosreport core functionalities.
[Other Info]
Closes: https://github.com/sosreport/sos/issues/2049
Origin: https://github.com/sosreport/sos/commit/e6af5287b6bde901690c58090f958960a536660a
Resolves: https://github.com/sosreport/sos/pull/2251 |
[Impact]
* The plugin conntrackd is renamed to conntrack.
* Added the following
conntrack commands to the plugin.
conntrack -L -o extended
conntrack -S
[Test Case]
* Install sosreport
* sosreport -a will exercise 'conntrack' plugin if one of the following packages installation is met: ('conntrack-tools', 'conntrack', 'conntrackd'),
* Alternative way to exercise the plugin :
** 'sosreport -o conntrack'
** 'sos report -o conntrack'
* Then a sosreport tarball will be generated under /tmp
* Extract that said tarball, and look under /path_to_sosreport/sos_commands/conntrack/
And one should see 2 new files, one for each new commands added by this command.
[Regression Potential]
* The plugin is renamed from 'conntrackd' to 'conntrack'.
If one has a plugin_options in /etc/sos/sos.conf specific to former name 'conntrackd' (e.g skip the plugin, enable the plugin, ...) well it won't be effective anymore, and one would need to update their config file to reflect new reality of the plugin name change. But it's very uncommon to see users such plugin options. Very unlikely to happen.
* conntrack -L -o extended
Show the connection tracking table in /proc/net/nf_conntrack format
* conntrack -S
-S, --stats
Show the in-kernel connection tracking system statistics.
The new commands addition are harmless, and if a problem arise it will be isolated to the 'conntrack' plugin and won't affect other plugins nor sosreport core functionalities.
[Other Info]
Closes: https://github.com/sosreport/sos/issues/2049
Origin: https://github.com/sosreport/sos/commit/e6af5287b6bde901690c58090f958960a536660a
Resolves: https://github.com/sosreport/sos/pull/2251 |
|
2020-10-02 13:43:35 |
Eric Desrochers |
description |
[Impact]
* The plugin conntrackd is renamed to conntrack.
* Added the following
conntrack commands to the plugin.
conntrack -L -o extended
conntrack -S
[Test Case]
* Install sosreport
* sosreport -a will exercise 'conntrack' plugin if one of the following packages installation is met: ('conntrack-tools', 'conntrack', 'conntrackd'),
* Alternative way to exercise the plugin :
** 'sosreport -o conntrack'
** 'sos report -o conntrack'
* Then a sosreport tarball will be generated under /tmp
* Extract that said tarball, and look under /path_to_sosreport/sos_commands/conntrack/
And one should see 2 new files, one for each new commands added by this command.
[Regression Potential]
* The plugin is renamed from 'conntrackd' to 'conntrack'.
If one has a plugin_options in /etc/sos/sos.conf specific to former name 'conntrackd' (e.g skip the plugin, enable the plugin, ...) well it won't be effective anymore, and one would need to update their config file to reflect new reality of the plugin name change. But it's very uncommon to see users such plugin options. Very unlikely to happen.
* conntrack -L -o extended
Show the connection tracking table in /proc/net/nf_conntrack format
* conntrack -S
-S, --stats
Show the in-kernel connection tracking system statistics.
The new commands addition are harmless, and if a problem arise it will be isolated to the 'conntrack' plugin and won't affect other plugins nor sosreport core functionalities.
[Other Info]
Closes: https://github.com/sosreport/sos/issues/2049
Origin: https://github.com/sosreport/sos/commit/e6af5287b6bde901690c58090f958960a536660a
Resolves: https://github.com/sosreport/sos/pull/2251 |
[Impact]
* The plugin conntrackd is renamed to conntrack.
* Added the following
conntrack commands to the plugin.
conntrack -L -o extended
conntrack -S
[Test Case]
* Install sosreport
* sosreport -a will exercise 'conntrack' plugin if one of the following packages installation is met: ('conntrack-tools', 'conntrack', 'conntrackd'),
* Alternative way to exercise the plugin :
** 'sosreport -o conntrack'
** 'sos report -o conntrack'
* Then a sosreport tarball will be generated under /tmp
* Extract that said tarball, and look under /path_to_sosreport/sos_commands/conntrack/
And one should see 2 new files, one for each new commands added by this command.
[Regression Potential]
* The plugin is renamed from 'conntrackd' to 'conntrack'.
If one has a plugin_options in /etc/sos/sos.conf specific to former name 'conntrackd' (e.g skip the plugin, enable the plugin, ...) well it won't be effective anymore, and one would need to update their config file to reflect new reality of the plugin name change. But it's very uncommon to see users using such plugin options. Very unlikely to happen.
* conntrack -L -o extended
Show the connection tracking table in /proc/net/nf_conntrack format
* conntrack -S
-S, --stats
Show the in-kernel connection tracking system statistics.
The new commands addition are harmless, and if a problem arise it will be isolated to the 'conntrack' plugin and won't affect other plugins nor sosreport core functionalities.
[Other Info]
Closes: https://github.com/sosreport/sos/issues/2049
Origin: https://github.com/sosreport/sos/commit/e6af5287b6bde901690c58090f958960a536660a
Resolves: https://github.com/sosreport/sos/pull/2251 |
|
2020-10-21 05:53:36 |
Hemanth Nakkina |
nominated for series |
|
Ubuntu Groovy |
|
2020-10-21 05:53:36 |
Hemanth Nakkina |
bug task added |
|
sosreport (Ubuntu Groovy) |
|
2020-10-21 05:54:27 |
Hemanth Nakkina |
attachment added |
|
lp1898077_groovy.debdiff https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1898077/+attachment/5424878/+files/lp1898077_groovy.debdiff |
|
2020-10-21 05:54:51 |
Hemanth Nakkina |
attachment added |
|
lp1898077_focal.debdiff https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1898077/+attachment/5424879/+files/lp1898077_focal.debdiff |
|
2020-10-21 05:55:17 |
Hemanth Nakkina |
attachment added |
|
lp1898077_bionic.debdiff https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1898077/+attachment/5424880/+files/lp1898077_bionic.debdiff |
|
2020-10-21 06:08:07 |
Hemanth Nakkina |
bug |
|
|
added subscriber STS Sponsors |
2020-10-21 08:26:47 |
Ubuntu Foundations Team Bug Bot |
tags |
seg sts |
patch seg sts |
|
2020-10-21 08:26:53 |
Ubuntu Foundations Team Bug Bot |
bug |
|
|
added subscriber Ubuntu Sponsors Team |
2020-10-21 12:44:24 |
Mauricio Faria de Oliveira |
bug |
|
|
added subscriber Mauricio Faria de Oliveira |
2020-10-22 03:48:17 |
Hemanth Nakkina |
bug watch added |
|
https://github.com/sosreport/sos/issues/2049 |
|
2020-11-08 01:44:52 |
Hemanth Nakkina |
sosreport (Ubuntu): status |
New |
In Progress |
|
2020-11-08 01:44:56 |
Hemanth Nakkina |
sosreport (Ubuntu Bionic): status |
New |
In Progress |
|
2020-11-08 01:45:01 |
Hemanth Nakkina |
sosreport (Ubuntu Focal): status |
New |
In Progress |
|
2020-11-08 01:45:04 |
Hemanth Nakkina |
sosreport (Ubuntu Groovy): status |
New |
In Progress |
|
2020-11-23 22:51:42 |
Mauricio Faria de Oliveira |
attachment added |
|
lp1898077_sosreport_hirsute.debdiff https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1898077/+attachment/5437315/+files/lp1898077_sosreport_hirsute.debdiff |
|
2020-11-23 22:51:56 |
Mauricio Faria de Oliveira |
attachment added |
|
lp1898077_sosreport_groovy.debdiff https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1898077/+attachment/5437316/+files/lp1898077_sosreport_groovy.debdiff |
|
2020-11-23 22:52:15 |
Mauricio Faria de Oliveira |
attachment added |
|
lp1898077_sosreport_focal.debdiff https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1898077/+attachment/5437317/+files/lp1898077_sosreport_focal.debdiff |
|
2020-11-23 22:52:33 |
Mauricio Faria de Oliveira |
attachment added |
|
lp1898077_sosreport_bionic.debdiff https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1898077/+attachment/5437318/+files/lp1898077_sosreport_bionic.debdiff |
|
2020-11-26 15:02:10 |
Eric Desrochers |
nominated for series |
|
Ubuntu Hirsute |
|
2020-11-26 15:02:10 |
Eric Desrochers |
bug task added |
|
sosreport (Ubuntu Hirsute) |
|
2020-11-26 15:18:13 |
Eric Desrochers |
sosreport (Ubuntu Bionic): assignee |
Hemanth Nakkina (hemanth-n) |
Eric Desrochers (slashd) |
|
2020-11-26 15:53:18 |
Eric Desrochers |
sosreport (Ubuntu Bionic): assignee |
Eric Desrochers (slashd) |
Hemanth Nakkina (hemanth-n) |
|
2020-11-28 08:40:36 |
Launchpad Janitor |
sosreport (Ubuntu Hirsute): status |
In Progress |
Fix Released |
|
2020-12-10 17:22:14 |
Eric Desrochers |
removed subscriber STS Sponsors |
|
|
|
2020-12-29 19:40:24 |
Mauricio Faria de Oliveira |
attachment added |
|
lp1898077_lp1901555_sosreport_groovy.debdiff https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1898077/+attachment/5447750/+files/lp1898077_lp1901555_sosreport_groovy.debdiff |
|
2020-12-29 19:40:45 |
Mauricio Faria de Oliveira |
attachment added |
|
lp1898077_lp1901555_sosreport_focal.debdiff https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1898077/+attachment/5447751/+files/lp1898077_lp1901555_sosreport_focal.debdiff |
|
2020-12-29 19:41:04 |
Mauricio Faria de Oliveira |
attachment added |
|
lp1898077_lp1901555_sosreport_bionic.debdiff https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1898077/+attachment/5447752/+files/lp1898077_lp1901555_sosreport_bionic.debdiff |
|
2020-12-29 19:48:37 |
Mauricio Faria de Oliveira |
sosreport (Ubuntu Groovy): assignee |
Hemanth Nakkina (hemanth-n) |
Mauricio Faria de Oliveira (mfo) |
|
2020-12-29 19:48:40 |
Mauricio Faria de Oliveira |
sosreport (Ubuntu Focal): assignee |
Hemanth Nakkina (hemanth-n) |
Mauricio Faria de Oliveira (mfo) |
|
2020-12-29 19:48:42 |
Mauricio Faria de Oliveira |
sosreport (Ubuntu Bionic): assignee |
Hemanth Nakkina (hemanth-n) |
Mauricio Faria de Oliveira (mfo) |
|
2020-12-31 15:02:05 |
Mauricio Faria de Oliveira |
tags |
patch seg sts |
patch seg sts sts-sponsor-mfo |
|
2020-12-31 15:07:43 |
Mauricio Faria de Oliveira |
description |
[Impact]
* The plugin conntrackd is renamed to conntrack.
* Added the following
conntrack commands to the plugin.
conntrack -L -o extended
conntrack -S
[Test Case]
* Install sosreport
* sosreport -a will exercise 'conntrack' plugin if one of the following packages installation is met: ('conntrack-tools', 'conntrack', 'conntrackd'),
* Alternative way to exercise the plugin :
** 'sosreport -o conntrack'
** 'sos report -o conntrack'
* Then a sosreport tarball will be generated under /tmp
* Extract that said tarball, and look under /path_to_sosreport/sos_commands/conntrack/
And one should see 2 new files, one for each new commands added by this command.
[Regression Potential]
* The plugin is renamed from 'conntrackd' to 'conntrack'.
If one has a plugin_options in /etc/sos/sos.conf specific to former name 'conntrackd' (e.g skip the plugin, enable the plugin, ...) well it won't be effective anymore, and one would need to update their config file to reflect new reality of the plugin name change. But it's very uncommon to see users using such plugin options. Very unlikely to happen.
* conntrack -L -o extended
Show the connection tracking table in /proc/net/nf_conntrack format
* conntrack -S
-S, --stats
Show the in-kernel connection tracking system statistics.
The new commands addition are harmless, and if a problem arise it will be isolated to the 'conntrack' plugin and won't affect other plugins nor sosreport core functionalities.
[Other Info]
Closes: https://github.com/sosreport/sos/issues/2049
Origin: https://github.com/sosreport/sos/commit/e6af5287b6bde901690c58090f958960a536660a
Resolves: https://github.com/sosreport/sos/pull/2251 |
[Impact]
* The plugin conntrackd is renamed to conntrack.
(enabled automatically per installed packages.)
* Added the following conntrack commands to the plugin,
which run on default and other network namespaces:
conntrack -L -o extended
conntrack -S
[Test Case]
* Install sosreport
* sosreport -a will exercise 'conntrack' plugin if one of the following packages installation is met: ('conntrack-tools', 'conntrack', 'conntrackd'),
* Alternative way to exercise the plugin :
** 'sosreport -o conntrack'
** 'sos report -o conntrack'
* Then a sosreport tarball will be generated under /tmp
* Extract that said tarball, and look under /path_to_sosreport/sos_commands/conntrack/
And one should see 2 new files, one for each new commands added by this command, for the default and other network namespaces.
[Regression Potential]
* The plugin is renamed from 'conntrackd' to 'conntrack'.
If one has a plugin_options in /etc/sos/sos.conf specific to former name 'conntrackd' (e.g skip the plugin, enable the plugin, ...) well it won't be effective anymore, and one would need to update their config file to reflect new reality of the plugin name change. But it's very uncommon to see users using such plugin options. Very unlikely to happen.
* conntrack -L -o extended
Show the connection tracking table in /proc/net/nf_conntrack format
* conntrack -S
-S, --stats
Show the in-kernel connection tracking system statistics.
The new commands addition are harmless, and if a problem arise it will be isolated to the 'conntrack' plugin and won't affect other plugins nor sosreport core functionalities.
[Other Info]
Closes: https://github.com/sosreport/sos/issues/2049
Origin: https://github.com/sosreport/sos/commit/e6af5287b6bde901690c58090f958960a536660a
Resolves: https://github.com/sosreport/sos/pull/2251 |
|
2021-01-06 11:32:07 |
Robie Basak |
sosreport (Ubuntu Groovy): status |
In Progress |
Fix Committed |
|
2021-01-06 11:32:09 |
Robie Basak |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2021-01-06 11:32:10 |
Robie Basak |
bug |
|
|
added subscriber SRU Verification |
2021-01-06 11:32:13 |
Robie Basak |
tags |
patch seg sts sts-sponsor-mfo |
patch seg sts sts-sponsor-mfo verification-needed verification-needed-groovy |
|
2021-01-06 11:32:25 |
Robie Basak |
removed subscriber Ubuntu Sponsors Team |
|
|
|
2021-01-06 11:32:46 |
Robie Basak |
sosreport (Ubuntu Focal): status |
In Progress |
Fix Committed |
|
2021-01-06 11:32:54 |
Robie Basak |
tags |
patch seg sts sts-sponsor-mfo verification-needed verification-needed-groovy |
patch seg sts sts-sponsor-mfo verification-needed verification-needed-focal verification-needed-groovy |
|
2021-01-06 11:33:28 |
Robie Basak |
sosreport (Ubuntu Bionic): status |
In Progress |
Fix Committed |
|
2021-01-06 11:33:34 |
Robie Basak |
tags |
patch seg sts sts-sponsor-mfo verification-needed verification-needed-focal verification-needed-groovy |
patch seg sts sts-sponsor-mfo verification-needed verification-needed-bionic verification-needed-focal verification-needed-groovy |
|
2021-01-06 22:49:59 |
Mauricio Faria de Oliveira |
tags |
patch seg sts sts-sponsor-mfo verification-needed verification-needed-bionic verification-needed-focal verification-needed-groovy |
patch seg sts sts-sponsor-mfo verification-done-focal verification-needed verification-needed-bionic verification-needed-groovy |
|
2021-01-06 22:53:25 |
Mauricio Faria de Oliveira |
tags |
patch seg sts sts-sponsor-mfo verification-done-focal verification-needed verification-needed-bionic verification-needed-groovy |
patch seg sts sts-sponsor-mfo verification-done-focal verification-done-groovy verification-needed verification-needed-bionic |
|
2021-01-06 22:54:04 |
Mauricio Faria de Oliveira |
tags |
patch seg sts sts-sponsor-mfo verification-done-focal verification-done-groovy verification-needed verification-needed-bionic |
patch seg sts sts-sponsor-mfo verification-done-bionic verification-done-focal verification-done-groovy verification-needed |
|
2021-01-06 22:54:12 |
Mauricio Faria de Oliveira |
tags |
patch seg sts sts-sponsor-mfo verification-done-bionic verification-done-focal verification-done-groovy verification-needed |
patch seg sts sts-sponsor-mfo verification-done verification-done-bionic verification-done-focal verification-done-groovy |
|
2021-01-18 09:41:43 |
Launchpad Janitor |
sosreport (Ubuntu Groovy): status |
Fix Committed |
Fix Released |
|
2021-01-18 09:41:50 |
Łukasz Zemczak |
removed subscriber Ubuntu Stable Release Updates Team |
|
|
|
2021-01-18 09:53:45 |
Launchpad Janitor |
sosreport (Ubuntu Focal): status |
Fix Committed |
Fix Released |
|
2021-01-18 10:42:58 |
Launchpad Janitor |
sosreport (Ubuntu Bionic): status |
Fix Committed |
Fix Released |
|