[00:08] _KaszpiR_: it is wired link on a server [00:09] _KaszpiR_: where should I look to troubleshoot? planning to enable the tac_plus debug [00:09] <_KaszpiR_> first, check your cabling [00:10] <_KaszpiR_> like another network card, different switch port [00:10] <_KaszpiR_> replace cable [00:11] _KaszpiR_: can you please tell me why ? (learning) [00:13] <_KaszpiR_> what is the length of the network cable between switch and the server? [00:13] <_KaszpiR_> is if a full duplex or half duplex switch, or maybe hub (ugh...) [00:14] its a cat3528 switch in short distance [00:14] <_KaszpiR_> define short distance [00:14] Duplex: Half [00:14] yikes! [00:15] not quarter? [00:15] _KaszpiR_: you are right on money.. thanks a lot [00:15] _KaszpiR_: I will start monitoring this [00:15] <_KaszpiR_> replace cable, the first guess [00:16] _KaszpiR_: thanks [00:16] <_KaszpiR_> or check the plugs, sometimes they are getting loosened up or the connection may be dirty etc [00:16] <_KaszpiR_> worse scenario when one of the cables is wrong or using poor quality cable [00:17] <_KaszpiR_> get some simple network cable tester for that [00:18] ethtool eth1 shows half duplex.. dmesg | grep eth1 also shows it.. is there any other logfile that should have that info? [00:18] _KaszpiR_: ^ [00:18] <_KaszpiR_> i doubt it [00:18] [ 12.482613] igb: eth1 NIC Link is Up 100 Mbps Half Duplex, Flow Control: None [00:18] that was from dmesg [00:18] i wish I can tell when it switched to half [00:19] i guess this will work [00:19] # grep eth1 /var/log/dmesg [00:19] that shows it too [00:19] but I need to a timestamp [00:19] or depend on the monitoring tool to catch it [00:20] <_KaszpiR_> you may try to change settings with the ethtool [00:20] <_KaszpiR_> but usually forcing certian settings is just dangerous or performance degrading [00:26] _KaszpiR_: yeah, I am planning to do it.. may be when traffic is low :-) [00:26] we have a scheduled reboot coming up on Sunday [00:27] how do people usually handle ubuntu server security and kernel updates? [00:27] other distro seems to be way behind and not much reboots.. [00:27] wish ksplice were available for all and not bought by oracle [00:28] we reboot the ubuntu server more often than others to stay on top those kernel and security upgrade [00:58] hallyn, just to be sure, the patch doesn't actually do anything [00:58] right? [01:02] <_KaszpiR_> axisys ubuntu is imo the most often changed distro [01:02] <_KaszpiR_> sometimes it is not a good thing [01:02] <_KaszpiR_> on the other thing noone forces you to make reboots ;) [01:03] <_KaszpiR_> another story - some time ago I did kernel update (with distro update) and after reboot I was surprised that network card was no longer working [01:03] <_KaszpiR_> they moved drivers to nonfree [01:03] <_KaszpiR_> guess my enjoyment [01:13] axisys: if you're comfortable with other distros updating the kernel less frequently, you can simply reboot your Ubuntu less frequently... [01:24] Is there some better solution to the permissions conundrum WebDAV creates than setting the Apache umask to 000? [01:41] resolvconf -u doesn't seem to be updating my resolv.conf information from the settings in /etc/network/interfaces. [01:42] Does anyone know how to get resolvconf to reread the entries and generate a new resolv.conf file ? [01:52] hallyn: patched kernel + new ifupdown => no more network-interface-* entries left after the container is killed! [02:05] I have verified the /etc/resolv.conf is the proper symlink to /run/resolvconf/resolv.conf and I have checked that updates-enabled is set [02:05] I have tried to restart resolvconf via /etc/init.d/resolvconf restart; tried the resolvconf -u that the manual shows [02:06] but my /etc/resolv.conf file won't update the dns list from /etc/network/interfaces [02:10] smoser: right [02:10] just installs a sample sysctl.conf file to show *how* to do it [02:10] stgraber: \o/ [02:12] heh, s/blow/below/ [02:14] security updates may sometime need kernel upgrade or libc or openssl upgrade .. what's the workaround ? [02:14] in other words how to keep the system security uptodate w/o reboot? looking for suggestions [02:15] I guess looking for best practice [03:07] axisys: you need to reboot to get the new kernel obviously [03:58] pmatulis: right.. I do not want to upgrade new kernel unless it fixes security issue [04:00] so on unattended-upgrade just uncomment the security line is all I needed. and if that means kernel upgrade sometimes then be it.. [04:00] I am on right track ? [04:00] am I ? [04:28] any tips on making SSH stay open longer? one site said change the ClientAliveInterval but I don't see that in the sshd_config file [04:29] oneseventeen, ControlMaster auto ControlPath /tmp/ssh_%r@%h:%p ControlPersist 4h [04:29] oneseventeen, but on the server you have to make some modifications [04:31] oneseventeen: you could possibly try TCPKeepAlive and ServerAliveInterval as well [04:31] TCPKeepAlive is already yes, but I don't see a ServerAliveInterval... should I just add that to sshd_config [04:32] escott: thanks, I'll do some searching on ControlMaster/Path/Persist [04:32] oneseventeen: its a client side thing [04:33] ahh... I'm working with some 3rd party clients, I'll see what they have in the way of options. [04:35] oneseventeen: ClientAliveInterval is definately the server side version of it, and I see it in the sshd_config man page [04:35] oneseventeen: you can tweak it a bit more with ClientAliveCountMax as well === ibiris|afk is now known as ibiris [06:14] VPS with 3GB of RAM, 64-bit or 32-bit? I ran it 32-bit before but not sure if 64 would have any benefits [06:14] OpenVZ [06:15] Rule of thumb was always, 32-bit unless you have more than 4Gb RAM [06:16] whether virtual or physical server [06:16] Yeah I've thought to too, just never really thought about it :) [06:16] *so too [06:16] Bad english... not a native speaker :P [06:16] English is bad all over [06:16] That is too true ;) [07:32] Hello, I am trying to install Ubuntu precise on a Dell PowerEdge T410 server, the installer is asking me for disk driver, can anyone help ? [07:39] AnAnt: what sort of disk controller does that thing have? [07:39] AnAnt: and which ubuntu version is this? [07:39] Ubuntu Precise [07:40] RAID controller [07:40] PERC600 I thnk [07:40] what usually happens, is something new arrives and re-uses the old chipset, but with a new PCI ID, so that the driver doesn't find it [07:41] and btw, Dell normally supports RHEL and SuSE and that's about it... The custom drivers they might ship will probably *not* load properly on ubuntu [07:43] anyone can help me with postfix? [07:43] !ask [07:43] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [07:44] RoyK: so why is PowerEdge T410 a certified machine on Ubuntu website ? [07:44] http://daf2e3092688b173.paste.se/ [07:44] I get these errors [07:44] http://www.ubuntu.com/certification/hardware/201011-6780/ [07:44] AnAnt: erm - it is? [07:44] my mysql server is running, and the credentials are correct (I've checked) [07:45] Kartagis: then I guess there's a new version of the hardware, with a new PCI ID - that happens - it shouldn't, but it may [07:46] erm. you mean AnAnt, right? [07:46] or the machine I got has a different storage [07:46] new version of the hardware? /me is confused [07:46] anant: contact ubuntu/canonical support. if you have paid support for it, it'll be fixed quickly - otherwise it may take some time. Also, you might want to try to boot on Quantal [07:46] the website says Samsaung [07:47] AnAnt: right - that doesn't list the PERC [07:47] try Quantal, please [07:47] probably new chipset or just pci id [07:47] hmm [07:47] IIRC the PERC60 is just an LSI SAS2 controller [07:47] but different PCI ID [07:47] as usual [07:55] AnAnt: if it works with quantal, you should be able to hack up a custom precise boot cd or pendrive with the quantal kernel (so to avoid upgrading the whole thing to something non-LTS) [07:55] AnAnt: btw, is this a new T410? [07:56] RoyK: erm, we just bought it, yes [07:56] please try with Quantal - probably new pci id with old, working chips [07:57] if you have console access (with networking), try lspci -vvv [07:57] RoyK: can you help me with that? [07:58] Kartagis: looks like your pfuser mysql user has an issue connecting to its database - fix that [07:58] AnAnt: and lspci -vvvn [07:59] AnAnt: that'll list the PCI IDs associated with each PCI (express) unit in the system (including those soldered to the motherboard) [07:59] RoyK: I wouldn't know where to start, since credentials are correct (I've checked) [07:59] RoyK: I can run lspci -vvnn , since I am running the text installer [07:59] AnAnt: ctrl+alt+f2 [07:59] yes [07:59] there should be a console there [08:00] well, try quantal first [08:05] RoyK: ok, how could I know which PCI unit is the disk controller ? [08:12] AnAnt: http://paste.ubuntu.com/1427051/ [08:14] http://www.pcidatabase.com/ [08:14] so with my 1849:8168, 1849 is vendor id, 8168 is device id [08:21] RoyK: ok, how could I know which PCI unit is the disk controller ? [08:21] RoyK: funny thing is that megaraid_sas driver is indeed loaded ! [08:21] yet it still asks for a disk driver [08:22] Quantal does? [08:23] AnAnt: have you tested Quantal (12.10)? [08:23] not yet [08:24] https://help.ubuntu.com/community/InstallCDCustomization [08:25] I thought of running lspci before rebooting [08:25] did you do so? [08:25] yup [08:25] if you can find the PCI ID of that thing... [08:25] but I didn't find out which is the disk controller ! [08:26] run lspci -v first [08:26] without -n [08:26] I just ran lspci [08:26] that should show you its position - in my example, it's 04:00.0 [08:27] does that show something like RAID controller? [08:27] or SAS [08:28] well, forget it - try quantal [08:28] if it works, it works [08:28] then you can use a quantal kernel in a custom setup somehow [08:28] wellI can only see SATA controllers [08:29] isn't it little bit dangerous to mix stuff from different releases, especially the kernel [08:30] the kernel is usually the least dangerous - the worst is all the userspace stuff [08:30] ah, there is the SAS controller [08:30] then lspci -n should show its pci id [08:32] perhaps try a kernel from http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.6.3-quantal/ [08:32] I can check in 3.6.3 if that pci id is listed there [08:33] or - well - try quantal - if you can live with a non-lts build for another 18 months... [08:33] or 16 [08:33] I am trying to avoid non-LTS [08:33] so am I [08:34] just saying it's a wee bit tricky to install on something not supported by the kernel [08:34] ok, so the PCI ID is 0104: 1000:0079 [08:35] where shall I go from there ? [08:35] try quantal [08:35] to see if it's in that kernel [08:35] then we can see where to go from there [08:35] funny thing is that lspci says that this controller is indeed using megaraid_sas module === smb` is now known as smb [08:35] lspci doesn't say anything about kernel modules [08:35] but 1000 is indeed LSI [08:36] lspci -v -s 05:00.0 did give this output at the end: [08:36] standard SAS2 controller [08:36] Kernel driver in use: megaraid_sas [08:36] Kernel modules: megaraid_sas [08:37] please [08:37] the PCI IDs are hardcoded in the driver [08:37] when a new PCI ID is introduced, like here, 0097 is not listed in the driver [08:37] meaning megaraid_sas won't load [08:37] or perhaps it'll load, but it won't find the card [08:37] s/card/controller/ [08:38] well, the install log did list some stuff from megaraid [08:39] last line is: megasas: INIT adapter done [08:39] * RoyK gives up and goes to do something better [08:48] find, I'm trying quantal now === buildslayer is now known as shadeslayer [08:55] AnAnt: I guess no luck? === mcclurmc_away is now known as mcclurmc [08:57] RoyK: same problem with quantal [08:57] yeah, I checked the source up to linux 3.7, and that PCI ID is not there [08:57] however [08:57] http://www.mjmwired.net/kernel/Documentation/PCI/pci.txt [08:58] it seems it's possible to hot-add PCI IDs [08:58] I didn't know that [08:58] New PCI IDs may be added to a device driver pci_ids table at runtime [08:58] echo "vendor device subvendor subdevice class class_mask driver_data"> /sys/bus/pci/drivers/{driver}/new_id [08:59] though YMMV [08:59] I would consider using rhel/centos with the drivers shipped with the server (on a CD/DVD/something) [09:00] swearing in church, sure, but it's easier that way [09:07] there is no /sys/bus/drivers during install [09:07] oops [09:08] you'll probably want to load that driver first too [09:09] although I don't know how to fix this so it happens automatically after a reboot - it'll have to happen during kernel bootup or somewhere in the initrd [09:09] since nothing can be mounted before the driver is loaded [09:10] funny thing is that the driver is already loaded ! [09:10] well, that's good [09:10] class_mask ? [09:12] it's optional anyways [09:13] never tried that before, so no idea... [09:13] still asking me for disk driver ! [09:13] cat /proc/partitions [09:13] anything shows up? [09:13] sr0 [09:22] AnAnt: then no idea - sorry [09:22] AnAnt: what was the line you gave the driver? [09:22] the echo line ? [09:22] yeah [09:24] TBH, what I'd do if I were you in this, was testing centos and shipped drivers from dell [09:24] centos is a PITA, but it works [09:24] echo "1000 0079 1028 1f16 0104" > /sys/bus/pci/drivers/megaraid_sas/new_id [09:25] AnAnt: any output in dmesg after that? [09:28] no [09:29] AnAnt: sorry - really no idea [09:29] thanks [09:34] AnAnt: you may want to try to ask in #kernelnewbies @ irc.oftc.net [09:37] AnAnt: but really, just try centos [09:44] RoyK: I'd rather give the server back ! [09:53] AnAnt: well, if you can... There should be other servers around, or perhaps if you just got a PCI-ex controller, or perhaps even better, don't use "hardware" raid, you probably have sufficient hardware to run that part in software ;) [09:53] "hardware" raid is just software after all, it's just hidden [09:54] better let linux do that job - it's usually faster and just as safe [10:27] RoyK: sorry for troubling you, I found out that I had to configure the RAID before installing the OS ! [10:27] I mean adding logical volumes [10:28] ROTFL [10:28] it's first time I got a machine with RAID [10:28] we didn't need the RAID actually, it just came with the machine === mcclurmc is now known as mcclurmc_away [10:58] ivoks, around? I have a corosync question [11:16] jamespage: yep [11:26] jamespage: DO you happen to know what wordpress plugin we use for 'rebloggig' ? [11:26] Daviey, sorry - no [11:27] ivoks, I'm having trouble restarting corosync on quantal - but I can't figure out why - the process is just not responding to QUIT [11:27] ivoks, how can I diagnose further [11:27] ? [11:27] jamespage: are you sure it just doesn't take very long time? [11:27] jamespage: corosync spawns lots of other processes [11:28] ivoks, hmm - might be [11:28] let me check [11:28] jamespage: like crmd, lrmd, stonithd, etc... and then, depending on cluster configuration, it can take unlimited amount of time to stop it [11:28] maybe I was just being impatient! [11:28] jamespage: ideally, if nothing is set up, it takes a minute to get it to full start and then 10-15 seconds to stop it [11:28] meaning, after start it can't quit for next 60+ seconds [11:29] ivoks, ah - I see [11:29] ivoks, I see pacemaker running lots of those things [11:29] tbh, i haven't looked at pacemaker in quantal yet [11:29] i'm sure, once again, everything was redesigned :D [11:30] ivoks, ah - I see why "Dec 12 11:28:44 juju-openstack-lcy01-instance-10 corosync[987]: [pcmk ] notice: pcmk_shutdown: Preventing Corosync shutdown. Please ensure Pacemaker is stopped first. [11:30] " [11:30] in the old days, corosync would start pacemaker [11:30] right [11:30] i think now pacemaker has its own init script [11:30] and one needs to stop it before corosync [11:30] ivoks, it does but its not enabled by default [11:30] ... [11:31] look at /etc/corosync/corosync.conf [11:31] if it has pcmk service configured, corosync starts pacemaker [11:31] grep -sr pcmk /etc/corosync [11:32] ivoks, nothing - I think roaksoax did that on purpose [11:32] :) [11:33] if that machine is available, i could check it out === mcclurmc_away is now known as mcclurmc === matsubara-afk is now known as matsubara === cloudman is now known as cloud_away [13:03] * cloud_away is now away - Reason : taking the dog out [13:13] axisys: so don't upgrade the kernel then. or upgrade it but don't reboot [13:26] zul: btw, CA for grizzly is open [13:34] Daviey: yay! [13:40] adam_g: don't suppose you are around yet? :) === cpg is now known as cpg|away [13:50] Daviey: its still like 5:50 am for him [13:51] zul: I know, he's slack. :) [13:51] totally [13:51] We were up jogging at this time,. [13:52] Daviey: zul i thought adam_g is in Japan these days :P [13:53] Daviey: some of us who presumably had bears chasing us because thats the only reason to jog [13:54] Good morning. I've been running an Ubuntu Server 10.04 instance on EC2 for about 8 months now. I would like to upgrade it to 12.04-LTS. Is there any recommended "EC2" way of doing this, or, should I just do the standard ol'fashioned do-release-upgrade? [13:54] i got degraded raid-status just after creating the raid 1 and adding a partition. Is this because I did simultaniously create 3 raid 1 (each consisting of 2 hdds)? === matsubara is now known as matsubara-lunch [13:55] MrTorque: did they fully sync after creating? [13:55] or is that what is happening now? [13:57] MrTorque: i think it works like it should be . i mean there is no mirrored data on new partition [13:58] MrTorque: so it has to rebuild [14:04] hallyn, ping [14:05] xnox: they are right now mirroring [14:06] and while the first raid was about 1% complete i did create the next raid and another one. then i got 3 system mails that the raid is degraded... [14:06] simplexio: so every raid is degraded after creation? [14:07] i think so . i can be wrong too [14:11] Howdy friends, I'm trying to install 12.10 on a Supermicro machine that has the Intel Rapid Storage Enterprise SCU, the installer installs fine on the raid but then when the server reboots it doesnt seem to be finding grub. [14:12] hallyn, ok. so when you see this, 2 things. [14:14] a.) am i right that if i do 'lxc-start -n foo' (without '-d') then i can never detach from the container [14:14] b.) could you add the escape/detach sequence (ctrl-a q) to 'man lxc-console' [14:23] smoser: a. right [14:23] smoser: b. of course. i'll open a bug for it [14:27] Hi guys, is there a package where I can manage applications like dns, apache, vpns, etc per node? I have look at all and webmin seems to come closest to this but it can not manage per node/ per service.. [14:28] hallyn, thanks. if you do 'b', you'll reduce your pingcount from me by ~ 1/month. [14:28] maybe document in lxc-start man page also that there is no way to detach ? [14:31] smoser: i'll add that to the same bug [14:33] simplexio: hm, i will wait the 5h it takes to rebuild and see if the status changed. [14:33] thank you [14:36] MrTorque: send msg if my answer wasnt correct, it is good to learn [14:37] I hope I won't forget :) [14:38] hmm [14:38] wonder why this thing wont boot =) [14:38] I hate supermicro =D [14:40] is there any easy way to boot with a live cd or something and check grub? [14:57] yolanda: Your karama is going to go through the rood :) [14:58] yes, that quantum SRU generated more than 100 tasks! === Ursinha-afk is now known as Ursinha [15:27] New bug: #800466 in quantum "OVS plugin allows VMs to communicate when no logical connectivity exists" [High,Fix released] https://launchpad.net/bugs/800466 [15:27] New bug: #802772 in quantum "openvswitch plugin doesn't raise exceptions even under exception condition" [High,Fix released] https://launchpad.net/bugs/802772 [15:27] New bug: #802892 in quantum "Remove unused configuration file" [Undecided,Fix released] https://launchpad.net/bugs/802892 [15:27] New bug: #837174 in quantum "%(tenant_id)s referenced in unit tests logging statement but doesn't exist in locals()" [Undecided,Fix released] https://launchpad.net/bugs/837174 [15:27] New bug: #837752 in quantum "Multi-nic support not functioning (for Cisco Plugin)" [Critical,Fix released] https://launchpad.net/bugs/837752 [15:27] New bug: #838006 in quantum "Keystone support in Client library" [High,Fix released] https://launchpad.net/bugs/838006 [15:27] New bug: #838318 in quantum "Providing Quantum database unit tests " [Undecided,Fix released] https://launchpad.net/bugs/838318 [15:27] New bug: #841982 in quantum "API: list ports op apparently succeeds even if network does not exist" [Low,Fix released] https://launchpad.net/bugs/841982 [15:27] New bug: #842190 in quantum "CLI: get rid of cheetah for output generation" [Undecided,Fix released] https://launchpad.net/bugs/842190 [15:27] New bug: #845140 in quantum "L2Network plugin's multi-blade model needs unit tests" [Undecided,Fix released] https://launchpad.net/bugs/845140 [15:27] New bug: #855151 in quantum "Remove keystone middleware from Quantum for Diablo release" [Undecided,Fix released] https://launchpad.net/bugs/855151 [15:27] New bug: #859864 in quantum "OVS plugin exception when retrieving vif ports" [High,Fix released] https://launchpad.net/bugs/859864 [15:27] New bug: #860160 in quantum "Add code coverage support to quantum" [Medium,Fix released] https://launchpad.net/bugs/860160 [15:27] New bug: #863635 in quantum "remove cheetah import in cli file" [High,Fix released] https://launchpad.net/bugs/863635 [15:27] New bug: #875458 in quantum "pep8 0.6.1 violations prevent checkins to master" [Critical,Fix released] https://launchpad.net/bugs/875458 [15:27] New bug: #875468 in quantum "client lib has serialization bug when creating port with content" [Medium,Fix released] https://launchpad.net/bugs/875468 [15:27] New bug: #887706 in quantum "Exlude pyc files from pep8 verifications" [Low,Fix released] https://launchpad.net/bugs/887706 [15:27] New bug: #888811 in quantum "Brokenness in ubuntu oneiric" [High,Fix released] https://launchpad.net/bugs/888811 [15:28] New bug: #890672 in quantum "ovs_quantum_agent should use sqlalchemy" [Undecided,Fix released] https://launchpad.net/bugs/890672 [15:28] New bug: #903581 in quantum "etc/quantum.conf.sample is not valid" [Low,Fix released] https://launchpad.net/bugs/903581 [15:28] New bug: #875995 in quantum "update README" [High,Fix released] https://launchpad.net/bugs/875995 [15:28] New bug: #877525 in quantum "Unit tests dump log to stdout/stderr" [Medium,Fix released] https://launchpad.net/bugs/877525 [15:28] New bug: #888207 in quantum "ovs plugin test output is split between client/server" [Low,Fix released] https://launchpad.net/bugs/888207 [15:28] New bug: #888820 in quantum "pip_requires for specific plugins" [Low,Fix released] https://launchpad.net/bugs/888820 [15:28] New bug: #889336 in quantum "Version number is specified in multiple places" [Low,Fix released] https://launchpad.net/bugs/889336 [15:29] New bug: #890028 in quantum "Use run_tests or pylint and pep8 validation" [Low,Fix released] https://launchpad.net/bugs/890028 [15:29] New bug: #890180 in quantum "ovs-vsctl default timeout" [Low,Fix released] https://launchpad.net/bugs/890180 [15:29] New bug: #890498 in quantum "ovs plugin pip-requires should have mysql-python" [Low,Fix released] https://launchpad.net/bugs/890498 [15:29] New bug: #891246 in quantum "The Makefile for building the openvswitch plugin agent tarball no longer works" [High,Fix released] https://launchpad.net/bugs/891246 [15:29] New bug: #891267 in quantum "ovs plugin fails on stock xenserver" [Medium,Fix released] https://launchpad.net/bugs/891267 [15:29] New bug: #903684 in quantum "import_class and import_object defined twice in utils.py" [Undecided,Fix released] https://launchpad.net/bugs/903684 [15:29] New bug: #921743 in quantum "Quantum API 1.0 does not conform with spec for creates" [High,Fix released] https://launchpad.net/bugs/921743 [15:29] New bug: #923510 in quantum "get_network call always queries all ports" [Medium,Fix released] https://launchpad.net/bugs/923510 [15:29] New bug: #925372 in quantum "Remove deprecated webob attributes in Quantum API" [Medium,Fix released] https://launchpad.net/bugs/925372 [15:29] New bug: #925596 in quantum "quantum console script in both quantum and quantumclient" [Undecided,Fix released] https://launchpad.net/bugs/925596 [15:29] New bug: #934459 in horizon "virtualenv install script needs to avoid -E" [High,Fix released] https://launchpad.net/bugs/934459 [15:29] New bug: #942713 in quantum "some plugins don't check tenant ownership" [Critical,Fix released] https://launchpad.net/bugs/942713 [15:29] New bug: #943711 in quantum "pip-requires not in tarball generated by setup.py sdist" [Critical,Fix released] https://launchpad.net/bugs/943711 [15:29] New bug: #943810 in quantum "update outdated OVS readme to point to website" [High,Fix released] https://launchpad.net/bugs/943810 [15:29] New bug: #950374 in quantum "WebOb version dependency differs from other OpenStack projects " [Undecided,Fix released] https://launchpad.net/bugs/950374 [15:29] "| [15:30] New bug: #925074 in quantum "quantum tarball missing files, including OVS agent" [Critical,Fix released] https://launchpad.net/bugs/925074 [15:30] New bug: #934115 in quantum "Quantum API returns 200 status code when wrong error of the API is specified on URI" [Undecided,Fix released] https://launchpad.net/bugs/934115 [15:30] New bug: #938637 in quantum "quantum unit test doesn't pass with openvswtich or linuxbridge plugin" [Undecided,Fix released] https://launchpad.net/bugs/938637 [15:30] New bug: #940732 in quantum "stack.sh can't match sql_connection string in default ovs_quantum_plugin.ini" [Undecided,Fix released] https://launchpad.net/bugs/940732 [15:30] New bug: #943031 in quantum "After MySQL connection failure (or timeout), first request reports MySQL Server has gone away, following requests work" [High,Fix released] https://launchpad.net/bugs/943031 [15:30] New bug: #943782 in quantum "ovs + nvp plugin missing some files in sdist tarball" [High,Fix released] https://launchpad.net/bugs/943782 [15:30] New bug: #948467 in quantum "agents should not need to run as root" [Medium,Fix released] https://launchpad.net/bugs/948467 [15:30] New bug: #949261 in quantum "Nova drivers need to be removed from Linux Bridge Plugin code base" [Medium,Fix released] https://launchpad.net/bugs/949261 [15:30] New bug: #950535 in quantum "Doc: Example 3.10 title is incorrect" [Undecided,Fix released] https://launchpad.net/bugs/950535 [15:30] New bug: #951089 in quantum "Wrong title descriptions in port API docs" [Undecided,Fix released] https://launchpad.net/bugs/951089 [15:30] New bug: #954538 in quantum "Cisco plugin unit tests are failing" [High,Fix released] https://launchpad.net/bugs/954538 [15:30] New bug: #954906 in quantum "Missing files in generated tarballs" [Critical,Fix released] https://launchpad.net/bugs/954906 [15:30] New bug: #962282 in quantum "HTTP action in API doc for Delete Network should be DELETE instead of PUT" [Medium,Fix released] https://launchpad.net/bugs/962282 [15:30] New bug: #962853 in quantum "After enabling authN, creating a second network for 'default' tenant fails" [Critical,Fix released] https://launchpad.net/bugs/962853 [15:30] New bug: #963152 in quantum "Missing files in Quantum RC1 tarballs ?" [High,Fix released] https://launchpad.net/bugs/963152 [15:30] New bug: #994652 in quantum "nova-scheduler crashes with the cisco Quantum scheduler" [Undecided,Fix released] https://launchpad.net/bugs/994652 [15:30] New bug: #995438 in quantum "Quantum Service Terminates if database service is not running" [Undecided,Fix released] https://launchpad.net/bugs/995438 [15:30] New bug: #1000251 in quantum "calling quantumclient CLI from cisco plugin CLI doesn't work" [Undecided,Fix released] https://launchpad.net/bugs/1000251 [15:30] New bug: #1007153 in quantum "XS should not have the centos repo enabled by quantum this can break the system" [Undecided,Fix released] https://launchpad.net/bugs/1007153 [15:30] New bug: #1089404 in lxc (universe) "lxc-console man page: document escape sequence" [Low,Triaged] https://launchpad.net/bugs/1089404 [15:31] New bug: #921774 in nova "snapshot stays in saving state if the vm base image is deleted" [High,Fix released] https://launchpad.net/bugs/921774 [15:31] New bug: #956559 in quantum "VIF driver and scheduler for UCS plugin are broken" [High,Fix released] https://launchpad.net/bugs/956559 [15:31] New bug: #994758 in quantum "xen installer crashes on quantum agent installation" [Undecided,Fix released] https://launchpad.net/bugs/994758 [15:31] New bug: #1001941 in quantum "Linux bridge print error" [Undecided,Fix released] https://launchpad.net/bugs/1001941 [15:31] New bug: #1004791 in nova "When attach volume lost attach when node restart" [High,Fix released] https://launchpad.net/bugs/1004791 [15:31] New bug: #1020555 in horizon "Wrong 'Download CSV Summary' link" [High,Fix released] https://launchpad.net/bugs/1020555 [15:31] New bug: #1026210 in nova "Nova flavor ephemeral space size reported incorrectly" [Undecided,Fix released] https://launchpad.net/bugs/1026210 [15:31] New bug: #1031291 in horizon "TypeError when trying to delete an unnamed volume via dashboard" [High,Fix released] https://launchpad.net/bugs/1031291 [15:31] New bug: #1039077 in horizon/essex "open redirect / phishing attack via "next" parameter" [Medium,Fix released] https://launchpad.net/bugs/1039077 [15:31] New bug: #1040537 in nova "Bridge port's hairpin mode not set after resuming a machine" [High,Fix released] https://launchpad.net/bugs/1040537 [15:31] New bug: #1045152 in oslo "Heavily loaded nova-compute instances don't sent reports frequently enough" [High,Confirmed] https://launchpad.net/bugs/1045152 [15:31] New bug: #1057125 in horizon/essex "stable/essex horizon installs unusable version of glance" [Critical,Fix released] https://launchpad.net/bugs/1057125 [15:31] New bug: #1089402 in qemu-kvm (main) "qemu-utils installs dangling symlink in precise" [Undecided,New] https://launchpad.net/bugs/1089402 [15:32] New bug: #996482 in nova/essex "failed to allocate fixed ip because old deleted one exists" [Medium,Fix released] https://launchpad.net/bugs/996482 [15:32] New bug: #1017633 in nova/essex "deallocate_fixed_ip attempts to update an already deleted fixed_ip" [Medium,Fix released] https://launchpad.net/bugs/1017633 [15:32] New bug: #1043999 in nova "nova usage-list returns wrong usage" [High,Fix released] https://launchpad.net/bugs/1043999 [15:32] New bug: #1046313 in nova "At termination, LXC rootfs is not always unmounted before rmtree() is called" [High,Fix released] https://launchpad.net/bugs/1046313 [15:32] New bug: #1079745 in nova/essex "Essex 2012.1.3 : Error deleting instance with 2 Nova Volumes attached" [Undecided,Fix committed] https://launchpad.net/bugs/1079745 [15:32] New bug: #1088971 in squid3 (main) "squid3 is not compiled with ssl support" [Undecided,Won't fix] https://launchpad.net/bugs/1088971 [15:32] New bug: #1089218 in munin (main) "Merge munin 2.0.9-1 (main) from Debian experimental" [Wishlist,New] https://launchpad.net/bugs/1089218 [15:32] New bug: #1089342 in postfix (main) "Postfix uses temporary IPv6 address for outbound connections" [Wishlist,Confirmed] https://launchpad.net/bugs/1089342 === matsubara-lunch is now known as matsubara [15:37] New bug: #953093 in glance (main) "Add dbconfig-common support to glance" [Low,Won't fix] https://launchpad.net/bugs/953093 [15:37] thanks for the update uvirtbot [15:38] New bug: #797419 in quantum "Quantum routes error on RHEL" [Undecided,Fix released] https://launchpad.net/bugs/797419 [15:38] New bug: #798261 in quantum "Quantum API fails to generate JSON Faults" [High,Fix released] https://launchpad.net/bugs/798261 [15:38] New bug: #813433 in quantum "Align API implementation with specifcation" [Critical,Fix released] https://launchpad.net/bugs/813433 [15:38] New bug: #814012 in quantum "Malformed XML request body causes 500 error" [Low,Fix released] https://launchpad.net/bugs/814012 [15:38] New bug: #1041396 in keystone/essex "Token validation includes revoked roles (CVE-2012-4413)" [Critical,Fix released] https://launchpad.net/bugs/1041396 [15:38] New bug: #1046905 in keystone/essex "Memcached Token Backend does not support list tokens" [Critical,Fix released] https://launchpad.net/bugs/1046905 [15:38] New bug: #1050025 in keystone/essex "Token invalidation in case of role grant/revoke should be limited to affected tenant" [Medium,Fix released] https://launchpad.net/bugs/1050025 [15:38] New bug: #1056373 in keystone/essex "memcache driver needs protection against unicode user keys" [Critical,Fix released] https://launchpad.net/bugs/1056373 [15:38] New bug: #1088857 in net-snmp (main) "LM-SENSORS-MIB includes thresholds" [Undecided,New] https://launchpad.net/bugs/1088857 [15:40] ! [15:44] New bug: #814518 in quantum "Request body parser should reject body with invalid elements" [Low,Fix released] https://launchpad.net/bugs/814518 [15:47] soren: uvirtbot is going a bit nuts, ideas? [15:47] New bug: #817813 in quantum "Default plugin in the plugins.ini" [High,Fix released] https://launchpad.net/bugs/817813 [15:51] New bug: #814517 in quantum "XML serializer adds extra spaces / newlines to text" [Low,Fix released] https://launchpad.net/bugs/814517 [15:54] New bug: #818321 in quantum "Inconsistent deserialization of integers" [High,Fix released] https://launchpad.net/bugs/818321 === gary_poster is now known as gary_poster|away === gary_poster|away is now known as gary_poster [15:59] New bug: #821733 in quantum "Undefined variable in cli.py" [Medium,Fix released] https://launchpad.net/bugs/821733 [16:04] New bug: #824145 in quantum "Quantum needs a setup script" [Undecided,Fix released] https://launchpad.net/bugs/824145 [16:07] New bug: #827272 in quantum "collection actions for PUT and DELETE methods on resource extension routes to update and delete action of the resource." [Undecided,Fix released] https://launchpad.net/bugs/827272 [16:09] New bug: #804237 in quantum "Avoid loading plugin multiple times" [High,Fix released] https://launchpad.net/bugs/804237 [16:12] New bug: #834008 in quantum "Remove weak pattern in API" [Undecided,Fix released] https://launchpad.net/bugs/834008 [16:18] New bug: #822890 in quantum "Quantum project is missing any sort of "LICENSE" file that is needed to ensure that we meet "legalese" requirements." [Critical,Fix released] https://launchpad.net/bugs/822890 [16:19] New bug: #834013 in quantum "API: create operations should return 202" [Undecided,Fix released] https://launchpad.net/bugs/834013 [16:23] New bug: #834491 in quantum "api alignment merge broke ovs plugin" [Critical,Fix released] https://launchpad.net/bugs/834491 [16:25] New bug: #834694 in quantum "Integrity error when deleting a network with ports" [Medium,Fix released] https://launchpad.net/bugs/834694 [16:28] New bug: #835216 in quantum "Arg values not being populated in exceptions report by CLI" [High,Fix released] https://launchpad.net/bugs/835216 [16:30] New bug: #1089466 in horizon (main) "[SRU] Meta bug for tracking Horizon stable-essex update" [Undecided,Confirmed] https://launchpad.net/bugs/1089466 [16:33] I get an error from dovecot, and can't figure out how to fix it: http://paste.ubuntu.com/1427860/ [16:34] May anyone update the roundcibe package to the latest version? 0.8.4 http://www.roundcube.net/ [16:36] New bug: #897882 in quantum "Quantum needs proper setup.py (was: command 'egg' not found when running install_venv.py)" [High,Fix released] https://launchpad.net/bugs/897882 [16:39] New bug: #900093 in quantum "_check_duplicate_net_name in db/api.py" [Undecided,Fix released] https://launchpad.net/bugs/900093 [16:41] Nobody knows how to fix my issue? [16:42] New bug: #833163 in quantum "Pep8 Violations in recent packaging changes that were merged into the trunk" [Critical,Fix released] https://launchpad.net/bugs/833163 [16:42] New bug: #900277 in quantum "cleanup in cisco plugin db api module" [Low,Fix released] https://launchpad.net/bugs/900277 [16:44] New bug: #900316 in quantum "Installation with setup.py doesn't work" [High,Fix released] https://launchpad.net/bugs/900316 [16:46] New bug: #902175 in quantum "nova-manage network delete fails with QuantumManager" [High,Fix released] https://launchpad.net/bugs/902175 [16:48] soren: uvirtbot spam ^^ - any chance you could shut it up, please? [16:50] New bug: #903580 in quantum "avoid erroneous error about extensions path on boot" [Low,Fix released] https://launchpad.net/bugs/903580 [16:51] New bug: #891705 in quantum "Extensions' CLI module in Cisco plugin is broken after packaging changes" [Medium,Fix released] https://launchpad.net/bugs/891705 [16:54] New bug: #906636 in openstack-ci "quantum virtualenv doesn't build" [Critical,Fix released] https://launchpad.net/bugs/906636 [16:56] New bug: #911663 in quantum "PEP8 quantum cleanup" [Undecided,Fix released] https://launchpad.net/bugs/911663 [16:57] New bug: #916018 in openstack-ci "Need to have working quantum-tarball jobs" [High,Fix released] https://launchpad.net/bugs/916018 [16:59] New bug: #917630 in quantum "quantum plugin setup scripts can't import version" [Undecided,Fix released] https://launchpad.net/bugs/917630 [17:01] New bug: #919265 in quantum "Quantum create port API accepts invalid state value" [Undecided,Fix released] https://launchpad.net/bugs/919265 [17:02] New bug: #1089488 in nova (main) "[SRU] Meta bug for tracking Nova stable-essex updates" [Undecided,Confirmed] https://launchpad.net/bugs/1089488 [17:04] New bug: #920299 in quantum "quantum has outdated + duplicate README" [Medium,Fix released] https://launchpad.net/bugs/920299 [17:06] Daviey: sup [17:27] New bug: #834449 in quantum "Plugin gets loaded twice" [High,Fix released] https://launchpad.net/bugs/834449 [17:27] Hello everyone. [17:27] evening [17:28] New bug: #817826 in quantum "Incorrect param name in cli.py" [Medium,Fix released] https://launchpad.net/bugs/817826 [17:29] New bug: #798262 in quantum "Faulty XML deserialization " [Critical,Fix released] https://launchpad.net/bugs/798262 [17:30] Just a qq. The php max upload filesize is set at 64M I can't attach anything bigger than 8Mb to an email on the when trying to send [17:30] Anyone know what else could be the limiting factor? === mcclurmc is now known as mcclurmc_away [17:37] I get an error from dovecot, and can't figure out how to fix it: http://paste.ubuntu.com/1427860/ [17:37] Is the way to go to just make dir /var/www/Maildir and chown and chgrp to www-data? [17:39] * RoyK guesses apparmor may be in the way [17:41] Why use /var/www/Maildir in the first place? I think a good answer depends on the answer to this question. [17:42] Or is this a dovecot thing? [17:54] adam_g: did you push the quantal sru into the CA [17:57] zul: no, i wasn't planning on putting any of them there until they get into quantal-proposed [17:57] back in 30 [17:58] adam_g: k === broder_ is now known as broder [18:06] New bug: #1089519 in clamav (main) "package clamav-freshclam 0.97.6+dfsg-1ubuntu1 failed to install/upgrade: package clamav-freshclam is already installed and configured" [Undecided,New] https://launchpad.net/bugs/1089519 === yofel_ is now known as yofel [19:12] zul: did you get a bug # from jay's keystoneclient issue yesterday? [19:13] adam_g: yeah i asked him to open up a bug against python-keystone but i wasnt able to reproduce this myself [19:14] zul: did one get opened? curious about it but cant find one [19:14] hld on [19:15] https://bugs.launchpad.net/ubuntu/+source/python-keystoneclient/+bug/1089194 [19:15] Launchpad bug 1089194 in python-keystoneclient "Oddness in keystoneclient Folsom packaging in relation to Glance" [Undecided,Incomplete] === acidflash_ is now known as acidflash [19:20] I installed 12.04 server, I need gui for one of the people that will be using server.. I did apt-get install xinit, when I startx I get a small white box in the upper left with a command prompt.. any ideas? [19:22] you might also want to install a window manager [19:29] bieb: apt-get install ubuntu-desktop [19:29] just make sure network-manager* isn't installed - it'll mess up networking - binding it to the gui [19:30] you can easily uninstall it later, though I don't think ubuntu-desktop includes that [19:32] RoyK: does that give teh same desktop as a regular 12.04 install? [19:34] RoyK: unity.. I couldnt remember the name of it [19:35] New bug: #1089583 in dovecot (main) "Dovecot gets killed upon starting" [Undecided,New] https://launchpad.net/bugs/1089583 [19:38] bieb: yes [19:38] it does [19:38] of course, you can change that later [19:38] ehhh.. not a huge fan of unity [19:39] but it installs whatever needed for a good desktop [19:39] can you install the ubuntu fallback? [19:39] I don't use X on servers [19:39] someone else might know [19:39] ohh.. that would be a good reason to use the ubuntu desktop.. to give a good desktop [19:39] bieb: was that 'gnome-panel'? [19:40] sarnold: not sure what the old ubuntu gui was.. I thought you could apt get ubuntu fallback.. I will have to look that up [19:42] heh, apt-cache search ubuntu fallback --> 0 results [19:44] sarnold: gnome-session-fallback [19:45] bieb: nice. :D === lifeless_ is now known as lifeless [19:56] can someone give me a little basic info about the Cloud live image? [19:57] Following the instructions here: https://help.ubuntu.com/community/UbuntuCloudInfrastructure#Use_Your_Cloud I am told to go to http://node-address/horizon and log in. that returns a 404 error [19:57] if I go to http://node-address (presuming that's actually the correct way), I DO get a login prompt [19:57] however, the suggested UID/PW of admin/openstack does not work. [20:00] adam_g: bug 1029430 .. I can't quite grok what kernel/userspace combo this impacts. Is it clear to you? [20:00] Launchpad bug 1029430 in nova "KVM guests networking issues with no virbr0 and with vhost_net kernel modules loaded" [High,Confirmed] https://launchpad.net/bugs/1029430 [20:00] * Daviey wants a truth table :) [20:03] Daviey: yes. kernel 3.3. made vhost_net enabled by default. when its enabled, virtualized enviornments where a dhcp server is running on the host and serving to guests on the same machine (nova's multi_host, libvirt's default network) wont work without some extra IPtables rules. libvirt takes care of setting this up for its default network (and i believe other networks it manages), but other virt users (nova, for instance) that do not make us [20:04] adam_g: but off at 'make us' [20:04] s/but/cut/ [20:04] Can I resize my partitions without rebooting the server? [20:05] sarnold: huh? [20:05] adam_g: you wrote too much in one line, you got cut off at "that do not make us" [20:06] oh [20:06] other virt users (nova, for instance) that do not make use of libvirt for that need to do so manually [20:09] adam_g: Ah, that is the issue you were working on! [20:09] makes sense now [20:09] Neal_, if you can umount them [20:09] escott: it's the main partition [20:10] Daviey: i imagine there are build options to avoid the change, tho [20:10] Neal_, then no. not with most normal filesystems [20:10] Neal_: resize2fs manpage says you can expand ext3 and ext4 without having to unmount the filesystem first [20:11] Neal_: whether you trust it is another matter :D [20:11] escott: I have 1.8TB on /home and only 10GB on / and I want / to have 100GB instead, but I can't take the server offline. [20:11] adam_g: but it's indicative of potential unnoticed regressions [20:11] sarnold: will look into it, thanks [20:14] hi, good morning, I'm trying to setup bonding in my ubuntu machine, I use wicd as network manager, I've following wiki to get an bond0 device, https://help.ubuntu.com/community/UbuntuBonding , it works to set it up, however when I use wicd-curses to stablish a conection with 1 of the slave devices it pushes wlan0 out of the slaves interfaces, should I stop using wicd bonding? [20:15] chilicuil: what are you trying to accomplish? [20:16] RoyK: to use 2 wireless connections as 1 in order to obtain as much assurance in the conection as possible [20:16] same access point? [20:17] RoyK: no [20:17] same L3 network? [20:17] RoyK: no [20:17] then you'll need a routing protocol of sorts [20:17] they're 2 different isp [20:17] isn't bonding intended more for "doubling speed" than "doubling reliability"? sort of like a striped RAID rather than mirrored RAID? [20:18] sarnold: bonding is a lot of different things [20:18] RoyK: hehe, figures :) [20:18] sarnold: with LACP, you can have redundancy and higher bandwidth, with master/slave setup, you only get redundancy etc [20:18] read up about it [20:18] RoyK: thanks! :D [20:19] RoyK: ok, I'll look at it, thanks for your time === ibiris is now known as ibiris|afk [20:30] New bug: #1089602 in ceph (main) ""ceph" package in Quantal (12.10) linked against libunwind7, which is not available" [Undecided,New] https://launchpad.net/bugs/1089602 === acidflash_ is now known as acidflash [20:51] New bug: #1089194 in python-keystoneclient "Oddness in keystoneclient Folsom packaging in relation to Glance" [Undecided,Invalid] https://launchpad.net/bugs/1089194 [20:54] stgraber: so lxc-attach works (at leaset without userns) with the userns kernel... but apparmor profile doesn't get changed of course. which is sort of dangerous. just something to heed [20:55] hallyn: hmm, indeed. I guess we'll want lxc to change to the container's apparmor profile too then [20:56] stgraber: probably safest with a lxc-attach-specific profile which allows bypassing lxc-start on the way to the container profile [20:56] sigh [20:56] somehow didn't see thta one coming [20:57] yeah and attach to userns does nto yet work [20:57] see, we still have lots of things to do for alpha2 ;) [20:57] (upstream lxc alpha2 that's) [20:57] well thats a kernel bug [20:58] / missing feature [20:58] u guess ill file a bug about the profile switch [20:58] sigh [20:58] s/^u/i/ [21:01] smoser: new stable-apt fast release, feels more transparent than bolted on now. [21:01] smoser: it's pretty insanely fast with aws mirrors [21:01] ? [21:01] link? [21:02] http://www.iloveubuntu.net/apt-fast-181-released-aria2c-default-and-under-hood-improvements [21:05] smoser: I put like three regions in the mirror= section and cranked up the connections to 35 and it was real fast. [21:05] smoser: I have no science for you though, just anecdotes and possibly misleading localized performance. [21:05] :) [21:11] New bug: #1089629 in lxc (universe) "lxc-attach must switch to container's apparmor profile" [High,Triaged] https://launchpad.net/bugs/1089629 [21:25] jcastro_, can i 'apt-get update' somehow ? [21:26] apt-fast update === acidflash_ is now known as acidflash === cpg|away is now known as cpg === acidflash_ is now known as acidflash [23:21] Daviey: still about? [23:51] adam_g: yah [23:52] Daviey: http://people.canonical.com/~agandelman/nova_2012.2-0ubuntu5.2~cloud0/ [23:53] Daviey: just hit quantal-security. thats for ca. also, theres the 2012.2.1 update thats stewing in queue for quantal-proposed, that doesn't include that security update. should i just trump that with a new stable/folsom snapshot that includes this cve? [23:56] adam_g: yeah, the copy from quantal-proposed to updates could happen now [23:56] So base on quantal-proposed, and we'll fast track it [23:58] Hmm, is there any hope for qemu-kvm 1.2 to be backported to 12.04? Being unable to blockpull really puts a kink in external snapshotting . . . [23:58] Daviey: not sure i follow that