[00:00:46] *** Lumb has quit IRC[00:01:43] *** DocHolliday has quit IRC[00:02:29] *** voidcoder has joined #openindiana[00:03:54] *** voidcoder has quit IRC[00:04:14] *** voidcoder has joined #openindiana[00:06:36] *** bruges has quit IRC[00:06:53] *** bruges has joined #openindiana[00:07:20] *** ivo_ has quit IRC[00:07:24] *** ball has quit IRC[00:13:59] *** b13n1u has joined #openindiana[00:15:19] *** enricop has joined #openindiana[00:33:41] *** melik_ has quit IRC[00:34:44] *** ivo_ has joined #openindiana[00:49:17] *** krystal has joined #openindiana[00:58:16] *** Hakon has joined #openindiana[00:58:35] <Hakon> hello all :)[00:58:54] <Hakon> i'm a bit confused by the in-kernel cifs server, how do i configure it?[00:59:30] <Hakon> i want to change some options i'd normally put in the global section of a smb.conf[01:02:35] <Hakon> or is it another implementation than samba entirely?[01:02:38] *** sojubang has joined #openindiana[01:05:13] *** hoolio has joined #openindiana[01:07:50] <RoyK> Hakon: it's a completely different implementation[01:07:55] <Hakon> ah.[01:08:07] <RoyK> Hakon: some settings can be set in zfs[01:08:19] <RoyK> some in kerberos, etc[01:08:25] <RoyK> depends what you want[01:08:27] <Hakon> i wanted to tune some async io stuff[01:09:25] <RoyK> dunno if the cifs server supports that[01:09:31] <Hakon> doesn't look like it[01:09:38] *** sojubang has quit IRC[01:09:38] <Hakon> how do i disable it?[01:09:51] <Hakon> it's easy for me to just set up samba[01:10:04] <Hakon> but i have no idea how to disable cifs server[01:10:11] <RoyK> svcadm disable[01:10:31] <RoyK> but then - the cifs server has a few things samba doesn't have[01:10:57] <Hakon> like zfs integration?[01:11:00] <RoyK> it performs better, in general, and it supports snapshots like "previous versions" usable from windows[01:11:15] <Hakon> neat[01:11:30] <RoyK> neat indeed ;)[01:11:38] <Hakon> i guess it performs better with sync writes[01:12:02] <RoyK> add an SSD for SLOG if you want better sync performance[01:12:21] <RoyK> but... bedtime[01:12:22] <Hakon> i have one[01:12:25] <Hakon> nighty[01:12:29] <RoyK> nite[01:12:48] <Hakon> i don't want to stress the SSD if 90% of writes are async anyway[01:13:15] <RoyK> async writes won't go to the ZIL[01:13:22] <RoyK> only sync writes are sent there[01:13:31] <Hakon> well, if it goes through normal cifs it does[01:13:49] <Hakon> all cifs writes (unless you have enabled aio) are sync[01:13:49] <RoyK> then get a better SSD ;)[01:14:01] <Hakon> samba supports aio, problem solved.[01:14:12] <RoyK> in my last job, we got a pair of 30GB SLC SSDs for the SLOG[01:14:29] <RoyK> you don't need much space on an SLOG anyway[01:14:36] <RoyK> total used is half of RAM[01:15:00] <RoyK> if sufficient writes are able to fill that amount in, what, 30 seconds?[01:15:36] <RoyK> I've used cheapish MLCs for SLOG also, works a while, and then dies[01:15:45] <Hakon> i think i have bigger problems than SSDs atm[01:16:23] <RoyK> things like Alasdairrr abandoning his share to the project? ;)[01:16:41] <Hakon> nono[01:17:13] <RoyK> but - need sleep[01:17:16] <Hakon> go![01:18:45] *** jellydonut has quit IRC[01:20:41] <Hakon> 15487090688 bytes (15 GB) copied, 23.0576 s, 672 MB/s[01:20:42] <Hakon> oh yeah.[01:21:03] <Hakon> that's better than the 7MB/s i got in freebsd[01:23:24] <Hakon> thank you guys <3[01:23:32] <Hakon> and/or girls[01:24:54] *** enricop has quit IRC[01:35:37] *** ball has joined #openindiana[01:44:36] *** krystal has quit IRC[01:49:18] *** smrt has quit IRC[01:49:36] *** smrt has joined #openindiana[01:55:49] *** ira has joined #openindiana[02:06:17] *** jamesd has quit IRC[02:30:55] *** smrt has quit IRC[02:31:13] *** smrt has joined #openindiana[02:31:46] *** ivo__ has joined #openindiana[02:33:07] *** ivo_ has quit IRC[02:36:28] *** hoolio_ has joined #openindiana[02:42:38] *** hoolio_ has quit IRC[02:46:06] *** Hakon has quit IRC[02:58:44] *** jamesd has joined #openindiana[03:26:07] *** ivo__ has quit IRC[03:26:43] *** ivo_ has joined #openindiana[03:28:58] *** freakazoid0223 has joined #openindiana[03:32:30] *** CVLTCMK0 has joined #openindiana[03:40:16] *** patdk-lap has joined #openindiana[03:44:31] <Aethrs> Is there any way to get debugging info on comstar/iscsi ?[03:44:47] <Aethrs> Freebsd initiator is giving 'illegal request asc:20,0' and I'm really not sure what that means.[03:57:24] <patdk-lap> freebsd sent a scsi command that comstar responded to with, illegal request (on scsi that is error code 20,0)[03:59:46] <Aethrs> Turns out that while oi doesn't seem too case sensitive about host iqn's[04:00:01] <Aethrs> As in, I can't add a uppercase "ABC.com" and a lowercase "abc.com"[04:00:18] <Aethrs> When I add abc.com to the host-group, and the initiator is sending "ABC.com"... It doesn't match up at all.[04:00:21] <patdk-lap> if I remember right, iqn isn't case sensitive[04:00:30] <Aethrs> One would think that. ;)[04:00:36] <patdk-lap> yep, I found that issue too[04:00:42] <Aethrs> Is it a bug?[04:00:47] <patdk-lap> dunno, didn't care[04:00:52] <patdk-lap> I normally use all lower anyways[04:01:01] <patdk-lap> it was just by chance I used upper from one char in the initiator[04:01:05] <Aethrs> I guess... This took me kind of a while to diagnose.[04:01:12] <patdk-lap> ya, 2days for me :([04:01:15] <Aethrs> LOL[04:01:19] <Aethrs> 2 days for me too.[04:01:26] <patdk-lap> but I wasn't actually working on that issue solidly for that time[04:01:30] <Aethrs> Seems a simple fix... Missing a lc(string) or whatever, somewhere.[04:02:05] <Aethrs> Is there someplace I should file a bug?[04:02:21] <patdk-lap> illumos[04:07:06] <Aethrs> My infinband switch should be here next week. :)[04:19:57] *** ArtimusD1 has joined #openindiana[04:21:42] *** ArtimusD has quit IRC[04:23:22] *** PhoenixMage has quit IRC[04:25:58] *** PhoenixMage has joined #openindiana[04:31:32] *** PhoenixMage has quit IRC[04:33:55] *** PhoenixMage has joined #openindiana[04:39:35] *** PhoenixMage has quit IRC[04:42:45] *** ball has quit IRC[04:44:54] *** PhoenixMage has joined #openindiana[04:47:26] *** kart_ has joined #openindiana[04:56:10] *** PhoenixMage has quit IRC[05:05:12] *** POloser has joined #openindiana[05:27:58] *** ira has quit IRC[05:47:21] *** patdk-lap has quit IRC[05:47:53] *** patdk-lap has joined #openindiana[06:26:29] *** mistur has quit IRC[06:59:24] *** jw_urodoc has joined #openindiana[06:59:36] *** Hedonisto has quit IRC[07:00:34] *** zdw has joined #openindiana[07:02:30] *** Hedonisto has joined #openindiana[07:09:20] *** zdw has left #openindiana[07:21:20] *** mulant15_ has quit IRC[07:29:51] *** bruges has quit IRC[07:30:11] *** bruges has joined #openindiana[07:51:57] *** Webhostbudd has joined #openindiana[07:52:12] *** sojubang has joined #openindiana[08:19:17] *** imaxs has joined #openindiana[08:19:26] *** voidcoder has quit IRC[08:19:44] *** voidcoder has joined #openindiana[08:31:16] *** andy_js has joined #openindiana[08:38:01] *** cyberspace- has quit IRC[08:38:50] *** jamesd has quit IRC[08:39:05] *** cyberspace- has joined #openindiana[08:44:37] *** ivo_ has quit IRC[08:59:50] *** Kaishi has quit IRC[09:00:08] *** Kaishi has joined #openindiana[09:03:00] *** jedi4ever has joined #openindiana[09:03:33] *** jedi4ever has quit IRC[09:03:50] *** jedi4ever has joined #openindiana[09:04:31] *** sojubang has quit IRC[09:28:08] *** jedi4ever has quit IRC[09:38:19] *** Micr0mega has joined #openindiana[09:43:33] *** paveq has quit IRC[09:45:01] <lblume> trochej: Coffee?[09:46:07] *** kz has quit IRC[09:46:40] *** kz has joined #openindiana[09:51:35] *** kartomartin has joined #openindiana[09:53:38] *** patdk-lap has quit IRC[09:53:59] *** patdk-lap has joined #openindiana[09:56:54] <sjorge> lblume: I just had tea[09:57:22] <lblume> No matter. Coffee for you, too.[09:57:27] <sjorge> :D[10:18:01] *** imaxs has quit IRC[10:18:43] *** tsoome has quit IRC[10:20:38] *** ivo_ has joined #openindiana[10:25:12] *** paveq has joined #openindiana[10:28:50] *** Webhostbudd has quit IRC[10:41:20] *** InTheWings has joined #openindiana[10:44:04] *** Whoopsie has joined #openindiana[10:44:04] *** ChanServ sets mode: +v Whoopsie[10:46:31] *** tsoome has joined #openindiana[10:47:32] <ancoron_w> ...being a little late, but: coffee![10:48:40] <lblume> It's always time for coffee somewhere.[10:55:30] *** Whoopsie has quit IRC[10:56:32] <trochej> Coffee[10:56:39] <trochej> Yupo[11:04:49] *** |AbsyntH| has joined #openindiana[11:07:50] *** Whoopsie has joined #openindiana[11:07:50] *** ChanServ sets mode: +v Whoopsie[11:08:41] <sjorge> We should develop or own brand of coffee1[11:21:54] <trochej> :)[11:27:40] *** alcir has joined #openindiana[11:30:28] *** voidcoder has quit IRC[11:37:11] *** voidcoder has joined #openindiana[11:38:42] *** voidcoder has quit IRC[11:39:04] *** voidcoder has joined #openindiana[11:39:11] *** easye has quit IRC[11:41:23] *** jw_urodoc has quit IRC[11:47:33] *** heldchen has quit IRC[11:57:34] *** heldchen has joined #openindiana[11:58:28] *** voidcoder has quit IRC[12:16:55] *** jellydonut has joined #openindiana[12:30:03] *** InTheWings has quit IRC[12:31:47] *** InTheWings has joined #openindiana[12:31:48] *** InTheWings has joined #openindiana[12:34:25] *** heldchen has quit IRC[12:44:44] *** heldchen has joined #openindiana[12:47:59] *** ivo_ has quit IRC[13:02:38] *** andy_js has quit IRC[13:26:45] *** POloser has left #openindiana[13:27:11] *** andy_js has joined #openindiana[13:27:45] *** POloser has joined #openindiana[13:32:27] *** easye has joined #openindiana[13:34:43] *** PiotrSikora has quit IRC[13:58:13] *** ivan` has quit IRC[13:59:40] *** PiotrSikora has joined #openindiana[14:00:46] *** ivan` has joined #openindiana[14:05:10] *** PiotrSikora has quit IRC[14:12:13] *** Micr0mega has quit IRC[14:12:46] *** Micr0mega has joined #openindiana[14:17:01] *** Sachiru has joined #openindiana[14:21:33] *** enricop has joined #openindiana[14:21:49] <Sachiru> How does VirtualBox interact with DTrace? Specifically, using DTrace to get statistics of the guest VM like CPU utilization, latency, etc.?[14:30:37] *** heldchen has quit IRC[14:30:52] *** heldchen has joined #openindiana[14:31:34] *** anikin has joined #openindiana[14:33:14] *** POloser has left #openindiana[14:34:03] <trochej> Coffee[14:34:14] <trochej> Sachiru: Cool idea for a project :)[14:35:08] *** CVLTCMK0 has quit IRC[14:39:48] <sjorge> trochej: well I guess lots of coffee + a developer would accomplis the project[14:42:47] *** PiotrSikora has joined #openindiana[14:55:20] <trochej> I can take lots of first, can't code a shit thou[14:56:42] <sjorge> neither can I[14:56:46] <sjorge> zell I can do pythin[14:56:55] <sjorge> but I canµt spell today it seems[15:05:40] *** ira has joined #openindiana[15:05:45] *** Sachiru has quit IRC[15:08:50] *** enricop has quit IRC[15:09:49] *** ira has joined #openindiana[15:11:03] *** ira has joined #openindiana[15:11:42] <trochej> :)[15:11:53] *** Sachiru has joined #openindiana[15:17:56] *** smrt has quit IRC[15:18:14] *** smrt has joined #openindiana[15:31:59] *** jamesd has joined #openindiana[15:44:46] *** Sachiru has quit IRC[15:46:16] *** APTX has quit IRC[15:46:24] *** APTX has joined #openindiana[15:55:52] *** patdk-lap has quit IRC[15:59:28] *** Sachiru has joined #openindiana[15:59:59] *** APTX has quit IRC[16:04:55] *** APTX has joined #openindiana[16:09:06] *** patdk-lap has joined #openindiana[16:12:06] *** Seony has quit IRC[16:14:55] *** CVLTCMK0 has joined #openindiana[16:37:07] *** APTX has quit IRC[16:40:07] *** tsoome_ has joined #openindiana[16:40:07] *** tsoome_ has quit IRC[16:42:41] *** tsoome has quit IRC[16:53:29] *** kartomartin has quit IRC[16:54:54] *** kart_ has quit IRC[16:55:24] *** kart_ has joined #openindiana[17:04:04] *** alcir has quit IRC[17:09:01] *** APTX has joined #openindiana[17:09:03] *** kart_ has quit IRC[17:09:47] *** kart_ has joined #openindiana[17:10:19] *** anikin has quit IRC[17:22:10] *** dijit is now known as gnui[17:22:12] *** gnui is now known as gnu[17:22:41] *** gnu is now known as Guest84876[17:25:16] *** Uranio has joined #openindiana[17:29:23] <trochej> Ugh, and thus mailing list will drown in bickering about OpenSolaris name[17:31:11] *** enricop has joined #openindiana[17:33:41] *** jgrafton has quit IRC[17:40:29] <lblume> Again?[17:40:36] <lblume> Which m/l this time?[17:41:19] *** Micr0mega has left #openindiana[17:43:25] *** enricop has quit IRC[17:50:51] *** tsoome has joined #openindiana[17:57:12] *** Guest84876 is now known as dijit[17:57:41] <trochej> oi-dev[18:03:09] *** |AbsyntH| has quit IRC[18:07:05] <lblume> Ah, Joerg was there.[18:07:13] <trochej> Yes[18:07:41] <trochej> I was about to write a "Please stop" mail, but don't really want to start third thread.[18:10:43] <lblume> it will go away[18:10:47] <lblume> and now, time for beer![18:12:03] <trochej> Nope, another coffee please :)[18:14:53] *** kart_ has quit IRC[18:15:59] *** kart_ has joined #openindiana[18:20:28] *** PiotrSikora has quit IRC[18:22:04] *** mulant15 has joined #openindiana[18:22:42] *** PiotrSikora has joined #openindiana[18:23:21] *** kforbz has joined #openindiana[18:25:27] *** mulant15 has quit IRC[18:26:17] <wonko> hmmm[18:26:37] <wonko> /etc/named.conf:13: unknown option 'directory'[18:28:01] <wonko> FMRI: pkg://openindiana.org/network/dns/bind at 9 dot 6.4.7.1,5.11-0.151.1.5:20120630T190116Z[18:29:17] <tomww> looks in the first view like a incorrect setting in the bind config file /etc/named.conf on around line 13[18:30:57] <wonko> oh, nevermind, i'm being a moron[18:31:02] <wonko> that's outside of options {}[18:35:25] <tomww> :)[18:52:18] *** Sachiru has quit IRC[19:00:46] *** Whoopsie has quit IRC[19:04:31] *** master_of_master has quit IRC[19:06:37] *** master_of_master has joined #openindiana[19:14:41] *** mulant15_ has joined #openindiana[19:19:12] *** mulant15_ has quit IRC[19:22:38] *** slx86 has joined #openindiana[19:27:30] *** drlou-mobile has joined #openindiana[19:30:52] *** heldchen has quit IRC[19:31:59] *** Gugge has joined #openindiana[19:32:26] *** spanglywires has joined #openindiana[19:35:02] *** mulant15 has joined #openindiana[19:35:09] <nostradamus99> @RoyK I read that you said: "I've used cheapish MLCs for SLOG also, works a while, and then die"[19:35:30] <nostradamus99> how long did a MLC last..?[19:35:59] <nostradamus99> was this after 100GB or 100TB was written to this ZIL..?[19:40:03] *** mulant15 has quit IRC[19:46:24] *** cyberspace- has quit IRC[19:48:08] *** cyberspace- has joined #openindiana[19:49:54] *** drlou-mobile has quit IRC[19:53:33] *** imaxs has joined #openindiana[19:55:23] <patdk-lap> mine are working ok, I'm well over 100TB written[19:56:42] <patdk-lap> I estimated my mlc would last 3-5years[19:56:48] <patdk-lap> but then it took several tests[19:57:02] <patdk-lap> all the ocz ones I used, would die in 1-2 weeks[19:57:08] *** andy_js has quit IRC[19:57:24] *** kart_ has quit IRC[19:58:32] *** andy_js has joined #openindiana[20:00:06] *** spanglywires has quit IRC[20:03:35] *** Uranio has quit IRC[20:04:38] *** Uranio has joined #openindiana[20:04:53] *** Uranio has quit IRC[20:05:16] *** Uranio has joined #openindiana[20:06:21] <RoyK> nostradamus99: the server had, or has, some 80TiB of disk space, and was somewhat heavy on writes at times, but not too much[20:06:26] *** heldchen has joined #openindiana[20:06:32] *** dijenerate has quit IRC[20:06:51] <RoyK> nostradamus99: they work a while, but will eventually die, usually long before the warranty is exceeded[20:07:05] *** hoolio has quit IRC[20:07:23] <nostradamus99> so that means you get new ones..?[20:07:33] <RoyK> I did[20:07:33] *** hoolio has joined #openindiana[20:08:22] <nostradamus99> How did you know that your ZIL died..? does the OS detect this..?[20:08:39] <nostradamus99> or do you need something like Nexenta Nappit..?[20:09:21] <RoyK> zfs tossed out the drive[20:09:34] <RoyK> too many errors == dead[20:10:46] <RoyK> too many secrets ;)[20:10:52] <nostradamus99> lol[20:11:19] <nostradamus99> I know have a all in one machine with ESXi, OI and Napp-IT. one 3 way mirror and one 2 way mirror the 3 way mirror is used for my VM's through NFS[20:11:37] <nostradamus99> the two way mirror is used as CIFS[20:12:18] <RoyK> the SSDs we got in the end, was 30GB SLC SSDs, about the price of a decent 250GB MLC[20:12:20] <nostradamus99> would adding a SSD as ZIL & L2ARC help with write performance..? I get about 65 MB/s now[20:12:26] <RoyK> but faster and far more reliable[20:12:58] *** upgrayedd has joined #openindiana[20:13:01] <RoyK> eMLC might be worth a try, though, but you don't need too much for SLOG anyway[20:13:33] <patdk-lap> nostradamus99, what performance are you attempting to increase?[20:13:40] <RoyK> but then, if you don't have room for separate SLOG and L2ARC devices, there's no problem combining the two on a single (set of) SSDs[20:13:41] <patdk-lap> writes? reads? random? streaming?[20:14:02] <RoyK> SLOG will do good on sync writes, which is mainly what NFS is doing[20:14:06] <RoyK> erm[20:14:15] <RoyK> and L2ARC on reads[20:14:26] <nostradamus99> well copying through SMB to the 2 way mirror[20:14:37] <RoyK> streaming won't help much, but with VMs, I gather that's not what you do most[20:14:41] <nostradamus99> NFS traffic for VM's would be a nice bonus[20:15:05] <patdk-lap> ya I dunno anything about cifs, as I only do streaming reads/writes there, so no real issue[20:15:07] <nostradamus99> streaming is also a big part[20:15:39] <RoyK> imho streaming should be done from a dedicated server[20:15:57] <nostradamus99> I can stream 720 stuff no probs there..[20:16:14] <RoyK> how many clients?[20:16:20] <RoyK> what amount of video?[20:16:25] *** dijenerate has joined #openindiana[20:16:26] <nostradamus99> 1-2 at most[20:16:36] <RoyK> that's not streaming ;)[20:16:39] <patdk-lap> hmm? and that needs to be speed?[20:16:40] <nostradamus99> lol[20:16:48] <patdk-lap> that is like 5-10mbit[20:16:50] <nostradamus99> sorry streaming in house I mean[20:17:02] <patdk-lap> there is no point in attempting to speed that up :)[20:17:12] <nostradamus99> Yeah sorry I mean streaming content that is ON my CIFS share[20:17:24] <nostradamus99> through a media player[20:17:33] <patdk-lap> yes, but the disks there aren't the issue[20:17:37] <RoyK> in my world, streaming is like setting up for 100+ users[20:17:46] <patdk-lap> they can easily handle 10mbit :)[20:18:04] <RoyK> 10 millibit![20:18:32] <patdk-lap> ok, if you have uncompressed 720p, well, maybe[20:18:32] <nostradamus99> no I'm purely looking at when I copy stuff to my CIFS share would a ZIL help..?[20:18:56] <RoyK> dunno if CIFS is SYNC[20:19:02] <RoyK> think so, though[20:19:10] <patdk-lap> it might[20:19:31] <patdk-lap> I woulder if it would give a noticable improvement though[20:19:39] <patdk-lap> could always just turn sync=none[20:19:42] <RoyK> nostradamus99: if you see dropouts in video during copy to the CIFS share, it might help - try with something cheap[20:19:44] <patdk-lap> that is what I do[20:19:53] <patdk-lap> who cares if something I'm writing gets corrupted[20:20:00] <patdk-lap> I would know that, and copy it again[20:20:01] <RoyK> patdk-lap++[20:20:15] <patdk-lap> not likely the server crashs and I don't notice when loading in new movies :)[20:22:29] <nostradamus99> thanks guys maybe I'll get a Crucial M4 64GB that are not that expensive[20:22:52] <patdk-lap> before you spend money[20:22:57] <patdk-lap> try disabling sync first[20:23:15] <patdk-lap> zfs set sync=none pool/cifsfolder[20:23:30] <patdk-lap> it will be *faster* then using a slog drive[20:23:38] <patdk-lap> if you don't see improvements, it's not going to help[20:24:24] <nostradamus99> hmm all syncs are currently disabled[20:24:53] <nostradamus99> so maybe that answers the question then[20:25:13] <RoyK> SLOG will only help with sync writes[20:25:13] <nostradamus99> won't go faster then[20:25:38] <RoyK> async writes are sent to memory and flushed later[20:25:45] <nostradamus99> so the question is async disabled faster then zil with sync enabled[20:26:15] <patdk-lap> sync disabled == async[20:26:25] <patdk-lap> async is faster than slog[20:26:27] <RoyK> there's always a zil[20:26:54] <patdk-lap> sync with slog is not as fast as async, cause it still takes time to write to the slog[20:27:12] <patdk-lap> though your slog is suppost to be faster than normal disks, so it should be faster than going all the way to the disks :)[20:27:20] <patdk-lap> but still not as fast as not writing it at all :)[20:28:39] <nostradamus99> wow headache alert :)[20:28:51] <nostradamus99> slog=zil..?[20:29:23] <RoyK> slog == seperate intent log[20:29:28] <patdk-lap> slog is a place for the zil to write to[20:29:31] <RoyK> zil == zfs intent log[20:29:38] <patdk-lap> slog == your fast ssd write cache[20:30:41] <patdk-lap> I think, zil = cache of all writes to be written, slog = cache of just sync writes[20:30:41] <patdk-lap> assuming you have an slog[20:30:41] *** andy_js has quit IRC[20:30:43] *** imaxs has quit IRC[20:30:49] <RoyK> you can probably place the slog on a floppy, if you're interested[20:30:57] *** andy_js has joined #openindiana[20:31:03] <nostradamus99> 5.25 or 3.5?[20:31:08] <patdk-lap> 8" :)[20:31:10] <RoyK> 8" FTW[20:31:24] <nostradamus99> lol[20:31:30] * patdk-lap was watching wargames[20:31:36] <RoyK> :D[20:32:16] <RoyK> 320kB on dual-sided 8" floppies - a win[20:32:21] <nostradamus99> ok I'm gonna drink so tea to digest this and come back with some semi smart questions later..[20:32:22] <nostradamus99> lol[20:32:54] * nostradamus99 is set as away : Reason(digesting stuff)[20:33:36] * patdk-lap absorbs himself in moe[20:35:51] *** drlou-mobile has joined #openindiana[21:10:20] *** ivan\ is now known as ivan\\[21:31:13] *** Seony has joined #openindiana[21:39:25] *** break19 has quit IRC[21:50:42] *** Kaishi has quit IRC[21:53:16] *** Kaishi has joined #openindiana[21:55:49] *** slx86 has quit IRC[22:00:35] *** break19 has joined #openindiana[22:15:51] *** rbanffy has joined #openindiana[22:20:30] * nostradamus99 is no longer away : Gone for 1 hrs 47 mins 35 secs[22:28:40] *** upgrayedd has left #openindiana[22:32:35] * nostradamus99 is set as away : Reason(sleeping dreaming about zil/slog will be back)[22:44:30] *** ball has joined #openindiana[22:51:07] *** andy_js has quit IRC[23:06:36] *** echelog-2 has joined #openindiana[23:07:46] *** andy_js has quit IRC[23:56:25] *** kforbz has quit IRC