[01:31] New bug: #915112 in nova (main) "nova-compute-xen with broken dependency" [Undecided,New] https://launchpad.net/bugs/915112 [01:33] New bug: #691390 in asterisk (universe) "[needs-packaging] asterisk-1.8" [Wishlist,Fix released] https://launchpad.net/bugs/691390 === bicranial_ is now known as bicranial [03:43] anyone in here have any experience with grub2, raid10, and gpt? [03:44] I keep getting an error from grub2 saying "error: device not found" (or something similar) [03:44] if I do an ls in the grub-rescue, I don't see the mdraid drives [03:50] I was wondering why does no one host a web applet that allows you to send magic/wol packets? === Kiall_ is now known as Kiall [03:58] I would think someone would host or having something out there and I have a feeling I just havent found it. Basically I dont want my friends to have to isntall wake-on-lan software to wake up my server === sixstringsg|away is now known as sixstringsg [04:45] Curious. [04:45] Does anyone here use Ubuntu 10.04 under VMWare vSphere? I'm curious exactly about the vmware-tools repos for ubuntu and if version matters so much. [04:45] As in, using latest. [05:21] I ran an upgrade after adding a dotdeb source, can't figure out how to solve this mysql conflict https://gist.github.com/1598925 [05:21] google wasn't of much help... [05:24] What is dotdeb? [05:24] trying to overwrite '/usr/bin/mysql', which is also in package mysql-client-core-5.1 0:5.1.41-3ubuntu12.10 [05:25] macnix: you need to remove mysql-client-core-5.1 before yo uinstall mysql-client-5.1 because the two repos have broken the mysql source package into different binary packages [05:25] ok, managed to delete the new apt sources, apt-get update, then finished the install -f [05:25] http://www.dotdeb.org/ ugh, what a crock [05:25] now removing the problematic packages manually [05:26] well, he has some newer packages [05:26] couldn't find them anywhere else [05:26] Use the flipping packages Ubuntu provides in your release instead of grabbing random third-party shite like some RHEL weenie [05:26] macnix: and why do you think you need a newer release? [05:27] Further, dotdeb packaging appears to be for Debian systems, and results on Ubuntu will be undefined. [05:28] some stuff I compile, but other stuff just takes too long. dotdeb is a good interim solution. [05:28] don't have time to build all the latest packages myself. [05:28] New release = new bugs [05:28] Especially if you compile it yourself or take some random third-party package. [05:29] yes, I agree, unless you go for specific, newer versions which have proven to be good [05:29] Just because upstream says it works doesn't mean it actually does work. [05:30] Unless you have specific feature or bugfix that you absolutely must have, DO NOT upgrade away from the packages provided by your release. [05:31] cheers for the wise words ;). I will re-consider my approach. [05:31] At this point your system is probably buggered enough that you should consider reinstalling from scratch. === sixstringsg is now known as sixstringsg|away [05:43] hello folks, anyone know what the future holds for NFS with an alternative authentication system that isn't kerberos? [05:50] thermionix: zero [05:50] Kerberos is the only authentication mechanism that's actually secure [05:51] (Well, except for single-host auth infrastructure, which is irrelevant for NFS) === sixstringsg|away is now known as sixstringsg === sixstringsg is now known as sixstringsg|away [06:06] New bug: #915167 in beautifulsoup (main) "package python-beautifulsoup 3.2.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/915167 === sixstringsg|away is now known as sixstringsg === sixstringsg is now known as sixstringsg|away [08:00] hi all [08:00] . [08:02] adam_g, http://paste.ubuntu.com/801476/ that is what i use for thinkpad battery stuff. see usage. [08:23] zul, bug 904532 [08:23] Launchpad bug 904532 in nova "Provide a script to automate cleanup of _base" [Medium,Confirmed] https://launchpad.net/bugs/904532 [08:31] zul: https://bugs.launchpad.net/ubuntu/+source/nova/+bug/873243 [08:31] Launchpad bug 873243 in nova "nova-compute-xen depends on xen-linux-system which does not exist" [High,Fix released] [08:38] hallyn: the test still breaks :( [08:38] hallyn: lxcguest does not exist in lucid [08:39] rbasak: ah, that's right - there's an open bug on that. we get it from ppa, but ppa's don't compile for arm. [08:39] rbasak: can you just edit the test and take out lucid? [08:40] hallyn: ok, rerunning [08:41] maybe this should server as motivation for me to work harder on that bug (lxcguest backport) [09:01] Daviey: hey there. Is https://blueprints.launchpad.net/ubuntu/+spec/foundations-p-ipv6 on your todo? Would be great to have isc-dhcp-server updated (probably moving from one sysvinit job to two upstart jobs, one for ipv4 and one for ipv6) soonish so we can get extensive testing. [09:02] Daviey: if your team is too busy, I can probably move that to my own todo and try to find some time to do it (instead of copy/pasting init scripts on my servers :)) [09:10] hallyn: failure with set -x: http://paste.ubuntu.com/801518/ [09:11] hallyn: lxc-ps -n oneiric-test -- -ef returns nothing [09:12] rbasak: all right all right - what does lxc-ls show? [09:12] root@panda-test:~# lxc-ls [09:12] oneiric-test test_container [09:12] oneiric-test [09:12] hallyn, I can give you a shell if that's easier? [09:12] rbasak: yes pls === koolhead11 is now known as koolhead17 [09:48] smoser: sed '$s/^foo$/bar/' [09:49] smoser: sed -i '$s/^exit 0$/d' [09:49] smoser: sed -i '$s/^exit 0$/d' /etc/rc.local [09:49] { echo 1; echo 2; echo 3; } | sed '$/3/d' [09:49] smoser: sed '$s/^exit 0$//' [09:49] smoser: sed -i '$s/^exit 0$//' /etc/rc.local [09:53] smoser: Have you used cloud-init with the Rackspace cloud? [09:53] soren, no. i've never tried. [09:53] but you're going to fix that fo rme. [09:53] thanks. [09:53] :) [09:54] ngh.. [09:54] I walked right into that one, didn't I? [09:54] It's going to be rather amputated, seeing as I can't upload custom images there and cloud-init isn't pre-installed. [09:55] yeah. [09:55] I can inject files, though. [09:55] smoser: sed -i '${/^exit 0$/d}' /etc/rc.loca [09:55] So I can inject an upstart job that installs cloud-init. [09:55] but if we got it working... and ti worked well, it seemed like rackspace might be open to that. [09:56] Once they switch to OpenStack, I imagine we'd be able to provide images ourselves. [09:56] ...with the right stuff in there. [09:57] So, assuming cloud-init was there, and the only thing I could do was to inject files.. Is there any way I can feed data to cloud-init? [09:57] soren, you would know better than i. [09:57] smoser: Only marginally so. [09:57] but my impression was always that their openstack solution would be very tight and likely not even allow uploading images. [09:57] i dont knwo why i got that feeling. [09:57] smoser: Maybe. Who knows? [09:58] (rhetorical question alert) [09:58] soren, yeah, you can inject metadata and user-data into [09:58] Cool. where do I put it? [09:58] see http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/files/head:/doc/examples/seed/ [09:59] smoser: It's not entirely obvious to me what the difference is between DataSourceNoCloud and DataSourceNoCloudNet? [10:00] nocloudnet runs afternetwork is up. [10:00] so you can do a #include of a network resource [10:00] (or do apt-get install in a boothook) [10:01] I see. [10:01] smoser: Cool, thanks. [10:21] jodh: stgraber: lp:~serge-hallyn/ubuntu/precise/upstart/upstart-containers is what I'll eventualy be proposing for moving upstart bits from lxcguest into upstart. Won't be until the container-reboot patch hits kernel, but if you see anything wrong, I"d appreciate feedback. [10:21] hallyn: thanks. I'll take a look... [10:23] \0/ thx [10:53] Morning all [10:57] I'm trying to setup a network install, I've got the boot process working but it's still looking for the cd after the keyboard detection i've passed in the following http://pastebin.com/CntCMMgW === sanderj__ is now known as Sander^work [11:10] rbasak, http://paste.ubuntu.com/801610/ [11:25] New bug: #915259 in php5 (main) "php5-mysql startup of pdo_mysql.so fail due to undefined symbol: php_pdo_register_driver" [Undecided,New] https://launchpad.net/bugs/915259 === kerframil_ is now known as kerframil [12:26] New bug: #915282 in cloud-init (main) "cloud-init does not select ec2 mirrors" [Undecided,New] https://launchpad.net/bugs/915282 [12:33] hello, i hope that someone can steer me in the right direction here... i have access to an installation of ubuntu on a server which is accessible over the internet with an adress like asdf.dhcp.university.com running an apache2 listening on port 80 and i'm wondering if it's possible to "add" another prefix like test.asdf.dhcp.university.com so that the apache can route traffic to that adress to e.g. a tomcat running on the sam [12:33] e machine [12:35] <_ruben> you'd need to reverse proxy those requests towards tomcat then, and it'd require university.com to make sure your "test" subdomain points to the same ip [12:40] so my understanding is that university.com has a dns server running which resolves all the subdomains to the corresponding ip adresses but it's not possible to run another dns server on one of the subdomains to create more subdomains originating from e.g. asdf.dhcp.university.com, that correct? [12:41] hello [12:41] I tried a remote dist-upgrade and it hanged here http://imgur.com/dCsTK [12:41] what would be a wise next step now? [12:42] <_ruben> cloudy37: not without university.com doing some delegation to that "another dns server" [12:43] <_ruben> ClaudiuT: can you stil open a new ssh session? [12:43] yes [12:43] <_ruben> ClaudiuT: then take a look with ps/top/etc what's currently going on and go from there [12:43] what happens if you press "enter" in the terminal? [12:44] onre: nothing, goes one row lower [12:44] (just making sure that you haven't accidentally pressed ctrl+S for whatever reason :) [12:44] allright, not then [12:44] top looks clean [12:45] but I think this is the problem 22140 pts/2 Ss+ 0:01 /usr/bin/dpkg --force-overwrite --status-fd 27 --conf [12:45] <_ruben> i tend look at the top say 10 lines of ps auxOT [12:45] <_ruben> err [12:45] <_ruben> bottom [12:45] <_ruben> not top === smb` is now known as smb [12:47] like this? http://pastebin.com/jvFL5DMM [12:47] I have a zombie there [12:47] should I kill -9 it? [12:48] killing zombies usually does nothing [12:50] ctrl-c and apt-get upgrade? [12:53] ClaudiuT, that's what i would do. [12:54] allright, thanks [12:56] how can I solve this? debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable [12:58] <_ruben> probably there's still a debconf process running [13:00] yup, that was it [13:00] apt-get upgrade said 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [13:01] everything seems to be fine now [13:31] hallyn: do you know the status of https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/632764 ? [13:31] Launchpad bug 632764 in ifupdown "LXC containers stop working with the newest version of the package" [Medium,Triaged] [13:54] hey ikonia didn't manage to find anything relating to URI :( still trying to look but not finding anything [14:04] stgraber: hm, no... [14:04] stgraber: i don't think we're patching around that in lxcguest any more, so maybe it's fixed [14:05] hallyn: yeah, I don't remember seeing this, so I'm quite tempted to marking it fix released even if I can't point to a specific fix [14:10] stgraber: i just stuck an upstart job in my container that starts on net-device-up IFACE=lo, and it did start on boot. [14:10] so yeah, it's fixed, somehow [14:12] utlemming, lp:~smoser/+junk/check-archive/ [14:12] https://code.launchpad.net/~smoser/+junk/check-archive/ === jpds_ is now known as jpds [14:14] stgraber: would you like to take a look at our current lxc patch before I dput? [14:19] rbasak: i hosed the panda installing lxc from archive. a little ridiculous. i'm going to commit the current proposed version from the archive, then we can bugfix from there as needed === kerframil_ is now known as kerframil === bladernr_afk is now known as bladernr_ [14:33] hallyn: I'm a bit busy with ifupdown that I'd like to upload today, so if you think it's good and reasonably tested, just upload it. Otherwise I can have a look later tonight (likely after dinner) [14:33] stgraber: np, uploaded it, thanks. === LogShed007 is now known as LogShed009 === LogShed007 is now known as LogShed009 [16:04] roaksoax, did you make it any furthre on odev ? [16:05] lynxman, https://code.launchpad.net/~orchestra/orchestra/odev/ [16:05] thats "odev", which guides you through building a orchestra environment on your local system [16:05] smoser: hmm interesting :) [16:06] you should try walking through it. i'm begging people to, so someone other than i has done it. [16:21] New bug: #915423 in libnss-ldap (main) "libnss-ldap and libnss-ldap:i386 can not be purged together" [High,Triaged] https://launchpad.net/bugs/915423 [16:27] smoser: yeah works like a charm now [16:28] smoser: for some reason the time kvm ... etc etc was not fully completing [16:28] roaksoax, good. [16:28] thank you for that [16:29] smoser: btw.. are you planning to make this a bit more automated? [16:29] yeah, i have some stuff to do on it [16:29] the goal is to have the zimmer-build automated [16:29] and have that available for download [16:29] the stock one [16:30] so that step would be gone [16:30] and then i want to have the 'setup.py' renamed and have it basically set up everything for you and allow you to do things like: 'add node' 'add-node-to-cobbler' and stuff like that [16:30] then... [16:30] (you're more htan welcome to hepl with this if you find it useful) [16:30] then the bug thing i want to get to is the ability to use a cloud-image [16:31] instead of doing a deploy [16:31] (to fast path juju) [16:32] smoser: right, I think we could have both, so we can decide whether we wanna use images or do installations. Cause that way we can test "physical" deployments with orchestra [16:38] right [16:38] roaksoax, yeah. i just wanted the shortcut becuase its painful slow otherwise [16:39] smoser: agreed. but I still think we need a regular installation to test everything else [16:40] hello, I'm trying to set up ipsec in Ubuntu, but not working, when the client send ISAKMP, it receives from Ubuntu Server ICMP destination unreachable, any ideas? [16:44] roaksoax, yeah. we're going to have to be tricky somehow to do it the fast path [16:44] never mind, I think I've got it [16:44] as it will require cobbler talking to your system and saying "cheat and clone this node for me" [16:44] adam_g, http://paste.ubuntu.com/801910/ [16:49] smoser: probably writing a power management template [16:50] smoser: that clones the imagine and then starts it with virsh [16:51] smoser: so we would only have to modify the current virsh template [16:52] maybe, yeah [16:52] can a power management template get at ks vars ? [16:52] then we could have a var on the system that we just toggle [16:55] smoser: idk actually, but I don't see why it couldn't as it still gets vars from cobbler either wya [18:38] smoser: # echo "c 1:7 rwm" > /sys/fs/cgroup/devices/lxc/ubuntu-jstack-nova-compute-0/devices.allow [18:53] anyone know why my public IP address remains the same after connecting to an openvpn server? [19:21] nonotza: I assume the traffic isn't routed through your VPN... [19:22] if I'm connected - isn't that a default behavior of the vpn? === sixstringsg|away is now known as sixstringsg [19:31] depends on the vpn [19:37] SpamapS: ola amigo [19:38] nonotza: what does "ip route list" say? (put it on a pastebin) === JanC_ is now known as JanC [20:10] hi there [20:12] I did a plain Ubuntu install on a system which contains a RAID, the OS is on a non RAID HDD [20:12] now the system does not boot when any of the raid hdds are installed [20:12] it marks the raid degraded and breaks the init [20:13] nevertheless there is nothing needed on there [20:13] and the system boots just fine when the RAID hdds are disconnected [20:13] wtf is wrong? [20:13] natty booted just fine [20:22] I did a plain Ubuntu install on a system which contains a RAID, the OS is on a non RAID HDD now the system does not boot when any of the raid hdds are installed it marks the raid degraded and breaks the init nevertheless there is nothing needed on there and the system boots just fine when the RAID hdds are disconnected wtf is wrong? natty booted just fine === sixstringsg is now known as sixstringsg|away === doommaster_ is now known as doommaster === doommaster_ is now known as doommaster === dendrobates is now known as dendro-afk [22:24] I am working on an Ubuntu server that is starting up with / as read-only [22:24] why is this happening? [22:25] is there a common cause for this... like a drive dying? [22:31] what's /usr/sbin/named do? [22:33] EvilResistance: resolve DNS addresses? [22:33] JanC: required in server installs? [22:33] it's part of BIND normally [22:33] (its taking up 18% of a low-mem VPS) [22:33] JanC: how would i go about killing it? [22:34] killall ? [22:34] EvilResistance: if you don't need yourown DNS service, and you can use a DNS relay from your VPS provider (or elsewhere), it's not strictly required, no [22:35] ack, i found the big mem eaters... [22:35] php-fpm is taking up 48% memory o.O [22:35] I'd suggest you make sure your name lookups don't use a local service if there isn't one ;) [22:37] right... [22:37] not sure why its running though [22:37] i cant find any package associated with it [22:37] and its got 5 processes running (named) [22:38] $ dpkg -S `which named` [22:38] bind9: /usr/sbin/named [22:38] assuming yours is isc too, I'd assume the same package, but that's a handy one to know [22:39] and if you really want a local DNS relay/cache (for performance reasons) you can also try something like dnsmasq [22:39] hmm, trimming down memory of php-fpm, normally isn't easy [22:39] atleast if you actually needed php for anything [23:18] hello everyone. i just setup my first ubuntu server. but i am having problems with the software raid === nonotza_ is now known as nonotza [23:19] even if i rebuild the raid, when i restart the server the next day, the raid1 is no more working again [23:20] sdb is always getting removed from the raid [23:22] can someone take a look at the smart values of my sdb and tell me if this disc is really faulty ? http://pastebin.com/1Txby5WG [23:24] or is it possible that i didnt configure the raid1 correctly? [23:29] here are [23:30] ups. here are the mdadm details: http://pastebin.com/S0PBPZxd [23:31] is anyone there?