編譯好新的核心之後, 開機出現奇怪訊息(開機

Moderator: Forums Team

ccpz
Posts: 167
Joined: Fri Aug 01, 2003 8:33 am
Location: 新竹

Post by ccpz »

我是換了2.6-test8就沒這問題了
目前還不知道這問題是那裡產生的
問題不明不白出現,不明不白消失 :shock:
User avatar
benny
Posts: 1120
Joined: Sun Apr 06, 2003 7:03 pm
Location: 家裡
Contact:

Post by benny »

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

這應該把 # 拿掉吧? 這個是 devfs
#none /dev/shm tmpfs defaults 0 0
GOT 討論區管理規則及使用指南
http://forums.gentoo.tw/viewtopic.php?t=43260
實行中!
加入 GOT 的郵件討論!
http://lists.linux.org.tw/cgi-bin/mailm ... nfo/gentoo
seifer
Posts: 248
Joined: Wed Dec 10, 2003 7:54 am
Location: 台灣/台南

Post by seifer »

事實上
預設的/etc/fstab裡面

none /dev/shm tmpfs defaults 0 0

是沒被註解的

@__@
seifer
Posts: 248
Joined: Wed Dec 10, 2003 7:54 am
Location: 台灣/台南

編譯好新的核心之後, 開機出現奇怪訊息(開機

Post by seifer »

呵呵

找到原因了

我之前看到開機訊息有
RAMDISK 太小的緣故(因為我的bootsplash initrd檔案有5MB大)

我把 block device --> ramdisk support那裡的 size 由
4096改成 5120....結果就是會變成去找usb detection

改回4096就好了 ^^
Post Reply