/srv/irclogs.ubuntu.com/2011/02/01/#ubuntustudio-devel.txt

ScottLrlameiro, the audio-plugin tasksel should be fixed for alpha2 tomorrow or the next day :)00:43
rlameironice00:43
* ScottL feels kinda silly though thinking that the meta packages needed to be rebuilt because of the tasksel problem when i knew cjwatson runs a script to generate them00:44
rlameirooops00:45
ScottLi've been having a LOT of kernel panics on a machine i bought from ebay, it's a dell p4 with hyperthreading01:14
ScottLbut it also has 3.25 gigs of memory and it's a 32 bit machine01:14
ScottLanyone have any idea if the extra memory or the HT would cause kernel panics about 2/3rds of the time?01:15
rlameiroit might01:27
rlameiromaybe the RAM is malfuncioning01:27
ScottLrlameiro, i'm going to do a fresh install of maverick and see how it behaves, this way i can do some backporting tonight and tomorrow, then test the iso image for natty next01:43
ScottLif maverick doesn't have these problems then i think it may be the new kernel01:43
ScottLif the problem persists then i probably tear down the computer and start building it piece by piece until i find the failing part :/01:44
rlameiroScottL: I had problems with memory before01:44
rlameiroin windows it crashed all the time01:44
rlameiroin linux it run way better, but you never know01:44
ScottLwell i did find that it had two 1gig sticks on memory in one channel, the other had a 1gig and a 512megabtye stick01:45
ScottLi thought maybe having one channel not matching might have done it but i've already removed the 1 and the 0.25 gig sticks01:46
ScottLit still is giving me problems01:46
ailoI don't know if faulty memory would cause kernel panic. Usually the system just freezes for me. Try using only one stick01:46
ailoAh, ok01:46
ailoHow about pci cards, anything added to the machine?01:47
ailoThough, still, why kernel panic?01:48
ailoI'm having trouble booting -lowlatency sometimes.01:49
ailoDon't get any message. It stops at the purple screen01:49
ailoIm worried that I have a hardware problem. Maybe the drive. It's newly bought, but I started having issues after I replaced the drive.01:50
rlameiroailo01:50
rlameirodo ctrl-alt-FN101:51
ailoctrl-alt-F1?01:51
ailoMy usb keyboard is shut down too during that process. I should try replacing that too01:52
rlameiroweird01:53
rlameiroyou should enable that on bios01:53
rlameirothat key shortcut is to acces to tty101:54
rlameirovirtual consoles01:54
ailoAha01:54
rlameiromaybe it outputs some data01:54
rlameiroor press esc during boot01:54
ailoI should try with a non-usb keyboard01:54
ScottLi forget to mention that it usually stops during boot, maybe before grub, maybe right after grub, sometimes just before completing boot01:55
ScottLbut the reason i think it's kernel panic is because the caps lock and one other light begin to flashing in sync01:56
paultagScottL: what hardware / modules?01:56
paultagScottL: any hardware changes? Is this on boot or during runtime?01:57
ailoScottL: Do you have this problem with -generic? Have you tried evaluating that?01:57
paultagoh you just said it01:57
paultagScottL: lucid?01:58
rlameironatty01:58
paultagah, hum.01:58
paultagScottL: try bisecting the kernel deltas from maverick02:00
paultagScottL: was it working in maverick?02:00
persiaBefore raw bisect, one can get value from just trying different packaged versions.  bisect between two revisions tends to be easier.02:01
paultagpersia: +102:02
persiaTechnically a bisect is faster, but requires a fair bit more attention :)02:02
paultagpersia: truth :)02:03
* paultag gets back to family guy02:03
ailorlameiro: About our audio-test program. I'm working on the script, which will probably be pretty simple, but I need to work out some details. Do you want us to share the work on the pd patch?02:10
rlameiroits ok02:11
rlameirowe can share the work :D02:11
ailoI'm also considering if we should use git or something. I have a git account we could use for it02:11
ailoJust need to get your ssh key, so you can push your patches there02:12
ailoOr do you have your own CVS, or the like?02:12
ScottLi've already installed maverick and am getting updates, i'll reboot after that a few times and see what happens...i notice the kernel is 2.6.3502:24
ScottLi believe i had this machine running ubuntu studio lucid for a month or so without the problems i'm experiencing recently now that i think about it02:25
ScottLmaverick seems to work just fine for me, paultag or persia, do you have any suggestions for figuring out what my problem might be?02:49
ScottLeven if you recommend posting a question on #ubuntu-kernel, that would be a welcome suggestion02:49
ScottLor even suggestions on how to provide an adequate bug report in this case02:50
persiaScottL, Maverick works with the latest kernel in -updates?02:50
persiaIf so, upgrade to Natty, except not upgrading the kernel, then install each Natty kernel until one breaks.02:55
persiaIf not, then install each Maverick kernel between the base kernel and the latest in -updates until one breaks.02:56
persiaOnce you have one that breaks, hunt down JFo and ask what information beyond the kernel versions is useful in a bug report for a regression in bootability.02:56
ScottLpersia, eh, i hadn't enabled updates yet, i will do that and see if anything breaks03:02
ScottLoh, i had -updates enabled by default, it was -backports that i was thinking wasn't enabled03:05
ScottLpersia, how should i upgrade to natty from a maverick install03:08
persia-backports should never contain a kernel, so you ought be safe there.03:24
persiaSo, the *right* way to upgrade is `update-manager -d` or `do-release-upgrade -d`, but we're not going to do it that way :)03:24
persiaThe following should only be used for debugging purposes:03:25
persia1) Go to https://launchpad.net/ubuntu/+source/linux and get all the kernel packages that were uploaded to Natty.03:25
persia2) Make sure aptitude is installed on your system03:26
persia3) edit /etc/apt/sources.list and change every occurance of maverick to natty03:26
persia4) run `sudo aptitude -u` to get all the new updates03:26
persia5) Press '+' when "Upgradable Packages" is highlighted03:27
persia6) Press 'g'03:27
persia7) Navigate the package selection ('Enter' opens a submenu), and find the attempt to upgrade "linux" or "linux-generic" or "generic-linux" or whichever one you have installed (the kernel metapackage)03:28
ScottLpersia, just to make sure, you realize that natty is development currently?03:28
persia8) When the kernel metapackage is highlighted, press ':' to not upgrade that.03:28
persiaScottL, Yes.  This is a fresh install you're willing to reinstall tomorrow after filing the bug if necessary, right?03:29
persiaI run natty one one of my laptops, just to keep track of the changes, but yeah, it's not really suitable for getting real work done.03:29
persia9) Press 'g' again to upgrade most of the packages03:30
persia10) Press 'q' as many times as required to quit aptitude once the upgrade is complete.03:30
persia11) Reboot03:30
ScottLpersia, i have a fresh maverick install that i am ready to reinstall tomorrow, yes :)03:30
persia12) In order, install each kernel package that was published in natty, and reboot03:30
persiaAt some point, whilst repeating step 12, you will not be able to boot (if you can replicate the bug noted above).03:31
persiaAt that point, report the version that worked and the version that didn't work in a bug report, and bug JFo for what other details are useful.03:31
persiaThis is actually a fairly safe time to upgrade to natty, because of the Alpha 2 freeze (which should have started 3:30 ago, but ... )03:32
ScottLpersia, did you see that i got the tasksel hopefully fixed with cjwatson :)   03:33
persiaI did.  Nice work.03:33
scott-upstairspersia, i went to https://launchpad.net/ubuntu/+source/linux, but i'm not show how to get all the kernel packages for natty03:39
scott-upstairsat https://launchpad.net/ubuntu/natty/+source/linux i found thirty release of the kernel for natty03:40
persiaHeh, yeah, there's been a few uploads :)04:04
persiaWhen did it last seem to work?  I'd recommend starting from there.04:05
ScottLpersia, but how do i get them?  navigate to the page with a .deb file and download it?04:07
persiaRight.  I tend to find https://launchpad.net/ubuntu/+source/linux/+publishinghistory useful, with the links on the right.04:07
persiaStarting from https://launchpad.net/ubuntu/karmic/+source/linux/2.6.31-22.71 might well be a reasonable place: I think that's the last 2.6.37 that was uploaded.04:08
persiaAnd I suspect you would have encountered an issue before now if that was bad.04:08
persiaUnless I'm guessing wrong, the issue came with the 2.6.38 kernel (as that was the more significant change)04:09
persiaErr, wrong link :(04:09
persiahttps://launchpad.net/ubuntu/natty/+source/linux/2.6.37-12.26 was the one I thought might be a safe starting point.04:12
ScottLi was having trouble with the 2.6.37 kernel as well, don't know how far back though04:13
persiaHmm.  Well, you're choice where to start.  I'm not sure what would succeed/fail.04:16
scott-workwow...looks like all the xorg packages blew up this morning :/15:26
holsteinscott-work: in general?15:26
holsteinor relating to gnome?15:26
scott-workholstein: it looks like in general, they failed to build for some reason, i'm guessing a change someone made yesterday which will be fixed by tomorrow :)15:27
* holstein ponders the term 'freeze' ;)15:27
scott-workwe're only under debian import freeze with feature freeze coming up soon15:29
holsteinOIC15:30
holsteinthey'll sort it out anyways15:30
scott-workpersia:  i think i messed something up last night updating my maverick install as i was quite tired when i got to attempting it and was driven to distraction by the dogs barking to go outside at almost midnight :/18:44
scott-workpersia: nonetheless, this morning i resinstalled maverick again and after updating again will try it again18:45
scott-worknew blog post if anyone is interested: http://dullass.blogspot.com/19:24
scott-workcongrats jussi on the council wins19:30
astraljavacouncil wins?19:57
scott-workastraljava: http://ubuntu-news.org/2011/02/01/new-irc-council-members/20:12
holsteincool20:15
holsteincongrats jussi :)20:15
astraljavacoolness! conga-rats jussi01! but I thought he was already a part of the council. oh well, I must be out of my mind... which is nothing new20:15
jussiastraljava: it was re-election20:27
astraljavaAhh... sorry that wasn't clear to me from the page.20:30
TheMusoThere is a xorg transition going on in Ubuntu, hense the CD blow up.21:44
TheMusoIt should all be settled come the next build.21:44

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!