/srv/irclogs.ubuntu.com/2012/02/17/#ubuntu-server.txt

Davieyadam_g: it does,             i['dnsName'] = i['publicDnsName'] or i['privateDnsName']00:00
Davieyand public is null, therefore using private.. so it's an issue higher in the stack00:00
adam_gDaviey: in terms of that bug:  http://paste.ubuntu.com/845172/00:01
adam_gDaviey: in api/ec2/ec2utils.py   avoiding that first attempt calls to the network driver for the actual info, and returns the correct floating_ip00:02
Davieyadam_g: that function is failing?00:02
adam_g$ echo $(curl -s http://169.254.169.254/2008-02-01/meta-data/public-ipv4)00:02
adam_g192.168.20.22500:02
adam_gits not failing00:02
Davieyadam_g: are you working on a fix for that?00:03
adam_gaccording to the cache, the floating ip is not associated with the instance, its associated some time after the cache is populated00:03
adam_git gets an outdated cache hit00:03
Davieyadam_g: i wonder if, my case, it's because i keep restartng the api service00:03
adam_gDaviey: just trying to triage a bit00:04
adam_gDaviey: what do you mean? whats restarting the api server do?00:05
Davieyadam_g: where is the cache stored, ad flushed?00:06
Davieyand*00:06
adam_gDaviey: its stored in the database, see InstanceInfoCache(BASE, NovaBase) in db/sqlalchemy/models.py00:08
adam_gDaviey: AFAICS, it only stores network info. im not sure if or when the proper place to update it is00:09
Davieyadam_g: ah00:15
Davieyadam_g: confirmed, that if i force a fallback - it returns the correct value00:19
Davieyadam_g: therefore, i assume it used to faill, but now returns Null.00:19
DavieyI'm guessing after the first attempt, it's cached.00:20
Davieyadam_g: http://pb.daviey.com/bJ2Y/00:22
adam_gDaviey: the ip info returned form those get_* functions is more than just the IP you want, it contains both fixed and floating. so an empty floating_ip list just means there are no associated floating_ips, which there aren't when the instance is created / cache initially populated00:24
Davieyah00:29
Davieyadam_g: http://pb.daviey.com/qcQx/00:33
Davieyadam_g: so the odd thing is, it IS cached after a successful run00:34
adam_gDaviey: weird. a successful run, meaning, a fallback to the network_api?00:35
Davieyadam_g: that is what i think00:36
Davieyadam_g: new instance, without a floating_ip and the original one with http://pb.daviey.com/zO5j/00:36
Davieyadam_g: so, run-instance produced a FAIL (expected, as it doesn't have an address at reserve time)00:39
adam_gDaviey: ah, hmm. ill tryo with a fresh instance00:39
Davieyadam_g: want my log from a fresh instance?00:46
adam_gDaviey: nah, i think we're seein the same thing now00:46
DavieyThe first one shows a FAIL, then SUCCESS00:46
Davieyhttp://pb.daviey.com/WfEA/00:46
uvirtbot`New bug: #933818 in nova "public-ipv4 metadata url not working" [Undecided,Confirmed] https://launchpad.net/bugs/93381800:48
adam_gDaviey: right, the bug is that it will never fail and refresh its cache, just because its not up to date with floating ip info00:48
Davieyright00:49
adam_gDaviey: so, with your version, what happens if you deallocate the address and allocate a different ip ? :)00:49
Davieyadam_g: trying00:55
Davieysorry, went afk00:55
adam_gDaviey: i think the whole meta-data handler needs a giant refactoring, it would solve this and (all of the) other problems00:56
roaksoaxDaviey: still around?00:57
Davieyadam_g: http://pb.daviey.com/Tb4B/ .. see the logs inline00:59
Davieyroaksoax: yah00:59
Davieyadam_g: i'm not convinced it is floating_ip related01:00
Davieyi'd expect to see a FAIL there...01:00
Davieyadam_g: although... floating_ip is constantly null01:02
Davieyadam_g: ah, interesting... the cache is present, but not 'correct'01:03
adam_gDaviey: right, its not updated with floating_ips01:04
zuladam_g: i just pused a new python-keystoneclient to the ubuntu-server-dev01:05
roaksoaxDaviey: pm01:06
zuladam_g: argparse has been removed from the egg as well01:07
adam_gzul: nice, thanks. hopefully ill finally be able ot try that soon01:07
zuladam_g: ill upload it to the archive tomorrow01:07
adam_gzul: just the client, right?01:07
zulright01:07
adam_gq!01:07
adam_gq01:07
=== sixstringsg|away is now known as sixstringsg
uvirtbot`New bug: #927803 in postfix (main) "Fails to launch recovery menu when (at least) Postfix installed" [High,Triaged] https://launchpad.net/bugs/92780301:26
=== sixstringsg is now known as sixstringsg|afk
=== sixstringsg|afk is now known as sixstringsg|away
adam_gzul: what PPA are the new keystone packages going to?01:30
zuladam_g: it will be going in https://launchpad.net/~openstack-ubuntu-testing/+archive/openstack-ksl-testing starting tomorrow01:37
adam_gzul: cool01:38
adam_gzul: what time you doing the opentack snapshot?01:38
zuladam_g: tomorrow morning01:38
adam_gzul: https://review.openstack.org/#change,4149 <- i screwed pep8 with one freakin space on this, but hopefully it can get merged before01:39
zulokies01:39
=== sixstringsg|away is now known as sixstringsg
=== bladernr_afk is now known as bladernr_
=== bladernr_ is now known as bladernr_afk
BuenGeniois the PHP 5.3.10 update coming to 11.04/10 any time soon?03:07
=== kthomas is now known as dumbass
=== dumbass is now known as Guest89807
=== Guest89807 is now known as dumbass4
=== sixstringsg is now known as sixstringsg|afk
twbARGH.  Grub you're causing problems *AGAIN*04:30
twbI have this as a BCP: http://paste.debian.net/156590/04:31
twbBut guess what, it looks like triggers (including the kernel post-hook to rewrite grub.cfg) happen *AFTER* the dpkg post-invoke04:31
=== sixstringsg|afk is now known as sixstringsg|away
teweai have an external hard disck but i coudn't write to it  just iam using FAT32 fomat please help me?06:05
twbScratch that, it looks like apt.conf isn't reread between aptitude sub-runs.  Mea culpa.06:11
teweai have an external hard disck but i coudn't write to it  just iam using FAT32 fomat please help me?06:18
BuenGeniois the PHP 5.3.10 update coming to 11.04/10 any time soon?06:26
twbSpamapS might know, if he's awake.06:29
journeemanHi. I am running 11.10 amd64-server. I had installed xubuntu on the machine so, xserver got installed automatically. I need xserver to run as a daemon after startup so I can forward graphics over ssh but, I also need to have the default runlevel as Multiuser text, i.e. `3' in the old unix way.06:33
journeemanHow do I do this? Aprreciate any help :)06:33
twbjourneeman: we discourage use of GUIs on servers06:36
twbrunlevels 2 through 5 are identical on Ubuntu systems; "3 is text; 5 is GUI" is a RHism06:36
twbTo disable GUI on startup, find /etc/init/gdm.conf and comment out the start-on line, where "gdm.conf" may be xdm.conf or kdm.conf or similar.06:37
twbssh -X requires only the xauth program, not all of X.  xauth is in its own package as at 11.10.06:37
twbIf this is a fresh install, recommend you reinstall from scratch, and only install xauth and the specific app you want (e.g. firefox), but *not* the xubuntu-desktop or xorg or gdm packages.06:39
journeemantwb: Okay. I uninstalled xubuntu later. Didn't uninstall lightdm or other X packages. This is not a fresh install. Can't afford to re-install. That's definitely the last option.06:40
twbif your server is just hosting the X apps, which X confusing calls the "client side", you only need the X app, xauth and openssh-server.  You *don't* need the X "server" side, i.e. lightdm and xserver-xorg06:42
journeemanOkay, cool.06:42
journeemanOkay, I commented out the `start on' line in lightdm.conf. So that should not start GUI on startup, right? Will it start X though? How do I stop xserver from starting?06:44
koolhead11hi all06:45
journeemantwb: Thank you very much for the help :)06:46
koolhead11SpamapS: do i have to add a diff repo to get the latest 5.3.10 pkg?06:50
koolhead11got it, apt-pinning :)06:57
twbkoolhead11: the x server doesn't 'start' at all06:59
twbSorry, bad completion06:59
koolhead11twb: np :)06:59
twbjourneeman: lightdm starts an X server, but for ssh -X the X server is running on the place you're sshing *from*06:59
journeemanoh okay..07:00
journeemantwb: Okay, got it. Removed xserver-xorg-* and allied packages as well as lightdm. Everything works great. Thanks. :)07:09
uvirtbot`New bug: #934011 in postfix (main) "package postfix 2.7.0-1ubuntu0.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75" [Undecided,New] https://launchpad.net/bugs/93401107:36
=== philipballew is now known as philipballew_
=== philipballew_ is now known as philipballew
=== smb` is now known as smb
=== jodh is now known as jhunt
jamespagemorning all09:06
jamespageDaviey: around?09:49
jamespagerbasak, hows openmpi looking?09:58
rbasakgood!09:59
rbasakI needed one fix, a DSO-related thing09:59
rbasakApart from that the only issue was build-deps and ordering as I haven't quite got a streamlined transition testing system09:59
rbasakAlso I have news of a test suite, though I haven' tlooked at that yet10:00
jamespagerbasak, so do you think we will propose a full transition? or just upload a 1.5 versioned package to universe?10:05
rbasakjamespage: assuming that a full rebuild test succeeds, and I can operate the MPI test suite successfully, I see no reason why we shouldn't do a full transition - apart from the timing, but I don't think anyone would have done any more testing had we uploaded a transition earlier this cycle anyway.10:07
Fudgehiq uick question, is the console available from live cd ubuntu-server10:08
rbasakjamespage: but it may not be absolutely necessary - it just seems cleaner to me. What do you think?10:08
jamespagerbasak, I agreed that its cleaner10:08
jamespagewe would probably push for the transition early next release anyway.10:08
rbasakMy doubts were about testing, and now that I understand that there is an MPI test suite, it doesn't seem to be so much of an issue.10:09
jamespagerbasak, there is a transition tracker we can get this sort of stuff setup in which might help a bit10:09
rbasakOh, really? That would be helpful10:09
jamespagerbasak, http://people.canonical.com/~ubuntu-archive/transitions/10:10
koolhead11https://launchpad.net/bugs/93406410:10
uvirtbot`Launchpad bug 934064 in horizon "Installing openstack-dashboard on Precise removes Keystone package" [Undecided,New]10:10
koolhead11is it?10:10
rbasakJust having a complete list of rdepends would be good. I'd like a recursive option to reverse-depends. I was going to write that today :)10:11
* koolhead11 is trying it out10:12
uksysadminkoolhead11: I've just raised that bug10:12
koolhead11uksysadmin: am testing it. i doubt it could be the case10:13
koolhead11still10:13
koolhead11horizon uses keystone :)10:15
koolhead11uksysadmin: what is the pkgname 4 dashboard openstack-dashboard or openstack-horizon10:17
jamespagerbasak, http://paste.ubuntu.com/845579/10:27
jamespageI grabbed the codebase and tried it for openmpi10:27
jamespagethat at least gives us the transition order10:28
rbasakjamespage: awesome, thanks! I found xdeb which can provide a build sequence, but that doesn't help with parallelism without using xdeb itself which doesn't use sbuild.10:29
jamespagerbasak, once you are happy that we can transition and we have a FFE exception I suggest we ask to get this setup in the transition tracker10:29
rbasakjamespage: I have a patch for blacs-mpi btw, that causes its rdepends to FTBFS10:30
rbasakjamespage: I'd like to do a full rebuild test which should work better this time with the dependency information. I'll set it up today with parallel builds to speed it up.10:31
rbasakjamespage: and then I'll get started on the test suite.10:31
jamespagerbasak, are you installing the resulting artifacts?10:31
rbasakjamespage: no, although I noticed that sbuild has a piuparts thing that can do that. Do you want me to enable it?10:32
rbasakjamespage: I take it you're asking me to check if the generated debs are installable?10:32
jamespagerbasak: that might be helpful with the FFE10:32
rbasakOK10:32
jamespagerbasak, no I'm saying that for later tiers of dependencies you will need to rebuild against the packages you just built10:33
jamespagemake sense?10:33
rbasakAh yes - I have been doing that10:33
rbasakI modified my sbuild to use add a local repo, and have that pinned at higher priority10:33
rbasakThat's how I discovered the blacs-mpi problem.10:33
jamespageright - I see10:34
jamespageFYI the level 0 and 1 dependencies can be folder10:34
jamespagempi-defaults does not need to be rebuilt10:34
jamespage*folded10:34
uksysadminkoolhead11: openstack-dashboard10:37
uksysadmincouldn't find one referencing horizon... lemme check again.10:37
uksysadminnope - openstack-dashboard it is, references a python-django-horizon10:38
Stef2when i start ubu server some errors appear but they dissapear fast. how can i see all the text that appear on screen util ubu login?10:38
Stef2*screen until10:39
Davieyjamespage: always10:43
jamespageDaviey, good morning!10:43
jamespagelate one last night?10:43
Davieyjamespage: sadly, all too often10:44
koolhead11uksysadmin: i can see keystone still there10:50
koolhead11i dont think its a bug10:50
koolhead11:)10:50
koolhead11Daviey: am bit famous today!! :P10:51
jamespageDaviey: I wanted your opinion on something in a new package I've reviewing10:54
jamespagebug 93042210:55
uvirtbot`Launchpad bug 930422 in ubuntu "[needs-packaging] rds Resara Server" [Wishlist,New] https://launchpad.net/bugs/93042210:55
jamespageall-in-all its looking OK; however I'm uncomfortable about the embedded source of qtrpc2 in this package10:55
jamespageDaviey, wanted to double check I'm not being irrational!10:56
Davieyjamespage: you seem to be being quite thorough :)10:57
jamespageDaviey: I learn't from the master of thorough!10:58
uksysadmingets removed on my setup :(10:58
Davieyjamespage: Hah.. right, so - if it were me, i think i'd be tempted to, at this stage, just make the changes myself and upload10:58
jamespageDaviey: with a FFE exception of course :-)10:59
Davieyjamespage: it seems they went to the effort.11:00
Davieyhttps://launchpad.net/~resaraserver/+archive/resaraserver/+build/204634611:00
jamespageDaviey: it looks so11:01
jamespagehence my slight discomfort with it being embedded11:01
Davieyjamespage: i'd get clarification on that, but the rest of the things i'd just change muyself.11:02
jamespageDaviey: OK - I'll catch brendan this afternoon (he's east coast)11:03
jamespageDaviey: can i get an FFE for this on #ubuntu-release or do I need to justify in the bug and sub ubuntu-release?11:04
Davieyjamespage: Add ratonal on the bug, subscribe ~ubuntu-release.. and give me a ping. :)11:05
koolhead11uksysadmin: gosh you are right :)11:05
jamespageDaviey: OK - I'll get the rationale for the embedded qtrpc2 library sorted out and do so later today11:05
Davieyjamespage: add [FFe] to the title11:05
Davieyjamespage: sorry, rational for a FFe11:06
jamespageDaviey: yeah - got that!11:06
koolhead11uksysadmin: i installed keystone after installing dashboard and its telling me it will remove whole horizon. gosh11:06
Davieyjamespage: groovy!11:06
uksysadminkoolhead11: yup. bug :p11:07
koolhead11uksysadmin: http://paste.ubuntu.com/845620/11:07
uksysadminconfirmed then.11:08
koolhead11yeah am adding my pastebin output there too in comment11:08
uksysadmingreat11:08
koolhead11uksysadmin: am sure it would be fixed and in the pinned repo.11:10
uksysadminpinned repo?11:11
koolhead11uksysadmin: https://help.ubuntu.com/community/PinningHowto11:12
uksysadmincheers11:12
uksysadminnot sure I have a version I know works to pin though - does this suggest I install keystone, pin that and it won't get removed?11:13
uksysadminsounds like a fudge when it comes to dependency checking11:13
koolhead11uksysadmin: i think this will keep you updated with the daily developments i suppose11:14
uksysadmintrue - will see how it goes.  I appreciate that essex on precise is a moving target.11:15
uksysadminkeystone is getting a hammering in this release - dialogs boxes popping up asking user input, to getting removed by unrelated packages! ;-)11:16
koolhead11essex/precise/precious == win!! :)11:16
uksysadminI for one is looking forward to the Randy Robin release in 2013 ;-)11:16
Davieyrvba: Hey, do you have a moment?11:19
rvbaDaviey: sre, what's up?11:22
rvbasure*11:22
Davieyrvba: So, i wanted to run a patchset against you for django.11:23
rvbaDaviey: all right…11:23
Davieybug 905837 , has patches attached.. but differ from upstream.11:24
uvirtbot`Launchpad bug 905837 in python-django "python-django 1.3-2ubuntu1.1 is incompatible with Psycopg2 2.4.2-1" [Undecided,Confirmed] https://launchpad.net/bugs/90583711:24
Davieyrvba: specifically, from django.db.backends.postgresql.introspection import DatabaseIntrospection as PostgresDatabaseIntrospection , isn't removed.11:25
uvirtbot`New bug: #934118 in nova (main) "Floating ips not available to instances after upgrade" [Undecided,New] https://launchpad.net/bugs/93411811:26
rvbaDaviey: I have some reading to do now :)11:26
Davieyrvba: sorry!11:27
rvbaDaviey: That's ok ;).  I'll look into the patches.11:27
Davieyrvba: thanks11:28
rvbaDaviey: I mean you just gave me some reading to do ;)11:28
rvbaDaviey: so you want me to make sure the patch is fine is that it?11:28
rvbaDaviey: The one proposed on the ticket.  Because the fact that it differs from the upstream patch worries you a bit.… right?11:29
rvbaProposed on the lp bug that is…11:29
rvbaDaviey: just making sure because I'm kinda new to packaging (to say the least).11:30
Davieyrvba: right!12:05
rbasakjamespage: could you please review/sponsor bug 934138?12:05
uvirtbot`Launchpad bug 934138 in blacs-mpi "libblacs-openmpi.so.1.1 does not declare its dependencies" [Undecided,New] https://launchpad.net/bugs/93413812:05
rvbaDaviey: cool, I'm on it…12:05
Davieyrvba: It's not really packaging problem, just that the proposed diff's are different to trunk12:05
rbasakjamespage: (this is affecting rebuild testing but the bug is relevant to the current archive version too)12:06
Davieyrvba: thanks!12:06
rvbaDaviey: right.12:06
jamespagerbasak, why did you need to switch gcc -> ld?12:09
rbasakjamespage: it did confuse me. gcc in that form isn't creating the desired result. To simplify things, I used ld, and it worked. I'm still baffled as to why it doesn't work using gcc, but all that line does is link object files, so ld would be more suitable anyway.12:10
jamespagerbasak, ack12:11
* jamespage has discovered if my laptop fan runs harder it stops making a grinding noise!12:11
rbasakjamespage: apt-get install cpuburn? :-)12:12
jamespagerbasak, its still under warranty - raised a support call last night12:12
rbasakI had an RMA for my laptop but failed to get round to backing it up, switching to my spare and sending it off in the 7-day window they gave me :-(12:13
Davieyjamespage: 'grinding'.. crikey12:13
jamespagerbasak, next business day onsite warranty is worth it...12:13
rbasakhmm12:14
rvbaDaviey: the second patch on lp is the same as the fix 16520 on django.  The first patch is the minimal effort that needed to done for the second patch to apply successfully (it simply copies db/backends/postgresql/creation.py to db/backend/postgresql_psycopg2).  It's a very short "summary" of what happened between 1.3 and trunk.12:16
rvbaIn django upstream, between 1.3 and trunk, the whole module db/backends/postgresql has been removed.12:16
rvba "from django.db.backends.postgresql.introspection import DatabaseIntrospection as PostgresDatabaseIntrospection" is still there because all this renaming/deleting has not happened in 1.3 and the first patch only took care of the file creation.py where the meat of the real fix (the second patch on lp or changeset 16250 in django) happens.12:16
rvbaDaviey: I haven't run the tests or anything yet but the fix seems very sane to me.12:17
rvbaDaviey: do you want me to run the tests & all or have you done that already?12:17
Davieyrvba: ahh, so if i fold both patches into one.. you think it makes sense?12:18
Davieyrvba: no, i'll run the tests.. don't worry about that12:18
Davieyit was more the logic that didn't make sense to me :)12:18
rvbaDaviey: absolutely, like I said, the first is a summary of what happened to the Django code base between 1.3 and trunk (the minimal amount for the second patch to be applied).12:19
rvbathe first patch*12:19
Davieyrvba: thanks :)12:22
jamespagerbasak, you can still use gcc - but the -l's need to be moved to after the .o files in the command12:22
rvbaDaviey: Glad to help.12:23
jamespagerbasak, http://paste.ubuntu.com/845710/12:23
rbasakjamespage: aha, thanks! I thought it was an ordering issue from memory but tried it the wrong way round :)12:23
jamespageOK if I make that minor change and upload?12:23
jamespageI hit a similar issue with some hadoop stuff a few weeks ago12:24
rbasakSure, thanks! Sorry about forgetting update-maintainer too.12:24
jamespagerbasak, np - sponsor-patch did that for me :-)12:24
rbasakbtw, are you sure that this will work? I haven't tested it now :)12:24
rbasakJust testing it now.12:26
jamespagerbasak, I just tested it and uploaded12:28
rbasakjamespage: thanks. Just this second my test succeeded.12:28
jamespagerbasak, http://paste.ubuntu.com/845713/12:28
jamespagerbasak, please can you make sure that gets submitted back to debian12:29
jamespageI would suspect they have the same issue12:29
rbasakInteresting - I get something slightly different.12:29
rbasakhttp://pastebin.com/vPvEc0BU12:30
rbasakI wonder what libopen-pal is? Anyway I don't suppose it matters.12:30
rbasakI'll file a Debian bug now.12:30
jamespagerbasak, you know submittodebian?12:30
rbasakI'd heard of it, but never used it. I shall use it now, thanks :)12:31
jamespagesaves alot of time!12:32
rbasakjamespage: hmm. It's not going to work from the mostly-unconfigured with no functioning mail cloud instance I have the sources on! :-/12:34
jamespageno12:42
Davieyrbasak: no functionig mail ?12:45
rbasakDaviey: not unless you appreciate emails from root@localhost and your spam filter allows them through, or I configure stuff correctly. The cloud I'm using has outbound SMTP blocked at the moment, too.12:46
=== Lcawte is now known as Lcawte|Away
Davieyrbasak: configuring outbound isn't  challenge, and the key is that port 25 is blocked, not SMTP :)12:49
rbasakDaviey: I don't want to put my outbound submission credentials on a cloud instance either!12:50
rbasak(nor have I got round to automating it in some way)12:50
Davieyrbasak: ah, i created a special user just for it.12:51
rbasakDaviey: I don't have that luxury :)12:56
=== Lcawte|Away is now known as Lcawte
=== Ursinha` is now known as Ursinha
zulmorning13:52
jamespagehey zul13:53
zulhey jamespage13:58
=== bladernr_afk is now known as bladernr_
smoserrbasak, http://paste.ubuntu.com/845863/14:18
smoserthat works now with latest cloud image14:18
smoserbasically a much saner way than OVF manipulation to seed the image.14:18
rbasaksmoser: that's brilliant - thanks!14:20
smbsmoser, Awesome, this answers my question that I was thinking to ask about a minimal set of data for meta and user data. :)14:26
smbsmoser, Maybe one additional question about that: can the password that way set to be empty (just having nothing beyond the password:)?14:31
smosersmb, are you asking if you can set an empty password ?14:31
smbsmoser, Yes, that was my intention14:32
smoserit doesn't look like it.14:32
smosercloud-init just uses chpasswd14:32
smoserand i can't get chpasswd to take an empty passwd.14:32
smosersmb, are you wanting ssh login ?14:32
smoserthat can be done easily enough by inserting keys (which you can via user-data)14:33
smbAh ok. Well just trying to get an end result similar to ec2. Not really sure the pw there is empty actually or whether sudoers just allows anything without a pw14:33
smosersmb, ah. yeah.14:34
smosersudoers for the ubuntu user does not require a password14:34
smoserso what you want is to do something like this:14:34
smbUp to now I did some sort of uncloudify and used "passwd -d ubuntu" which is wrong in several ways I guess. :)14:36
smosersmb, http://paste.ubuntu.com/845895/14:37
smoseruse that to write your user-data and your ssh-keys will get imported.14:37
smoseror use ssh-import-id14:37
smoser(which can be used from user-data too)14:37
smoser#cloud-config14:38
smoserssh_import_id: stefan-bader-canonical14:38
smbI see. Ok. I'll giive those a try14:39
smbthanks14:39
=== bigjools is now known as bigjools-afk
jamespagehallyn, around? seeing and odd issue with lxc with duplicated mac addresses14:50
jamespagehmm - maybe utlemming then?14:56
MTecknologyI'm trying to make a preseed file but getting stuck on the partitioning piece. I think I have everything else figured out. Any chance I could convince someone to take a peak at what I have? http://dpaste.com/704419/15:01
caribousmb apw, I have a kernel question for you15:01
hallynstgraber: workign o nthe lxc server guide - i'm going to work on getting all the other templates to work too, as part of that.15:01
caribouoff the top of your head, would you remember any regression b/w Oneiric & Natty wrt the megasas module ?15:01
stgraberhallyn: good luck with fedora ;)15:02
apwcaribou, not i15:02
smbnot from the top of my head15:02
caribouThe Oneiric installer is no longer to see the raid drives but it works well on Natty15:03
hallynstgraber: ya15:03
smbcaribou, Hm, I only remember some not yet supported cases for Lucid...15:03
caribouapw: smb here is the contents of the syslog with DEBCONF_DEBUG=5 on both installs : http://paste.ubuntu.com/845931/15:05
caribouit's using the same preseed file on both btw15:05
smbcaribou, Hm... wasn't that maybe the driver that renamed devices... or was that another thing15:05
caribouI'll try the same with the precise daily build next week to compare15:06
smbcaribou, One of your final lines in the oneiric case seems to have a scsi4 found and bound...15:07
caribousmb: yes, but after that there is nothing more and d-i goes ahead and ask which module should be loaded15:08
caribousmb: wait, no, the lines were much further & diluted in the log, my fault15:09
smbcaribou, Right, so somehow the drive is not found, or none to say15:09
caribousmb: here is the rest of the log : http://paste.ubuntu.com/845939/15:10
smbcaribou, Sorry got me a bit confused: is that oneiric or the natty one?15:11
caribousmb: sorry, this is the follow-up of the Oneiric syslog15:12
smbah ok15:12
smbhm. there is some disk info...15:12
caribousmb: at the end it goes to SUBST disk-detect/module_select to ask for which module needs to be loaded15:12
caribousmb: with Natty, it continues without asking anything15:13
smbcaribou, Yes. looks a bit weird. I see the info from the host scan, but not any sd devices being created15:14
uvirtbot`New bug: #934256 in lxc (universe) "lxc-clone should replace/change hwaddr when cloning containers" [Undecided,New] https://launchpad.net/bugs/93425615:15
caribousmb: could this be caused by a race condition because of the fact that the host scan happens much later in the Oneiric log than on Natty where it appears right after the module is loaded ?15:16
smbcaribou, Not sure. Actually it does not really seem to be "much" later. Just about one second after the messages about the adapter init15:19
smband that could be just becuase we were at the end of that second15:19
hallynjinkeys man pages need updating too15:29
michael_tngood day all, is this the correct channel for orchestra/juju discussions?15:31
kirklandmichael_tn: sure15:32
michael_tn:-)15:32
michael_tngreat,15:32
kirklandmichael_tn: this channel is a bit better for orchestra;  #ubuntu-juju is a bit better for juju15:32
michael_tnwe're experimenting with the build on some cluster hardware15:32
michael_tnand i anticipate a bit of handholding may be required15:33
michael_tnwe have a pretty nice cluster we're repurposing to openstack15:33
michael_tnwe have orchestra up and are about ready to move on to juju, but were a bit unsure whether to go ahead and provision a group of nodes in orchestra before bootstrapping juju or to do it after15:35
jamespagemichael_tn, do you want to manage all of the nodes you have through juju?15:41
michael_tnhmmm ...15:43
michael_tnnot sure, not considered that really15:43
jamespagemichael_tn, OK; so for the node that you want juju to manage they have to be in a certain class in cobbler (part of orchestra)15:44
michael_tnthe entire cluster is commited to openstack (two head nodes and 64 cluster nodes)15:44
SpamapSmichael_tn: you simply need to identify them in orchestra, and put them in the 'available-mgmt-class' that you defined in your juju environments.yaml...15:45
michael_tnok15:45
SpamapSmichael_tn: juju will do the provisioning15:45
michael_tnjuju will select those nodes at random?15:45
jamespagemichael_tn, at the moment yes15:46
michael_tnok15:47
michael_tnshould we instantiate a single node to bootstrap juju at the start or just let bootstrap pick one out of our group?15:48
jamespagemichael_tn, juju will pick one16:03
DavieySpamapS: would you be able to look at bug 934013 ?16:16
uvirtbot`Launchpad bug 934013 in mysql-5.5 "Mysql fails to start after upgrade to precise" [Undecided,New] https://launchpad.net/bugs/93401316:16
michael_tnok, thanks, i'll spin up a few nodes and see if i can get juju bootstraped16:18
michael_tnour WOL is not working so i have to go boot things by had :-\16:19
kyconquerswhat does this error mean? http://pastebin.com/ANuDMQRR I have narrowed it down to one line, I am clicking on an input field.16:25
brendan0powersjamespage: Hi, thanks for taking another look16:29
SpamapSDaviey: I think I fixed that yesterday...16:31
SpamapSDaviey: oh, no.. hrm.. thats the new version16:31
SpamapSLooks like the apparmor profile is still borked16:32
Daviey:(16:32
=== sixstringsg|away is now known as sixstringsg
SpamapSDaviey: I think its actually caused by incomplete /run migrations... but we should still be able to run things. :p16:36
jamespagehey brendan0powers: thanks for doing those updates16:36
jamespagebrendan0powers, so - qtrpc2 - why do you need it within the rds packaging?16:37
jamespageit could be packaged separately?16:37
DavieySpamapS: Make sure you thank lennart.16:37
SpamapSDaviey: whoa wait.. this is weird16:37
SpamapSDaviey: I think it may be a confflie transfer of ownership issue16:38
brendan0powersjamespage: It could be, but rds is the only software that uses it(that I'm aware of), and since it lives in the rds VCS, it's released at the same time Resara Server is16:38
DavieySpamapS: This adds to my confidence of upgrade testing :)16:39
robbiewheh16:40
jamespagebrendan0powers, so its part of rds? I think I'm misunderstanding how it relates to rds16:46
=== sixstringsg is now known as sixstringsg|away
brendan0powersjamespage: QtRPC was a library Resara developed for our last product, which was closed source. At one point, we posted a version of it on google code with an open source license16:48
jamespagebrendan0powers, ah - I see - so it versions and releases inline with rds16:48
brendan0powersjamespage: But now, it lives in the Resara server repository, with an open source license16:48
brendan0powersyes16:48
jamespagebrendan0powers, OK - look I'll do the updates to the package as I documented in the bug report16:49
brendan0powersOh, I'm already part way through that16:49
jamespagebrendan0powers, excellent!16:49
jamespagebrendan0powers, so the normal place to document things folk should understand about stuff like this is in debian/README.source16:50
jamespagecould you add a few notes while you are doing the updates?16:50
brendan0powersNotes about what?16:50
brendan0powersQtRpc?16:50
jamespagebrendan0powers, yep16:50
brendan0powersOk, I will do that16:50
jamespage+116:50
michael_tnoff to data center, bbiaw with more questions i imagine :-)16:55
michael_tnthanks for the help!16:55
MTecknologypreseed files seem to be nice and well documented until it comes to partitioning.... :(17:05
uvirtbot`New bug: #760443 in bacula (main) "Bacula installation fails at dbconfig-common stage" [Medium,Confirmed] https://launchpad.net/bugs/76044317:06
brendan0powersjamespage: I'm not sure I understand the copyright stuff17:09
jamespagebrendan0powers, leave that with me then - I'll update17:09
brendan0powersjamespage: I modified the 2 LGPL-2 licenses to be LGPL-2+17:09
=== sixstringsg|away is now known as sixstringsg
brendan0powersjamespage: ok, then all the issues should be fixed17:10
brendan0powersI need to run i through pbuilder to make sure17:10
jamespagebrendan0powers, OK - let me know when you are happy17:12
jamespageI'll re-clone and update as required.17:12
brendan0powersjamespage: Ok, everything is pushed to the repo17:31
jamespagebrendan0powers, ack17:31
brendan0powersjamespage: you can re-clone and take a look17:31
hallynjamespage: good catch on lxc-clone and hwaddrs :)17:34
hallyni'll add that to the HUGE SLEW of changes i'm doing today17:34
jamespagehallyn, w00t!17:34
jamespagetook me a while to figure out what was going on17:34
=== bigjools-afk is now known as bigjools
=== sixstringsg is now known as sixstringsg|away
hallynstgraber: fedora template pretty much working.  though repos aren't quite working after start...  more work to do17:53
PlizzoI have an installation of Ubuntu Server 11.10 x64 which is freezing completely at random occasions. I've tried to modify the grub parameters, change kernel, running memtests, tailing logs, but nothing helps. Does anyone here know how to solve this?17:56
brendan0powersjamespage: It seems there is an issue with the packages in the repo17:58
brendan0powersjamespage: librdsserver1 is depending on librdslap, and not librdsldap117:59
brendan0powersIt's not listed in the control file, so debhelper must be generating the dependency17:59
jamespagebrendan0powers, that maybe an shlibs problem18:00
jamespagebrendan0powers, shlibs.local18:01
jamespageneeds a tweak18:01
brendan0powersforgot about that file18:04
jamespageit kinda works i.e. it will install because librdsldap1 replaces librdsldap18:06
jamespagebrendan0powers, anyway I have to finish reviewing this on Monday  - thanks for all of the updates you have done to  the package18:07
brendan0powersOk18:07
jamespageonce I've confirmed it builds and installs OK I'll get the FFe and get it uploaded.18:07
brendan0powersAwsome18:07
brendan0powersI'll continue poling around a little more and see if I find any more issues18:07
brendan0powersI'll update the bug report if I find anything18:08
adam_gzul: thoughts on reenabling the libvirt console patch on CI?18:18
zuladam_g: im trying it out locally still18:19
=== skip is now known as skipdb
=== sixstringsg|away is now known as sixstringsg
zuladam_g: if im happy with it then ill re-enable it18:21
adam_ghm ok18:22
=== sixstringsg is now known as sixstringsg|away
PotatoeI am sending sip packets to my server. On my server I am running ngrep on the interface where the packets are coming from. Some packets are not arriving in ngrep even though I see them on tcpdump leaving the remote site. What's odd is it's always the same packets that are being dropped. is there any filter that might drop packets before ngrep ?18:24
PotatoeCan packets by dropped by the kernel before hitting ngrep or tcpdump ?18:34
rbasakPotatoe: as far as I'm aware, no, provided that you're capturing on a real interface (not a bridge or something).18:35
rbasakPotatoe: I'd use tcpdump on both ends with identical filters to verify.18:35
Potatoeeth0 which is a nic on the moboard18:35
Potatoeit says '0 packets dropped by the kernel;18:47
brendan0powersjamespage: I have updated the repo with the shlibs.local fix, rebuilt the packages, and verified they install18:53
JanCPotatoe: what type of traffic isn't seen by ngrep?18:56
PotatoeSIP Packets19:09
Potatoebut only some are disappearing, so it's not a nat issue19:09
=== sixstringsg|away is now known as sixstringsg
RoyKPotatoe: anything in iptables_20:01
PotatoeNo20:01
PotatoeI reset everything iptables-save and see nothing20:01
Potatoeaccept by default20:01
RoyKthen kernel really shouldn't drop anything20:01
PotatoeThat's what I thought20:20
PotatoeIt's my understanding that ngrep/tcpdump shows data before it hits iptables20:20
RoyKPotatoe: iirc before the filter table, yes, but not sure about the rest20:23
RoyKPotatoe: anyway - what sort of software is this?20:23
PotatoeUbuntu 10.04 LTS with Kamailio 320:25
PotatoeI think it might be related to the ethernet bonding rules which I know little about20:27
patdk-wkheh? your using bonding?20:38
patdk-wkyou better be very careful what mode you use, and make sure your nic's and switch supports it20:38
patdk-wkplus whatever you talking to supports that mode also (for a few modes)20:39
Potatoehow do I get the network card back into 'master'20:41
stgraberhallyn: uploading udev now20:41
patdk-wkunplug the other network cards?20:42
PotatoeI tried to activate the bonding mode20:42
Potatoeit didn't work20:42
Potatoenow the network card won't work in non bonded mode20:42
Potatoeit says 'RUNNING SLAVE'20:42
patdk-wkheh?20:42
* patdk-wk might recommend learning how bonding works, before you go and use it20:42
PotatoeI tried to activate bonding20:42
Potatoenow nothing works20:42
PotatoeI reset the interfaces script to what I had before20:43
Potatoeand ran /etc/init.d/networking restart20:43
patdk-wkthat won't unbond20:43
patdk-wkin fact, that is a horrible idea to do, ever20:43
Potatoehow do I go back20:43
patdk-wkthis is what ifup/ifdown is for20:43
patdk-wkat this point? reboot20:43
Potatoethat fixed the original config20:49
patdk-wkwhat bonding mode did you attempt?20:55
jorenHey, I've got a serve rwith a raid setup that I just replaced a disk in, and it's taking for ever to come up now (been waiting 5 minutes so far.) I don't see any disk activity, and the last output was /dev/md1 clean21:13
jorenis there any way to get a more verbose output of what it's doing?21:25
jacobwwhat model of raid controller is it?21:26
jorensoftware raid21:30
jorenmaybe the array is just being slow, but it really doesn't seem to be hitting the disks at all21:30
jorenI'll give it a bit longer and then just remove the array from fstab I guess21:31
uvirtbot`New bug: #934515 in python-novaclient (main) "--meta key=value cannot accept '=' in value" [Undecided,New] https://launchpad.net/bugs/93451521:36
uvirtbot`New bug: #934534 in nova (main) "metadata ami-launch-index coming back off-by-one" [Undecided,New] https://launchpad.net/bugs/93453422:11
uvirtbot`New bug: #934540 in bacula (main) "package bacula-common-pgsql 5.2.3-0ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/bacula/libbaccats.la', which is also in package bacula-common 5.2.3-0ubuntu2" [Undecided,New] https://launchpad.net/bugs/93454022:43
vindavHello, I am a Ubuntu 11.10 newbie gaining experience and have a new project in which I want to back up my local drive to my local network access storage drive (LaCie d2).  Can anyone provide a solution or a step by step process of how this can be achieved please ?22:47
vindavI we'll if it can help the majority, 'Grsync' is the resident program that is used to accomplish the task I am looking to do to do local drive to a network access storage device.  I tested this out and found that I can do so far a single folder transfer with contents.  Now, if I can do multiple folders in a transfer with automatic timely transfers, I think we'll have something happening.  Any comment or advise ?23:09
PlizzoI have a server running Ubuntu Server 11.10 x64 and that is randomly freezing, any help?23:21
SpankyPlizzo -- Sounds like hardware crap to me...23:23
SpankyMemory?23:23
PlizzoSpanky: I did 23 passes of memtest, no errors23:23
SpankyTry running off a LiveCD and do a few things...23:23
SpankyRandom freezing sounds like hardware....  These things can be a bitch to troubleshoot23:24
PlizzoI know, I've been trying to fix it for weeks.. :(23:25
SpankySee if the box runs 10.04LTS or run another server distro or WindowsServer or something and see what happens...23:25
SpankyYou got any spare boxes in the closet....23:25
Spanky?23:25
SpankyYou could try a forked off server like Zentyal or even try Debian Server or what not...23:27
qman___if it freezes up without a kernel panic that's almost guaranteed hardware23:27
SpankyJust doesn't sound like a Server OS issue when you have random freezes...23:28
qman___even most freezes with kernel panics are hardware, but almost all freezes that are software will have a kernel panic23:28
SpankyYep...23:28
Plizzoqman__: The logs are empty23:28
=== Lcawte is now known as Lcawte|Away
SpankyThis is a new install right?23:29
PlizzoI've tried tailing all logs, but there are no irregulaatories23:29
PlizzoSpanky, not entirely new23:29
PlizzoI've had it since around new years23:29
SpankyEwww...23:29
PlizzoAnd the problem seems to have started after I ran sudo update-grub23:29
Plizzothe first time23:29
PlizzoBut at that time I had made no changes to the config file..23:29
SpankyCan you try a new install on a separate drive and just check the hardware...?23:30
qman___grub has no effect on the server while it's running23:30
qman___only when it's booting23:30
PlizzoCould the graphics drivers be causing this?23:30
SpankyGrub 2 has been pretty solid for me on the desktop.  I don't multi-boot my server hardware though so I don't get into the wooly stuff there...23:30
qman___without X, there aren't really any graphics drivers per se23:31
qman___if you're running KMS or a framebuffer you can try booting with it disabled23:31
PlizzoI run XBMC23:31
PlizzoXBMC-Live23:31
PlizzoBut even without that and Xorg running, it still freezes23:31
qman___recent versions uses KMS by default, try booting with the option 'nomodeset'23:32
SpankyYeah, I run Zentyal Server that uses LXDE and it's super low graphics overhead....  So even with X, not a lot of issues I've seen...23:32
Plizzoqman__ I have nomodeset already23:32
PlizzoI have an Nvidia 520 GPU in the server for 1080p decoding23:32
PlizzoAnd vdpau drivers installed23:32
qman___well, it could be a problem23:33
qman___but like I said23:33
qman___freezing up, if it's a software problem, almost always gives a kernel panic23:34
qman___like, five nines23:34
PlizzoShould I boot from a Live-CD usb and try having it on to see if it freezes?23:34
SpankyI'm out.... I don't put big graphics boards in my server boxes.23:34
qman___worth a shot23:34
PlizzoAlright, thanks23:35
SpankyAs I suggested...  You have to nail down the problem... What server application you using that requires a NV 520?23:35
qman___while it's not really wrong in any way, media centers are a bit outside the normal scope of this channel23:35
=== sixstringsg is now known as sixstringsg|away
qman___I'd bet money it's a hardware problem though23:36
SpankyYeah, most of us shiners are just running a file, print server and maybe some FTP or WWW....23:36
qman___could try some sort of graphics card testing utility23:36
SpankyCan you boot Ubuntu desktop on that puppy?23:37
SpankyLive CD?23:37
hallynso to be clear, we're not in ff, but right now we're not in any sort of upload freeze (for bugfixes) right?23:42
hallynhm, lxc-start-ephemeral may need the macaddr fix too as lxc-clone did23:48

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