SoaS/Testing/Soas-beta 20090423: Difference between revisions
Appearance
Delete |
No edit summary |
||
| Line 1: | Line 1: | ||
==Appliance on VirtualBox== | |||
I've installed soas2-20090423.zip on: | |||
sun virtualbox version 2.2.0 r45846 not ose | |||
Don't get far enough to get a profile<br> | |||
Fails in firstboot | |||
$ ls -l /tmp/first* | |||
total 44 | |||
-rw------- 1 drew drew 814 2009-04-24 18:40 firstboot-iEFIdg | |||
-rw-r--r-- 1 drew drew 37190 2009-04-24 18:40 firstbootX.log | |||
$ cat firstboot-iEFIdg | |||
Traceback (most recent call last): | |||
File "/usr/lib/python2.6/site-packages/firstboot/interface.py", line 102, in _nextClicked | |||
self.advance() | |||
File "/usr/lib/python2.6/site-packages/firstboot/interface.py", line 147, in advance | |||
result = module.apply(self, self.testing) | |||
File "/usr/share/firstboot/modules/date.py", line 51, in apply | |||
rc = self.scd.firstboot_apply() | |||
File "/usr/share/system-config-date/scdMainWindow.py", line 224, in firstboot_apply | |||
return self.apply () | |||
File "/usr/share/system-config-date/scdMainWindow.py", line 201, in apply | |||
self.timezoneBackend.writeConfig (timezone, utc) | |||
File "/usr/share/system-config-date/timezoneBackend.py", line 57, in writeConfig | |||
if selinux.is_selinux_enabled() > 0: | |||
AttributeError: 'module' object has no attribute 'is_selinux_enabled' | |||
[[User:Drew.einhorn|Drew Einhorn]] | |||
Revision as of 22:10, 24 April 2009
Appliance on VirtualBox
I've installed soas2-20090423.zip on:
sun virtualbox version 2.2.0 r45846 not ose
Don't get far enough to get a profile
Fails in firstboot
$ ls -l /tmp/first*
total 44 -rw------- 1 drew drew 814 2009-04-24 18:40 firstboot-iEFIdg -rw-r--r-- 1 drew drew 37190 2009-04-24 18:40 firstbootX.log
$ cat firstboot-iEFIdg
Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/firstboot/interface.py", line 102, in _nextClicked self.advance() File "/usr/lib/python2.6/site-packages/firstboot/interface.py", line 147, in advance result = module.apply(self, self.testing) File "/usr/share/firstboot/modules/date.py", line 51, in apply rc = self.scd.firstboot_apply() File "/usr/share/system-config-date/scdMainWindow.py", line 224, in firstboot_apply return self.apply () File "/usr/share/system-config-date/scdMainWindow.py", line 201, in apply self.timezoneBackend.writeConfig (timezone, utc) File "/usr/share/system-config-date/timezoneBackend.py", line 57, in writeConfig if selinux.is_selinux_enabled() > 0: AttributeError: 'module' object has no attribute 'is_selinux_enabled'