[00:09] OK [00:17] zul, how are we meant to handle this? jsonpatch 1.0 (/usr/lib/python2.7/dist-packages), Requirement.parse('jsonpatch>=0.10,<=0.12')) [00:18] adam_g: run the tests locally with updated requirements.txt and then patch the requests [00:18] which package is this? [00:18] zul, this isn't the test suite, post-install service not working because VersionConflict [00:19] zul, cinder, but nova is an issue as well [00:19] zul, i was backporting to PPA to match UCA versions, and noticed in cinder as well as nova [00:20] zul, i'm looking around for the reqiurements.txt that specifies the range, its not in requirements.txt according to github.com/openstack/requirements.git [00:20] zul, im trying to get a good dep8 test going for this. stevedore catches these exceptions and lets the serices start up anyway, which is why our current dep8s are passing fine [00:22] adam_g: could it be one of the clients that is doing it? [00:24] zul, agh, its python-warlock [00:24] adam_g: oh....bullocks [00:25] zul, well, actually i've still got an older warlock in the repo [00:25] adam_g: ah that might be it then [00:25] zul, im having trouble building the backport, tho [00:26] adam_g: buildlog? [00:26] zul, http://paste.ubuntu.com/5902397/ [00:27] adam_g: thats weird [00:27] zul, i see it built fine in the havana PPA [00:27] havana-staging, that is [00:28] adam_g: im not sure whats going there but line 476 is definently weird [00:28] zul, oh, nvm. thats still outdated there too. 1.0.0-1~cloud0, we want 1.0.1-1ubuntu1 [00:28] right [00:28] zul, how did you handle other python3 backports to precise? [00:28] i know we were hitting this in the past with something else [00:29] 1.0.1-1ubuntu1 added python3-warlock [00:29] adam_g: i think it might have been testtools i cant remember...or subunit...actually i think it was subunit [00:38] zul, any idea what the solution was? [00:38] adam_g: it was not to build for python3 [00:41] zul, whatcu talkin about willis? [00:41] adam_g: not to build the python3 package if i remember correctly [00:41] zul, we have both python3-subunit_0.0.12-0ubuntu1~cloud0_all.deb + python3-testscenarios_0.3-0ubuntu2~cloud0_all.deb [00:41] in havana-staging ATM [01:04] jdstrand,hallyn: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1203211 [01:05] Launchpad bug 1203211 in linux "Modprobe doesn't recognize any parameters on 3.10.0-4" [Critical,Fix committed] [01:07] zul, FWIW subunit fails to rebuild there, as well, so maybe its something with the locla build env. and python3. [01:07] * adam_g EOD [01:13] sarnold: hah! that would do it :) [01:13] -5 fixes it fwiw [01:15] jdstrand: woot :) [01:53] adam_g, OpenStack question: any idea of status on LBAAS? === dannf` is now known as dannf [02:32] is there an upstart event that fires before normal daemons launch ? === hachre_ is now known as hachre [06:23] My httpd.conf file is blank how can I configure Apache(2.2) [06:25] Can Anyone help [06:27] ??? [06:28] ????????????????????????????????? [06:50] hey [06:50] im having a issue trying to run codeigniter on my ubuntu server [06:50] and i dont want to have to reinstall my entire os ): [06:51] apache error log http://pastebin.com/S5FeVd7p [06:55] anyone ): [06:58] !patience | mrgate_ [06:58] mrgate_: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com/ or http://ubuntuforums.org/ or http://askubuntu.com/ [07:02] mrgate_: does the file it is looking for exist? [07:02] yes [07:02] do the permissions of all of the directories and the end file, allow your apache user to read it? [07:03] a common issue is that /home/user is set to 0700 permissions. [07:03] or that a directory in the path is. [07:06] how do you check [07:07] kinda new to ubuntu sorr [07:07] y [07:07] by default apache shouled be running as www-data [07:07] meh s/shouled/should/ [07:08] so check the permissions of each directory in the path to make sure that it is set to 755 permissions, or rw rx rx. [07:08] ls -ld /home/mrgate should give the permissions of your home directory. [07:08] the issue is fixed since i chmod the entire thing with 0777 [07:10] don't do that. [07:10] 777 == evil. [07:10] its just my web folder ? [07:10] any user on the system can edit or delete files that are 777 [07:11] try 755 [07:11] that gives the owner rwx but limits everyone else to rx [07:12] 777 on a folder exposed to the outside world has caused no end of issues. [07:13] fixed === dosaboy_ is now known as dosaboy [07:15] mrgate_: a rule of thumb: use 755 for directories, use 644 for files if you need other users on the system to be able to read them. === smb` is now known as smb === dosaboy is now known as dosaboy__ === DasIch_ is now known as DasIch === Ursinha-afk is now known as Ursinha [08:53] i've installed Deluge on my headless server...manually works ok, but how do i make the services start with the server? [09:22] StathisA: are you running it as root? [09:22] yes but nvm, its not as easy at it looks... [09:23] need to make some scritps as described on http://dev.deluge-torrent.org/wiki/UserGuide/InitScript/Ubuntu%2011.04%2B%20%28Upstart%20Job%29#StartingandstoppingUpstartScripts [09:23] StathisA: you gotta make a upstart job [09:23] yeah thats what the link is about [09:37] thanks for the answer thought :-) [09:40] np ;) === james_ is now known as Guest73337 [10:11] hi all [11:09] Can someone point me in the right direction? I want to have 3 staging servers and keep their installed packages and config files in sync - what tools are available? [11:13] rsync ? [11:14] ikonia: I'm actually using scp at the moment, but the problem I'm facing is that when I install a package, say 'php', and I make a change in the php.ini, along with some timezone settings, then the other servers need to be set up like that too. [11:14] g105b: puppet/chef/cfengine? [11:15] g105b: is this a production config and 3 servers part of it, or is this just 3 stand alone servers and thats all you've got [11:15] only got 3 servers. [11:15] ok, so puppet or something like that is probably overkill [11:15] just setup rsync to push out config/content on regular basis from one server to the other 3 [11:16] yeah I'm aware of puppet, and that's what I thought. [11:16] ikonia: Alright, thanks I'll look into rsync ... not used it before. [11:16] g105b: should tick %99 of what you need and want out of the box [11:16] Thanks. [11:17] ikonia: but what about installed packages? When I install something on one server, how can I keep all servers on the same version? [11:18] jdstrand: ping re mongodb MIR - I'd like to discuss what you need re libv8 and upstream management to address security concerns [11:19] g105b: you can script that with ssh pretty easy [11:28] if i install dropbox by downloading it through WGET ("wget -O dropbox.tar.gz "http://www.dropbox.com/download/?plat=lnx.x86"" will it be updated when i run sudo apt-get update? [11:28] or any other software installed like this [11:28] StathisA_: no [11:29] :-( [11:32] StathisA_: to use a package manager to manage packages, the packages need to first be installed by that said package manager. === Guest46778 is now known as Monotoko [12:10] zul, these all build OK with the staging PPA - http://people.canonical.com/~jamespage/ca/havana/ [12:10] aside from warlock which has a python3/dh tantrum [12:10] looking that that now [12:12] jamespage: +1 [12:17] jamespage: we need to add heatclient as well (for horizon) === gary_pos` is now known as gary_poster [12:18] zul, agreed [12:20] jamespage: heh good thing we are not rgb colorblind ;) [12:20] zul, ? [12:21] jamespage: just thinking about the ca report [12:21] yeah - right [12:21] :-) [12:22] g105b: salt or ansible may be an option. [12:23] zul, can you ack the python-*client packages I just uploaded to the same location please [12:23] zul, scp sulked about them the first time [12:24] all three build fine against staging [12:24] ls [12:24] jamespage: +1 can you pick up ceilometerclient and heatclient as well [12:24] zul, ack [12:29] jamespage: ok they are backported locally i just have to do a build test, almost forgot about python-greenlet [12:31] jamespage: do we want iscsitarget in there as well (trawling saucy-changes for the past month) [12:31] no [12:31] zul, its not really worth the delta TBH [12:32] jamespage: ack [12:39] Hey guys. Does anyone here have experience with iredmail? I am hosting multiple virtual domains on a single 12.04 LTS server and the webhosting is fine, but I can only seem to get one domain working with the iredmail email. :-/ [12:40] zul, I did heat and ceilometer clients as well [12:40] jamespage: cool...ill do heat as well [12:40] zul, heat itself? [12:40] ok [12:40] jamespage: yeah [12:41] we should get it into the CI then [12:41] is the branch under ~ubuntu-server-dev yet? [12:41] zul, ^^ [12:41] jamespage: it is. i did it yesterday [12:42] zul, its in the branch right? [12:42] still needs creating in the lab then [12:42] lp:~ubuntu-server-dev/heat/havana [12:42] zul, right - understand now! [12:43] zul, I'll get that CI'ed [12:43] i didnt get heatclient its own branch i think [12:49] zul, added [12:49] ugh [12:49] OK [12:49] that will fail for the moment then [12:49] lemme sort that out [12:50] zul, nope - its there [12:50] jamespage: ok [12:58] hmmm i got a router which with "http://192.168.0.1/setup.cgi?todo=debug" in a browser enables its debug mode. is there a way to do this from a cli? [13:04] jdstrand: still will be interesting to see if modprobe not accepting parameters becomes the reason for your host lockup when starting a kvm vm (bug 1203211) [13:04] Launchpad bug 1203211 in linux "Modprobe doesn't recognize any parameters on 3.10.0-4" [Critical,Fix committed] https://launchpad.net/bugs/1203211 [13:07] hallyn: it isn't. that bug is fixed in -5 and I still have lockups with it [13:07] drat [13:07] hallyn: apw filed bug #1204005 (he sees it too) [13:07] Launchpad bug 1204005 in linux "[saucy] kvm host hangs of guest boot with 3.10.0-5" [Critical,Triaged] https://launchpad.net/bugs/1204005 [13:08] no indeed, it is utterly broken and has been for all of the v3.10 kernels i have tested [13:08] clearly noone is using that combination [13:10] zul, meh [13:10] python-warlock is not currently cleanly backportable [13:16] jamespage: python3? [13:17] zul, yeah - the test rules are a bit sucky - gonna fix in saucy to make backporting easier [13:17] jamespage: ack [13:33] jamespage: pong re mongodb [13:33] jdstrand, hey [13:34] StathisA: you just want to access that url? use curl [13:34] hey [13:34] jdstrand, I was about to get in contact with MongoDB upstream about how they are managing their embedded version of libv8 re security issues etc.. [13:34] hachre: Yes, but oh well i thought i could use something already installed... [13:34] StathisA: I guess wget would also work [13:35] it does, but ends up downloading it as well..:-S [13:35] jdstrand, but I wanted to checkin with you first on whether libv8 in mongodb was going to be acceptable for MIR in any form [13:35] and if so what sort of thing you are looking for re active management of libv8 from mongodb upstream [13:36] (try to avoiding security -> me -> upstream -> me -> security ping-pong) [13:36] jamespage: it would be acceptable if it didn't provide an attack surface, but I don't think the design and intent would allow for that [13:36] StathisA: wget url -O /dev/null [13:36] jamespage: which means someone has to update it [13:37] jamespage: how long has mongodb been around? will the MREs last through to the April 2019? [13:37] jdstrand, I would suspect not [13:37] I'm very hesitant to allow it, even with upstream saying 'sure we'll do it' [13:38] nothing against them (I don't know them at all), but past experience tells me that upstreams quickly lose interest in old software and we are left holding the bag and our users lose [13:39] libv8 will literally be unmaintainable within a few months [13:39] jdstrand, as in I would expect the LTS support period to exceed the active point release schedule from upstream by years [13:39] so unless someone is shoving in new upstream versions as security issues are fixed, we are in a bad spot [13:39] jdstrand, there is another option instead of libv8 but I'm not sure its any better [13:40] 2.2 series defaults to spidermonkey; the switch to libv8 was made 2.4 but the support is still their for spidermonkey [13:40] but again I expect that will disappear in 2.6 of suchlike [13:40] libv8 changes so much that it would require significant effor to do it ourselves (we went through all this when reviewing the sdk) [13:41] spidermonkey is not any better-- we've actively tried to avoid it. iirc, it is less and less interesting to mozilla [13:41] yeah - that was my guess :-) [13:41] of course, that means it doesn't change very much [13:42] but I guess its not getting much active maintenance either... [13:42] (attempt at bad joke-- we would then have to write our own fixes) [13:42] yeah [13:42] jamespage: http://people.canonical.com/~chucks/ca/ [13:43] jamespage: an alternative would be to have the package that provides the attack surface in universe [13:43] jdstrand, so only enabling the scripting engine if that is installed on the server component? [13:44] I'm not sure how feasible that is, but it would at least allow mongodb to move forward and give libv8 to users that want it who could control their environment [13:44] well, I don't know how the packaging is [13:44] jdstrand, I'd need to look - I'm not sure that separation exists in the upstream codebase [13:45] but you said "libv8 is used to provide the scriptable shell in mongodb; access to the [13:45] shell is via the mongo client application" [13:46] I don't know where the script interpretation happens, but if it is in the client, you could put the client in universe, or have a client in main without it, and one in universe with it [13:46] jdstrand, no - its in the server side [13:46] if that isn't supported by upstream, you could compile twice: once with scripting and once without [13:46] without -> main, with -> univers [13:46] e [13:49] jdstrand, hmm - there is a '--noshell' build option [13:49] lemme check that out [13:55] jdstrand, my concern would be that mongodb without the shell for admin is pretty useless [13:55] but lemme check [13:59] jamespage: ping http://people.canonical.com/~chucks/ca/ [13:59] zul, looking right now [13:59] jamespage: thanks [14:00] zul, all done using cloud-archive-backport? [14:00] jamespage: except for heat [14:01] zul, why not heat? [14:01] oh - I expect you hit the same bug I did with heatclient... [14:01] jamespage: because i got a traceback when i ran it [14:01] I have a fix for that [14:01] jamespage: cool [14:05] zul, OK - they look fine [14:05] zul, I already did eventlet btw [14:08] jamespage: oh [14:08] ill get rid of that then [14:08] zul, did you build test them all first? [14:09] jamespage: i couldnt build the openstack packages because of a newer clients [14:09] but they all build [14:09] zul, hmm [14:09] ok [14:28] zul, OK - python-warlock fixed up in saucy [14:28] jamespage: cool have you reviewed rest of the CA stuff prepped [14:28] zul, yeah - all your stuff looked OK to me [14:28] +1 [14:28] jamespage: cool thanks [14:29] (don't upload eventlet - I already did) [14:29] now to make my internet connection cry [14:29] jamespage: ack [14:30] zul, we still have a kombu ftbfs in staging [14:30] looking right now - might need an anyjson backport [14:31] i have it queued up [14:31] jamespage: im missing something here http://pastebin.ubuntu.com/5904291/ [14:36] jamespage: when you get a minute, can you forward the python-warlock fixes to Debian? debian 717469 [14:36] Debian bug 717469 in python-warlock "python-warlock: Please add python3 package" [Wishlist,Open] http://bugs.debian.org/717469 [14:37] micahg, will do [14:37] thanks [14:40] zul, urm [14:41] zul, can you run with -d and --simulate please [14:44] http://pastebin.ubuntu.com/5904340/ [14:47] zul, switch back to dput for the time being [14:47] zul, I think dput-ng has a few problem right now (that I think I fixed locally but negelected to upload - my bad) [14:48] jamespage: ack === airtonix_ is now known as airtonix [14:51] jamespage: btw the new python-warlock will have python3 support upstream (ie: we can drop the patch when a new version is cut) [14:52] right [14:52] ok [15:10] micahg, done [15:10] zul, http://people.canonical.com/~jamespage/ca/havana/ python-anyjson please [15:11] jamespage: +1 [15:17] ok uploading finished [16:41] jamespage, is there a trick to getting python3 stuff backported to precise? i noticed they seem to build fine on buildds in the trunk and CA staging PPAs, but fail for various reasons when trying to do it locally using the backport-package job [16:41] adam_g, anything specific causing you an issue? [16:42] jamespage, http://paste.ubuntu.com/5902397/ [16:43] adam_g, oh - I fixed that already in saucy [16:43] precise has 3.2, saucy has 3.3 so the targets don't work like that for the backport [16:43] adam_g, the fix is in saucy - just needs a fresh backport [16:43] jamespage, oh, i see the upload. was trying to get that built last night. [16:44] awesome :) [16:49] jamespage: http://people.canonical.com/~chucks/ca/ [16:56] zul: +1 === smw__ is now known as smw_ [17:17] adam_g: https://code.launchpad.net/~zulcss/nova/h3-patch-refresh/+merge/176440 [17:24] zul, obvious really but we missed neutron/neutronclient [17:24] * jamespage faceplants [17:26] jamespage: DOH! [17:27] zul, sweeping up right now [17:27] jamespage: ack... [17:28] zul, can you please add some patch header info to that sqlalchemy patch? its still a mystery to me [17:28] adam_g: right [17:28] https://code.launchpad.net/~gandelman-a/ubuntu/saucy/cinder/dependency_dep8_test/+merge/176441 [17:29] jamespage, yolanda: my first dep8 test, could use some feedback [17:32] zul: http://people.canonical.com/~jamespage/ca/havana/ [17:33] jamespage: why glance? [17:34] zul, http://reqorts.qa.ubuntu.com/reports/ubuntu-server/cloud-archive/havana_versions.html [17:34] still out of date [17:34] and not showing in the PPA either so its valid [17:34] jamespage: doh [17:34] jamespage: +1 [17:35] adam_g: pushed === ffio is now known as Guest63709 [17:44] zul, I think we need a backport of python-migrate as well for heat [17:44] jamespage: probably [17:45] zul, ok that lot is all uploaded [17:47] cool [17:47] * zul goes have lunch [17:56] jamespage: new rule we should upload to the cloud archive relevant stuff when we upload to the regular archive === Ursinha-afk is now known as Ursinha [18:11] adam_g: pushed again === matsubara is now known as matsubara-lunch === Catbuntu is now known as CristinaYang === CristinaYang is now known as LexieGrey === Ursinha is now known as Ursinha-afk [19:27] hi people. im a linux newbie so be nice :) im installing u server 12.04. i want to make a upgrade. I f i fo apt-get upgrade, will it install u server 13.04? [19:28] apt-get update applies 12.04 updates; it doesn't change the release [19:28] update im ok with, but upGrade? [19:29] I meant upgrade [19:29] ah. ok so it safe then [19:29] (update just gets an updated list of packages) [19:29] do-release-upgrade will upgrade to the next full release (man do-release-upgrade for basic documentation) [19:30] how then do install 13.04 from 12.04? just to know... :) [19:30] do-release-upgrade will upgrade to the next full release (man do-release-upgrade for basic documentation) [19:30] ah. sorry i didnt quite read [19:30] cwillu_at_work, THANKS! [19:30] Shogoot: note the --mode setting especially [19:31] and makes backups if this matters [19:31] rgr [19:31] (you should of course already have backups if it matters :p) [19:36] its a fresh install [19:43] Shogoot, if it's a fresh install, I'd tend towards just installing the new version fresh in the first place [19:44] hey all [19:45] indeed === funkyHat_ is now known as funkyHat === funkyHat4 is now known as funkyHat === james_ is now known as Guest30335 === dosaboy__ is now known as dosaboy === Ursinha-afk is now known as Ursinha === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha [22:16] Is there some reason the -n of dhclient doesn't work? === Ursinha is now known as Ursinha-afk === _monokrome is now known as monokrome [22:55] Would you consider 15 servers writing a lot (more than 1k a second) to rsyslog a problem? [22:57] jsonperl_: that's roughly 15 packets per second of network IO, and most disks can handle ~50MB/s or more.. it feels like a very slow trickle. [22:57] jsonperl_: I had a firewall system logging at roughly that kind of level, not much, but the drive died after just two years or so. There were some nice grooves worn in the drive platters. :) [22:58] but that was 12, 13 years back, I hope newer drives are less likely to act like farmers plowing fields.. hehe [23:02] rsyslogd kinda handles file contention though right [23:02] like they're not all writing to the file, their hitting rsyslog, and he takes care of business [23:02] hallyn: you around? [23:02] thumper: I'm about to run off to dinner [23:02] hallyn: ok, I'll email [23:02] jsonperl_: right, I'd expect messages to be properly interleaved without scrambling [23:03] thumper: thanks [23:05] Can anyone think of a situation which would kinda totally bork networking on a machine? I've been trying to figure out an issue on my servers where at some undetermined threshold the machine becomes VERY hard to connect to. [23:07] jsonperl_: swapping itself to death? too much disk IO swamping usual traffic? unhappy drives? unhappy NICs? [23:08] I've been pouring through sysstat data and I don't see anything of real note [23:09] The only clues that I have so far are, the runq-sz gets much higher than norm, and the load average and cpu usage drops a lot (because people are unable to connect) [23:12] jsonperl_: maybe look for the wait channel of sleeping processes? I'm not sure that'd lead to high run queue, but if everything is asleep on the same resource, you might have an idea what to work with [23:12] hmm, wait channel? [23:13] what tool would you use to inspect that [23:13] top or ps, I think.. [23:14] what's the question? [23:16] Who's question? [23:18] to which "top or ps, I think.." was the answer [23:19] cwillu_at_work: which programs will show the wchan of stalled processes [23:19] alt-sysrq-w [23:19] I know top can do it, but it's not very friendly when servers are slowly dying [23:19] then check dmesg [23:19] oh nice, better for when things are very nearly toast [23:20] (note: other sysrq keys are dangerous) [23:20] I think ps can dump wchan, but it's been ages since I've needed it.. [23:20] alt-sysrq-w will give you the whole kernel stack trace though [23:21] dmesg will give me the wchan? [23:21] alt-sysrq-w, followed by dmesg, will give you more than wchan [23:21] after hitting that sysrq key, yes [23:22] if you want to script it up, you can echo w > /proc/sysrq-trigger ; dmesg > /path/to/file [23:22] a bit better to cat /dev/ksmg > /path/to/file & echo w > /proc/sysrq-trigger [23:22] as that will capture the whole output even if it's bigger than the ring buffer that dmesg is stored in [23:23] ooh? that'll work even with a running syslog? [23:23] I _think_ so [23:23] yep, works fine [23:24] cat /dev/kmsg | nc cwillu.com 10101 is a trick I use for getting troubleshooting info in #btrfs all the time [23:27] hahaha, that's clever. :) [23:28] it's like netconsole, but not annoying to set up :) [23:28] probably more reliable too [23:29] hmm... [23:29] cwillu_at_work: so I want to look at "runnable tasks" and see what they're waiting on? [23:29] lets say I have a remote machine... say the precise server in my office [23:29] jsonperl_, if you're looking for blocked tasks, you're looking at the ones that aren't runnable [23:29] there's one big stack trace for each one [23:29] is there a way I can run something as root on that machine over ssh with one command? [23:29] the wchan is the top function in that trace (I believe) [23:30] thumper: ssh root@remote.machine "uname -a" :) [23:30] thumper, not really, unless you add an ssh key to /root/.ssh/authorized_keys [23:30] does that work with sudo stuff? [23:30] ok... [23:30] next question then [23:31] if I just use ssh as normal [23:31] I'm a little confused on to analyze this: http://pastebin.com/5d83kp1b [23:31] but then execute a script that runs sudo [23:31] will I be prompted nicely? [23:31] Not that i'm seeing my issue, but so I'm prepared when I do :) [23:31] I suppose I can test this pretty trivially [23:31] * thumper goes to test [23:31] scripts shouldn't call sudo [23:33] I see stats about wait_max, wait_time etc... but not WHAT they're waiting on [23:33] jsonperl_, doesn't appear that there's anything blocked [23:33] so I would see diff output if there were blocked processes? [23:33] and what they are blocked from? [23:35] yeah; do you know what a kernel oops looks like? [23:35] (with the registers and the call trace?) [23:35] nope [23:36] lucky :) [23:37] http://permalink.gmane.org/gmane.comp.file-systems.btrfs/20592 is what you'd see [23:40] So it will show me a trace of every blocked process [23:41] yes [23:41] you can tell it to give you a trace for _every_ process, but that's mostly just noise [23:43] yea i'm only interested in the ones making my machine unhappy [23:43] and in turn myself (and my girlfriend)