New Question

kvasko's profile - activity

2018-05-04 11:21:53 +0300 received badge  Famous Question (source)
2018-05-04 11:21:53 +0300 received badge  Notable Question (source)
2016-11-11 20:57:24 +0300 received badge  Popular Question (source)
2016-10-20 00:11:39 +0300 commented question Password is not set correctly
2016-10-20 00:11:23 +0300 commented question Password is not set correctly

I had a similar issue (I had a similar issue. http://ask.cloudbase.it/question/1298/let-user-set-password-without-auto-generated-password-on-initial-boot/ ) but never got a solution. I would be interested in seeing an answer to this as well.

2016-09-30 17:57:26 +0300 received badge  Famous Question (source)
2016-09-28 23:30:40 +0300 asked a question Ubuntu errors with PCIPassthrough with GPUs

I have an OS Mitaka deployment that was done by Fuel (9.0).

I have a system with 8GPUs in a single box. We are trying to allow VMs to request access to GPU resources via this box.

I know that with PCI Passthrough you can't share a device with a VM (e.g. deviceid1 <-> 1 VM, or deviceid2 & deviceid3 <-> 1VM).

I have successfully been able to get the system to have 1 GPU <-> 1 VM with the CentOS image from here (http://docs.openstack.org/image-guide...). However, if I try to use the Ubuntu 14.04 image it doesn't attach properly.

I see the following in dmesg. [ 0.638033] pci 0000:00:05.0: unknown header type 7f, ignoring device

At that point the device on the host system goes

from

0d:00.0 VGA compatible controller [0300]: NVIDIA Corporation GM200 [GeForce GTX TITAN X] [10de:17c2] (rev a1) (prog-if 00 [VGA controller])

to

0d:00.0 VGA compatible controller [0300]: NVIDIA Corporation GM200 [GeForce GTX TITAN X] [10de:17c2] (rev ff) (prog-if ff)

At this point the device is "busy" and never released properly. I'm not sure if this is an "image" problem, or a KVM/qemu/libvirt issue.

A few questions.

  1. Does the Ubuntu image listed on the Openstack site support GPUs?
  2. If not how do I add the option to the Ubuntu image to accept GPU devices?
  3. How do I enable an image (centOS or Ubuntu) to accept more than 1 GPU attached to a single VM? (I know the same GPU can't be assigned to multiple VMs).

I was able to reproduce this same issue with CentOS by trying to assign 2x GPUs to a single VM, 1 GPU attached and the other went into the (ff) (prog-if ff) state.

2016-08-12 16:58:10 +0300 commented answer Cloudbase-Init won't prompt user for password change first startup

Sorry, I'm not quite sure what you mean by that. Can you elaborate?

2016-08-12 13:31:33 +0300 received badge  Notable Question (source)
2016-08-08 11:23:46 +0300 received badge  Popular Question (source)
2016-08-01 18:50:27 +0300 asked a question Cloudbase-Init won't prompt user for password change first startup

I followed the instructions on the website to bootstrap a Windows image but I cannot figure out how to configure the image to simply ask for the user to set the password and not have a default password.

I added firstlogonbehaviour=always to my cloudbase-init.conf and cloudbase-init-unattended.conf but it doesn't seem to work. I am always prompted to enter the old password and then 2 new passwords.

Here are my configs and logs

https://gist.github.com/vaskokj/3aacd...

cloudbase-init.log: https://gist.github.com/vaskokj/b00fa...

cloudbase-init-unattended.log: https://gist.github.com/vaskokj/2715f...

2016-08-01 16:38:41 +0300 commented answer Let user set password without auto-generated password on initial boot

I fixed this issue but the issue still persists. It is still asking for a password when I boot the image. I'm trying this on Windows Server 2012 R2. Where can I get the cloudbase-init log? Would this be on the instance?

2016-07-11 14:54:52 +0300 received badge  Famous Question (source)
2016-07-05 18:13:43 +0300 received badge  Notable Question (source)
2016-07-05 17:05:34 +0300 commented answer Let user set password without auto-generated password on initial boot

I recreated the image and still the same issue. It prompts me to input the current password (which I have to decrypt) and then change the pass. The config has first_logon_behaviour=always inside of cloudbase-init.conf inside the folder path of C:\Program Files\Cloudbase Solutions\Cloudbase-Init\conf

2016-07-02 15:25:24 +0300 received badge  Popular Question (source)
2016-07-02 01:13:35 +0300 commented answer Let user set password without auto-generated password on initial boot

The only thing I want the user to do is type in a password. I'm going to try and redo the entire image to see if that works.

2016-07-02 01:08:52 +0300 commented answer Let user set password without auto-generated password on initial boot

Doesn't seem to work. I added "first_logon_behavior=always" to the cloudbase-init.conf and to cloudbase-init-unattended.conf. I took this text from a booted image that was changed in OS which still made me decrypt the password. [DEFAULT] first_logon_behaviour=always inject_user_password=false

2016-07-01 20:00:34 +0300 commented answer Let user set password without auto-generated password on initial boot

how can you change it before it boots? Is it possible to extract the qcow2 image and change it?

2016-07-01 18:25:24 +0300 commented answer Let user set password without auto-generated password on initial boot

I followed the instructions here, http://docs.openstack.org/image-guide/windows-image.html at what point in that process do I need to change that setting? I just executed the MSI file. I'll have to change this on the generated image manually I guess? (e.g. regenerate and change it on the image)?

2016-07-01 17:19:47 +0300 received badge  Editor (source)
2016-07-01 17:19:09 +0300 asked a question Let user set password without auto-generated password on initial boot

I cannot figure out how to configure the image to simply ask for the user to set the password and not have a default password (like in the one provided https://cloudbase.it/windows-cloud-im...).

I saw this, http://ask.cloudbase.it/question/865/... and then the CLI method
nova get-password <instance> <ssh_private_key> to get the default password. But I just want the user to provide a password on their first login.