| Summary: | [abrt] radicale-0.8-5.fc20: __init__.py:925:_open:IOError: [Errno 13] Permission denied: '/var/log/radicale/radicale.log' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Raphos <raphoszap> | ||||||
| Component: | radicale | Assignee: | Juan Orti <jorti> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 20 | CC: | deronnax, jorti, opensource, raphoszap | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/03b81f2c16117fd51eb2b58008516abfd1640570 | ||||||||
| Whiteboard: | abrt_hash:a20c98fe40b18133ca1e0e9b91c2c71b6a3f05e0 | ||||||||
| Fixed In Version: | radicale-0.8-6.fc20 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-12-14 03:37:48 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
Created attachment 830398 [details]
File: backtrace
Created attachment 830399 [details]
File: environ
It works for me. Could you show me the permissions of that dir? # ls -laZ /var/log/radicale # ls -laZ /var/log/radicale drwxr-x---. radicale radicale system_u:object_r:radicale_log_t:s0 . drwxr-xr-x. root root system_u:object_r:var_log_t:s0 .. radicale-0.8-6.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/radicale-0.8-6.fc20 Package radicale-0.8-6.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing radicale-0.8-6.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-22530/radicale-0.8-6.fc20 then log in and leave karma (feedback). radicale-0.8-6.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. Problems still persist with : radicale.noarch 0.8-6.fc20 @updates-testing radicale-httpd.noarch 0.8-6.fc20 @updates-testing radicale-selinux.noarch 0.8-6.fc20 @updates-testing Impossible to start the application. Could you give me more information of the problem? journalctl -a -u radicale I suspect it's not related to opening the log file, if that's the case, please, open a different bug report. Anyway, I have submitted and updated selinux policy, you can test it to see if it fixes your problems: https://admin.fedoraproject.org/updates/radicale-0.8-7.fc20 Thank you. Problem persists. Noticed today, Fedora 20, package radicale 0.8-7.fc20. Exact same stack trace. $ sudo ls -laZ /var/log/radicale drwxr-x---. radicale radicale system_u:object_r:var_log_t:s0 . drwxr-xr-x. root root system_u:object_r:var_log_t:s0 .. $ journalctl -a -u radicale -- Logs begin at thu. 2014-05-01 03:10:02 CEST, end at wed. 2014-07-09 14:46:54 CEST. -- Why has it been marked as errata ? That not a reporting error, and dhat prevent the bug being re-opened. Another one need to be filled. I cannot reproduce your problem. If it persists, please, open a new bug report. |
Description of problem: Try to start application... Version-Release number of selected component: radicale-0.8-5.fc20 Additional info: reporter: libreport-2.1.9 cmdline: /usr/bin/python /usr/bin/radicale dso_list: python-libs-2.7.5-9.fc20.x86_64 executable: /usr/bin/radicale kernel: 3.11.9-300.fc20.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: __init__.py:925:_open:IOError: [Errno 13] Permission denied: '/var/log/radicale/radicale.log' Traceback (most recent call last): File "/usr/bin/radicale", line 32, in <module> radicale.__main__.run() File "/usr/lib/python2.7/site-packages/radicale/__main__.py", line 93, in run log.start() File "/usr/lib/python2.7/site-packages/radicale/log.py", line 45, in start logging.config.fileConfig(filename) File "/usr/lib64/python2.7/logging/config.py", line 78, in fileConfig handlers = _install_handlers(cp, formatters) File "/usr/lib64/python2.7/logging/config.py", line 156, in _install_handlers h = klass(*args) File "/usr/lib64/python2.7/logging/__init__.py", line 902, in __init__ StreamHandler.__init__(self, self._open()) File "/usr/lib64/python2.7/logging/__init__.py", line 925, in _open stream = open(self.baseFilename, self.mode) IOError: [Errno 13] Permission denied: '/var/log/radicale/radicale.log' Local variables in innermost frame: self: <logging.FileHandler object at 0x20f46d0>