=== peter is now known as Guest72553 === ideopathic_ is now known as ideopathic [02:03] chriys, that's fine. did you still have a question? === arrrghhh is now known as arrrghhhAWAY [02:29] i have an application that needs to run from /var/lib/ in its own folder and apache needs to be able to access it since it's a perl application [02:29] how do i get that to work without a "Permission Denied" 403 error? [02:35] teward, somehow link it to /usr/lib/cgi-bin ? [02:36] teward apache has a pre-existing cgi config, take a look at it first [02:36] PryMar56: i'm not an apache user, so meh [02:36] this app requires it though :/ [02:36] * teward pokes the configs [02:38] grep -ir cgi /etc/apache2/sites-enabled/* [02:42] teward, I have enabled folders in /usr/share/* for cgi, but never /var/lib.. its no big deal [02:43] I don't see a reason why it won't work, except for some apparmour thing [02:43] PryMar56: http://paste.ubuntu.com/7984963/ is the output. (this is the foswiki program, it apparently is all perl... :/) [02:43] s/program/wiki software/ [02:45] /var/lib/foswiki is already setup for cgi? [02:45] maybe all you need is: apache2ctl graceful [02:45] a restart [02:49] perms on the perl app -> 755 [03:04] bah i'll go look at this in the morning >.< [04:09] hi [04:10] I'm trying to run a command with cron as root, I get in the log but do not run anything, you have to configure something else? [04:10] $ sudo crontab -e === CripperZ- is now known as cripperz === cripperz is now known as CripperZ [05:43] I'm having a really tough time with KVM guests on Ubuntu 14.04 - under load, processes in the guests aren't being scheduled for multiple seconds. I even got a message saying an interrupt took 7s. Has anyone else seen issues like this using Ubuntu 14.04 server as the base for a virtual environment? [05:44] Good morning. [05:45] Morning :) [05:46] Hey runfromnowhere, how are you? [05:47] Not so well, unfortunately [05:52] anyone any good with maas yet? [05:52] i want to set it up and have the virtual machines running on the same server. for now..i will add a second node later on. [05:53] its just werid...ive tried several different howtos..but its...like im just not getting what is going on here [05:54] maas is installed the web gui is working as it should i got the boot images to download. [05:55] just seems like...something is missing..or..im just not understanding what the point of it is i guess [06:27] grendal_prime: maas on its own is kinda neat but that's about as far as it goes. maas with juju is where things get interesting. [06:28] ya...but so really what i want to set up ...is this..i host several vms for various people...for various reasons... [06:29] but right now i just kvm virtmanager ...and basically i just set it up so that they can rdp (via a vpn ) into those machines [06:30] its getting to be sort of an issue to manage them. I would prefer to have them http-vnc into the machines but setting that up has been..well not fun. I was hoping i could use a mas server to set up user accounts that people could log into...fire up their own vm and run it through a web-vnc interface. [06:31] grendal_prime: hrmm, from what I know of maas, I don't think the admin console is intended to be used by different 'adminstrative' users; if you're all pals, maybe it'd work okay, but I sure wouldn't build a business on that specific feature... [06:32] grendal_prime: you could probably provide your own cloud-init data source on the maas server and get some specific install steps done easily enough though -- installing packages, creating a standard user for them to start with, something like that [06:33] I guess i just dont understand what i would use it for then....i was under the impression it was for setting up just that sort of thing [06:36] grendal_prime: as I understand maas, it's really intended to be used in one "adminstrative domain" -- say, an IT group of a company -- and developers could use juju to deploy new services to the physical machines -- turn them on, install an OS, configure some local settings, install services, run the services -- and at some point grow services or shrink services or tear the whole thing back down again when the job is over [06:36] grendal_prime: sort of like ec2, but without virtualization overhead -- and without the extensive ec2 access control mechanisms. heh. [06:37] wow..i was way off base then. I thought it was for manageing virtual infrastructure [06:37] grendal_prime: you may be thinking of openstack? [06:37] ya [06:38] openstack aims at providing all the ec2-style infrastructure .. but with more interchangable pieces, depending upon local needs. I think. [06:38] it was totally connected with openstack so i thought it was sort of the same thing [06:38] hmm...i need to build an openstack server then i guess. [06:38] and that looks a bit more complicated than i orginally wanted to go [06:39] grendal_prime: well, they -can- be connected. say, you've got some storage nodes and image nodes up all the time, but your compute nodes come and go as you need them, and you could use maas to turn them on and off... [06:39] grendal_prime: but that's getting pretty far out of my experience [06:39] my favorite line ever is about setting up a high-availability OpenStack cluster needing 28 machines... [06:39] ya this is starting to make a lot more sence now..basically maas is just that..it manages bring up resources and shutting them down. [06:40] but not the actual client to the end machine connection part. [06:40] it'd be nice to see some documentation of _small_ openstack clusters, too. I'm curious just how fe wmachines you could use an dstill get something useful out of it. [06:40] grendal_prime: sounds right [06:41] more like..."hey this guy needs a mysql database" mass fires it up and makes it available. [06:42] right; and depending upon the hardware available, it could be "this needs to be a huge machine with 16 cores and 144 gigabytes of memory" or "this is a small service, one core and 512 megs is fine" [06:42] i have a nice little kvm setup here. I use to have 4 machines runing core duos in them 2 each. I had them all set up to do live migration it was sweet. [06:42] niiice [06:43] I've wanted to try live migration, but, uh, between the laptop and the pandaboard, it's just not going to happen. :) [06:43] ya but man they ate up a tone of power. i replaced them all with a poweredge that uses 1/5th the power. [06:43] but..see i could have used maas for some stuff on that [06:44] oooo [06:47] hmm found a openstact virtual apliance for kvm [06:47] maybe ill give that a shot [06:48] grendal_prime: vmaas thing? [06:48] no its just openstack [06:48] ah okay [06:48] what'd you find? :) I'm curious .. [06:49] http://docs.openstack.org/image-guide/content/ch_obtaining_images.html [06:49] i can just upload that to my kvm server and run it as a vm [06:50] grendal_prime: ahhhh. I think those are just boring OS images. you've already got to have an openstack or ec2 or whatever already up and running to use those. [06:51] smoser: ha! I hadn't seen that "The password is cubswin:)" before. awesome. :) [06:52] sarnold, next year is our year! [06:52] smoser :D [06:55] welcome back xnox :) [06:58] grendal_prime: bedtime; have fun! [06:58] you to [06:58] thanks [06:59] sarnold: you'd think in 2014 xchat could synchronise settings across desktop and laptop =) === jpds_ is now known as jpds === jpds is now known as Guest15370 === Guest15370 is now known as jpds_ === psivaa-afk-bbl is now known as psivaa === Lcawte|Away is now known as Lcawte === kinkinz1 is now known as kickinz1|lunch [09:34] How do I check wheter a service is based on upstart or sysV? [09:36] upstart services live in /etc/init/ === Lcawte is now known as Lcawte|Away === Lcawte|Away is now known as Lcawte [10:02] Hi guys, I have a postfix server that can send but not receive, emails sent to it get returned to sender with "Recipient not found", can anyone help? === quix_ is now known as pdostal === kickinz1|lunch is now known as kickinz1 === jamespag` is now known as jamespage === CripperZ is now known as CripperZ- === kaitanya is now known as caitanya [11:21] jamespage: have you seen bug 1353923? [11:21] Launchpad bug 1353923 in docker.io "Installing Docker Breaks KVM" [Undecided,New] https://launchpad.net/bugs/1353923 [11:21] (as I've seen Docker activity from you today...) [11:26] so the security has been breached on my commercial webserver found a bunch of scriptkiddy stuff in a old joomla site which had to liberal permission. He uploaded the stuff two days ago and seemed to aim for elevating privileges. They files are deleted and the permissions are set lower @644. What else should I look for? [11:33] rbasak, I'd not seen that === lool- is now known as lool [12:20] HI I am using ubuntu 14.04, boot into uefi mode. I am using eifbootmgr to change the boot order. The efibootmgr takes boot number as argument , i.e. Boot000x. I like to know could I use boot label ID, e.g "ubuntu" ? thx [12:26] zul, jamespage : here's the bug for openstack icehouse 2014.1.2 -- bug 1354159 [12:26] Launchpad bug 1354159 in openstack-trove "[SRU] icehouse 2014.1.2 point release" [Undecided,New] https://launchpad.net/bugs/1354159 [12:26] coreycb: awesome-o [12:42] can some one tell me how to set server hostnames realy right? i think i do something wrong sometimes it works but i now whant to fix that! when a server runs for example on go.com and responds on that host whats its hostname its go? for example if i have 3 servers go.com s1.go.com s2.go.com s3.go.com [12:52] SP33D: the hostnames are go, s1, s2, and s3. the fully qualified domain names (FQDN) are go.com, s1.go.com, s2.go.com, and s3.go.com . does that help? === kickinz1 is now known as kickinz1|bbl === Forex1 is now known as Forex [14:00] zul, coreycb, matsubara, jamespage, gnuoy, gaughen, kickinz1, bei [14:00] sner-afk, rharper, lutostag-away, smoser, hallyn: ready for another merge sprint [14:00] ? [14:00] beisner: ^^ [14:00] hi rbasak [14:00] lutostag: ^^ [14:00] Copy and paste fail :-/ [14:00] jamespage, zul: horizon is ready for review: https://code.launchpad.net/~corey.bryant/horizon/2014.1.2/+merge/230113 [14:00] I think smoser, jamespage and gaughen will probably not be able to make it. [14:00] * patdk-wk merges the above [14:01] Everyone else: my team are going to do some virtual sprinting for the next couple of hours to get a bunch of server packages merged and sponsored. [14:01] Feel free to watch, or join in, etc. There are sponsors here to try and help and get packages and other server fixes landed. [14:01] http://reqorts.qa.ubuntu.com/reports/ubuntu-server/merges.html is a list of ~ubuntu-server subscribed packages that may need a merge [14:01] https://merges.ubuntu.com/ has the full list [14:01] rbasak, I'm working on icehouse so might skip today or pick one up to merge later - I did get exim4 done last week though [14:01] https://wiki.ubuntu.com/UbuntuDevelopment/Merging is a helpful guide [14:01] ah, :) [14:01] sounds like catching up to me :) [14:02] We're tracking work in progress at http://pad.ubuntu.com/server-team-merges [14:02] coreycb: no problem. Thank you for doing exim4! [14:02] ill be around in about half hour [14:03] yeah same here [14:04] zul, can you review this? https://code.launchpad.net/~corey.bryant/trove/fix-for-1347567/+merge/230110 [14:04] I'm fully available today. Normal service is restored :) [14:04] coreycb: its on my todo list [14:04] zul, thanks [14:06] o/ hi, had to bounce the box [14:16] hi all [14:16] I have a riddle for you guys: when I boot ubuntu server, screen goes blank (system still works). If I disable ACPI support in BIOS, everything works fine. But if I use ACPI=off kernel option, screen still goes blank [14:20] !ebox [14:20] zentyal is a web-based GUI interface for administering a server. It is designed to work with Ubuntu/Debian style configuration management. See https://help.ubuntu.com/community/Zentyal (Project formally known as eBox - including in Lucid/10.04). [14:21] darksider: broken BIOS, probably the DSDT [14:22] TJ-: can I do anything about it? [14:24] darksider: There may be kernel ACPI module options that will affect it, but figuring out *which* might be complex. The best thing is to make a bug report on Launchpad and attach two "/var/log/dmesg", one from a good-screen boot (without ACPI) and one from a lost-screen boot (with ACPI) [14:24] darksider: once you've done that, let us know the bug number and we can see if there's anything obvious that can be done [14:26] TJ-: I'll get right to it. One question tho, if I disable ACPI kernel functionality (ACPI=off), how can it be possible to still have this problem? [14:27] darksider: It could be something the BIOS is (is not) doing when it enables ACPI that upsets things later... such as not fully programming the VGA device or PCI bus registers [14:29] darksider: as always, check for BIOS updates too :) [14:29] jamespage, zul: trove is ready for review - https://code.launchpad.net/~corey.bryant/trove/2014.1.2/+merge/230119 [14:29] tj, actually sounds like an old intel video chipset [14:29] maybe add the no??? what was it called option? [14:30] TJ-: Tried that, the machine is an embedded PC (by Advantech) with an Atom CPU, Intel Graphics (right coreycb) [14:30] nomodeset kernel option [14:30] there are no new updates for the bios, patdk-wk: tried nomodeset, same result [14:30] ah [14:31] darksider: It may be as simple as needing "acpi_backlight=vendor" on the kernel command line [14:31] darksider: Depends on what kind of PC it is - integrated display or separate [14:32] TJ-: to be more specific, what i get is "no video input" on my screen [14:32] TJ-: 00:02.0 VGA compatible controller: Intel Corporation System Controller Hub (SCH Poulsbo) Graphics Controller (rev 07) [14:33] rbasak: taking a look at vsftpd, looks like the Vcs-Git is wrong; should I try to track down the correct one, remove it, or leave it as is? [14:35] ah looks like it was orphaned with the latest debian release of that pkg [14:38] TJ-: tried "acpi_backlight=vendor" option, same result [14:40] darksider: It was a vague hope :) ... the log files will hopefully provide some clues [14:51] TJ-: excuse my ignorance (new at this), can I report the bug tru web? [14:52] !bug | darksider [14:52] darksider: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [14:56] jamespage, zul: ceilometer is ready for review - https://code.launchpad.net/~corey.bryant/ceilometer/2014.1.2/+merge/230120 [14:56] coreycb: cool starting to look [14:56] zul, thanks [15:03] cfhowlett: Thank, the bug-report app seems to have a GUI interface and I dont have X installed [15:05] Hey - I'm having some major KVM resource contention issues on Ubuntu Server 14.04, Is there anyone around with experience working with this who could give me some pointers? [15:05] not really [15:05] we don't even know your problem [15:06] !ask [15:06] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [15:08] I'm having a really tough time with KVM guests on Ubuntu 14.04 - When either the host or the guests are under load, processes in the guests aren't being scheduled for multiple seconds. I've even seen an interrupt take 7s. The host is large (24 cores, 128GB RAM) and very undercommitted so I don't believe it's actually running out of resources. Are there any tools or methods I could use to start to determine what is ... [15:08] ... causing this behavior? Is this just "normal" for running KVM guests? [15:09] I would look straight at your disks, likely first [15:10] what is iostat showing? [15:12] Unfortunately it's not currently a time of duress for the server, but during those times iostat was showing pretty heavy disk usage. However I'm not 100% sure if it's related for a few reasons - the disk activity was on 6 drives that are not the OS drives, the VMs in question are mounted via network-backed storage (Ceph RBD), and the processes on the VM in question aren't I/O based, should be mostly memory resident and ... [15:12] ... are complaining about not being scheduled as opposed to blocking on I/O. I could be totally wrong, of course, but this is what's led me to think it might be something other than a disk issue :) === kickinz1|bbl is now known as kickinz1 [15:29] gnuoy: the pad still shows you blocked on https://bugs.launchpad.net/ubuntu/+source/moin/+bug/1351331 , but it looks like it's now fix released [15:29] Launchpad bug 1351331 in moin "Please merge moin 1.9.7-2 (main) from Debian unstable (main)" [Undecided,Fix released] [15:29] barry has apparently sponsored it? [15:32] (in other words, pls update the pad if you are in fact done :) === arrrghhhAWAY is now known as arrrghhh [15:35] hallyn: i was going to package granite and python2-lxc if you dont have a problem with it [15:37] zul: stgraber might object to python2-lxc being packaged, but it sounds good to me [15:37] stgraber: ^^^ [15:37] I'm not opposed to it and was sort of expecting this to come up since it's the only way we can get the openstack support working for now [15:38] cool [15:38] stgraber: cool [16:05] hi runfromnowhere - i've not seen such contention issues with kvm on trusty 14.04. it's difficult to advise with so many physical and logical variations possible. [16:06] runfromnowhere, as mentioned i'd start with disk io and network performance testing -- phys to phys, virt to phys, and virt to virt. iostat, atop, htop, bonnie, stress & iperf are probably what I'd use to test and watch in real time. [16:08] beisner: Yeah part of what has me so agitated about this problem is how many variables there are - it's really tough to pin one down and test it! [16:09] I was mostly wondering if the answer was "Yep that's just broken right now" or "You fool - everyone knows you set X or do Y before running VMs!"...heh you never know what you don't know :). But I'll see if I can get more detailed information with those performance testing tools! [16:09] iostat -x, and likely 10 or 1 second intervals [16:09] 10 is better for general [16:10] but 1 second is needed sometimes to notice stalls like your describing [16:10] but produces so much info it's alittle annoying :) [16:11] Hmm looks like a day of vigilance for me :) === matsubara is now known as matsubara-lunch [16:12] I've come up with a few ideas for causes too, so I guess it's time to experiment and monitor! [16:12] Thanks for the advice :) === rbanffy_ is now known as rbanffy [16:52] Nivex, seems we're getting some answers in -devel === matsubara-lunch is now known as matsubara [17:42] arrrghhh: cool! What's the Reader's Digest version? [17:43] Nivex, I never saw a link to the offending bugs, but there was a few blockers [17:43] rbasak: There were a few update-manager bugs that made the upgrade explode. Those should be fixed. [17:44] sounds like Monday they'll flip it on, assuming nothing else is discovered between now & then :) [17:44] Probably the ones I found on that wiki page. [17:44] sounds likely [17:45] I'm already on 14.04... managed to muck up my old 12.04 installation with some bind mount madness. [17:45] I haven't broken a system that bad in years :/ === Ursinha is now known as Ursinha-afk [18:18] hallyn, around ? [18:25] smoser: yeah, though i'm about to go for a walk after i push some patches. what's up [18:25] i was thinking about a container without a network namespace [18:25] but doc says that that causes issues if host+guest==upstart [18:26] yes [18:26] so that pretty much makes that a non-possibility [18:26] is that right? [18:26] yup [18:26] zul, jamespage: nova is ready for review - https://code.launchpad.net/~corey.bryant/nova/2014.1.2/+merge/230128 [18:26] bah. [18:26] that stinks. [18:26] smoser: there's no way to segregate the abstract unix domain sockets unfortunately [18:26] now with unprivileged you shoudl be fine [18:27] well, yeah, but i'm guessing with unpriviled you can't access the network devices [18:27] which kind of defeats me [18:27] as thats why i wanted the no-network-namespacd [18:27] you might be able to use apparmor these days [18:27] sarnold: ^ can apparmor now filter out access to abstract unix domain paths? [18:28] oh, well, [18:28] hallyn: very soon [18:28] haha, that won't work, your container wont 'start [18:28] nm [18:28] hallyn: hopefully it'll be in the utopic kernel by the end of next week [18:29] tyhicks: that's nice [18:29] not useful for smoser, but a good thing [18:29] hallyn: soon... [18:29] * tyhicks nods [18:29] hallyn, so any other tricks? [18:30] the basic thing pushing me here was wanting to put maas in a container, but not have to deal with bridging the real nic [18:35] smoser: what has to be in the container? Can you simply use it as an application container, without upstart? [18:35] i.e. lxc-execute -n $container maas-server [18:35] then it should be fine without its own netns [18:36] heh, maas has webserver bits and pxeboot bits and dhcp bits and .. it's not just one simple daemon [18:36] right. [18:37] we might be able to get something up that way. but definitely would be work. [18:37] you might be able to get away without an init, but it might take a ton of work.. [18:37] probably more work then just using the bridge [18:37] sarnold: well it does *have* an init :) just not upstart [18:37] :) [18:37] can upstart be started with a custom socket path? [19:16] zul, jamespage : neutron is ready for review -- https://code.launchpad.net/~corey.bryant/neutron/2014.1.2/+merge/230116 === cmagina_ is now known as cmagina [19:43] arrrghhh: I think I'll pull the trigger on my main home server before then now that I know what's up and wait to upgrade my friend's machine until later. [19:43] Nivex, should be Monday, if you want to wait till then on your home rig. [19:43] I've been antsy for two weeks now. [19:43] lol [19:44] I'm still not sure how I blew up mine. A bit baffled to be honest, but reinstall was the easiest workaround [19:53] zul, jamespage : cinder is ready for review -- https://code.launchpad.net/~corey.bryant/cinder/2014.1.2/+merge/230123 [19:55] anyone have an idea when openssl-1.0.1i will be in the apt-get repositories for 14.04 ? [19:57] hi, im having a very weird problem. Im currently installing Ubuntu Server 14.04. While partitioning and choosing "physical volume for RAID" im not able to change the bootflag to "on". i cant even choose "primary" or "logical" partition. help? === Ursinha-afk is now known as Ursinha [20:03] SCHAAP137: does it corrent something noteworthy? [20:03] *correct [20:07] Curious question: what would be the "ideal" networked setup for a small private school? LDAP/NFSv4 (as it is now), or Kerberos/SAMBA? [20:08] It's currently just Ubuntu desktops and server that are part of the network. And also some Macs now, which aren't part of the networked setup [20:12] if there's any value to using Kerberos and/or SAMBA instead of LDAP directly and NFS, or if it's just more stress [20:50] A question of best practice: I currently have a web applications projects with multiple sub-domains --about three. Earlier in this project, an unnamed bastard decided to keep our sub domain apps in seperate locations in our linux environment. Now after planning on unifying the application into one master folder, it left me with a bit of wonder.. [20:51] is the most coherent way in organizing a web application with multiple sub-domains lie only within folder organization [20:52] or is there another method of handling sub-domains. Perhaps using application files that are the same among domains but only differ in some logic [20:53] I should be clear that I want to know if there is a means of using files within an application that share commonality but only differ within their specific settings [20:53] there's so much repetition in copying multiple sub-domains in folders that essentially share about 80% the same files [21:13] jamespage, zul: glance is ready for review -- https://code.launchpad.net/~corey.bryant/glance/2014.1.2/+merge/230184 [21:46] How do I adjust a script to run later in the machine's startup? I used update-rc.d defaults to add it to the startup... it added these K20blah S20blah scripts - do I just change that number to 99? [21:49] yes [21:51] sarnold, is one the startup and one the shutdown script? [21:51] arrrghhh: yes, S for starting, K for killing [21:51] cool thx === Lcawte is now known as Lcawte|Away [22:47] Hi, im trying to connect two ubuntu pc crossover. They cant ping eachother [22:50] ahmadgbg, why would you do that? [22:50] just use a normal network cable, and gigabit [22:51] Patrickdk, got it to work now :D did what you said [22:51] crossover is only needed for 100mbit or slower [22:56] Question: Why does `do-release-upgrade` still show "no new release found" on 12.04.5 servers? Shouldn't the point release be available for upgrade at this time? [22:57] urda: I believe it'll be repointed on monday [22:57] sarnold: Is there a feed or list I could be watching so I can learn to determine this myself without bugging you lovely folks :p [22:57] urda: I saw the discussion on #ubuntu-devel a few hours ago, hehe [22:58] sarnold: oh my lol [22:58] yeah :) hehe [22:59] sarnold: so go poke them :p ? [22:59] sarnold: lol [23:00] urda: well, no one wants to make a change that large on a friday [23:00] sarnold: oh god no! I'm just trying to make sure I'm not missing something... as I couldn't find any news / documentation on it :\ [23:01] urda: there were some annoying-enough bugs in the precise versions of the tools that needed to be addressed first, but it should be good to go for wider upgrades next week :) [23:02] sarnold: I think a really nasty GRUB bug was one of them [23:02] urda: eww. [23:02] sarnold: but don't quote me on it :x [23:03] I have a backup server with ubuntu. I dont want to run it throught the router but directly to the server. What is the best way to backup the server? BackupPC?