/srv/irclogs.ubuntu.com/2013/03/19/#ubuntu-server.txt

qman__is there a PPA or some other low-hassle method to get kernel 3.2 on 10.04?00:49
qman__I need it for driver reasons00:49
three18tiany way I can move /lib to its own partition post-install?02:13
three18ti /tmp /usr /boot /var and /home are all on their own partitions..02:15
three18tiI just forgot /var02:16
three18tiderr.. I mean /lib02:16
tdotr6hey guys03:46
tdotr6im trying to setup multi nic cards on my box03:46
tdotr6and my issue is , I cant get the default route to stay added03:46
tdotr6I understand you can not have 2 default routes on the same gateway03:46
tdotr6sorry subnet *03:46
tdotr6and to me It doesnt make sense , you cant have 2 default gateways, But When the 1 NIC fails, how can I have the second nic take over like it should..03:47
tdotr6?03:54
tdotr6anyone?03:54
tdotr6home?03:54
qman__you have to do one of a number of things to make it work03:55
qman__you either have to set metrics so one route is always preferred03:55
qman__or configure the kernel to recognize which interface traffic is coming from, and send it back out that way03:56
qman__or configure load balancing03:56
qman__I don't have time to go into the details of how to do those things, but hopefully that will set you in the right direction03:56
qman__without doing one of the above, having more than one default gateway will not work correctly03:58
qman__tdotr6, ^03:58
mistigiHello, I am having problem with updates: linux-image-server depends on linux-image-3.2.0-37-generic; however:  Package linux-image-3.2.0-37-generic is not installed. Would appreciate if anybody could help, here is my session dump: http://pastebin.com/dFpvBVFb04:02
ScottKmistigi: Do sudo apt-get dist-upgrade04:07
mistigik, let me try that04:08
mistigisame issue: root@system:/boot# sudo apt-get dist-upgrade04:09
mistigiReading package lists... Done04:09
mistigiBuilding dependency tree04:09
mistigiReading state information... Done04:09
mistigiYou might want to run 'apt-get -f install' to correct these.04:09
mistigiThe following packages have unmet dependencies:04:09
mistigi linux-image-server : Depends: linux-image-3.2.0-37-generic but it is not installed04:09
mistigi linux-server : Depends: linux-headers-server (= 3.2.0.37.44) but 3.2.0.39.47 is installed04:09
mistigiE: Unmet dependencies. Try using -f.04:09
mistigioh, let me try that with -f, one moment04:10
mistigiits pretty much the same, it forced some packages to upgrade and kernel too, from .38 to .39, after reboot kernel is on .39. But still any apt operation complains " linux-server depends on linux-image-server (= 3.2.0.37.44); however:  Package linux-image-server is not configured yet."04:22
mistigi"linux-image-server depends on linux-image-3.2.0-37-generic; however: Package linux-image-3.2.0-37-generic is not installed."04:23
ScottKThe correct version is published: linux-image-server | 3.2.0.39.47 | precise-updates | amd64, i38604:28
ScottKNext I'd try, sudo apt-get -f install  linux-image-server04:30
mistigik, one sec04:30
mistigisudo  apt-get -f install linux-image-server ... "The following packages have unmet dependencies: linux-server : Depends: linux-image-server (= 3.2.0.37.44) but 3.2.0.39.47 is to be installed Depends: linux-headers-server (= 3.2.0.37.44) but 3.2.0.39.47 is to be installed"04:32
ScottKTry sudo apt-get -f install  linux-image-server linux-headers-server04:33
ScottKActually, run sudo apt-get update first.04:33
mistigik04:33
ScottKI just installed this kernel off the US mirror and it's there.04:33
ScottK(at least for i386)04:33
mistigistill same error, like apt is stuck on .37 though I am running .39 "The following packages have unmet dependencies: linux-server : Depends: linux-image-server (= 3.2.0.37.44) but 3.2.0.39.47 is to be installed Depends: linux-headers-server (= 3.2.0.37.44) but 3.2.0.39.47 is to be installed"04:36
mistigiwould it make sense to copy /etc/apt/sources.list from another machine running .39 ?04:37
ScottKNo.  It does appear that you've got the right entries.04:38
ScottKmistigi: Try this and pastebin what you get: grep linux-server /var/lib/apt/lists/*04:43
mistigik04:43
mistigihttp://pastebin.com/PiQhfwut04:44
ScottKTry taking the i386 entries out of your sources.list, apt-get update, and try again.04:47
mistigik04:47
ScottKYou can see you've got the correct version in your Packages files, so I am wondering if things are somehow confused due to multi-arch.04:49
ScottK(it's a guess)04:49
mistigihmm, all 386 are commented out already in sources.list04:49
ScottKThey were being checked in your first pastebin.04:50
ScottKCheck isn sources.list.d too.04:50
mistigik04:50
ScottKBy comparison to your output, here's what mine (for an i386 server) shows: http://paste.ubuntu.com/5627289/04:52
mistigiI see what you mean about 386 being check out, but I do not see them anywhere under /etc/apt04:54
ScottKOK.04:55
ScottKHere's what I'd do then ...04:56
ScottKwget https://launchpad.net/~canonical-kernel-team/+archive/ppa/+build/4332112/+files/linux-server_3.2.0.39.47_amd64.deb04:56
ScottKsudo dpkg -i linux-server_3.2.0.39.47_amd64.deb04:56
ScottKsudo apt-get -f install04:56
mistigik, let me try that04:56
ScottKIt's kind of doing it the hard way, but I don't see why you aren't gettting the new one.04:57
mistigisame error: http://pastebin.com/7n2btqpL04:59
ScottKProgress.  Not quite the same error.05:00
ScottKDo the same thing with https://launchpad.net/~canonical-kernel-team/+archive/ppa/+build/4332112/+files/linux-image-server_3.2.0.39.47_amd64.deb05:01
mistigiright, that did not display any errors, one sec05:04
mistigiwow, it looks like it worked :-) Really appreciate your help :-)05:05
=== mikehale__ is now known as mikehale
ScottKExcept I was giving you the wrong version.  Crap.05:08
ScottKSomehow I ended up on the kernel team PPA.05:08
mistigiits a VM, i have a snapshot I can rollback to05:09
ScottKAcutally, it's fine.05:09
mistigik05:09
ScottKI forgot the kernel updates are all built in a special PPA for testing.05:09
ScottKSo those are actually the right ones.05:09
mistigisweet, thanks for your time, really apreciate it :-) Saves me a lot of effort so I do not have to rebuild this box from scratch05:10
Keith_PawsonWhat is the best option for quickly building new test servers for either home setup or a test env, have been looking at Cobbler or considering fog for images?05:25
Keith_PawsonI would also like to build both Ubuntu servers and CentOS05:25
SargunHow has your guys' luck with Ubuntu MaaS been?06:50
ttxjamespage: swift milestone-proposed branch cut07:59
jamespagettx, marvellous - thanks!08:03
ttxjamespage: in the process of tagging 1.8.0-rc108:03
sonnehey there09:09
=== security is now known as fire
=== smb` is now known as smb
phretorI followed ubuntu's practice of putting the images under /var/lib/libvirt/images/<vm name>/ubuntu-kvm/*.qcow2 - is there any suggested practice about snapshots (i.e., where to place them on the host filesystem)?09:40
* RoyK wonders what sort of genius that came up with moving to a new kernel release at 12.04.209:48
ogra_the policy of supporting new HW with newer point releases09:53
ogra_(complain in #ubuntu-kernel instead of -server though)09:54
=== phretor_ is now known as phretor
alex88koolhead17: o/10:12
koolhead17alex88: my friend. howdy/10:13
alex88just configured some new servers for mysql and storage, finally with hw raid, it flies :) you?10:14
alex88btw, why I need to install a package to set as manually installed?10:19
=== island219_ is now known as island219
alex88is there a way to set a package as installed from source in apt-get?10:33
=== phretor_ is now known as phretor
mardraumhi, anyone here using qemu-kvm with libvirt on raring who is still able to live migrate with virsh? I can't do so after upgrading two hosts for testing, trying to work out if it is a bug or me10:34
ikoniaalex88: no10:38
alex88ikonia: just found https://help.ubuntu.com/community/CheckInstall10:38
ikoniaalex88: I very strongly advise against that10:40
ikoniabut of course it's up to you10:40
alex88ikonia: usually generated problems?10:40
ikoniano, I just feel the whole process is bad10:40
ikoniabut it's a personal opinion10:40
ikoniait's a sloppy package basically10:40
Davieysmb: Do you have that xen dsc/debdiff?10:41
Davieymardraum: Hmm, yeah it should still work.. What are you seeing?10:42
smbDaviey, if that means the one between 4.2.0 and 4.2.1... maybe not yet but simple to create10:42
Davieysmb: raring current, to what you are proposing :)10:42
Davieyalex88: what source is it?10:43
smbDaviey, its now where the src pkg is10:45
Davieysmb: thaks10:45
mardraumDaviey: I get "error: operation failed: migration job: unexpectedly failed" from something like "virsh migrate --live --verbose somevm qemu+ssh://somehost/system" - nfs shared storage, openvswitch networking10:46
mardraumdns is still ok, same as it was before upgrade, forward and reverse ok for both hosts10:46
Davieymardraum: Ah, i haven't played with shared storage migration as much.. In a few hours, hallyn will be around.. he will be a much better person to help work this out.10:48
mardraumDaviey: cheers10:48
alex88Daviey: vips (package is libvips-tools)10:51
alex88I should do the same also for libtiff since I need 4.0.3 on ubuntu 12.0411:06
alex88and that version is just on ubuntu 12.1011:06
alex88maybe I'll just install its dev11:06
alex88maybe I'll just install its deb11:06
Davieyalex88: if that doesn't work (quite likely), grabbing the source package from a newer release.. and rebuilding it for 12.04 is better11:07
Davieyalex88: out of interest, what is it you need a later version for?11:07
alex88Daviey: bigtiff support11:07
alex88files more then 4gb11:07
Davieyah11:07
alex88btw, I need the dev package11:08
alex88Daviey: http://packages.ubuntu.com/quantal/libtiff5-dev this is what I need to install, can you advice me how to do that?11:09
Jeeves_'apt-get install libtiff5-dev'11:09
alex88Jeeves_: I'm not on 12.1011:10
alex88I'm on 12.0411:10
Davieyalex88: I'm sorry, but this is going to take longer than I have time to spare right now.11:11
alex88Daviey: oh sure, no worries11:11
Jeeves_w11:21
Jeeves_oops11:21
alex88the problem is that installing from source installs both libtiff4 and libtiff4-dev pacakges11:29
alex88I mean, the same contents of both11:29
patdk-lapexactly what do you mean, installing from source?11:32
alex88patdk-lap: downloading source package from authors site, ./configure, make, make install11:33
patdk-lapwell, that wasn't the right way to do it11:33
alex88mmhh no?11:33
patdk-lapnot if you ever planned to uninstall it or needed to fix your system11:34
alex88patdk-lap: well, I'm using checkinstall11:34
alex88instead of make isntall11:34
alex88*install11:34
patdk-lapyou should have downloaded the source from 12.1011:36
patdk-lapdone a dpkg-buildpackage11:36
patdk-lapthen installed the .deb11:36
alex88patdk-lap: from where? http://packages.ubuntu.com/quantal/libtiff5-dev -> [tiff_4.0.2-1ubuntu2.1.debian.tar.gz] ?11:37
patdk-lapyes. atleast 3 files are needed11:37
patdk-lapthe debian.tar.gz, the source(.tar.gz?) and the .dsc11:37
alex88ok so all o fhtem11:38
alex88*of them11:38
patdk-lapbut if you did a make *install*11:38
patdk-lapnot sure what it did to your system11:38
patdk-lapand how hard it will be to put it back to normal11:38
alex88patdk-lap: I didn't, just checkinstall, then dpkg -r11:39
alex88and it's now clean11:39
alex88since no traces of libtiff in /usr/lib11:39
patdk-lapyou shouldn't ever :)11:39
alex88patdk-lap: btw, it's still clean now, also, what should I do with those 3 files?11:40
patdk-lapeven when it is installed, there will be no traces of it there (except maybe if you use i386?)11:40
patdk-lapdpkg-source -x11:40
alex88patdk-lap: it's not installed, no files, no packages installed11:40
patdk-lapfind /usr -name 'libtiff*'11:41
alex88just in /usr/local/src that's where I'm working on11:41
patdk-lapok11:41
alex88btw, did dpkg-source -x tiff_4.0.2-1ubuntu2.1.dsc11:42
alex88extracted, unpacked, applied patches and so on11:42
patdk-lapgo into that folder11:42
alex88done11:42
patdk-lapapt-get build-dep libtiff411:42
alex88patdk-lap: version 4.0.2 from quantal is libtiff5, should I apt-get build-dep libtiff5?11:43
patdk-lapis there a libtiff5 in your os version?11:43
alex88libtiff4 is version 3.9.2 from precise, libtiff5 is this one 4.0.2 from quantal11:43
alex88nope11:43
patdk-lapthen it won't work11:43
patdk-lapuse libtiff411:43
alex88as build-dep right?11:43
patdk-lapyes11:43
patdk-lapyour just installing what it needs to build11:44
patdk-lapthe differences between libtiff4 and libtiff5 are normally nothing11:44
alex88btw11:44
alex88Picking 'tiff' as source package instead of 'libtiff4'11:44
alex88E: Unable to find a source package for tiff11:44
alex88btw, ./configure already works11:44
alex88since I've already installed packages11:44
patdk-lapwho said to use ./configure?11:44
alex88(i think it works, it does for the 4.0.3 I manually downloaded)11:44
patdk-lapnow it's probably messed up and need to delete that folder and do dpkg-source again11:44
patdk-lapok11:45
alex88nope, haven't run it here11:45
alex88just said that it worked for the other source I downloaded by hand11:45
patdk-lapdpkg-buildpackage -us -uc11:45
alex88k, trying11:45
alex88dpkg-checkbuilddeps: Unmet build dependencies: cdbs (>= 0.4.106~) libxmu-dev libglu1-mesa-dev freeglut3-dev libxi-dev libjbig-dev11:45
alex88ok, trying to install those11:45
alex88damn, libjbig-dev is not there on 12.04, just libjbig2dec0-dev11:46
patdk-lapsame thing11:46
patdk-lapor maybe11:47
patdk-lapjust give it a try11:47
alex88try? I get http://pastie.org/pastes/6625376/text11:48
alex88btw, I've installed all the other packages11:48
patdk-lapheh?11:48
alex88patdk-lap: I get that running dpkg-buildpackage -us -uc11:49
alex88it says that libjbig-dev is missing11:49
alex88maybe I need to do the same thing for libjbig-dev?11:51
alex88build from source?11:51
alex88as it just depends on libjbig0 which just needs libc6 so not that many dependencies to go trough11:52
patdk-lapya, looks like you need that11:53
patdk-lapthe one in precise is 0.11 vs 2.011:53
patdk-lapthough it seems to compile with it, it's probably going have bugs11:54
alex88what? libc6?11:54
patdk-lapand you will need to edit cdbs to say 0.4.10011:54
patdk-laplibjbig-dev11:54
patdk-lapedit debian/control11:55
alex88ok, let me try to build libjbig first11:55
alex88I've already downloaded source11:55
alex88doing dpkg-source -x jbigkit_2.0-2ubuntu1.dsc11:55
alex88now dpkg-buildpackage -us -uc11:55
patdk-lapya11:56
alex88good, I've the debs (party)11:56
alex88now install jbigkit debs11:56
patdk-lapyes11:56
NaGeL_WorkI have a question about munin can it be used that the munin and munin-node is installed on the same server? and what is munin-node anyway?11:56
patdk-lapdpkg -i *.deb11:56
alex88done, now back to tiff11:56
alex88ok, just dpkg-checkbuilddeps: Unmet build dependencies: cdbs (>= 0.4.106~)11:57
patdk-lapI said you needed to edit that11:57
alex88sure, going to do that now (was just to do step by step)11:57
alex88k, I'll set 0.4.100~ as version11:58
alex88since precise has that11:58
alex88ok building11:58
alex88there we go.. I've the deb :)11:59
alex88all debs installed, great!11:59
alex88thanks patdk-lap!12:00
alex88thanks alot!12:00
patdk-lapnow to see if things will, just use it12:00
patdk-lapor if they need to be recompiled based on that new version12:00
alex88patdk-lap: well, vips now says tiff is installed correctly12:00
alex88the problem is that libmagick++-dev installs libtiff4..12:01
alex88I think it will replace mine12:01
alex88isn't possible to say that libtiff5 is the same and just "use that"?12:01
patdk-lapoh, probably uninstall the deb, make another change and rebuild12:01
alex88say that it provides libtiff4?12:01
alex88btw, quantal has both packages, so maybe they can work together?12:02
alex88btw, sorry patdk-lap, have to go to lunch, I'll talk to you later if you still have time.. thanks alot anyway for now!!12:03
patdk-lapthey can *work together*, but everything in precise will default to the old package :)12:04
patdk-lapwhat you can do is edit the control file again, and change tiff5 to tiff412:05
patdk-lapthat should do it12:05
patdk-lapforget how to say, also provides12:05
=== cronus__ is now known as cronus
zuljamespage/yolanda: https://code.launchpad.net/~zulcss/python-keystoneclient/0.2.3/+merge/15407613:14
yolandaok13:15
zulDaviey:  ping...can you review python-ceilometerclient its still stuck in binary-new13:23
Davieyzul: src new?13:24
jamespagezul, swift rc'ed btw13:24
zulDaviey:  yeah13:24
zuljamespage:  ill get to it next13:25
alex88patdk-lap: "forget how to say, also provides"?13:27
zuljamespage:  tarball was cut?13:27
jamespagezul, no idea - I switch to the milestone-proposed branch for ci13:27
jamespagezul, I think 1.8.0-rc1 was being prepared13:27
zuljamespage: oh ok13:27
zulyeah they actually havent caught a tarball for it yet though :)13:28
=== wedgwood_away is now known as wedgwood
=== luminous_ is now known as luminous
zuljamespage:  http://people.canonical.com/~chucks/ca/13:38
mardraumjamespage: I think you helped me once before with a libvirt regression, do you have any vm hosts running raring you can try some live migrations?13:41
mardraummine are failing since I started testing beyond 12.1013:42
jamespagemardraum, give me 20 mins and I can switch my testing from precise->raring for grizzly13:43
mardraumthanks. if you scrollback you'll see what I am getting using virsh migrate13:43
jamespagezul, typo in changelog btw13:44
jamespagezul, 'releaes'13:44
zuljamespage:  frigging13:44
jamespagemardraum, I don't have a rig with shared storage; but I should be able to test it with live-block migration I think13:48
mardraumok, thanks. if that works for you I'll try that too13:49
hallynmardraum: I don't have a rig with shared storage either, but usually reproduce with some cloud instances with nfs when I need to.  But for something like this with so many variables, a launchpad bug where we can track info is usually best14:07
hallynmardraum: do you mind opening one, with xml files for your vms and storage, and your exact commands?14:07
mardraumsure. also I just finished testing using --copy-storage-all after creating the img on the receiving end and got the same error.14:08
mardraumheh, the attempt also makes the vm mount ro, sigh14:14
mardraumand a bsd vm panic as a filesystem disappears14:14
mardraumI'm going to rule out openvswitch too first14:15
mardraumI'll go back to the old bridging and see if that works14:15
=== phretor_ is now known as phretor
f4c3p4lmcan anyone help me with postfix+courier-imap ? i just need a correct mysql database structure14:31
f4c3p4lm:<14:36
histof4c3p4lm: Are you following a guide in particular? flurdy.com has one14:37
alex88patdk-lap: btw, got everything to work.. it seems..thanks man!14:37
f4c3p4lmhisto, i followed a guide cant recall which one14:38
f4c3p4lmi just need the database14:38
f4c3p4lmall the rest is OK14:38
f4c3p4lmmy db is incorrect14:38
f4c3p4lmi know that there are missing tables14:38
f4c3p4lmdont know the names and fields14:39
histof4c3p4lm: i would look to flurdy.com for examples. How are we going to guess what sort of tables your configs use etc...14:39
f4c3p4lmill look for the guide but14:39
histof4c3p4lm: each guide is different they could have used any format/table name they wanted14:39
f4c3p4lmisnt there a generic one?14:40
f4c3p4lmhttp://flurdy.com/docs/postfix/edition8.html14:41
f4c3p4lmwould this be the one?14:41
histof4c3p4lm: http://flurdy.com/docs/postfix/index.html14:44
histof4c3p4lm: specifically http://flurdy.com/docs/postfix/index.html#config-simple-database section14:45
f4c3p4lmhum14:45
f4c3p4lmthanks14:45
f4c3p4lmmy database looks exactly like that one :D14:46
eagles0513875hey guys i have dvecot setup using sieve which conf file do i need to look at to ensure its enabled14:46
eagles0513875!sieve14:46
=== dduffey_afk is now known as dduffey
jamespagezul, http://people.canonical.com/~jamespage/ca-updates/15:27
jamespagequantum and cinder15:27
zuljamespage:  +115:29
histoI'm setting up a mail server for a small client. SHould I use virtual mailbox maps? Or just linux accounts with nologin15:30
histoSo far I've installed the mail-stack-delivery package and my self generated certs15:31
histoJust looking for someone's opinions15:32
vilahallyn: ping, I got a weird error while trying to create a kvm since I upgraded to raring, can you help me refining the diagnosis ? virt-install (which was working fine with quantal and even on raring on my laptop) is now failing with: error: ERROR    An error occurred, but the cause is unknown15:54
hallynvila: do you mind opening a bug?  add teh full command line you're using, and /var/log/libvirt/libvirtd.log and /var/lib/libvirt/qemu/<vm>.log if it exists.15:55
hallyni don't actually use virt-install, so not sure offhand if it'd be a bug in that, or libvirt, or qemu15:56
vilahallyn: ~/.virtinst/virt-install.log is slightly more helpful: http://paste.ubuntu.com/5628501/15:56
hallynoh, ok, usually it isn't :)  checking15:56
hallynoh you're using virtualbox15:56
vilahehe, at least there is a stacktrace15:56
vilahallyn: no, not anymore, but it's still installed15:56
vilahallyn: but I too found it weird that vbox appeared there15:58
hallynvila: Tue, 19 Mar 2013 16:48:26 virt-install 15392] DEBUG (cli:333) Received libvirt URI vbox:///system15:58
hallynvila: waht command line are you using for virt-install?15:58
vilahallyn: it's in the paste, second line15:59
hallynvila: oh, or you might look through /etc/libvirt/libvirtd.conf for any defaults set to vbox15:59
vilahallyn: only comments there (so only default values ?) and I didn't touch it. The only thing I can remember changing are:  /etc/libvirt/storage/default.xml to use /caviar3/libvirt/images and using br0 (though I can't remember whre exactly), but I made these changes while running precise I think16:02
hallynvila: allr ight, please open a bug aginst lbivirt.  lbivirt is telling virtinst that vbox is the default uri.  i dont' know why offhand16:04
* hallyn must move to server meeting16:04
vilahallyn: ack16:04
hallynthx16:04
vilahallyn: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/115727216:12
uvirtbotLaunchpad bug 1157272 in libvirt "fail to create vm since upgrade to raring" [Undecided,New]16:12
=== tsaavik_ is now known as tsaavik
vilahallyn: uninstalling vbox worked around the issue, comment added to the bug16:23
hallynvila: thanks much16:41
hallynnote, i don't t hink you canrun kvm and vbox at the same time16:42
vilahallyn: my pleasure. It may still be worth fixing this bug, my team has use cases where kvm is not appropriate yet16:42
vilahallyn: yup, fully understood16:42
vilahallyn: but in the past, I could at least run one or the other16:43
vilahallyn: which was crucial to allow me to migrate to kvm...16:43
hallynvila: but if you install vbox, but don't have any vobx instances running,16:43
hallynoh wait, lemme go check the code...16:43
vilahallyn: that was the case, I tried uninstalling vbox by supersitition and because you mentioned you didn't expect to see vbox there16:44
vilahallyn: but I haven't started a vbox vm for.. months and certainly not since I rebooted ;)16:44
sarnoldI've had success in the past unloading the vbox module, modprobing the kvm module, and continuing on...16:44
hallynvila: oh, sorry, i thought you said somewhere you had two vbox instances up and running,16:46
vilasarnold: would have been  delicate in my case, most of them were started by jenkins16:46
hallynsarnold: you're *supposed* to no longer need to do that16:46
hallynsarnold: but my guess is libvirt simply checks for vbox before kvm16:46
hallynso that vbox becomes teh default if availab.e  zul^ do you know if that's true?16:46
vilahallyn: no, two vbox related processes (the services.. can't remember the names)16:46
sarnoldhallyn: no kidding! :) There's no end to the wonders in the world... :)16:46
sarnoldvila: heh, delicate indeed :) it's not the same as just driving your laptop.. heh.16:47
hallynvila: oh, got it, thx.  never used vbox, didn't realize it left taskshaning :)16:47
vilasarnold: hehe16:47
vilahallyn: yeah, something may have changed, I thought those services were only started when the first vbox vm was...16:48
vilahallyn: but now that you mention it, that may have been libvirt starting them...16:48
vilahallyn: like: libvirt: hmm, what do we have here ? Do we have vbox ? vbox: Me ? Let me start !16:49
vilahallyn: AFAIR, those processes were supposed to shut down themselves when inactive and uninstall complained that they were still running and failed, I had to kill-9 them16:50
hallynvila: right.  if you specify '-c qemu:///' it'll use kvm, but if you don't it uses a default16:50
hallynwe would want the default to be kvm though16:50
hallynheh, perahps a vbox bug is in order16:51
vilaas in --connect qemu://system ? I tried that but got another obscure error16:51
vilaoh wait 3 /  not 2 ?16:51
hallynyeah16:52
hallynit's 'qemu://host/{system,session}'16:52
* vila reinstalls vbox to try ;)16:53
hallynvila: can you check /etc/libvirt/libvirt.conf for a uri_default setting?16:54
hallynand env | grep URI16:54
hallynlibvirt honors those if set16:54
vilahallyn: I did, nothing there, ha, well, commented out that is16:54
vila#uri_default = "qemu:///system"16:54
vilaurgh, 3 / there, I hate my tyops :-(16:55
hallynvila: yeah, that's commented out in the distro file.  not sure if we want to uncomment that16:55
vilahallyn: virt-install -c qemu:///system will take precedence right ?16:56
vilahallyn: I have a script that encapsulates the calls to virt-install so I can fix it there16:57
vilahallyn: and yeah, given the comment in libvirt.conf, it's a fallback16:57
vila# This can be used to prevent probing of the hypervisor16:57
vila# driver when no URI is supplied by the application.16:57
TristamWrkI've got a Dell Power Edge R515 with an Opteron 4334 6 core processor with 12.04 server installed on it.  I'm only seeing 1 core.  Anybody have any ideas what I should look at?  Uname -a to follow:17:02
TristamWrkLinux XXXXXXX 3.5.0-26-generic #42~precise1-Ubuntu SMP Mon Mar 11 22:17:58 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux17:03
mistigiNot sure how you "seeing 1 core", but you can check:  cat /proc/cpuinfo    or start top and press "1"17:05
TristamWrkcpuinfo is only showing 1 core.17:05
TristamWrkas is htop17:05
sarnoldTristamWrk: is the system bios configured to only run one core?17:06
TristamWrksarnold, it better not be or I'm going to smack Dell.  I will have to run downstairs and check.17:06
TristamWrkI will have to do so after this person calls me back.17:08
mistigiHow about: cat /var/log/dmesg | grep SMP           also:  lshw -class cpu17:13
=== unreal is now known as CaptainBirdseye
hallynplars: hey, what is the protocol for filing a bug against packages in linaro ppas?17:20
hallynjust email whoever is in the changelog, i assume? :)17:21
plarshallyn: what's the project?17:21
hallynplars: qemu-linaro17:22
plarshallyn: https://bugs.launchpad.net/qemu-linaro17:23
hallynplars: that pkg doesn't exist in raring though...  only in ppa...  stillu se it?17:23
hallynok, i'll mark it affecting that, thanks :)17:24
plarshallyn: probably - it wouldn't hurt to email the package maintainer also though17:24
plarshallyn: if nothing else, ping fabo on #linaro - I'm sure he can get you to the right place17:26
hallynplars: ok, thanks17:26
TristamWrkalright, I checked the bios and all the cores are enabled.17:34
mistigiTris: can you check your dmesg log like I posted above17:35
TristamWrkmistigi, I didn't scroll up when I got back to my desk..sorry17:42
sarnoldTristamWrk: < mistigi> How about: cat /var/log/dmesg | grep SMP           also:  lshw -class cpu17:42
TristamWrkThanks17:43
TristamWrkWeird...17:43
TristamWrk[    0.000000] SMP: Allowing 6 CPUs, 0 hotplug CPUs17:43
TristamWrk[    0.018996] SMP disabled17:43
mistigiare you passing strange parameters to kernel in grub ?17:43
TristamWrkmistigi, I didn't change grub from what the installer setup17:43
mistigiok, but SMP should not be disabled afaik, one sec17:43
sarnoldTristamWrk: what does /proc/cmdline look like?17:44
TristamWrkGrub has this:  GRUB_CMDLINE_LINUX="acpi=off noapic nolapic nodmraid"17:44
TristamWrkBOOT_IMAGE=/vmlinuz-3.5.0-26-generic root=/dev/mapper/fs1-root ro acpi=off noapic nolapic nodmraid17:44
mistigiyeah, remove acpi=off and reboot17:44
sarnoldhunh. I think ACPI is required to do SMP.17:45
TristamWrkI didn't even think about that.  I had to turn stuff off to get the install CD to boot.  Didn't even think about that carrying through.17:45
TristamWrkStill no joy17:49
TristamWrkStill has "noapic nolapic nodmraid" on the kernel line.17:49
mistigiyeah, they may be problem too17:50
mistigiremove them and give it a try, especially nolapic17:50
TristamWrkYeah, just found a line near the "SMP Disabled" line that mentioned lapoc17:52
TristamWrklapic17:52
histoTristamWrk: after you remove the stuff you have to update-grub17:53
histoTristamWrk: or add things17:53
sarnoldI'd just fiddle with the command line in grub at boot time until you get sometihng that works reliably17:53
TristamWrkhisto, I did, thanks17:54
TristamWrkYay!  6 cores!17:54
TristamWrkThanks folks17:54
sarnoldmistigi: nice work :)17:54
mistigigratz :-)17:54
TristamWrkSorry I didn't look close enough at dmesg and pestered y'all17:54
TristamWrkNOW rsync is maxing out my 100Mbit link...haha17:55
sarnoldhaha :)17:55
stgrabersarnold: hey, so /etc/dnsmasq.d-available/lxc is a symlink on your system?18:17
sarnoldstgraber: yes lrwxrwxrwx 1 root root 28 Feb 28 16:19 /etc/dnsmasq.d-available/lxc -> /etc/dnsmasq.d-available/lxc18:17
stgrabersarnold: wow, that's clearly very wrong... have you been only using the packages from the archive or were you on some of the PPA builds for a while?18:18
sarnoldstgraber: I had the juju ppa enabled previously, but no lxc-specific ppas18:18
stgrabersarnold: it sounds like the migration script we pushed a couple of releases ago, moving /etc/dnsmasq.d/lxc to /etc/dnsmasq.d-available/lxc backfired for you and created that mess18:18
stgrabersarnold: did you have lxc on that machine pre-raring?18:19
stgrabersarnold: btw, if you just want to fix it, remove /etc/dnsmasq.d-available/lxc and make it a regular file containing http://paste.ubuntu.com/5628886/18:20
sarnoldstgraber: yes, precise, quantal, and now raring..18:20
sarnoldstgraber: oh, hey, dpkg left behind the lxc.dpkg-new with those contents :)18:21
stgraberok, I tested the new package on precise and didn't see that problem, so I'll just run a quantal => raring upgrade test to make sure that's not the trigger18:21
stgraberI've re-checked the logic in the current maintainer scripts and can't find anything wrong, but it's possible that an earlier upload triggered this18:21
sarnoldhehe :/18:22
zulstgraber:  ping19:10
stgraberzul: pong19:13
hallynstgraber: i asked zul to ping you on a name for the libvirt liblxc driver :)19:13
hallynhe's going with liblxc i think19:13
hallyni would've probably done lxc2 or lxcext, but liblxc actually makes sense i think19:14
stgraberliblxc sounds good, because, well, that's what it's ;)19:14
stgraberyeah, lxc2 may sound like some kind of new release of libvirt-lxc which it clearly wouldn't be19:14
CatbuntuHi19:21
=== highvolt1ge is now known as highvoltage
mikehalesmoser: Hi, I was wondering if you had any thoughts on an implementation strategy for https://bugs.launchpad.net/cloud-init/+bug/1153626/.19:52
uvirtbotLaunchpad bug 1153626 in cloud-init "Multiple Interfaces and IPs not detected in AWS VPC" [Medium,Triaged]19:52
mikehaleI had some thoughts, but I'm not sure if I'm headed in the right direction or not.19:52
smosermikehale, oh. hey, sorry for not having seen that. :-(19:52
smoser(please feel free to ping me like this)19:53
mikehalecool, yeah @flacoste said I should :)19:53
smoseri'm not actually sure what i think about updating /etc/network/interfaces.19:55
smoserthat does make sense, as that is where people would expect to go making changes.19:55
smoserbut then you have to deal with removing those entries on interface removal.19:55
smoser(and also, cloud-init can be a bit of a PITA here...19:56
smoserit blocks boot waiting for any interface listed in /etc/network/interfaces to come up)19:56
mikehaledoes cloud-init handle the initial creation of /etc/network/interfaces?19:56
smoserno.19:57
smoserthere is a hard coded minimal one in the images.19:57
mikehaleah19:57
smoseractually, adding entries to /etc/network/interfaces would be OK as long as they're set to 'manual'19:58
smoseri think i like that.19:58
smoseron interface add, have a rule that fires.19:58
smoser that rule then tries to figure out if its in ec2, and if it is, gets the data necessary, modifies /etc/network/interfaces and ifup19:59
mikehalecool19:59
smoserwe can even make the code quickly exit doing nothing if a /etc/cloud/do-nothing-your-not-in-ec2 file exists or something20:00
smoserand cloud-init would on first boot set that setting.20:00
mikehalemakes sense20:02
smosermikehale, so for 'manual' all you do is put whatever ocnfig you *would* put there (see man interfaces) except for rather than 'auto eth0' you put 'manual eth0'20:02
smoserand that will be perfectly fine to be manual, as it actually be automatic on plug/remove of the interface.20:03
mikehaleoh I see that is auto/manual are classes and /etc/init/network-interface.conf only attempts to ifup interfaces defined as auto20:06
lg188Good day, I was plugging in my Hard drive (with usb) in my server and it doesn't mount.20:31
lg188this is my dmesg output20:31
lg188http://paste.ubuntu.com/5629262/20:32
lg188What am I doing wrong?20:32
RoyKlg188: an ubuntu server install won't auto-mount an usb disk20:49
RoyKs/an usb/a usb/20:49
RoyK:P20:49
RoyKlg188: it says sda for the usb device - what does 'cat /proc/partitions' tell you?20:50
shaunoit does enumerate sda1 on line 17 too20:52
lg188RoyK: Ah it's alreight I had to manually mount it because there was something wrong with being shutdown with windows20:53
lg188And the server uses scisi as root dir if that matters20:53
RoyKscisi? what is that? scsi? iscsi?20:54
lg188scsi*20:54
RoyKwell, if it works, \o/20:54
lg188Yeah, Thanks for the effort though :)20:55
ttxjamespage: Glance milestone-proposed branch was cut21:57
ttxjamespage: same for heat22:08
=== keithzg_ is now known as keithzg
mimizoneimi200022:48
mimizoneHi in there, general question on the upgrades for 12.04. with the LTS, do I get all the updates that are included in 12.10, 13.x etc… until 2017? are they backported quickly? my main interest is the upgrades for juju, maas and openstack packages.22:51
sarnoldmimizone: there is a Stable Release Process that is used to backport specific fixes when desired. (There is also the "hardware enablement stack" which will backport the kernel, X, and maybe related packages, but it's a much smaller subset of the distribution than everything...)22:54
sarnoldmimizone: you may wish to use the juju, maas, and openstack ppas -- at least, I'm pretty sure juju's ppa is intended to also work on 12.04 LTS22:54
sarnold(it is my assumption that the other projects have PPAs..)22:54
mimizonethanks sarnold. you mean I should use the ppas instead of the ubuntu apt packages right? ppas being the most up to date packages from the developers typically?23:00
sarnoldmimizone: yes; if you want to follow what is _new_ in the packages, you'd use their PPAs.23:01
mimizonesarnold: great. thanks23:01
island219Finally got Ubuntu Server to install on my machine, although I'm still getting "Input Out Of Range" errors on my monitor. Any known fixes? I'm runnin 12.10.23:21
island219Anyone?23:34
jackadshello guys, someone can help me in a DNS/mail server configuration? I get a VPS in digitalocean, ubuntu server 12.04 64bits... I installed iRedMail, but I think I had configured wrong the dns or maybe some other configuration, because I can't send or receive e-mail, always returns. Someone would help me?23:34
=== wedgwood is now known as wedgwood_away
sarnoldisland219: back in the day, that meant you set your X modelines to a resolution that the monitor couldn't support23:43
sarnoldisland219: these days of course the edid from the monitor is supposed to prevent out-of-range inputs, but perhaps your monitor doesn't report them properly23:43
island219Hmmm… I reckon it's the graphics in the server.23:58

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