[01:43] hey [01:43] after upgrading to lucid my computer boots into console [01:43] what can i do to fix that? [01:43] should i install gdm? [01:44] how'd you install lucid? [01:45] edit the sources.list [01:45] changed everything to lucid [01:46] you should never upgrade like that [01:46] really? [01:46] update manager needs to be able to handle things that changed that couldn't be represented in packaging [01:46] why not.. and how instead [01:47] http://www.ubuntu.com/getubuntu/upgrading [01:47] [www.ubuntu.com] Upgrading to Ubuntu 9.10 | Ubuntu [01:47] that's the proper way to upgrade [01:47] now for going to lucid, it's still in development, so you just need to add a '-d' argument to show development releases [01:47] aside from the x thing it works surprisingly well tho ,) [01:48] you're lucky that it went "smoothly" :) [01:48] so now that you're broke, go and check if mythbuntu-desktop is still installed [01:48] if it's not, you should be able to install it, and it will get the system to life [01:48] should install from the scratch now? [01:49] ok, will go check [01:49] well it's up to you, you can try to recover from how the system is now. if that works, spectacular. if not, go grab the daily image for 10.04 and install from scratch [01:49] !daily [01:49] zsync http://cdimages.ubuntu.com/mythbuntu/daily-live/current/lucid-desktop-i386.iso.zsync <+|+> zsync http://cdimages.ubuntu.com/mythbuntu/daily-live/current/lucid-desktop-amd64.iso.zsync [01:49] either of those commands will get you the current daily image [01:53] well [01:53] now it IS broken [01:54] mythbuntu-desktop and gdm werent installed, got both, now it boots into a screwed x [01:55] nvidia-current might be missing if you used nvidia [01:55] its not that screwed [01:55] its more a screwed xfce [01:55] mythbuntu-default-settings missing? [01:55] im getting a sort of terminal window in the left upper corner [01:56] i think the screen res is ok [01:56] looks pretty high when i look at the small font [01:56] so is it logging into the failsafe-x terminal session maybe? [01:56] type exit, and see if it kicks you to a login scren [01:56] if so, there should be a selector at the bottom to pick different sessions [01:57] cant type anything in there [01:57] you have to bring the mouse over the terminal part maybe? [01:57] so it can focus [01:58] yeah [01:58] youre right [01:58] got gdm now [01:59] so err [02:00] can i do anything about that? [02:02] i cannot pick other sessions [02:02] it lets me only pick a user [02:05] any idea what to do now superm1? [02:06] and actually [02:06] i dont have a cd drive [02:07] diskless install! woohoo! =) [02:07] i would really like to avoid that second option [02:07] ya.. i know its possible [02:08] but that includes some work [02:08] its nix..... There is always work..... =) [02:09] matmatmat, ooh fun. umm. [02:09] if mythbuntu-desktop is installed at that point, and mythbuntu-default-settings, i dunno [02:12] matmatmat, here you got..... http://www.youtube.com/watch?v=D4fzInlyYQo [02:12] [www.youtube.com] YouTube - Running rm -rf / on Linux [02:12] hehehe [02:15] i will add that to the list of things to do before i jump off a bridge [02:16] anyways, installing from the scratch does have other disadvantages [02:17] i've actually (accidentally) done that myself before [02:17] a shell script that was supposed to clean up something with $PREFIX/ [02:18] well due to a bug in filling out the variables in the script, $PREFIX wasn't getting defined [02:18] and of course an undefined variable in shell equates to an empty string [02:19] I always wondered what would happen. Its nice to know that there are people out there willing to show the rest of the world.. [02:19] i wonder if you can actually screenrecord that [02:20] I think it was being done in a vm [02:20] ya [02:20] prolly [02:20] there is no way... [02:20] some of the comments were pretty funny.... [02:24] if i get a daily build, is a way to upgrade it to the next daily build without hassle? [02:24] like svn checkout [02:24] just for the binary [02:27] ok, there is apparently [02:29] matmatmat, zsync between images [02:30] or if it's installed, just use update-manager or apt-get to do it [02:30] it's only from lucid->lucid+1 etc that you can't just s/lucid/lucid+1/ sources.list [02:31] from karmic to lucid? [02:31] same thing [02:31] i'm just saying generically from major release to major release you need to use update manager [02:31] for binary isos, you can zsync [02:31] for upgrades within the release, use update manager or apt [02:32] zsync as in installing from scratch [02:32] or what? [02:33] zsync downloads ISOs in a binary diff type format [02:33] why would i need an iso to update [02:33] if i get a daily build, is a way to upgrade it to the next daily build without hassle? [02:33] that's how you update to a new "daily" build [02:33] otherwise, it's just regular upgrades like you normally would in ubuntu [02:33] with apt-get etc [02:34] i'm just confused why a cd image (if i understand correctly) is used [02:34] or is binary iso something different [02:35] obviously yes [02:35] cd image == iso image. that's just how we distribute our installer [02:35] zsync is a tool to do binary diff's of images [02:35] so you only need to download what changed from one cd image to another [02:35] yeah, i got that [02:36] but if i have a daily build already [02:36] installed [02:36] i need a "new" (zsynced) .iso to update to the next build? [02:37] no [02:37] oh [02:37] so i can obtain the daily builds with apt-get? [02:38] yesish [02:38] oh hehe [02:38] i mean the new daily builds are just snapshots of the archive with all the debs preinstalled [02:39] well, lets assume i get the .iso of todays build [02:40] how exactly do i perform the update tomorrow to get the next daily build [02:40] apt-get update && apt-get upgrade [02:40] that or open up update-manager [02:40] well, maybe a dist-upgrade [02:40] or yea, do what superm1 says [02:40] yeah. ok [02:41] actually i'm not dumb. it just seems so. [02:42] and -- well, usually it wouldnt update to trunk versions i guess [02:42] but if i get the trunk version in the first place, then it does? [02:42] we ship 0.23, not trunk right now [02:42] if you want trunk, you need to enable autobuilds and pick trunk [02:43] yeah... thats what im talking about [02:43] i wouldn't recommend getting trunk though [02:43] it's constantly in flux, whereas 0.23 is stabilizing [02:43] i'm waiting for a ticket to be resolved that has been submitted 6h ago [02:44] yeah.. stabilizing, wise choice of words [02:45] so autobuilds was what i was lookin for all the time [02:47] yeah sounds like it :) [02:48] who can i bribe to look at that ticket errm [02:49] its just one line of code.. [02:53] i guess if i get the sources and compile the modified version then everything will screwed next time i try to apt-get upgrade? [02:53] more than likely [02:54] gotta stick to bribing then [04:59] scratch [05:00] scratch is an awesome program [05:19] so is mythtv [05:19] works like a charme now [05:20] except for that one thing [05:34] matmatmat: was this it? http://svn.mythtv.org/trac/ticket/8269 [05:34] [svn.mythtv.org] #8269 (Aspect ratio changes not detected while watching H.264 SDTV) – MythTV [05:36] yeh hehe [05:36] i was about to bribe them but they told me it was solved to hours ago [05:36] shouldve checked more often [05:37] That should be in tomorrow's auto-builds. [05:37] (as in tomorrow evening) [05:39] was it fixed on 0.23 or trunk though? [05:40] 0.23 i think [05:40] yes [05:40] both [05:40] it was broken on both at least [05:40] /is [05:41] mhhh iptv ran reallllly smooth, now my machine is running a buttload of upgrades .. hope it wont break anything [05:42] i'm still fascinated by watching tv without a physical tuner [05:42] what iptv are you watching? Using MNV? [05:43] mnwhat? [05:43] i'm using the freebox tuner thing in mythtv [05:43] its dvb-ip [05:43] by my isp [05:44] ah. [05:44] MythNetVision is what I was referring to. [05:44] oh.. nah [05:44] its real tv [05:44] even HD channels [05:44] at like 10mbit h264 [05:45] but it probably isn't available to anyone outside your isp's network. [05:45] yeah [05:46] what ISP? [05:46] which still makes it 500 times more mobile than a sattelite dish [05:46] german alice-dsl [05:48] anyways, after argueing with my landlord over broken cable ill be getting sattelite tv in a month.. and of course iptv is no match to that. but its a good alternative to dvb-c here [05:49] and ill have an additional tuner [05:51] hm crap. dist upgrade is giving me hassle about the db [05:52] unknow mysql server host "localhost" [05:53] should i try 127.0.0.1? [05:53] I'm off to bed, but it shouldn't matter. Make sure sql is running. [10:02] are the 0.22-fixes weekly builds still being updated? [10:09] gbee: not at the moment [10:11] I backported a memory leak fix yesterday that would be worth having for those who choose to remain on 0.22 until the bugs have been worked out of 0.23 [10:20] gbee: oh cool, i'll try and push a manual 0.22-fixes today [10:22] thanks [11:11] do you guys have a devel chan? [11:12] ahh found it :) [15:02] gbee, hmm doing 22 fixes weekly builds might not be easily done [15:02] Daviey, if you figured out how to, then great :) [15:03] isn't that what you've been doing up to now? [15:03] well we have it set up to do two builds at most at a time [15:04] a "-fixes" and a "-trunk" [15:04] so when it comes time to open a new upstream fixes branch, it gets migrated over [15:04] and you've migrated to the future 0.23 branch already? [15:05] yeah [15:06] so 0.23-fixes builds and 0.24-trunk are happening right now [15:11] nuts [15:15] well all the old 0.22-fixes builds are still published from before [15:16] it's not like we delete them, just weren't going to update [15:16] Daviey and i can discuss how to allow these to always be built if there are fixes to old branches [15:18] yeah, just means that anyone wanting the backend mem leak fix need to upgrade to 0.23 before it's stabilised, which usually takes a few weeks [15:18] right [15:50] superm1: I was just going to do it manually, pulling in most recent autobuild from the PPA, bumping the revision and pushing again [15:50] (ie, not using the autobuild scripts) [15:51] superm1: Can you see a problem there? [15:53] Daviey, well the -fixes packaging branch is significantly different [15:53] oh [15:53] i see what yo umean [15:53] yeah that's probably sufficient [19:35] OT: anyone want to play a quick game of wofie [19:35] /j #wolfie [19:42] gbee: 0.22-fixes should be up to date now [19:42] Daviey: much appreciated, thank you [19:59] yo, is there some issue where you can't modify playback profiles? [19:59] all the options seem greyed out and i can't select/change anything [20:04] ah, upgrading to latest build fixed it =) [20:06] bjd: 0.22-fixes? [20:28] Daviey: yep [20:30] ok, great - bjd, that build is hot off the press ! :) [20:40] :) [20:42] just really thinking aloud, but suppose you have a board with spdif headers, (labelled +5v, ground, spdif out) and i've got an nvidia card with hdmi out with has spdif in headers - in theory - should I be able to use the headers on teh board? [20:43] i can't figure if the headers are specific to asus or not [20:55] want to hear a funny story? this morning my ubuntu based mythtv box did not want to boot. It currently boots off of sda5 and sda6 is the swap. error message was that it couldnt find UUID=xxxxx... I then let it reboot and i went into edit on grub menu...I changed root=uuid=xxxx to root=/dev/sda5 and it works. Once logged in, I went to /dev/disks/by-uuid and sure enough there is a entry for sda6 but not sda5....Is there a way to m [20:55] oh, its 9.10 [20:56] oh, when I run update-grub now, it changed all the root=uuid to root=/dev/sda5 ...... go figure eh? [20:57] apparently all this happend last night when I shutdown the computer...it all worked fine yesterday/last night [20:58] any ideas? [20:58] javatexan, thats odd [20:58] #wolfie [20:58] i thought uuid was being used to help with removable drives and so forth, so i guess I should figure out how to get the UUID back for sda5 [20:58] @learn wolfie - Come play #wolfie [20:59] !wolfie [20:59] Come play #wolfie [20:59] javatexan, yea UUID is used in case the drives switch locations [20:59] tgm4883, we can start bribing users. if they play two rounds of wolfie we help them [20:59] superm1, great idea [21:00] !wolfie [21:00] Come play 2 rounds of #wolfie and get assistance with your issue [21:01] if they win 2 rounds of wolfie :) [21:01] well that's not really fair, because we would just kill them over an over [21:02] so javatexan come play two rounds of wolfie and tgm4883 will help you [21:02] wait..what? [21:03] ;) [21:03] ya I dunno whats up with that, UUID has been used for a while [21:03] what is !wolfie? [21:03] so long I can't remember the last time I saw something not use it [21:03] javatexan, /j #wolfie, you'll see [21:04] sounds like a virus [21:04] ;) [21:04] haha [21:04] ever played 'mafia'? it's an IRC version of it [21:04] ah [21:04] we need 2 more [21:04] gotcha [21:05] brb...I hope...its telling me to reboot...cross your eyes [21:08] superm1: good effort :)