[00:00:16] *** relling has joined #illumos [00:02:22] *** voidcoder has joined #illumos [00:04:08] *** Bleomycin has quit IRC [00:04:29] *** Botanic_ has joined #illumos [00:04:29] *** Botanic_ has quit IRC [00:04:29] *** Botanic_ has joined #illumos [00:05:04] *** Botanic has quit IRC [00:10:05] *** postwait has quit IRC [00:13:51] *** mcavage has quit IRC [00:14:33] <balboah> snoop is only listing broadcast traffic, no traffic to the configured ip in the zone [00:14:39] <konobi> balboah: dladm show-linkprop <vnic> [00:16:59] <balboah> maybe it's the "vlanonly" [00:17:49] <balboah> pastebin.com/LFp6qJDy [00:21:15] <balboah> the zone is sending arp who-has but gets no reply either, so I guess it's just isolated. I was just following a small guide and don't really know all the tools yet [00:22:48] *** gila has quit IRC [00:23:47] <konobi> did you specify a vlan id? [00:25:02] <balboah> I've only ran dladm create-vnic making up a name vnic0, and setting that as physical in the zonecfg [00:25:40] <balboah> and changing ip-type to exclusive [00:25:42] <jelmd> snoop on the phys link from the global zone [00:26:51] <e^ipi> konobi: it's not antispoof or vlans. that's something that smartos does, it isn't generalized [00:27:30] <balboah> oh sorry this is in openindiana [00:28:06] <konobi> bah... i forgot my irc windows got renumbered... i thought this was the #joyent channel... whoops [00:28:09] <balboah> jelmd: snooping that link can see traffic to the global but nothing to the "build" zone [00:29:25] <jelmd> so if you ping from a different client you can't see the ping on the related phys link coming in? [00:34:02] <balboah> jelmd: I can see the ARP resolve but then no packets with the destination to that ip [00:35:46] <jelmd> check netmasks [00:38:20] <jelmd> BTW http://iws.cs.uni-magdeburg.de/~elkner/dtrace/arpsnoop2.d ... [00:38:27] <balboah> jelmd: ifconfig says both hosts are using the same netmask (0xffffff00). Also the host on the network can see the ARP requests from the zone but no other packets from it [00:40:36] *** jellydonut has joined #illumos [00:41:03] *** joffe has quit IRC [00:41:27] *** jellydonut has quit IRC [00:41:45] *** viridari_ has joined #illumos [00:41:56] *** joffe has joined #illumos [00:41:58] <konobi> no default route? [00:43:22] <balboah> it's on the same network, but I've set default route using the setup dialogs that appear when I installed the zone [00:43:27] *** mcavage has joined #illumos [00:43:29] *** pjama1 has quit IRC [00:43:32] *** postwait has joined #illumos [00:43:32] *** postwait has quit IRC [00:43:36] *** richlowe` has joined #illumos [00:43:38] *** IvanR__ has joined #illumos [00:43:46] *** CrazyGir_ has joined #illumos [00:44:01] *** Kush- has joined #illumos [00:44:03] *** trn has quit IRC [00:44:03] *** bdha_ has joined #illumos [00:44:43] *** stoxx_ has joined #illumos [00:44:54] *** Sidde_ has joined #illumos [00:45:07] *** richlowe has quit IRC [00:45:08] *** CrazyGir has quit IRC [00:45:08] *** kimc has quit IRC [00:45:08] *** Nex7 has quit IRC [00:45:08] *** stoxx has quit IRC [00:45:10] *** joshua_ has quit IRC [00:45:10] *** viridari has quit IRC [00:45:10] *** Sidde has quit IRC [00:45:10] *** IvanR_ has quit IRC [00:45:10] *** Entic has quit IRC [00:45:10] *** bdha has quit IRC [00:45:10] *** lblume has quit IRC [00:45:10] *** Nex7 has joined #illumos [00:45:10] *** kimc has joined #illumos [00:45:12] *** kimc has joined #illumos [00:45:47] *** pjama has joined #illumos [00:46:18] *** lblume has joined #illumos [00:46:48] *** trn has joined #illumos [00:47:41] *** richlowe` is now known as richlowe [00:53:03] *** mcavage has quit IRC [00:55:25] <jelmd> balboah: the question is, does anybody answer the ARP reqs [00:56:04] <balboah> the client connecting to the zone gets an arp reply so it knows the mac, but the zone knows nothing [00:56:57] <balboah> I switched back to shared nic instead since it was only for getting dhcp and testing [00:59:30] <jelmd> if the client knows the mac, it should send the stuff direct to the zone. So check, whether it actually sends pakets (and if so, they should take the direct route) ... [01:00:23] <jelmd> BTW: 'dladm show-link; dladm show-vnic' ? [01:13:12] <balboah> jelmd: the client knows the mac and is sending packets, but the snoop doesn't see them coming. sees only the arp [01:14:31] <balboah> jelmd: pastebin.com/y0K8btCg [01:14:58] <balboah> jelmd: so the snoop is done on e1000g0 [01:18:01] <jelmd> if the client sends correct pakets, one should see them coming in on e1000g0. If not, a switch between both machines might do some mac screening, i.e. allows pakets with the mac of e1000g0 and broadcasts going out on the related port, only [01:19:00] <balboah> it's running in virtualbox so the same ethernet port is already having multiple macs [01:19:13] <jelmd> BTW: IMHO it is not very clever to use e1000g0 as IF for the global zone and plumbing a vnic over it [01:21:22] <jelmd> better is to create another vnic over e1000g0 and use this for the global zone (i.e. leave e1000g0 untouched) [01:24:29] <konobi> virtualbox may not be putting the network device into promisc mode correctly [01:25:31] *** [1]kdavyd has joined #illumos [01:27:49] *** kdavyd has quit IRC [01:33:56] <balboah> removed the ip of e1000g0 and created vnic1 and now doing ipadm create-addr -T dhcp vnic/dhcp [01:34:29] <balboah> no ip returned, seems the global zone has the same problem [01:34:59] *** cis is now known as CIS [01:36:36] <jelmd> if you can't see a response coming in on e1000g0 the problem is outside of the box ... [01:38:20] <konobi> is your vbox interface in bridge mode? [01:39:26] <balboah> yup [01:39:53] *** CIS is now known as cis [01:39:58] <balboah> I'm testing some changes to vbox and see what happens [01:40:39] <jelmd> IMHO, your problem is mac screening ... [01:45:14] <balboah> yay it works now after changing nic in vbox [01:45:33] <balboah> puh, blaming the guest like that [01:47:20] <balboah> thanks for the help [02:03:06] *** trentster has quit IRC [02:03:23] *** trentster has joined #illumos [02:16:34] <balboah> how do you set the nic in permanent promisc mode? the vnic only works while snoop is running :) [02:17:10] *** d_k has quit IRC [02:39:37] *** raichoo has quit IRC [02:47:53] *** Kush- has quit IRC [02:58:20] *** voidcoder has quit IRC [02:58:48] *** voidcoder has joined #illumos [02:59:52] *** buffyg has quit IRC [03:00:31] *** buffyg has joined #illumos [03:01:55] *** CrazyGir_ has quit IRC [03:01:55] *** CrazyGir_ has joined #illumos [03:02:09] *** CrazyGir_ is now known as CrazyGir [03:06:02] *** raichoo has joined #illumos [03:13:31] *** matsim has quit IRC [03:14:10] *** matsim has joined #illumos [03:25:38] *** raichoo1 has joined #illumos [03:28:47] *** raichoo has quit IRC [03:30:14] *** joshua__ has joined #illumos [03:30:31] *** joshua__ is now known as joshua_ [03:55:39] *** matsim has quit IRC [03:56:14] *** matsim has joined #illumos [04:13:47] *** gdamore has joined #illumos [04:13:47] *** ChanServ sets mode: +o gdamore [04:19:47] *** jamesd has quit IRC [04:20:35] *** Hedonisto has quit IRC [04:24:44] *** raichoo1 has quit IRC [04:27:37] *** jamesd has joined #illumos [04:47:29] *** Meths has quit IRC [04:49:27] *** Meths has joined #illumos [04:51:54] *** relling has quit IRC [05:11:04] *** joffe has quit IRC [05:18:11] *** marsell has quit IRC [05:27:02] *** mcavage has joined #illumos [05:30:18] *** tomww has quit IRC [05:34:44] *** matsim has quit IRC [05:35:19] *** matsim has joined #illumos [05:42:31] *** khalednoordin has joined #illumos [05:46:46] *** Hedonisto has joined #illumos [05:49:13] *** n2deep has quit IRC [05:51:44] *** n2deep has joined #illumos [06:14:59] *** syoyo has joined #illumos [06:16:43] *** mcavage has quit IRC [06:18:12] *** kart_ has joined #illumos [06:22:04] *** kart_ has quit IRC [06:32:29] *** Beetle has joined #illumos [06:32:54] *** Beetle has left #illumos [06:48:59] *** khalednoordin has quit IRC [06:59:50] *** kart_ has joined #illumos [07:19:03] *** gdamore has quit IRC [07:19:13] *** gdamore has joined #illumos [07:19:14] *** ChanServ sets mode: +o gdamore [07:20:28] *** jamesd has quit IRC [07:38:33] *** dannycoates_ has joined #illumos [07:40:15] <CIA-80> illumos Dan Kruchinin <dan.kruchinin at nexenta dot com>: 2050 todpc_rtcget() returns error sometimes Reviewed by: Dan McDonald <danmcd at nexenta dot com> Reviewed by: Garrett D'Amore <garrett at damore dot org> Approved by: Garrett D'Amore <garrett at damore dot org> [08:01:38] *** alanc has quit IRC [08:05:05] <richlowe> xl0: https://www.illumos.org/projects/illumos-gate/wiki/How_To_Contribute#4-Submitting-A-Patch [08:07:14] <xl0> richlowe: Are you complaining about missing build logs? [08:07:43] <xl0> Oh, right, missed the reviewd-by thing. [08:08:42] <richlowe> and pbchk, and outgoing [08:08:59] <richlowe> I think, at least. [08:09:24] <xl0> I don't use hg. What information do they show? [08:10:06] <richlowe> pbchk runs the pre-putback checks, you can find a git one in my 'git-tools' branch [08:10:08] <richlowe> should work standalone. [08:10:15] <richlowe> lemme link it [08:10:25] <richlowe> outgoing == git whatchanged [08:10:26] <richlowe> pretty much [08:10:58] <xl0> Can we go with git show -stat? [08:11:07] <xl0> Bacaue it's included in my webrevs. [08:11:18] <richlowe> https://raw.github.com/richlowe/illumos-gate/git-tools/usr/src/tools/scripts/git-pbchk.py [08:11:27] <richlowe> You'll need a vaguely recent git [08:11:32] <richlowe> like "not the ancient crappy one in OI" [08:11:35] <richlowe> but also "not the very latest" [08:11:39] <LeftWing> The one in OI SFE works, though. [08:11:42] <richlowe> if you're not going insane using it, you're probably fine. [08:12:00] <richlowe> xl0: show -stat probably works, yeah. [08:12:56] <xl0> Then we are good? I obviously don't have buld logs for each commit. But I ran builds for most of them, and the commulative build is clean. [08:13:33] <richlowe> I was actually going to respond by mail and say "You know, feel free to batch these into one RTI as multiple changesets". [08:13:38] <richlowe> it's easier for you, it's also easier on the other end. [08:13:49] <richlowe> but then other shit being broken got in the way of the mail reply. [08:14:34] <xl0> Then I'll wait for all commits to be reviewed. [08:15:39] <richlowe> but yeah, reviewed-by and a mail_msg all in one makes it dead easy. [08:33:38] <gdamore> I asked for blkdev and virtio to be separate. [08:34:02] <gdamore> so this might be my fault. In the future I'd like RTIs to come in as you develop the changes, not wait months and then dump them all at once. [08:34:32] <richlowe> gdamore: separate changesets and review is great, but separate RTIs is just a complete pain in the ass. [08:34:57] <gdamore> No, I want to be able to review and accept them separately in this case. [08:35:15] <richlowe> maybe "virtio, blkdev, and virt*" separation is great, but _every fix_ is just tedious [08:35:17] <gdamore> And separating them into changesets sucks for everyone who doesn't use mq [08:35:29] <gdamore> I agree every fix is stupid/tedious. [08:35:33] <richlowe> so use mq, you big ninny. [08:35:47] <xl0> gdamore: The webrevs are still separated by commit. [08:35:53] <gdamore> I'm afraid too frankly, I've seen mq do bad shit. [08:36:42] <gdamore> xl0: next time, just don't wait to give these all to me in a batch. i happen to know you've had some of these changes queued up for *months*. [08:37:27] <gdamore> I have no idea how hg reci and mq interact? [08:38:22] <xl0> gdamore: Some are, but we'd have a ton of virtio/blkdev patches if I'd sent it earlier. [08:38:43] <gdamore> So I'd actually prefer to see one RTI per changeset. I don't mind multiple bugs per changeset, but in the case of blkdev and virtio, I wanted them separate along those lines. I want to be able to accept blkdev without necessarily having to accept virtio. [08:39:04] <gdamore> Not that many blkdev changes? :-) Some of your changes I know were obvious and straight-forward. [08:39:11] <xl0> gdamore: blkdev quite obviously depends on virtio. [08:39:21] <gdamore> um.. other way around. [08:39:22] <xl0> err. rght. [08:39:52] <xl0> Well, you still can apply them separately. The webrevs are per-commit. [08:40:19] <richlowe> gdamore: the bad shit mq does it won't do to you if you're applying changes belonging to other people. [08:40:40] <gdamore> I'd like one RTI for the blkdev changes, no need to wait for virtio. [08:40:52] <gdamore> You can collapse the csets for blkdev, with multiple bugs. [08:41:12] <richlowe> you _can_, but it's cooler if you don't. [08:41:18] <richlowe> I do so like it when people don't make bisect suck [08:41:18] <gdamore> I don't know? I've had to literally throw away workspaces that were fucked by mq. [08:41:37] <richlowe> gdamore: I know, I'm the reason the Sun documentation said you were to never use it, and we'd ignore you if you did. [08:41:38] <richlowe> it got better. [08:41:40] <xl0> hg sucks. [08:41:42] <xl0> ;) [08:42:24] <gdamore> it got better for you. I've still fucked workspaces running *current* hg. This isn't ancient history for me. [08:42:44] <gdamore> It may have been pebkac. There be dragons there, and I'm not confident you found them all. [08:42:57] <richlowe> nah, with mercurial dmick did [08:43:04] <richlowe> we just suffered trying to kill them. [08:43:27] <richlowe> Dan's ability to break the shit out of something without ever doing anything wrong was amazing. [08:43:34] <gdamore> If I didn't have to hg reci, it wouldn't matter. but hg merge/reci combination means that all your deltas collapse anyway [08:43:54] *** _Tenchi_ has quit IRC [08:43:55] <gdamore> *unless* your advocate is richlowe who knows some kind of voodoo with mq to keep from having to do this. [08:44:08] <gdamore> I still don't know *how* he does that, actually. [08:44:15] <gdamore> (qimport?) [08:44:59] <gdamore> My experiences with mq probably come as direct result of Nexenta brain damage associated with mq. [08:45:06] <richlowe> hg qimport <the patch>, hg qpu -a, if you need to merge, hg qpo -a && hg pull -u && hg qpu -a [08:46:16] <gdamore> and then *after* you do hg push, I presume? [08:47:57] *** Sidde_ is now known as Sidde [08:54:18] *** gwr has quit IRC [08:54:48] *** gwr has joined #illumos [09:12:31] *** dannycoates_ has quit IRC [09:38:34] *** limgad has quit IRC [09:38:47] *** limgad has joined #illumos [10:01:01] *** seanmcg has quit IRC [10:01:25] *** pale has quit IRC [10:21:13] *** voidcoder has quit IRC [10:21:46] *** voidcoder has joined #illumos [10:26:01] <richlowe> gdamore: hg qfin -a before pushing. [10:26:08] <richlowe> (push will tell you to get stuffed if you have patches applied) [10:52:42] *** voidcoder has quit IRC [10:53:18] *** voidcoder has joined #illumos [10:59:48] *** chrol has joined #illumos [11:07:27] *** ivan` has quit IRC [11:11:36] *** ivan` has joined #illumos [11:12:59] *** raichoo has joined #illumos [11:26:17] *** chrol has quit IRC [11:28:02] *** d_k has joined #illumos [11:37:34] *** guoguo has joined #illumos [11:45:35] *** marsell has joined #illumos [11:53:48] *** chrol has joined #illumos [11:55:29] <xl0> Triskelios: Ping? [12:01:41] *** chrol has quit IRC [12:03:29] <xl0> Any openindianers around? ;) [12:13:04] <richlowe> how around, and how openindiany? [12:13:11] <richlowe> I know things but don't do things. [12:14:13] <xl0> I'l like to create an installation image with my vioblk stuff. [12:14:55] <richlowe> distro-const isn't so bad, I think the contents of Liane's blog post still hold [12:14:57] <richlowe> gimme a sec to find it [12:15:02] <richlowe> http://blogs.oracle.com/lianep/entry/testing_on_changes_with_opensolaris [12:15:33] <richlowe> oh, except she did miss a bit. [12:15:48] <xl0> Or maybe have someone who does the builds regularly do it for me. Beucae I guess it would take a lot of time to rebuild all the stuff I did not touch. ;) [12:15:50] <richlowe> You need to also tell it that you're not installing 'entire', but that you're installing each *-incorporation package at the appropriate version. [12:16:03] *** syoyo has quit IRC [12:16:06] <richlowe> xl0: you don't rebuild anything, it builds the media from packages, you're just installing about 400M [12:16:18] <xl0> Oh, cool. [12:16:52] <richlowe> so what liane said, but replace the bit where it installs 'entire' in the config, with each *-incorporation package at the versions you have installed (so your illumos bits, but everything else at the same version you have right now, is easiest) [12:16:58] <richlowe> it's dead simple, but my explanation sucks, probably. [12:17:07] <richlowe> it's 6am, apparently :) [12:17:52] <xl0> Not sure I get the part with package versions. [12:19:14] <xl0> And what's this ipkg.sfbay thing? Looks like some internal hostname. [12:19:49] <richlowe> where that says ipkg.sfbay, specify a URI to your illumos packages. [12:19:58] <richlowe> where it says opensolaris.org, use openindiana.org and openindiana.org/dev. [12:21:06] <xl0> And the package version part? [12:21:08] <richlowe> the part with package versions: Where the xml file will say 'entire at 0 dot 5.11-0.151.1', or whatever it does say, instead list an entry for each *-incorporation package on your system, with the full version, 'osnet-incorporation at 0 dot 5.11-0.152', etc, etc, one XML thingummy per package. [12:22:01] <xl0> Err, what's thins incorporation stuff? ;) [12:22:16] <xl0> *this [12:22:22] <richlowe> pkg list '*-incorporation' [12:26:57] <xl0> Huh, that's a screenfull of packages. [12:27:07] <richlowe> Right, normally they're all referred to by 'entire' [12:27:14] <richlowe> but you can't use entire, because it will use the wrong illumos bits [12:27:19] <richlowe> so you have to list 'em all out. [12:28:00] <xl0> It seems that most do not directly come from illumos. [12:28:22] <richlowe> They don't. [12:28:26] <richlowe> only osnet-incorporation does [12:28:32] <richlowe> but you still need to list 'em to get the right things to happen. [12:29:06] <xl0> And the oi people do this as well? [12:29:17] <richlowe> the OI people are able to build a valid 'entire'. [12:29:58] <xl0> Okeey. Thanks. [12:36:20] *** pi` has joined #illumos [12:38:14] *** igork has quit IRC [12:39:36] *** igork has joined #illumos [12:40:27] *** ivan` has quit IRC [12:47:32] *** gila has joined #illumos [12:48:28] *** gila has joined #illumos [12:48:47] *** gila_ has joined #illumos [12:51:26] *** ivan` has joined #illumos [12:52:53] *** gila has quit IRC [12:52:54] *** gila_ is now known as gila [12:53:42] *** ivan` has joined #illumos [13:02:26] *** marsell has quit IRC [13:02:42] *** pibako has joined #illumos [13:03:34] *** pi` has quit IRC [13:04:21] *** pibako` has joined #illumos [13:10:19] *** chrol has joined #illumos [13:15:29] *** chrol has quit IRC [13:25:07] *** chrol has joined #illumos [13:26:12] *** raichoo has quit IRC [13:27:23] *** gwr has quit IRC [13:27:56] *** gwr has joined #illumos [13:30:29] *** snuff-home has joined #illumos [13:31:11] <snuff-home> mm.. noticed somethin interesting today.. cuddletech.com hasn't been renewed yet so going to a 'helpful' network associates website [13:31:25] *** raichoo has joined #illumos [13:32:30] <richlowe> seems more useful to tell ben, rather than us. [13:33:04] <snuff-home> true.. i might have the mail addr kickin round here somewhere [13:38:03] <snuff-home> mm.. wonder if they override ur MX records when u haven't paid [13:38:16] <snuff-home> since that's the only mail i have for him [13:39:17] *** guoguo has quit IRC [13:42:14] *** smrt has quit IRC [13:42:29] *** smrt has joined #illumos [13:45:16] *** guoguo has joined #illumos [13:46:34] <jelmd> usually one has a grace period of 14 days. If it is than not payed, anybody can buy it ... - usually a domain action company buys it immediately after expiration and tries to resell it to you ;-) [13:50:11] *** joffe has joined #illumos [13:50:33] <snuff-home> sounds just like them :) [13:59:23] *** chrol has quit IRC [14:02:11] <jelmd> :) [14:02:15] *** ira has joined #illumos [14:02:27] *** chrol has joined #illumos [14:24:24] *** nikolam has joined #illumos [14:30:49] *** gila has quit IRC [14:37:17] *** [1]kimc has joined #illumos [14:37:48] *** kimc has quit IRC [14:37:48] *** [1]kimc is now known as kimc [14:41:20] *** cis has quit IRC [14:41:39] *** kimc has quit IRC [14:51:38] *** jamesd has joined #illumos [14:57:46] <gwr> Those domain action companies don't even wait for expiration. [14:58:34] <gwr> When mine was last coming up for renewal, I started getting these "urgent" emails from every Tom, Dick, and Harry domain service saying "click here to renew your domain now!" [14:59:50] <jelmd> LOL, I don't get them, because these ones are usually blacklisted ;-) [15:00:47] *** tomww has joined #illumos [15:02:02] *** ira has quit IRC [15:25:43] *** ira has joined #illumos [15:32:50] *** raichoo has quit IRC [15:33:02] *** raichoo has joined #illumos [15:39:00] *** guoguo has quit IRC [16:00:06] *** enmand has joined #illumos [16:03:42] *** gdamore has quit IRC [16:04:49] *** gdamore has joined #illumos [16:04:50] *** ChanServ sets mode: +o gdamore [16:05:08] *** andy_js has joined #illumos [16:07:59] *** guoguo has joined #illumos [16:09:29] *** raichoo has joined #illumos [16:11:08] *** micheldionne2 has joined #illumos [16:12:21] *** micheldionne has quit IRC [16:13:30] *** voidcoder has quit IRC [16:15:13] *** nikolam has quit IRC [16:19:54] *** enmand has quit IRC [16:29:43] *** marsell has joined #illumos [16:30:16] *** chrol has quit IRC [16:36:35] *** gila has joined #illumos [16:37:55] *** cis has joined #illumos [16:47:18] *** carlomagno has quit IRC [16:49:07] *** andy_js has quit IRC [17:02:31] *** spanglywires has joined #illumos [17:02:59] *** marsell has quit IRC [17:03:51] *** carlomagno has joined #illumos [17:07:51] *** syoyo_ has joined #illumos [17:13:11] *** tru_tru has quit IRC [17:13:25] *** tru_tru has joined #illumos [17:16:12] *** gila_ has joined #illumos [17:16:12] *** gila has quit IRC [17:18:22] *** hemicalyaction|a is now known as hemicalyaction [17:20:00] <robinbowes> Triskelios: would you happen to be around? [17:29:30] *** raichoo has quit IRC [17:29:45] *** raichoo has joined #illumos [17:30:20] <Meths> Is SUNWcs defined/built in caiman or distro-import or both? [17:30:46] <Meths> hmmm, or am I being silly and it's illumos? [17:33:23] *** freakazoid0223 has joined #illumos [17:34:56] <Meths> nm, being silly. [17:42:34] *** ripratm has quit IRC [17:45:15] *** ira has quit IRC [17:47:45] *** andy_js has joined #illumos [17:48:18] *** enmand has joined #illumos [17:50:58] *** ripratm has joined #illumos [17:52:44] *** _Tenchi_ has joined #illumos [18:10:45] *** elements has quit IRC [18:13:31] *** gila has joined #illumos [18:13:31] *** gila_ has quit IRC [18:15:49] *** andy_js has quit IRC [18:19:40] *** alanc has joined #illumos [18:23:44] *** raichoo has quit IRC [18:24:40] *** raichoo has joined #illumos [18:31:16] *** alhazred has quit IRC [18:35:18] *** lblume has quit IRC [18:40:07] *** raichoo has quit IRC [18:41:17] *** lblume has joined #illumos [18:46:26] *** syoyo_ has quit IRC [18:46:59] *** lblume has quit IRC [18:48:55] *** lblume has joined #illumos [18:55:58] *** relling has joined #illumos [18:56:32] <relling> anyone have any broadcom NIC gear? [18:56:43] <relling> looks like new drivers were recently released [18:56:51] <relling> http://www.broadcom.com/support/ethernet_nic/netxtremeii10.php [19:01:29] *** gila has quit IRC [19:08:31] *** tomww has quit IRC [19:09:57] *** lblume has quit IRC [19:10:01] *** tomww has joined #illumos [19:11:36] *** lblume has joined #illumos [19:17:19] *** lblume has quit IRC [19:18:16] *** lblume has joined #illumos [19:22:36] *** spanglywires has quit IRC [19:24:24] *** lblume has quit IRC [19:26:36] *** lblume has joined #illumos [19:33:04] *** pale has joined #illumos [19:37:41] *** deirdres has quit IRC [19:49:43] *** freakazoid0223 has quit IRC [19:53:13] *** andy_js has joined #illumos [20:10:24] *** raichoo has joined #illumos [20:11:45] *** andy_js has quit IRC [20:12:15] *** andy_js has joined #illumos [20:17:55] *** PiotrSikora has quit IRC [20:19:18] *** PiotrSikora has joined #illumos [20:20:30] *** andy_js has quit IRC [20:21:27] *** andy_js has joined #illumos [20:26:33] *** hemicalyaction is now known as hemicalyaction|a [20:34:21] *** enmand has quit IRC [20:36:55] *** andy_js has quit IRC [20:38:50] *** seanmcg has joined #illumos [20:39:07] *** andy_js has joined #illumos [20:57:06] *** jw_urodoc has quit IRC [20:57:23] *** jw_urodoc has joined #illumos [20:57:50] *** jw_urodoc has quit IRC [21:00:33] *** lgtaube has quit IRC