/srv/irclogs.ubuntu.com/2006/05/22/#ubuntu-kernel.txt

CarlFKwhy does /lib/firmware/2.6.15-22-386 have an acx dir but /lib/firmware/2.6.15-22-686 doesn't ?12:09
CarlFK2 day old dapper box12:10
=== _mike_ [n=mike@220.157.65.236] has joined #ubuntu-kernel
BenCbecause you don't have linux-restricted-modules-2.6.15-686 installed12:48
BenCyou can recitfy that by installing linux-68612:48
CarlFKhmm... i wonder how the 386 ones got installed...12:49
CarlFKthanks12:50
=== human_blip [n=mike@220.157.65.127] has joined #ubuntu-kernel
=== proconsul [n=hegemon@cpe-66-87-4-181.ut.sprintbbd.net] has joined #ubuntu-kernel
=== proconsul [n=hegemon@cpe-66-87-4-181.ut.sprintbbd.net] has left #ubuntu-kernel ["Leaving"]
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel
zulhey04:17
CarlFKoats04:21
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel
BenCairlied: ping05:31
zulhey BenC 05:32
BenChey zul05:32
zulwhat are you doing up?05:32
BenCplaying poker online05:33
zulhehe05:33
zulim just waiting for the daily show to come on05:34
=== maks [n=max@baikonur.stro.at] has joined #ubuntu-kernel
airliedBenC: pong, I have a patch ready if you want it.. vs ubuntu-2.6 master..06:27
BenCyes, defnitely06:27
BenCbcollins@ubuntu.com, please06:27
airliedBenC: done.06:37
airliedI have to say git cherry-pick rocks..06:37
=== desrt [n=desrt@ubuntu/member/desrt] has joined #ubuntu-kernel
airliedmade that task quite simple..06:37
desrtBenC; word.06:37
desrtBenC; how goes the ppc64 hugepage testing?06:38
BenCairlied: hell yes it does...06:38
BenCdesrt: hey, gotta wait till tomorrow to test it (my G5 belongs to the wife)06:38
desrtthat's cool06:38
desrti have a cluster of machines i could let you test it on :p06:39
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
=== karmak [n=olive@ryxeo.pck.nerim.net] has joined #ubuntu-kernel
=== lloydinho [n=andreas@rosinante.egmont-kol.dk] has joined #ubuntu-kernel
=== allee [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-kernel
=== alleeHol [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-kernel
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel
=== ivoks [n=ivoks@lns01-0505.dsl.iskon.hr] has joined #ubuntu-kernel
=== tuxmaniac [n=aanjhan@60.254.67.17] has joined #ubuntu-kernel
=== mxpxpod [n=BryanFor@unaffiliated/mxpxpod] has joined #ubuntu-kernel
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel
=== mxpxpod_ [n=BryanFor@wuw-ojr3gmca.dybb.com] has joined #ubuntu-kernel
BenCairlied: ping04:59
=== doko_ [n=doko@201.160.19.41.cableonline.com.mx] has joined #ubuntu-kernel
=== dapper [n=ubuntu@cpe-066-057-008-035.nc.res.rr.com] has joined #ubuntu-kernel
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
[g2] mjg59_ If running only dapper on the intel mac mini can I just install elilo and have it boot to dapper ?06:22
mjg59_As long as you're not using the bios emulation, yes06:23
[g2] mjg59_ I've got bootcamp installed does that cause the bios emulation ?06:23
mjg59_It depends how you're booting it06:24
[g2] basically I've installed from the Livecd and used the whole disk06:24
mjg59_Then no, you can't trivially install elilo06:24
mjg59_If you have a /sys/firmware/efi directory, you can06:24
[g2] right now it's booting to grub and dying06:24
[g2] mjg59_ what's the best way to get elilo on there ?06:26
=== desrt pays attention because he's gonna be doing this in a couple of weeks
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
=== fs [i=fs@213.178.77.98] has joined #ubuntu-kernel
=== JaneW [n=JaneW@dsl-146-177-94.telkomadsl.co.za] has joined #ubuntu-kernel
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
infinityBenC: Still around?08:47
BenCyeah08:48
infinityAn interesting point was just raised on the -users list (yeah, I know, whoah)08:48
infinitySince we now build all our i386/amd64 kernels SMP (except for -386), rtc really shouldn't be modular, since not having it loaded blows up ntp/hwclock/etc.08:49
infinityIn general, udev seems to load it automagically on most systems anyway, but the user on -users didn't have it loaded until he explicitely loaded it, and ntp was failing for him as a result.08:54
infinitykernel.org upstream has (for eons) recommended that CONFIG_SMP=y always be accompanied by CONFIG_RTC=y08:55
BenCOk, I can do that08:58
infinityMay as well keep it a module on the -386 kernel for the pathological case where it might break one RTC in a million on some ancient system.08:58
infinityBut all the SMP kernels should definitely have it on.08:59
BenCso that's all of amd64, and all of i386 except -38609:01
infinityShould be, yes.09:05
infinityMeh... 5am... Maybe I should just cook myself some food and stay up.09:06
=== mxpxpod_ [n=BryanFor@wuw-ojr3gmca.dybb.com] has joined #ubuntu-kernel
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
=== mxpxpod [n=BryanFor@unaffiliated/mxpxpod] has joined #ubuntu-kernel
=== mxpxpod_ [n=BryanFor@wuw-ojr3gmca.dybb.com] has joined #ubuntu-kernel
=== Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-kernel

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