/srv/irclogs.ubuntu.com/2012/01/19/#ubuntu-testing.txt

stgraberbdmurray: indeed, I need to go fix the script on limequat so that it runs again. I'll do that tomorrow00:01
bdmurraystgraber: well rolling out the new version would be ideal00:07
stgraberbdmurray: yeah, I'll run it from the db account while waiting for the next code update on the server00:09
stgraberbdmurray: hmm, did you manage to run the current python script from the branch on your machine?02:15
stgraberbdmurray: I'm trying to run it on limequat and I'm getting quite a few errors mostly around the raw SQL that was between simples " instead of """ and then later on in the code (still fixing the issues as they appear)02:16
bdmurraystgraber: How could I test it?02:17
stgraberbdmurray: I think most of these errors would have appeared even without a working database02:17
bdmurraystgraber: Okay, I can work on it more tomorrow then02:18
stgraberbdmurray: I think I'm almost done with the fixes, last one is:02:18
stgraber>>> from launchpadlib import LPNET_SERVICE_ROOT02:18
stgraberImportError: cannot import name LPNET_SERVICE_ROOT02:18
stgraberhmm, >>> from launchpadlib.launchpad import LPNET_SERVICE_ROOT02:18
stgraberactually but same result02:19
stgraberok, found it (I think), testing02:19
bdmurraymaybe launchpadlib.uris02:20
bdmurraydinner here bbiab02:21
stgraberyeah, .uris did the trick02:22
stgraberbdmurray: https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/91479402:48
ubot4`Launchpad bug 914794 in update-manager (Ubuntu) "Gdk-CRITICAL errors output when updating from command line (affects: 1) (heat: 6)" [Medium,Confirmed]02:48
stgraberbdmurray: I tested the code on this one02:48
stgraberbdmurray: pushed the changes to the branch and re-enabled the cron on limequat using the new code02:55
stgraberbdmurray: looking at that script again, I really need to find some time to clean it up ... it should be working for now but I see hundreds of corner cases where a part or another of that script is going to fail02:57
stgraberbdmurray: anyway, thanks for your changes, you should see bug comments appear in the next few hours for existing bugs02:58
stgraberbdmurray: looking at my e-mail notifications, I think having the script set the subject is a bit annoying (I'm used to see the bug's title instead), maybe we should change that?03:53
stgraberanyway, enough poking at the ISO tracker for today :)03:53
bdmurraystgraber: you are used to seeing the bug's title because almost everybody uses the web interface to comment and that just happens to use the bug's title.  Having a standard subject would allow people a way to filter away those messages.  Honestly, I'm indifferent though04:23
=== bladernr_ is now known as bladernr_afk
rickspencer3jibel, gema good morning! could one of you link me to the upgrade testing blueprint if/when you get a chance?09:17
jibelrickspencer3, good morning. https://blueprints.launchpad.net/ubuntu/+spec/foundations-p-lts-upgrades09:19
jibelmvo, do you know how to configure squid-deb-proxy to not cache *tar.gz and *.tar.gz.gpg ?09:20
rickspencer3thanks jibel09:20
jibelmvo, there are test failures because it fails to validate the upgrader tarball09:20
mvojibel: hm, odd, let me look09:24
jibelmvo, for example https://jenkins.qa.ubuntu.com/view/Precise%20Upgrade%20Testing%20Dashboard/job/precise-upgrade-i386/PROFILE=universe-i386,label=aldebaran-upgrade/lastSuccessfulBuild/artifact/universe-i386/bootstrap.log09:26
jibel"Authenticating the upgrade failed. There may be a problem with the network or with the server."09:26
jibelI removed the proxy and it pass09:26
mvojibel: could you please try adding "refresh_pattern tar.gz$ 0 0% 0" and the same for tar.gz.gpg$ ?09:28
jibelmvo, k09:29
jibelmvo, I'll let the current run finish just to make sure there's nothing broken and will retry with this settign09:29
mvothanks09:30
jibelmvo, ah there's this setting already "refresh_pattern tar.gz$  129600 100% 129600" I think that's the culprit09:31
jibelsquid must be downloading the gpg key but uses the tarball from the cache09:32
mvoyeah09:35
mvojibel: I wonder if we can add a " dist-upgrader-all/current/.*tar.gz$" pattern with 0 0% 0 to prevent that apt-get source stuff is uncached09:36
jibelmvo, I excluded all tar.gz from the cache. the main concern is caching deb files, fetching a couple of tar files won't hurt.09:40
* mvo nods09:41
jibelah more stable builds this morning thanks to stgraber09:41
=== _salem is now known as salem_
=== bladernr_afk is now known as bladernr_
bdmurraystgraber: Do you think we should change the subject of the ISO tracker comment?16:13
patdk-wkwhoa, topic updated16:16
stgraberbdmurray: I think it'd be less confusing for people reading their bug mail and seeing 50 or so e-mails with "ISO tracker notification" as the subject16:19
stgraberbdmurray: I usually do an early filtering of my bug inbox and having all of them with the same title makes that difficult as I need to read them to find the actual bug title16:20
bdmurraystgraber: the subject also contains the bug number but okay16:20
stgraberbdmurray: right, though I'm not that good at remembering bug numbers :) I think the sender is already a clear enough indication that it's an ISO tracker notification.16:22
bdmurraystgraber: okay, pushed16:27
bdmurraystgraber: I noticed that get_list in the xml rpc interface returns some linaro bugs too16:28
bdmurraystgraber: is there some way to filter other than milestone?16:28
stgraberbdmurray: oh, sounds like a bug. I'll have a look. It should filter based on what URL you're using (iso.qa.ubuntu.com shouldn't return bugs for iso.qa.linaro.org or whatever their URL is nowadays)16:31
bdmurraystgraber: it looks like $site isn't used in the query16:33
stgraberbdmurray: yeah, I'll fix xmlrpc/qatracker.xmlrpc.bugs.php16:33
bdmurraystgraber: cool, thanks16:33
stgraberbdmurray: do you have an example? so I can check that my fix works16:35
bdmurraystgraber: bug 66060416:35
ubot4`Launchpad bug 660604 in linux-linaro "Linaro images should utilize EDID (affects: 2) (dups: 1) (heat: 5)" [Low,Triaged] https://launchpad.net/bugs/66060416:35
stgraberbdmurray: ok, fixed in the branch. I'll update the lp-integration.py script on limequat, fix a few more bugs and ask IS to update the PHP code too16:38
bdmurraystgraber: Do you know how lp-integration stopped working?16:40
stgraberbdmurray: no, the cronjob was still correct when I looked yesterday. Might have been an LP authentication issue that broke it at some point, I did a clean authentication yesterday to get a new .cred file16:41
bdmurraystgraber: oh, it was probably edge vs production16:41
stgraberthat sounds likely indeed16:42
bdmurraystgraber: thanks for your help16:51
stgrabernp16:51
bdmurraystgraber: okay, this is interesting.  bug 517992 got tagged by the tracker but it seems that is not the reporter's bug17:05
ubot4`Launchpad bug 517992 in debian-installer (Ubuntu) ""No kernel modules were found." message from Lucid powerpc alternate cd. (affects: 2) (heat: 12)" [Undecided,Fix released] https://launchpad.net/bugs/51799217:05
bdmurrayas they were testing xubuntu i38617:05
bdmurraywith precise17:05
stgraberbdmurray: yeah, seems like gridcube picked an old bug instead of filing a new one for precise17:07
bdmurrayso removing the tag from the old bug seems right but what about contacting this person?17:07
stgraberthe "no kernel" error is fairly standard when d-i and the seeded kernel are out of sync17:07
stgraberIIRC gridcube is Xubuntu's QA guy and is fairly often on IRC17:08
stgraberbdmurray: are you an admin on iso.qa.ubuntu.com? if so, you probably should unlink these reports to the bug before untaging it or it'll get tagged again17:09
stgraberoh yeah, you should be as you are in ~ubuntu-qa-website-devel17:09
stgraberah but I thought it was a good idea to prevent modifying the history, so no you can't change them...17:09
stgraberbdmurray: do you know if there's a way to know if a bug was tagged with a given tag in the past? so we can avoid re-tagging a bug that was manually untagged?17:10
bdmurraystgraber: yeah there is a way but you have to parse the activity log :-(17:10
bdmurraystgraber: I'll whip something up17:11
stgraberk. Out to grab something for lunch, will be back in a bit17:13
jibelmvo, I spend few hours today on bug 917173 . I found other bugs but was unable to reproduce it.17:20
ubot4`Launchpad bug 917173 in update-manager (Ubuntu Precise) (and 1 other project) "lucid -> precise upgrade failed: Resolver failed to calculate the upgrade - dpkg-dev held back (affects: 1) (heat: 6)" [High,Confirmed] https://launchpad.net/bugs/91717317:20
jibelmvo, I think it is related to multiarch but cannot find what's wrong17:20
jibelmvo, at the top there should be a something like 'installing libc6 as depends of multiarch' but there isn't17:21
jibelfor some reason installation of libc6 is deferred and breaks the upgrade of libc6-i68617:22
jibel"  libc6-i686:i386 PreDepends on libc6 [ i386 ] < 2.11.1-0ubuntu7.8 -> 2.13-24ubuntu2 > ( libs ) (= 2.11.1-0ubuntu7.8) can't be satisfied!"17:22
bdmurraystgraber: actually it'd be rather involved to find out if the tag was removed - plus it could have been accidental.  I'd rather make the script respect the bot-stop-nagging tag17:22
stgraberbdmurray: hmm, indeed, removing iso-testing + adding bot-stop-nagging sounds good and is easy to check17:23
bdmurraystgraber: right, I'll make that change17:23
bdmurrayGridCube: hey we were just talking about bug 517992 which you reported on the iso tracker.  It'd be better if you were to report a new bug.17:31
ubot4`Launchpad bug 517992 in debian-installer (Ubuntu) ""No kernel modules were found." message from Lucid powerpc alternate cd. (affects: 2) (heat: 12)" [Undecided,Fix released] https://launchpad.net/bugs/51799217:31
GridCubeoh, okay, i reported it back in the day because it seemed just like a standard mistake (like it was) so i did not see a need for a new report, i mean it  was just a silly mistake after all17:34
GridCubebecause the tracker wont allow me to put it as failed without a bug17:35
bdmurraythe message no kernel modules found can appear for multiple reasons though and that was powerpc specific17:36
bdmurraythat's why a new bug would be best17:36
bdmurraystgraber: bot-stop-nagging change pushed17:36
=== yofel_ is now known as yofel
GridCubeok :) will do next time i find it again17:41
stgraberbdmurray: branch updated on limequat17:52
=== salem_ is now known as _salem
mvojibel: oh, didn't you write in the bugreport that you can reproduce it every day?20:20
jibelmvo, I did. There's a vm ready with the bug. we can look at it tomorrow if you wish, I'm off for today.20:32
mvojibel: ok20:33
* mvo waves goodnight20:33
jibelmvo, good night o/20:33
=== bladernr_ is now known as bladernr_afk
AlanBellyup, that works :)22:12
pangolinworks22:13
balloonsgood show22:14
txomon|homeballoons, I read the mail22:50
balloonshello22:50
balloonsyea, my mini novel?22:51
txomon|homedid you read mine? Don't need an answer22:51
txomon|homeyep ;D22:51
balloonsI did.. since your here we can discuss a bit22:51
txomon|homeDo you have more information about the autotesting sofware?22:51
txomon|homesoftware*22:51
txomon|homeoki22:51
txomon|homeFirst of all, I want to say that my primary goals are:22:52
txomon|home1) To be made in a home network22:52
txomon|home2) To be the most easy to configure22:52
txomon|home3) to speed up the installation of the server an packages as posible22:53
txomon|homethose are the primary goals22:53
txomon|homeI meant the installation of the OS22:53
txomon|homeand packages22:53
txomon|homejibel, what means o/ ? I thought it was hello, but I've seen it in too many contexts ...22:55
balloonstxomon|home, ok, I got it22:56
balloonsand then22:56
balloons4) to automatically execute tests?22:56
txomon|homeyes22:56
txomon|homethat was implied ;)22:56
txomon|homebut I didn't get there yet22:57
txomon|homeMaking the installation of fresh systems in 4 minutes/ 5 minutes was the main goal22:57
balloonsgotcha22:57
txomon|home(at the end, the most part of the time is spent in the installation)22:57
balloonsdid you look at the tools page on the wiki22:57
balloonslet me see if I can find it22:58
balloonsi'm not sure pts will do what you want, but I would try it if for nothing else than an excuse to do so22:58
balloonsalso it may be worthwhile to have a conversation with some of the orchestra folks to see what it might offer. I know you tried it and find it too much, but you might just be able to use cobbler22:58
txomon|homeballoons, I really tried hard with cobbler22:59
txomon|homebut it was very... complicated to me22:59
* balloons has no experience with cobbler sadly22:59
txomon|homeI know that with a little help I would have had it running, but as I didn't get any support, I started on what I knew23:00
balloonsi am most interested in your project however. if you can get a nice solution put together, I'm sure there are others who would want to replicate it :-)23:00
txomon|homewhat cobbler gives, is really a lot more that what I need23:00
balloonsthat is true23:01
txomon|homewhich has a real inpact in the points 1) and 2)23:01
balloonsi should re-read your mail again23:01
txomon|homemy idea was to install *just* the necessary. I am not very confident in apache installs23:02
txomon|homedon't worry, I am here now ;)23:02
balloonsmy thoughts are now along the lines of having a local mirror and pxe booting the boxes23:02
balloonsof course, then what.. heh23:02
txomon|homecobbler I am sure it is a very good solution to deployment in complicated frameworks... but my solution intends to be the minimal23:03
txomon|homemine tooo23:03
txomon|hometoo*23:03
txomon|homeI started developing them as part of a _rescue_ system for a office I am the admin from (don't know if this is said in a good way)23:04
balloonsit's interesting because of the physical nature of things23:04
balloonsin the cloud, this wouldn't be such an issue23:05
balloons:-)23:05
txomon|homebut I realized that it would be a benefit for any application in which you needed to install many systems, regularly23:05
txomon|homeagree with that "cloud" thing23:06
txomon|homebut, the cloud means somewhere, and there, would be nearly for sure more usefull orchestra23:07
txomon|homeI am trying to create a pxe image that gives you the ability to install _any_ system, debian, fedora, ubuntu (or at least, in the same distro, different options)23:07
txomon|homein that way, you wouldn't need to create different profiles23:08
txomon|home(I am thinking on cobbler)23:09
txomon|homewhat I can sure you, is that using apt-cacher-ng + pxe is a *very* *high* boost in testing23:09
txomon|homeat least, in installation in real hardware23:10
txomon|homeif you are using VM, just apt-cacher-ng would be perfect23:10
txomon|homeits a shame that normal CDs don't allow you to specify mirror (<-- haven't seen it, thought, I am going to check that now)23:11
balloonsahh yes23:11
balloonsi know the debian netboot cds do23:12
balloonsi was going to make a one cd to rule them all cd.. aka, netboot cd that would grab the latest ubuntu version and install it23:12
balloonsmaybe give a choice for development or stable or lts23:12
txomon|homenetboot gives the option to mirror23:13
txomon|homedont know about standard CDs23:13
txomon|homeI have chosen apt-cacher-ng because: 1) doesn't need configuring 2) doesn't install anything weird, more than itself23:14
txomon|homesquid-proxy was a little more complicated to me23:14
txomon|homeI read about apt-cacher-ng and I thought that would be a nice solution23:15
txomon|homefor example, my solution, as I have a NAS in the home network, is to mount a NAS folder in /var/cache/apt-cacher-ng, and in that way, I can save space in my laptop, and If really needed grab packages installing the apt-cacher-ng in another computer23:16
txomon|homebut that is for me23:17
balloonsohh.. having a nas does make that cool23:20
balloonsit's always bad when your home server doubles as something else23:21
balloonseek23:21
txomon|homebut that is not an usual home network23:21
txomon|homethat is why I didn't include it in my solution23:21
txomon|homebut the idea is the same23:22
balloonsyes, I don't have a nas23:22
txomon|homeyou can make a hdd be mounted in that location throw fstab etc.23:22
balloonsyep, same story23:22
txomon|homethere are lots of solutions23:22
txomon|homeor using the computers storage, normal disks23:22
txomon|homeat the end, you are to use that space when installing ;D23:23
balloonsso I think I will re-read your post and try and dump some thoughts via IRC or mail tomorrow.. For now, the stomach is growling!23:23
txomon|homehaha23:23
txomon|homeI am happy to see someone thought about the idea of having various distros/versions available in the same cD23:24
txomon|homeCD *23:24
balloonsi can say if you want I can help connect you with some folks who do know about cobbler.. the other stuff I'll have to think on23:24
txomon|homeoki23:24
balloonsohh yea.. i tried to make a starcraft live cd once too23:24
txomon|homehahah23:24
balloonsit was a cool concept23:24
balloonsboot live ubuntu, preinstalled wine and sc23:24
txomon|homewell, the idea was not that difficult in theory23:25
txomon|homeI had to add a pair of things more and modify the configuration23:25
txomon|homebut... where to touch is the difficult thing ;D23:25
balloonsanyways, food calls. have a wonderful evening.. just know your not alone on the radical ideas front23:25
txomon|homeoki23:25
txomon|homeso have a full happy meal :)23:26
txomon|homefilling*23:26

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