/srv/irclogs.ubuntu.com/2012/12/03/#ubuntu-server.txt

=== cpg|away is now known as cpg
=== Ursinha-afk is now known as Ursinha
=== Ursinha is now known as Ursinha-afk
axisyswhich file defines the default PATH ? do not see it in /etc/profile or /etc/bash.bashrc02:14
axisysis it /etc/environment ?02:16
axisyslooks like /etc/login.defs02:18
axisys/etc/bash.bashrc will do..02:21
=== 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
mjau^morning peoples!08:57
mjau^would anyone happen to know where I can find the source-rpms for apache on the latest ubuntu-release?08:58
ikoniamjau^: ubuntu doesn't use rpm's09:03
mjau^ikonia: lols, I meant the source-debs of course :)09:03
ikoniajust use apt-get source09:03
eagles0513875hey guys I have a piece of software which i just purchased which is encrypted with ioncube does apache on 12.04 support ioncube09:12
ikoniathere doesn't appear to be a module referencing iocube09:14
ikoniaion09:14
eagles0513875:-/ ok09:14
eagles0513875thanks09:14
mjau^apt-get source eh? great, thx, I'll do that :)09:17
stiv2kso i have a peculiar problem with my server09:25
stiv2kever since i installed 12.10 it kernel panics every so often09:25
stiv2kand i noticed after a few panics, it happens on the 14th day09:25
stiv2kof uptime09:25
stiv2keach time09:25
stiv2kany ideas why?09:26
stiv2kcould it be the clock?09:26
ikoniawhat does the actual panic message suggest09:33
RoyKstiv2k: pastebin logs09:34
RoyKif it panics so badly it can't write logs, enable netconsole or use an old-fashioned serial console to get the logs09:35
=== 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
koolhead17zul: around?13:42
zulkoolhead17: kind of...whats up?13:42
koolhead17zul: coolbhavi is my guide/mentor13:48
coolbhavihey zul koolhead17 said something needs to be repatched and gave me a buildlog13:49
zulyep13:49
hallynstgraber: are you going to send another version of your lxc-create template naming patch?13:50
coolbhavizul, it was a build failure and what exactly is the background?13:50
hallynstgraber: 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 openstack13:51
zulcoolbhavi: basically patch failed to apply13:51
coolbhavizul, yes I could see that13:51
zulcoolbhavi: what do you mean background?13:52
coolbhavizul, I meant was it applied to some source package?13:52
zulnova source package for precise13:53
coolbhaviah never mind got it from the complete buildlog. thanks!13:54
stgraberhallyn: hopefully the second option will be easier, then we can just use that as a reason to drop libvirt-lxc ;)14:05
stgraberhallyn: 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:07
hallynstgraber: the '-n ""' is a serious issue though, worth a v314:11
hallynwe've had bugs due to such before - it's not jsut a posix issue14:11
hallynjdstrand: 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
hallyn1. add it to the xml so it can be passed14:12
hallyn2. add a new virSecurityAddSimplePath call14:13
hallyn3. harcode /run/hugepages/kvm in the apparmor policy :)14:13
hallynI don't see that (1) would really be acceptable upstream14:13
jdstrandhallyn: doesn't this fail with selinux?14:14
jdstrandI would think it would-- so they would be interested in whatever in this too14:15
jdstrands/whatever in this/whatever fix is used/14:15
jdstrandalso, how would virSecurityAddSimplePath work?14:16
stgraberhallyn: there were already two of those in the current lxc-create. I didn't add that code, just moved it around :)14:16
jdstrand(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:17
hallynstgraber: those need to be fixed too then :)  Worth a script to find all the instances14:21
patdk-wkyou can specify the hugepages path in libvirt xml config14:21
hallynjdstrand: no, /run/hugepages/kvm is not a compile time option...14:21
hallynpatdk-wk: oh??14:21
hallynyou can specify it in qemu.conf, and otherwise libvirt finds it automatically, but all i've foudn for xml is14:21
hallyn<memoryBacking><hugepages/></memoryBacking>14:22
patdk-wkhmm, damned been a few months since I last did it14:22
hallynpatdk-wk: ok - i'll look for it thanks14:22
hallynif it's supported then that's the way to go.14:22
patdk-wkya,  Itested it, found it really didn't help much for me, and just wrote it off as, not worth messing with currently14:23
hallynjdstrand: the virSecurityAddSimplePath would just call virt-aa-helper with a new path and ask it to append that to the current policy14:23
hallynwe could then also use that for monitor and other stuff14:23
hallynbut i'll follow up on patdk-wk's suggestion and get back to you later - thanks14:24
jdstrandok14:24
patdk-wkhmm, maybe I used the qemu automatic mount detection :(14:28
patdk-wkheh, fuzzy memory :(14:28
patdk-wkwas back in sept when I was doing lots of hugepages work14:28
hallynno qemu takes it as command line option, doesn't detect automatically,14:29
hallynbut libvirt will detect it automatically if not specified14:29
hallynsadly i don't think it's specificable in the xml14:29
hallynspecifiable14:29
hallynand the problem with adding it there is that then we have to decide what to do if it's in the xml at define time14:30
stgraberhallyn: sent the lxc-create cleanup patch to the mailing-list14:32
zulyolanda: can you have a a look please?14:32
hallynjdstrand: ok so yeah, virSecurityAddSimplePath would basically work like AppArmorSetFDLabel but without resolving /proc/self/fd/N14:32
hallynstgraber: thanks!14:32
yolandazul, about the lxc-create cleanup patch?14:33
zulyolanda: oops https://code.launchpad.net/~zulcss/quantum/grizzly-fix/+merge/13757614:34
hallynstgraber: sigh, i personally feel tabs would be better than spaces, but i'm sure i'm alone on that :)14:35
jamespagezul, hmm - can I express and opinion?14:37
jamespageor maybe ask a question at least14:38
stgraberhallyn: well, I usually prefer spaces, don't necessarily mind tabs but really hates mixed tabs and spaces which was what we had :)14:38
stgraberhallyn: as 90% of the script was indented with spaces, I just replaced the remaining tabs by spaces14:38
hallynstgraber: yup, i'm going to ack it of course.14:39
hallynstgraber: you didn't make any other changes on any lines where you changed indent?14:39
hallynhm, i wonder why $opt doesn't need to be "$opt" in optarg_check14:40
hallynoh, that's why.  nm14:40
stgraberhallyn: nope, those were just reindents14:41
hallynstgraber: one more q - is 'if [ $a -eq 1 -a $b -eq 2 ]; versus 'if [ $a -eq 1 ] && [ $b -eq 2 ] really a bashishm?14:42
stgraberhallyn: no, it's not, that's the 'Use shell syntax for and/or in if statements instead of the "test"14:44
stgrabersyntax.' part of my commit14:44
hallynoh. oops.  i just replied with the q (and ack).  oh well14:45
hallynhm,14:46
hallyndoes that mean that your new version results in more forks?14:46
hallynoh well14:46
stgraberhallyn: nope, it doesn't because those aren't spawned in sub-shells and test is a shell builtin14:48
hallyneven in dash?14:49
chris_Can iMacros be run with Lynx?14:50
stgraberhallyn: yep14:50
jamespageyolanda, zul: comment on that merge proposal re quantum metadata proxy stuff14:51
chris_serious?14:51
chris_I want to be able to browser automate on a headless box...is that possible?14:51
jdstrandhallyn: you said that hugepages is specifiable in qemu.conf?14:51
zuljamespage: son of a bitch14:51
jacobw2hi, i have a problem with virt-intsall on ubuntu server14:51
jamespagezul, I'm happy to spend some time on it in the next couple of days14:52
jamespage(that specific stuff works around a really ugly bit in folsom quantum)14:52
zuljamespage: 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
jacobw2using --location=<precise>, 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 from14:53
jdstrandhallyn: 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
jamespagezul, lemme take a lok14:53
zulk14:53
jamespagezul, quantum-metadata-agent I think - there is an /etc file for it as well14:54
zulawesome..im just fixing up the jenkins build but ill have a look this afternoon14:55
jamespagezul, something ugly happening in python-keystoneclient I think14:56
jamespageI've been trying to get something else finished today otherwise I would have dived in....14:56
zuljamespage: oh?14:56
jamespagezul, forget that - upstream already fixed it14:56
jamespagethey added a pip-requires which was part of python core14:57
jamespagewhich made the package un-installable14:57
zuljamespage: awesome14:57
jamespagehttps://github.com/openstack/python-keystoneclient/commit/0f83602b6251c2547a9f3211037f65f6dd1105f114:57
hallynjdstrand: yes, specifiable through qemu.conf, otherwise it automatically tries to find a hugepages mount14:58
hallynjdstrand: yes, it can find that hugepages are in use14:58
hallynjdstrand: so virt-aa-helper *could* reproduce the qemu logic for detecting the mount point14:58
hallynbut that involves in part parsing /etc/libvirt/qemu.conf, so prefer not to14:59
jdstrandhallyn: what I was thinking was that we could make it easier-- I think it might make an acceptable compromise:14:59
jamespagezul, trying to figure out the differences between the two14:59
jamespagens and no ns14:59
jdstrandif virt-aa-helper detects that hugepages are in use, it uses the hard-coded path14:59
zuljamespage: glance-precise-grizzly is still failing for some reason15:00
hallynjdstrand: I guess on the bright side that won't break any current users...15:00
jdstrand*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 profile15:00
jdstrandhallyn: right-- the idea here is that hugepages are only granted to those VMs that are configured to use it15:00
jamespagezul, I've seen that test fail before - I think it may be a little flakey15:00
zulack...say it aint so :)15:01
jdstrandhallyn: as soon as an admin toggles them on or off, then the profile will be updated15:01
hallynjdstrand: sadly that doesn't seem upstreamable either though.  I'm afraid I need to go ask this upstream15:01
hallynjdstrand: heh, there is one other possibility -15:01
jdstrandhmm, I think that could be upstreamable personally, but really, this needs to be fixed in all svirt drivers15:02
hallynhave qemu_driver.c open the hugeapges_mount dir, and call the AppArmorSetFDLabel on that fd :)15:02
jdstrandso 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 selinux15:02
hallynright15:02
hallynyou know i think in the meantime i might go the fd route15:03
hallynjdstrand: it's possible i misunderstand though - is that the purpose of AppArmorSetFDLabel ?15:03
hallynmust be - lemme go try that, then email the list15:04
hallynafter breakfast :)15:04
jdstrandhallyn: so, AppArmorSetFDLabel is very much apparmor specific15:06
jdstrandhallyn: you don't want to call taht from qemu_driver.c15:06
hallynjdstrand: right, i'd use the virSecurityWhatever hook15:06
=== Ursinha is now known as Ursinha-afk
jdstrandAppArmorSetFDLabel is code refactoring for SetSecurityImageFDLabel and SetSecurityTapFDLabel15:07
jdstrandthose are pretty specific15:07
hallynoh.  drat15:07
jdstrandI'm guessing upstream would want a new SetSecurityHugepagesFDLabel15:08
hallyni see.  not what it hought15:08
hallynok then i'll just email them.15:08
jdstrandthen we would do something like:15:08
jdstrand    .domainSetSecurityHugepagesFDLabel      = AppArmorSetFDLabel,15:08
jdstrandbut I'm guessing what they would want there15:08
hallynjdstrand: but actually taht wouldn't do for selinux15:08
hallynwell, maybe.15:09
jdstrandselinux would implement SELinuxSetSecurityHugepagesFDLabel15:09
jdstrandor whatever15:09
jdstrandbut yeah, get upstream involved :)15:09
hallynright, it's just that they wouldn't change the fd label :)  but that's ok15:09
hallynyup15:09
hallynthanks jdstrand !15:09
jdstrandnp15:09
jazzkutyahi, what packages should i install on 12.04 to run 32bit apps?15:14
patdk-wkia32-libs-multiarch:i38615:15
jazzkutyathanks15:16
jazzkutyai have this problem with it: http://pastebin.com/NVM6eHxX15:16
jazzkutyawhat causes this, can I solve it somehow?15:17
patdk-wkit says you have issues15:17
patdk-wkyou did run, apt-get update, right before attempting to isntall right?15:17
jazzkutyayes, even dist-upgrade because i had held back packages15:18
jazzkutyaand even rebooted15:18
jazzkutyaright now i have no issues reporter by apt-get install (no arguments)15:18
jazzkutya*reported, sorry15:18
jazzkutyahow can i install ia32-libs without those 2 libs having problems? you know gphoto and sane are totally useless on a server :)15:43
hallynstgraber: do you think all templates should use -H in the rsync to install?15:45
hallynwell i'll start with just lxc-clone15:45
alex88hi guys, is generally a bad practice to set tap devices 777?15:46
stgraberhallyn: that'd make sense15:46
patdk-wkjazzkutya, not sure you about, but for me, they are only *suggested* packages, and therefor not installed by default15:47
patdk-wknot even installed on my system, but ia32-libs-multiarch is15:48
jazzkutyaapt-get install --no-install-recommends ia32-libs-multiarch gives same error and man page shows no similar option for suggested packages15:50
patdk-wksuggested are not installed by default, recommends are15:51
jazzkutyalibsane is on a Depends: line of apt-cache show15:52
patdk-wklibsane != sane, and libsane doesn't depend on sane15:53
=== ubuntu is now known as Guest63960
jazzkutyabut it depends on libsane which it can't install and i awfully not need that on a server anyway15:55
jazzkutyasolved my problem temporarily by installing libc6:i386 instead of ia32-libs-multiarch15:58
jazzkutyai hope the fucked up (i think the problem is this) will be fixed sometime15:58
jazzkutya*repo15:59
=== matsubara is now known as matsubara-lunch
jamespageyolanda, quantum-ns-metadata-proxy must be included in the quantum-l3-agent package16:13
jamespageyolanda, I think it also makes sense to include the quantum-metadata-agent in that package as well (along with the configuration file)16:14
jamespageI can't see a use-case where you could deploy then separately16:14
jamespageyolanda, we also need an upstart configuration for quantum-metadata-agent16:14
jamespagethe one for quantum-server is probably a good template to follow16:15
yolandaok, i'm taking a look at these packages, i need to browse them a bit first to understand better16:16
jamespageyolanda, okay-dokey - zul - do you have an opinion on the above re the quantum-metadata-agent16:17
zuljamespage: sounds good to me16:17
zulyolanda:  youll have to patch the metadata agent conf file for the right state path directory and the right rootpath as well16:18
jamespagezul, is that something we should try to upstream?16:18
zuljamespage: yeah i was thinking of diong the rootwrapper at least16:19
skritehey all16:26
zulyolanda/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:33
yolandazul, ok, i'm studying the code now16:38
zulack16:38
=== yofel_ is now known as yofel
=== Malediction_ is now known as Malediction
jamespageadam_g, when you have time; I've put all of the changes for initial quantum support into the openstack charms up for review16:54
jamespageadam_g, bug 107978216:54
uvirtbotLaunchpad bug 1079782 in charms "Charm needed: Openstack Quantum" [High,New] https://launchpad.net/bugs/107978216:54
roaksoaxjamespage: i'll propose a MP tomorrow for the cluster stuff16:54
roaksoaxjamespage: and integrate it with your deployer16:55
=== VonKrank1 is now known as VonKranke
jamespageroaksoax, the quantum charm has now gone; I've renamed it 'quantum-gateway'16:55
jamespagequantum is now a core part of nova-compute and nova-cloud-controller16:55
roaksoaxjamespage: ok cool, good to know16:56
jamespageroaksoax, the metadata service stuff sucks for quantum on folsom; so I would recommend testing with a quantal image + --config-drive True16:57
jamespagethat way the network is not required for initialization by cloud init16:57
roaksoaxack16:57
roaksoaxjamespage: i was testing this in canonistack and things seemed to work just fine though16:57
jamespageroaksoax, yeah - it does16:58
jamespagethe 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 be16:58
roaksoaxright, ack!16:59
=== matsubara-lunch is now known as matsubara
med_jamespage, so just deploy nova-compute/nova-cc and it uses Quantum. Does it also use cinder?17:10
jamespagemed_, it can do yes17:10
med_thanks.17:10
=== gary_pos` is now known as gary_poster
sliddjurI have setup a iptables table. I put all info in /etc/iptables.rules . How do I properly apply the settings?17:22
RoyKsliddjur: I just use ufw - it's simpler to work with and does most things17:24
RoyK!ufw17:24
ubottuUbuntu, 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
stiv2kRoyK, hey17:24
stiv2kRoyK, i've already looked at the logs and cant seem to find anything useful17:25
stiv2kbut i might be overlooking things17:25
RoyKlogs? what logs?17:25
stiv2kRoyK, sorry, im just now replying to you from my question 8 hours ago17:25
RoyKoh, repeat it, please. it's been a long day17:25
stiv2kabout my server panicking every 14 days17:25
stiv2kevery 14 days it kernel panics17:25
RoyKevery 14 days??17:25
stiv2kyes17:26
stiv2kthats what ive noticed so far17:26
RoyKis there a cron job scheduled to run at that time?17:26
stiv2kmaybe its just coincidence , but it seems like on the 14th day it panics17:26
stiv2kum17:26
stiv2ki have a couple cron jobs that run several times a day17:26
RoyKdo you have the panic message?17:26
stiv2kno17:27
RoyKthen little can be do to help...17:27
stiv2kanything for me to keep in mind for the next time?17:27
RoyKwhat i'd do first if it was my server, was to start a thorough memory test17:27
RoyKyes, setup network console17:27
stiv2knetwork console?17:28
RoyKthat way, the panic message will (probably) be loggable17:28
qman__yeah, gotta get that kernel panic message17:28
RoyK!netconsole17:28
RoyKgoogle it17:28
stiv2kok17:28
RoyK!netcon17:28
stiv2khttps://help.ubuntu.com/community/Installation/NetworkConsole17:29
stiv2kthis one?17:29
RoyKafaics, that's for installing with a network console17:29
RoyKyou probably don't need that17:29
stiv2koh17:29
stiv2kwhoops17:29
RoyKhttps://wiki.ubuntu.com/Kernel/Netconsole17:30
qman__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 now17:30
stiv2kthanks17:30
stiv2kyes this looks like it will be helpful17:30
qman__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 UUID17:30
stiv2kif it will allow me to get the panic message17:30
qman__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
RoyKstiv2k: still - I'd recommend running memtest86+ on that box. bad memory can make a system panic very easily17:31
stiv2kRoyK, pretty sure ive done that before17:31
stiv2kand it runs solid for 14 days straight17:32
stiv2kbut on the 14th day it just goes kaput17:32
stiv2kim pretty sure that's the third time in a row it crashed on the 14th day17:32
RoyKare you sure it's 14 days?17:32
stiv2ki installed it the day 12.10 came out17:32
stiv2kand its been doing it ever since17:32
* RoyK only uses LTS for servers...17:33
qman__same17:33
stiv2kwhere as on 11.04 i had a >1y uptime17:33
qman__hence the above problem trying to restore a hardy server17:33
TheLordOfTimesame here, servers get LTS for stability! :P17:33
RoyKstiv2k: you need the panic dump, then17:33
stiv2kok17:33
stiv2kthanks for info17:33
qman__think it'd be possible/advisable to try a do-release-upgrade from within a chroot via systemrescuecd?17:34
qman__that's how I got in to get grub working17:34
stiv2kRoyK, qman__, here is my server: http://stats.stiv2k.info17:36
jamespagezul, yolanda, adam_g: I really do need to get the auto-lander working for MP's for the lab don't I17:36
zuluh?17:37
zulyeah17:37
RoyKstiv2k: 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 time17:38
stiv2kRoyK, cool, ill check it out... been waiting until i stumble upon some old DDR333 modules to upgrade the ram17:40
stiv2kserver was built from random parts i acquired for free17:40
RoyKstiv2k: http://munin.karlsbakk.net/munin/ <-- that's my servers ;)17:40
stiv2kwhoa17:41
stiv2kmunin is cool17:41
RoyKyou get pretty detailed graphs from munin17:41
stiv2kRoyK, why do you have so many servers17:42
sliddjurRoyK, I am using ufw now. when doing ufw status i get port 53 allowed. But nmap myhostname doesnt show port 53 open...17:42
sliddjuri restarted aswell17:42
RoyKstiv2k: only two physical, lamia and smilla, the others are VMs for different purposes17:43
stiv2koh17:43
stiv2kwhat language is your blog17:43
RoyKsliddjur: try 'ufw disable' and then 'iptables -vnL'17:43
qman__I've got six physical17:43
RoyKiptables rules aren't removed by ufw17:43
qman__while realistically I could get away with three physical if I virtualized the old junk, I can't afford to replace them right now17:44
sliddjurRoyK, what does iptables vnL do17:44
sliddjurthen just start ufw again?17:44
RoyKsliddjur: it just prints whatever tables are present in iptables17:44
RoyKbtw, how do you run the nmap scan?17:45
sliddjurnmap myhostname17:45
sliddjurnot fqdn17:45
RoyKa better way would be to test for the service - 'host google.com ip.of.dns.server'17:45
RoyKunless you're running something else than dns on port 53 :P17:45
RoyKalso, that nmap scan only scans for tcp, and dns is *usually* udp17:46
sliddjurI am setting up a dns server on my class. But I must first pass first problem in opening port :)17:46
RoyK(except zone transfers aren't, and tcp can be used otherwise)17:46
sliddjurnmap localhost gives me port 53 open17:46
qman__the port is open unless blocked17:47
RoyKdoes bind listen to 0.0.0.0:53?17:47
qman__just because it's not blocked, doesn't mean anything is listening, either17:47
sliddjurRoyK, wouldnt it be listening by default on port 53? im a bit lost...17:49
qman__only if it's configured to17:49
sliddjurqman__, where is that setting in bind?17:50
RoyKsliddjur: netstat -ln --tcp | pastebinit17:50
RoyKsliddjur: netstat -ln --inet | pastebinit17:50
RoyKi mean17:50
sliddjurhttp://pastebin.com/r1DRaAbv17:52
RoyKsliddjur: http://paste.ubuntu.com/1408341/17:53
sliddjurhmm17:53
sliddjurwhy isnt it showing up when i do it locally on my hostname??17:54
RoyKwhat?17:54
qman__this is why: 127.0.0.1:5317:55
qman__you're only listening on localhost17:55
qman__you need to configure it to listen on other addresses17:55
RoyKqman__: no, bind listens to all addresses17:55
RoyKqman__: it just doesn't listen to 0.0.0.0, it uses a socket per address17:56
qman__oh, I see17:56
RoyKtypical bindishness17:56
qman__yeah, that's strange17:56
patdk-wkna, that is a udp thing17:58
RoyKoh, it is?17:58
patdk-wkto make sure the source udp package comes from the same location17:58
RoyKok17:58
RoyKmakes sense...17:58
qman__but then why do it on tcp too?17:59
patdk-wkno idea :)17:59
patdk-wkprobably cause they already have the *function* setup to do it, and just reused code17:59
RoyKprobably just uses the same socket setup code ;)17:59
samba35what 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 use18:00
RoyKhrmf! -19.2 ̊C and falling - I don't like winter!18:00
RoyKsamba35: just install bind and point your domain to the server's IP - and make sure you have a secondary somewhere18:01
qman__samba35, the best practice is to leave your DNS on the hosting provider unless you have a good reason to run it yourself18:01
RoyKheh - yeah18:01
qman__registrars do it for free, no sense putting up the effort or risk in doing it18:02
RoyK[slightly offtopic] Any idea what might cause this (on a RHEL server)? http://paste.ubuntu.com/1404641/18:02
samba35sorry i dont know much about dns setting ,it was complex for me18:02
RoyKbind configuration is a PITA before you get used to it. after that, it's just a slightly less PITA18:03
patdk-wkqman, well, registers also get ddos a lot too18:03
samba35pita ?18:03
jacobw2samba35: put it in /etc/resolvconf/resolv.head18:03
RoyKsamba35: Pain In The Almightly18:04
samba35not in /etc/hosts18:04
patdk-wkjacobw2, what does that have to do with it?18:04
jacobw2samba35: /etc/resolvconf/resolv.conf.d/head even18:04
qman__oh, that18:04
qman__I was thinking DNS server, not DNS client18:04
qman__I still do it the old way, I just remove the link and make a file18:05
* patdk-wk just puts it in interfaces file18:05
* jacobw2 is a hipster :p18:05
* RoyK uses the interfaces file as well - works stably...18:06
qman__I'll have to agree with that path though18:06
qman__using the interfaces file makes more sense logically and will work on more systems18:06
RoyK# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)18:07
RoyK#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN18:07
RoyKmeaning - don't edit /etc/resolvconf/resolv.conf.d/head manually ;)18:07
qman__right18:07
=== mcclurmc is now known as mcclurmc_away
=== glebihan__ is now known as glebihan
halvorsHi!18:14
samba35more confused18:17
halvorsMy someone help me generate the certificates for this tutorial? https://help.ubuntu.com/12.04/serverguide/postfix.html (Mail-stack-delivery)18:19
TheLordOfTimehalvors, you mean step 2 of SMTP auth?18:22
TheLordOfTimerefer to https://help.ubuntu.com/12.04/serverguide/certificates-and-security.html18:22
TheLordOfTimesince that's what it links,'18:22
adam_gjamespage: FYI ive been working on packaging the new kombu + pyamqp in ppa:gandelman-a/ppa18:22
RoyKhalvors: selfsigned?18:22
halvorsRoyK: I don't know what i need to enable SMTPS?18:23
RoyKusually you would want an official certificate18:23
RoyKI'd guess some servers will deny talking to something with a self-signed certificate18:24
RoyKsome, or most18:24
RoyKhttp://www.openssl.org/docs/HOWTO/certificates.txt18:24
halvorsI know.18:25
halvorsBut self signed is ok.18:25
halvorsWhat i need help for is to generate these:18:25
TheLordOfTimehalvors, only for testing, not public deployment18:25
RoyKhalvors: just google 'create self signed openssl'18:26
halvors/etc/ssl/certs/ssl-mail.pem18:26
RoyKshould work well18:26
halvors/etc/ssl/default/ssl-mail.key18:26
halvorsI simply want to create a certificate for my mail server. I'm not gonna pay someone to do it...18:27
halvorsI just wanna create it on my own...18:27
yolandahi 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-agent18:27
RoyKhalvors: that may mean other SMTP servers will deny talking to you over SSL - but then - your choice ;)18:28
RoyKSSL certs don't have to cost a fortune http://webdesign.about.com/od/ssl/tp/cheapest-ssl-certificates.htm18:29
halvorsRoyK: If i don't enable SMTPS anyway, other smtp server arn't going to talk to me either :P18:30
halvorsI only want my users to be able to...18:31
TheLordOfTimewhere're you getting that from...?18:31
halvorsSMTPS is not enable in postfix by default...18:31
ScottKDon't get confused18:31
ScottKSMTPS is not SMTP over TLS/SSL18:31
halvorsWhat then?18:32
ScottKSMTPS is a specific encrypted submission procotol used only by Microsoft on port 46518:32
TheLordOfTimemhm18:32
RoyKScottK: eh...? http://en.wikipedia.org/wiki/SMTPS18:32
halvorsSo i don't wanna use SMTPS?18:32
halvorsGo for submission?18:32
EntropyWorksso whats the deal with 12.10 and the new naming of NIC '18:33
ScottKAlso, virtually all certs used in SMTP are self-signed, so there's virtually never a need to buy one for SMTP.18:33
TheLordOfTimeRoyK, you're aware Wikipedia is untrustworthy right?18:33
ScottKRoyK: "Originally, in early 1997, the Internet Assigned Numbers Authority registered 465 for SMTPS."18:33
ScottKTheLordOfTime: It's correct, just not well worded.18:33
EntropyWorksI reboot a machine and sometimes I get em3 other times I get rename4 instead. this is really annoying18:33
RoyKTheLordOfTime: wikipedia is *usually* trustworthy, and a set of people on IRC aren't necessarily trustworthy either18:34
TheLordOfTimeRoyK, true.18:34
halvorsSo i shouldn't enable SMTPS?18:34
samba35i need some help with dovecot ,i am getting ok message with telnet for user and passwd even but now what i should do18:36
zuladam_g: https://code.launchpad.net/~zulcss/nova/nova-testsuite-fix/+merge/13765218:36
halvorsI 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:36
RoyKhalvors: http://bit.ly/TBVsxY18:44
ze_kingSomeone now a program so i can archive rar in ubuntu server?18:56
RoyKdoesn't 7zip support that?18:56
RoyKp7zip, that is18:56
ze_kingi only get .7z fils with that18:56
RoyKapt-get install rar \o/18:57
ze_kingthat doesnt work neither :P18:57
Pici!info unrar18:57
ubottuunrar (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 kB18:57
ze_kingReading package lists... Done18:58
ze_kingBuilding dependency tree18:58
ze_kingReading state information... Done18:58
ze_kingPackage rar is not available, but is referred to by another package.18:58
ze_kingThis may mean that the package is missing, has been obsoleted, or18:58
ze_kingis only available from another source18:58
RoyKze_king: works for me (on lucid)18:59
ze_kingim on ubuntu server ;<18:59
RoyKand precise18:59
RoyKso am i18:59
ze_kinghm, okey18:59
RoyKsudo apt-get install -y rar unrar19:00
ze_kingsame as before19:00
ze_kingPackage rar is not available, but is referred to by another package.19:01
ze_kingThis may mean that the package is missing, has been obsoleted, or19:01
ze_kingis only available from another source19:01
shaunorar's in multiverse, which I don't believe is a default repo19:01
ze_kingon what source list is rar then?19:05
Pici!info rar19:05
ubotturar (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
Picialso multiverse19:05
ze_kingbut how can i get it? =/19:06
RoyKhave you enabled multiverse_19:06
RoyK?19:06
ze_kingna, i dont :p19:07
PiciThen thats a good place to start19:07
ze_kingsry, i should rename myself from ze_king to ze_noob ;<19:07
RoyKjust /nick ze_noob ;)19:08
=== ze_king is now known as ze_noob
ze_noob:D19:08
RoyK:)19:08
ze_noobirssi is the shit ;D19:09
stiv2kze_noob yeah it is19:12
yolandaleaving for today, bye!19:29
=== Tm_Tr is now known as Guest3774
=== ubuntu is now known as Guest83217
keithzgTrying 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
keithzgis there any alternative, or fix to that?20:33
sarnoldkeithzg: some scripting around write(1)20:35
sarnold?20:35
RoyKshouldn't be too hard to parse /etc/group and extract the members ;)20:36
halvorsRoyK: 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:36
keithzgsarnold, 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, heh20:37
RoyKhalvors: you need to allow authenticated users to relay - google should know, I haven't setup such a thing myself, sorry20:38
sarnoldkeithzg: 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:38
sarnoldhrm, and I don't see an easy getgrent()-based program in man -k getgr that you'd easily use in shell scripting. pity.20:40
keithzgalas20:42
=== cpg|away is now known as cpg
jdstrandadam_g: fyi, bug #1065187 was fix in http://www.ubuntu.com/usn/usn-1626-1 (I updated the bug)21:30
uvirtbotLaunchpad 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/106518721:30
jdstrand(I updated the bug)21:30
adam_gjdstrand: ah thanks. looks like i need to adjust this script to check for security updates like that.21:43
adam_gyou might see a few more like that, sorry in advance21:43
jdstrandok, no worries21:44
jdstrandadam_g: if you are adjusting a script, you might want to consult https://usn.ubuntu.com/usn-db/database-all.json.bz221:49
jdstrandadam_g: there is also database.json.bz2 which contains only active releases of Ubuntu21:50
=== ibiris is now known as ibiris|afk
adam_gjdstrand: 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:55
jdstrandadam_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 changelog21:58
jdstrandassuming we know about it21:58
jdstrandadam_g: fyi, bug #1064914 and bug #1079216 were also already fixed (I adjusted the bugs)21:59
uvirtbotLaunchpad bug 1064914 in keystone/essex "Removing user from a tenant isn't invalidating user access to tenant" [Undecided,Fix committed] https://launchpad.net/bugs/106491421:59
uvirtbotLaunchpad bug 1079216 in keystone "token expires time incorrect for auth by one token" [High,Fix committed] https://launchpad.net/bugs/107921621:59
qman__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 is22:07
qman__it currently has this in fstab: UUID=[blahblah] /media/backup ext4 auto,relatime 0 022:08
smw_qman__, does using the nofail option work?22:14
tgm4883Are there instructions anywhere for adding iscsi storage for libvirt?22:20
tgm4883I've been attempting to do it though virt-manager, but it keeps throwing errors.22:21
Davieytgm4883: what error are you seeing?22:22
tgm4883Daviey, 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 IP22:23
tgm4883since there is a browse, but that is all greyed out22:23
tgm4883so I put the IQN in that field22:23
tgm4883Daviey, basically, I'm at this point http://imagebin.org/23806722:24
tgm4883Clicking 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"22:24
=== mcclurmc_away is now known as mcclurmc
tgm4883I'm assuming that is because I don't have access to the discovery DB22:25
tgm4883if I run that command in the terminal, I get permission denied22:25
tgm4883running with sudo works fine though22:26
tgm4883so 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:26
uvirtbotNew bug: #1015731 in nova "resize leave leftover libvirt configs" [Undecided,Confirmed] https://launchpad.net/bugs/101573122:34
uvirtbotNew bug: #1023169 in nova "update nova to report quantum floating IPs" [Undecided,Confirmed] https://launchpad.net/bugs/102316922:34
uvirtbotNew bug: #1028092 in nova "Resizing a Xen instance with attached volumes fails" [Undecided,Confirmed] https://launchpad.net/bugs/102809222:34
uvirtbotNew bug: #1050359 in cinder/folsom "Tests fail on 32bit machines (_get_hash_str is platform dependent)" [Medium,Confirmed] https://launchpad.net/bugs/105035922:34
uvirtbotNew bug: #1053441 in nova "Instances in vm state DELETED are preventing compute restart" [Undecided,Confirmed] https://launchpad.net/bugs/105344122:34
uvirtbotNew bug: #1055413 in nova "Fail to boot raw image on XenServer" [Undecided,Confirmed] https://launchpad.net/bugs/105541322:34
uvirtbotNew bug: #1055431 in nova "Xenserver cannot boot vm_mode=xen type images" [Undecided,Confirmed] https://launchpad.net/bugs/105543122:34
uvirtbotNew bug: #1056242 in nova "Cloudpipe extension xml serialization doesn't return the instance(s) data" [Undecided,Confirmed] https://launchpad.net/bugs/105624222:34
uvirtbotNew bug: #1056285 in nova "ComputeManager does not provide block_device_info on destroy call in revert_resize" [Undecided,Confirmed] https://launchpad.net/bugs/105628522:34
uvirtbotNew bug: #1056380 in nova "deleting security group does not mark rules as deleted" [Undecided,Confirmed] https://launchpad.net/bugs/105638022:34
uvirtbotNew bug: #1056601 in nova "deletes fail when instance in RESIZED" [Undecided,Confirmed] https://launchpad.net/bugs/105660122:34
uvirtbotNew bug: #1057145 in nova "db tests fail with sqlalchemy 0.7.4" [Undecided,Confirmed] https://launchpad.net/bugs/105714522:34
uvirtbotNew 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/105719622:34
uvirtbotNew bug: #1057719 in nova "libvirt: concurrent detach_volume and terminate fails" [Undecided,Confirmed] https://launchpad.net/bugs/105771922:34
uvirtbotNew bug: #1057730 in nova "libvirt: cannot detach volume from stopped domain" [Undecided,Confirmed] https://launchpad.net/bugs/105773022:34
uvirtbotNew 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/105784422:34
uvirtbotNew bug: #1059366 in nova "nova-network cannot re-generate MAC address if collision happen" [Undecided,Confirmed] https://launchpad.net/bugs/105936622:34
uvirtbotNew bug: #1064914 in keystone/essex "Removing user from a tenant isn't invalidating user access to tenant" [Undecided,Fix committed] https://launchpad.net/bugs/106491422:34
uvirtbotNew bug: #887191 in nova "OS API: XML Namespace Handling Broken" [Undecided,Confirmed] https://launchpad.net/bugs/88719122:35
uvirtbotNew bug: #1050982 in nova "ensure_default_security_group() does not call sgh" [Undecided,Confirmed] https://launchpad.net/bugs/105098222:35
uvirtbotNew bug: #1057069 in nova "trigger_instance[add/remove]_security_group_refresh are never called" [Undecided,Confirmed] https://launchpad.net/bugs/105706922:35
uvirtbotNew bug: #1057279 in nova "console auth does not work with memcache, unicode error" [Undecided,Confirmed] https://launchpad.net/bugs/105727922:35
uvirtbotNew bug: #1058273 in nova "Snapshotting LXC instance fails" [Undecided,Confirmed] https://launchpad.net/bugs/105827322:35
uvirtbotNew bug: #1062033 in nova "nova-compute will assign the same device name if volume-attach continuously " [Undecided,Confirmed] https://launchpad.net/bugs/106203322:35
uvirtbotNew bug: #1063851 in nova "metadata service throws 500 - NoSuchOptError" [Undecided,Confirmed] https://launchpad.net/bugs/106385122:36
uvirtbotNew bug: #1064524 in nova "Nic Ordering not guaranteed with Quantum API" [Undecided,Confirmed] https://launchpad.net/bugs/106452422:36
uvirtbotNew bug: #1064713 in nova "hostname in metadata ends with . if dhcp_domain flag is empty" [Undecided,Confirmed] https://launchpad.net/bugs/106471322:36
uvirtbotNew bug: #1065092 in nova "Resource reservation isn't rolled back properly for certain failures during Instance Create" [Undecided,Confirmed] https://launchpad.net/bugs/106509222:36
uvirtbotNew bug: #1067214 in nova "forget to release resource when terminate an instance from a failed compute node" [Undecided,Confirmed] https://launchpad.net/bugs/106721422:36
uvirtbotNew bug: #1069099 in nova "block device mappings for deleted instances are leaked" [Undecided,Confirmed] https://launchpad.net/bugs/106909922:36
uvirtbotNew bug: #1070045 in nova "Nova API does not work with QuantumV2 API subclasses" [Undecided,Confirmed] https://launchpad.net/bugs/107004522:36
uvirtbotNew bug: #1070509 in nova "nova-api now requires quantumclient" [Undecided,Confirmed] https://launchpad.net/bugs/107050922:36
uvirtbotNew bug: #1071600 in nova "confirm_resize mgr call requires admin context" [Undecided,Confirmed] https://launchpad.net/bugs/107160022:36
uvirtbotNew bug: #1073858 in nova "nova-api crashes if it is run with nobody account." [Undecided,Confirmed] https://launchpad.net/bugs/107385822:36
uvirtbotNew bug: #1073956 in nova/folsom "Scheduler Race Condition at high volume" [High,Fix released] https://launchpad.net/bugs/107395622:36
uvirtbotNew bug: #1078085 in nova "Nova does not delete the LV on LVM backed VMs" [Undecided,Confirmed] https://launchpad.net/bugs/107808522:36
uvirtbotNew bug: #1079113 in nova "disk path not exists when using LXC with libvirt_images_type=lvm" [Undecided,Confirmed] https://launchpad.net/bugs/107911322:36
uvirtbotNew bug: #1079216 in keystone "token expires time incorrect for auth by one token" [High,Fix committed] https://launchpad.net/bugs/107921622:36
uvirtbotNew bug: #1004007 in nova "Incorrect Exception raised during Create server when metadata over 255 characters " [Undecided,Confirmed] https://launchpad.net/bugs/100400722:37
uvirtbotNew bug: #1056122 in nova "attach-time field for volumes is not updated for detach volume" [Undecided,Confirmed] https://launchpad.net/bugs/105612222:37
uvirtbotNew bug: #1057756 in nova "libvirt: if exception raised during volume_detach, volume state is inconsistent" [Undecided,Confirmed] https://launchpad.net/bugs/105775622:37
uvirtbotNew bug: #1060836 in nova "libvirt: detaching volume may fail while terminating other instances on the same host concurrently" [Undecided,Confirmed] https://launchpad.net/bugs/106083622:37
uvirtbotNew bug: #1060925 in nova "libvirt: rebuild is not using kernel and ramdisk associated with the new image" [Undecided,Confirmed] https://launchpad.net/bugs/106092522:37
uvirtbotNew bug: #1061124 in nova "Enabling Return Reservation ID with XML create server request returns no body " [Undecided,Confirmed] https://launchpad.net/bugs/106112422:37
uvirtbotNew bug: #1061499 in nova "API calls to dis-associate an auto-assigned floating IP should return proper warning" [Undecided,Confirmed] https://launchpad.net/bugs/106149922:37
uvirtbotNew bug: #1061944 in nova "xen volume auto device selection always picks xvdb" [Undecided,Confirmed] https://launchpad.net/bugs/106194422:37
uvirtbotNew bug: #1064083 in nova "xenapi migrations fail w/ swap" [Undecided,Confirmed] https://launchpad.net/bugs/106408322:37
uvirtbotNew bug: #1064359 in nova "nova-manage doesn't validate the key value supplied to update the quota" [Undecided,Confirmed] https://launchpad.net/bugs/106435922:37
uvirtbotNew bug: #1065053 in nova "Nova backup image fails" [Undecided,Confirmed] https://launchpad.net/bugs/106505322:37
uvirtbotNew bug: #1065440 in nova "resize does not migrate DHCP host information" [Undecided,Confirmed] https://launchpad.net/bugs/106544022:37
uvirtbotNew bug: #1068716 in nova "Instances deleted during spawn leak network allocations" [Undecided,Confirmed] https://launchpad.net/bugs/106871622:37
uvirtbotNew bug: #1071168 in nova "'BackupCreate' should accept rotation parameter greater than or equal to zero" [Undecided,Confirmed] https://launchpad.net/bugs/107116822:37
uvirtbotNew bug: #1071595 in nova "finish_resize failures result in NoneType exception" [Undecided,Confirmed] https://launchpad.net/bugs/107159522:37
uvirtbotNew bug: #1075017 in nova "libvirt imagecache still runs even if disabled" [Undecided,Confirmed] https://launchpad.net/bugs/107501722:37
uvirtbotNew bug: #1076308 in nova "Logging CPU incompatibility when attempting live migration fails" [Undecided,Confirmed] https://launchpad.net/bugs/107630822:37
uvirtbotNew bug: #1079387 in nova "413 error code doesn't always provide Retry-After" [Undecided,Confirmed] https://launchpad.net/bugs/107938722:37
uvirtbotNew bug: #1081436 in nova "Only return the last N lines of the console log" [Undecided,Confirmed] https://launchpad.net/bugs/108143622:37
shaunoOkay, no more sugar for uvirtbot.22:38
uvirtbotNew bug: #1064765 in quantum "There are some cases that L3 API with an invalid parameter returns 500." [Undecided,Confirmed] https://launchpad.net/bugs/106476522:38
uvirtbotNew bug: #1066513 in nova "live_migration missing migrate_data parameter in Hyper-V driver" [Undecided,Confirmed] https://launchpad.net/bugs/106651322:38
uvirtbotNew bug: #1066887 in nova "live-migration and volume host assignement" [Undecided,Confirmed] https://launchpad.net/bugs/106688722:38
uvirtbotNew bug: #1067669 in quantum "Mapping same bridge to different phyiscal networks succeed" [Undecided,Confirmed] https://launchpad.net/bugs/106766922:38
uvirtbotNew bug: #1069573 in nova "Cloudpipe in Folsom: no such option: cnt_vpn_clients" [Undecided,Confirmed] https://launchpad.net/bugs/106957322:38
uvirtbotNew bug: #1070138 in nova "admin can't describe all images in ec2 api" [Undecided,Confirmed] https://launchpad.net/bugs/107013822:38
uvirtbotNew bug: #1071069 in nova "After restarting an instance volume is lost" [Undecided,Confirmed] https://launchpad.net/bugs/107106922:38
uvirtbotNew bug: #1071536 in nova "typo prevents volume_tmp_dir flag from working" [Undecided,Confirmed] https://launchpad.net/bugs/107153622:38
uvirtbotNew bug: #1073600 in nova "Compute manager doesn't update 'host' field when it tries to run a VM" [Undecided,Confirmed] https://launchpad.net/bugs/107360022:38
uvirtbotNew bug: #1073720 in nova "libvirt reboot sometimes fails to reattach volumes" [Undecided,Confirmed] https://launchpad.net/bugs/107372022:38
uvirtbotNew bug: #1073736 in nova "Calls to to_xml() to generate XML for a soft deleted flavor fail" [Undecided,Confirmed] https://launchpad.net/bugs/107373622:38
uvirtbotNew bug: #1073999 in quantum "Quantum service does not restart after reboot" [Undecided,Confirmed] https://launchpad.net/bugs/107399922:38
uvirtbotNew bug: #1074437 in nova "disassociate_floating_ip with multi_host=True fails" [Undecided,Confirmed] https://launchpad.net/bugs/107443722:38
uvirtbotNew bug: #1075018 in nova "libvirt imagecache should handle shared image storage" [Undecided,Confirmed] https://launchpad.net/bugs/107501822:38
uvirtbotNew bug: #1075859 in nova/essex "use_single_default_gateway does not function correctly" [Medium,In progress] https://launchpad.net/bugs/107585922:38
uvirtbotNew bug: #1078718 in nova "Fixed IP isn't released before updating DHCP host file" [Undecided,Confirmed] https://launchpad.net/bugs/107871822:38
uvirtbotNew bug: #1080406 in nova "DisassociateAddress can cause Internal Server Error" [Undecided,Confirmed] https://launchpad.net/bugs/108040622:38
uvirtbotNew bug: #1083818 in nova "Detached and deleted RBD volumes remain associated with insance" [Undecided,Confirmed] https://launchpad.net/bugs/108381822:38
uvirtbotNew bug: #1053633 in quantum "external network can be plugged also as internal network for one router" [Undecided,Confirmed] https://launchpad.net/bugs/105363322:39
uvirtbotNew bug: #1060389 in keystone "Non PKI Tokens longer than 32 characters can never be valid" [Undecided,Confirmed] https://launchpad.net/bugs/106038922:39
uvirtbotNew bug: #1062046 in quantum "There is a lot of cases that API with an invalid parameter returns 500." [Undecided,Confirmed] https://launchpad.net/bugs/106204622:39
uvirtbotNew bug: #1065276 in quantum "Quantum test suite leaks memory like a sieve" [Undecided,Confirmed] https://launchpad.net/bugs/106527622:39
uvirtbotNew 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/106795922:39
uvirtbotNew bug: #1068674 in keystone "Redo part of bp/sql-identiy-pam undone by bug 968519" [Undecided,Confirmed] https://launchpad.net/bugs/106867422:39
uvirtbotNew bug: #1068851 in keystone "Openssl tests rely on expired certificate" [Undecided,Confirmed] https://launchpad.net/bugs/106885122:39
uvirtbotNew bug: #1073768 in quantum "killfilter should handle updated/deleted executables" [Undecided,Confirmed] https://launchpad.net/bugs/107376822:39
uvirtbotNew bug: #1075369 in quantum "getting quotas from database has severe performance implications" [Undecided,Confirmed] https://launchpad.net/bugs/107536922:39
uvirtbotNew 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/107729222:39
uvirtbotNew bug: #1077651 in quantum "Unauthorized command: cat /proc/None/cmdline" [Undecided,Confirmed] https://launchpad.net/bugs/107765122:39
uvirtbotNew bug: #1078210 in quantum "Quantum linux bridge not optimized with libvirt" [Undecided,Confirmed] https://launchpad.net/bugs/107821022:39
uvirtbotNew bug: #1079980 in quantum "Delete port fails to gateway ip" [Undecided,Confirmed] https://launchpad.net/bugs/107998022:39
uvirtbotNew bug: #1080516 in quantum "delete floatingip should be in one transaction to delete port" [Undecided,Confirmed] https://launchpad.net/bugs/108051622:39
uvirtbotNew bug: #1080793 in quantum "python-quantum: not region aware" [Undecided,Confirmed] https://launchpad.net/bugs/108079322:39
uvirtbotNew bug: #1080988 in quantum "clear_db() does incomplete db teardown" [Undecided,Confirmed] https://launchpad.net/bugs/108098822:39
uvirtbotNew bug: #1081664 in quantum "At times a instance will not receive an IP address from the DHCP agent" [Undecided,Confirmed] https://launchpad.net/bugs/108166422:39
uvirtbotNew 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/108323822:39
uvirtbotNew bug: #1083387 in quantum "failed to update an external network into non external network" [Undecided,Confirmed] https://launchpad.net/bugs/108338722:39
uvirtbotNew bug: #1056420 in glance "nosetest options cause no such option errors" [Undecided,Confirmed] https://launchpad.net/bugs/105642022:40
uvirtbotNew bug: #1059634 in glance "Badly named stable/folsom Glance tarballs" [Undecided,Confirmed] https://launchpad.net/bugs/105963422:40
uvirtbotNew bug: #1060930 in glance "Admin can update metadata of a deleted image" [Undecided,Confirmed] https://launchpad.net/bugs/106093022:40
uvirtbotNew bug: #1060944 in glance "v1 API returns 200 OK when an admin deletes a deleted image" [Undecided,Confirmed] https://launchpad.net/bugs/106094422:40
uvirtbotNew 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/106518722:40
uvirtbotNew bug: #1065758 in glance "No exclude option to skip tests in run_tests.sh" [Undecided,Confirmed] https://launchpad.net/bugs/106575822:40
uvirtbotNew 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/107356922:40
uvirtbotNew bug: #1076216 in horizon "Edit image popup public checkbox not pulling in value" [Undecided,Confirmed] https://launchpad.net/bugs/107621622:40
uvirtbotNew 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/107650622:40
uvirtbotNew bug: #1078497 in keystone "keystone throws error when removing user from tenant." [Undecided,Confirmed] https://launchpad.net/bugs/107849722:40
uvirtbotNew bug: #1086151 in nagios-plugins (main) "Nagios utils.pm has wrong default path to rpcinfo" [Undecided,New] https://launchpad.net/bugs/108615122:41
tgm4883well this seems broke22:41
uvirtbotNew bug: #1071446 in glance "admins can see deleted images in v2 api" [Undecided,Confirmed] https://launchpad.net/bugs/107144622:41
uvirtbotNew bug: #1075580 in glance "Glance image-delete HTTPInternalServerError HTTP 500" [Undecided,Confirmed] https://launchpad.net/bugs/107558022:41
uvirtbotNew bug: #1085593 in bind9 (main) "bind 9.8.1-P1 crashes with an assertion failure" [High,Confirmed] https://launchpad.net/bugs/108559322:41
uvirtbotNew bug: #1086016 in sysstat (main) "iostat does not report load on individual partitions within RAID10 block device" [Undecided,New] https://launchpad.net/bugs/108601622:42
uvirtbotNew bug: #1060255 in nova "Host field set too early during builds" [Undecided,Confirmed] https://launchpad.net/bugs/106025522:48
uvirtbotNew bug: #1060363 in nova "Resource tracker uses regex DB query too often" [Undecided,Confirmed] https://launchpad.net/bugs/106036322:48
halvorsI'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:53
JanChalvors: are you sure it's not your ISP blocking outgoing port 25 (except for their own mail relay)?22:55
fission6i am in need of serious help22:56
fission6i think one of my servers has been hacked and i have no idea where to start22:56
JanCwhy do you think that?22:57
fission6JanC: 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 of22:58
JanCfission6: sounds like you probably want to re-install the server then  ☺23:00
sarnoldfission6: best is to take the server offline, re-deploy the services from backups, and investigate the hacked machine's hard drive offline...23:01
JanC(and keep it more secure next time)23:01
fission6i'd like to understand what happened23:01
JanCsarnold: linode = VPS23:01
fission6i am also in a rut where i did not back it up23:01
sarnoldfission6: 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 tools23:01
fission6i want to understand what happened23:01
sarnoldJanC: oh, I missed that, I never saw him say linode...23:01
fission6is there a security channel or something i can review?23:03
JanCfission6: what do you need backups of?23:03
sarnoldfission6: 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:03
fission6mongo and mysql, i feel safe with dumbs from them23:04
fission6and images23:04
fission6damn this is gonan be a nightmare23:04
fission6its funny because for the last 2 weeks i have been debating using lingoes backup23:04
fission6linodes23:04
JanCyou have no backup at all?23:05
fission6not really23:06
JanCI think that making a database dump should be fairly safe, especially if you check that there is nothing weird in it23:07
fission6yea i think so too23:07
JanCalthough, you can never be 100% sure...23:07
JanCcertainly check all the database users & their permissions23:08
JanC(maybe don't dump those at all, or separately)23:08
JanCchecking images might be more complicated23:10
fission6man i can't believe this23:11
fission6i just want to understand what happened exactly23:12
fission6i really like don't understand...23:12
JanCfission6: what applications did you run on it that can be accessed from the outside (web, sshd, ...?)23:13
ScottKfirst 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:13
sarnold.. though if that mysql was remotely accessible, it'd be a good bet.23:14
fission6mysql 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 something23:15
sarnoldoh right, the ssh brute forcing. yeah, if you used password authentication, that can also be a source of trouble.23:16
JanCit does (but if an attacker get root he/she can remove/change the logs of course)23:16
hallynstgraber: around?23:16
JanCusing password auth for ssh is usually not such a good idea...23:17
hallynpreferences question...  clearly we want command line specified logfile/loglevel to trump what is in lxc.conf.  But,23:17
hallynif 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:17
hallynI guess it has to be lxc_conf23:18
hallynso what is in lxc_conf may not reflect what's going on23:18
JanCfission6: were you using any webapps?23:18
hallynall right, that's settled, will dothath:)23:18
stgraberhallyn: :)23:18
fission6JanC: what do you mean specifically?23:18
sarnoldhallyn :)23:18
JanCfission6: some webapps are known for their security issues  ☺23:19
stgraberhallyn: 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 anyway23:19
hallynstgraber: +1 :)  bbl23:21
webfoxHello folks!23:47
webfoxCould someone help me figure how to verify which keyboard layout is my machine using right now please ?23:47
webfoxCould someone help me figure how to verify which keyboard layout is my machine using right now please ?23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!