stgraber | bdmurray: indeed, I need to go fix the script on limequat so that it runs again. I'll do that tomorrow | 00:01 |
---|---|---|
bdmurray | stgraber: well rolling out the new version would be ideal | 00:07 |
stgraber | bdmurray: yeah, I'll run it from the db account while waiting for the next code update on the server | 00:09 |
stgraber | bdmurray: hmm, did you manage to run the current python script from the branch on your machine? | 02:15 |
stgraber | bdmurray: 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 |
bdmurray | stgraber: How could I test it? | 02:17 |
stgraber | bdmurray: I think most of these errors would have appeared even without a working database | 02:17 |
bdmurray | stgraber: Okay, I can work on it more tomorrow then | 02:18 |
stgraber | bdmurray: I think I'm almost done with the fixes, last one is: | 02:18 |
stgraber | >>> from launchpadlib import LPNET_SERVICE_ROOT | 02:18 |
stgraber | ImportError: cannot import name LPNET_SERVICE_ROOT | 02:18 |
stgraber | hmm, >>> from launchpadlib.launchpad import LPNET_SERVICE_ROOT | 02:18 |
stgraber | actually but same result | 02:19 |
stgraber | ok, found it (I think), testing | 02:19 |
bdmurray | maybe launchpadlib.uris | 02:20 |
bdmurray | dinner here bbiab | 02:21 |
stgraber | yeah, .uris did the trick | 02:22 |
stgraber | bdmurray: https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/914794 | 02: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 |
stgraber | bdmurray: I tested the code on this one | 02:48 |
stgraber | bdmurray: pushed the changes to the branch and re-enabled the cron on limequat using the new code | 02:55 |
stgraber | bdmurray: 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 fail | 02:57 |
stgraber | bdmurray: anyway, thanks for your changes, you should see bug comments appear in the next few hours for existing bugs | 02:58 |
stgraber | bdmurray: 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 |
stgraber | anyway, enough poking at the ISO tracker for today :) | 03:53 |
bdmurray | stgraber: 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 though | 04:23 |
=== bladernr_ is now known as bladernr_afk | ||
rickspencer3 | jibel, gema good morning! could one of you link me to the upgrade testing blueprint if/when you get a chance? | 09:17 |
jibel | rickspencer3, good morning. https://blueprints.launchpad.net/ubuntu/+spec/foundations-p-lts-upgrades | 09:19 |
jibel | mvo, do you know how to configure squid-deb-proxy to not cache *tar.gz and *.tar.gz.gpg ? | 09:20 |
rickspencer3 | thanks jibel | 09:20 |
jibel | mvo, there are test failures because it fails to validate the upgrader tarball | 09:20 |
mvo | jibel: hm, odd, let me look | 09:24 |
jibel | mvo, 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.log | 09:26 |
jibel | "Authenticating the upgrade failed. There may be a problem with the network or with the server." | 09:26 |
jibel | I removed the proxy and it pass | 09:26 |
mvo | jibel: could you please try adding "refresh_pattern tar.gz$ 0 0% 0" and the same for tar.gz.gpg$ ? | 09:28 |
jibel | mvo, k | 09:29 |
jibel | mvo, I'll let the current run finish just to make sure there's nothing broken and will retry with this settign | 09:29 |
mvo | thanks | 09:30 |
jibel | mvo, ah there's this setting already "refresh_pattern tar.gz$ 129600 100% 129600" I think that's the culprit | 09:31 |
jibel | squid must be downloading the gpg key but uses the tarball from the cache | 09:32 |
mvo | yeah | 09:35 |
mvo | jibel: 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 uncached | 09:36 |
jibel | mvo, 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 nods | 09:41 | |
jibel | ah more stable builds this morning thanks to stgraber | 09:41 |
=== _salem is now known as salem_ | ||
=== bladernr_afk is now known as bladernr_ | ||
bdmurray | stgraber: Do you think we should change the subject of the ISO tracker comment? | 16:13 |
patdk-wk | whoa, topic updated | 16:16 |
stgraber | bdmurray: 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 subject | 16:19 |
stgraber | bdmurray: 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 title | 16:20 |
bdmurray | stgraber: the subject also contains the bug number but okay | 16:20 |
stgraber | bdmurray: 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 |
bdmurray | stgraber: okay, pushed | 16:27 |
bdmurray | stgraber: I noticed that get_list in the xml rpc interface returns some linaro bugs too | 16:28 |
bdmurray | stgraber: is there some way to filter other than milestone? | 16:28 |
stgraber | bdmurray: 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 |
bdmurray | stgraber: it looks like $site isn't used in the query | 16:33 |
stgraber | bdmurray: yeah, I'll fix xmlrpc/qatracker.xmlrpc.bugs.php | 16:33 |
bdmurray | stgraber: cool, thanks | 16:33 |
stgraber | bdmurray: do you have an example? so I can check that my fix works | 16:35 |
bdmurray | stgraber: bug 660604 | 16: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/660604 | 16:35 |
stgraber | bdmurray: 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 too | 16:38 |
bdmurray | stgraber: Do you know how lp-integration stopped working? | 16:40 |
stgraber | bdmurray: 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 file | 16:41 |
bdmurray | stgraber: oh, it was probably edge vs production | 16:41 |
stgraber | that sounds likely indeed | 16:42 |
bdmurray | stgraber: thanks for your help | 16:51 |
stgraber | np | 16:51 |
bdmurray | stgraber: okay, this is interesting. bug 517992 got tagged by the tracker but it seems that is not the reporter's bug | 17: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/517992 | 17:05 |
bdmurray | as they were testing xubuntu i386 | 17:05 |
bdmurray | with precise | 17:05 |
stgraber | bdmurray: yeah, seems like gridcube picked an old bug instead of filing a new one for precise | 17:07 |
bdmurray | so removing the tag from the old bug seems right but what about contacting this person? | 17:07 |
stgraber | the "no kernel" error is fairly standard when d-i and the seeded kernel are out of sync | 17:07 |
stgraber | IIRC gridcube is Xubuntu's QA guy and is fairly often on IRC | 17:08 |
stgraber | bdmurray: 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 again | 17:09 |
stgraber | oh yeah, you should be as you are in ~ubuntu-qa-website-devel | 17:09 |
stgraber | ah but I thought it was a good idea to prevent modifying the history, so no you can't change them... | 17:09 |
stgraber | bdmurray: 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 |
bdmurray | stgraber: yeah there is a way but you have to parse the activity log :-( | 17:10 |
bdmurray | stgraber: I'll whip something up | 17:11 |
stgraber | k. Out to grab something for lunch, will be back in a bit | 17:13 |
jibel | mvo, 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/917173 | 17:20 |
jibel | mvo, I think it is related to multiarch but cannot find what's wrong | 17:20 |
jibel | mvo, at the top there should be a something like 'installing libc6 as depends of multiarch' but there isn't | 17:21 |
jibel | for some reason installation of libc6 is deferred and breaks the upgrade of libc6-i686 | 17: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 |
bdmurray | stgraber: 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 tag | 17:22 |
stgraber | bdmurray: hmm, indeed, removing iso-testing + adding bot-stop-nagging sounds good and is easy to check | 17:23 |
bdmurray | stgraber: right, I'll make that change | 17:23 |
bdmurray | GridCube: 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/517992 | 17:31 |
GridCube | oh, 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 all | 17:34 |
GridCube | because the tracker wont allow me to put it as failed without a bug | 17:35 |
bdmurray | the message no kernel modules found can appear for multiple reasons though and that was powerpc specific | 17:36 |
bdmurray | that's why a new bug would be best | 17:36 |
bdmurray | stgraber: bot-stop-nagging change pushed | 17:36 |
=== yofel_ is now known as yofel | ||
GridCube | ok :) will do next time i find it again | 17:41 |
stgraber | bdmurray: branch updated on limequat | 17:52 |
=== salem_ is now known as _salem | ||
mvo | jibel: oh, didn't you write in the bugreport that you can reproduce it every day? | 20:20 |
jibel | mvo, 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 |
mvo | jibel: ok | 20:33 |
* mvo waves goodnight | 20:33 | |
jibel | mvo, good night o/ | 20:33 |
=== bladernr_ is now known as bladernr_afk | ||
AlanBell | yup, that works :) | 22:12 |
pangolin | works | 22:13 |
balloons | good show | 22:14 |
txomon|home | balloons, I read the mail | 22:50 |
balloons | hello | 22:50 |
balloons | yea, my mini novel? | 22:51 |
txomon|home | did you read mine? Don't need an answer | 22:51 |
txomon|home | yep ;D | 22:51 |
balloons | I did.. since your here we can discuss a bit | 22:51 |
txomon|home | Do you have more information about the autotesting sofware? | 22:51 |
txomon|home | software* | 22:51 |
txomon|home | oki | 22:51 |
txomon|home | First of all, I want to say that my primary goals are: | 22:52 |
txomon|home | 1) To be made in a home network | 22:52 |
txomon|home | 2) To be the most easy to configure | 22:52 |
txomon|home | 3) to speed up the installation of the server an packages as posible | 22:53 |
txomon|home | those are the primary goals | 22:53 |
txomon|home | I meant the installation of the OS | 22:53 |
txomon|home | and packages | 22:53 |
txomon|home | jibel, what means o/ ? I thought it was hello, but I've seen it in too many contexts ... | 22:55 |
balloons | txomon|home, ok, I got it | 22:56 |
balloons | and then | 22:56 |
balloons | 4) to automatically execute tests? | 22:56 |
txomon|home | yes | 22:56 |
txomon|home | that was implied ;) | 22:56 |
txomon|home | but I didn't get there yet | 22:57 |
txomon|home | Making the installation of fresh systems in 4 minutes/ 5 minutes was the main goal | 22:57 |
balloons | gotcha | 22:57 |
txomon|home | (at the end, the most part of the time is spent in the installation) | 22:57 |
balloons | did you look at the tools page on the wiki | 22:57 |
balloons | let me see if I can find it | 22:58 |
balloons | i'm not sure pts will do what you want, but I would try it if for nothing else than an excuse to do so | 22:58 |
balloons | also 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 cobbler | 22:58 |
txomon|home | balloons, I really tried hard with cobbler | 22:59 |
txomon|home | but it was very... complicated to me | 22:59 |
* balloons has no experience with cobbler sadly | 22:59 | |
txomon|home | I 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 knew | 23:00 |
balloons | i 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|home | what cobbler gives, is really a lot more that what I need | 23:00 |
balloons | that is true | 23:01 |
txomon|home | which has a real inpact in the points 1) and 2) | 23:01 |
balloons | i should re-read your mail again | 23:01 |
txomon|home | my idea was to install *just* the necessary. I am not very confident in apache installs | 23:02 |
txomon|home | don't worry, I am here now ;) | 23:02 |
balloons | my thoughts are now along the lines of having a local mirror and pxe booting the boxes | 23:02 |
balloons | of course, then what.. heh | 23:02 |
txomon|home | cobbler I am sure it is a very good solution to deployment in complicated frameworks... but my solution intends to be the minimal | 23:03 |
txomon|home | mine tooo | 23:03 |
txomon|home | too* | 23:03 |
txomon|home | I 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 |
balloons | it's interesting because of the physical nature of things | 23:04 |
balloons | in the cloud, this wouldn't be such an issue | 23:05 |
balloons | :-) | 23:05 |
txomon|home | but I realized that it would be a benefit for any application in which you needed to install many systems, regularly | 23:05 |
txomon|home | agree with that "cloud" thing | 23:06 |
txomon|home | but, the cloud means somewhere, and there, would be nearly for sure more usefull orchestra | 23:07 |
txomon|home | I 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|home | in that way, you wouldn't need to create different profiles | 23:08 |
txomon|home | (I am thinking on cobbler) | 23:09 |
txomon|home | what I can sure you, is that using apt-cacher-ng + pxe is a *very* *high* boost in testing | 23:09 |
txomon|home | at least, in installation in real hardware | 23:10 |
txomon|home | if you are using VM, just apt-cacher-ng would be perfect | 23:10 |
txomon|home | its 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 |
balloons | ahh yes | 23:11 |
balloons | i know the debian netboot cds do | 23:12 |
balloons | i was going to make a one cd to rule them all cd.. aka, netboot cd that would grab the latest ubuntu version and install it | 23:12 |
balloons | maybe give a choice for development or stable or lts | 23:12 |
txomon|home | netboot gives the option to mirror | 23:13 |
txomon|home | dont know about standard CDs | 23:13 |
txomon|home | I have chosen apt-cacher-ng because: 1) doesn't need configuring 2) doesn't install anything weird, more than itself | 23:14 |
txomon|home | squid-proxy was a little more complicated to me | 23:14 |
txomon|home | I read about apt-cacher-ng and I thought that would be a nice solution | 23:15 |
txomon|home | for 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 computer | 23:16 |
txomon|home | but that is for me | 23:17 |
balloons | ohh.. having a nas does make that cool | 23:20 |
balloons | it's always bad when your home server doubles as something else | 23:21 |
balloons | eek | 23:21 |
txomon|home | but that is not an usual home network | 23:21 |
txomon|home | that is why I didn't include it in my solution | 23:21 |
txomon|home | but the idea is the same | 23:22 |
balloons | yes, I don't have a nas | 23:22 |
txomon|home | you can make a hdd be mounted in that location throw fstab etc. | 23:22 |
balloons | yep, same story | 23:22 |
txomon|home | there are lots of solutions | 23:22 |
txomon|home | or using the computers storage, normal disks | 23:22 |
txomon|home | at the end, you are to use that space when installing ;D | 23:23 |
balloons | so 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|home | haha | 23:23 |
txomon|home | I am happy to see someone thought about the idea of having various distros/versions available in the same cD | 23:24 |
txomon|home | CD * | 23:24 |
balloons | i 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 on | 23:24 |
txomon|home | oki | 23:24 |
balloons | ohh yea.. i tried to make a starcraft live cd once too | 23:24 |
txomon|home | hahah | 23:24 |
balloons | it was a cool concept | 23:24 |
balloons | boot live ubuntu, preinstalled wine and sc | 23:24 |
txomon|home | well, the idea was not that difficult in theory | 23:25 |
txomon|home | I had to add a pair of things more and modify the configuration | 23:25 |
txomon|home | but... where to touch is the difficult thing ;D | 23:25 |
balloons | anyways, food calls. have a wonderful evening.. just know your not alone on the radical ideas front | 23:25 |
txomon|home | oki | 23:25 |
txomon|home | so have a full happy meal :) | 23:26 |
txomon|home | filling* | 23:26 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!