Switch to DuckDuckGo Search
   July 16, 2016  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >

Toggle Join/Part | bottom
[00:06:39] *** Kurlon <Kurlon!~Kurlon@cpe-104-228-216-170.maine.res.rr.com> has joined #illumos
[00:16:05] *** danmcd <danmcd!~danmcd@static-71-174-113-16.bstnma.fios.verizon.net> has quit IRC (Quit: danmcd)
[00:19:16] <rmustacc> Anyone here who worked on vmxnet3s?
[00:20:44] <igork> rmustacc: you mean - code/debug or use?
[00:21:15] <rmustacc> Code.
[00:21:47] <igork> more delphix guys on slack
[00:22:58] <LeftWing> I enjoyed adding LX_NO_ABORT_HANDLER :P
[00:23:08] <LeftWing> It was rather satisfying.
[00:23:35] <rmustacc> Yeah, this driver is advertising the wrong min_sdu in its mac register.
[00:23:51] <LeftWing> rmustacc: That's no good! (I assume?!)
[00:24:07] <rmustacc> Well, to the folks who actually use it, nope.
[00:27:23] <rmustacc> Need to see if I can find a spec for that device.
[00:28:31] *** Toasterson <Toasterson!~Thunderbi@2a02:1205:c691:560:d0d5:12b1:91de:14c9> has quit IRC (Quit: Toasterson)
[00:38:08] *** tim-tang <tim-tang!~tim_tang@114.216.27.128> has joined #illumos
[00:38:08] *** tim-tang <tim-tang!~tim_tang@114.216.27.128> has quit IRC (Remote host closed the connection)
[00:38:09] *** matejz <matejz!~matejz@element.planetq.org> has quit IRC (Quit: matejz)
[00:45:30] *** bahamat <bahamat!~bahamat@ip72-199-207-63.sd.sd.cox.net> has quit IRC (Read error: Connection reset by peer)
[00:45:36] <npx> LeftWing, I've ended up in a rabbit hole writing an optimized C version of util.format() - https://github.com/hypoalex/mininode/blob/master/src/modules/util/methods/format.c#L39-#L43
[00:45:50] <npx> i want to scan the format string once and then iterate through each of the substitutions once
[00:46:43] *** bahamat <bahamat!~bahamat@ip72-199-207-63.sd.sd.cox.net> has joined #illumos
[00:47:25] *** Kelzier <Kelzier!~duka@79.175.69.45> has joined #illumos
[00:50:27] <LeftWing> So, scan the format string once then?
[00:51:22] <npx> yeah, note the offsets of the format characters, figure out the total NUL terminated size, then do the substitutions
[00:51:29] *** pmooney <pmooney!~pmooney@173-11-44-141-Minnesota.hfc.comcastbusiness.net> has quit IRC (Quit: WeeChat 1.5)
[00:51:42] <LeftWing> I would not do _any_ of that
[00:51:57] <npx> ?
[00:52:12] <LeftWing> Figuring out the correct size in advance is for suckers
[00:52:17] <npx> hahahah
[00:52:26] <LeftWing> https://github.com/joyent/illumos-joyent/blob/master/usr/src/lib/libcmdutils/common/custr.c#L138
[00:52:29] <LeftWing> Just use custr_t
[00:52:50] <LeftWing> custr_t: it's what strings should be!
[00:52:57] <npx> well I want it to be portable :(
[00:53:02] <npx> at least to *nixes
[00:53:08] <LeftWing> You're welcome to include custr.c
[00:53:12] <LeftWing> It's CDDL licensed
[00:53:32] <LeftWing> It's in random other things, as well; e.g. https://github.com/joyent/zfs_snapshot_tar/blob/master/deps/illumos/custr.c
[00:53:34] *** pjy <pjy!~pjy@pool-108-28-245-13.washdc.fios.verizon.net> has quit IRC (Quit: Leaving.)
[00:54:17] <LeftWing> The header contains some brief documentation: https://github.com/joyent/zfs_snapshot_tar/blob/master/deps/illumos/custr.h
[00:54:40] <npx> ah, nice, that's tempting (I was imagining it being larger)
[00:55:02] <LeftWing> I wrote it originally while I was fixing some security bullshit in mailx(1)
[00:56:18] <npx> I went on a week long Mike Pall spirit quest, the guy is next level brilliant, I'm convinced that with a tracing http://luajit.org/dynasm.html JIT duktape could be faster than V8
[00:56:40] *** daleg <daleg!~daleg@static-108-48-124-82.washdc.fios.verizon.net> has quit IRC ()
[00:58:21] *** andy_js <andy_js!~andy@90.219.225.136> has quit IRC (Quit: andy_js)
[00:59:26] <npx> I'm imagining a luajit style FFI interface in JS, I mocked it up here - https://gist.github.com/hypoalex/d1ff5a52f2cd78513f850a06a267fb08 - inline assembly in javascript hahah
[01:03:00] *** pmooney <pmooney!~pmooney@2001:470:1f11:836:74db:ce2f:981d:56cb> has joined #illumos
[01:10:16] *** mhicks <mhicks!~Adium@ip72-192-178-150.sd.sd.cox.net> has quit IRC (Quit: Leaving.)
[01:10:27] *** mhicks <mhicks!~Adium@ip72-192-178-150.sd.sd.cox.net> has joined #illumos
[01:15:40] *** mhicks <mhicks!~Adium@ip72-192-178-150.sd.sd.cox.net> has quit IRC (Read error: Connection reset by peer)
[01:16:02] *** mhicks <mhicks!~Adium@ip72-192-178-150.sd.sd.cox.net> has joined #illumos
[01:18:12] *** tozhu <tozhu!~Thunderbi@218.88.85.182> has joined #illumos
[01:19:49] *** mhicks <mhicks!~Adium@ip72-192-178-150.sd.sd.cox.net> has quit IRC (Client Quit)
[01:34:04] *** Kelzier <Kelzier!~duka@79.175.69.45> has quit IRC (Remote host closed the connection)
[01:47:18] *** rmesta <rmesta!~rmesta@cpe-70-114-131-66.austin.res.rr.com> has quit IRC (Quit: Leaving.)
[01:47:58] *** rmesta <rmesta!~rmesta@cpe-70-114-131-66.austin.res.rr.com> has joined #illumos
[01:47:58] *** rmesta <rmesta!~rmesta@cpe-70-114-131-66.austin.res.rr.com> has quit IRC (Read error: Connection reset by peer)
[02:06:11] <dillona> I need some ZFS help I think
[02:06:42] <dillona> I had a VM with a 50GB hard drive. I dd'ed it to a 250GB drive and zpool export and zfs import
[02:06:46] <dillona> Which got my VM booting
[02:06:53] <dillona> But it still shows only 50GB in zpool list
[02:07:03] <dillona> iostat -E confirms 240GB
[02:07:44] <igork> dillona: you can add separate VM hdd by mirror, but setup expanded on it
[02:08:16] <igork> i have no experience resize active disk, but as solution by mirror is working
[02:08:24] <dillona> igork: I don't actually want to have two hard drives. I just want the data from the old one to be on the larger new one
[02:08:36] <konobi> yeah, the partition tables are still in place
[02:08:38] <dillona> and the zpool to be expanded
[02:08:40] <igork> no need to have 2 drives - you need only for transition
[02:08:53] <igork> after mirror you can detach it back
[02:09:13] <dillona> oh okay
[02:09:20] <igork> you can do double mirror if you want go back your active one
[02:09:30] <igork> 1->2 & 2>1
[02:09:45] <dillona> right I think that's what I need to do
[02:10:12] <igork> but after mirror you need detach old drive and new one will be full big size
[02:10:49] <igork> and new drive will be fixed by more space - you can add your old drive back to mirror
[02:11:10] <igork> and resilvering will be again
[02:11:20] <igork> i did it
[02:11:25] <igork> and it is working
[02:11:54] <igork> it is working if you want migrate from small driver to bigger, but it is no working back :)
[02:12:06] <igork> from bigger to smaller - you can't add it to mirror
[02:15:48] *** xzi11a <xzi11a!~robert@static-108-48-124-82.washdc.fios.verizon.net> has quit IRC (Ping timeout: 272 seconds)
[02:18:30] *** tozhu <tozhu!~Thunderbi@218.88.85.182> has quit IRC (Ping timeout: 250 seconds)
[02:27:19] <patdk-lap> or just screw with the partition table, slices, and grow zfs
[02:27:44] <patdk-lap> but remember, zfs will FILL that drive, so it is pointless to make a vm disk *thin*
[02:32:24] *** tozhu <tozhu!~Thunderbi@218.88.85.182> has joined #illumos
[02:41:37] *** tozhu <tozhu!~Thunderbi@218.88.85.182> has quit IRC (Remote host closed the connection)
[02:43:48] *** tozhu <tozhu!~Thunderbi@218.88.85.182> has joined #illumos
[02:45:39] *** Riastradh <Riastradh!~riastradh@netbsd/developer/riastradh> has quit IRC (Ping timeout: 258 seconds)
[02:58:03] *** v_a_b <v_a_b!~volker@p5B3711C7.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 264 seconds)
[03:01:36] *** v_a_b <v_a_b!~volker@p5B3706AE.dip0.t-ipconnect.de> has joined #illumos
[03:04:57] *** tozhu <tozhu!~Thunderbi@218.88.85.182> has quit IRC (Ping timeout: 260 seconds)
[03:10:28] *** tim-tang <tim-tang!~tim_tang@58.209.20.217> has joined #illumos
[03:19:02] *** dap_ <dap_!~dap@208.184.5.170> has quit IRC (Quit: Leaving.)
[03:19:08] *** chromatin <chromatin!~chromatin@d149-67-249-75.try.wideopenwest.com> has joined #illumos
[03:20:00] *** ed209 <ed209!~ed209@165.225.128.67> has quit IRC (Remote host closed the connection)
[03:20:06] *** ed209 <ed209!~ed209@165.225.128.67> has joined #illumos
[03:22:39] *** ira <ira!~ira@samba/team/ira> has quit IRC (Quit: Leaving)
[03:40:45] *** bahamat <bahamat!~bahamat@ip72-199-207-63.sd.sd.cox.net> has quit IRC (Excess Flood)
[03:41:28] *** bahamat <bahamat!~bahamat@ip72-199-207-63.sd.sd.cox.net> has joined #illumos
[03:55:37] *** Dragon535 <Dragon535!~dragon@de-2.serverip.co> has joined #illumos
[04:02:03] *** arg <arg!~smuxi@159-253-77-232.static.kc.net.uk> has quit IRC (Ping timeout: 276 seconds)
[04:05:21] *** pmooney <pmooney!~pmooney@2001:470:1f11:836:74db:ce2f:981d:56cb> has quit IRC (Quit: WeeChat 1.5)
[04:06:21] *** arg <arg!~smuxi@159-253-77-232.static.kc.net.uk> has joined #illumos
[04:24:37] *** melloc <melloc!~melloc@208.184.5.170> has quit IRC (Quit: Leaving.)
[04:26:13] *** bahamat <bahamat!~bahamat@ip72-199-207-63.sd.sd.cox.net> has quit IRC (Quit: Leaving.)
[04:28:49] *** alanc <alanc!~alanc@inet-hqmc04-o.oracle.com> has quit IRC (Remote host closed the connection)
[04:29:06] *** alanc <alanc!~alanc@inet-hqmc04-o.oracle.com> has joined #illumos
[05:55:37] *** Dragon535 <Dragon535!~dragon@de-2.serverip.co> has left #illumos
[06:10:32] *** melloc <melloc!~melloc@75-54-22-158.lightspeed.snbuca.sbcglobal.net> has joined #illumos
[06:31:03] *** tim-tang <tim-tang!~tim_tang@58.209.20.217> has quit IRC (Remote host closed the connection)
[06:33:12] *** jelmd <jelmd!~jelmd@p548C1E5B.dip0.t-ipconnect.de> has quit IRC (Quit: jelmd)
[06:39:31] *** aaro <aaro!~aaro@unaffiliated/xyox/x-040147> has joined #illumos
[06:39:47] *** ericray <ericray!~ejray@c-76-25-145-48.hsd1.co.comcast.net> has joined #illumos
[06:52:15] *** aaro1 <aaro1!~aaro@unaffiliated/xyox/x-040147> has joined #illumos
[06:54:10] *** tim-tang <tim-tang!~tim_tang@218.4.65.86> has joined #illumos
[06:55:31] *** ipalreadytaken <ipalreadytaken!~ipalready@2602:306:ce81:aab0:b11a:57e1:2542:a36f> has joined #illumos
[06:55:36] *** aaro <aaro!~aaro@unaffiliated/xyox/x-040147> has quit IRC (Ping timeout: 276 seconds)
[07:16:51] *** chromatin <chromatin!~chromatin@d149-67-249-75.try.wideopenwest.com> has quit IRC (Quit: chromatin)
[07:21:50] *** jfqd1 <jfqd1!~Adium@pD95DC040.dip0.t-ipconnect.de> has joined #illumos
[07:28:37] *** stoxx <stoxx!stoxx@kytkin.vipu.org> has quit IRC (Ping timeout: 260 seconds)
[07:29:47] *** stoxx <stoxx!stoxx@kytkin.vipu.org> has joined #illumos
[08:02:16] *** Riastradh <Riastradh!~riastradh@netbsd/developer/riastradh> has joined #illumos
[08:04:28] *** matejz <matejz!~matejz@element.planetq.org> has joined #illumos
[08:09:36] *** matejz <matejz!~matejz@element.planetq.org> has quit IRC (Remote host closed the connection)
[08:10:36] *** matejz <matejz!~matejz@element.planetq.org> has joined #illumos
[08:41:28] *** Riastradh <Riastradh!~riastradh@netbsd/developer/riastradh> has quit IRC (Ping timeout: 252 seconds)
[08:43:24] *** livelace <livelace!~livelace@46.101.54.207> has joined #illumos
[08:44:43] *** aaro1 <aaro1!~aaro@unaffiliated/xyox/x-040147> has quit IRC (Quit: aaro1)
[08:52:06] *** khalfell_ <khalfell_!~khalfella@cpe-2606-A000-4002-F900-2D20-C7CE-B35C-C1CD.dyn6.twc.com> has joined #illumos
[08:54:34] *** khalfella <khalfella!~khalfella@cpe-2606-A000-4002-F900-1CE3-8010-5D1-5188.dyn6.twc.com> has quit IRC (Ping timeout: 250 seconds)
[08:56:35] *** alanc <alanc!~alanc@inet-hqmc04-o.oracle.com> has quit IRC (Remote host closed the connection)
[09:00:01] *** ericray <ericray!~ejray@c-76-25-145-48.hsd1.co.comcast.net> has quit IRC (Remote host closed the connection)
[09:04:37] *** matejz <matejz!~matejz@element.planetq.org> has quit IRC (Quit: matejz)
[09:06:27] *** matejz <matejz!~matejz@element.planetq.org> has joined #illumos
[09:10:44] *** tim-tang <tim-tang!~tim_tang@218.4.65.86> has quit IRC (Remote host closed the connection)
[09:18:44] *** matejz <matejz!~matejz@element.planetq.org> has quit IRC (Quit: matejz)
[09:26:48] *** ipalreadytaken <ipalreadytaken!~ipalready@2602:306:ce81:aab0:b11a:57e1:2542:a36f> has quit IRC ()
[09:33:51] *** openzfsslackbot <openzfsslackbot!~nobody@ec2-52-23-198-104.compute-1.amazonaws.com> has left #illumos
[09:34:13] *** openzfsslackbot <openzfsslackbot!~nobody@ec2-52-23-198-104.compute-1.amazonaws.com> has joined #illumos
[09:39:39] *** tim-tang <tim-tang!~tim_tang@114.216.24.156> has joined #illumos
[09:54:40] *** liuzhen <liuzhen!~liuzhen@218.241.172.114> has joined #illumos
[10:00:02] *** xsdfdfsa <xsdfdfsa!~x@unaffiliated/sdfgsdfg> has joined #illumos
[10:10:42] *** Gamlor <Gamlor!~Instantbi@222.233.98.91> has joined #illumos
[10:15:30] *** alanc <alanc!~alanc@inet-hqmc04-o.oracle.com> has joined #illumos
[10:40:24] *** Kelzier <Kelzier!~duka@79.175.69.45> has joined #illumos
[10:43:19] *** tim-tang <tim-tang!~tim_tang@114.216.24.156> has quit IRC (Ping timeout: 244 seconds)
[10:43:56] *** tim-tang <tim-tang!~tim_tang@114.216.24.156> has joined #illumos
[10:55:39] *** Kelzier <Kelzier!~duka@79.175.69.45> has quit IRC (Read error: Connection reset by peer)
[10:56:16] *** Kelzier <Kelzier!~duka@79.175.69.45> has joined #illumos
[11:02:20] *** tim-tang <tim-tang!~tim_tang@114.216.24.156> has quit IRC (Remote host closed the connection)
[11:02:47] *** tim-tang <tim-tang!~tim_tang@173.255.253.43> has joined #illumos
[11:17:51] *** andy_js <andy_js!~andy@90.219.225.136> has joined #illumos
[11:28:39] *** aksyn <aksyn!sid23919@gateway/web/irccloud.com/x-dglkotopxjttpcqs> has quit IRC (Ping timeout: 264 seconds)
[11:28:43] *** jfqd3 <jfqd3!~Adium@pD95DC040.dip0.t-ipconnect.de> has joined #illumos
[11:29:58] *** jkni <jkni!sid85151@gateway/web/irccloud.com/x-xqulujbpdqjtdpef> has quit IRC (Ping timeout: 272 seconds)
[11:31:00] *** jfqd1 <jfqd1!~Adium@pD95DC040.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 250 seconds)
[11:31:11] *** jkni <jkni!sid85151@gateway/web/irccloud.com/x-owqgxnkbszsdixwl> has joined #illumos
[11:32:03] *** aksyn <aksyn!sid23919@gateway/web/irccloud.com/x-udznluhsuqqukjpa> has joined #illumos
[11:34:13] *** Toasterson <Toasterson!~Thunderbi@2a02:1205:c691:560:d0d5:12b1:91de:14c9> has joined #illumos
[11:38:32] *** jfqd3 is now known as jfqd
[12:20:01] *** ed209 <ed209!~ed209@165.225.128.67> has quit IRC (Remote host closed the connection)
[12:20:07] *** ed209 <ed209!~ed209@165.225.128.67> has joined #illumos
[13:05:16] *** TyrfingMjolnir <TyrfingMjolnir!~Tyrfing@62.92.82.250> has joined #illumos
[13:09:11] *** mike90 <mike90!~mike90@5.160.81.200> has joined #illumos
[13:09:31] *** mike90 <mike90!~mike90@5.160.81.200> has quit IRC (Remote host closed the connection)
[13:21:31] *** tim-tang <tim-tang!~tim_tang@173.255.253.43> has quit IRC (Remote host closed the connection)
[13:21:58] *** tim-tang <tim-tang!~tim_tang@173.255.253.43> has joined #illumos
[13:30:47] *** liuzhen <liuzhen!~liuzhen@218.241.172.114> has quit IRC (Max SendQ exceeded)
[13:31:16] *** liuzhen <liuzhen!~liuzhen@218.241.172.114> has joined #illumos
[13:42:29] *** jelmd <jelmd!~jelmd@p548C03DF.dip0.t-ipconnect.de> has joined #illumos
[13:44:24] *** tim-tang <tim-tang!~tim_tang@173.255.253.43> has quit IRC (Remote host closed the connection)
[13:44:56] *** tim-tang <tim-tang!~tim_tang@173.255.253.43> has joined #illumos
[13:53:58] *** tim-tang_ <tim-tang_!~tim_tang@114.216.24.156> has joined #illumos
[13:54:20] *** tim-tang <tim-tang!~tim_tang@173.255.253.43> has quit IRC (Remote host closed the connection)
[14:07:11] *** mavhc <mavhc!~mavhc@cpc77319-basf12-2-0-cust433.12-3.cable.virginm.net> has quit IRC (Ping timeout: 240 seconds)
[14:08:09] *** mavhc <mavhc!~mavhc@cpc77319-basf12-2-0-cust433.12-3.cable.virginm.net> has joined #illumos
[14:23:27] *** xsdfdfsa <xsdfdfsa!~x@unaffiliated/sdfgsdfg> has quit IRC (Ping timeout: 276 seconds)
[14:26:18] *** tim-tang_ <tim-tang_!~tim_tang@114.216.24.156> has quit IRC (Remote host closed the connection)
[14:26:44] *** tim-tang <tim-tang!~tim_tang@173.255.253.43> has joined #illumos
[14:54:11] *** aaro <aaro!~aaro@unaffiliated/xyox/x-040147> has joined #illumos
[14:57:54] *** leoric <leoric!~leoric@84.52.116.107> has joined #illumos
[15:03:36] *** tim-tang_ <tim-tang_!~tim_tang@114.216.24.156> has joined #illumos
[15:03:57] *** tim-tang <tim-tang!~tim_tang@173.255.253.43> has quit IRC (Remote host closed the connection)
[15:10:50] *** Kurlon <Kurlon!~Kurlon@cpe-104-228-216-170.maine.res.rr.com> has quit IRC (Remote host closed the connection)
[15:11:42] *** chromatin <chromatin!~chromatin@d149-67-249-75.try.wideopenwest.com> has joined #illumos
[15:19:53] *** aaro1 <aaro1!~aaro@unaffiliated/xyox/x-040147> has joined #illumos
[15:21:33] *** zeroSignal <zeroSignal!~signal@fsf/member/zeroSignal> has joined #illumos
[15:22:23] *** aaro <aaro!~aaro@unaffiliated/xyox/x-040147> has quit IRC (Ping timeout: 250 seconds)
[15:23:00] *** happy-dude <happy-dude!uid62780@gateway/web/irccloud.com/x-mpboyqcgvkzcxhzl> has joined #illumos
[15:28:27] *** Kelzier <Kelzier!~duka@79.175.69.45> has quit IRC (Read error: Connection reset by peer)
[15:29:18] *** jfqd3 <jfqd3!~Adium@pD95DC040.dip0.t-ipconnect.de> has joined #illumos
[15:29:22] *** Kelzier <Kelzier!~duka@79.175.69.45> has joined #illumos
[15:31:39] *** jfqd <jfqd!~Adium@pD95DC040.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 264 seconds)
[15:46:54] *** Kelzier <Kelzier!~duka@79.175.69.45> has quit IRC (Read error: Connection reset by peer)
[15:47:16] *** Kelzier <Kelzier!~duka@79.175.69.45> has joined #illumos
[15:47:57] *** leoric <leoric!~leoric@84.52.116.107> has quit IRC (Ping timeout: 250 seconds)
[15:58:24] *** jfqd3 is now known as jfqd
[16:07:10] *** pjy <pjy!~pjy@2001:470:8:f7a:3c98:b38e:c247:82d> has joined #illumos
[16:11:48] *** pjy <pjy!~pjy@2001:470:8:f7a:3c98:b38e:c247:82d> has quit IRC (Ping timeout: 258 seconds)
[16:15:32] *** tim-tang_ <tim-tang_!~tim_tang@114.216.24.156> has quit IRC (Remote host closed the connection)
[16:16:33] *** tim-tang <tim-tang!~tim_tang@114.216.24.156> has joined #illumos
[16:21:45] *** tim-tang <tim-tang!~tim_tang@114.216.24.156> has quit IRC (Ping timeout: 276 seconds)
[16:28:31] *** shyu <shyu!~Frank@218.241.172.114> has quit IRC (Ping timeout: 240 seconds)
[16:30:51] *** aaro1 <aaro1!~aaro@unaffiliated/xyox/x-040147> has quit IRC (Quit: aaro1)
[16:39:42] *** andy_js <andy_js!~andy@90.219.225.136> has quit IRC (Quit: andy_js)
[16:49:15] <rmustacc> Anyone have a favorite usb audio device?
[17:13:03] *** bdha <bdha!~bdha@165.225.136.186> has quit IRC (Ping timeout: 264 seconds)
[17:20:15] *** nbjoerg <nbjoerg!~joerg@netbsd/developer/joerg> has quit IRC (Ping timeout: 250 seconds)
[17:39:55] <sensille> rmustacc: for what purpose? like O2/ODAC?
[17:40:23] <rmustacc> sensille: For me, it's just so I can test xhci.
[17:40:33] <rmustacc> So really just care about something that works with illumos.
[17:41:55] <sensille> ah. no, don't have illumos on my desktop
[17:45:22] <rmustacc> hid, storage, and net are easy to have.
[17:45:33] <rmustacc> Once you leave those, it gets a bit more annoying to find things.
[17:53:55] *** chromatin <chromatin!~chromatin@d149-67-249-75.try.wideopenwest.com> has quit IRC (Quit: chromatin)
[17:58:05] *** Aqualung <Aqualung!~Android@ip24-253-200-83.ok.ok.cox.net> has joined #illumos
[17:59:25] *** Aqualung <Aqualung!~Android@ip24-253-200-83.ok.ok.cox.net> has quit IRC (Client Quit)
[18:19:31] *** Gamlor <Gamlor!~Instantbi@222.233.98.91> has quit IRC (Ping timeout: 240 seconds)
[18:22:23] *** nbjoerg <nbjoerg!~joerg@netbsd/developer/joerg> has joined #illumos
[18:22:30] *** Gamlor <Gamlor!~Instantbi@222.233.98.91> has joined #illumos
[18:43:16] *** buffyg <buffyg!~bayard@82-71-41-233.dsl.in-addr.zen.co.uk> has quit IRC (Remote host closed the connection)
[19:22:40] *** chromatin <chromatin!~chromatin@d149-67-249-75.try.wideopenwest.com> has joined #illumos
[19:24:34] *** Riastradh <Riastradh!~riastradh@netbsd/developer/riastradh> has joined #illumos
[19:59:14] *** carlomagno <carlomagno!~cmagno@inet-hqmc04-o.oracle.com> has quit IRC (Remote host closed the connection)
[20:16:31] *** Gamlor <Gamlor!~Instantbi@222.233.98.91> has quit IRC (Ping timeout: 240 seconds)
[20:31:58] *** matejz <matejz!~matejz@element.planetq.org> has joined #illumos
[20:33:27] *** Riastradh <Riastradh!~riastradh@netbsd/developer/riastradh> has quit IRC (Remote host closed the connection)
[20:34:38] *** Na3iL <Na3iL!~Na3iL@ubuntu/member/na3il> has joined #illumos
[20:38:35] *** Riastradh <Riastradh!~riastradh@netbsd/developer/riastradh> has joined #illumos
[20:44:34] *** bahamat <bahamat!~bahamat@ip72-199-207-63.sd.sd.cox.net> has joined #illumos
[21:04:20] *** bahamat <bahamat!~bahamat@ip72-199-207-63.sd.sd.cox.net> has quit IRC (Quit: Leaving.)
[21:05:41] *** bahamat <bahamat!~bahamat@ip72-199-207-63.sd.sd.cox.net> has joined #illumos
[21:20:00] *** bdha <bdha!~bdha@165.225.136.186> has joined #illumos
[21:42:54] *** chromatin <chromatin!~chromatin@d149-67-249-75.try.wideopenwest.com> has quit IRC (Quit: chromatin)
[21:47:11] *** jfqd <jfqd!~Adium@pD95DC040.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 250 seconds)
[21:47:26] *** Kelzier <Kelzier!~duka@79.175.69.45> has quit IRC (Read error: Connection reset by peer)
[21:47:49] *** Kelzier <Kelzier!~duka@79.175.69.45> has joined #illumos
[22:00:16] *** Kelzier <Kelzier!~duka@79.175.69.45> has quit IRC (Read error: Connection reset by peer)
[22:00:36] *** Kelzier <Kelzier!~duka@79.175.69.45> has joined #illumos
[22:01:32] *** matejz <matejz!~matejz@element.planetq.org> has quit IRC (Quit: matejz)
[22:04:37] *** Kelzier <Kelzier!~duka@79.175.69.45> has quit IRC (Client Quit)
[22:05:18] *** Kelzier <Kelzier!~duka@79.175.69.45> has joined #illumos
[22:13:31] *** tdowg1 <tdowg1!~quassel@pool-96-244-201-225.bltmmd.fios.verizon.net> has quit IRC (Ping timeout: 240 seconds)
[22:20:00] *** ed209 <ed209!~ed209@165.225.128.67> has quit IRC (Remote host closed the connection)
[22:20:06] *** ed209 <ed209!~ed209@165.225.128.67> has joined #illumos
[22:21:50] *** chromatin <chromatin!~chromatin@d149-67-249-75.try.wideopenwest.com> has joined #illumos
[22:58:40] *** aaro <aaro!~aaro@unaffiliated/xyox/x-040147> has joined #illumos
[23:12:27] *** kdavyd <kdavyd!sid17852@gateway/web/irccloud.com/x-mpnkulmjesojtnoi> has quit IRC (Ping timeout: 264 seconds)
[23:14:08] *** kdavyd <kdavyd!sid17852@gateway/web/irccloud.com/x-kdgyasfarhticwyx> has joined #illumos
[23:16:05] *** leoric <leoric!~leoric@84.52.116.107> has joined #illumos
[23:20:12] *** Kelzier <Kelzier!~duka@79.175.69.45> has quit IRC (Read error: Connection reset by peer)
[23:21:10] *** Kelzier <Kelzier!~duka@79.175.69.45> has joined #illumos
[23:36:27] *** livelace <livelace!~livelace@46.101.54.207> has quit IRC (Ping timeout: 264 seconds)
[23:38:13] <igork> rmustacc: i have host with usb3 with ipmi and can test usb3
[23:38:43] <igork> with keyboard
[23:39:08] <igork> because right now keyboard is not working in ipmi viewer
[23:39:32] <igork> and we have no switch in usb to be compatible with usb2
[23:39:41] <igork> it iw supermicro x11
[23:39:48] <igork> it is
[23:40:13] <igork> https://www.supermicro.com/products/motherboard/Xeon/C236_C232/X11SSH-F.cfm
[23:56:45] *** Riastradh <Riastradh!~riastradh@netbsd/developer/riastradh> has quit IRC (Ping timeout: 276 seconds)
top

   July 16, 2016  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >