Xiaoqiang0 (Talk | contribs) |
Xiaoqiang0 (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| - | + | == How to report a bug == | |
| - | + | === PackageKit or Package Manager UI bug === | |
| - | + | ||
| - | ==How to report a bug== | + | |
| - | ===PackageKit or Package Manager UI bug=== | + | |
For Package Management component issue, please catch more logs and attach them when you reporting a bug. | For Package Management component issue, please catch more logs and attach them when you reporting a bug. | ||
For PackageKit or Package Manager UI issue | For PackageKit or Package Manager UI issue | ||
| Line 14: | Line 11: | ||
* In another terminal execute your script/command to reproduce bug. | * In another terminal execute your script/command to reproduce bug. | ||
* Then you'll get packagekitd.log and /var/log/pk_backend_zypp, and these two log files are very important to fix bug in the first time. Please attach them. | * Then you'll get packagekitd.log and /var/log/pk_backend_zypp, and these two log files are very important to fix bug in the first time. Please attach them. | ||
| - | ===zypper command bug=== | + | === zypper command bug === |
For Zypper issue while you using zypper command, using the following steps to get logs: | For Zypper issue while you using zypper command, using the following steps to get logs: | ||
* Setup system Environment | * Setup system Environment | ||
For Package Management component issue, please catch more logs and attach them when you reporting a bug. For PackageKit or Package Manager UI issue Steps to get logs:
#killall -9 packagekitd #/usr/libexec/packagekitd -v >packagekitd.log
For Zypper issue while you using zypper command, using the following steps to get logs:
#rm /var/log/zypper.log -f
#export ZYPP_LIBSAT_FULLLOG=1 #zypper xxx yyy
or using the following log level
#export ZYPP_FULLLOG=1 #zypper xxx yyy