=== cpg|away is now known as cpg === Ursinha-afk is now known as Ursinha === Ursinha is now known as Ursinha-afk [02:14] which file defines the default PATH ? do not see it in /etc/profile or /etc/bash.bashrc [02:16] is it /etc/environment ? [02:18] looks like /etc/login.defs [02:21] /etc/bash.bashrc will do.. === cpg is now known as cpg|away === n0ts_off is now known as n0ts === cpg|away is now known as cpg === ibiris|afk is now known as ibiris === Psi-Jack_ is now known as Psi-Jack === Psi-Jack_ is now known as Psi-Jack === ibiris is now known as ibiris|afk === ibiris|afk is now known as ibiris [08:57] morning peoples! [08:58] would anyone happen to know where I can find the source-rpms for apache on the latest ubuntu-release? [09:03] mjau^: ubuntu doesn't use rpm's [09:03] ikonia: lols, I meant the source-debs of course :) [09:03] just use apt-get source [09:12] hey guys I have a piece of software which i just purchased which is encrypted with ioncube does apache on 12.04 support ioncube [09:14] there doesn't appear to be a module referencing iocube [09:14] ion [09:14] :-/ ok [09:14] thanks [09:17] apt-get source eh? great, thx, I'll do that :) [09:25] so i have a peculiar problem with my server [09:25] ever since i installed 12.10 it kernel panics every so often [09:25] and i noticed after a few panics, it happens on the 14th day [09:25] of uptime [09:25] each time [09:26] any ideas why? [09:26] could it be the clock? [09:33] what does the actual panic message suggest [09:34] stiv2k: pastebin logs [09:35] if it panics so badly it can't write logs, enable netconsole or use an old-fashioned serial console to get the logs === mcclurmc_away is now known as mcclurmc === mcclurmc is now known as mcclurmc_away === pcarrier_ is now known as pcarrier === n0ts is now known as n0ts_off === mcclurmc_away is now known as mcclurmc === acidflash_ is now known as acidflash === yofel_ is now known as yofel === Tribaal_ is now known as Tribaal === cpg is now known as cpg|away === ubuntu is now known as Guest92904 [13:42] zul: around? [13:42] koolhead17: kind of...whats up? [13:48] zul: coolbhavi is my guide/mentor [13:49] hey zul koolhead17 said something needs to be repatched and gave me a buildlog [13:49] yep [13:50] stgraber: are you going to send another version of your lxc-create template naming patch? [13:50] zul, it was a build failure and what exactly is the background? [13:51] stgraber: on a separate note, I fear that for 13.10 I am going to have to either spend a lot of time writing apparmor integration for libvirt-lxc, or we have to get the lxc2 driver working. for the sake of openstack [13:51] coolbhavi: basically patch failed to apply [13:51] zul, yes I could see that [13:52] coolbhavi: what do you mean background? [13:52] zul, I meant was it applied to some source package? [13:53] nova source package for precise [13:54] ah never mind got it from the complete buildlog. thanks! [14:05] hallyn: hopefully the second option will be easier, then we can just use that as a reason to drop libvirt-lxc ;) [14:07] hallyn: I sent a v2 of the lxc-create patch on Friday adding the sha1 sum. I'm not planning on fixing the bash issues at this point as that's out of the scope for that patch (I just moved code around so the bashisms were already there) [14:11] stgraber: the '-n ""' is a serious issue though, worth a v3 [14:11] we've had bugs due to such before - it's not jsut a posix issue [14:12] jdstrand: so i've spend way too many hours on this before, only to finally realize i don't know how to best pass the hugepages mount path to virt-aa-helper. Options are: [14:12] 1. add it to the xml so it can be passed [14:13] 2. add a new virSecurityAddSimplePath call [14:13] 3. harcode /run/hugepages/kvm in the apparmor policy :) [14:13] I don't see that (1) would really be acceptable upstream [14:14] hallyn: doesn't this fail with selinux? [14:15] I would think it would-- so they would be interested in whatever in this too [14:15] s/whatever in this/whatever fix is used/ [14:16] also, how would virSecurityAddSimplePath work? [14:16] hallyn: there were already two of those in the current lxc-create. I didn't add that code, just moved it around :) [14:17] (and just so I understand, the path to /run/hugepages/kvm is a qemu compile time option so libvirt doesn't inherently know what that is-- correct?) [14:21] stgraber: those need to be fixed too then :) Worth a script to find all the instances [14:21] you can specify the hugepages path in libvirt xml config [14:21] jdstrand: no, /run/hugepages/kvm is not a compile time option... [14:21] patdk-wk: oh?? [14:21] you can specify it in qemu.conf, and otherwise libvirt finds it automatically, but all i've foudn for xml is [14:22] [14:22] hmm, damned been a few months since I last did it [14:22] patdk-wk: ok - i'll look for it thanks [14:22] if it's supported then that's the way to go. [14:23] ya, Itested it, found it really didn't help much for me, and just wrote it off as, not worth messing with currently [14:23] jdstrand: the virSecurityAddSimplePath would just call virt-aa-helper with a new path and ask it to append that to the current policy [14:23] we could then also use that for monitor and other stuff [14:24] but i'll follow up on patdk-wk's suggestion and get back to you later - thanks [14:24] ok [14:28] hmm, maybe I used the qemu automatic mount detection :( [14:28] heh, fuzzy memory :( [14:28] was back in sept when I was doing lots of hugepages work [14:29] no qemu takes it as command line option, doesn't detect automatically, [14:29] but libvirt will detect it automatically if not specified [14:29] sadly i don't think it's specificable in the xml [14:29] specifiable [14:30] and the problem with adding it there is that then we have to decide what to do if it's in the xml at define time [14:32] hallyn: sent the lxc-create cleanup patch to the mailing-list [14:32] yolanda: can you have a a look please? [14:32] jdstrand: ok so yeah, virSecurityAddSimplePath would basically work like AppArmorSetFDLabel but without resolving /proc/self/fd/N [14:32] stgraber: thanks! [14:33] zul, about the lxc-create cleanup patch? [14:34] yolanda: oops https://code.launchpad.net/~zulcss/quantum/grizzly-fix/+merge/137576 [14:35] stgraber: sigh, i personally feel tabs would be better than spaces, but i'm sure i'm alone on that :) [14:37] zul, hmm - can I express and opinion? [14:38] or maybe ask a question at least [14:38] hallyn: well, I usually prefer spaces, don't necessarily mind tabs but really hates mixed tabs and spaces which was what we had :) [14:38] hallyn: as 90% of the script was indented with spaces, I just replaced the remaining tabs by spaces [14:39] stgraber: yup, i'm going to ack it of course. [14:39] stgraber: you didn't make any other changes on any lines where you changed indent? [14:40] hm, i wonder why $opt doesn't need to be "$opt" in optarg_check [14:40] oh, that's why. nm [14:41] hallyn: nope, those were just reindents [14:42] stgraber: one more q - is 'if [ $a -eq 1 -a $b -eq 2 ]; versus 'if [ $a -eq 1 ] && [ $b -eq 2 ] really a bashishm? [14:44] hallyn: no, it's not, that's the 'Use shell syntax for and/or in if statements instead of the "test" [14:44] syntax.' part of my commit [14:45] oh. oops. i just replied with the q (and ack). oh well [14:46] hm, [14:46] does that mean that your new version results in more forks? [14:46] oh well [14:48] hallyn: nope, it doesn't because those aren't spawned in sub-shells and test is a shell builtin [14:49] even in dash? [14:50] Can iMacros be run with Lynx? [14:50] hallyn: yep [14:51] yolanda, zul: comment on that merge proposal re quantum metadata proxy stuff [14:51] serious? [14:51] I want to be able to browser automate on a headless box...is that possible? [14:51] hallyn: you said that hugepages is specifiable in qemu.conf? [14:51] jamespage: son of a bitch [14:51] hi, i have a problem with virt-intsall on ubuntu server [14:52] zul, I'm happy to spend some time on it in the next couple of days [14:52] (that specific stuff works around a really ugly bit in folsom quantum) [14:53] jamespage: i just merged it in the master branch but i can do it this afternoon should the package be like quantum-metadata or something? [14:53] using --location=, the kernel and initrd are downloaded to /var/lib/libvirt/boot but disappear when virt-install finishes, seabios hangs on 'booting from rom' because the files aren't there to boot from [14:53] hallyn: also, while you can't detect the path to hugepages in the xml, can virt-aa-helper see if hugepages is specified at all in the xml? [14:53] zul, lemme take a lok [14:53] k [14:54] zul, quantum-metadata-agent I think - there is an /etc file for it as well [14:55] awesome..im just fixing up the jenkins build but ill have a look this afternoon [14:56] zul, something ugly happening in python-keystoneclient I think [14:56] I've been trying to get something else finished today otherwise I would have dived in.... [14:56] jamespage: oh? [14:56] zul, forget that - upstream already fixed it [14:57] they added a pip-requires which was part of python core [14:57] which made the package un-installable [14:57] jamespage: awesome [14:57] https://github.com/openstack/python-keystoneclient/commit/0f83602b6251c2547a9f3211037f65f6dd1105f1 [14:58] jdstrand: yes, specifiable through qemu.conf, otherwise it automatically tries to find a hugepages mount [14:58] jdstrand: yes, it can find that hugepages are in use [14:58] jdstrand: so virt-aa-helper *could* reproduce the qemu logic for detecting the mount point [14:59] but that involves in part parsing /etc/libvirt/qemu.conf, so prefer not to [14:59] hallyn: what I was thinking was that we could make it easier-- I think it might make an acceptable compromise: [14:59] zul, trying to figure out the differences between the two [14:59] ns and no ns [14:59] if virt-aa-helper detects that hugepages are in use, it uses the hard-coded path [15:00] jamespage: glance-precise-grizzly is still failing for some reason [15:00] jdstrand: I guess on the bright side that won't break any current users... [15:00] *perhaps* we could hardcode that path in qemu.conf with a note saying that changing it means you would want to also upadte the apparmor profile [15:00] hallyn: right-- the idea here is that hugepages are only granted to those VMs that are configured to use it [15:00] zul, I've seen that test fail before - I think it may be a little flakey [15:01] ack...say it aint so :) [15:01] hallyn: as soon as an admin toggles them on or off, then the profile will be updated [15:01] jdstrand: sadly that doesn't seem upstreamable either though. I'm afraid I need to go ask this upstream [15:01] jdstrand: heh, there is one other possibility - [15:02] hmm, I think that could be upstreamable personally, but really, this needs to be fixed in all svirt drivers [15:02] have qemu_driver.c open the hugeapges_mount dir, and call the AppArmorSetFDLabel on that fd :) [15:02] so they may have an idea on how to fix it to give you, or may just fix it themselves once they realize it is busted in selinux [15:02] right [15:03] you know i think in the meantime i might go the fd route [15:03] jdstrand: it's possible i misunderstand though - is that the purpose of AppArmorSetFDLabel ? [15:04] must be - lemme go try that, then email the list [15:04] after breakfast :) [15:06] hallyn: so, AppArmorSetFDLabel is very much apparmor specific [15:06] hallyn: you don't want to call taht from qemu_driver.c [15:06] jdstrand: right, i'd use the virSecurityWhatever hook === Ursinha is now known as Ursinha-afk [15:07] AppArmorSetFDLabel is code refactoring for SetSecurityImageFDLabel and SetSecurityTapFDLabel [15:07] those are pretty specific [15:07] oh. drat [15:08] I'm guessing upstream would want a new SetSecurityHugepagesFDLabel [15:08] i see. not what it hought [15:08] ok then i'll just email them. [15:08] then we would do something like: [15:08] .domainSetSecurityHugepagesFDLabel = AppArmorSetFDLabel, [15:08] but I'm guessing what they would want there [15:08] jdstrand: but actually taht wouldn't do for selinux [15:09] well, maybe. [15:09] selinux would implement SELinuxSetSecurityHugepagesFDLabel [15:09] or whatever [15:09] but yeah, get upstream involved :) [15:09] right, it's just that they wouldn't change the fd label :) but that's ok [15:09] yup [15:09] thanks jdstrand ! [15:09] np [15:14] hi, what packages should i install on 12.04 to run 32bit apps? [15:15] ia32-libs-multiarch:i386 [15:16] thanks [15:16] i have this problem with it: http://pastebin.com/NVM6eHxX [15:17] what causes this, can I solve it somehow? [15:17] it says you have issues [15:17] you did run, apt-get update, right before attempting to isntall right? [15:18] yes, even dist-upgrade because i had held back packages [15:18] and even rebooted [15:18] right now i have no issues reporter by apt-get install (no arguments) [15:18] *reported, sorry [15:43] how can i install ia32-libs without those 2 libs having problems? you know gphoto and sane are totally useless on a server :) [15:45] stgraber: do you think all templates should use -H in the rsync to install? [15:45] well i'll start with just lxc-clone [15:46] hi guys, is generally a bad practice to set tap devices 777? [15:46] hallyn: that'd make sense [15:47] jazzkutya, not sure you about, but for me, they are only *suggested* packages, and therefor not installed by default [15:48] not even installed on my system, but ia32-libs-multiarch is [15:50] apt-get install --no-install-recommends ia32-libs-multiarch gives same error and man page shows no similar option for suggested packages [15:51] suggested are not installed by default, recommends are [15:52] libsane is on a Depends: line of apt-cache show [15:53] libsane != sane, and libsane doesn't depend on sane === ubuntu is now known as Guest63960 [15:55] but it depends on libsane which it can't install and i awfully not need that on a server anyway [15:58] solved my problem temporarily by installing libc6:i386 instead of ia32-libs-multiarch [15:58] i hope the fucked up (i think the problem is this) will be fixed sometime [15:59] *repo === matsubara is now known as matsubara-lunch [16:13] yolanda, quantum-ns-metadata-proxy must be included in the quantum-l3-agent package [16:14] yolanda, I think it also makes sense to include the quantum-metadata-agent in that package as well (along with the configuration file) [16:14] I can't see a use-case where you could deploy then separately [16:14] yolanda, we also need an upstart configuration for quantum-metadata-agent [16:15] the one for quantum-server is probably a good template to follow [16:16] ok, i'm taking a look at these packages, i need to browse them a bit first to understand better [16:17] yolanda, okay-dokey - zul - do you have an opinion on the above re the quantum-metadata-agent [16:17] jamespage: sounds good to me [16:18] yolanda: youll have to patch the metadata agent conf file for the right state path directory and the right rootpath as well [16:18] zul, is that something we should try to upstream? [16:19] jamespage: yeah i was thinking of diong the rootwrapper at least [16:26] hey all [16:33] yolanda/jamespage: i would suggest holding off on making that change for a couple of hours so this can get in: https://review.openstack.org/#/c/17362/ [16:38] zul, ok, i'm studying the code now [16:38] ack === yofel_ is now known as yofel === Malediction_ is now known as Malediction [16:54] adam_g, when you have time; I've put all of the changes for initial quantum support into the openstack charms up for review [16:54] adam_g, bug 1079782 [16:54] Launchpad bug 1079782 in charms "Charm needed: Openstack Quantum" [High,New] https://launchpad.net/bugs/1079782 [16:54] jamespage: i'll propose a MP tomorrow for the cluster stuff [16:55] jamespage: and integrate it with your deployer === VonKrank1 is now known as VonKranke [16:55] roaksoax, the quantum charm has now gone; I've renamed it 'quantum-gateway' [16:55] quantum is now a core part of nova-compute and nova-cloud-controller [16:56] jamespage: ok cool, good to know [16:57] roaksoax, the metadata service stuff sucks for quantum on folsom; so I would recommend testing with a quantal image + --config-drive True [16:57] that way the network is not required for initialization by cloud init [16:57] ack [16:57] jamespage: i was testing this in canonistack and things seemed to work just fine though [16:58] roaksoax, yeah - it does [16:58] the only bit you can't do is connect up the external port for floating ip access; but you can access stuff from the gateway if need be [16:59] right, ack! === matsubara-lunch is now known as matsubara [17:10] jamespage, so just deploy nova-compute/nova-cc and it uses Quantum. Does it also use cinder? [17:10] med_, it can do yes [17:10] thanks. === gary_pos` is now known as gary_poster [17:22] I have setup a iptables table. I put all info in /etc/iptables.rules . How do I properly apply the settings? [17:24] sliddjur: I just use ufw - it's simpler to work with and does most things [17:24] !ufw [17:24] Ubuntu, like any other Linux distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo | GUI frontends such as Gufw (GNOME) and Guarddog (KDE from Lucid onwards) also exist. [17:24] RoyK, hey [17:25] RoyK, i've already looked at the logs and cant seem to find anything useful [17:25] but i might be overlooking things [17:25] logs? what logs? [17:25] RoyK, sorry, im just now replying to you from my question 8 hours ago [17:25] oh, repeat it, please. it's been a long day [17:25] about my server panicking every 14 days [17:25] every 14 days it kernel panics [17:25] every 14 days?? [17:26] yes [17:26] thats what ive noticed so far [17:26] is there a cron job scheduled to run at that time? [17:26] maybe its just coincidence , but it seems like on the 14th day it panics [17:26] um [17:26] i have a couple cron jobs that run several times a day [17:26] do you have the panic message? [17:27] no [17:27] then little can be do to help... [17:27] anything for me to keep in mind for the next time? [17:27] what i'd do first if it was my server, was to start a thorough memory test [17:27] yes, setup network console [17:28] network console? [17:28] that way, the panic message will (probably) be loggable [17:28] yeah, gotta get that kernel panic message [17:28] !netconsole [17:28] google it [17:28] ok [17:28] !netcon [17:29] https://help.ubuntu.com/community/Installation/NetworkConsole [17:29] this one? [17:29] afaics, that's for installing with a network console [17:29] you probably don't need that [17:29] oh [17:29] whoops [17:30] https://wiki.ubuntu.com/Kernel/Netconsole [17:30] I have a question, I'm trying to restore a hardy system from file backup, and I've been fighting my hardware for close to a month now [17:30] thanks [17:30] yes this looks like it will be helpful [17:30] I finally got something that will boot in the system but it's quitting during the boot, saying it can't find the filesystem by UUID [17:30] if it will allow me to get the panic message [17:31] I think I may have accidentally created the filesystem as ext4, but my question is, would a hardy kernel be able to boot it as ext3 or not? [17:31] stiv2k: still - I'd recommend running memtest86+ on that box. bad memory can make a system panic very easily [17:31] RoyK, pretty sure ive done that before [17:32] and it runs solid for 14 days straight [17:32] but on the 14th day it just goes kaput [17:32] im pretty sure that's the third time in a row it crashed on the 14th day [17:32] are you sure it's 14 days? [17:32] i installed it the day 12.10 came out [17:32] and its been doing it ever since [17:33] * RoyK only uses LTS for servers... [17:33] same [17:33] where as on 11.04 i had a >1y uptime [17:33] hence the above problem trying to restore a hardy server [17:33] same here, servers get LTS for stability! :P [17:33] stiv2k: you need the panic dump, then [17:33] ok [17:33] thanks for info [17:34] think it'd be possible/advisable to try a do-release-upgrade from within a chroot via systemrescuecd? [17:34] that's how I got in to get grub working [17:36] RoyK, qman__, here is my server: http://stats.stiv2k.info [17:36] zul, yolanda, adam_g: I really do need to get the auto-lander working for MP's for the lab don't I [17:37] uh? [17:37] yeah [17:38] stiv2k: I'd install munin on that as well to get nice graphs showing performance numbers over time - something might be eating memory or similar. with only 512MB, a memory leak can kill the system within rather short time [17:40] RoyK, cool, ill check it out... been waiting until i stumble upon some old DDR333 modules to upgrade the ram [17:40] server was built from random parts i acquired for free [17:40] stiv2k: http://munin.karlsbakk.net/munin/ <-- that's my servers ;) [17:41] whoa [17:41] munin is cool [17:41] you get pretty detailed graphs from munin [17:42] RoyK, why do you have so many servers [17:42] RoyK, I am using ufw now. when doing ufw status i get port 53 allowed. But nmap myhostname doesnt show port 53 open... [17:42] i restarted aswell [17:43] stiv2k: only two physical, lamia and smilla, the others are VMs for different purposes [17:43] oh [17:43] what language is your blog [17:43] sliddjur: try 'ufw disable' and then 'iptables -vnL' [17:43] I've got six physical [17:43] iptables rules aren't removed by ufw [17:44] while realistically I could get away with three physical if I virtualized the old junk, I can't afford to replace them right now [17:44] RoyK, what does iptables vnL do [17:44] then just start ufw again? [17:44] sliddjur: it just prints whatever tables are present in iptables [17:45] btw, how do you run the nmap scan? [17:45] nmap myhostname [17:45] not fqdn [17:45] a better way would be to test for the service - 'host google.com ip.of.dns.server' [17:45] unless you're running something else than dns on port 53 :P [17:46] also, that nmap scan only scans for tcp, and dns is *usually* udp [17:46] I am setting up a dns server on my class. But I must first pass first problem in opening port :) [17:46] (except zone transfers aren't, and tcp can be used otherwise) [17:46] nmap localhost gives me port 53 open [17:47] the port is open unless blocked [17:47] does bind listen to 0.0.0.0:53? [17:47] just because it's not blocked, doesn't mean anything is listening, either [17:49] RoyK, wouldnt it be listening by default on port 53? im a bit lost... [17:49] only if it's configured to [17:50] qman__, where is that setting in bind? [17:50] sliddjur: netstat -ln --tcp | pastebinit [17:50] sliddjur: netstat -ln --inet | pastebinit [17:50] i mean [17:52] http://pastebin.com/r1DRaAbv [17:53] sliddjur: http://paste.ubuntu.com/1408341/ [17:53] hmm [17:54] why isnt it showing up when i do it locally on my hostname?? [17:54] what? [17:55] this is why: 127.0.0.1:53 [17:55] you're only listening on localhost [17:55] you need to configure it to listen on other addresses [17:55] qman__: no, bind listens to all addresses [17:56] qman__: it just doesn't listen to 0.0.0.0, it uses a socket per address [17:56] oh, I see [17:56] typical bindishness [17:56] yeah, that's strange [17:58] na, that is a udp thing [17:58] oh, it is? [17:58] to make sure the source udp package comes from the same location [17:58] ok [17:58] makes sense... [17:59] but then why do it on tcp too? [17:59] no idea :) [17:59] probably cause they already have the *function* setup to do it, and just reused code [17:59] probably just uses the same socket setup code ;) [18:00] what is best practice to configure dns on 12.04.1 when i have domain /static ip with isp and i want to host mail and web server for personal use [18:00] hrmf! -19.2 ̊C and falling - I don't like winter! [18:01] samba35: just install bind and point your domain to the server's IP - and make sure you have a secondary somewhere [18:01] samba35, the best practice is to leave your DNS on the hosting provider unless you have a good reason to run it yourself [18:01] heh - yeah [18:02] registrars do it for free, no sense putting up the effort or risk in doing it [18:02] [slightly offtopic] Any idea what might cause this (on a RHEL server)? http://paste.ubuntu.com/1404641/ [18:02] sorry i dont know much about dns setting ,it was complex for me [18:03] bind configuration is a PITA before you get used to it. after that, it's just a slightly less PITA [18:03] qman, well, registers also get ddos a lot too [18:03] pita ? [18:03] samba35: put it in /etc/resolvconf/resolv.head [18:04] samba35: Pain In The Almightly [18:04] not in /etc/hosts [18:04] jacobw2, what does that have to do with it? [18:04] samba35: /etc/resolvconf/resolv.conf.d/head even [18:04] oh, that [18:04] I was thinking DNS server, not DNS client [18:05] I still do it the old way, I just remove the link and make a file [18:05] * patdk-wk just puts it in interfaces file [18:05] * jacobw2 is a hipster :p [18:06] * RoyK uses the interfaces file as well - works stably... [18:06] I'll have to agree with that path though [18:06] using the interfaces file makes more sense logically and will work on more systems [18:07] # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) [18:07] # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN [18:07] meaning - don't edit /etc/resolvconf/resolv.conf.d/head manually ;) [18:07] right === mcclurmc is now known as mcclurmc_away === glebihan__ is now known as glebihan [18:14] Hi! [18:17] more confused [18:19] My someone help me generate the certificates for this tutorial? https://help.ubuntu.com/12.04/serverguide/postfix.html (Mail-stack-delivery) [18:22] halvors, you mean step 2 of SMTP auth? [18:22] refer to https://help.ubuntu.com/12.04/serverguide/certificates-and-security.html [18:22] since that's what it links,' [18:22] jamespage: FYI ive been working on packaging the new kombu + pyamqp in ppa:gandelman-a/ppa [18:22] halvors: selfsigned? [18:23] RoyK: I don't know what i need to enable SMTPS? [18:23] usually you would want an official certificate [18:24] I'd guess some servers will deny talking to something with a self-signed certificate [18:24] some, or most [18:24] http://www.openssl.org/docs/HOWTO/certificates.txt [18:25] I know. [18:25] But self signed is ok. [18:25] What i need help for is to generate these: [18:25] halvors, only for testing, not public deployment [18:26] halvors: just google 'create self signed openssl' [18:26] /etc/ssl/certs/ssl-mail.pem [18:26] should work well [18:26] /etc/ssl/default/ssl-mail.key [18:27] I simply want to create a certificate for my mail server. I'm not gonna pay someone to do it... [18:27] I just wanna create it on my own... [18:27] hi adam_g, about your question in the email, this is something that we've been discussing in the channel, seems that quantum-metadata-agent will be normally used with l3-agent [18:28] halvors: that may mean other SMTP servers will deny talking to you over SSL - but then - your choice ;) [18:29] SSL certs don't have to cost a fortune http://webdesign.about.com/od/ssl/tp/cheapest-ssl-certificates.htm [18:30] RoyK: If i don't enable SMTPS anyway, other smtp server arn't going to talk to me either :P [18:31] I only want my users to be able to... [18:31] where're you getting that from...? [18:31] SMTPS is not enable in postfix by default... [18:31] Don't get confused [18:31] SMTPS is not SMTP over TLS/SSL [18:32] What then? [18:32] SMTPS is a specific encrypted submission procotol used only by Microsoft on port 465 [18:32] mhm [18:32] ScottK: eh...? http://en.wikipedia.org/wiki/SMTPS [18:32] So i don't wanna use SMTPS? [18:32] Go for submission? [18:33] so whats the deal with 12.10 and the new naming of NIC ' [18:33] Also, virtually all certs used in SMTP are self-signed, so there's virtually never a need to buy one for SMTP. [18:33] RoyK, you're aware Wikipedia is untrustworthy right? [18:33] RoyK: "Originally, in early 1997, the Internet Assigned Numbers Authority registered 465 for SMTPS." [18:33] TheLordOfTime: It's correct, just not well worded. [18:33] I reboot a machine and sometimes I get em3 other times I get rename4 instead. this is really annoying [18:34] TheLordOfTime: wikipedia is *usually* trustworthy, and a set of people on IRC aren't necessarily trustworthy either [18:34] RoyK, true. [18:34] So i shouldn't enable SMTPS? [18:36] i need some help with dovecot ,i am getting ok message with telnet for user and passwd even but now what i should do [18:36] adam_g: https://code.launchpad.net/~zulcss/nova/nova-testsuite-fix/+merge/137652 [18:36] I installed the mail-stack-delivery package wich installs /etc/ssl/certs/ssl-mail.pem and /etc/ssl/private/ssl-mail.key from the ssl-cert package, but should't i generate them on my own? [18:44] halvors: http://bit.ly/TBVsxY [18:56] Someone now a program so i can archive rar in ubuntu server? [18:56] doesn't 7zip support that? [18:56] p7zip, that is [18:56] i only get .7z fils with that [18:57] apt-get install rar \o/ [18:57] that doesnt work neither :P [18:57] !info unrar [18:57] unrar (source: unrar-nonfree): Unarchiver for .rar files (non-free version). In component multiverse, is optional. Version 1:4.1.4-1 (quantal), package size 107 kB, installed size 241 kB [18:58] Reading package lists... Done [18:58] Building dependency tree [18:58] Reading state information... Done [18:58] Package rar is not available, but is referred to by another package. [18:58] This may mean that the package is missing, has been obsoleted, or [18:58] is only available from another source [18:59] ze_king: works for me (on lucid) [18:59] im on ubuntu server ;< [18:59] and precise [18:59] so am i [18:59] hm, okey [19:00] sudo apt-get install -y rar unrar [19:00] same as before [19:01] Package rar is not available, but is referred to by another package. [19:01] This may mean that the package is missing, has been obsoleted, or [19:01] is only available from another source [19:01] rar's in multiverse, which I don't believe is a default repo [19:05] on what source list is rar then? [19:05] !info rar [19:05] rar (source: rar): Archiver for .rar files. In component multiverse, is optional. Version 2:4.0.b3-1 (quantal), package size 554 kB, installed size 1188 kB (Only available for i386; amd64) [19:05] also multiverse [19:06] but how can i get it? =/ [19:06] have you enabled multiverse_ [19:06] ? [19:07] na, i dont :p [19:07] Then thats a good place to start [19:07] sry, i should rename myself from ze_king to ze_noob ;< [19:08] just /nick ze_noob ;) === ze_king is now known as ze_noob [19:08] :D [19:08] :) [19:09] irssi is the shit ;D [19:12] ze_noob yeah it is [19:29] leaving for today, bye! === Tm_Tr is now known as Guest3774 === ubuntu is now known as Guest83217 [20:33] Trying to send a message to all logged in terminal sessions of a specific group, but apparently -g isn't a valid option for the Linux version of "wall" (I swear it is on at least some form of BSD) [20:33] is there any alternative, or fix to that? [20:35] keithzg: some scripting around write(1) [20:35] ? [20:36] shouldn't be too hard to parse /etc/group and extract the members ;) [20:36] RoyK: By default when i'm trying to connect to my mail server using SMTP, i get the error "Relay access denied". But i provide the client with needed login information... How can i fix that? [20:37] sarnold, RoyK: good thoughts! Sad that the -g flag is missing, nonetheless. One of the few (only?) times I've longed for something that *BSD has, heh [20:38] halvors: you need to allow authenticated users to relay - google should know, I haven't setup such a thing myself, sorry [20:38] keithzg: yeah, I've had that kind of feeling before myeslf.. I can't recall which specific feature, but it seemed like something was way easier in bsdland.. [20:40] hrm, and I don't see an easy getgrent()-based program in man -k getgr that you'd easily use in shell scripting. pity. [20:42] alas === cpg|away is now known as cpg [21:30] adam_g: fyi, bug #1065187 was fix in http://www.ubuntu.com/usn/usn-1626-1 (I updated the bug) [21:30] Launchpad bug 1065187 in glance/essex "Non-admin users can cause public glance images to be deleted from the backend storage repository" [Critical,Fix committed] https://launchpad.net/bugs/1065187 [21:30] (I updated the bug) [21:43] jdstrand: ah thanks. looks like i need to adjust this script to check for security updates like that. [21:43] you might see a few more like that, sorry in advance [21:44] ok, no worries [21:49] adam_g: if you are adjusting a script, you might want to consult https://usn.ubuntu.com/usn-db/database-all.json.bz2 [21:50] adam_g: there is also database.json.bz2 which contains only active releases of Ubuntu === ibiris is now known as ibiris|afk [21:55] jdstrand: oh cool. i'll definitely take a look. when you send a out a security update, does a corresponding bug task get filed against the stable release thats being updated? [21:58] adam_g: no. we don't track CVEs in LP for a number of reasons. if a task already exists, we'll reference the bug in the changelog [21:58] assuming we know about it [21:59] adam_g: fyi, bug #1064914 and bug #1079216 were also already fixed (I adjusted the bugs) [21:59] Launchpad bug 1064914 in keystone/essex "Removing user from a tenant isn't invalidating user access to tenant" [Undecided,Fix committed] https://launchpad.net/bugs/1064914 [21:59] Launchpad bug 1079216 in keystone "token expires time incorrect for auth by one token" [High,Fix committed] https://launchpad.net/bugs/1079216 [22:07] so I have a drive which I want to automatically mount if it's there, but I don't want to stop the system from booting, which it currently is [22:08] it currently has this in fstab: UUID=[blahblah] /media/backup ext4 auto,relatime 0 0 [22:14] qman__, does using the nofail option work? [22:20] Are there instructions anywhere for adding iscsi storage for libvirt? [22:21] I've been attempting to do it though virt-manager, but it keeps throwing errors. [22:22] tgm4883: what error are you seeing? [22:23] Daviey, so in the hostname field, I add the IP address of the NAS, I'm assuming that "Source Path" should be attempting to see what iscsi shares are at that IP [22:23] since there is a browse, but that is all greyed out [22:23] so I put the IQN in that field [22:24] Daviey, basically, I'm at this point http://imagebin.org/238067 [22:24] Clicking finish throws "Error creating pool: Could not start storage pool: internal error Child process (/sbin/iscsiadm --mode discovery --type sendtargets --portal 10.87.6.6:3260,1) status unexpected: exit status 1" === mcclurmc_away is now known as mcclurmc [22:25] I'm assuming that is because I don't have access to the discovery DB [22:25] if I run that command in the terminal, I get permission denied [22:26] running with sudo works fine though [22:26] so the question then is, if that is the issue, what do I need to add myself access to, and does that need to be done on the server or my local workstation? [22:34] New bug: #1015731 in nova "resize leave leftover libvirt configs" [Undecided,Confirmed] https://launchpad.net/bugs/1015731 [22:34] New bug: #1023169 in nova "update nova to report quantum floating IPs" [Undecided,Confirmed] https://launchpad.net/bugs/1023169 [22:34] New bug: #1028092 in nova "Resizing a Xen instance with attached volumes fails" [Undecided,Confirmed] https://launchpad.net/bugs/1028092 [22:34] New bug: #1050359 in cinder/folsom "Tests fail on 32bit machines (_get_hash_str is platform dependent)" [Medium,Confirmed] https://launchpad.net/bugs/1050359 [22:34] New bug: #1053441 in nova "Instances in vm state DELETED are preventing compute restart" [Undecided,Confirmed] https://launchpad.net/bugs/1053441 [22:34] New bug: #1055413 in nova "Fail to boot raw image on XenServer" [Undecided,Confirmed] https://launchpad.net/bugs/1055413 [22:34] New bug: #1055431 in nova "Xenserver cannot boot vm_mode=xen type images" [Undecided,Confirmed] https://launchpad.net/bugs/1055431 [22:34] New bug: #1056242 in nova "Cloudpipe extension xml serialization doesn't return the instance(s) data" [Undecided,Confirmed] https://launchpad.net/bugs/1056242 [22:34] New bug: #1056285 in nova "ComputeManager does not provide block_device_info on destroy call in revert_resize" [Undecided,Confirmed] https://launchpad.net/bugs/1056285 [22:34] New bug: #1056380 in nova "deleting security group does not mark rules as deleted" [Undecided,Confirmed] https://launchpad.net/bugs/1056380 [22:34] New bug: #1056601 in nova "deletes fail when instance in RESIZED" [Undecided,Confirmed] https://launchpad.net/bugs/1056601 [22:34] New bug: #1057145 in nova "db tests fail with sqlalchemy 0.7.4" [Undecided,Confirmed] https://launchpad.net/bugs/1057145 [22:34] New bug: #1057196 in nova "IP Protocol for security group should be returned in lower case to be compliant with the ec2 api" [Medium,Confirmed] https://launchpad.net/bugs/1057196 [22:34] New bug: #1057719 in nova "libvirt: concurrent detach_volume and terminate fails" [Undecided,Confirmed] https://launchpad.net/bugs/1057719 [22:34] New bug: #1057730 in nova "libvirt: cannot detach volume from stopped domain" [Undecided,Confirmed] https://launchpad.net/bugs/1057730 [22:34] New bug: #1057844 in quantum "allow multiple floating-ip on single port if they use different fixed ips and/or external nets" [Undecided,Confirmed] https://launchpad.net/bugs/1057844 [22:34] New bug: #1059366 in nova "nova-network cannot re-generate MAC address if collision happen" [Undecided,Confirmed] https://launchpad.net/bugs/1059366 [22:34] New bug: #1064914 in keystone/essex "Removing user from a tenant isn't invalidating user access to tenant" [Undecided,Fix committed] https://launchpad.net/bugs/1064914 [22:35] New bug: #887191 in nova "OS API: XML Namespace Handling Broken" [Undecided,Confirmed] https://launchpad.net/bugs/887191 [22:35] New bug: #1050982 in nova "ensure_default_security_group() does not call sgh" [Undecided,Confirmed] https://launchpad.net/bugs/1050982 [22:35] New bug: #1057069 in nova "trigger_instance[add/remove]_security_group_refresh are never called" [Undecided,Confirmed] https://launchpad.net/bugs/1057069 [22:35] New bug: #1057279 in nova "console auth does not work with memcache, unicode error" [Undecided,Confirmed] https://launchpad.net/bugs/1057279 [22:35] New bug: #1058273 in nova "Snapshotting LXC instance fails" [Undecided,Confirmed] https://launchpad.net/bugs/1058273 [22:35] New bug: #1062033 in nova "nova-compute will assign the same device name if volume-attach continuously " [Undecided,Confirmed] https://launchpad.net/bugs/1062033 [22:36] New bug: #1063851 in nova "metadata service throws 500 - NoSuchOptError" [Undecided,Confirmed] https://launchpad.net/bugs/1063851 [22:36] New bug: #1064524 in nova "Nic Ordering not guaranteed with Quantum API" [Undecided,Confirmed] https://launchpad.net/bugs/1064524 [22:36] New bug: #1064713 in nova "hostname in metadata ends with . if dhcp_domain flag is empty" [Undecided,Confirmed] https://launchpad.net/bugs/1064713 [22:36] New bug: #1065092 in nova "Resource reservation isn't rolled back properly for certain failures during Instance Create" [Undecided,Confirmed] https://launchpad.net/bugs/1065092 [22:36] New bug: #1067214 in nova "forget to release resource when terminate an instance from a failed compute node" [Undecided,Confirmed] https://launchpad.net/bugs/1067214 [22:36] New bug: #1069099 in nova "block device mappings for deleted instances are leaked" [Undecided,Confirmed] https://launchpad.net/bugs/1069099 [22:36] New bug: #1070045 in nova "Nova API does not work with QuantumV2 API subclasses" [Undecided,Confirmed] https://launchpad.net/bugs/1070045 [22:36] New bug: #1070509 in nova "nova-api now requires quantumclient" [Undecided,Confirmed] https://launchpad.net/bugs/1070509 [22:36] New bug: #1071600 in nova "confirm_resize mgr call requires admin context" [Undecided,Confirmed] https://launchpad.net/bugs/1071600 [22:36] New bug: #1073858 in nova "nova-api crashes if it is run with nobody account." [Undecided,Confirmed] https://launchpad.net/bugs/1073858 [22:36] New bug: #1073956 in nova/folsom "Scheduler Race Condition at high volume" [High,Fix released] https://launchpad.net/bugs/1073956 [22:36] New bug: #1078085 in nova "Nova does not delete the LV on LVM backed VMs" [Undecided,Confirmed] https://launchpad.net/bugs/1078085 [22:36] New bug: #1079113 in nova "disk path not exists when using LXC with libvirt_images_type=lvm" [Undecided,Confirmed] https://launchpad.net/bugs/1079113 [22:36] New bug: #1079216 in keystone "token expires time incorrect for auth by one token" [High,Fix committed] https://launchpad.net/bugs/1079216 [22:37] New bug: #1004007 in nova "Incorrect Exception raised during Create server when metadata over 255 characters " [Undecided,Confirmed] https://launchpad.net/bugs/1004007 [22:37] New bug: #1056122 in nova "attach-time field for volumes is not updated for detach volume" [Undecided,Confirmed] https://launchpad.net/bugs/1056122 [22:37] New bug: #1057756 in nova "libvirt: if exception raised during volume_detach, volume state is inconsistent" [Undecided,Confirmed] https://launchpad.net/bugs/1057756 [22:37] New bug: #1060836 in nova "libvirt: detaching volume may fail while terminating other instances on the same host concurrently" [Undecided,Confirmed] https://launchpad.net/bugs/1060836 [22:37] New bug: #1060925 in nova "libvirt: rebuild is not using kernel and ramdisk associated with the new image" [Undecided,Confirmed] https://launchpad.net/bugs/1060925 [22:37] New bug: #1061124 in nova "Enabling Return Reservation ID with XML create server request returns no body " [Undecided,Confirmed] https://launchpad.net/bugs/1061124 [22:37] New bug: #1061499 in nova "API calls to dis-associate an auto-assigned floating IP should return proper warning" [Undecided,Confirmed] https://launchpad.net/bugs/1061499 [22:37] New bug: #1061944 in nova "xen volume auto device selection always picks xvdb" [Undecided,Confirmed] https://launchpad.net/bugs/1061944 [22:37] New bug: #1064083 in nova "xenapi migrations fail w/ swap" [Undecided,Confirmed] https://launchpad.net/bugs/1064083 [22:37] New bug: #1064359 in nova "nova-manage doesn't validate the key value supplied to update the quota" [Undecided,Confirmed] https://launchpad.net/bugs/1064359 [22:37] New bug: #1065053 in nova "Nova backup image fails" [Undecided,Confirmed] https://launchpad.net/bugs/1065053 [22:37] New bug: #1065440 in nova "resize does not migrate DHCP host information" [Undecided,Confirmed] https://launchpad.net/bugs/1065440 [22:37] New bug: #1068716 in nova "Instances deleted during spawn leak network allocations" [Undecided,Confirmed] https://launchpad.net/bugs/1068716 [22:37] New bug: #1071168 in nova "'BackupCreate' should accept rotation parameter greater than or equal to zero" [Undecided,Confirmed] https://launchpad.net/bugs/1071168 [22:37] New bug: #1071595 in nova "finish_resize failures result in NoneType exception" [Undecided,Confirmed] https://launchpad.net/bugs/1071595 [22:37] New bug: #1075017 in nova "libvirt imagecache still runs even if disabled" [Undecided,Confirmed] https://launchpad.net/bugs/1075017 [22:37] New bug: #1076308 in nova "Logging CPU incompatibility when attempting live migration fails" [Undecided,Confirmed] https://launchpad.net/bugs/1076308 [22:37] New bug: #1079387 in nova "413 error code doesn't always provide Retry-After" [Undecided,Confirmed] https://launchpad.net/bugs/1079387 [22:37] New bug: #1081436 in nova "Only return the last N lines of the console log" [Undecided,Confirmed] https://launchpad.net/bugs/1081436 [22:38] Okay, no more sugar for uvirtbot. [22:38] New bug: #1064765 in quantum "There are some cases that L3 API with an invalid parameter returns 500." [Undecided,Confirmed] https://launchpad.net/bugs/1064765 [22:38] New bug: #1066513 in nova "live_migration missing migrate_data parameter in Hyper-V driver" [Undecided,Confirmed] https://launchpad.net/bugs/1066513 [22:38] New bug: #1066887 in nova "live-migration and volume host assignement" [Undecided,Confirmed] https://launchpad.net/bugs/1066887 [22:38] New bug: #1067669 in quantum "Mapping same bridge to different phyiscal networks succeed" [Undecided,Confirmed] https://launchpad.net/bugs/1067669 [22:38] New bug: #1069573 in nova "Cloudpipe in Folsom: no such option: cnt_vpn_clients" [Undecided,Confirmed] https://launchpad.net/bugs/1069573 [22:38] New bug: #1070138 in nova "admin can't describe all images in ec2 api" [Undecided,Confirmed] https://launchpad.net/bugs/1070138 [22:38] New bug: #1071069 in nova "After restarting an instance volume is lost" [Undecided,Confirmed] https://launchpad.net/bugs/1071069 [22:38] New bug: #1071536 in nova "typo prevents volume_tmp_dir flag from working" [Undecided,Confirmed] https://launchpad.net/bugs/1071536 [22:38] New bug: #1073600 in nova "Compute manager doesn't update 'host' field when it tries to run a VM" [Undecided,Confirmed] https://launchpad.net/bugs/1073600 [22:38] New bug: #1073720 in nova "libvirt reboot sometimes fails to reattach volumes" [Undecided,Confirmed] https://launchpad.net/bugs/1073720 [22:38] New bug: #1073736 in nova "Calls to to_xml() to generate XML for a soft deleted flavor fail" [Undecided,Confirmed] https://launchpad.net/bugs/1073736 [22:38] New bug: #1073999 in quantum "Quantum service does not restart after reboot" [Undecided,Confirmed] https://launchpad.net/bugs/1073999 [22:38] New bug: #1074437 in nova "disassociate_floating_ip with multi_host=True fails" [Undecided,Confirmed] https://launchpad.net/bugs/1074437 [22:38] New bug: #1075018 in nova "libvirt imagecache should handle shared image storage" [Undecided,Confirmed] https://launchpad.net/bugs/1075018 [22:38] New bug: #1075859 in nova/essex "use_single_default_gateway does not function correctly" [Medium,In progress] https://launchpad.net/bugs/1075859 [22:38] New bug: #1078718 in nova "Fixed IP isn't released before updating DHCP host file" [Undecided,Confirmed] https://launchpad.net/bugs/1078718 [22:38] New bug: #1080406 in nova "DisassociateAddress can cause Internal Server Error" [Undecided,Confirmed] https://launchpad.net/bugs/1080406 [22:38] New bug: #1083818 in nova "Detached and deleted RBD volumes remain associated with insance" [Undecided,Confirmed] https://launchpad.net/bugs/1083818 [22:39] New bug: #1053633 in quantum "external network can be plugged also as internal network for one router" [Undecided,Confirmed] https://launchpad.net/bugs/1053633 [22:39] New bug: #1060389 in keystone "Non PKI Tokens longer than 32 characters can never be valid" [Undecided,Confirmed] https://launchpad.net/bugs/1060389 [22:39] New bug: #1062046 in quantum "There is a lot of cases that API with an invalid parameter returns 500." [Undecided,Confirmed] https://launchpad.net/bugs/1062046 [22:39] New bug: #1065276 in quantum "Quantum test suite leaks memory like a sieve" [Undecided,Confirmed] https://launchpad.net/bugs/1065276 [22:39] New bug: #1067959 in quantum "When create subnet, you con set up the value as cidr (the value isn't cidr form)." [Undecided,Confirmed] https://launchpad.net/bugs/1067959 [22:39] New bug: #1068674 in keystone "Redo part of bp/sql-identiy-pam undone by bug 968519" [Undecided,Confirmed] https://launchpad.net/bugs/1068674 [22:39] New bug: #1068851 in keystone "Openssl tests rely on expired certificate" [Undecided,Confirmed] https://launchpad.net/bugs/1068851 [22:39] New bug: #1073768 in quantum "killfilter should handle updated/deleted executables" [Undecided,Confirmed] https://launchpad.net/bugs/1073768 [22:39] New bug: #1075369 in quantum "getting quotas from database has severe performance implications" [Undecided,Confirmed] https://launchpad.net/bugs/1075369 [22:39] New bug: #1077292 in quantum "fixed_ip allocation which is not included within allocation_pools makes error when delete port or re-create port" [Undecided,Confirmed] https://launchpad.net/bugs/1077292 [22:39] New bug: #1077651 in quantum "Unauthorized command: cat /proc/None/cmdline" [Undecided,Confirmed] https://launchpad.net/bugs/1077651 [22:39] New bug: #1078210 in quantum "Quantum linux bridge not optimized with libvirt" [Undecided,Confirmed] https://launchpad.net/bugs/1078210 [22:39] New bug: #1079980 in quantum "Delete port fails to gateway ip" [Undecided,Confirmed] https://launchpad.net/bugs/1079980 [22:39] New bug: #1080516 in quantum "delete floatingip should be in one transaction to delete port" [Undecided,Confirmed] https://launchpad.net/bugs/1080516 [22:39] New bug: #1080793 in quantum "python-quantum: not region aware" [Undecided,Confirmed] https://launchpad.net/bugs/1080793 [22:39] New bug: #1080988 in quantum "clear_db() does incomplete db teardown" [Undecided,Confirmed] https://launchpad.net/bugs/1080988 [22:39] New bug: #1081664 in quantum "At times a instance will not receive an IP address from the DHCP agent" [Undecided,Confirmed] https://launchpad.net/bugs/1081664 [22:39] New bug: #1083238 in quantum "There are routing problems when the dnsmasq port does not come first in the routing table" [Undecided,Confirmed] https://launchpad.net/bugs/1083238 [22:39] New bug: #1083387 in quantum "failed to update an external network into non external network" [Undecided,Confirmed] https://launchpad.net/bugs/1083387 [22:40] New bug: #1056420 in glance "nosetest options cause no such option errors" [Undecided,Confirmed] https://launchpad.net/bugs/1056420 [22:40] New bug: #1059634 in glance "Badly named stable/folsom Glance tarballs" [Undecided,Confirmed] https://launchpad.net/bugs/1059634 [22:40] New bug: #1060930 in glance "Admin can update metadata of a deleted image" [Undecided,Confirmed] https://launchpad.net/bugs/1060930 [22:40] New bug: #1060944 in glance "v1 API returns 200 OK when an admin deletes a deleted image" [Undecided,Confirmed] https://launchpad.net/bugs/1060944 [22:40] New bug: #1065187 in glance/essex "Non-admin users can cause public glance images to be deleted from the backend storage repository" [Critical,Fix committed] https://launchpad.net/bugs/1065187 [22:40] New bug: #1065758 in glance "No exclude option to skip tests in run_tests.sh" [Undecided,Confirmed] https://launchpad.net/bugs/1065758 [22:40] New bug: #1073569 in glance "Jenkins jobs fail because of incompatibility between sqlalchemy-migrate and the newest sqlalchemy-0.8.0b1" [Undecided,Confirmed] https://launchpad.net/bugs/1073569 [22:40] New bug: #1076216 in horizon "Edit image popup public checkbox not pulling in value" [Undecided,Confirmed] https://launchpad.net/bugs/1076216 [22:40] New bug: #1076506 in glance "Non-admin users can cause public glance images to be deleted from the backend storage repository in the v2 api" [Undecided,Confirmed] https://launchpad.net/bugs/1076506 [22:40] New bug: #1078497 in keystone "keystone throws error when removing user from tenant." [Undecided,Confirmed] https://launchpad.net/bugs/1078497 [22:41] New bug: #1086151 in nagios-plugins (main) "Nagios utils.pm has wrong default path to rpcinfo" [Undecided,New] https://launchpad.net/bugs/1086151 [22:41] well this seems broke [22:41] New bug: #1071446 in glance "admins can see deleted images in v2 api" [Undecided,Confirmed] https://launchpad.net/bugs/1071446 [22:41] New bug: #1075580 in glance "Glance image-delete HTTPInternalServerError HTTP 500" [Undecided,Confirmed] https://launchpad.net/bugs/1075580 [22:41] New bug: #1085593 in bind9 (main) "bind 9.8.1-P1 crashes with an assertion failure" [High,Confirmed] https://launchpad.net/bugs/1085593 [22:42] New bug: #1086016 in sysstat (main) "iostat does not report load on individual partitions within RAID10 block device" [Undecided,New] https://launchpad.net/bugs/1086016 [22:48] New bug: #1060255 in nova "Host field set too early during builds" [Undecided,Confirmed] https://launchpad.net/bugs/1060255 [22:48] New bug: #1060363 in nova "Resource tracker uses regex DB query too often" [Undecided,Confirmed] https://launchpad.net/bugs/1060363 [22:53] I'm unable to connect to my mailserver (Postfix) using SMTP port 25, but Submission port 587 works just fine, is client connections on port 25 somehow disabled by default in Ubuntu? [22:55] halvors: are you sure it's not your ISP blocking outgoing port 25 (except for their own mail relay)? [22:56] i am in need of serious help [22:56] i think one of my servers has been hacked and i have no idea where to start [22:57] why do you think that? [22:58] JanC: i have a ticket opened in linode for TOS violation SSH brute force and a mysterious folder and a HoneyPot kippo logging thing, all of which i am trying to make sense of [23:00] fission6: sounds like you probably want to re-install the server then ☺ [23:01] fission6: best is to take the server offline, re-deploy the services from backups, and investigate the hacked machine's hard drive offline... [23:01] (and keep it more secure next time) [23:01] i'd like to understand what happened [23:01] sarnold: linode = VPS [23:01] i am also in a rut where i did not back it up [23:01] fission6: you wouldn't want to inspect that drive in any way from a machine you care about, since the ontents of the system may be able to further crack your inspection tools [23:01] i want to understand what happened [23:01] JanC: oh, I missed that, I never saw him say linode... [23:03] is there a security channel or something i can review? [23:03] fission6: what do you need backups of? [23:03] fission6: there's a few on #oss-security; I don't know for sure that it is on-topic, but it won't hurt to ask :) [23:04] mongo and mysql, i feel safe with dumbs from them [23:04] and images [23:04] damn this is gonan be a nightmare [23:04] its funny because for the last 2 weeks i have been debating using lingoes backup [23:04] linodes [23:05] you have no backup at all? [23:06] not really [23:07] I think that making a database dump should be fairly safe, especially if you check that there is nothing weird in it [23:07] yea i think so too [23:07] although, you can never be 100% sure... [23:08] certainly check all the database users & their permissions [23:08] (maybe don't dump those at all, or separately) [23:10] checking images might be more complicated [23:11] man i can't believe this [23:12] i just want to understand what happened exactly [23:12] i really like don't understand... [23:13] fission6: what applications did you run on it that can be accessed from the outside (web, sshd, ...?) [23:13] first priority should be to salvage what you can. Since it's a VPS, you'll probably never have enough information to know for sure. [23:14] .. though if that mysql was remotely accessible, it'd be a good bet. [23:15] mysql wasn't remotely accessible, i think it was via ssh i mean i don't know i would think i would shave a log or something [23:16] oh right, the ssh brute forcing. yeah, if you used password authentication, that can also be a source of trouble. [23:16] it does (but if an attacker get root he/she can remove/change the logs of course) [23:16] stgraber: around? [23:17] using password auth for ssh is usually not such a good idea... [23:17] preferences question... clearly we want command line specified logfile/loglevel to trump what is in lxc.conf. But, [23:17] if logfile is present in both, do we want lxc_conf to store the command-line specified (active) log file, or the one in lxc_conf? [23:18] I guess it has to be lxc_conf [23:18] so what is in lxc_conf may not reflect what's going on [23:18] fission6: were you using any webapps? [23:18] all right, that's settled, will dothath:) [23:18] hallyn: :) [23:18] JanC: what do you mean specifically? [23:18] hallyn :) [23:19] fission6: some webapps are known for their security issues ☺ [23:19] hallyn: the command line should be an override of the container's config and we shouldn't try to change the config file unless the user explicitly wants us to, so yeah, it's possible that there will be running containers saving log entries somewhere else than what's defined in their config, but in such case, the lxc-start command line will let you find out where anyway [23:21] stgraber: +1 :) bbl [23:47] Hello folks! [23:47] Could someone help me figure how to verify which keyboard layout is my machine using right now please ? [23:59] Could someone help me figure how to verify which keyboard layout is my machine using right now please ?