=== scott_ is now known as Guest65641 === Guest65641 is now known as LennyBruceLeeMar [11:35] run-parts: /etc/cron.hourly/mythtv-frontend exited with return code 1 [11:35] run-parts: /etc/cron.hourly/mythvideo exited with return code 1 [11:35] any idea how i can top that? [11:36] STOP* [11:36] i dont wannt to silence cron thoguh as i need the reports if there is a real error [11:38] oh i see [11:38] old shit you can be arsed to delete [11:38] TandyUK: Please watch your language. [11:39] if your gonan update a package and add a 'fix' delete the file when you no longer need it [11:39] insstead of leavign it to sit around indefinitely until someone investigates the error [11:39] i wonder how many people just set a mailto="" line to shut cron up [14:06] TandyUK: there was a server bug in autobuilds that only affected builds from one day [14:06] for -fixes builds [14:06] if you happened to upgrade to that day's builds, those files showed up when they shouldn't [14:07] this has been going on for months [14:07] the machien is set to auto update [14:07] that's nearly 6 months ago though [14:07] ah :) [14:07] yeah my customer just told me how thheyve been getting emails from cron on a daily bass [14:07] not many people complained about it so after fixing the server bug the next day we decided it wasn't necessary to figure out the right stuff in postinst to clean it up [14:08] bet many people have the bug, just cron is silenced [14:08] it's possible yeah [14:08] both myth boxes on this site had it [14:08] so i bet every other 'appliance' type myth box does too [14:08] well only if they actually installed updates from that day [14:09] its daily updates [14:09] at least most of the people we were querying only install them every few days [14:09] so ofc it did [14:09] if you'd like to help work out the stuff that goes in postinst to clean up those files properly, i'll be glad to help merge a patch [14:09] but anyhow ive shut my boxes up now [14:10] how hard is it to "rm /etc/cron.daily/mythtv-frontend" [14:10] well there's more to it, you have to key off of what version they're upgrading from [14:10] and what they're upgrading to [14:10] because those files do have a purpose in some versions [14:11] so it's a dpkg --compare-versions test that needs to go in there [17:40] superm1: the build script from packaging doesn't like running twice on the same build dir (to avoid pulling everything again) because of the uncommited changes to mythtv/VERSION [18:02] dekarl: hmm interesting [18:03] so during the clean phase it needs another call then [18:03] or shall I just always remove the build directory? [18:03] dekarl: was that with a source package run or a binary package run [18:03] you shouldn't have to remove the build directory (we don't for autobuilds) [18:03] build-debs.sh [18:03] ok so that was a binary package run [18:04] can you pastebin how it fails? [18:04] to late [18:04] dang [18:04] well off hand do you remember what was complaining about that file? was it git? [18:04] basically it complains when git pulling about local changes in the way [18:04] ok so probably during the debian/rules get-git-source then [18:05] I'd try to recreate but the script doesn't like the patch I'd like to test :( [18:05] what's wrong with that? wrong patch level? [18:06] tells me to refresh the patch because it can't unapply it [18:06] ahh, I could convince it to build without patch at least [18:06] that's werid though [18:06] it should have cleaned up a failed patch run [18:07] I'll try again [18:07] it must have been a side effect of this not being able to do a full binary build twice because of that mythtv/VERSION failure [18:08] i think two things need to happen then [18:09] 1) during the checkout it needs to clean the tree if necessaary [18:09] 2) add a trap to the shell script to catch failures at any step, not just the patch testing [18:17] dekarl: ok i think i fixed up <1> via changes to the bzr, shouldn't happen now as long as the build is successful each time [18:20] thanks, we'll see [18:30] end of succesgul build without patch and start of another round http://paste.ubuntu.com/735522/ [18:30] [paste.ubuntu.com] Ubuntu Pastebin [18:38] "git stash" and starting again (now with a patch again) works... it's the same patch that wasn't working earlier [18:40] ah but you didn't have the updated bzr for teh first run [18:40] that's why [18:41] i see that it was updated for that second though [18:41] that's the key [18:43] I think so, too [18:43] you fixed it while it was already running [23:55] Evening guys. Can I install mythbuntu onto existing LVM partitions?