[smartos-discuss] Please test ACPI update

2017-12-14 Thread Mike Gerdts
Hi All, I'm working on updating ACPI CA (acpica) to include iasl (ASL compiler and AML disassembler). At the same time, I'm moving forward to the current version. Before I push it into SmartOS and eventually illumos, I would like to have it tested on a wide variety of hardware. Since you probab

Re: [smartos-discuss] Please test ACPI update

2017-12-16 Thread Mike Gerdts
On Sat, Dec 16, 2017 at 11:11 AM, Eric Sproul wrote: > > > On Thu, Dec 14, 2017 at 3:08 PM, Mike Gerdts > wrote: > >> Hi All, >> >> I'm working on updating ACPI CA (acpica) to include iasl (ASL compiler >> and AML disassembler). At the same time,

Re: [smartos-discuss] Please test ACPI update

2017-12-19 Thread Mike Gerdts
On Tue, Dec 19, 2017 at 4:17 PM, Eric Sproul wrote: > > > On Mon, Dec 18, 2017 at 9:51 AM, Eric Sproul wrote: > >> >> I will see what I can do about serial port debugging. >> >> > I have tried putting the console on ttya (this board only has 1 serial > port, mapped to 0x3f8/irq4). I set os_conso

[smartos-discuss] RFD 121 bhyve brand

2018-01-11 Thread Mike Gerdts
Hi all, As I'm sure many have heard, we are working on bringing bhyve to SmartOS. As part of that, I'm currently working on a bhyve zone brand. The intent is to have a brand that works well for all illumos distros and is easily wrapped with vmadm so it works well with Triton. https://github.com/

Re: [smartos-discuss] RFD 121 bhyve brand

2018-01-14 Thread Mike Gerdts
On Sun, Jan 14, 2018 at 1:16 PM, Humberto Ramirez wrote: > The reasoning behind bhyve's inclusion in SmartOS might be obvious for > some of you guys but it's not completely clear to me I would have assume > that simply put it's technically superior to KVM is there more to it? > > I'm new here and

Re: [smartos-discuss] Remove ZIL from zones pool?

2018-01-19 Thread Mike Gerdts
On Fri, Jan 19, 2018 at 2:53 PM, Jim Wiggs wrote: > > > On Fri, Jan 19, 2018 at 12:17 PM, Marsell K wrote: > >> > If that weren't the case, I wouldn't have done what I was doing, >> because I'd be reducing the lifetime of my ZIL devices by 90% or more. >> >> I don't follow. You will reduce your

Re: [smartos-discuss] Remove ZIL from zones pool?

2018-01-19 Thread Mike Gerdts
On Fri, Jan 19, 2018 at 3:29 PM, Jim Wiggs wrote: > > On Fri, Jan 19, 2018 at 1:03 PM, Mike Gerdts > wrote: > >> On Fri, Jan 19, 2018 at 2:53 PM, Jim Wiggs wrote: >> >>> >>> >>> On Fri, Jan 19, 2018 at 12:17 PM, Marsell K wrote: >>>

Re: [smartos-discuss] Remove ZIL from zones pool?

2018-01-19 Thread Mike Gerdts
On Fri, Jan 19, 2018 at 5:07 PM, Mike Gerdts wrote: > The amount of data that can be written in 3 transaction groups is also a > good estimate for how large your slog needs to be. If it is a 12 Gbit/s > SAS device, the device needs to be about 180 GB (1.2 GB/s (accounting for > 8b/

Re: [smartos-discuss] Building a 32-bit kernel

2018-01-22 Thread Mike Gerdts
On Mon, Jan 22, 2018 at 5:52 AM, a b wrote: > Apologies if this has been asked before, in which case I > will be grateful to be pointed to the documentation to go > read. > > I have a perfectly good, last generation Pentium 4 server at > 3.2 GHz which currently runs Solaris 10 GA (01/20

[smartos-discuss] new (old) acpi build for testing

2018-02-08 Thread Mike Gerdts
Hi all, I've done a bit of surgery on the way that we build acpica in SmartOS and would appreciate it if people can give this a quick spin on a variety of hardware. Unlike my previous attempt, the version of upstream code is not changing. This time around, I've just brought in iasl. In the proc

[smartos-discuss] Flag day: illumos-joyent requires updated smartos-live

2018-02-13 Thread Mike Gerdts
If you don't build SmartOS platform images, you can skip this message. The fix for: OS-6465 add iasl requires a couple of new variable definitions in illumos.sh. The corresponding change in smartos-live sets these when projects/illumos/illumos.sh

Re: [smartos-discuss] Python psycopg2 issue

2018-02-16 Thread Mike Gerdts
An untested fix is at: https://github.com/mgerdts/psycopg2/commit/eb711c78d71384600113d549ec6714aa079928a3 It builds on SmartOS. I've not built it on Solaris 10 or run it anywhere. MIke On Fri, Feb 16, 2018 at 4:09 PM, Daniel Kontsek wrote: > Hello everyone, > > We are deploying a lot of P

Re: [smartos-discuss] SmartOS zone in down state

2018-03-09 Thread Mike Gerdts
On Thu, Mar 8, 2018 at 2:44 AM, qutic development wrote: > Hi, > > I did a reboot inside of a zone, but the reboot process seems to be stale. > > A vmadm list the zone as down. vmadm stop cannot stop it. > In /var/adm/messages I found: > > 2018-03-08T07:26:20.782281+00:00 qsm02 genunix: [ID 62134

[smartos-discuss] Heads up: zhyve.log moved

2018-04-02 Thread Mike Gerdts
If you are not using the recently introduced bhyve brand, you can ignore this message. With my fix for: OS-6831 bhyve brand should use zfd for zhyve logging What you used to find in /zones/$uuid/root/tmp/zhyve.log is now found in /zones/$uuid/logs/platform.log. A key difference is that the out

[smartos-discuss] flag day: OS-6863 requires illumos-joyent and smartos-live to be in sync

2018-04-24 Thread Mike Gerdts
The fix for OS-6863 presetate should enforce zlog-name Has parts in smartos-live and illumos-joyent. If a PI has only the illumos-joyent part, newly installed bhyve instances will fail to boot due to a failed assertion while opening /dev/zfd/1 in z

Re: [smartos-discuss] Problem adding an additional NIC into an Ubuntu KVM

2018-05-29 Thread Mike Gerdts
On Tue, May 29, 2018 at 11:56 AM, Gareth Howell wrote: > My home server has two physical NICs but I've only been using one so far. > I now want to use the second to create a DMZ from the router rather than > having external traffic NAT'd into the server. > I already have an Ubuntu KVM that runs a

Re: [smartos-discuss] Problem adding an additional NIC into an Ubuntu KVM

2018-05-29 Thread Mike Gerdts
On Tue, May 29, 2018 at 3:00 PM, Gareth Howell wrote: > Hi Mike > Thanks for the help. > > ip a shows > > 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group > default qlen 1 > > link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 > > inet 127.0.0.1/8 scope host lo > >valid_lft

Re: [smartos-discuss] Problem adding an additional NIC into an Ubuntu KVM

2018-05-30 Thread Mike Gerdts
very little documentation on persisting adapter > information, beyond one example. > > Gareth > > On 29 May 2018 at 21:09:59, Mike Gerdts (mike.ger...@joyent.com) wrote: > >> >> Taking a closer look at the initial output you provided, I can see that >> the zone wi

Re: [smartos-discuss] Problem adding an additional NIC into an Ubuntu KVM

2018-05-30 Thread Mike Gerdts
martos internals to make > immediate progress so I’ll need to do some ferreting before reporting back. > > > Gareth > > On 30 May 2018 at 13:58:31, Mike Gerdts (mike.ger...@joyent.com) wrote: > >> I'm not sure what is going on. What I can offer now are some

Re: [smartos-discuss] zvol image on image server

2018-06-27 Thread Mike Gerdts
The easiest way to create an image from an existing kvm instance is with: src_vm_uuid=FIXME name=my-first-image version=1 imgadm create -i $src_vm_uuid -s linux-prepare-image version=$version name=$name You can find linux-prepare-image at https://raw.githubusercontent.com/joyent/sdc-imgapi/master

Re: [smartos-discuss] Ubuntu 18.04 Images

2018-07-26 Thread Mike Gerdts
On Wed, Jul 25, 2018 at 3:02 AM, Alasdair Lumsden < alaslists+smartos-disc...@gmail.com> wrote: > Hi All, > > Just a quick one. I wondered if there was any word, unofficial or > otherwise, regarding Ubuntu 18.04? > > In particular, whether we're likely to see LX images, or whether there's a > shif

Re: [smartos-discuss] Re: Weird disk performance issues with newer images

2018-07-26 Thread Mike Gerdts
On Thu, Jul 26, 2018 at 5:02 AM, Len Weincier wrote: > On Wed, 2018-07-25 at 16:58 +0200, Len Weincier wrote: > > Hi > > We a very strange situation trying to upgrade to a newer smartos image > where the disk I/O is *very* slow. > > I have been working through the released images and the last one

Re: [smartos-discuss] Re: Weird disk performance issues with newer images

2018-07-26 Thread Mike Gerdts
The timestamp matches the time it was built. It does not reflect the fact that many months of development are excluded. Mike On Thu, Jul 26, 2018, 1:01 PM Len Weincier wrote: > > > On 26 Jul 2018, at 20:43, Mike Gerdts wrote: > > On Thu, Jul 26, 2018 at 5:02 AM, Len Weincier

Re: [smartos-discuss] Latest Smartos version cannot boot Win7 x64 with KVM

2018-07-27 Thread Mike Gerdts
To the best of my knowledge, no one is working on this. If the problem can be reproduced with Windows Server 2012r2 or Windows Server 2016 it would likely become a much higher priority. Mike On Fri, Jul 27, 2018 at 1:02 AM, Gernot Straßer wrote: > I would really appreciate a word from Joyent e

Re: [smartos-discuss] bhyve: 'old' virtual machine images, network, vnc

2018-08-15 Thread Mike Gerdts
Hi Stefan, Thanks for trying out bhyve. I've included notes below that may help you until we get our official bhyve+kvm hybrid images published. On Wed, Aug 15, 2018 at 8:43 AM, Stefan wrote: > Dear list, > > we started experimenting with bhyve recently (joyent_20180802T002654Z) > and ran into

Re: [smartos-discuss] bhyve: 'old' virtual machine images, network, vnc

2018-08-20 Thread Mike Gerdts
On Mon, Aug 20, 2018 at 9:41 AM, Stefan wrote: > Hello Mike, > > Am 15.08.2018 16:28, schrieb Mike Gerdts: > >> 1. Are the 'old' SmartOS virtual machines images, [...] >>> supposed to be usable under bhyve? [...] >>> >> >> That i