[07:20] morning all! [09:13] * ara -> takes a break [12:45] * ara -> lunch [16:13] cr3: morning :) [16:13] ara: morning! how's that auto.txt coming along? [16:13] well, still struggling a bit :) [16:13] cr3: ^ [16:14] I have filled a couple of bugs with the new packaging, btw [16:14] ara: ok, lets get this show on the road before the meeting then [16:14] bug 304689 [16:14] launchpad bug 304689 [16:14] Launchpad bug 304689 in checkbox "Error when running checkbox-gtk from PPA checkbox - 0.1-0ubuntu14 " [Undecided,New] https://launchpad.net/bugs/304689 [16:15] and launchpad bug 304736 [16:15] Launchpad bug 304736 in checkbox "CHECKBOX_DATA mapping is not working" [Undecided,New] https://launchpad.net/bugs/304736 [16:15] ara: thanks for the bugs, I'll have a look right away [16:16] cr3: cool, thanks [16:17] cr3: what would be the minimum script (bash script, i.e.) that auto plugin would consider as a "pass"? [16:18] cr3: do I explain myself properly? [16:18] ara: command: true [16:18] cr3: ok, so, it is not 0,1 anymore? [16:20] what makes you say that? the true command has a return value of 0 which is a pass [16:21] ara: and, by the way, it's 0 for pass and non-0 for fail, not 1 strictly speaking [16:21] just general unix standard [16:26] ara: regarding the first bug, can you try reinstalling using the package maintainers configuration files? [16:26] ara: regarding the second bug, can you try CHECKBOX_DATA=/tmp sudo -E ./bin/checkbox-gtk [16:26] (note the -E option to sudo) [16:27] cr3: that's what I tried [16:27] that's what you tried for which bug, the first or the second? [16:29] cr3: second [16:29] cr3: with the -E option [16:30] ara: could you either pastebin or send me /etc/checkbox.d/checkbox.ini [16:32] cr3: http://paste.ubuntu.com/79880/ [16:32] ara: aha! you're absolutely right regarding the second bug, I'll fix in trunk [16:33] cr3: great, thanks [16:38] what's the url for the checkbox ppa? [16:40] sbeattie: https://edge.launchpad.net/~hardware-testing/+archive [16:41] cr3: thanks [16:43] ara: fix committed for the second bug, now the first one is probably a more general upgrade issue :( [16:44] cr3: ok, I instaled ubuntu14 on top of ubuntu13 [16:45] ara: I believe I also have issues when migrating from hwtest to checkbox (renaming), which is why I haven't pushed for checkbox in intrepid and haven't done yet in jaunty [16:45] for example, /etc/hwtest.d/hwtest* need to be renamed accordingly [16:46] cr3: ok [16:47] cr3: another question. i have the simplest script named test and just doing "true", placed in scripts folder [16:48] cr3: and I get a fail [16:48] ara: very interesting, could you pastebin the debug output: --log-level=debug. you know, I really wish we had a pastebin where we could upload files instead of pasting :( [16:51] cr3: http://paste.ubuntu.com/79891/ [16:54] ara: that's weird, you're getting a permission denied error when reading: '/var/log/installer/casper.log' [16:54] ara: 1. are you running with sudo? 2. what's the permission of that file if it exists? [16:54] that shouldn't be the reason why your test is not running though [16:55] cr3: 1. no, i am running it with ./bin/checkbox-cli --config="checkbox/plugins/blacklist=permission_prompt" --log-level=debug [16:55] cr3: let me check permissions of that particular one [16:55] ara: cool, I should change the plugin to attempt to read the file only if it has permissions [16:56] (by the way, you rock for blacklisting premission_prompt like that :) [17:49] ara: ok, so the disk_info plugin has been fixed in trunk so that it can run as non-root. now, lets determine why your test is failing [17:51] ara: I tried creating a quick test and it worked fine: plugin: auto, name: foo, description: Foo test, command: true [17:53] ara: in the logs, I see: 2008-12-03 12:50:52,151 INFO Running command: true [18:08] cr3: Running automatic tests... 2008-12-03 17:50:48,984 INFO Running command: test [18:09] can you change your command: true to command: foo and let foo be the script that just runs true? [18:09] cr3: and place foo in the scripts folder? [18:11] ara: sure, testing... [18:15] ara: brb