I can reproduce it easily on my x86 machines. Try "sosreport -name foo".
2014/2/27 21:40, Rodrigo Trujillo:
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(a)ovirt.org
>
http://lists.ovirt.org/mailman/listinfo/kimchi-devel
>