Daily Archive for January 14th, 2008

The generated cache was invalid.

when I upgrade my ubuntu 6.06 (I like the LTS verson ;) ), I get

1
 The generated cache was invalid.

search with google, I get the reason and resovel it.

now, my portuguese is lousy, but it looks like it’s got something to do with the icon cache.

so, you could go to /usr/share/icons/highcolor, /usr/share/icons/locolor, and so on, and just delete autopackage-installer.png.

sometime, I don’t like dpkg and ….. I like slackware’s installpkg.

Share

让内核自动加载所需模块

需要在配置编译时,选择

1
2
3
4
5
6
 --- Enable loadable module support
   [*]     Module unloading
   [*]         Forced module unloading
   [*]     Module versioning support
   [_]     Source checksum for all modules
   [*]     Automatic kernel module loading

Automatic kernel module loading 是应该选择的项目 ;)

Share

Slackware 12 initrd needed

how to build a initrd when you need, like this:

1
 sudo mkinitrd -c -k 2.6.21.5-smp -m jbd:ext3 -r /dev/hda14 -o /boot/initrd-2.6.21.5-smp.gz
Share