=== Havenstance_ is now known as Haven|Home [01:05] ivoks: so that's the patch to fix it? is there an open bug for it? [01:07] jdstrand: yeah, i did see the patches go by. i've not tested them, virt-manager integration hangs with it, and virt-install does not 'create' a container like ppl expect it to [02:54] zul: thanks [02:54] hallyn: yeah, me either [02:56] jamespage, zul: nova db migration thus far if you want to take a look: lp:~corey.bryant/+junk/nova-migration-after (and for comparison, this has a patch with no modifications to the stable/havana history: lp:~corey.bryant/+junk/nova-migration-before) [02:56] upgrade seems to work ok, downgrade not so good [02:58] also I've been using this to dump the db: http://paste.ubuntu.com/7196972/ [03:08] how can i compare 2 folders between 2 servers recursively and find the missing files or different files? anyone know an app? [03:10] hi , how to download from /archive.ubuntu.com ? [03:35] tapout: Something along the lines of rsync --recursive --delete --dry-run --verbose perhaps? [03:39] andol, that may work eh [03:39] find . -type f -print0 | xargs -n 1 -P 8 --null md5sum [03:39] this is what i'm using right now [03:39] script hourly.0 [03:39] ... and going to use mysql memory tables to delete the same md5's [03:40] reading manpage of rsync tho [03:40] cheers [03:43] wow that worked great [04:03] tapout: Assuming you don't want to trust mtime+size you can also add the (obviously slower) --checksum option. [05:01] what's the best way to attach a shell script i have to run at boot? running 12.04LTS server. [05:07] rc.local ? [05:11] If it needs to daemonize look into pleaserun. [06:02] I am running ubuntu server, with apache 2.4.7 on a server... the load time has been slow so i'm playing with configuration... was suggested that if i didn't need it to turn off followsymlinks in the vhost directive which i did and now i have a 403 for the domain.. any ideas? ( i'll gist anything needed ) [06:39] Good morning. [07:32] Goodmorning [08:49] zul, I managed to foobar dh-python on my last merge for the CA [08:49] fixed now - all reverse BD's rebackported [08:50] zul, that's why glance won't test right now :-( [09:23] hi [09:25] someone please can take a look at my ntp.conf - I just cant get it to work so another local server can sync its time with my local ntp server? http://pastebin.com/M7VPsmWK [09:25] All I get is a "no server suitable for synchronization found" when running ntpdate 192.168.1.11 [10:14] zul, nova now building in PPA OK _ must have been a broken dependency due my dh-python foobar [11:02] I dont get that. When removing "restrict 192.168.1.0 mask 255.255.255.0 notrust" from ntp.conf, clients are able to sync with my local ntp server. This is the opposite of what the config says. Any clues on that? [11:59] Doesn't ubuntu server come with a preconfigured ntp client? [11:59] all our servers are running out of sync of each other [12:05] smoser: bug 1281767 is milestoned for 14.04. Is that a problem? [12:05] Launchpad bug 1281767 in simplestreams "simplestreams by-hash storage" [Medium,Confirmed] https://launchpad.net/bugs/1281767 [12:06] Cadero: no, install ntp. [12:09] jamespage: excelente [12:11] zul, I fixed up openstackclient [12:12] zul, we won't bump our epoch [12:52] does gateway have to be in the same subnet as the ip address when i define an interface? [12:53] tomixxx6: YEs. [12:54] soren: ty [12:55] tomixxx6: The gateway is where packets are sent if there's no other way to reach the destination. If the gateway wasn't on the same subnet, there'd be no way to reach it. [12:55] (Unless you had another route that enabled you to reach the gateway, but if you were doing something exotic like that, I don't think you'd be asking this question) [12:55] jamespage: sounds good [12:55] kk, the problem is that the gateway is on another subnet and i must have two different subnets [12:56] tomixxx6: You only need one gateway. [12:56] next your going tell me I only need one gf also [12:56] Actually, you can only have one. (unless you're doing policy routing, but again: If you were doing something like that, you wouldn't be asking these questions) [12:56] lets say gateway is on subnet 192.168.0.0. how can nodes of subnet 10.4.128.0 use gateway? [12:57] patdk-wk: If you can handle more than one, knock yourself out. You get multiple mothers in law, too, don't forget that. [12:57] do i need some NAT ? [12:57] tomixxx6, you don't [12:58] tomixxx6: I saw you ask something over in #openstack, too, so I'm assuming this is all OpenStack stuff? [12:58] soren: yes [12:58] tomixxx6: OpenStack handles all the NAT stuff for you. [12:58] soren: kk... but the VMs cannot connect to i-net [12:58] hypervisor can connect to i-net however [12:58] tomixxx6: You don't have to set it up yourself. If it's not working, you need to look at your OpenStack config, not your base network config. === mjohnson15_2 is now known as mjohnson15 [12:59] kk [13:26] hallyn, zul: do you guys have any pending libvirt uploads? [13:27] hallyn, zul: we are preparing bug #1298611 [13:27] Launchpad bug 1298611 in lxc "[FFe] apparmor signal and ptrace mediation" [High,In progress] https://launchpad.net/bugs/1298611 [13:28] jdstrand: i dont [13:29] jdstrand: knock yourself out [13:33] hehe, thanks :) [13:33] this will be a nice improvement for libvirt/openstack [13:49] smoser, https://bugs.launchpad.net/cirros/+bug/1301958 [13:49] Launchpad bug 1301958 in cirros "Please use mtu option provided by dhcp" [Undecided,New] [13:49] did it in the end [13:49] sorry it took me two weeks to write two sentences [13:50] jamespage, how useful would it be for you to get that ? [13:50] i'm planning on doing it for 0.4.X. [13:51] and i can probably provide you with a hacked image that does it. [13:51] i think [13:56] smoser, right now I can't use cirros for certain tests in openstack-on-openstack testing [13:56] specifically the neutron ones that actually ssh to the machines and check things [13:56] so it slows things down as the standard ubuntu images take a bit longer to boot [13:58] jamespage, will a hacked version help you? [13:58] smoser, it would [13:58] I can stuff that in object storage for tests to use [13:58] can you give me a place to test / see failure? [14:03] smoser, yes [14:07] zul, pushing rc1 to -updates in the CA - smoked OK [14:13] its too bad that not every OS can be as good as cirros. [14:21] hi guys, anyone had any luck in preseeding a disk setup with raid+lvm+crypto? from what I understand it's not possible to have crypto+raid [14:26] jdstrand: i don't, thanks [14:30] jamespage: ack === atpa8a_ is now known as atpa8a [14:49] hi, i can wget 173.194.116.120 but i cannot wget www.google.at [14:49] normally, eth1 get's its config by external dhcp, now i have configured eth1 static. [14:49] dns not working anymore [14:50] anyone know what to do? [14:52] ubuntu 12.04? [14:52] server? [14:52] YES [14:52] ubuntu 12.04.04 lts server [14:52] GOOD :) [14:52] where did you specify the dns? [14:52] in the interfaces file? [14:53] no, i have not specified dns in interfaces file, i thought to define address, netmask and gateway is sufficient [14:53] those params are needed to reach other networks [14:54] but to map urls (www.google.at) to ips ( 173.194.116.120) you need DNS to work [14:54] soren, https://www.stgraber.org/2012/02/24/dns-in-ubuntu-12-04/ [14:54] this is how it's done :) [14:54] briefly [14:54] The DNS configuration for a static interface should go as “dns-nameservers”, “dns-search” and “dns-domain” entries added to the interface in /etc/network/interfaces [14:54] copied from the page [14:54] TY [14:55] once done, "ifup -a" [14:55] or, if it does not work, service networking restart. This is discouraged though [14:55] sudo reboot ftw!" [14:55] nothing else is working here [14:55] that works as well... :) [14:56] bye, gotta leave [14:56] cu [14:57] good luck [14:57] TY! [14:57] np [15:35] hi, i have the following problem: i can wget for example www.orf.at but i cannot wget www.google.at -> results in "network is unreachable" [15:36] wget? [15:36] yes, wget [15:36] can you ping it? [15:37] yes, i can ping [15:37] tomixxx6: Any different with a wget -4? [15:38] "wget -4 www.googl.at"? [15:38] Yepp [15:39] "wget: invalid option -- 4" [15:39] "google" even? [15:39] i have cirros virtual machine [15:39] cirros? [15:40] a small operating system for cloud computing [15:40] oh you are the guy with the broken openstack [15:41] yeah ^^ [15:41] i'am very close to a working openstack, although [15:41] you think? [15:42] tomixxx6: Well, wget is supposed to have a -4 flag, and the point being to expliclty test IPv4. One guess being that your system things it has IPv6 connectvity, but doesn't really. [15:42] andol: sounds reasonable [15:42] tomixxx6: That would have explained why www.google.at behaves differnetly, since it has an AAAA record, while www.orf.at doesn't [15:43] this would mean i have a working openstack deployment, omg [15:43] maybe i should try an ubuntu image [15:44] (Also, the ping command is always IPv4, with the ping6 command for icmpv6 pings [15:44] ) [15:45] andol: wow, this would explain a lot [15:46] ty! [16:35] what does "~" mean in a path, like "~/.ssh/authorized_keys" [16:35] where is this "~" ? [16:40] ok, got it, its the root directory of the logged user [17:02] anyone else experience slow updates? [17:04] parallel21: That depends on SO many factors. [17:04] it no workee [17:04] What factors should I be looking at? [17:04] parallel21: So, which country are you in, which mirror servers are you using, etc. [17:04] US [17:05] us.archive.ubuntu.com [17:05] Now you'll have to do a traceroute to us.archive.ubuntu.com. [17:06] 15 hops [17:06] What am I looking for in the traceroute? [17:07] Where your network is slow. [17:09] Once it hits sterlingnetwork.net, it jumps from 3ms to 73ms [17:09] I have no problem getting to http://us.archive.ubuntu.com/ . [17:10] site loads fine [17:10] Just `sudo apt-get update` crawls [17:11] parallel21: sudo apt-get -o Debug::Acquire::http=true update [17:12] !ops | guoos, privmsg spamming [17:12] guoos, privmsg spamming: Help! Channel emergency! soren, lamont, mathiaz, Pici, Daviey, Tm_T or pmatulis [17:14] jpds: running that I get a list of 404's [17:15] W: Failed to fetch bzip2:/var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_trusty_universe_binary-i386_Packages Hash Sum mismatch [17:15] parallel21: sudo rm -rfv /var/lib/apt/lists/* [17:15] That'll purge your cache. [17:16] Then rung that apt-get -o Debug::Acquire::http=true update again? [17:17] parallel21: Yep. [17:18] It's still updating at like 93kB/s [17:33] parallel21: That's your network. [17:33] don't think so mate [17:34] I can download an image at near 20mB/s [17:34] Performing updates on centos machines screams [17:35] I've just had problems with my ubuntu machines [17:36] parallel21: Tried another US mirror like mirror.anl.gov ? [17:36] I'll try that [17:44] Success! Thanks jpds [17:45] s/your network/somewhere in the network between you and us.archive/ [17:45] :-) [17:46] is us.archive still in the UK? [17:46] JanC: No. [17:46] I remember it used to be :) [17:46] It did. === lazyPower is now known as lazyPower-travel [18:45] hi [18:46] I'm stuck with kickstarting an Ubuntu installation. The installation itself wents fine, but grub installation fails with "executing 'grub-install (hd0)' failed." This is the relevant part of my kickstart file: http://pastebin.com/2cshnPPd [18:46] Maybe someone has a clue? [19:06] zermobr yes [19:06] should read zerombr [19:06] I don't think that's your problem though [19:12] Hmm, no it isnt. I fixed that typo, but I get the same grub install error. [19:27] adam_g: hey we are still on track for tomorrow arent we? [19:28] zul, for what? 2013.2.3? [19:36] yeah [19:37] zul, its released now. pushing the tarballs to LP [19:37] zul, tarballs hsould be up at tarballs.openstack.org [19:37] I am planning on building a home server with 8x3TiB drives in raidz2. Would 8 GiB of ram be enough? This is the RAM I would be using (already have it). http://www.ebay.ca/itm/Patriot-Memory-Sector5-8gb-2-x-4gb-DDR3-1333-Dual-RAM-DDR3-10666-PGV38G1333ELK-/291113083847?pt=US_Memory_RAM_&hash=item43c7b123c7 [19:38] Are you certain grub was installed on the install process? [19:40] parallel21: was that for me? [19:40] bekks: yeah, sorry [19:41] parallel21: gonna check i again, please hold on [19:49] parallel21: I guess grub is installed. I get these error messages on vt4(?) http://picpaste.com/Bildschirmfoto_vom_2014-04-03_21_47_04-peDj0Dbr.png with this particular kickstart file section: http://pastebin.com/YKj3wHwV [19:49] I dont get where that vg "sda" might be coming from - and why hd0 isnt found. [19:52] Where's it getting "(hd0)" from, something internal, or something you've specified? Because that should be the system block device, which looks there should be "/dev/sda" [19:53] The VG detection is because the lvm metadata hasn't been wiped [19:55] hd0 / sda is the only harddisk attach. I'm gonna wipe it and try again, to get a somehow more clear error message. [20:03] This is the log with a wiped harddisk: http://picpaste.com/pic2-OZILkQPn.png [20:04] the last os-proper line shows sda2 as swap, so I dont get why it doesnt find hd0 - which should be / is the one and only disk attached (besides the cdrom, which is detected as sr0). [20:12] Is ZFS stable running on Ubuntu? [20:14] Guegs: i intend to run it myself 'eventually', in the last few months of #zfsonlinux it seems that using zfs solely for data works well, but using it for root doesn't work as well [20:15] is xen 4.4 going to be in trusty? [20:15] I would just be using it as a storage array sarnold. Thanks for that chan though. Didn't know it existed. [20:16] mwhudson: yes: https://launchpad.net/ubuntu/+source/xen [20:16] Guegs: it's good stuff, those guys are like magic with a 'zfs status' pastebinned output :) [20:16] sarnold: oh cool [20:17] sarnold: blargh, no arm64 builds? [20:18] mwhudson: eek. no idea there [20:18] i think it should work [20:18] but i'd better become informed first :) [20:22] sarnold: do you know anything about xen packaging? [20:23] is it one of these projects that has a debian directory upstream that is stupid? [20:31] hm [20:31] sort of [21:11] zul, okay its official out [21:45] mwhudson: sorry, I don't know much about it beyond that smb takes care of xen for reasons I don't think I'll ever understand :) hehe [21:45] heh heh === thumper is now known as thumper-gym