Bug 974959
| Summary: | [abrt] vdsm-4.10.3-10.fc18: __init__.py:916:_open:IOError: [Errno 13] Permission denied: '/var/log/vdsm/vdsm.log' | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | wgao <wei.gao> | ||||||||
| Component: | vdsm | Assignee: | Federico Simoncelli <fsimonce> | ||||||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 18 | CC: | danken, danken, dougsland, fsimonce, virt-maint, wei.gao | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | abrt_hash:51e437cef2a4f581ac00350e698758ebb5c678ee | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2013-09-25 21:35:04 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
Created attachment 761962 [details]
File: backtrace
Created attachment 761963 [details]
File: core_backtrace
Created attachment 761964 [details]
File: environ
Can you check what are the permissions on /var/log/vdsm/vdsm.log and /var/log/vdsm. Is this still happening with the latest versions? vdsm-4.10.3-18.fc18 (or vdsm-4.12.1-1.fc19). Please reopen bug if it reproduces despite the separation of supervdsm.log. |
Version-Release number of selected component: vdsm-4.10.3-10.fc18 Additional info: reporter: libreport-2.1.4 cmdline: /usr/bin/python /usr/share/vdsm/vdsm dso_list: python-libs-2.7.3-13.fc18.x86_64 executable: /usr/share/vdsm/vdsm kernel: 3.9.4-200.fc18.x86_64 runlevel: N 5 uid: 36 Truncated backtrace: __init__.py:916:_open:IOError: [Errno 13] Permission denied: '/var/log/vdsm/vdsm.log' Traceback (most recent call last): File "/usr/share/vdsm/vdsm", line 129, in <module> run() File "/usr/share/vdsm/vdsm", line 61, in run lconfig.fileConfig(loggerConfFile) 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/handlers.py", line 386, in __init__ logging.FileHandler.__init__(self, filename, mode, encoding, delay) File "/usr/lib64/python2.7/logging/__init__.py", line 897, in __init__ StreamHandler.__init__(self, self._open()) File "/usr/lib64/python2.7/logging/__init__.py", line 916, in _open stream = open(self.baseFilename, self.mode) IOError: [Errno 13] Permission denied: '/var/log/vdsm/vdsm.log' Local variables in innermost frame: self: <logging.handlers.WatchedFileHandler object at 0x2538310>