New Question

sofaking's profile - activity

2015-10-26 11:00:41 +0300 received badge  Famous Question (source)
2015-10-26 10:58:07 +0300 received badge  Notable Question (source)
2015-07-10 05:13:47 +0300 commented answer V-Magine error: "Need more than 1 value to unpack"

It has/does. Thank you!

2015-07-10 01:46:16 +0300 received badge  Popular Question (source)
2015-04-24 01:41:19 +0300 received badge  Enthusiast
2015-04-22 22:42:02 +0300 asked a question V-Magine error: "Need more than 1 value to unpack"

When running V-Magine, I get an error in the console after 2-3 minutes of "Downloading Hyper-V Openstack component".

"Error: need more than 1 value to unpack"

There's only an OK button and the deployment has failed at that point.

2015-04-22 17:49:32 +0300 received badge  Scholar (source)
2015-04-22 07:01:56 +0300 commented answer v-magine hanging during boot of openstack-controller

I got a noitification advising that there was a V-Magine update that needed to be downloaded. Downloaded and ran; worked, but I had to tmux to the anaconda session, set eth0 statically, etc. Is this behavior expected?

2015-04-20 20:14:07 +0300 received badge  Editor (source)
2015-04-19 12:35:24 +0300 received badge  Famous Question (source)
2015-04-18 19:13:57 +0300 commented answer v-magine hanging during boot of openstack-controller

Thank you for taking time to address this Alex; I know you guys are busy getting ready for Vancouver. Will try it out shortly.

2015-04-16 17:59:20 +0300 received badge  Notable Question (source)
2015-04-14 22:28:06 +0300 answered a question v-magine hanging during boot of openstack-controller

LAST UPDATE: All is working now. Thanks!

UPDATE: Now I get this:

[ 30.678382] RIP [<ffffffffa01e4d97>] vmbusteardowngpadl+0x107/0x110 [hv_vmbus]
[ 30.678382] RSP <ffff88007e973a68>
[ 34.232402] ---[ end trace 7877d6ddb413635c ]---
[ 34.244147] Kernel panic - not syncing: Fatal exception

Doesn't appear to be a bug, per se.

https://bugzilla.redhat.com/show_bug....

2015-04-14 22:26:07 +0300 received badge  Popular Question (source)
2015-04-04 19:49:11 +0300 asked a question v-magine hanging during boot of openstack-controller

When trying to launch Openstack using V-Magine, it's hanging, with the following being the last screen of output before it stops:


Starting installer, one moment...
anaconda 19.31.123-1 for CentOS 7 started.
* installation log files are stored in /tmp during the installation
12:26:00 Not asking for VNC because text mode was explicitly asked for in kickstart
Traceback (most recent call last):
File "/sbin/anaconda", line 1087, in <module>
setupDisplay(anaconda, opts, addonpaths)
File "/sbin/anaconda", line 673, in setupDisplay
anaconda.initInterface(addon
paths)
File "/usr/lib64/python2.7/site-packages/pyanaconda/anaconda.py", line 205, in initInterface
self.intf = TextUserInterface(self.storage, self.payload,
File "/usr/lib64/python2.7/site-packages/pyanaconda/anaconda.py", line 156, in storage
self.
storage.setDefaultFSType(self.instClass.defaultFS)
File "/usr/lib/python2.7/site-packages/blivet/init.py", line 1905, in setDefaultFSType
self.checkvalidfstype(newtype)
File "/usr/lib/python2.7/site-packages/blivet/init.py", line 1880, in _check
valid_fstype
raise ValueError("new value %s is not valid as a default fs type" % fmt)
ValueError: new value non-existent xfs filesystem is not valid as a default fs type

self.checkvalidfstype(newtype)
File "/usr/lib/python2.7/site-packages/blivet/init.py", line 1880, in _check
valid_fstype
raise ValueError("new value %s is not valid as a default fs type" % fmt)
ValueError: new value non-existent xfs filesystem is not valid as a default fs type
Pane is dead


Has anyone else experienced this?