=== allenap_ is now known as allenap | ||
=== ming is now known as Guest41611 | ||
Guest11359 | smoser: When I get my filesystem all set up, where do I write the fstab file? | 03:22 |
---|---|---|
=== Guest11359 is now known as basicer | ||
basicer | ie where does state['fstab'] point ? | 03:23 |
=== vladk|offline is now known as vladk | ||
=== CyberJacob|Away is now known as CyberJacob | ||
=== basicer is now known as Guest21557 | ||
=== CyberJacob is now known as CyberJacob|Away | ||
jtv | gmb: as mentioned on the call yesterday, I've been continuing the cleanup on the import code. | 11:11 |
jtv | Or did I mention it the day before? One forgets. | 11:11 |
jtv | Anyway, I have a branch in the works that may clarify a few things that you've been figuring out. | 11:11 |
melmoth | hmm, with trusty, i try to perform the same sort of install i used to do before... I can bootstrap all right, but deployn a simple charm such as mysql fail. no machine is being picked up | 11:24 |
melmoth | http://pastebin.ubuntu.com/7329138/ | 11:24 |
jtv | melmoth: looks like it's more of a juju problem than a maas problem. It _may_ turn out to be a maas problem, but you may be best off asking in #juju about finding the errors' root cause. | 11:30 |
melmoth | hmmm, i wonder if it s a good idea to say "local:precise/mysql" when i m using default trusty | 11:30 |
melmoth | i ll try to deploy stuff drom local:trusty/ and ask on #juju if it still fail. | 11:31 |
jtv | Ah, I hadn't noticed the "precise." :) | 11:31 |
jtv | allenap, could you help me debug a problem building in the daily PPA? | 11:36 |
jtv | I requested a daily/trusty build, and it failed to upload because a package with the same version but different contents was already in the PPA. | 11:36 |
jtv | This has happened before, but I don't recall why. The revision should contain the current revision of the packaging branch, right? | 11:37 |
jtv | Correction: The *version* should contain the current revision of the packaging branch, right? | 11:37 |
jtv | Hmm... it built from packaging r272, but my packaging branch had landed as r273. Is this an 1.5/1.6 problem? | 11:39 |
rvba | allenap: you might want to have a look at the comment I added on bug 1305102 https://bugs.launchpad.net/maas/+bug/1305102/comments/5 | 11:53 |
ubot5 | Launchpad bug 1305102 in MAAS "celeryd 100% cpu when large dhcpd lease file" [Critical,Triaged] | 11:53 |
jtv | rvba: maybe you have any ideas about ^ ? | 11:56 |
jtv | I got an upload error from the daily trusty PPA. | 11:57 |
rvba | looking… | 11:57 |
jtv | Maybe I should just try again, but I don't want to exhaust my daily attempts. :) | 11:57 |
rvba | jtv: did you use a recipe to build the package? | 11:57 |
rvba | jtv: maas-maintainers/+recipe/maas-daily-trusty build the *1.5* branch? | 11:58 |
rvba | (i.e. not trunk) | 11:58 |
rvba | s/branch?/branch!/ | 11:58 |
jtv | Ah! That's the recipe I used. | 11:58 |
jtv | And yet, not the branch I've been working on. | 11:58 |
rvba | That's you problem then. | 11:58 |
rvba | your* | 11:58 |
rvba | I suggest you create a recipe to build a package from trunk and put it in the experimental PPA. | 11:59 |
jtv | Yes, that sounds like a good idea. | 11:59 |
jtv | Also, shouldn't the daily/trusty recipe build from a trusty packaging branch? | 11:59 |
rvba | jtv: that's what it does | 12:00 |
jtv | Then why the different package contents..? | 12:00 |
jtv | It said a package with the same version but different contents was already in the PPA. | 12:01 |
rvba | jtv: I don't know. Looks like it should be exactly the same content. | 12:02 |
jtv | Could be a transient clash as version numbers sync up again after the fork, I suppose. | 12:03 |
allenap | jtv: I’m glad that rvba’s here, because I don’t have a clue. DDs went in only as far as needed, and were promptly ejected from braincore at the end of that project. | 12:04 |
rvba | \o allenap | 12:05 |
allenap | o/ rvba | 12:05 |
allenap | rvba: I guess we should check the permissions on the parent directory. | 12:06 |
jtv | Hi allenap | 12:06 |
allenap | re. dhcpd lease rotating. | 12:06 |
rvba | allenap: yes | 12:06 |
allenap | Eyup jtv. | 12:06 |
rvba | allenap: paste.ubuntu.com/7329355/ | 12:07 |
rvba | allenap: I /think/ the dhcp.leases~ is the old, "rotated", file. | 12:07 |
allenap | rvba: Not sure how that’s being rotated by a process running as dhcpd. | 12:08 |
allenap | rvba: ls -d /var/lib/maas/dhcp | 12:08 |
allenap | rvba: ls -ld /var/lib/maas/dhcp | 12:08 |
rvba | allenap: sudo ls -ld /var/lib/maas/dhcp | 12:08 |
rvba | drwxr-xr-x 2 root root 4096 Apr 25 09:08 /var/lib/maas/dhcp | 12:08 |
jtv | allenap, bigjools, gmb, rvba: we have a new recipe: "maas-daily-trunk," against the experimental-builds PPA. | 12:09 |
allenap | rvba: It looks like /var/lib/maas/dhcp should be owned by dhcpd. | 12:12 |
rvba | allenap: I seem to remember there is a catch somewhere about that… | 12:12 |
rvba | I can't remember what it was though. | 12:13 |
allenap | Hush :) | 12:17 |
jtv | allenap, rvba: IIRC we had a changeover, in Precise, from "it has to be owned by root" to "it has to be owned by dhcpd," or vice versa. | 12:17 |
rvba | jtv: Yes, that was it. | 12:18 |
jtv | Oh by the way, the import code has a bunch of check_call()s... should those be call_and_check()s? | 12:21 |
jtv | And speaking of which, large imports cleanup up for review: https://code.launchpad.net/~jtv/maas/split-out-repowriter/+merge/217209 | 12:24 |
=== vladk is now known as vladk|offline | ||
jtv | allenap: are you still working on that speedup for the leases parser? I was quite looking forward to that. | 14:00 |
jtv | It's probably too much to hope that we could just call into ISC's compiled parser... | 14:01 |
allenap | jtv: https://code.launchpad.net/~allenap/maas/dhcp-leases-parsing/+merge/215112 is the code. I’m not sure what I’ve got left to do. There are tests, it looks cleanish, but something probably held my hand. | 14:05 |
=== vladk|offline is now known as vladk | ||
=== vladk is now known as vladk|offline | ||
=== matsubara is now known as matsubara-afk | ||
=== vladk|offline is now known as vladk | ||
=== roadmr is now known as roadmr_afk | ||
=== vladk is now known as vladk|offline | ||
=== matsubara-afk is now known as matsubara | ||
=== roadmr_afk is now known as roadmr | ||
=== roadmr is now known as roadmr_afk | ||
=== roadmr_afk is now known as roadmr |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!