I grabbed the latest image and a new mSD card (well, a different one anyway). Ran the script, did not expand the root partition and booted up the Cubietruck. This boot worked, but...

In the config, I went first to Network configuration to provide the host name. I miss-typed it with:

CB1,htt-consult.com

and naturally got an error. So I changed the comma to a period and clicked Done. The error went away, but I am stuck on the Network & Host Name config page. No matter how many times I click the Done, nothing happens.

Since I ran the script with nopassword, I was able to login as root (with no password) on the serial console. This is what I see in /var/log/messages after a click on DOne:

Oct 25 08:48:21 localhost xinit: spoke.apply()
Oct 25 08:48:21 localhost xinit: File "/usr/lib/python3.4/site-packages/pyanaconda/ui/gui/spokes/network.py", line 1472, in apply Oct 25 08:48:21 localhost xinit: payloadMgr.restartThread(self.storage, self.data, self.payload, self.instclass, checkmount=False) Oct 25 08:48:21 localhost xinit: File "/usr/lib/python3.4/site-packages/pyanaconda/packaging/__init__.py", line 1231, in restartThread
Oct 25 08:48:21 localhost xinit: if threadMgr.get(THREAD_PAYLOAD_RESTART):
Oct 25 08:48:21 localhost xinit: AttributeError: 'NoneType' object has no attribute 'get'
Oct 25 08:48:21 localhost xinit: Traceback (most recent call last):
Oct 25 08:48:21 localhost xinit: File "/usr/lib/python3.4/site-packages/pyanaconda/ui/gui/spokes/network.py", line 1543, in on_back_clicked
Oct 25 08:48:21 localhost xinit: NormalSpoke.on_back_clicked(self, button)
Oct 25 08:48:21 localhost xinit: File "/usr/lib/python3.4/site-packages/pyanaconda/ui/gui/spokes/__init__.py", line 76, in on_back_clicked
[root@localhost ~]# tail /var/log/messages -n30
Oct 25 08:48:21 localhost xinit: if threadMgr.get(THREAD_PAYLOAD_RESTART):
Oct 25 08:48:21 localhost xinit: AttributeError: 'NoneType' object has no attribute 'get'
Oct 25 08:48:21 localhost xinit: Traceback (most recent call last):
Oct 25 08:48:21 localhost xinit: File "/usr/lib/python3.4/site-packages/pyanaconda/ui/gui/spokes/network.py", line 1543, in on_back_clicked
Oct 25 08:48:21 localhost xinit: NormalSpoke.on_back_clicked(self, button)
Oct 25 08:48:21 localhost xinit: File "/usr/lib/python3.4/site-packages/pyanaconda/ui/gui/spokes/__init__.py", line 76, in on_back_clicked Oct 25 08:48:21 localhost xinit: self.main_window.current_action.spoke_done(self) Oct 25 08:48:21 localhost xinit: File "/usr/lib/python3.4/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 396, in spoke_done
Oct 25 08:48:21 localhost xinit: spoke.apply()
Oct 25 08:48:21 localhost xinit: File "/usr/lib/python3.4/site-packages/pyanaconda/ui/gui/spokes/network.py", line 1472, in apply Oct 25 08:48:21 localhost xinit: payloadMgr.restartThread(self.storage, self.data, self.payload, self.instclass, checkmount=False) Oct 25 08:48:21 localhost xinit: File "/usr/lib/python3.4/site-packages/pyanaconda/packaging/__init__.py", line 1231, in restartThread
Oct 25 08:48:21 localhost xinit: if threadMgr.get(THREAD_PAYLOAD_RESTART):
Oct 25 08:48:21 localhost xinit: AttributeError: 'NoneType' object has no attribute 'get'
Oct 25 08:48:21 localhost xinit: Traceback (most recent call last):
Oct 25 08:48:21 localhost xinit: File "/usr/lib/python3.4/site-packages/pyanaconda/ui/gui/spokes/network.py", line 1543, in on_back_clicked
Oct 25 08:48:21 localhost xinit: NormalSpoke.on_back_clicked(self, button)
Oct 25 08:48:21 localhost xinit: File "/usr/lib/python3.4/site-packages/pyanaconda/ui/gui/spokes/__init__.py", line 76, in on_back_clicked Oct 25 08:48:21 localhost xinit: self.main_window.current_action.spoke_done(self) Oct 25 08:48:21 localhost xinit: File "/usr/lib/python3.4/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 396, in spoke_done
Oct 25 08:48:21 localhost xinit: spoke.apply()
Oct 25 08:48:21 localhost xinit: File "/usr/lib/python3.4/site-packages/pyanaconda/ui/gui/spokes/network.py", line 1472, in apply Oct 25 08:48:21 localhost xinit: payloadMgr.restartThread(self.storage, self.data, self.payload, self.instclass, checkmount=False) Oct 25 08:48:21 localhost xinit: File "/usr/lib/python3.4/site-packages/pyanaconda/packaging/__init__.py", line 1231, in restartThread
Oct 25 08:48:21 localhost xinit: if threadMgr.get(THREAD_PAYLOAD_RESTART):
Oct 25 08:48:21 localhost xinit: AttributeError: 'NoneType' object has no attribute 'get'
Oct 25 08:48:21 localhost xinit: Traceback (most recent call last):
Oct 25 08:48:21 localhost xinit: File "/usr/lib/python3.4/site-packages/pyanaconda/ui/gui/spokes/network.py", line 1543, in on_back_clicked
Oct 25 08:48:21 localhost xinit: NormalSpoke.on_back_clicked(self, button)
Oct 25 08:48:21 localhost xinit: File "/usr/lib/python3.4/site-packages/pyanaconda/ui/gui/spokes/__init__.py", line 76, in on_back_clicked


_______________________________________________
arm mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/arm

Reply via email to