[12:05] Petaris: sure it does. [12:05] you need to remove the linux-source-2.6.15 directory and re-extract the linux-source-2.6.15 tarball [12:06] why? It was a fresh extract in the first place? [12:06] dpkg-deb -x /home/crimsun/linux-source-2.6.15_2.6.15-22.33_all.deb .; usr/src/scripts/; ls gcc-version.sh [12:09] hrm [12:09] ahh, I see what happened === mdz [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-kernel [12:33] hrm [12:33] I wonder if I would want to raise my user address space size [12:34] there is no help for that option [12:34] is 1 GB sufficiant? [12:35] Hello mdz === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel [01:06] I'm off [01:06] see you tomarrow === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === JaneW [n=JaneW@dsl-146-141-13.telkomadsl.co.za] has joined #ubuntu-kernel === Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-kernel === tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === AnThOnYhO [n=anthonyh@218.104.248.147] has joined #ubuntu-kernel === Teo [n=teo@p54BCB1C9.dip0.t-ipconnect.de] has joined #ubuntu-kernel === Teo [n=teo@p54BCB1C9.dip0.t-ipconnect.de] has left #ubuntu-kernel [] === tritium [n=tritium@ubuntu/member/tritium] has left #ubuntu-kernel [] === allee [n=ach@217.19.180.111] has joined #ubuntu-kernel === chmj [n=chmj@196.44.1.98] has joined #ubuntu-kernel === doko_ [n=doko@dslb-088-073-102-076.pools.arcor-ip.net] has joined #ubuntu-kernel === infinity [n=adconrad@69.0.240.48] has joined #ubuntu-kernel === ivoks [n=ivoks@wall2.grad.hr] has joined #ubuntu-kernel === alef0 [i=alef0@M873P012.adsl.highway.telekom.at] has joined #ubuntu-kernel === allee [n=ach@217.19.180.111] has joined #ubuntu-kernel === Petaris [n=Petaris@216.56.37.162] has joined #ubuntu-kernel [02:02] While compiling a kernel for my system using the linux-source package and a slightly modified i386 config file I have run into an error: http://phpfi.com/116020 === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel [02:07] heylo [02:07] Hello zul [02:28] Petaris: you've slightly broken your modified config [02:28] CONFIG_X86_CMPXCHG64 isn't set, which is how set_64bit gets set [02:35] BenC: I didn't change anything other then 64 GB mem support and amp [02:35] amp? [02:35] s/amp/smp [02:36] the -server kernel and -server-bigiron kernel has those options enabled [02:36] what config did you modify? [02:36] the -server kernel brings my box to a crawl for some reason [02:36] I modified the 2.6.15-21-i386 config [02:37] makes sure you set the CPU to something other than 486 too [02:37] oh? [02:37] like P4 or whatever it is you are using [02:37] Opteron [02:37] but I need a 32bit system [02:37] why not use an amd64 kernel then? [02:37] for ltsp compatability [02:38] you can use an amd64 kernel with a 32-bit userspace [02:38] any downfalls to doing so? [02:38] The occasional syscall that gets out of sync, but we'd like bug reports on those so we can fix them anyway. [02:38] (In general, it should work great) [02:38] hrm [02:39] this is a production box [02:39] the only ioctl's I'm aware of that aren't translated are the usblp ones [02:39] Petaris: There you go. Ben's the man. [02:40] In other news, scientists wonder why you need a 32-bit userspace for "LTSP compatibility". [02:40] Can I switch over to the amd64 kernel without ditching my install thus far? [02:40] yep [02:40] An LTSP server can serve to multiple architectures. [02:40] infinity: thats what was recomended by ogra in #edubuntu [02:40] Oh. [02:40] Could be a limitation of the way we package LTSP to make it as friendly as possible, then. [02:41] I'll shut up. :) [02:41] is this an LTSP server, or client? [02:41] server [02:41] the clients are x86 [02:41] not sure why the server architecture matters then, but ok :) [02:41] the server is a dual opteron with 8 GB of ram [02:41] Oh, dude, then you DEFINITELY want an amd64 kernel on there. [02:41] yeah [02:42] BenC: I don't know enough about it, so I take ogra's advice [02:42] You're just wasting the hardware otherwise. [02:42] Petaris: hold a second.... [02:42] ok [02:42] Petaris: download an amd64-k8 kernel .deb [02:42] and follow these instructions carefully... [02:43] where can I grab the kernel from? [02:43] just apt-get it? [02:43] dpkg-deb --extract linux-image-2.6.15-22-amd64-k8_2.6.15-22.33_amd64.deb tmp [02:43] dpkg-deb --control linux-image-2.6.15-22-amd64-k8_2.6.15-22.33_amd64.deb tmp/DEBIAN [02:43] vi tmp/DEBIAN/control [02:43] replace Architecture: amd64 with Architecture: i386 [02:43] save, and exist [02:43] exit [02:44] sudo dpkg-deb --build tmp . [02:44] Petaris: http://archive.ubuntu.com/ubuntu/pool/main/l/linux-source-2.6.15/ [02:45] then you can do: sudo dpkg -i linux-image-2.6.15-22-amd64-k8_2.6.15-22.33_i386.deb [02:46] BenC: Is there a valid reason we're not performing this hack and uploading it to the archive? [02:46] hrm [02:46] (It wouldn't be the only package with .debs in the source... Think ia32-libs, etc) [02:46] infinity: we thought about it, but I haven't tested it enough to know that it is "up to snuff" [02:46] BenC: I can't find that linux-image version [02:46] linux-image-2.6.15-21-amd64-generic_2.6.15-21.32_amd64.deb 23-Apr-2006 13:08 20M [02:46] [ ] linux-image-2.6.15-21-amd64-k8_2.6.15-21.32_amd64.deb 23-Apr-2006 13:08 20M [02:46] [ ] linux-image-2.6.15-21-amd64-server_2.6.15-21.32_amd64.deb 23-Apr-2006 13:08 20M [02:46] [ ] linux-image-2.6.15-21-amd64-xeon_2.6.15-21.32_amd64.deb 23-Apr-2006 13:09 19M [02:47] no 22.33 [02:47] 21.32 is fine [02:47] ok [02:47] grabbing it now [02:47] infinity: oh, I didn't get a chance to do lrm, so if you have an upload, I'll just wait [02:48] BenC: But you also didn't get a chance to do the fixed kernel, did you? [02:48] BenC: At any rate, I'm not going to upload LRM while Flight-7 is in prep, since that will cause stuff to go out of sync (lrm-common, etc) [02:51] ok, doing the build [02:53] ok, done [02:53] now installing [02:54] BenC: uh, since you didn't upload last night, please hold off any kernel uploads until flight-7 is out. [02:55] Mithrandir: no problem [02:55] BenC: ok, its installed [02:55] let me reboot into it [02:56] good luck :) [02:56] I sure hope so [02:56] I have to have this box running and configured by the end of the day [02:56] :/ [02:58] booting === tuxmaniac [n=aanjhan@60.254.67.17] has joined #ubuntu-kernel [03:13] BenC: That seems to have done the trick [03:13] Thanks for all the help [03:13] cool [03:13] glad it worked like I hoped it would :) [03:14] me too [03:14] I will just have to keep that in mind when I do updates [03:19] you'll have to manually update your kernel on that system [03:19] right === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel [03:21] just wrote those instructions to a file on that system [03:21] I know that I will forget how to do that before the next time round [03:21] hehe [03:24] now to get sound working [03:24] see ya later guys [03:24] and thanks again === Petaris [n=Petaris@216.56.37.162] has left #ubuntu-kernel ["Out"] === EricFitchett [n=eric@rrcs-24-39-194-210.nys.biz.rr.com] has joined #ubuntu-kernel === EricFitchett [n=eric@rrcs-24-39-194-210.nys.biz.rr.com] has left #ubuntu-kernel ["Ex-Chat"] [04:09] BenC: 40436; should it be rejected? === tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu-kernel [04:15] BenC: are you around? === BenC is checking [04:16] :) May I ask a small favor for your next kernel build? [04:17] Can you please check https://launchpad.net/distros/ubuntu/+source/linux-source-2.6.15/+bug/40009, and make sure the ipw2200 quiesce on shutdown patch gets applied? [04:17] tritium: It has been [04:17] oh, super :) [04:17] should be in -22 [04:17] I didn't realize that. [04:18] thanks, mjg59 [04:18] BenC: I hear you may be pulling in patches from .16 -- any chance you'll include the patches for iMac G5 fan control? [04:18] you heard wrong :) [04:19] doh! [04:19] Well, shoot, I'm out of questions ;) [04:21] Mithrandir: at the very least, it shoudl be moved to udev [04:22] BenC: true, but it's still a policy decision. === tritium [n=tritium@ubuntu/member/tritium] has left #ubuntu-kernel [] === jkakar [n=jkakar@204.174.36.228] has joined #ubuntu-kernel === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === cjb [n=cjb@pool-151-203-228-240.bos.east.verizon.net] has joined #ubuntu-kernel [04:54] Mithrandir: after studying, I would say it's a reject [04:54] we don't want to support a lot of legacy junk [05:09] BenC: please reject it, then [05:10] alright im out of here === Keybuk [n=scott@syndicate.netsplit.com] has joined #ubuntu-kernel === mxpxpod [n=BryanFor@unaffiliated/mxpxpod] has joined #ubuntu-kernel === allee [n=ach@217.19.180.90] has joined #ubuntu-kernel === ivoks [n=ivoks@wall2.grad.hr] has joined #ubuntu-kernel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel === ivoks [n=ivoks@wall2.grad.hr] has joined #ubuntu-kernel === alef-null [i=alef0@M1014P019.adsl.highway.telekom.at] has joined #ubuntu-kernel === RayFredPip [n=RayFredP@221.234.214.80] has joined #ubuntu-kernel === mxpxpod [n=BryanFor@unaffiliated/mxpxpod] has joined #ubuntu-kernel === shutdownrunner [n=dende@nazgul2.kosson.com] has joined #ubuntu-kernel === Petaris [n=Petaris@216.56.37.162] has joined #ubuntu-kernel [08:42] BenC: Where could I find the kernel headers for that amd64-k8 kernel? [08:44] Hi. I'm trying to install ubuntu under compaq deskpro 350. all the time I'm getting errors. Under dapper I don't know what the problem is "Attempted to kill init ...", but under breezy I get "Acpi : Unable to load system description database" and something about [_SB_] not to be found. Have you got any ideas what this is? If you could suggest where I could look for a solution, I'd also be grateful. === Petaris [n=Petaris@216.56.37.162] has left #ubuntu-kernel ["Out"] === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === shutdownrunner [n=dende@nazgul2.kosson.com] has left #ubuntu-kernel ["Leaving"] === cjb` [n=cjb@pool-151-203-228-240.bos.east.verizon.net] has joined #ubuntu-kernel === cjb` is now known as cjb === cjb` [n=cjb@pool-151-203-228-240.bos.east.verizon.net] has joined #ubuntu-kernel === alef-null [i=alef0@M1014P019.adsl.highway.telekom.at] has joined #ubuntu-kernel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel [11:57] Mithrandir: ping