Description of problem: - when using 'fpaste --sysinfo', the output is truncated by the 'rpm -qa' section Version-Release number of selected component (if applicable): How reproducible: - always Steps to Reproduce: 1. fpaste --sysinfo 2. 3. Actual results: - http://paste.fedoraproject.org/267028/42247943/ (example) Expected results: - 'rpm -qa --nodigest --nosignature --last | head -20' only shows 20 lines Additional info: $ fpaste --sysinfo --printonly | wc -l Gathering system info ...........................2486
Fixed. Change: ('Last 20 packages installed', '''rpm -qa --nodigest --nosignature --last | head -20''')] To: ('Last 20 packages installed', '''rpm -qa --nodigest --nosignature --last | head -20''')]
Created attachment 1073343 [details] patch to fix 'rpm -qa' truncating output
Fixed script: https://strikerttd.fedorapeople.org/fpaste-sysinfo-fixed_2015-09-18
I'll look into this. Thanks for the fix. Sorry for the delay :( Cheers, Ankur
fpaste-0.3.8.1-1.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-16614
fpaste-0.3.8.1-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-8168a6fa2e
0.3.8.1-1.fc22: '''grep -v '^#' /etc/yum.conf'''), ('DNF Extras', '''dnf -C list extras'''), ('Last 20 packages installed', '''rpm -qa --nodigest --nosignature --last | head -20''')] #('Installed packages', '''rpm -qa --nodigest --nosignature | sort''', '''dpkg -l''') ] si = [] looks good, will test
New version works. # dnf update https://kojipkgs.fedoraproject.org//packages/fpaste/0.3.8.1/1.fc22/noarch/fpaste-0.3.8.1-1.fc22.noarch.rpm
fpaste-0.3.8.1-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update fpaste' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-8168a6fa2e
fpaste-0.3.8.1-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.
fpaste-0.3.8.1-1.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update fpaste' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-16614
fpaste-0.3.8.1-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.