Description of problem: Attempting to run gnome-disks via ssh -X tunnel. Version-Release number of selected component: rpmconf-1.0.7-1.fc22 Additional info: reporter: libreport-2.5.1 cmdline: /usr/bin/python3 /usr/sbin/rpmconf -a executable: /usr/sbin/rpmconf kernel: 4.0.0-1.fc22.i686 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: rpmconf.py:183:_remove:PermissionError: [Errno 13] Permission denied: '/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.45-31.b13.fc22.i386/jre/lib/security/US_export_policy.jar.rpmnew' Traceback (most recent call last): File "/usr/sbin/rpmconf", line 63, in <module> main() File "/usr/sbin/rpmconf", line 60, in main rconf.run() File "/usr/lib/python3.4/site-packages/rpmconf/rpmconf.py", line 88, in run self._handle_package(pkg_hdr) File "/usr/lib/python3.4/site-packages/rpmconf/rpmconf.py", line 253, in _handle_package tmp.format(conf_file, "rpmnew")) File "/usr/lib/python3.4/site-packages/rpmconf/rpmconf.py", line 295, in _handle_rpmnew self._remove(other_file) File "/usr/lib/python3.4/site-packages/rpmconf/rpmconf.py", line 183, in _remove os.unlink(conf_file) PermissionError: [Errno 13] Permission denied: '/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.45-31.b13.fc22.i386/jre/lib/security/US_export_policy.jar.rpmnew' Local variables in innermost frame: conf_file: '/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.45-31.b13.fc22.i386/jre/lib/security/US_export_policy.jar.rpmnew' self: <rpmconf.rpmconf.RpmConf object at 0xb6fb254c>
Created attachment 1020781 [details] File: backtrace
Created attachment 1020782 [details] File: environ
The description above is incorrect. I was attempting to run rpmconf after upgrading to Fedora 22 Beta.
This tool is intended to be run as root (therefore it reside in /usr/sbin). However I agree we should not print traceback. Some user friendly error should be better.
*** This bug has been marked as a duplicate of bug 1282029 ***