/srv/irclogs.ubuntu.com/2014/04/03/#ubuntu-server.txt

=== Havenstance_ is now known as Haven|Home
hallynivoks: so that's the patch to fix it?  is there an open bug for it?01:05
hallynjdstrand: 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 to01:07
jdstrandzul: thanks02:54
jdstrandhallyn: yeah, me either02:54
coreycbjamespage, 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
coreycbupgrade seems to work ok, downgrade not so good02:56
coreycbalso I've been using this to dump the db: http://paste.ubuntu.com/7196972/02:58
tapouthow can i compare 2 folders between 2 servers recursively and find the missing files or different files?  anyone know an app?03:08
david_linhandhi , how to download from /archive.ubuntu.com ?03:10
andoltapout: Something along the lines of rsync --recursive --delete --dry-run --verbose perhaps?03:35
tapoutandol, that may work eh03:39
tapoutfind . -type f -print0 | xargs -n 1 -P 8 --null md5sum03:39
tapoutthis is what i'm using right now03:39
tapoutscript hourly.003:39
tapout... and going to use mysql memory tables to delete the same md5's03:39
tapoutreading manpage of rsync tho03:40
tapoutcheers03:40
tapoutwow that worked great03:43
andoltapout: Assuming you don't want to trust mtime+size you can also add the (obviously slower) --checksum option.04:03
invinceablewhat's the best way to attach a shell script i have to run at boot? running 12.04LTS server.05:01
sheptardrc.local ?05:07
CoreyIf it needs to daemonize look into pleaserun.05:11
defuncprocessI 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:02
lordievaderGood morning.06:39
Guest52699Goodmorning07:32
jamespagezul, I managed to foobar dh-python on my last merge for the CA08:49
jamespagefixed now - all reverse BD's rebackported08:49
jamespagezul, that's why glance won't test right now :-(08:50
bekkshi09:23
bekkssomeone 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/M7VPsmWK09:25
bekksAll I get is a "no server suitable for synchronization found" when running ntpdate 192.168.1.1109:25
jamespagezul, nova now building in PPA OK _ must have been a broken dependency due my dh-python foobar10:14
bekksI 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:02
CaderoDoesn't ubuntu server come with a preconfigured ntp client?11:59
Caderoall our servers are running out of sync of each other11:59
rbasaksmoser: bug 1281767 is milestoned for 14.04. Is that a problem?12:05
uvirtbotLaunchpad bug 1281767 in simplestreams "simplestreams by-hash storage" [Medium,Confirmed] https://launchpad.net/bugs/128176712:05
mardraumCadero: no, install ntp.12:06
zuljamespage:  excelente12:09
jamespagezul, I fixed up openstackclient12:11
jamespagezul, we won't bump our epoch12:12
tomixxx6does gateway have to be in the same subnet as the ip address when i define an interface?12:52
sorentomixxx6: YEs.12:53
tomixxx6soren: ty12:54
sorentomixxx6: 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
soren(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
zuljamespage:  sounds good12:55
tomixxx6kk, the problem is that the gateway is on another subnet and i must have two different subnets12:55
sorentomixxx6: You only need one gateway.12:56
patdk-wknext your going tell me I only need one gf also12:56
sorenActually, 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
tomixxx6lets say gateway is on subnet 192.168.0.0. how can nodes of subnet 10.4.128.0 use gateway?12:56
sorenpatdk-wk: If you can handle more than one, knock yourself out. You get multiple mothers in law, too, don't forget that.12:57
tomixxx6do i need some NAT ?12:57
patdk-wktomixxx6, you don't12:57
sorentomixxx6: I saw you ask something over in #openstack, too, so I'm assuming this is all OpenStack stuff?12:58
tomixxx6soren: yes12:58
sorentomixxx6: OpenStack handles all the NAT stuff for you.12:58
tomixxx6soren: kk... but the VMs cannot connect to i-net12:58
tomixxx6hypervisor can connect to i-net however12:58
sorentomixxx6: 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.12:58
=== mjohnson15_2 is now known as mjohnson15
tomixxx6kk12:59
jdstrandhallyn, zul: do you guys have any pending libvirt uploads?13:26
jdstrandhallyn, zul: we are preparing bug #129861113:27
uvirtbotLaunchpad bug 1298611 in lxc "[FFe] apparmor signal and ptrace mediation" [High,In progress] https://launchpad.net/bugs/129861113:27
zuljdstrand:  i dont13:28
zuljdstrand:  knock yourself out13:29
jdstrandhehe, thanks :)13:33
jdstrandthis will be a nice improvement for libvirt/openstack13:33
jamespagesmoser, https://bugs.launchpad.net/cirros/+bug/130195813:49
uvirtbotLaunchpad bug 1301958 in cirros "Please use mtu option provided by dhcp" [Undecided,New]13:49
jamespagedid it in the end13:49
jamespagesorry it took me two weeks to write two sentences13:49
smoserjamespage, how useful would it be for you to get that ?13:50
smoseri'm planning on doing it for 0.4.X.13:50
smoserand i can probably provide you with a hacked image that does it.13:51
smoseri think13:51
jamespagesmoser, right now I can't use cirros for certain tests in openstack-on-openstack testing13:56
jamespagespecifically the neutron ones that actually ssh to the machines and check things13:56
jamespageso it slows things down as the standard ubuntu images take a bit longer to boot13:56
smoserjamespage, will a hacked version help you?13:58
jamespagesmoser, it would13:58
jamespageI can stuff that in object storage for tests to use13:58
smosercan you give me a place to test / see failure?13:58
jamespagesmoser, yes14:03
jamespagezul, pushing rc1 to -updates in the CA - smoked OK14:07
smoserits too bad that not every OS can be as good as cirros.14:13
spidernik84hi 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+raid14:21
hallynjdstrand: i don't, thanks14:26
zuljamespage:  ack14:30
=== atpa8a_ is now known as atpa8a
tomixxx6hi, i can wget 173.194.116.120 but i cannot wget www.google.at14:49
tomixxx6normally, eth1 get's its config by external dhcp, now i have configured eth1 static.14:49
tomixxx6dns not working anymore14:49
tomixxx6anyone know what to do?14:50
spidernik84ubuntu 12.04?14:52
spidernik84server?14:52
tomixxx6YES14:52
tomixxx6ubuntu 12.04.04 lts server14:52
spidernik84GOOD :)14:52
spidernik84where did you specify the dns?14:52
spidernik84in the interfaces file?14:52
tomixxx6no, i have not specified dns in interfaces file, i thought to define address, netmask and gateway is sufficient14:53
spidernik84those params are needed to reach other networks14:53
spidernik84but to map urls (www.google.at) to ips ( 173.194.116.120) you need DNS to work14:54
spidernik84soren, https://www.stgraber.org/2012/02/24/dns-in-ubuntu-12-04/14:54
spidernik84this is how it's done :)14:54
spidernik84briefly14:54
spidernik84The DNS configuration for a static interface should go as “dns-nameservers”, “dns-search” and “dns-domain” entries added to the interface in /etc/network/interfaces14:54
spidernik84copied from the page14:54
tomixxx6TY14:54
spidernik84once done, "ifup -a"14:55
spidernik84or, if it does not work, service networking restart. This is discouraged though14:55
tomixxx6sudo reboot ftw!"14:55
tomixxx6nothing else is working here14:55
spidernik84that works as well... :)14:55
spidernik84bye, gotta leave14:56
tomixxx6cu14:56
spidernik84good luck14:57
tomixxx6TY!14:57
spidernik84np14:57
tomixxx6hi, 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:35
mardraumwget?15:36
tomixxx6yes, wget15:36
mardraumcan you ping it?15:36
tomixxx6yes, i can ping15:37
andoltomixxx6: Any different with a wget -4?15:37
tomixxx6"wget -4 www.googl.at"?15:38
andolYepp15:38
tomixxx6"wget: invalid option -- 4"15:39
mardraum"google" even?15:39
tomixxx6i have cirros virtual machine15:39
mardraumcirros?15:39
tomixxx6a small operating system for cloud computing15:40
mardraumoh you are the guy with the broken openstack15:40
tomixxx6yeah ^^15:41
tomixxx6i'am very close to a working openstack, although15:41
mardraumyou think?15:41
andoltomixxx6: 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
tomixxx6andol: sounds reasonable15:42
andoltomixxx6: That would have explained why www.google.at behaves differnetly, since it has an AAAA record, while www.orf.at doesn't15:42
tomixxx6this would mean i have a working openstack deployment, omg15:43
tomixxx6maybe i should try an ubuntu image15:43
andol(Also, the ping command is always IPv4, with the ping6 command for icmpv6 pings15:44
andol)15:44
tomixxx6andol: wow, this would explain a lot15:45
tomixxx6ty!15:46
tomixxx6what does "~" mean in a path, like "~/.ssh/authorized_keys"16:35
tomixxx6where is this "~" ?16:35
tomixxx6ok, got it, its the root directory of the logged user16:40
parallel21anyone else experience slow updates?17:02
jpdsparallel21: That depends on SO many factors.17:04
parallel21it no workee17:04
parallel21What factors should I be looking at?17:04
jpdsparallel21: So, which country are you in, which mirror servers are you using, etc.17:04
parallel21US17:04
parallel21us.archive.ubuntu.com17:05
jpdsNow you'll have to do a traceroute to us.archive.ubuntu.com.17:05
parallel2115 hops17:06
parallel21What am I looking for in the traceroute?17:06
jpdsWhere your network is slow.17:07
parallel21Once it hits sterlingnetwork.net, it jumps from 3ms to 73ms17:09
jpdsI have no problem getting to http://us.archive.ubuntu.com/ .17:09
parallel21site loads fine17:10
parallel21Just `sudo apt-get update` crawls17:10
jpdsparallel21: sudo apt-get -o Debug::Acquire::http=true update17:11
jpds!ops | guoos, privmsg spamming17:12
ubottuguoos, privmsg spamming: Help! Channel emergency! soren, lamont, mathiaz, Pici, Daviey, Tm_T or pmatulis17:12
parallel21jpds: running that I get a list of 404's17:14
parallel21W: Failed to fetch bzip2:/var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_trusty_universe_binary-i386_Packages  Hash Sum mismatch17:15
jpdsparallel21: sudo rm -rfv /var/lib/apt/lists/*17:15
jpdsThat'll purge your cache.17:15
parallel21Then rung that apt-get -o Debug::Acquire::http=true update again?17:16
jpdsparallel21: Yep.17:17
parallel21It's still updating at like 93kB/s17:18
jpdsparallel21: That's your network.17:33
parallel21don't think so mate17:33
parallel21I can download an image at near 20mB/s17:34
parallel21Performing updates on centos machines screams17:34
parallel21I've just had problems with my ubuntu machines17:35
jpdsparallel21: Tried another US mirror like mirror.anl.gov ?17:36
parallel21I'll try that17:36
parallel21Success! Thanks jpds17:44
jpdss/your network/somewhere in the network between you and us.archive/17:45
jpds:-)17:45
JanCis us.archive still in the UK?17:46
jpdsJanC: No.17:46
JanCI remember it used to be  :)17:46
jpdsIt did.17:46
=== lazyPower is now known as lazyPower-travel
bekkshi18:45
bekksI'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/2cshnPPd18:46
bekksMaybe someone has a clue?18:46
parallel21zermobr yes19:06
parallel21should read zerombr19:06
parallel21I don't think that's your problem though19:06
bekksHmm, no it isnt. I fixed that typo, but I get the same grub install error.19:12
zuladam_g: hey we are still on track for tomorrow arent we?19:27
adam_gzul, for what? 2013.2.3?19:28
zulyeah19:36
adam_gzul, its released now. pushing the tarballs to LP19:37
adam_gzul, tarballs hsould be up at tarballs.openstack.org19:37
GuegsI 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=item43c7b123c719:37
parallel21Are you certain grub was installed on the install process?19:38
bekksparallel21: was that for me?19:40
parallel21bekks: yeah, sorry19:40
bekksparallel21: gonna check i again, please hold on19:41
bekksparallel21: 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/YKj3wHwV19:49
bekksI dont get where that vg "sda" might be coming from - and why hd0 isnt found.19:49
TJ-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:52
TJ-The VG detection is because the lvm metadata hasn't been wiped19:53
bekkshd0 / sda is the only harddisk attach. I'm gonna wipe it and try again, to get a somehow more clear error message.19:55
bekksThis is the log with a wiped harddisk: http://picpaste.com/pic2-OZILkQPn.png20:03
bekksthe 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:04
GuegsIs ZFS stable running on Ubuntu?20:12
sarnoldGuegs: 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 well20:14
mwhudsonis xen 4.4 going to be in trusty?20:15
GuegsI would just be using it as a storage array sarnold. Thanks for that chan though. Didn't know it existed.20:15
sarnoldmwhudson: yes: https://launchpad.net/ubuntu/+source/xen20:16
sarnoldGuegs: it's good stuff, those guys are like magic with a 'zfs status' pastebinned output :)20:16
mwhudsonsarnold: oh cool20:16
mwhudsonsarnold: blargh, no arm64 builds?20:17
sarnoldmwhudson: eek. no idea there20:18
mwhudsoni think it should work20:18
mwhudsonbut i'd better become informed first :)20:18
mwhudsonsarnold: do you know anything about xen packaging?20:22
mwhudsonis it one of these projects that has a debian directory upstream that is stupid?20:23
mwhudsonhm20:31
mwhudsonsort of20:31
adam_gzul, okay its official out21:11
sarnoldmwhudson: 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 :) hehe21:45
mwhudsonheh heh21:45
=== thumper is now known as thumper-gym

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