[00:01:51] *** hsp has quit IRC
[00:03:11] *** Stellar has joined #illumos
[00:03:14] *** McBofh has joined #illumos
[00:03:36] *** held has joined #illumos
[00:03:45] *** befreax has quit IRC
[00:11:21] *** gebi has quit IRC
[00:30:20] *** vergil66 has joined #illumos
[00:35:09] *** vergil66 has quit IRC
[00:43:45] *** aszeszo has joined #illumos
[01:04:45] *** smrt has quit IRC
[01:05:07] *** smrt has joined #illumos
[01:12:10] *** Sloar has left #illumos
[01:25:45] *** Bleubeard has quit IRC
[01:37:17] *** gber has quit IRC
[01:53:48] *** piwi has quit IRC
[01:58:27] *** boyd has quit IRC
[01:59:04] *** boyd has joined #illumos
[02:10:25] *** Bleubeard has joined #illumos
[02:18:33] *** jamesd_laptop has quit IRC
[02:26:46] *** jamesd2 has joined #illumos
[02:27:30] *** ivo_ has joined #illumos
[02:30:24] *** boyd has quit IRC
[02:30:24] *** kovert has quit IRC
[02:30:25] *** tomww has quit IRC
[02:30:25] *** igork has quit IRC
[02:30:25] *** ivan has quit IRC
[02:30:26] *** edp_mobile has quit IRC
[02:30:26] *** meineerde has quit IRC
[02:30:28] *** herzen` has joined #illumos
[02:30:28] *** herzen has quit IRC
[02:30:29] *** joffe has quit IRC
[02:30:30] *** boyd has joined #illumos
[02:30:46] *** edp_mobile has joined #illumos
[02:30:51] *** meineerde has joined #illumos
[02:31:24] *** tomww has joined #illumos
[02:32:49] *** kovert has joined #illumos
[02:36:14] *** ivan has joined #illumos
[03:15:51] *** NorrinRadd has joined #illumos
[03:18:02] *** Norrin has quit IRC
[03:59:12] *** xapiens has quit IRC
[04:00:00] *** ivo_ has quit IRC
[04:02:37] *** boyd_ has joined #illumos
[04:02:39] *** boyd has quit IRC
[04:02:40] *** boyd_ is now known as boyd
[04:03:38] *** lyarick1 has quit IRC
[04:06:18] *** dwilliamii_ has quit IRC
[04:09:55] *** NorrinRadd has quit IRC
[04:11:55] *** Norrin has joined #illumos
[04:21:46] *** dwilliamii_ has joined #illumos
[04:29:46] *** lyarick has joined #illumos
[04:35:01] *** hecsa has joined #illumos
[04:38:39] *** boyd has quit IRC
[04:38:57] <hecsa> Hi!
[04:39:09] *** boyd has joined #illumos
[04:41:09] <gdamore> hi all.
[04:44:52] <hecsa> Hi, gdamore!
[04:45:27] <hecsa> How are u?
[04:46:58] *** CVLTCMK0 has quit IRC
[04:47:35] <gdamore> been busy lately, of course.
[04:48:06] *** boyd has quit IRC
[04:48:11] <hecsa> I can imagine, I'm following the mailing list...saw lot of emails
[04:48:22] <gdamore> yep....
[04:48:52] *** CVLTCMK0 has joined #illumos
[04:49:10] *** boyd has joined #illumos
[05:00:15] *** boyd has quit IRC
[05:01:10] *** boyd has joined #illumos
[05:02:48] <jbk> evening
[05:03:33] *** gwr has joined #illumos
[05:07:36] *** dwilliamii has joined #illumos
[05:09:18] *** dwilliamii_ has quit IRC
[05:10:40] *** lyarick has quit IRC
[05:23:38] *** hecsa has quit IRC
[05:25:46] *** hecsa has joined #illumos
[05:47:01] *** Norrin has quit IRC
[05:48:33] *** hecsa has quit IRC
[05:49:06] *** hecsa has joined #illumos
[05:58:26] *** lyarick has joined #illumos
[05:58:34] <gdamore> anyone around want to review an interesting kernel hang fix in sdcard?
[05:59:54] <jbk> i can try
[06:01:04] <gdamore> basically, I should not hold the slot lock when calling into blkdev. oops on my part.
[06:02:37] <jbk> looks good to me..
[06:03:21] <gdamore> Will be interesting, since an Oracle engineer contacted me about the problem. Will they take this fix? If they do they have to keep this code under the CDDL going forward and release source. :-)
[06:03:40] <jbk> well there's a number of files they'll need to keep open
[06:03:47] <gdamore> small number..
[06:04:29] <jbk> well ISTR the fbsd guys contributed some zfs fixes.. depending on how widespread they were..
[06:06:19] <jbk> but on a different subject
[06:06:27] <gdamore> I need to reboot to test this fix... bbiab
[06:06:40] <jbk> i do have a question when you get back :)
[06:06:46] <gdamore> you can ask now...
[06:06:48] <gdamore> if you're ready
[06:07:18] <jbk> well as i've been working on the ike stuff, i'm curious as to any suggestions dealing with buffers containing concatenated _unaligned_ structures
[06:07:38] <gdamore> I usually use offsets rather than structures in such cases.
[06:07:52] <gdamore> and then bcopy to the native type.
[06:08:29] <gdamore> there are other ways to do this (misaligned access enables) in some cpus, but its highly arch dependent, and usually isn't worth any tiny perf. gain over bcopy
[06:09:20] <jbk> that's more or less the approach i was thinking about (since a lot of logic is based around the stuff in there, i was planning instead to have normal unpacked structs that can point to other unpacked structs, and just define a list of offsets to copy to populate the aligned structs
[06:09:36] <gdamore> ok, sounds reasonable.
[06:09:37] <jbk> just want to make sure i'm not overdoing it :)
[06:09:58] <gdamore> it depends entirely on how complex your code is, nd how widespread this usage is.
[06:10:43] <gdamore> okay, going off line now... may be a while before I get back.
[06:10:49] <gdamore> there is pumpkin pie calling me....
[06:10:54] <jbk> :)
[06:16:27] *** gdamore has quit IRC
[06:34:23] *** dwilliamii has quit IRC
[06:47:23] *** JackyJ has joined #illumos
[06:58:54] *** lyarick has quit IRC
[07:03:41] *** Zauberpo1y has joined #illumos
[07:03:42] *** boyd_ has joined #illumos
[07:04:21] *** Zauberpony has quit IRC
[07:04:55] *** boyd has quit IRC
[07:04:55] *** boyd_ is now known as boyd
[07:08:19] *** jamesd2 has quit IRC
[07:08:53] *** jamesd2 has joined #illumos
[07:30:55] *** gdamore has joined #illumos
[07:30:55] *** ChanServ sets mode: +o gdamore
[07:58:31] *** Norrin has joined #illumos
[08:07:18] <jbk> wb
[08:13:37] <gdamore> tks.
[08:13:41] <gdamore> tests went well
[08:13:51] <gdamore> need to submit the RTI....
[08:14:26] *** bayoda1 has joined #illumos
[08:17:22] <jbk> now if only i could smack users... :P
[08:17:40] <jbk> submitting a 32+ hour job late friday
[08:18:42] <gdamore> heh
[08:20:31] *** boyd- has joined #illumos
[08:21:52] *** boyd has quit IRC
[08:21:53] *** boyd- is now known as boyd
[08:36:57] *** gebi has joined #illumos
[08:36:57] *** gebi has joined #illumos
[08:38:41] *** Gaston|Home has quit IRC
[08:46:40] *** samuelyounge has quit IRC
[08:48:44] *** samuelyounge has joined #illumos
[08:59:23] *** schily___ has quit IRC
[09:01:45] *** bayoda1 has left #illumos
[09:02:14] *** hsp has joined #illumos
[09:04:19] *** schily___ has joined #illumos
[09:16:04] *** gwr has quit IRC
[09:17:51] *** anilg has joined #illumos
[09:26:57] *** steleman has quit IRC
[09:45:09] *** Aram has joined #illumos
[10:02:45] *** taemun has quit IRC
[10:08:09] *** xmikus01 has joined #illumos
[10:12:04] *** RoyK has joined #illumos
[10:41:04] *** anilg has left #illumos
[10:44:04] *** JackyJ has quit IRC
[10:48:07] *** boyd has quit IRC
[10:49:04] *** boyd has joined #illumos
[10:51:35] *** gber has joined #illumos
[10:52:38] *** boyd_ has joined #illumos
[10:53:31] *** boyd has quit IRC
[10:53:32] *** boyd_ is now known as boyd
[11:34:21] *** joffe has joined #illumos
[11:38:41] *** movement has quit IRC
[11:51:36] *** movement has joined #illumos
[11:53:55] *** ganbold has quit IRC
[11:57:41] *** boyd_ has joined #illumos
[11:58:46] *** boyd has quit IRC
[11:58:47] *** boyd_ is now known as boyd
[12:01:48] *** smrt has quit IRC
[12:02:00] *** DerSaidi1 has joined #illumos
[12:02:03] *** smrt has joined #illumos
[12:04:53] *** DerSaidin has quit IRC
[12:07:46] *** boyd has quit IRC
[12:08:11] *** boyd has joined #illumos
[12:14:28] *** russiane39 has joined #illumos
[12:14:40] <Petri> Greetings one possible issue ...
[12:16:10] <Petri> Any gate members present ?
[12:22:30] *** DerSaidi1 is now known as DerSaidin
[12:22:39] *** DerSaidin has joined #illumos
[12:45:37] *** Gervystar has joined #illumos
[12:48:07] *** hsp has quit IRC
[13:02:31] *** befreax has joined #illumos
[13:14:57] *** movement has quit IRC
[13:21:11] *** Stellar has quit IRC
[13:21:24] *** Stellar has joined #illumos
[13:28:30] *** movement has joined #illumos
[13:31:50] *** gber_ has joined #illumos
[13:34:54] *** gber has quit IRC
[13:35:07] <tomww> ust write your issue, then we'll see :)
[13:41:37] *** ivo_ has joined #illumos
[13:41:59] *** gber_ is now known as gber
[13:50:09] *** Thrae has quit IRC
[13:52:20] *** ivo_ has quit IRC
[13:53:32] *** Thrae has joined #illumos
[14:17:56] <Petri> tomww : case is , setup nis server with securenets .. including subnet and localhost. running make will basicly run forever ... rename securenets file and restart all nis services and make run just fine .....
[14:22:09] *** LeftWing has quit IRC
[14:26:59] *** LeftWing has joined #illumos
[14:36:55] *** Petri has quit IRC
[14:56:47] *** befreax has quit IRC
[15:10:18] *** carlomagno has quit IRC
[15:10:39] *** befreax has joined #illumos
[15:23:22] *** befreax has quit IRC
[15:29:17] *** lyarick has joined #illumos
[15:44:04] *** Sloar has joined #illumos
[15:48:43] *** befreax has joined #illumos
[16:05:13] *** steleman has joined #illumos
[16:14:35] *** jelmd_ has joined #illumos
[16:14:35] *** jelmd has quit IRC
[16:14:41] *** jelmd_ is now known as jelmd
[16:15:37] *** LeftWing has quit IRC
[16:16:00] *** LeftWing has joined #illumos
[16:16:43] *** jelmd_ has joined #illumos
[16:16:43] *** jelmd has quit IRC
[16:16:49] *** jelmd_ is now known as jelmd
[17:01:25] *** befreax has quit IRC
[17:10:35] *** Hedonista_ has joined #illumos
[17:16:54] *** Hedonista has quit IRC
[17:17:51] *** Hedonista_ is now known as Hedonista
[17:18:23] <gdamore> pretty quiet around here....
[17:18:39] <Hedonista> still drinking coffee here
[17:19:00] <gdamore> here too... but I just started. :-) its only about 8:20am
[17:24:11] *** Stellar has quit IRC
[17:34:47] *** Stellar has joined #illumos
[17:40:12] *** kvanals has quit IRC
[17:41:17] *** axisys has quit IRC
[17:43:03] *** axisys has joined #illumos
[17:43:44] *** axisys has joined #illumos
[18:06:52] *** kvanals has joined #illumos
[18:06:54] *** kvanals has left #illumos
[18:07:04] *** kvanals has joined #illumos
[18:10:10] *** samuelyounge has quit IRC
[18:15:35] *** aszeszo has quit IRC
[18:36:29] *** aszeszo has joined #illumos
[18:36:45] *** aszeszo has joined #illumos
[18:40:44] <stallion> gdamore: morning
[18:40:59] <stallion> jbk: ping
[18:51:21] <joffe> pang
[18:58:16] *** Bleubeard has quit IRC
[19:06:44] *** gdamore has quit IRC
[19:10:17] *** gdamore has joined #illumos
[19:10:18] *** ChanServ sets mode: +o gdamore
[19:14:08] *** jelmd_ has joined #illumos
[19:14:09] *** jelmd has quit IRC
[19:14:14] *** jelmd_ is now known as jelmd
[19:18:57] *** Bleubeard has joined #illumos
[19:19:55] *** Bleubeard has quit IRC
[19:24:37] *** Bleubeard has joined #illumos
[19:33:44] *** boyd has quit IRC
[19:33:58] *** boyd has joined #illumos
[19:36:55] *** ruse39 has quit IRC
[19:38:56] <jbk> stallion: hi
[19:54:53] *** boyd has quit IRC
[19:55:16] *** boyd has joined #illumos
[20:09:47] *** CodeWar has joined #illumos
[20:15:35] *** boyd has quit IRC
[20:16:16] *** boyd has joined #illumos
[20:23:34] *** samuelyounge has joined #illumos
[20:26:48] *** CodeWar has quit IRC
[20:37:11] *** boyd has quit IRC
[20:38:29] *** boyd has joined #illumos
[20:39:09] *** boyd has joined #illumos
[20:46:38] *** samuelyounge has quit IRC
[20:46:52] *** samuelyounge has joined #illumos
[21:02:56] *** Bleubear_ has joined #illumos
[21:06:10] *** Bleubeard has quit IRC
[21:13:07] *** hsp has joined #illumos
[21:18:22] *** psychicist has joined #illumos
[21:37:36] *** FrostCS has quit IRC
[21:40:33] *** Sloar has quit IRC
[21:41:24] *** juanfra has joined #illumos
[21:45:22] *** crsd has quit IRC
[21:45:42] *** crsd has joined #illumos
[21:47:55] *** Norrin has quit IRC
[21:48:16] *** Norrin has joined #illumos
[21:53:45] *** hsp has quit IRC
[22:37:08] *** e^ipi has quit IRC
[22:40:59] *** HyperJohnGraham has quit IRC
[22:45:41] *** e^ipi has joined #illumos
[22:46:05] <jkimball4> planet illumos is now running on openindiana
[22:46:39] <jkimball4> with a server in san jose and one in london thanks to Entics new datacenter there
[22:55:40] <Triskelios> awesome
[22:57:22] <joffe> :D
[22:57:46] <jkimball4> i'm pleased :)
[22:59:22] <joffe> i guess that means openindiana is considered mature enough to replace opensolaris?
[22:59:33] <joffe> if it can run planet illumos, it can surely run my NAS?
[23:00:54] <jkimball4> lol i'm not in a position to answer that :)
[23:01:08] <jkimball4> i've been using on my laptop and have been immensely happy with it there as well.
[23:01:29] <Triskelios> gdamore: did you work out the desktop background stuff yet? SVG form would be best for GNOME
[23:15:38] <sommerfeld> so, has anyone tried it out on a recent (as in, still for sale) laptop?
[23:16:09] <sommerfeld> had to give back my Toshiba R500 when I left oracle.
[23:16:25] <sommerfeld> and both the R500 and R600 (which ran opensolaris very well) are no longer for sale.
[23:18:01] *** CVLTCMK0 has quit IRC
[23:18:25] *** piwi has joined #illumos
[23:20:44] <jkimball4> mine is t61p
[23:21:59] <sommerfeld> suspend/resume work?
[23:22:07] *** Gaston|Home has joined #illumos
[23:23:16] *** N2Deep_ has quit IRC
[23:23:23] *** CVLTCMK0 has joined #illumos
[23:25:06] <jkimball4> sommerfeld: sure does
[23:25:10] <jkimball4> flawlessly
[23:25:16] <jkimball4> err
[23:25:22] <jkimball4> not out of the box though
[23:25:26] <jkimball4> had to tweak power.conf
[23:25:32] <sommerfeld> that's normal.
[23:25:44] <sommerfeld> (it's only enabled by default on a limited set of models)
[23:25:51] <jkimball4> right
[23:29:33] <sommerfeld> Triskelios: yup, the change on lines 4408-4423 is the one change which is not obviously "just support more chips".
[23:29:48] <sommerfeld> (of bge_chip2.c, that is).
[23:31:00] <sommerfeld> what have you done for testing this?
[23:33:17] <Triskelios> michal` on #openindiana has the actual hardware, so I've asked him to run basic throughput tests like ttcp
[23:33:47] <sommerfeld> my main concern would be a regression on other hardware.
[23:35:14] <Triskelios> yeah, I need to track down other people with bge cards
[23:36:05] <sommerfeld> for what it's worth, i've got a ferrari 4000 with a bge in it..
[23:37:32] <sommerfeld> it's been powered off for a while (was using the work-supplied R500 instead). i'm not even sure what opensolaris build it's running, but its not recent.
[23:42:31] <Triskelios> can it boot an openindiana live CD/USB?
[23:43:55] *** psychicist has quit IRC
[23:52:03] *** joffe has quit IRC
[23:54:13] *** e^ipi has quit IRC
[23:56:19] *** joffe has joined #illumos
[23:57:12] <sommerfeld> muahahaha. it's alive again. (it booted. it has an nv_134 boot environment, so I think I can do the opensolaris->openindiana upgrade)