/srv/irclogs.ubuntu.com/2010/11/06/#ubuntu-kernel.txt

* m4t still investigating this kernel issue on maverick00:19
m4teven without kernel-package, using a standard 'make' and booting the bzImage with grub results in an identical hang00:19
m4tFAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (internal compiler error)01:57
m4tthat's not it :(02:02
m4tit hangs in qemu too :-]03:38
m4t2.6.36 compiled with lucid toolchain bzImage boots to kernel panic w/no rootfs03:39
m4tthe one compiled with maverick toolchain freezes at rtc init03:40
m4twell, a bit more to it than that04:39
m4ti'd like to send over a .config using CONFIG_MPENTIUMM=y and see if someone else can't reproduce this hang in qemu on their system04:40
=== yofel_ is now known as yofel
jovaroHi, I use a Via Epia board with TV-out and after updating from 9.10 to 10.04 the image flickers like crazy, before starting X even15:38
jovaroI asked in #openchrome and they said it was a kernel issue15:38
jovaroso is there someone here that can help perhaps?15:38
jovarothe flickering starts right after the fsck's when booting15:39
jovarook nevermind, it appears that the viafb just doesn't work anymore. I now use the uvesafb and that works much better16:02
=== emma_ is now known as emma
CarlFKwget http://archive.ubuntu.com/ubuntu/dists/maverick/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/linux18:12
CarlFKsudo kexec --load linux18:12
CarlFKELF rel parse failed18:12
CarlFKum, wut?18:12
=== BenC__ is now known as BenC
alex88hi guys, recompiling a server using only necessary modules etc how can help the speed of the pc? i mean, is it useful? like boot time and other things?22:40
CarlFKalex88: probably not.  lots of effort has gone into speeding things up so small chance that you will find anything significant. 23:08
alex88CarlFK, thank you, so it's much more a waste of time :)23:28
CarlFKalex88:  if you want to invest time in something like that, look into the upstart stuff.  it is new enough that there is probably lots of productive work needing to be done23:31
CarlFKHere is what just bit me: https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/66601423:34
ubot2Launchpad bug 666014 in squid-deb-proxy (Ubuntu) "Avahi service for squid-deb-proxy does not start (affects: 3) (heat: 262)" [Undecided,New]23:34
alex88you mean helping in bug solving?23:37
CarlFKalex88: basically.  I have a feeling digging into that bug will reveal some other bugs, perhaps in the upstart framework or whatever it's called23:39
alex88well about kernel i was thinking about configuring removing modules and then recompiling, not modifying source23:40
alex88bytheway i'll spend time on bugs..23:41
CarlFKalex88: assuming you did shave some boot time, you would then have to watch for kernel updates and port your stuff. yuck.23:42
alex88well, just needed to recompile new kernel with same config and check if something is changed23:43
CarlFKpretty sure everything is a module that can be, and having them on disk doesn't slow things down23:43
CarlFKbuilding them into the kernel would speed things up by .0001 second.  and change the order things are loaded in, so maybe have side effects.   yuck :)23:44
alex88oh got it, i think that time is better on bugs...23:46
alex88bytheway, just a questions, modules are all loaded by default or just when needed to a device?23:46
CarlFKjuser@dhcp232:/etc/gdm$ cat /etc/modules 23:47
CarlFK# /etc/modules: kernel modules to load at boot time.23:47
CarlFK# This file contains the names of kernel modules that should be loaded23:47
CarlFK# at boot time, one per line. Lines beginning with "#" are ignored.23:47
CarlFKloop23:47
CarlFKlp23:47
CarlFKrtc23:47
CarlFKand then something (name escapes me) will load stuff as needed 23:47
CarlFKso no, not all are loaded.23:49
CarlFKlsmod will show what is currently loaded.  my box has 72.  23:50
CarlFKdesktop box23:50
CarlFKserver box has 1723:50
alex88ok that's all..thank you for your time :)23:52
CarlFKhttps://launchpad.net/hotplug  23:53
CarlFKthat's the something that loads modules 23:53
CarlFKi think...23:53
alex88think that too23:55
JanCI think most modules are loaded by the kernel itself or by udev rules, certainly hotplug isn't used anymore (unless you have a *very* old Ubuntu version)23:56
alex88but some time ago i've seen that in config you can choose the generic cpu or the p4, core2duo, what that affect?23:59
CarlFKudev - that's what I was thinking23:59

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