[00:05:16] *** rosset <rosset!~Filipe@fedora/rosset> has quit IRC (Remote host closed the connection)
[00:05:41] *** rosset <rosset!~Filipe@200.150.164.149> has joined #illumos
[00:05:41] *** rosset <rosset!~Filipe@200.150.164.149> has quit IRC (Changing host)
[00:05:41] *** rosset <rosset!~Filipe@fedora/rosset> has joined #illumos
[00:07:35] *** equalunique[m] <equalunique[m]!equaluniqu@gateway/shell/matrix.org/x-wovnlqbocuddmasu> has joined #illumos
[00:08:35] *** mnowak_ <mnowak_!~mnowak_@94.142.238.232> has quit IRC (Quit: Leaving)
[00:14:31] *** andy_js <andy_js!~andy@5ec0fdb3.skybroadband.com> has quit IRC (Quit: andy_js)
[00:18:09] <igork> rmustacc: maybe you know some hints - how to setup default vlan=400 for vnics? i tried set property default_tag for etherstub, but it is not working
[00:18:56] <rmustacc> Um, I tag the vnic.
[00:19:21] <rmustacc> Anything beyond that usually tells me that I'm being too complex.
[00:19:24] <igork> i can create vnic with vlan tag with link to aggr, but i need original vnic with link to bridge or etherstub or something else without vlan rag on vnic
[00:19:54] <igork> but to work with vnic
[00:19:55] <rmustacc> When I have etherstubs, I just create a vnic with the vlan tag on the stub.
[00:20:16] <rmustacc> Not knowing better, I'd do the same thing with a vnic on a bridge.
[00:20:44] <igork> on open switch on linux we can use some ports groups in special vlan - is it possible similar with crossbow?
[00:21:07] <rmustacc> Probably?
[00:21:11] <rmustacc> But, really, I don't know.
[00:21:21] <igork> i try to find solution
[00:21:48] <igork> problem is: if i do vlan tag on vnic and use it - i have panic
[00:22:08] <igork> if i use vlan tag on switch port and use as original vnic - all works well
[00:22:17] <igork> i have panic in mac stack
[00:22:28] <rmustacc> Well, panics are bad.
[00:22:31] <rmustacc> That should probably be fixed.
[00:22:46] <igork> this one
[00:23:10] <rmustacc> Uh, aoe?
[00:23:16] <richlowe> ATA over Ethernet
[00:23:18] <igork> yes, our own
[00:23:29] <igork> implementation
[00:23:32] <richlowe> the plan9 of networked physical storage!
[00:23:33] <rmustacc> I mean, if htat's on the scene, you'll have to debug man.
[00:23:38] <richlowe> (double joke there folks)
[00:24:04] <igork> thanks for jokes
[00:24:12] <igork> but it is not halping me
[00:24:17] <igork> helping
[00:24:21] <rmustacc> I wasn't trying to joke.
[00:25:07] <rmustacc> I'm not really in a place where I can debug your panic. I'd work on debugging that first.
[00:25:40] <igork> i know and no asking for debug it - i try identify - why with vlan tag it paniced
[00:26:00] <richlowe> right, that's what the debugging will tell you.
[00:26:01] <rmustacc> Dunno, going to be hard to tell from that. I'd start working through what invariant you blew and why.
[00:26:14] <richlowe> I'm guessing it's asserting a list is now empty, or 1-element, and it is not.
[00:26:22] <richlowe> a good first step would be looking at what it is instead
[00:26:27] <richlowe> (is it corrupt? is it many elements long?)
[00:26:52] <igork> it is interest assert in mutex_exit with next mutes_enter
[00:27:12] <igork> i have no panic if i have no vlan tag on vnic
[00:27:33] <rmustacc> Can you reproduce it on stock illumos?
[00:28:07] *** edef[m] <edef[m]!edefedefeu@gateway/shell/matrix.org/x-kyhrhrskapnuniru> has joined #illumos
[00:28:07] *** mack[m] <mack[m]!mackmatrix@gateway/shell/matrix.org/x-wayladngsovjbfab> has joined #illumos
[00:28:15] <igork> nope - no aoe on illumos side
[00:28:35] <rmustacc> Well, if it requires aoe, then yeah, debugging it the old fashioned way is the only way forward.
[00:28:47] <igork> yes, i know
[00:28:48] <rmustacc> Given that it relies on your proprietary bits.
[00:29:27] <igork> i tried to found the way - how to use vnic over some etherstub or bridge in special vlan if switch port in trunk
[00:31:14] <gitomat> [illumos-gate] 7094 mdb can't print types from an object file with ctf -- Robert Mustacchi <rm at joyent dot com>
[00:31:32] <igork> it is strange issue i can see only on real hw with ixgbe - i have no panic on vmware guest in the same config with vmxnet3s driver
[00:32:27] *** yurip <yurip!~yuri@94.233.224.35> has joined #illumos
[00:32:44] <igork> another driver can do something different - i know, but it is panic with mac layer
[00:33:09] <rmustacc> Well, all the more reason to dig in and understand.
[00:33:15] <igork> yes
[00:33:53] *** asx <asx!~asx@93-34-145-252.ip50.fastwebnet.it> has quit IRC (Quit: Leaving)
[00:34:08] *** heroux <heroux!sandroco@gateway/shell/insomnia247/x-jnihnphmfcgkfkxb> has quit IRC (Ping timeout: 276 seconds)
[00:34:18] *** heroux <heroux!sandroco@gateway/shell/insomnia247/x-afakvjduykypqbtw> has joined #illumos
[00:43:35] <igork> fantastic - as always - i load debug build - and i have no panic
[00:43:42] <igork> wtf ...
[00:44:49] <igork> what the hell - when i want try to debug something - prepare and load debug - no panic
[00:47:04] <rmustacc> Well, you have a dump, and it's reproducible. That gives you a lot to go on.
[00:47:11] *** carlomagno <carlomagno!~cararell@inet-hqmc07-o.oracle.com> has joined #illumos
[00:47:22] <igork> yes - i have 100% reproduce
[00:47:29] <igork> but with non-debug build
[00:47:32] <rmustacc> So?
[00:47:56] <igork> will try to work with non debug build
[00:48:18] <igork> and i don't understand - why it panic on non-debug
[00:48:27] *** thegattaca <thegattaca!~thegattac@209.58.144.169> has joined #illumos
[00:48:29] <igork> in mac layer
[00:48:32] <rmustacc> Well, it'll make sense when you finish debugging it.
[00:48:46] <rmustacc> There are lots of things that a debug build can hide.
[00:48:58] <igork> hide?
[00:49:09] <igork> i know about code injections
[00:49:15] <igork> + different timing
[00:49:21] <igork> but what are hids?
[00:51:29] <igork> also - right now i have aggregation with 2 x 10g nics + vnic with vlan on it
[00:52:04] <igork> probably this can try to produce some another way with vlan tags
[00:52:57] <igork> it was crash when i had vnic with vlan with link to ixgbe directly
[01:14:34] *** yurip <yurip!~yuri@94.233.224.35> has quit IRC (Read error: Connection reset by peer)
[01:20:09] *** yurip <yurip!~yuri@94.233.224.35> has joined #illumos
[01:23:44] *** asx <asx!~asx@93-34-145-252.ip50.fastwebnet.it> has joined #illumos
[01:24:11] *** rosset_ <rosset_!~Filipe@200.150.164.149> has joined #illumos
[01:25:30] *** thegattaca <thegattaca!~thegattac@209.58.144.169> has quit IRC (Quit: Sleepy...)
[01:25:52] *** rosset <rosset!~Filipe@fedora/rosset> has quit IRC (Ping timeout: 260 seconds)
[01:28:16] *** rosset_ <rosset_!~Filipe@200.150.164.149> has quit IRC (Remote host closed the connection)
[01:28:40] *** rosset_ <rosset_!~Filipe@200.150.164.149> has joined #illumos
[01:42:50] *** rosset_ is now known as rosset
[01:42:52] *** rosset <rosset!~Filipe@200.150.164.149> has quit IRC (Changing host)
[01:42:52] *** rosset <rosset!~Filipe@fedora/rosset> has joined #illumos
[01:43:21] *** Cthulhux <Cthulhux!cthulhu@piratenpartei/ni/tux> has quit IRC (Ping timeout: 256 seconds)
[01:45:03] *** Cthulhux <Cthulhux!cthulhu@rosaelefanten.org> has joined #illumos
[01:46:59] *** Cthulhux <Cthulhux!cthulhu@rosaelefanten.org> has quit IRC (Changing host)
[01:46:59] *** Cthulhux <Cthulhux!cthulhu@piratenpartei/ni/tux> has joined #illumos
[01:50:07] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has quit IRC (Quit: Leaving.)
[02:20:00] *** ed209 <ed209!~ed209@165.225.128.67> has quit IRC (Remote host closed the connection)
[02:20:07] *** ed209 <ed209!~ed209@165.225.128.67> has joined #illumos
[02:44:49] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has joined #illumos
[02:48:27] *** v_a_b1 <v_a_b1!~volker@p50905CBC.dip0.t-ipconnect.de> has joined #illumos
[02:50:09] *** v_a_b <v_a_b!~volker@p509050B9.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 264 seconds)
[03:00:07] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has quit IRC (Quit: Leaving.)
[03:00:36] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has joined #illumos
[03:00:42] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has quit IRC (Client Quit)
[03:01:21] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has joined #illumos
[03:01:21] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has quit IRC (Client Quit)
[03:01:42] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has joined #illumos
[03:01:51] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has quit IRC (Client Quit)
[03:03:01] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has joined #illumos
[03:03:01] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has quit IRC (Client Quit)
[03:03:36] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has joined #illumos
[03:03:36] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has quit IRC (Client Quit)
[03:05:16] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has joined #illumos
[03:05:16] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has quit IRC (Client Quit)
[03:05:51] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has joined #illumos
[03:05:51] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has quit IRC (Client Quit)
[03:07:34] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has joined #illumos
[03:07:35] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has quit IRC (Client Quit)
[03:08:06] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has joined #illumos
[03:08:06] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has quit IRC (Client Quit)
[03:09:51] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has joined #illumos
[03:09:51] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has quit IRC (Client Quit)
[03:11:21] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has joined #illumos
[03:34:58] *** nikolam <nikolam!~nikolam@unaffiliated/nikolam> has joined #illumos
[03:52:40] *** bahamat <bahamat!~bahamat@2001:470:f0f4:a0a:9c64:ad01:e023:c786> has quit IRC (Quit: Leaving.)
[04:00:57] <nikolam> I think I used to be able to install illumos loader from live media but I get ' bootadm: No such BE: /device/ramdisk:a ' , when issuing ' bootadm install-bootloader -MfvR /mnt ' (beadm mounted BE)
[04:21:57] *** _Tenchi_ <_Tenchi_!~phil@207-255-68-080-dhcp.aoo.pa.atlanticbb.net> has quit IRC (Ping timeout: 264 seconds)
[04:22:39] *** _Tenchi_ <_Tenchi_!~phil@207-255-68-080-dhcp.aoo.pa.atlanticbb.net> has joined #illumos
[04:37:59] *** tozhu <tozhu!~Thunderbi@223.85.203.28> has joined #illumos
[04:45:21] <nikolam> And when I do ' installboot -mFV /mnt/boot/pmbr /mnt/boot/gptzfsboot /dev/rdsk/c4t1d0p0 ' , I get installing loader to whole disk device is not supported
[04:47:50] <nikolam> and with c4t1d0s0 gives, open: I/O error, Failed to detect file system type, Unable to open device /dev/rdsk/c4t1d0s0 '
[05:06:06] *** rdenis <rdenis!uid16562@gateway/web/irccloud.com/x-qukycwzgajjtzbbp> has joined #illumos
[05:06:48] *** tozhu <tozhu!~Thunderbi@223.85.203.28> has quit IRC (Ping timeout: 268 seconds)
[05:08:50] *** pvs <pvs!~pvs@lopsa/member/pvs> has quit IRC (Ping timeout: 260 seconds)
[05:12:16] *** rosset <rosset!~Filipe@fedora/rosset> has quit IRC (Remote host closed the connection)
[05:12:50] *** rosset <rosset!~Filipe@fedora/rosset> has joined #illumos
[05:16:36] *** pvs <pvs!~pvs@lopsa/member/pvs> has joined #illumos
[05:18:46] *** rosset <rosset!~Filipe@fedora/rosset> has quit IRC (Remote host closed the connection)
[05:19:12] *** rosset <rosset!~Filipe@200.150.164.149> has joined #illumos
[05:19:12] *** rosset <rosset!~Filipe@200.150.164.149> has quit IRC (Changing host)
[05:19:12] *** rosset <rosset!~Filipe@fedora/rosset> has joined #illumos
[05:30:06] *** tozhu <tozhu!~Thunderbi@223.85.203.28> has joined #illumos
[05:31:03] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has quit IRC (Quit: Leaving.)
[05:32:19] <nikolam> it' maybe because ZFS partition is labaled in MBR as 'Linux native' instead of Solaris , for some reason
[05:50:06] *** nikolam <nikolam!~nikolam@unaffiliated/nikolam> has quit IRC (Quit: Leaving)
[06:24:13] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has joined #illumos
[06:29:15] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has quit IRC (Quit: Leaving.)
[06:48:27] *** tozhu <tozhu!~Thunderbi@223.85.203.28> has quit IRC (Ping timeout: 240 seconds)
[06:50:21] *** tozhu <tozhu!~Thunderbi@223.85.203.28> has joined #illumos
[06:52:14] *** natkin <natkin!~textual@104-8-25-179.lightspeed.snantx.sbcglobal.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[06:52:26] *** yurip <yurip!~yuri@94.233.224.35> has quit IRC (Read error: Connection reset by peer)
[07:10:59] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has joined #illumos
[07:15:31] *** rdenis <rdenis!uid16562@gateway/web/irccloud.com/x-qukycwzgajjtzbbp> has quit IRC (Quit: Connection closed for inactivity)
[07:15:54] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has quit IRC (Quit: Leaving.)
[07:23:23] *** tozhu <tozhu!~Thunderbi@223.85.203.28> has quit IRC (Quit: tozhu)
[07:23:35] *** asx <asx!~asx@93-34-145-252.ip50.fastwebnet.it> has quit IRC (Ping timeout: 240 seconds)
[07:30:22] *** ldepandis <ldepandis!~ldepandis@unaffiliated/ldepandis> has joined #illumos
[08:02:15] *** amrfrsh <amrfrsh!~Thunderbi@5.79.84.75> has joined #illumos
[08:06:54] *** asx <asx!~asx@93-34-145-252.ip50.fastwebnet.it> has joined #illumos
[08:13:41] *** yurip <yurip!~yuri@94.233.224.35> has joined #illumos
[08:51:20] *** phyre <phyre!~phyre___@188.208.100.249> has joined #illumos
[08:52:15] *** elevated <elevated!~elevated@199.254.238.208> has quit IRC (Quit: bye)
[08:53:09] *** yurip <yurip!~yuri@94.233.224.35> has quit IRC (Read error: Connection reset by peer)
[08:57:45] *** elevated <elevated!~elevated@199.254.238.214> has joined #illumos
[09:21:44] *** modernpacifist <modernpacifist!~modernpac@fig.dmf.zone> has quit IRC (Ping timeout: 255 seconds)
[09:35:03] *** modernpacifist <modernpacifist!~modernpac@fig.dmf.zone> has joined #illumos
[09:37:46] *** rosset <rosset!~Filipe@fedora/rosset> has quit IRC (Remote host closed the connection)
[09:38:10] *** rosset <rosset!~Filipe@200.150.164.149> has joined #illumos
[09:38:10] *** rosset <rosset!~Filipe@200.150.164.149> has quit IRC (Changing host)
[09:38:10] *** rosset <rosset!~Filipe@fedora/rosset> has joined #illumos
[09:48:39] *** yurip <yurip!~yuri@94.233.224.35> has joined #illumos
[10:06:47] *** phyre <phyre!~phyre___@188.208.100.249> has quit IRC (Ping timeout: 260 seconds)
[10:19:47] *** mnowak_ <mnowak_!~mnowak_@94.142.238.232> has joined #illumos
[10:26:53] *** jakutis <jakutis!~jakutis@78-58-149-106.static.zebra.lt> has quit IRC (Remote host closed the connection)
[10:29:39] *** jakutis <jakutis!~jakutis@78-58-149-106.static.zebra.lt> has joined #illumos
[10:32:12] *** andy_js <andy_js!~andy@5ec0fdb3.skybroadband.com> has joined #illumos
[10:32:16] *** andy_js <andy_js!~andy@5ec0fdb3.skybroadband.com> has quit IRC (Client Quit)
[10:43:20] *** andy_js <andy_js!~andy@5ec0fdb3.skybroadband.com> has joined #illumos
[10:57:14] <yurip> any ips wizards around? shouldn't wanboot removal had added the noincorp line to system-boot-wanboot.mf?
[11:02:48] <leoric> why?
[11:03:30] <leoric> noincorp line is usually added if we want to provide package with the same name in other consolidation
[11:03:40] <leoric> and here it's just removed
[11:04:27] <yurip> adding the noincorp to that manifest seems to have helped
[11:05:15] <yurip> or is it our packaging problem? :)
[11:05:44] <leoric> yurip: I believe, you should have removed dependency on it from your installer
[11:06:11] <yurip> like, long ago?
[11:06:50] <yurip> thank you.
[11:06:58] <leoric> if your caiman and our caiman are not far enough
[11:07:53] <yurip> no idea, hopefully not :-)
[11:15:35] <yurip> I'll let those who deal with snakes take care of it, thanks for the links
[11:20:01] *** ed209 <ed209!~ed209@165.225.128.67> has quit IRC (Remote host closed the connection)
[11:20:07] *** ed209 <ed209!~ed209@165.225.128.67> has joined #illumos
[11:32:18] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[11:35:15] *** asx <asx!~asx@93-34-145-252.ip50.fastwebnet.it> has quit IRC (Quit: Leaving)
[11:38:25] *** asx <asx!~asx@93-34-145-252.ip50.fastwebnet.it> has joined #illumos
[11:41:19] *** eroux <eroux!~eroux@196-210-59-221.dynamic.isadsl.co.za> has joined #illumos
[12:41:47] *** nikolam <nikolam!~nikolam@unaffiliated/nikolam> has joined #illumos
[12:43:29] *** mnowak_ <mnowak_!~mnowak_@94.142.238.232> has quit IRC (Ping timeout: 248 seconds)
[12:46:18] *** zerick <zerick!~zerick@irc.quassel.zerick.io> has quit IRC (Ping timeout: 240 seconds)
[12:46:24] *** zerick_ <zerick_!~zerick@irc.quassel.zerick.io> has joined #illumos
[12:57:29] *** jubal <jubal!~jubal@205-5-237-24.gci.net> has quit IRC (Quit: jubal)
[13:06:32] <nikolam> I definitively can't install illumos loader on MBR. I have existing rpool on MBR partition and it says it installed both in disk MBR and partition, but on boot it says can't find disk-1:/boot/zfsloader
[13:07:07] <nikolam> I had dual-disk mirrored rpool and then removed the first disk so I want to boot again from mirrored disk
[13:08:31] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC ()
[13:09:08] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[13:09:19] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[13:09:35] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[13:09:44] <leoric> does BE, which you try to boot, has zfsloader installed?
[13:10:06] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[13:10:24] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[13:10:53] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[13:11:30] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[13:11:41] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[13:11:59] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[13:12:28] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[13:12:43] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[13:13:15] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[13:13:53] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[13:14:02] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[13:14:38] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[13:14:50] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[13:15:05] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[13:15:26] <nikolam> leoric, I think it does, since it was mirrored partition that was created during install from live media on HD. Let me re-check
[13:15:37] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[13:15:50] <nikolam> Then that BE was updated
[13:16:15] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[13:16:24] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[13:19:35] <nikolam> Yes it has /boot/zfsloader on BE. ZFS partition is third primary partition and not an active one.
[13:19:57] <nikolam> Maybe it needs to be also active on, but I think that is not needed, if loader is in the MBR of the HD
[13:21:50] <nikolam> I had this config (triple boot OI>Ubuntu>Windows chainload the other day, but I used to install OI last. Now I want to just install loader without reinstalling and...
[13:25:16] <leoric> what does lsdev say to you?
[13:25:57] <leoric> perhaps, currdev should be disk1something to indicate partition, not just disk1?
[13:34:05] <nikolam> uh to convey lsdev outut, i need Serial console enabled in loader on Boot media (USB).. and as I remember it needs aether recompilation for that or setting it up and reinstalling loader on USB media for serial console to work...
[13:34:34] <nikolam> when I issue lsdev, I am greeted with 'more'ed output and then 'BTX halted'...
[13:36:38] <nikolam> It sees disk0 and disk1. disk1 is HD and disk0 is USB.
[13:38:39] <nikolam> It has something strange in lsdev: I think It falls in some kind of loop when reading partitions: Let me put camera pictures of it in a sec
[13:43:26] *** yurip <yurip!~yuri@94.233.224.35> has quit IRC (Read error: Connection reset by peer)
[13:45:31] <nikolam> Think this is bug in loader, for some reson because of partition layout and state, BTX spills it's guts after getting into loop:
[13:46:17] <nikolam> And it's only for newly installed loader
[13:46:43] <nikolam> Or I should reinstall to test that
[13:46:47] <tsoome> indeed. and the bug is triggered by the fact you have no VTOC in solaris2 partition
[13:47:08] <tsoome> luckily it should be not that hard to fix:)
[13:47:36] <nikolam> tsoome, :) I am glad I pointed to it :P I can test it
[13:49:31] <tsoome> trying to replicate it first
[13:49:38] <nikolam> It is mirrored partition from the first disk. Probably I again created partition with Linux and that is why VTOC is not there I suppose... This thing will be happening again surely, yes.
[13:50:09] <nikolam> Maybe Oi/illumso installation should create VTOC if there is partition given to it
[13:50:31] <nikolam> Or there is still the limitation of one ZFS partition per disk...
[13:51:45] <Woodstock> there is no such limitation
[13:52:03] <nikolam> Partition was previously not even been set as 'Solaris' type in MBR and now it is. Maybe it needs to be Solaris 2?
[13:52:07] <nikolam> ok Woodstock
[13:52:27] <tsoome> it is not about “zfs” partitions, it is about the fact that there is no support for multiple solaris partitions (with vtoc)
[13:53:01] <nikolam> ah that. slices in Solaris jargon. No tupport for slices, right
[13:53:02] <tsoome> because we have no way to distinguish vtoc slices in different MBR partitions.
[13:53:16] <nikolam> yu got it.
[13:53:36] <nikolam> yes. I got it
[13:55:09] <nikolam> Ok tsoome I am all yours for testing this (and possibly updating it in current OI afterwards)
[13:55:10] <tsoome> to get such support, we should have naming like c0t0d0p1s0
[13:55:48] <tsoome> ye, I still got the vtoc inside the partition, need to wipe it first:P
[13:57:03] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[14:00:50] *** lblume <lblume!~lblume@greenviolet/laoyijiehe/lblume> has quit IRC (Ping timeout: 256 seconds)
[14:47:11] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC ()
[14:47:50] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[14:47:59] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[14:48:14] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[14:48:46] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[14:49:04] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[14:49:33] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[14:50:09] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[14:50:20] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[14:50:40] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[14:51:08] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[14:51:13] *** merzo <merzo!~merzo@31-23-133-95.pool.ukrtel.net> has joined #illumos
[14:51:24] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[14:51:54] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[14:57:15] <tsoome> at least got repeatable setup… was not that easy :)
[15:01:58] <nikolam> :) tsoome, i'm on #openindiana to try it out
[15:02:33] <tsoome> ye, need to find out why it wont stop ptable iterate there…
[15:06:47] *** yurip <yurip!~yuri@94.233.224.35> has joined #illumos
[15:34:47] *** elevated <elevated!~elevated@199.254.238.214> has quit IRC (Quit: bye)
[15:36:15] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[15:40:15] *** yurip <yurip!~yuri@94.233.224.35> has quit IRC (Read error: Connection reset by peer)
[15:53:37] *** yurip <yurip!~yuri@94.233.224.35> has joined #illumos
[16:01:00]
*** tomoyat1 <tomoyat1!~tomoyat1@tomoyat1.com> has quit IRC (Quit: ZNC 1.6.5 - http://znc.in)
[16:01:29] *** tomoyat1 <tomoyat1!~tomoyat1@tomoyat1.com> has joined #illumos
[16:02:31] *** natkin <natkin!~textual@104-8-25-179.lightspeed.snantx.sbcglobal.net> has joined #illumos
[16:25:52] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC ()
[16:26:06] *** sjorge <sjorge!~sjorge@unaffiliated/sjorge> has quit IRC (Quit: 410 Gone)
[16:26:29] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[16:26:40] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[16:26:56] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[16:27:27] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[16:27:44] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[16:28:14] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[16:28:49] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[16:29:01] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[16:29:17] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[16:29:46] *** mnowak_ <mnowak_!~mnowak_@94.142.238.232> has joined #illumos
[16:29:49] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[16:36:25] *** sjorge <sjorge!~sjorge@unaffiliated/sjorge> has joined #illumos
[16:43:38] *** freakazoid0223 <freakazoid0223!~IceChat9@pool-108-52-4-148.phlapa.fios.verizon.net> has joined #illumos
[16:46:52] *** mnowak_ <mnowak_!~mnowak_@94.142.238.232> has quit IRC (Ping timeout: 256 seconds)
[16:48:33] *** mnowak_ <mnowak_!~mnowak_@94.142.238.232> has joined #illumos
[16:52:08] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[16:57:17] *** yurip <yurip!~yuri@94.233.224.35> has quit IRC (Read error: Connection reset by peer)
[16:58:12] *** yurip <yurip!~yuri@94.233.224.35> has joined #illumos
[16:59:57] *** arsonx <arsonx!~arsonx@50-77-203-10-static.hfc.comcastbusiness.net> has quit IRC (Quit: Lost terminal)
[17:09:17] *** mnowak_ <mnowak_!~mnowak_@94.142.238.232> has quit IRC (Ping timeout: 256 seconds)
[17:12:00] *** yurip <yurip!~yuri@94.233.224.35> has quit IRC (Read error: Connection reset by peer)
[17:12:51] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has joined #illumos
[17:34:51] *** thegattaca <thegattaca!~thegattac@209.58.144.169> has joined #illumos
[17:36:23] *** yurip <yurip!~yuri@94.233.224.35> has joined #illumos
[17:37:58] *** mutin-s <mutin-s!~s-mutin@85.234.114.134> has quit IRC (Read error: Connection reset by peer)
[17:37:59] *** s-mutin <s-mutin!~s-mutin@85.234.114.134> has joined #illumos
[17:48:47] *** hotaronohanako <hotaronohanako!~user@unaffiliated/hotaronohanako> has quit IRC (Remote host closed the connection)
[17:50:54] *** s-mutin <s-mutin!~s-mutin@85.234.114.134> has quit IRC (Ping timeout: 256 seconds)
[17:57:22] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has quit IRC (Quit: Leaving.)
[18:01:38] *** hotaronohanako <hotaronohanako!~user@unaffiliated/hotaronohanako> has joined #illumos
[18:02:05] *** s-mutin <s-mutin!~s-mutin@85.234.114.134> has joined #illumos
[18:06:21] *** tozhu1 <tozhu1!~Thunderbi@223.85.203.28> has joined #illumos
[18:17:46] *** rosset <rosset!~Filipe@fedora/rosset> has quit IRC (Remote host closed the connection)
[18:18:13] *** rosset <rosset!~Filipe@200.150.164.149> has joined #illumos
[18:18:13] *** rosset <rosset!~Filipe@200.150.164.149> has quit IRC (Changing host)
[18:18:13] *** rosset <rosset!~Filipe@fedora/rosset> has joined #illumos
[18:22:14] *** rosset <rosset!~Filipe@fedora/rosset> has quit IRC (Client Quit)
[18:24:47] *** tozhu1 <tozhu1!~Thunderbi@223.85.203.28> has quit IRC (Ping timeout: 276 seconds)
[18:28:33] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC ()
[18:29:10] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[18:29:21] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[18:29:39] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[18:30:08] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[18:30:22] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[18:30:55] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[18:31:30] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[18:31:43] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[18:31:57] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[18:32:29] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[18:32:46] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[18:33:16] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[18:33:55] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[18:34:04] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[18:46:55] *** Kurlon <Kurlon!~Kurlon@98.13.72.207> has quit IRC (Remote host closed the connection)
[18:47:33] *** Kurlon <Kurlon!~Kurlon@bidd-pub-03.gwi.net> has joined #illumos
[18:52:00] *** dkasza <dkasza!~dkasza@172.58.121.47> has joined #illumos
[18:54:50] *** amrfrsh <amrfrsh!~Thunderbi@5.79.84.75> has quit IRC (Quit: amrfrsh)
[19:04:41] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[19:22:01] *** dkasza <dkasza!~dkasza@172.58.121.47> has quit IRC (Quit: Leaving.)
[19:26:25] *** tozhu <tozhu!~Thunderbi@125.69.99.181> has joined #illumos
[19:30:45] *** tozhu <tozhu!~Thunderbi@125.69.99.181> has quit IRC (Ping timeout: 256 seconds)
[19:42:34] *** tozhu <tozhu!~Thunderbi@125.69.99.181> has joined #illumos
[19:45:22] *** tozhu <tozhu!~Thunderbi@125.69.99.181> has quit IRC (Client Quit)
[19:45:32] *** tozhu <tozhu!~Thunderbi@125.69.99.181> has joined #illumos
[19:50:09] *** tozhu <tozhu!~Thunderbi@125.69.99.181> has quit IRC (Ping timeout: 264 seconds)
[19:51:57] *** merzo <merzo!~merzo@31-23-133-95.pool.ukrtel.net> has quit IRC (Ping timeout: 240 seconds)
[20:01:00] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC ()
[20:01:40] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[20:01:47] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[20:02:03] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[20:02:17] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has joined #illumos
[20:02:34] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[20:02:52] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[20:03:21] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[20:03:58] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[20:04:08] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[20:04:26] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[20:04:56] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[20:05:04] *** glasspelican <glasspelican!~quassel@ktnron060ww-lp130-04-76-67-126-214.dsl.bell.ca> has quit IRC (Ping timeout: 248 seconds)
[20:05:34] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has joined #illumos
[20:05:43] *** alhazred <alhazred!~Alex@dsl-lprbng11-54f889-133.dhcp.inet.fi> has quit IRC (Client Quit)
[20:07:28] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has quit IRC (Ping timeout: 256 seconds)
[20:11:46] *** glasspelican <glasspelican!~quassel@ktnron060ww-lp130-04-76-67-126-214.dsl.bell.ca> has joined #illumos
[20:13:18] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has joined #illumos
[20:18:07] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has quit IRC (Ping timeout: 260 seconds)
[20:19:31] *** ptribble <ptribble!~ptribble@cpc92716-cmbg20-2-0-cust138.5-4.cable.virginm.net> has joined #illumos
[20:23:00] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has joined #illumos
[20:27:57] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has quit IRC (Ping timeout: 264 seconds)
[20:33:18] *** nikolam <nikolam!~nikolam@unaffiliated/nikolam> has quit IRC (Quit: Leaving)
[20:33:24] *** tozhu <tozhu!~Thunderbi@125.69.99.181> has joined #illumos
[20:35:06] *** dkasza <dkasza!~dkasza@c-68-46-173-21.hsd1.mi.comcast.net> has joined #illumos
[20:37:03] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has joined #illumos
[20:40:05] *** tozhu <tozhu!~Thunderbi@125.69.99.181> has quit IRC (Ping timeout: 240 seconds)
[20:42:08] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has quit IRC (Ping timeout: 255 seconds)
[20:44:56] *** ldepandis <ldepandis!~ldepandis@unaffiliated/ldepandis> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[20:45:29] *** tozhu <tozhu!~Thunderbi@125.69.99.181> has joined #illumos
[20:49:44] *** tozhu <tozhu!~Thunderbi@125.69.99.181> has quit IRC (Ping timeout: 260 seconds)
[20:54:06] <igork> Woodstock: ping
[20:54:42] <Woodstock> pong
[20:55:38] *** phyre <phyre!~phyre___@188.208.100.249> has joined #illumos
[21:01:48] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has joined #illumos
[21:04:16] *** merzo <merzo!~merzo@31-23-133-95.pool.ukrtel.net> has joined #illumos
[21:06:24] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has quit IRC (Ping timeout: 256 seconds)
[21:20:01] *** ed209 <ed209!~ed209@165.225.128.67> has quit IRC (Remote host closed the connection)
[21:20:07] *** ed209 <ed209!~ed209@165.225.128.67> has joined #illumos
[21:20:15] *** merzo <merzo!~merzo@31-23-133-95.pool.ukrtel.net> has quit IRC (Ping timeout: 248 seconds)
[21:27:02] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has joined #illumos
[21:32:01] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has quit IRC (Ping timeout: 248 seconds)
[21:33:03] *** merzo <merzo!~merzo@87-14-132-95.pool.ukrtel.net> has joined #illumos
[21:37:14] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has joined #illumos
[21:40:06] *** bahamat <bahamat!~bahamat@2001:470:f0f4:a0a:6504:6f36:408b:391f> has joined #illumos
[21:40:30] *** bahamat <bahamat!~bahamat@2001:470:f0f4:a0a:6504:6f36:408b:391f> has quit IRC (Client Quit)
[21:42:23] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has quit IRC (Ping timeout: 276 seconds)
[21:48:46] *** Toasterson <Toasterson!~toast@2a02:aa10:e280:b880:e3d5:f722:2d0a:1d1a> has joined #illumos
[21:56:45] *** bahamat <bahamat!~bahamat@2001:470:f0f4:a0a:6504:6f36:408b:391f> has joined #illumos
[21:57:25] *** bahamat <bahamat!~bahamat@2001:470:f0f4:a0a:6504:6f36:408b:391f> has quit IRC (Client Quit)
[22:01:43] *** bahamat <bahamat!~bahamat@72.2.113.94> has joined #illumos
[22:01:44] *** bahamat is now known as Guest71953
[22:02:08] *** Guest71953 <Guest71953!~bahamat@72.2.113.94> has quit IRC (Client Quit)
[22:02:37] *** jollyd <jollyd!~alarcher@188.113.95.225> has joined #illumos
[22:30:17] *** bahamat <bahamat!~bahamat@2001:470:f0f4:a0a:6504:6f36:408b:391f> has joined #illumos
[22:31:22] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has joined #illumos
[22:36:22] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has quit IRC (Ping timeout: 268 seconds)
[22:41:40] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has joined #illumos
[22:46:41] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has quit IRC (Ping timeout: 248 seconds)
[22:56:00] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has joined #illumos
[22:59:02] *** Toasterson <Toasterson!~toast@2a02:aa10:e280:b880:e3d5:f722:2d0a:1d1a> has quit IRC (Ping timeout: 256 seconds)
[23:00:32] *** alanc <alanc!~alanc@hqdc-proxy-mwg015-o.oracle.com> has quit IRC (Remote host closed the connection)
[23:00:49] *** alanc <alanc!~alanc@hqdc-proxy-mwg015-o.oracle.com> has joined #illumos
[23:01:05] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has quit IRC (Ping timeout: 248 seconds)
[23:10:22] *** bahamat_ <bahamat_!~bahamat@72.2.113.233> has joined #illumos
[23:12:25] *** bahamat <bahamat!~bahamat@2001:470:f0f4:a0a:6504:6f36:408b:391f> has quit IRC (Quit: Leaving.)
[23:15:40] *** bahamat_ is now known as bahamat
[23:16:09] *** bahamat is now known as Guest32462
[23:17:10] *** jcea <jcea!~Thunderbi@2001:41d0:1:8a82:7670:6e00:7670:6e00> has joined #illumos
[23:17:33] *** Guest32462 is now known as bahamat
[23:18:29] *** andy_js <andy_js!~andy@5ec0fdb3.skybroadband.com> has quit IRC (Quit: andy_js)
[23:24:03] *** jcea <jcea!~Thunderbi@2001:41d0:1:8a82:7670:6e00:7670:6e00> has quit IRC (Quit: jcea)
[23:25:11]
*** bahamat <bahamat!~bahamat@72.2.113.233> has quit IRC (Quit: ZNC 1.6.3 - http://znc.in)
[23:27:55] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has joined #illumos
[23:30:18] *** bahamat <bahamat!~bahamat@72.2.113.233> has joined #illumos
[23:30:20] *** phyre <phyre!~phyre___@188.208.100.249> has quit IRC (Ping timeout: 256 seconds)
[23:31:51] *** bahamat <bahamat!~bahamat@72.2.113.233> has quit IRC (Client Quit)
[23:32:53] *** bahamat <bahamat!~bahamat@72.2.113.233> has joined #illumos
[23:37:22] *** ptribble <ptribble!~ptribble@cpc92716-cmbg20-2-0-cust138.5-4.cable.virginm.net> has quit IRC (Quit: Leaving)
[23:45:54] *** xzi11a <xzi11a!~robert@pool-71-244-148-68.bltmmd.fios.verizon.net> has quit IRC (Ping timeout: 260 seconds)
[23:54:04] *** hotaronohanako <hotaronohanako!~user@unaffiliated/hotaronohanako> has quit IRC (Ping timeout: 260 seconds)
[23:54:43] *** hotaronohanako <hotaronohanako!~user@unaffiliated/hotaronohanako> has joined #illumos
[23:56:11] *** eroux <eroux!~eroux@196-210-59-221.dynamic.isadsl.co.za> has quit IRC (Ping timeout: 276 seconds)
[23:56:38] <LeftWing> tsoome: Have you tried booting, say, an OI machine with loader under bhyve with the CSM firmware?
[23:56:43] <LeftWing> OI guest, that is