LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: threedot

第一次装系统,升级以后内核没了[解决]

[复制链接]
 楼主| 发表于 2006-1-4 15:21:04 | 显示全部楼层
Post by diony
是加在下面这段里面。
MODULES=(!usbserial)



BTW:升级了以后应该使用新的rc.conf,其中有:

  1. # Scan hardware and load required modules at bootup
  2. MOD_AUTOLOAD="yes"
  3. # Module Blacklist - modules in this list will never be loaded by hwdetect
  4. MOD_BLACKLIST=(8139cp ppp_generic)
复制代码


把MOD_AUTOLOAD设为yes就会自动加载模块儿了,只有在它工作不正常的时候才需要自己手动向MODULES段加入。




Thank you very much.
How about this?
[root@Archlinux bin]# pacman -S acroread

Targets: acroread-7.0.1-1

Total Package Size:   37.6 MB

Proceed with upgrade? [Y/n]

checking package integrity...
error: archive acroread-7.0.1-1.pkg.tar.gz is corrupted
回复 支持 反对

使用道具 举报

发表于 2006-1-4 15:36:42 | 显示全部楼层
Post by threedot
Thank you very much.
How about this?
[root@Archlinux bin]# pacman -S acroread

Targets: acroread-7.0.1-1

Total Package Size:   37.6 MB

Proceed with upgrade? [Y/n]

checking package integrity...
error: archive acroread-7.0.1-1.pkg.tar.gz is corrupted


That means this pkg file is corrupted,maybe caused by transfer errors.
whenever you see errors like this,you always can remove that package from the cache and pacman -S to download it again.so just do:

  1. sudo rm /var/cache/pacman/pkg/acroread-7.0.1-1.pkg.tar.gz
  2. sudo pacman -S acroread
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-1-4 16:19:06 | 显示全部楼层
Post by diony
That means this pkg file is corrupted,maybe caused by transfer errors.
whenever you see errors like this,you always can remove that package from the cache and pacman -S to download it again.so just do:

  1. sudo rm /var/cache/pacman/pkg/acroread-7.0.1-1.pkg.tar.gz
  2. sudo pacman -S acroread
复制代码


Thank you!
How to set the locale?
I want to use utf8,but my icewm can't display it corrently.

解决了,莫名奇妙就好了,好像把locale中的lang改为en_us.utf8
就行了.
谢谢兄弟们了.
速度真快啊,从grub到logon只要19s
哈哈,爽啊....
回复 支持 反对

使用道具 举报

发表于 2006-1-4 16:33:10 | 显示全部楼层
Post by threedot
Thank you!
How to set the locale?
I want to use utf8,but my icewm can't display it corrently.


im sorry but im not a icewm user.im afraid i can't help you on that.
but,if you wanna change your locale only,you can edit ~/.bashrc and add the following line yourself:

  1. export LANG=zh_CN.UTF-8  #this is your locale
复制代码

also, you can add this line to /etc/profile to do the same thing,but it's not recommended.because it's a system wide config file.
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表