=== brendy2 is now known as ianorlin === markthomas|away is now known as markthomas [04:26] Any in where familiar with the Virtualbox Web Service? [04:26] Anyone* === balloons is now known as Guest87130 === karlthane_ is now known as karlthane === cipi is now known as CiPi === markthomas is now known as markthomas|away [06:05] hey guys.. i'm trying pxe install of ubuntu and i was using IIS webserver as a media server. the installation fails while loading pkgsel and tasksel . but when i use apache webserver the installation goes just fine.. any ideas on how to approach it in IIS web server..?? === denbeiren_ is now known as denbeiren [06:18] anyone..?? [07:04] Good morning === lukasa_away is now known as lukasa === smb` is now known as smb [07:55] coreycb, https://launchpad.net/ubuntu/+source/python-keystoneclient/1:1.7.1-1ubuntu1/+build/8083359 [07:55] bandit dep it not required for unit test execution [09:23] hey guys.. i'm trying pxe install of ubuntu and i was using IIS webserver as a media server. the installation fails while loading pkgsel and tasksel . but when i use apache webserver the installation goes just fine.. any ideas on how to approach it in IIS web server..?? === Lcawte|Away is now known as Lcawte [11:58] jamespage, ok I can drop bandit from keystoneclient. python-bandit is in main though fwiw. [12:01] coreycb, its surplus to requirements I think === baffle_ is now known as baffle === Lcawte is now known as Lcawte|Away === Odd_Blok1 is now known as Odd_Bloke [15:23] rbasak: ping [15:28] teward: o/ === zyclonite_ is now known as zyclonite [15:29] rbasak: PM [15:29] ? [15:29] teward: don't see one? [15:30] coming shortly [15:30] (I always ask for permission first :P) === Guest43458 is now known as med_ === med_ is now known as med === med is now known as med_ === markthomas|away is now known as markthomas === CiPi is now known as cipi === Lcawte|Away is now known as Lcawte [17:15] Hi, I am new to this and would like to know if I can safely experiment in virtual machine (not setup by me) with virtual installation of untangle; without messing already configured installation. Thanks [17:16] xubuntu36w: apt-get install kvm libvirt-bin virt-manager [17:16] xubuntu36w: and run virt-manager [17:18] RoyK: Everything is setup, Workstation boots and all I have to do is create another virtual machine where I would experiment with untangle. I dont want to mess up already configure machine [17:18] vmware [17:18] sorry [17:19] xubuntu36w: shouldn't be a problem - a new VM won't interfere with another [17:19] xubuntu36w: unless you do something exceedingly stupid ;) [17:21] RoyK: Like what :). I dont know much and have to learn this way. Basically if I dont mess with settings of vmware workstation and just perform configuration inside untangle on separte vm I should be fine? [17:21] well, the easy parts is don't use the same IP address for the VMs [17:22] also, it's theoretically possible to setup shared storage for them - don't even think of doing that - create a new vmfs volume for the new one and it'll be isolated [17:22] but normally, you'll have to work hard to break things like that [17:23] I manage some 250 VMs in a vSphere environment and I've never seen anything break like that [17:23] RoyK: Storage is not a problem, plenty of space. Ill try not to mess with settings. Is there any other newbie mistake I should be aware of before diving into this? [17:24] xubuntu36w: usually something like a pint of beer in the computer will make the day ;) [17:25] but as I said, just use standard settings, create a new VM, blabla, make sure IP address is unique, and there should not be a problem [17:25] LOL. Thanks for quick help RoyK. Because of You Ill make account and next time will speak like two people should. Thanks again and have a nice day. [17:25] :) [17:25] xubuntu36w: there's a #vmware channel too [17:26] lol. didnt know that. Is there a list of channels somewhere? [17:26] yeah, type /list, but it's *long* [17:26] !alis [17:26] alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http* [17:27] probably better than /list :P [17:27] There are 50K channels on freenode, using /list is probably not what you want. [17:28] thanks people. im going to start messing with untangle right away. itching :). {copy/paste} [17:35] Is failover possible using Jasig CAS? In other words, is there some setup I can use with my two production servers so that if one goes down authentication continues? [17:43] impermanence: looks like it: http://jasig.github.io/cas/4.1.x/planning/High-Availability-Guide.html [17:43] @sarnold mmkay. I will look at this. [17:44] @sarnold Is my need even coming across? It's a tad hard to word. [17:44] @sarnold I simply need failover authentication across two servers. [17:44] impermanence: I think so, people expect high-availability in their services these days [17:45] @sarnold right now, as they have it set, if one goes down, users get booted, as opposed to the system failing over via the load balancer to the other…which is what I need to implement. [17:45] impermanence: eww. [17:45] impermanence: that's _really_ gross :) [17:46] @sarnold: setup = ubuntu 12.04 + jsp's inside tomcat which is also functioning as the web server + jasig CAS === wolsen_ is now known as wolsen [19:23] beisner, can you promote trusty-kilo-proposed to trusty-kilo-staging [19:23] ? [19:23] I have setup Ubuntu server with Apache 2 and set a non root user and added them to www-data group and set the permissions to 775 on /var/www Is this a secure setup? [19:23] Or should it be 755 on /var/www [19:24] beisner, I mean promote to trusty-kilo-proposed [19:24] gah, trusty-kilo-updates [19:26] fuzzywuzzzy: 775 is fine, you may wish to also set the setgid bit on the directory to cause new files to get group ownership set automatically [19:26] How do I setgid? [19:27] Does that mean it will automaticlly be www-data when I upload stuff? [19:27] fuzzywuzzzy: iirc chmod 02775 -- check it with ls -l output to make sure the _group_ 'x' is turned into an 's'... [19:27] fuzzywuzzzy: yes [19:28] fuzzywuzzzy: I've got to run, I'm having trouble finding the best docs on that feature.. [19:28] I thought it was only 3 UGO [19:28] fuzzywuzzzy: setuid/setgid/sticky bit are set with the rarely-used fourth octet [19:29] fuzzywuzzzy: sticky is 1, and I can't recall if setuid is 2 or 4, and setgid 2 or 4. stupid memory. [19:29] k thanks! [19:32] fuzzywuzzzy: the feature is called something like "bsd groups" behaviour.. it's pretty handy when you need it. hope that helps :) [19:32] so I can add the user I created to www-data and set perms to 775 and then do setgid [20:05] o/ hi coreycb [20:05] coreycb, like so?: http://paste.ubuntu.com/12691765/ [20:05] ;-) [20:06] beisner, maybe just keystoneclient and neutronclient for now [20:10] coreycb, ok, pushing python-keystoneclient 1.2.0-0ubuntu1.2~cloud0 + python-neutronclient 2.3.11-0ubuntu1.2~cloud0 from proposed to updates in kilo uca [20:10] beisner, thanks [20:10] coreycb, yw === mikal_ is now known as mikal === Lcawte is now known as Lcawte|Away