[00:57] i've analysis paralysis [01:59] i just noticed the CCAL on this pub: http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0094215 [01:59] YAY!!! [03:30] Howdy === mrgoodcat_ is now known as mrgoodcat [13:10] mrgoodcat, do you know if I could install zentyal over say xubuntu server? [13:23] https://twitter.com/day9tv/status/454512579570716672 [13:24] wow, no idea how THAT copied. [13:24] i meants: https://twitter.com/flowchainsensei/status/454510645548154880 [13:25] so many rednecks here [13:26] one conversation about the government, next conversation about some lady bringing a baby to a bar, last conversation the methods of brewing beer vs making moonshine [13:26] God I love my job :) [13:33] jrwren, the graphic is hilarious [13:33] Havenstance: i'm confused by what you mean [13:33] xubuntu server is an oxymoron [13:37] mrgoodcat, yeah I just want the xubuntu gui instead of the lubuntu gui with zentyal. the lubuntu one is always broken no matter how many times I try to use it. Fileman doesn't work and a few other minor annoyances. Things that wouldn't bother me but I know will drive my boss looney [13:37] hmm [13:38] i guess i've never used any sort of GUI with zentyal except for the web based so.... [13:38] idk [13:38] This new server is quick as hell [13:39] Newegg gave us a free upgrade from the 6 core vishera to the 8 core because they were out of the 6 [13:40] That could be a problem for people who use software licensed by the # of cores [13:41] yeah but honestly shouldn't matter much for this rig [13:41] he WAY overbuilt for a network controller [13:41] xD [13:43] lol brousch this isn't microsoft [13:46] mrgoodcat: I know, but that upgrade would actual screw some people [13:46] yea [13:47] have you read Havenstance's chat logs though? [13:47] i wouldn't worry too much about things like "licensing" or "legality" [13:47] they're all just words [13:49] Havenstance: just apt-get remove the xfce packages and apt-get install lxde [13:49] if you want to get really crazy you can lookup the package list and make sure you add/remove all the right ones. [13:51] ug, yeah, removing xfce/gnome/kde from ubuntu is hard [13:51] even if you remove all xfce* there are still some lingering things [13:51] mrgoodcat, yeah I tend to not worry too much about licensing :) if it were windows I might worry [13:52] That is a bad choice [13:52] * brousch dials up the BSA [14:04] what?!?! [14:04] its not hard at all. [14:05] * ColonelPanic001 is an Eagle Scout [14:05] brousch: you called? [14:07] heh [14:18] https://twitter.com/jakevdp/status/454305129299079169 & https://twitter.com/jegpeek/status/454307408551374848 [14:23] nice [15:06] re: this week MUG meeting, what is Marlon's last name? [15:34] Dutta [15:35] (I blieve) [17:06] jrwren: I'm waiting on my perl 6 shirt [17:07] nullspace: ha! [17:11] I wonder how many grones or blank stares I'd get if I wore a Java 8 shirt to PyCon [17:13] hahahaha [17:13] did you see pyjvm brousch linked yesterday? [17:14] I just threw up in my mouth a little [17:14] hahahaha [17:14] you are overly sensitive. :p [17:17] though I'm curious how they did it, did they read Java byte code and reinterperit it or is it just a joke? [17:18] becuase this one, https://github.com/mrorii/pyjvm looks like a joke [17:20] why is that a joke? [17:21] it doesn't look like it does anything, I'm not a python coder so maybe I'm missing something [17:21] the guts are here: https://github.com/mrorii/pyjvm/blob/master/pyjvm/method.py [17:21] it looks like maybe it runs a trivial example [17:22] beyond that, it looks VERY incomplete [17:22] yeah I just saw that one and the opt codes [17:23] first file I looked at was Thread and I frowned [17:24] same here [17:25] if i encrypt a folder on my 2.5tb md raid does that folder have to have a defined filesize? or could I just use truecrypt and decrypt it to share at boot up? [17:25] bad explanation [17:26] I want to create a folder within my raid device which is unencrypted currently, I want to encrypt only that folder and share it over my network. Basically ensuring that all data within the folder is encrypted but the rest of the drive is not [17:26] to do this do I need to define a size that the particular folder in question can grow to, or will it just grow to the size of the raid [17:26] i don't know of any filesystems which support encryption on a folder by folder basis other than NTFS on Windows. [17:27] true crypt claims to do it on ext4... whether it works or not I'll find out but just don't want to encrypt the whole drive [17:27] but rather like /media/storage for instance [17:27] Creates a virtual encrypted disk within a file and mounts it as a real disk. [17:28] suppose i'll just fly blind into it :) if it works cool, if I break something at least I have a computer fast enough to reinstall without a problem :D [17:29] just some reason I can't get the partitioner in the installer to work with encryption I have broke that like 7 times now lol [17:29] I think you need to declare the max size of the encrypted container upfront. [17:30] truecrypt uses a loopback file, AFAIK. [17:31] not really sure how it works but I'm all for playing with it [17:31] so you would preallocate a file, potentially sparse, mount it to the folder you want, and move on [17:32] its gonna be a samba share, that's the onlyl reason I want it encrypted [17:33] but for some reason when I had my raid set with 4 devices, I had 1 swap, 1 boot, 1/home and 1 large storage part when i installed it failed to install grub [17:35] oh your trying to setup encryption at install? [17:37] I'd just get the system up and running first then deal with encryption setup [17:37] not anymore, I gave up that idea [17:37] nullspace, exactly what I'm doing now [17:39] the way I wanted was the whole disk running in Raid, with one part for swap, one part for boot, one part for root, and one part for storage but it didn't like that configuration when it came time to install grub cuz I created separate raid1 devices for all 4 mount points. [17:40] so yeah just setup your encrypted file and write a script that runs teh decryption commands and handles the mounting but obviously ommiting the passphrase, [17:41] well the passphrase would be stored on a usb key was the intention. you put in a usb key hit the script and it finds that file on that key and it decrypts the drive. fo some reason my boss is stuck on not having to enter a password even though its probably the safest encryption method out there [17:43] could make it even easier and write udev rule for when that usb key is plugged in to run the script on the drive. But yeah if that usb drive dies your hosed unless you know the passphrase [17:43] someone said that you could do the usb drive by label, so tat you could have 2 or 3 copies of it? [17:43] don't know how that would work though [17:43] by label? [17:44] you mean uuid? [17:44] like label the device "Thumb" and when it sees a USB Key with the name of Thumb it searches for the file if it finds it then the partition is unlocked [17:44] if it doesn't find it then it locks the part down [17:44] that sounds like a bad idea [17:45] i agree [17:45] my idea of encryption is you use a password that only you know [17:45] with lots of letters numbers and pretty little @ symbols and stuff.... [17:46] and you enter it every time you boot your machine because that's the best way to do it. but he's set on if he's not here and I'm not here someone in the store has to be able to boot this thing [17:46] now keep in mind all of this security is for a damn true value hardware store [17:47] afternoon [17:48] anyone every use iptables match-set ? it seems to not be matching for me. [18:26] ah, src,dst is and not or. ipset works [18:38] I think I found my problem getting GRUB to install [18:38] I turned the bootable flag on for my partitions I wanted it in. but didn't specifically define a /boot location [18:39] 5th time the charm maybe? [18:42] heh [18:42] i suppose that's what happens when you have a linux n00b configure your server [19:00] hey quick python question: if i want a function to always run in its own thread, is there a way to do that? [19:00] or do i have to have a function inside the function that i call using start_new_thread? [19:02] this is what i'm currently doing http://hastebin.com/pafiwosowi.py [19:51] hm, after some reasearch it appears what I was experiencing is part of a bug filed with ubuntu regarding grub2 [19:53] looks as though starting all the partitions at the beginning of the free space was causing trouble as it reserves 63 sectors however grub2 requires 64 secotrs. I put in a 40gb hdd to hold the FS and grub & all that jazz and raided the 2.0tb drives. should show up better anyway. not sure how well its going to work if at all but hopefully [20:01] mrgoodcat: You could http://stackoverflow.com/questions/14234547/threads-with-decorators [20:02] brousch: pretty much what i ended up with [20:02] based on a suggestion from another channel [20:02] but thanks [23:36] if anyone has a nvidia GPU and runs windows 8.1 don't think about updating to the new beta driver.... [23:36] it just broke my machine hard.... [23:37] * Havenstance now has a broken window :( o well time to put ubuntu on it <3