https://bugzilla.novell.com/show_bug.cgi?id=685593 https://bugzilla.novell.com/show_bug.cgi?id=685593#c5 --- Comment #5 from Christoph Thiel <cthiel@novell.com> 2011-05-19 13:39:10 UTC --- We used this hack/workaround to get it to work. It was also needed when AA was disabled. --- /usr/lib/python2.7/site-packages/nova/virt/libvirt_conn.py~ 2011-04-15 04:57:52.000000000 +0200 +++ /usr/lib/python2.7/site-packages/nova/virt/libvirt_conn.py 2011-05-19 15:36:23.076873203 +0200 @@ -823,6 +823,9 @@ os.close(os.open(basepath('console.log', ''), os.O_CREAT | os.O_WRONLY, 0660)) + utils.execute('chmod', '777', basepath(suffix='')) + utils.execute('chmod', '666', basepath('console.log', '')) + user = manager.AuthManager().get_user(inst['user_id']) project = manager.AuthManager().get_project(inst['project_id']) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.