=== len is now known as Guest58971 [12:53] hi guys, were getting an error from cron.daily after the recent update [12:54] grep: /etc/apt/sources.list.d/mythbuntu-repos.list: No such file or directory [12:54] from /etc/cron.daily/mythbuntu-repos [12:54] what should this file contain, and why has it been removed during the upgrade? [12:55] also the permissions on /var/log/mythtv/jamu.log were incorrect, but ive fixed those [12:56] in fact just found 2 files in that folder, [12:56] root@myth-bedroom:/etc/apt/sources.list.d# cat mythbuntu-repos.list.save [12:56] deb http://ppa.launchpad.net/mythbuntu/0.24/ubuntu natty main [12:56] deb http://ppa.launchpad.net/mythbuntu/testing/ubuntu natty main [12:56] root@myth-bedroom:/etc/apt/sources.list.d# cat mythbuntu-repos.list.distUpgrade [12:56] deb http://ppa.launchpad.net/mythbuntu/0.25/ubuntu oneiric main [12:56] deb http://ppa.launchpad.net/mythbuntu/testing/ubuntu oneiric main [12:56] [ppa.launchpad.net] Index of /mythbuntu/0.24/ubuntu [12:56] [ppa.launchpad.net] Index of /mythbuntu/testing/ubuntu [12:56] [ppa.launchpad.net] Index of /mythbuntu/0.25/ubuntu [12:56] [ppa.launchpad.net] Index of /mythbuntu/testing/ubuntu [12:57] which is the correct one for 12.04? [12:57] there is also a file named "mythbuntu-0_25-precise.list" [12:58] you guys really need better testing of upgrades imho [12:58] every time we update the base mythbuntu version there are issues [13:05] TandyUK: I think you might be looking for something like "sudo add-apt-repository ppa:mythbuntu/0.25" [13:05] its there though [13:06] its just the daily cronjob referring to the wring file? [13:06] no idea what that would do in cron.daily, though [13:06] note ive made 0 changes to this machine, it wasa stock mythbunto 10.04 originaly, and hasbeen upgraded as you guys update mythbuntu [13:07] the cron job is: [13:07] #!/bin/bash [13:07] # Detect if the repo config was disabled by distro upgrade and enable if [13:07] # necessary. [13:07] REPOLINE=$(grep -E "# disabled on upgrade to .*" "/etc/apt/sources.list.d/mythbuntu-repos.list") [13:07] if [ $? -eq 0 ]; then [13:07] DEBIAN_FRONTEND=noninteractive dpkg-reconfigure mythbuntu-repos [13:07] fi [13:08] ahh, looks like Ubuntu changed its way of disabling repositories on updates... the script checks for commented out stuff, but now the file is renamed :( ... <- superm1, tgm4883 [13:08] I have /etc/apt/sources.list.d/mythbuntu-repos.list.distUpgrade [13:09] yeah i have that file too [13:09] running dpkg-reconfigure mythbuntu-repos returns [13:09] and obviously they don't want you to script it as the comment is localised, so grepping for "disabled" does not match "deaktiviert" yeah [13:09] /usr/sbin/dpkg-reconfigure: mythbuntu-repos is broken or not fully installed [13:10] and telling it to update it, wants to install 178MB!! of packages [13:10] for a 1kb text file :S [13:10] er download size that is i mean wtf [13:11] its not pulling in other updates, too? [13:12] yeah loads [13:12] but even with [13:13] apt-get upgrade mythbuntu-repos [13:13] TandyUK: running 12.04 means updating to mythtv-0.25, too. so thats the correct one, with precise after it [13:13] the list of stuff that will be upgraded doesnt even include the package i told it to upgrade [13:14] ah its been replaced by mythbuntu-common apparantly [13:15] so that old /etc/cron.daily/mythbuntu-repos file is obsolete and can be deleted? [13:16] its possible, lets see what the mythbuntu devs think about it [13:17] did you do a clean install of 12.04? [13:17] if so just see if your system has that file or not [13:19] no, I updated from 11.04 via 11.10 to 12.04 myself [13:21] ah right [14:11] TandyUK, delete the cron job [14:12] it's not used anymore === len is now known as Guest67909