[Kimchi-devel] sosreport bug in FC20

Rodrigo Trujillo rodrigo.trujillo at linux.vnet.ibm.com
Thu Feb 27 13:40:06 UTC 2014


Hi Ming,

I do not see this problem in my F20, running in my laptop (x86).
I took a look at the RH bug and seems it only happens in PPC.
I remember Christy had had problems with the networking, not sure if it 
was fixed.

Wouldn't be better to check the architecture and do not run networking 
plugin if it is ppc ?

Regards,

Rodrigo

On 02/27/2014 04:41 AM, Shu Ming wrote:
> Hi,
>
> When you do debugreport test on FC20, you may hit the following FC20
> bug. It will cause the debugreport generation hang for a very long time.
> The workaround is to add "-n networking" in your sosreport command, see
> the diff below.
>
> --- a/src/kimchi/model/debugreports.py
> +++ b/src/kimchi/model/debugreports.py
> @@ -65,7 +65,7 @@ class DebugReportsModel(object):
> @staticmethod
> def sosreport_generate(cb, name):
> try:
> - command = ['sosreport', '--batch', '--name=%s' % name]
> + command = ['sosreport', '-n', 'networking', '--batch', '--name=%s' % name]
> output, error, retcode = run_command(command)
>
> if retcode < 0:
>
> The bug line in FC20
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1028102
>
> _______________________________________________
> Kimchi-devel mailing list
> Kimchi-devel at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/kimchi-devel
>




More information about the Kimchi-devel mailing list