New Question

eckdd's profile - activity

2018-01-08 09:43:17 +0300 received badge  Famous Question (source)
2018-01-08 09:43:17 +0300 received badge  Notable Question (source)
2017-04-07 01:30:19 +0300 received badge  Famous Question (source)
2017-03-08 09:35:28 +0300 received badge  Famous Question (source)
2017-03-07 20:20:40 +0300 received badge  Supporter (source)
2017-03-07 12:32:38 +0300 received badge  Notable Question (source)
2017-03-07 12:10:01 +0300 received badge  Popular Question (source)
2017-03-07 09:18:00 +0300 received badge  Editor (source)
2017-03-07 06:31:38 +0300 asked a question V-Magine install fail "A start job is running for dev-mapp.."

Server 2016. Install fails after timing out connected via SSH upon rebooting after install the LIS. Meanwhile, the console hangs at the following:

https://goo.gl/photos/LGLK7f1YG6aG92RP6

v-magine.log: http://paste.openstack.org/raw/601688/ v-magine-console.log: http://paste.openstack.org/raw/601689/

2016-11-27 04:52:56 +0300 answered a question v-magine - Need more than 1 value to unpack?

I ran into a similar error. Fixed it by ensuring that the external IP address on the host was static.

2016-11-17 17:31:48 +0300 received badge  Notable Question (source)
2016-11-11 22:50:44 +0300 received badge  Popular Question (source)
2016-11-11 22:47:31 +0300 received badge  Scholar (source)
2016-11-11 22:47:13 +0300 received badge  Popular Question (source)
2016-11-09 13:47:24 +0300 received badge  Famous Question (source)
2016-10-23 13:43:47 +0300 asked a question VM/Instance console

I noticed that the console available through the OpenStack dashboard imbeds content hosted on the FreeRDP Web-connect server that is installed on the Hyper-V host. This can be problematic if you want to console into a VM through the OpenStack dashboard, but the controller running Horizon is placed behind a port forwarding NAT device, or in the case where you would not want the Hyper-V host to be directly accessible to clients accessing Horizon.

I was wondering if there could be a way to move the FreeRDP web access off of the host and onto the controller, so that only a single IP address need be accessible by clients to access the VM console.

I've attempted similar things before with other HTML5/RDP solutions, but it seems that the standard FreeRDP client may not support the passing of the VMid BLOB attribute. However, I recently ran across a Veeam project that seems to do exactly that.

2016-10-23 08:29:38 +0300 asked a question Openstack Hyper-V instance/VM Name

Upon launching an instance through OpenStack on a Hyper-V host, the VM is name "instance-00000xx"--is there a way to have the prefix "instance" replaced with something else on a per-launch basis, particularly using the metadata when launching the instance? For example, if I launch 5 instances of a special Windows 7 build, I would like the VM names in Hyper-V to be similar to "Special-00000xx"

Also, is there a way to configure VM attributes like Hyper-V integration services or CD drive options at the launch of an instance?

2016-10-06 02:26:44 +0300 received badge  Enthusiast
2016-10-05 19:21:27 +0300 commented answer Install fail "need more than 1 value to unpack"

Yeah, I did console straight into the box as soon as it failed. Didn't delete anything and also didn't even close the installer.

2016-10-05 10:26:15 +0300 received badge  Notable Question (source)
2016-10-04 20:38:12 +0300 commented answer Install fail "need more than 1 value to unpack"

Don't think it executed completely, but here's what I got: http://paste.openstack.org/show/584272/ I had to install paramiko. /etc/nova/ does not exist. Also, I used 172.21.x.x (my internet-facing private network) as the External IP.

2016-10-04 16:38:25 +0300 received badge  Popular Question (source)
2016-10-03 21:41:13 +0300 commented answer Install fail "need more than 1 value to unpack"

Also dropped the core count down to 4 right before the VM powered on and it failed in at the same place with same error.

2016-10-03 21:39:49 +0300 commented answer Install fail "need more than 1 value to unpack"

I did not notice any differences between the 2012 R2 log and the 2016 log; both fail in the same place and give the same error. Ran the install as both the local admin and separate account with admin rights. VM has 6144 MB with 16 cores assigned, host has 128 GB, dual 8 core Opteron 6212's.

2016-10-01 03:49:45 +0300 received badge  Organizer (source)
2016-10-01 03:48:48 +0300 asked a question Install fail "need more than 1 value to unpack"

Ran this on the latest release of Server 2016, then installed 2012 R2 and got the same thing. Looks like it bombs out after the following:

 2016-09-30 11:18:52,552 DEBUG logging debug 1630 4728 AsyncLoopThread OpenStack config: {'oslo_messaging_rabbit': {'rabbit_hosts': '', 'rabbit_userid': '', 'rabbit_password': ''}, 'glance': {'api_servers': ''}, 'keystone_authtoken': {'admin_tenant_name': '', 'admin_password': '', 'admin_user': ''}, 'neutron': {'username': '', 'project_name': '', 'url': '', 'user_domain_name': '', 'auth_url': '', 'password': '', 'project_domain_name': ''}}

2016-09-30 11:19:24,816 ERROR logging error 1596 4728 AsyncLoopThread need more than 1 value to unpack

Here's the rest of the log: http://pastebin.com/L9ZZuxj0 console log: http://pastebin.com/CM5Aq4Gp Prior to this, CentOS rebooted after installing the Linux Integration Services. It fails after the exact same event in both 2012R2 and 2016.