=== kenneth is now known as Guest51126 === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === freeflying is now known as freeflying_away [05:13] Hello === Tm_T_ is now known as Tm_Tr [07:14] Hi there. With this setup (http://paste.debian.net/45868/) I will upgrade packages on "quantal multiverse" and the other non-official repos as well? Thanks [07:23] Nobody? === smb` is now known as smb [11:46] jamespage: we need a newer oslo.config [12:35] zul, ack === freeflying_away is now known as freeflying [12:55] stgraber: is it possible to create an lvm-backed lxc inside of another lvm-backed lxc and have them both using the same volume group? [12:58] Hi there -- I am trying to write a well-behaved upstart job, and want to invoke some command when "restart" is called: http://upstart.ubuntu.com/cookbook/#restart [12:59] it's not pre-stop or pre-start. When I do a restart the calls for those happen in the reverse order [12:59] I get pre-start before pre-stop! [13:20] hi... i was wondering if apt-transport-spacewalk works well with spacewalk. For working well I mean that I can manage ubuntu machines.Installing new software etc... [14:29] hello [14:30] hello you should explicitly slec one to install [14:30] e: package libcompress-zlib-perl has no installation candidate ... [14:30] could someone help me ? [14:33] hallyn: howdy!! i think we are experiencing this: https://bugzilla.redhat.com/show_bug.cgi?id=981973 [14:33] in saucy [14:33] roaksoax: Error: Could not parse XML returned by bugzilla.redhat.com: HTTP Error 404: Not Found [14:33] smoser: ^^ [14:36] * hallyn reads [14:37] roaksoax: so looking at the bug, it looks like dnsmasq needs a fix [14:37] hallyn: yeha just read that too :) [14:42] hallyn: sorry for the noise but I came referenced from a libvirt bug :) [14:42] np :) [14:46] how can i find out the current version of software being shipped in ubuntu? [14:46] specifically php in this case [14:55] resno, either 'apt-cache policy php5' or https://launchpad.net/ubuntu/+source/php5 [14:57] smoser: how can i know when the next version is scheduled for released [14:58] resno, well, you'd see a '-proposed' entry for your release there. if there was something in the queue. [14:59] zul, Error trying to load config from /etc/swift/proxy-server.conf: (dnspython 1.9.4 (/usr/lib/python2.7/dist-packages), Requirement.parse('dnspython>=1.10.0')) [14:59] * jamespage faceplats [14:59] fixing now [14:59] serisouly? [14:59] zul, can I get a pre-ack on backporting python-dnspython to the CA please [15:00] jamespage: of course [15:13] https://code.launchpad.net/~james-page/swift/missing-dnspython/+merge/187535 [15:13] zul, ^^ [15:14] jamespage: +1 === HisaoNakai_ is now known as HisaoNakai === psivaa is now known as psivaa-afk-bbl [16:30] adam_g, I've been sprinkly saucy love over the openstack charms this afternoon [16:30] adam_g, needed so fixes for apache24 [16:30] and for 'saucy': 'havana' [16:32] jamespage, spinkly saucy nice [16:33] adam_g, just pushing the car back up the hill for another saucy test [16:33] jamespage, im gonna merge all of our current pyredux stuff into our QA branches [16:33] adam_g, good idea [16:33] adam_g, its all looking OK so-far [16:33] had todo a few quantum/neutron tweaks but nothing major [16:34] flushed out a missing dependency upgrade we needed for swift-proxy that no-one had spotted [16:34] nice [16:34] yea i saw that come thru [16:35] roaksoax, were you going to try to get a maas in soon ? [16:38] smoser yes [16:40] roaksoax, alright. i'm only really pinging because infinity was bugging me about ubuntu-cloudimage-keyring being in main [16:40] to which my esponse was "maas will depend on it" [16:42] smoser: ok [16:42] fo you need it today? [16:42] um.. probalby not. [16:42] and i would like to have rvba's branch in [16:43] https://code.launchpad.net/~rvb/maas/curtin-install/+merge/187055 [16:44] smoser: so i [16:44] smoser: k [16:48] roaksoax, i just pinged allennap on reviewing that one. [16:48] we also clearly want "saucy is an actual release" fix in also. [16:49] jamespage, still around? [16:49] i just uploaded to cloud-tools-proposed with juju and mongodb and lxc. [16:49] juju-core built [16:50] while mongodb is still building [16:51] do i need to kill it? if its not important that I build against that newer mongodb, then why is mongodb there. [16:51] i guess its just not a build-dep [16:51] smoser, yep [16:52] smoser, its not a built against thats important [16:52] its runtime use that is [16:52] important [16:52] right. ok. so we're just waiting on build of mongodb. [16:52] which took like 4 hours another time. [16:55] smoser, yeah - it takes some time [17:01] smoser: hi, I was looking for help with cloud-init yesterday. I made some progress but I am still having at least one issue. and from what you said it sounds like my solution shouldn't have been needed. [17:01] I have meetings for a few minutes, I'll explain more when I get back. maybe you can point me in the right direction. [17:01] autojack, sure. [17:02] yeah, you should not need to do what you were doing. [17:02] what release was it ? (precise, saucy?) [17:03] precise. [17:06] so I'll briefly explain what I'm trying to do: we normally use the official Ubuntu Precise AMI with cloud-init, and in our userdata we pass puppet config info and a couple of other minor things. what I wanted to do was start up an instance that way, let puppet run on it, and then create an AMI from that. but when I did, after startup it did not reconfigure puppet. I should say that I was excluding /etc/puppet from the AMI. maybe I shouldn't hav [17:07] adam_g, nearly there with saucy support [17:07] but I need to add apache2.4 support to the apache helper [17:07] but that will be tomorrow now [17:07] in the end, what seemed to work was excluding /var/lib/cloud/instance(s) and /var/lib/cloud/sem (and also /var/lib/puppet/ssl). that at least let cloud-init run. but now I have a problem where when it tries to install packages, I get errors that none of the package repos we have set up are trusted. including even the default official Ubuntu repo. so somehow it seems like the signing keys for those are missing, but I can't understand why. [17:08] having dug around some more, I see what you were saying. since the new instance will have a new instance ID, it would seem like cloud-init should start over. maybe I was confusing myself. [17:09] it took awhile for me to figure out how I could trigger a run of cloud-init from the command line. [17:11] jamespage, hmm i saw the bash charm failing with the new apache2.4, when trying to set the webroot [17:11] jamespage, same place in the py version? [17:11] also [17:11] http://people.canonical.com/~agandelman/ca/folsom/policykit-1-0.104-2ubuntu1.1~cloud0/ [17:11] ^ we need this in CA folsom to build new libvirt update [17:11] adam_g: Error: "we" is not a valid command. [17:12] smoser: ok, if that lands today I could mkae an upload [17:12] and get it over with now === psivaa-afk-bbl is now known as psivaa [17:38] guys, I'm trying to use the deldovecotuser script found in the ubuntu help site about vmail boxes. It is used to cancel users/virtual mailboxes, but I receive at line 18 of the script an illegal option (it's -n, read command) [17:38] How can I fix it? [17:39] any way to force IPv4 only for apt-get and updates? [18:10] adam_g, yeah [18:10] adam_g, sites have to end with .conf now [18:11] and config goes into /etc/apache2/conf-available with an assoc a2enconf call [18:11] jamespage, ah ya [18:31] gholms, ping [18:31] -StandardOutput=tty [18:31] +StandardOutput=journal+console [18:31] does that make some assumption on newness of systemd? [18:46] smoser: Something tells me it would require v38 or later since that's when they added it. [18:46] I can check for sure if you want. Are you concerned about a particular distro? [18:47] gholms, only really concerned if that is "really new" or something [18:47] honestly, its more your problem than mine :) [18:47] Heh [18:48] Well, it's certainly in every active fedora version. :) [18:48] ok. so i did this: [18:49] http://paste.ubuntu.com/6155684/ [18:49] oh fiddle faddle [18:51] Hmm... :) [18:53] http://paste.ubuntu.com/6155703/ [18:53] gholms, ^ [18:54] Mind using print instead? Most messages lack trailing newlines. [18:55] well we should fix them then. [18:55] and what was going to /dev/console didn't have them. [18:55] right? [18:55] Right [18:57] so, can anyone tell me where apt repo PGP/GPG keys are stored? I can't figure out why the new AMI I built out of an old one is saying that it doesn't have keys for ANY of the repos that are set up. [18:57] gholms, http://paste.ubuntu.com/6155725/ [18:57] wondering if I excluded them somehow. [18:57] thats the only one i see . in just reading grep [18:58] ooh! The nice russian lady has invited me back for... second interview of for accommodation [18:58] ... [18:58] That's the one I keep encountering, anyway. [18:59] fixed that here. [19:00] The problem here is that now I sometmes have output getting journaled, and sonetines not. [19:00] Dang phone keyboard.. [19:01] youdo ? [19:01] If only the distro object wasn't so far away it could just ask if it's using systemd. [19:02] the problem is you dont have /dev/console. you should fix your broken container. [19:02] If it gets written directly to the console it doesn't get captured. [19:04] That's one of my other motives here, I guess. [19:04] * gholms hrms [19:05] The "lack of console" thing is the closest thing to an actual bug, and frankly, I consider that broken as well. [19:06] stuff could definitely be beter here. [19:06] when we write keys to the console, we want them to go to the console. but there is no way of kowing really, "would this get to the console". [19:07] i dont recall all the things i have thought about in this area. [19:07] Maybe I'd be better off framing this is as a "use stdout->journal+console when using systemd" fix instead. [19:08] I jusr don't know of a good way to get access to the distro object to ask it inside the log function. [19:09] stgraber: ping [19:09] Bah, meeting time. I'll be back in a bit. [19:09] Feel free to reply in the mean tine if you want. [19:13] zul: pong [19:13] stgraber: lxc-device doesnt support del yet does it? [19:18] gholms, join #cloud-init [19:23] zul: I can't remember implementing del indeed, wouldn't be particularly hard though === Jikan is now known as Jikai === Jikai is now known as Jikan [19:31] guys...I'm having a bizzare problem with openssl and certificate validty/verification... [19:31] im trying to get the librato metrics working on Ubuntu 12.04 [19:31] and this is what IM getting https://gist.github.com/milosgajdos83/6704808 [19:32] essentially when I give openssl a path to certificates directory all works fine [19:32] when I do NOT then IM getting "certificate not trusted" [19:32] anyone idea ? [19:42] /usr/share/ca-certificates is not in the default path for certs [19:42] dpkg-reconfigure ca-certificates and pick that cert [21:38] so, can anyone tell me where apt repo PGP/GPG keys are stored? I can't figure out why the new AMI I built out of an old one is saying that it doesn't have keys for ANY of the repos that are set up. [21:40] Has anybody ever heard of a Ubuntu Server (12.04) installation not rebooting over SSH when sudo -i 'd [21:42] #Tumbleweed [21:44] autojack: I believe what you want is ubuntu-keyring [21:44] * thumper thinks it is all the US and Europe people not around [21:44] sarnold: what is that, a package? [21:44] autojack: yes [21:45] but... so I launched an instance using the official Ubuntu Precise AMI, everything works fine. I built a new AMI out of that, and all my apt-get attempts fail complaining that the keys are missing. [21:45] so I can't figure out how those are being missed. [21:45] or if something else is broken. [22:01] quick question about preseed. Is it possible to have 2 late_commands? === freeflying is now known as freeflying_away === ArielX___ is now known as ArielX_ [22:42] can anyone put me through on how to create an email smtp server on ubuntu.. thanks [22:44] ArielX_: that's a large topic.. you might wish to read though some guides before starting: https://help.ubuntu.com/12.04/serverguide/email-services.html === thumper is now known as thumper-dogwalk [22:53] Next, generate or obtain a digital certificate for TLS. See Certificates for details. This example also uses a Certificate Authority (CA). For information on generating a CA certificate see Certification Authority. [22:53] how do I generate the digital certificate [22:54] * gholms recommends clicking the link in that sentence === thumper-dogwalk is now known as thumper [23:25] Hey. Is there a way to limit NFS traffic speed? [23:27] germanstudent: as far as I know there's no _easy_ way to do so; I think you have to use the generic 'tc' facility to classify packets and rate limit there. See chapter 9 and examples in chapter 15 here: http://lartc.org/howto/ [23:28] sarnold, thank you! [23:29] germanstudent: good luck :) learning tc has been on my todo list for seven or eight years.. hehe. [23:29] sarnold, hehe :) [23:42] out of curiosity, why limit nfs?