Michael Andres changed bug 968033
What Removed Added
CC   lmuelle@suse.com
Flags   needinfo?(lmuelle@suse.com)

Comment # 1 on bug 968033 from
=== Please create and attach a solver testcase:
>    # zypper in --debug-solver zypper in samba-client-32bit-4.4.0-16.2.x86_64 samba-client-4.4.0-16.2.x86_64
>    ...
>    Generating solver test case...
>    Solver test case generated successfully at /var/log/zypper.solverTestCase.  
Then pack the output directory together with /var/log/zypper.log and attach it
to the bugreport. 

In case the testcase exceeds the 10MB limit for bugzilla uploads, you can use
'split' to divide the file into smaller pieces: 
>  $ cd /tmp
>  $ tar cvjf zypper.solverTestCase.tar.bz2 /var/log/zypper.solverTestCase/
>  $ split -b 9M --additional-suffix=-zypper.solverTestCase.tar.bz2 \
>    zypper.solverTestCase.tar.bz2
The created pieces will be named like this:
>  xaa-zypper.solverTestCase.tar.bz2
>  xab-zypper.solverTestCase.tar.bz2
>  xac-zypper.solverTestCase.tar.bz2
>  ...


You are receiving this mail because: