RE: [smartos-discuss] Qemu keyboard layout -k

2016-03-08 Thread TRITONIA SOLUTIONS LIMITED
Peter, I have not tried using the qemu_extra_opts when initially creating a vm. I used the vmadm update to change qemu_extra_opts after I had created the vm and setup the virtio drivers. I will try creating a new vm as the Windows 7 vm I was using refuses to run windows update. I copied the

RE: [smartos-discuss] Qemu keyboard layout -k

2016-03-08 Thread TRITONIA SOLUTIONS LIMITED
Peter, I did try that option but then the vm would not start: looks like I ended up with "-k en-us -k en-gb" on the qemu command-line. So I used vmadm update qemu_opts='-vnc unix:/tmp/vm.vnc -parallel none -usb -usbdevice tablet -k en-gb' as documented in

Re: [smartos-discuss] Qemu keyboard layout -k

2016-03-08 Thread Peter Kelm
Sean, This is how I use that option: [user@host /opt]# cat german.json { qemu_extra_opts: "-k de" } You can add the qemu_extra_opts line to a VM JSON file or apply the above via vmadm update afterwards. Best regards, Peter > Am 08.03.2016 um 18:44 schrieb TRITONIA SOLUTIONS LIMITED

Re: [smartos-discuss] Qemu keyboard layout -k

2016-03-08 Thread Josh Wilsdon
Hi, I am using VNC to access some Windows vm's and the default keyboard layout is "en-us" whereas I need to use "en-gb". I can see the "-k en-us" option in the vm.startvm.log but cannot find the appropriate vmadm json value to change it. Hi, If you look at the vmadm man page for qemu_opts

[smartos-discuss] Qemu keyboard layout -k

2016-03-08 Thread TRITONIA SOLUTIONS LIMITED
Hi, I am using VNC to access some Windows vm's and the default keyboard layout is "en-us" whereas I need to use "en-gb". I can see the "-k en-us" option in the vm.startvm.log but cannot find the appropriate vmadm json value to change it. I know I could use RDP but that restricts what you can

Re: [smartos-discuss] A deadlock issue of epoll_wait when used in branded zone environment

2016-03-08 Thread Patrick Mooney
Thanks for the detailed report. I have written up a ticket (https://smartos.org/bugview/OS-5222) and will be working on it today. -Patrick On 8 March 2016 at 01:21, 王靖 wrote: > Hi ALL, > Recently, we found a bug in SmartOS version 20160121 lx branded zone (UUID >

Re: [smartos-discuss] Samsung 950 Pro on SmartOS?

2016-03-08 Thread Dirk Steinberg
> Am 07.03.2016 um 06:48 schrieb Fred Liu : > > > > 2016-03-05 21:19 GMT+08:00 Dirk Steinberg >: > > Apart from that: is NVMe support in SmartOS considered stable? >> >> There is driver support for it in the system.

RE: [smartos-discuss] Adding a new disk - too hard :(

2016-03-08 Thread the outsider
Are you sure you can't see the device with "format"? Please reply the "format" output. It should show the device as something like c1t1d0 or something. Van: David Preece [mailto:da...@zedkep.com] Verzonden: dinsdag 8 maart 2016 4:47 Aan: smartos-discuss@lists.smartos.org Onderwerp:

Re: [smartos-discuss] Introducing io-lx -- an attempt to port LX Zones to OmniOS

2016-03-08 Thread Jorge Schrauwen
When I still had most of my zones on OmniOS and heard the LX news I was thinking about how that would work on non-smartos stuff given the lack of vmadm. In my head I seemed to end up on traditional tools + a script that would use debbootstrap to setup debian/ubuntu zones on the spot, just