/srv/irclogs.ubuntu.com/2014/01/08/#maas.txt

bigjoolsjtv: any ideas what's going on here in maas-test? http://paste.ubuntu.com/6712744/03:21
jtvbigjools: no, but can you create a VM with uvtool on that same machine?03:27
bigjoolsjtv: gimme a command line for that please03:27
jtvMay be best to start with the command line that's in the traceback, and whittle it down to find the source of the problem:03:28
bigjoolsuvtool: command not found03:28
jtvThe command is uvt-kvm.  Hang on, I'm about to paste.03:28
jtvTry:03:28
jtvsudo uvt-kvm create --ssh-public-key-file=/home/ubuntu/.config/maas-test/vm_ssh_id_rsa.pub --unsafe-caching --memory 2047 --disk 20 c3dd8de0-7810-11e3-944d-e4115b13819f arch=amd64 release=saucy03:28
jtvThe "sudo" shouldn't be needed, so that's one of the parts you can whittle off to find the minimal reproduction of the problem.03:29
jtvI find that command line works for me, after a fresh sync of images, but there may still be a problem in the template.03:29
bigjoolsjtv:  it seems to be working ...03:30
bigjoolsyay?03:30
jtvSame here.  Let me try maas-test here.03:30
jtvYou're running this on saucy i386?03:30
bigjoolsamd6403:31
jtvBy the way, clean up the VM afterwards using "uvt-kvm destroy <name>"03:31
jtvThe name in this case is c3dd8de0-7810-11e3-944d-e4115b13819f03:31
jtvFeel free to use more convenient names...03:31
bigjoolsit fails quickly in maas-test03:31
bigjoolslibvirt: QEMU Driver error : Domain not found: no domain with matching name 'c3dd8de0-7810-11e3-944d-e4115b13819f'03:31
bigjoolsso it didn't get near to making it03:32
jtvTry a "uvt-kvm list" to see which VMs have been defined.03:32
bigjoolsempty03:32
jtvOK, nothing to clean up then.  But then how and why did that command I pasted earlier seem to work!?03:33
bigjools:/03:33
bigjoolslibvirt.libvirtError: unknown OS type hvm03:34
bigjoolsis the error03:34
jtvYes, saw that.03:34
jtvHmm... the template mentions that.03:34
jtvMy guess is that nomenclature has changed, or this "hvm" OS type has been replaced, and we need to update the code.03:35
jtvLooks like a question for rbasak.03:36
jtvThe one difference between the command line I pasted you and the one maas-test actually runs, is that maas-test passes in a "template" of settings.03:36
jtvThe template is in XML.  The part that seems to be causing trouble now is:03:37
jtv<domain type='kvm'>03:37
jtv    <os>03:37
jtv        <type>hvm</type>03:37
jtv(Can you really officially use single quotes for XML attribute values?)03:37
bigjoolsI am running on saucy BTW03:39
bigjoolsoh said that03:39
jtvGraham made a change to that one line recently, so he may know.03:40
bigjoolsthe "uvt-kvm create" is still running03:40
jtvAh03:40
bigjoolsbut nothing for "list" coming up03:40
jtvThat's taking pretty long.03:40
bigjoolsthis is my command, not maas-test03:40
jtvYou can run "uvt-kvm wait <name>" to block until it's created.03:40
bigjoolsit fails instantly on maas-test03:40
jtvYes, because we pass an unknown "OS type" (whatever that means in this context) through that template.03:42
jtvI'm zeroing in on the branch that made that change.03:42
bigjoolsjtv: ok thanks.  I am deliberately staying out of code for this so I can experience it as a normal user and make informed feedback :)03:45
jtvbigjools: not much luck identifying a change there, but other things I'm finding on the intertubes suggest that it may be libvirt's horrible way of saying "this hardware does not support hvm."03:49
jtvWhere according to the GTF, HVM means Hybrid Virtual Machine.03:49
bigjoolsjtv: it';s running on my microserver, I can run other VMs on it fine03:50
bigjoolsall hail the GPL TLA FAQ03:50
bigjoolslet me look at cpuinfo03:50
jtvThe problem may be that we specify a particular *type* of VM which requires absent hardware support.03:50
bigjoolsah there's no hvm flag in /proc/cpuinfo03:51
bigjoolsfuck03:51
bigjoolsthis is a bad error then, it needs to fail better03:51
jtv I don't have it here either.03:51
bigjoolsand your maas-test fails?03:51
jtvDo we know that the CPU capability would actually read "hvm"?03:51
jtvI'll try it.03:52
bigjoolsgood question03:52
jtv"hvm" may be too obvious and hard to trademark, so it's probably something like "spx"03:52
jtvor "ghvl"03:52
bigjoolsvmx I think03:52
jtvWhaaaa.  Shouldn't have grepped for that...  so much output!03:53
jtvAnd thanks to whoever committed lint so that "make" now fails...03:53
bigjoolsah it's svm on AMD03:54
bigjoolsvmx on intel03:54
bigjoolsso I am ok, I have svm03:54
jtvDamn, can't run on my dev machine.  Will try laptop.03:55
jtvOkay, that's syncing images.  I'll leave it to do that while I go fix my mouse.03:56
bigjoolsI'll check my bios03:57
bigjoolsbios is ok04:00
bigjoolsjtv: found the problem04:03
bigjoolsI rebooted and it worked after04:03
bigjoolsI suspect there's some kernel stuff missing after installing kvm packages04:04
bigjoolswe need to work out what it is04:04
bigjoolsjtv: also I was pending a reboot after installing a new kernel.  That, I expect, buggered it.04:05
jtvbigjools: think we should have a maas-test section on maas.ubuntu.com where we can provide advice about problems like the one you just ran into?07:06
bigjoolsjtv: mmmm maybe07:06
bigjoolsI have more problems07:06
bigjoolsmy node is not enlisting07:07
bigjoolsno idea why07:07
bigjoolsoutput is useless :/07:07
jtvNo errors logged?07:08
bigjoolssending email07:08
jtvbigjools: I guess you saw this post about the hvm problem...  http://blog.loftninjas.org/2009/05/04/libvirt-unknown-os-type-hvm/07:09
bigjoolsI did07:12
bigjoolsemail sent07:12
jtvDid we change how we generate our manpage?  Suddenly there's loads of errors from the man page.07:17
bigjoolsgmb: can you look quickly at the email I just sent as well please?  It looks pretty bad.07:18
gmbbigjools: Yowza.07:18
gmbYeah, that's extremely very not good.07:18
gmbbigjools: If there's a log at all, it _should_ be under ~/.maas-test/logs.07:19
gmbAnyway, I'll reply to the email presently.07:20
bigjoolsgmb: not logs dir at all07:20
jtvI'm fixing up some of the superficial problems.07:20
bigjoolsno*07:20
jtvMainly to get "make" back to work.07:20
gmbUm, that's very weird indeed.07:20
bigjoolsI wish I'd tested this earlier :/07:20
bigjoolsbut *stuff*07:20
jtvgmb: looks like you created some lint in the code, and accidentally pasted an extraneous heading into the man page's source.07:21
gmbjtv: Which revision?07:21
gmbI thought I'd fixed that.07:21
gmb(You picked it up in a review, IIRC)07:21
jtvgmb: r10007:22
gmbDamn.07:22
* bigjools filing bugs07:23
bigjoolsI have enbuggerated07:38
jtvAnd I'm putting up a first branch.07:38
bigjoolshappy to engage review mode07:40
jtvbigjools: engage!  https://code.launchpad.net/~jtv/maas-test/housekeeping/+merge/20077607:41
gmbjtv: Interesting that make test didn't work for you in trunk (and almost definitely my fault has I had to manually land some things the other day). I don't see that behaviour, however.07:43
jtvgmb: could it be that you did a "make test" at some point shortly after a successful sudo authentication?07:44
jtvBecause it seems to boil down to it writing into /usr/local/lib/python2.7/dist-packages/...07:45
gmbjtv: Aaaaah. Yes, testing it in a new byobu window and I hit it.07:45
gmbThat's... suboptimal.07:45
jtvI'm filing.07:45
bigjoolsjtv: approved (via email, give it a minute)07:45
jtvThanks.07:45
gmbjtv: Oh, actually, no, thats something else.07:46
jtvgmb: bug filed — https://bugs.launchpad.net/maas-test/+bug/126700407:48
ubot5Ubuntu bug 1267004 in maas-test "Test suite writes into /usr/local/lib/python2.7/dist-packages/" [Critical,Triaged]07:48
bigjools!!!07:48
gmbI'm not even clear how the sweet fuck that happened.07:48
gmbAnd I can't reproduce it.07:48
gmbHmm, unless...07:49
jtvUnless you already have that directory.07:49
gmbRight.07:50
jtvWhich would have happened if you ever ran this as root.07:50
gmbWhich I may have done(?!)07:50
jtvAnd with all the sudo'ing we do, I'm suspicious even of running "make check" while a previous sudo authentication is still valid.07:50
jtvSee if you have a /usr/local/lib/python2.7/dist-packages/maas-test.07:51
jtvI don't.07:51
gmbjtv: I don't.07:52
jtvInteresting.07:52
gmbjtv: But this is not with a completely clean trunk (i.e. I've run make in this directory before and its worked, presumably doing pip and virtualenv-y stuff)07:53
jtvDid you do a "make clean," or run this in a fresh branch?07:53
gmbI ran a make clean.07:53
gmbOr did I?07:53
gmbhang on.07:53
jtvFor me, it worked in trunk *until* I did the "make clean."07:53
jtvLeftovers from an older build.07:53
gmbHmm.07:53
* gmb is writing on one machine, testing on another07:53
gmbjtv: Nope, I don't see that behaviour on my dev machine.07:55
gmbmake clean07:55
gmbmake test07:55
* bigjools doing another test run with the node console in view07:55
gmbJust seems to work.07:56
jtvI wonder if it's a matter of installing some package that isn't in the requirements list.07:56
jtvgmb: do you have python-tox installed?07:57
bigjoolsPROTIP: when you press ctrl-alt-delete make sure the keyboard is plugged into the machine you think it is08:00
gmbjtv: Nope.08:00
gmbjtv: Huh, now I'm getting failures.08:03
gmbWonder what changed.08:03
gmbs/failures/errors08:03
* gmb goes to brew more coffee08:06
bigjoolsjtv: dhcp detection failed to pick up my existing dhcp server :(08:06
jtvDamn.  It picked up mine.08:06
jtv...Was the network cable plugged into the machine it was?  :)08:06
bigjoolsI'm running maas-test on my maas server and had forgotten to kill the maas-dhcp-server08:06
jtvHow repeatable is it?08:07
bigjoolsI suspect that's a mode that's not catered for08:07
bigjoolsevery time08:07
jtvIs the problem that the DCHP server is running on the same machine as maas-test?08:09
bigjoolsit's on the same machine08:09
bigjoolsnot sure why that's a problem08:09
bigjoolsor the problem08:10
jtvdhcpd might ignore discovery requests coming from an interface that it's serving on itself.08:11
bigjoolsfood08:15
gmbjtv: Can you review https://code.launchpad.net/~gmb/maas-test/fix-test-blowup/+merge/20078308:44
rvbagmb: hang on, why would we need tox to be installed as a package?08:46
rvbaIt's something that is only used in tests.08:46
gmbrvba: I can't give a better reason than "because it fixes https://bugs.launchpad.net/maas-test/+bug/1267004"08:47
ubot5Ubuntu bug 1267004 in maas-test "Test suite writes into /usr/local/lib/python2.7/dist-packages/" [Critical,In progress]08:47
gmbrvba: If there's a way to fix that without installing Tox, I'm all for it.08:47
rvbagmb: I just ran the test suite a canonistack instance and didn't see any error.08:47
rvbaon* a canonistack instance08:47
rvbaI wonder what I'm missing.08:47
gmbrvba: Was this in an absolutely clean trunk?08:47
rvbaYeah08:48
gmbHrm.08:48
gmbrvba: When the test is running on the canonistack instance, does the user have a leftover sudo session?08:49
rvbaLet me check…08:49
rvbaA leftover sudo session from running "make install-dependencies" I suppose?08:50
gmbYes08:50
* rvba runs "make install-dependencies" in a separate shell this time…08:50
gmbrvba: sudo -k should kill any existing sessions08:51
gmband sudo -K _really really_ kills them08:51
rvbaI just used two completely separate shells.08:51
rvbaNo, the tests passed fine again.08:51
gmbUm.08:52
bigjoolso/ rvba08:52
rvbagmb: care to watch me? ssh ubuntu@10.55.60.17708:52
gmbSure08:52
rvba\o bigjools08:53
gmbrvba: U;n ub,]08:53
gmbEr08:53
gmbI'm in08:53
gmbFencePostError08:53
gmbrvba: Ok, I'm officially confused.08:56
rvbaheh08:56
gmbrvba: Jeroen spotted this first, maybe he knows something more about reproducing it.08:56
* gmb waits for thailand to come back online08:57
gmbAh, jtv. Just the man!09:01
gmbjtv: So, rvba (and I) can't reproduce https://bugs.launchpad.net/maas-test/+bug/1267004 in a canonistack instance; could you lend your brain to help us find what we're missing?09:02
ubot5Ubuntu bug 1267004 in maas-test "Test suite writes into /usr/local/lib/python2.7/dist-packages/" [Critical,In progress]09:02
jtvgmb: absolutely.09:03
jtvBut why a canonistack instance when we have uvtool?09:03
gmbrvba: ^^?09:03
rvbaI like using someone else's resources.09:04
gmb:)09:04
rvba:)09:04
jtvFair enough.09:04
rvbaIt's also useful when you want to invite someone else.09:05
rvbaLike I did with gmb09:05
jtvIf you don't mind I'll stick to uvtool though — saves me from having to type halfway across the world, and freezing up every time my connection blinks.09:05
jtvIt's doing that today.09:05
bigjoolsrvba: my enlistment failed in the test09:06
bigjoolsconsole shows failed to find pxe config09:07
gmbjtv: Can you give us an exact series of steps to reproduce the problem?09:10
jtvgmb: I'm working on one, from a clean system.09:16
gmbCool beans.09:16
jtvBut "make install-dependencies clean test" seems to do the trick on my own system.09:16
jtvSystems, I should say.09:17
jtvI hope it's not another locale sensitivity...09:18
=== tryggvil_ is now known as tryggvil
gmbjtv: LMK if you want to pair on the breakage stuff; I can't really go far without that fixed anyway.09:59
gmb*being fixed09:59
jtvgmb: perhaps that would be best...  At this point I only have guesses, and we need some system to this.10:00
rvbagmb: does you upcoming fix include something to make sure the images are cached or it that something I should look into right now?10:13
rvbayour*10:13
rvbas/it/is/10:13
rvbararg10:13
gmbrvba: That's something that's worth looking into; all I do is make sure that everything gets to use https proxies (except things that will obviously break).10:13
rvbaI'm not sure what you mean by "make sure that everything gets to use https proxies"… is there a diff I could look at somewhere?10:14
gmbrvba: I'll push it for you10:16
jtvWell, at least the problem with the test suite has been resolved: uninstalling python-pip (and re-building the branch) made tests pass again.10:20
rvbagmb: btw, this bug is particularly puzzling: https://bugs.launchpad.net/maas-test/+bug/1266996.  Maybe you'll have an idea what's going on.10:24
ubot5Ubuntu bug 1266996 in maas-test "All test runs ending in "AttributeError: 'file' object has no attribute 'buffer'"" [Critical,Triaged]10:24
gmbrvba: Yes, that's an encoding error somewhere. I'll look at it in a sec.10:25
gmbrvba: Diff for you (includes test changes that you probably don't need): http://paste.ubuntu.com/6714063/10:25
rvbaTa.10:25
gmbrvba: What revision are you on there? That AttributeError isn't happening for me as of r101.10:26
rvbaNo idea, that's a bug Julian filed.  I guess he was using the package from the daily PPA.10:27
bigjoolsI am10:28
gmbrvba: Ah, no, I see what he means. I misunderstood "test run".10:28
gmbI'll fix that.10:28
bigjools0.1+bzr58+100+8~ppa0~ubuntu13.10.110:28
bigjoolsrvba: ok I have a breakpoint!10:29
* gmb grumbles about big chunks of maas-test being untested.10:29
rvbagmb: about your diff: does this means that the images (downloaded over https) will be cached as well from now on?10:31
rvba(I think it does if the proxy is configured properly.)10:31
bigjoolsanother one https://bugs.launchpad.net/maas-test/+bug/126705610:32
ubot5Ubuntu bug 1267056 in maas-test "maas-test leaves root-owned files in user's home dir" [High,Triaged]10:32
bigjoolsrvba: is it normal to have two VMs up?10:33
bigjoolsI am guessing not :)10:33
rvbaNo10:34
rvbauvt-kvm list / uvt-kvm destroy <vm-name>10:34
bigjoolsubuntu@maas:~$ ssh admin@192.168.122.14410:34
bigjoolsssh: connect to host 192.168.122.144 port 22: No route to host10:34
bigjoolswhich one?10:34
gmbrvba: Is there a separate https_proxy config option for MAAS?10:35
bigjoolsgmb: no, it sets https the same as http10:35
bigjoolsiirc10:35
rvbagmb: no10:35
gmbOkay.10:35
rvbaLike Julian said.10:36
gmbrvba: When you say "the images" do you mean the PXE images?10:36
rvbaYeah.  The stuff that import_pxe_files downloads.10:37
bigjoolsrvba: so at the breakpoint I can't ssh the VM (as above)10:37
bigjoolseth0 has not changed IP10:38
gmbrvba: Yes, with this, it should cache those too.10:38
rvbagmb: nice, it will speed up the testing considerably.10:38
gmbI'm testing that now.10:38
bigjools\o/10:38
rvbabigjools: hum…10:38
bigjoolsI am going to kill it and start again .... :/10:39
bigjoolsgmb: what's your hack? I'll test it too!10:39
gmbbigjools: Branch lp:~gmb/maas-test/fix-proxy-problems or diff: http://paste.ubuntu.com/6714157/10:40
bigjoolsta10:40
gmbNot so much a hack as a general fix.10:40
* bigjools ponders patch hackery10:42
gmbASS BASTARD10:50
jtv?10:51
gmbjtv: Problem with logging/reporting.10:51
gmbFixing it...10:51
* gmb -> tea11:03
rvbaIs there an easy way to get the version of the package that will be installed if you type 'apt-get install <packagename>'.  I mean, 'apt-cache policy <packagename>' gives you that information but it contains a lot of other stuff… is there a way to just get the version (other than parsing the return of 'apt-cache policy')?11:08
rbasakbigjools: looks like you found the problem. uvt-kvm does try to check and print a helpful message, but it relies on kvm-ok which apparently doesn't always do it. https://bugs.launchpad.net/uvtool/+bug/124678611:12
ubot5Ubuntu bug 1246786 in uvtool "kvm-ok is insufficient" [Undecided,New]11:12
bigjoolsrvba: don't think there is11:21
bigjoolsunless there's a library for python11:21
bigjoolslib to apt I mean11:21
bigjoolsrbasak: okeydoke.  I just needed to reboot and it worked anyway.11:22
rvbaYeah, but we can't use that in maas-test.  Because we would need to install python-apt on the VM, and then run a python script there.11:22
bigjoolsrvba: also having maas-test write the root-owned files means:11:22
bigjoolsWarning: Identity file /home/ubuntu/.config/maas-test/vm_ssh_id_rsa not accessible: Permission denied.11:22
bigjools:)11:22
rvbabigjools: like I said on the bug: 'sudo service libvirt-bin restart' usually fixes this.11:23
bigjoolsrvba: right, ta11:23
bigjoolsrvba: ok I am at my breakpoint and ssh'ed into the VM11:24
bigjoolsnot sure what to look for at the moment, can we do a hangout11:24
rvbabigjools: sure11:24
bigjoolsrvba: is it stuck?11:26
bigjoolsrvba: ARGH11:43
bigjools"2014-01-08 21:42:59,645 INFO Network interface eth1 has no IP address.  Can't scan for DHCP servers."11:43
bigjoolsbang11:43
rvba:/11:44
bigjoolshow is this working elsewhere?!11:44
rvbaI'm wondering the same thing.11:44
rvbaHang on.11:44
rvbaThis is just a warning.11:44
rvbaNothing more.11:44
bigjoolsoh oops11:45
bigjoolsException: Found pid file /home/ubuntu/.config/maas-test/proxy.pid for running proxy process.11:45
bigjoolsthe root-owned dir is frustrating11:45
bigjoolsaaaand it was transient, the proxy was not there when I checked11:46
bigjoolsrvba: hmm when you think about it, not having an IP address is no reason to not scan for DHCP servers... :)11:47
bigjoolsjtv ^11:47
bigjoolsbut it's because of the way we do it11:47
rvbaYeah, that's a good point.  The DHCP scanning code just can't cope with having no IP address.11:48
rvbaBut that's just a limitation of how we do that.11:48
bigjoolsgmb your diff for caching https doesn't seem to help me here :(  Did it work for you?11:55
gmbbigjools: I thought it did, but now I'm not so sure. Let me clear the cache and retry.11:56
bigjoolsit's been going 5 minutes11:56
gmbHmm.11:57
bigjoolsgmb: having said that the router is not flashing like mad as it normally does at this stage11:57
bigjoolsoh dear all my ssh sessions to it are frozen11:58
gmbWell, we never said that maas-test would leave you with a useable system, did we?11:58
bigjoolsverily, it says beware of destruction :)11:58
bigjoolsI wonder if the proxy has run out of memory11:59
bigjoolsit's not copying things in memory is it ...11:59
gmbShouldn't be.11:59
bigjoolsoo my keypresses finally appeared12:00
bigjoolsit's swapping like buggery12:00
bigjoolsgmb: so yeah:12:06
bigjools10523 libvirt-  20   0 3687m 1.7g 1452 D  29.2 89.4   5:23.11 qemu-system-x8612:06
bigjools1.7g12:06
bigjools...12:06
gmbWAAAAT.12:06
bigjoolsI sense a problem :)12:06
gmbThat's not the proxy, though... I hope. Unless you're committing inception.12:06
bigjoolsI keel eet12:06
gmbSi.12:07
bigjoolsand come back tomorrow12:07
bigjoolssince it's way-past-bed-o-clock12:07
bigjoolsI'll pick up your lovely updated packages12:07
bigjoolsI guess something inside the vm went wrong12:08
bigjoolsnn12:08
* gmb lunches13:07
gmbbigjools: (Don't know if you'll see this in your scroll back, but anyway): caching is definitely working for PXE files — with caching it takes 5mins, without, ~20mins.13:17
rvbagmb: my testing also shows that some sort of caching is indeed going on.13:41
rvbagmb: but, uploading stuff into launchpad failed for some reason :/13:44
rvbagmb: did you test that successfully?13:44
gmbrvba: No, I'm seeing the same. I'm guessing it's to do with https proxying, confirming that now.14:14
rvbak14:14
rvbaIt's a bit weird though, because even if the call to LP does not go trough the proxy, it shouldn't fail.14:15
gmbYeah.14:15
gmbrvba: maas-import-pxe-files runs maas-import-ephemerals, right?14:15
gmbOr am I having post-lunch brain fog?14:16
rvbaThat's correct.14:16
rvba(Not the post-lunch brain fog part ;))14:16
gmbrvba: I'm wondering if the 5minutes for PXE import is just down to copying from the cache to the VM, or whether maas-import-ephemerals isn't getting the proxy settings.14:17
rvbaThe import script also does other stuff: it copies the images around more than it should (there is a bug for that).14:19
gmbGaah.14:20
gmbWell, that would account for Julian's VM hitting 1.7GB resident.14:20
rvbagmb: I also noticed that, when the download actually happens (download from the proxy), my machine slows down, all the memory is sucked up.14:21
gmbRight. It's in that phase now on my test machine. I'll take a look and see what's happening...14:21
gmb PID USER      PR  NI  VIRT  RES  SHR S  %CPU %MEM    TIME+  COMMAND14:23
gmb14898 libvirt-  20   0 2268m 1.2g 8124 S  23.4 31.7   3:00.88 qemu-system-x8614:23
gmbIt's certainly keeping busy.14:23
gmb14898 libvirt-  20   0 2268m 2.0g 7576 S  22.4 50.9   6:14.68 qemu-system-x8614:33
gmbrvba: Well, with the proxy disabled Launchpad reporting works fine. Which means that something daft is going on.14:42
rvbaDamn.14:42
rvbaDo we have easy access to the proxy's log?14:42
gmbrvba: yes, but it's largely useless. The only think that *might* be relevant is this entry: Couldn't read from client: Connection reset by peer.15:02
gmbI'll see if we can jack up the logging.15:02
gmbYes we can.15:03
* gmb turns it up to 1115:03
gmbWell, 0xFF, to be exact.15:05
gmbrvba: The log's worse than useless, even when turned up to its maximum level. Whats weird is that this used to work, so it must be something to do with my proxy-fix branch. I'll try some tweaking.15:21
gmbrvba: Yep, just confirmed it, disabling https_proxy makes LP reporting work again. That's odd, but not a _huge_ deal. Let me check out a couple of things; this could drastically simplify my proxy branch.15:36
bjornewhy this happend? [21/Dec/2013:00:49:57 +0100] "GET /MAAS/metadata//2012-03-01/user-data HTTP/1.1" 404 181 "-" "python-requests/1.2.3 CPython/2.7.5+ Linux/3.11.0-12-generic"16:25
bjorneget only error 404 from webservern.. the cloent can't find user-data information... from server16:25
bjorneis that no one here? that have some information?16:26
=== CyberJacob|Away is now known as CyberJacob
=== CyberJacob is now known as CyberJacob|Away
=== CyberJacob|Away is now known as CyberJacob
bigjoolsgmb: yeah so, weirdness.  I expect there is some daft code *somwhere* that is copying files via Python memory (ie reading the whole thing in before writing it out again)23:18
=== CyberJacob is now known as CyberJacob|Away

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