+ -
当前位置:首页 → 问答吧 → FreeBsd 4.8 ,不知怎么搞得,进程查看不了:

FreeBsd 4.8 ,不知怎么搞得,进程查看不了:

时间:2003-11-11

来源:互联网

FreeServer# ps
ps: proc size mismatch (32984 total, 1060 chunks)
FreeServer# ps -aux
ps: proc size mismatch (51072 total, 1060 chunks)

这是怎么回事呀?

作者: home   发布时间: 2003-11-11

you have some troubles with your personal kernel, change options as default, recompile it.

作者: werix   发布时间: 2003-11-11

how to change options as default?

编译的时候有default这项吗??

作者: andrew   发布时间: 2003-11-12

有阿,在/sys/i386/conf/GENERIC

作者: home   发布时间: 2003-11-12

你现在的内核配置文件是怎么样的, 贴来看看!

作者: rainren   发布时间: 2003-11-12

引用:
最初由 rainren 发表
你现在的内核配置文件是怎么样的, 贴来看看!
machine i386
cpu I686_CPU
ident home
maxusers 128
options INET
options FFS
options SOFTUPDATES
options UFS_DIRHASH
options PROCFS
options COMPAT_43
options UCONSOLE
options SYSVSHM
options SYSVMSG
options SYSVSEM
options P1003_1B
options _KPOSIX_PRIORITY_SCHEDULING
options MAXDSIZ=(256*1024*1024)
options MAXSSIZ=(128*1024*1024)
options DFLDSIZ=(256*1024*1024)
options KBD_INSTALL_CDEV
options IPFILTER
options RANDOM_IP_ID
options TCP_DROP_SYNFIN
options IPSTEALTH
makeoptions CONF_CFLAGS=-fno-builtin
device md
device isa
device pci
device ata
device atadisk
device atapicd
device atkbdc0 at isa? port IO_KBD
device atkbd0 at atkbdc? irq 1 flags 0x1
#device psm0 at atkbdc? irq 12
device vga0 at isa?
device sc0 at isa? flags 0x100
device agp
device npx0 at nexus? port IO_NPX irq 13
device sio1 at isa? port IO_COM2 irq 3
device miibus
device sis
pseudo-device loop
pseudo-device ether
pseudo-device tun
pseudo-device pty

作者: home   发布时间: 2003-11-12

这个问题我也遇到过,从4.7升级到4.8的内核,后来更新了所有源代码,make world就好了!

作者: 无相   发布时间: 2003-11-20

刚刚更新了src
只编译了内核,就出现了同样的情况
make world就好了

作者: kgnn   发布时间: 2003-11-22

同喜同喜!!!现在已make world,看看还会死机吗

作者: home   发布时间: 2003-11-22

还会死机不?

作者: rianren   发布时间: 2003-11-23

刚就当了一次,我再用久点看看。thanks to you..

作者: home   发布时间: 2003-11-23