[00:00] Glad you could watch it [00:01] me too, learned alot, not that I'd ever know how to use any of it but it was good information just the same [00:03] Cool stuf, this is the link he was talking about when they opensource the datacenters: http://www.opencompute.org/ [00:06] heh [00:07] This is other open source projects they work on https://code.facebook.com/projects/ [01:17] I have never in my life seen such a tempermental computer [01:18] tried to add a PCI Graphics Card, it fought me for a good half hour on booting afterwards. come to find out someone didn't put enough screws in this machine. So the PCI Card wasn't seating into the slot properly. Stuck up about the width of a piece of hair... [02:01] jrwren: sad I missed! was it recorded? [02:01] * greg-g goes [03:26] greg-g: Both Gib and waldo323 recorded it. [10:45] Good morning [10:56] Apparently UPS is having "conditions [that] have caused the delivery date and time to change" [10:57] Got an email that said Thursday, now Today. [10:57] Was scheduled for today [10:57] Wonder if one of those conditions was Amazon getting up in their business. [11:33] morning ugh [11:42] rick_h_: We missed you at MUG last night [11:43] yea, well with a week of travel away too much to do [11:43] Figured as much [11:43] camper is in the driveway, designer giving us sticker shock on porch, and helping wife prep the house [11:43] Sticker shock. That's always fun. [11:44] heh, well I was up at one area, then she brought me down to a lower number 'estimate' and I got all happy, then went over my original idea of a number yesterday [11:44] but she's just so rough on it, so now we get a real estimate and we'll see [11:45] wheeeeee [11:50] Nice. [11:50] hoping for some good news your way. [11:50] yay resetting passwords on sites! [12:34] morning party people [12:34] has everyone patched their openssl? [12:38] why? did something happen? [12:38] :P [12:39] lol [12:39] i just found one more system that has an old version of ssl [12:39] but it turns out it's too old to be vulnerable to heartbleed [12:39] :S [12:52] mrgoodcat, the openssl is part of zentyal isn't it? [12:52] openssl isn't a part of zentyal per-se [12:52] why do you ask? [12:52] if you have automatic updates set up you should be fine [12:52] just curious if i need to patch it for heartbleed :) [12:52] * Havenstance2 remotes home & checks it out [12:52] lol [12:52] apt-get update && apt-get upgrade should be fine [12:53] run the command `openssl version` on your server [12:53] I should have the new server here today too, so if I put zentyal on that should I do an apt-get updgrade? [12:54] anything older than 1.0.1 is fine [12:54] and anything newer than 1.0.1g is fine [12:54] 1.0.1e [12:54] you're vulnerable [12:54] damn [12:54] unrelated note.... cough.... what's your ip? [12:55] not sure lol [12:55] it was a joke man [12:55] :) [12:55] just update and you should be fine [12:55] I know [12:55] I have a VPN Tunnel I use for it [12:55] well your VPN encryption isn't doing you any good until you update [12:56] and you have to restart any services using it [12:56] upgrading it now :) [12:56] probably better to just reboot the machine [12:56] sudo reboot the entire box? [12:56] that's what I was thinking [12:56] that's what i did [12:56] now if i install a new server today is it going to have the heartbleed vulnerability? [12:56] the company can afford 16 seconds of downtime to patch something like heartbleed [12:56] probably not [12:56] ok [12:56] i'll double check to be safe of course [12:57] well actually that's not accurate [12:57] it would depend if it pulled packages from the net right? [12:57] if you install ubuntu from disc then yes you are vulnerable [12:58] but if you pull from the net then it will update automagically [12:58] 14.04 currently has 1.0.1f on disc [12:58] i'll still opt to run the openssl version just to be safe [12:59] 13.10 is vuln [12:59] rick_h_: designer for what? [13:00] Havenstance2: imap ssl likely needs the heartbleed patch [13:00] jrwren: https://www.dropbox.com/s/gozj35lmsfv5k8m/2014-04-09%2008.09.55.jpg [13:00] jrwren: well, rotate that around [13:00] a barn? [13:00] or really just RV storage? [13:00] lol [13:00] 10.04 and older are unaffected tho [13:01] no, a screned back porch [13:01] jrwren: ^ [13:01] oh. cool. [13:03] * rick_h_ is mad he can't rotate that photo in dropbox [13:04] download -> rotate -> upload [13:04] mrgoodcat: that...sounds like work [13:04] tada [13:04] * mrgoodcat dances [13:05] fuckit. I'm switching back to telnet [13:07] jrwren, how do i patch that? [13:08] Havenstance2: update libssl1.0.0 package and restart services [13:08] jrwren, will do thank you :0 [13:08] :) [13:15] trusty RC tomorrow ;) [13:15] er :) [13:24] so as a recap mrgoodcat openssl 0.9.8e should be secure against heartbleed? [13:24] against heartbleed yes [13:24] openssl heartbeat support wasn't included until the 1.0.1 series [13:24] k, this is on the current clearos network controller here which will be ultimately giving way to zentyal by this time Friday [13:25] so I won't worry about it then :) [13:29] rick_h_: How many gsoc slots did you get? [13:30] brousch: got 2 [13:30] nice! [13:30] yea, we we're in business [13:30] good for you [13:30] any idea which students you got? [13:30] psf got 52 slots, they were expecting 40 [13:31] psf..... python something foundation? [13:31] software?.... [13:33] yes [13:34] The PSF is acting as a middle man for a bunch of Python GSoC projects [13:45] just found the motherlode [13:45] https://github.com/vhf/free-programming-books [13:54] I really hate mysql's 'username'@'localhost' user format [13:54] why? [13:55] it's stupid? :) [13:55] can't say it's ever bothered me [13:55] maybe i'm just used to it [13:55] I don't like having to create two users [13:55] one for localhost one for remote connections? [13:55] yes [13:56] It's a use-case that I've rarely seen be useful [13:56] (the host-limited connection limited by the database) [13:56] yea i got that [13:56] there isn't a way to make one user available to all hosts? [13:56] try 0.0.0.0 [13:57] There's %, but I believe Mysql treats that differently than localhost [13:57] yup [13:57] that's remote [13:57] which is stupid. [13:58] it's supposed to be a 'security' feature i think [13:59] Understood. I think it misses the mark [13:59] you could run mysql on a non-standard port then ssh tunnel to localhost so all remote connections show up as local... [13:59] that would be damn hacky tho [14:00] Or I could put up a firewall rule to do what MySQL is ill-equipped to handle. [14:00] ;) [14:00] anywho, ranting [14:00] I'd rather be PostgreSQL. [14:01] i'd rather be someone using PostgreSQL [14:01] being a database seems like a lot of work [14:01] mrgoodcat: I think someone out there is wrong on the internet. better go investigate. [14:01] ;) [14:03] apparently % works on localhost as well as remote [14:03] if you have 2 users it will default to the @localhost user if you connect from local [14:03] but it isn't specifically required [14:05] on some systems there is a field in mysql.users where user is blank but host is localhost [14:05] and this makes it so % can only connect from remote [14:06] drop user ''@'localhost'; [14:06] flush priveleges; [14:06] unless you WANT the anonymous user [14:39] Hmm. [14:39] Will have to lok into this further [14:39] but for now I have what I need. [14:39] Thanks! [14:47] np [14:48] i haven't tested it but the internet assures me it doesn't ever lie [15:00] heh [17:57] sup all [18:09] hi [18:10] Howdy nullspace [18:11] chc @ 8 tonight? [18:11] for some reason my phone says 9pm [18:33] Yeah, it's tonight [18:33] DST? :) [18:42] but 8:00 right? [18:43] i think it's been wrong in my phone since the beginning [18:48] YAWN :( [18:49] winautomation is the antichrist [18:50] win* is the antichrist [18:55] Microsoft = Antichrist [18:55] :) [18:58] hardly. [18:58] google or apple are far more scary [19:30] crap did dropbox just take over techcrunch? [19:32] they had some big announce today. I don't know what it was. [19:32] had a few of them it looks like [19:44] rick_h_: where did you see that? [19:45] mrgoodcat: techcrunch, they released a mail client, a photo app, and some business apps [19:45] trying out their mail client on the phone atm [19:45] kind of cool [19:45] dropbox mail client? [19:45] what makes you think they took over techcrunch from that? [19:45] oh wait [19:45] i get it [19:45] it was a joke [19:45] holy crap [19:45] ignore me [19:45] mrgoodcat: because my rss feed was 6 dropbox things in a row [19:46] from techcrunch [19:46] yup [19:46] i get it now [19:46] :) [19:46] jeebus i feel slow [19:46] he's not as crazy as he seems sometimes...but only sometimes [19:47] is the mail client good? [19:47] it's cool, different with the swipy-ness [19:47] like the idea of built in snooze [19:47] snoozing all my pycon trip emails until tomorrow [19:59] rick_h_: how did you download the mail client [19:59] i can't get it [19:59] did you just get it from google play? [19:59] mrgoodcat: from play store [19:59] i can't seem to find it [20:00] even on a computer [20:00] I went from the techcrunch article to the dropbox app website to the play store to sending it to my phone [20:00] the play store link is broken for me [20:02] got it [20:02] for some reason the play store doesn't play nice with the google-chrome unstable [20:04] :) it's what I'm on [20:04] https://play.google.com/store/apps/details?id=com.mailboxapp [20:05] worked fine with firefox [20:14] also https://twitter.com/trevortimm/status/453987795770834944 [20:15] Carousel seems the most useful, but I'm still skeptical of its longevity due to being closed source [20:16] Is Mediagoblin stable now? [20:16] yea, and it doesn't have edit/etc [20:16] brousch: ish? [20:16] re mediagoblin [20:16] if you're comfortable getting dirty with deploying python webapps [20:16] depends on how dirty [20:16] still not packaged in debian :/ [20:16] venv and all that [20:17] It's based on their own python web framework [20:17] I thought it was django based? [20:17] No, it is django-like [20:17] ugh [20:17] double ugh [20:18] I've contributed to 2 rounds of their fundraisers [22:17] spock@spock-ubuntu:~$ openssl version [22:17] OpenSSL 1.0.1 14 Mar 2012 [22:17] Isn't this part of the Heart Bleed Bug? [22:20] should prollie ask this in #xubuntu sry [23:38] mrgoodcat, whoever thought up the samba module in Zentyal is my hero. Just added another storage disk. had to reboot gparted the drive, configured Fstab, mounted it, and its sharing on the network. took less then 5 minutes :)