Version-Release number of selected component: pyzor-0.5.0-9.fc20 Additional info: reporter: libreport-2.2.3 cmdline: /usr/bin/python -Wignore::DeprecationWarning /usr/bin/pyzor report executable: /usr/bin/pyzor kernel: 3.17.7-200.fc20.x86_64 runlevel: N 5 type: Python uid: 99 Truncated backtrace: client.py:180:run:OSError: [Errno 13] Permission denied: '/.pyzor' Traceback (most recent call last): File "/usr/bin/pyzor", line 8, in <module> pyzor.client.run() File "/usr/lib/python2.7/site-packages/pyzor/client.py", line 1022, in run ExecCall().run() File "/usr/lib/python2.7/site-packages/pyzor/client.py", line 180, in run os.mkdir(homedir) OSError: [Errno 13] Permission denied: '/.pyzor' Local variables in innermost frame: homedir: '/.pyzor' k: 'Timeout' args: ['report'] options: [] self: <pyzor.client.ExecCall object at 0x25f7290> debug: 0 defaults: {'DiscoverServersURL': 'http://pyzor.sourceforge.net/cgi-bin/inform-servers-0-3-x', 'ServersFile': 'servers', 'AccountsFile': 'accounts', 'Timeout': '5'} v: '5' specified_homedir: None config: <pyzor.Config object at 0x25f38d0> servers_fn: '/.pyzor/servers' log: None
Created attachment 975351 [details] File: backtrace
Created attachment 975352 [details] File: environ
This is almost certainly an end-user configuration error. If it can't write to the home directory you provide to it, it's going to fail. It could probably fail more gracefully and not backtrace, but that's not really relevant.