- 論壇徽章:
- 0
|
本帖最后由 rhinux 于 2012-07-13 23:44 編輯
配置下
DellR710:
CPU:E5506
RAM:8G
OS:freebsd8.2_amd64
freebsd跑在ZFS上 zpoolV15,并且在機(jī)器上運(yùn)行了8個(gè)jail
每次重啟Jail時(shí)會(huì)出現(xiàn)此問題,以下是屏幕上抄下來的- frame porint=0x28
- code segment = base 0x0, limit 0xfffff, type 0x1b
- = DPL 0, pres 1, long 1, def32 0, gan 1
- processor eflags = interrupt enabled, resume, IOPL = 0
- current process = 0(thread taskq)
- trap number = 9
- panic: general protection fault
- cpuid = 7
- Uptime: 12h19m9s
- Cannot dump. Device not defined or unavailable
- Automatic reboot in 15 seconds - press a key on the console to abort
復(fù)制代碼 謝謝
今天才發(fā)現(xiàn)這個(gè)貼還沒結(jié)~其實(shí)問題很早就找到原因了
編譯成debug模式后調(diào)試發(fā)現(xiàn)是vnet的問題,在destroy 虛擬網(wǎng)卡的時(shí)候會(huì)出問題,暫時(shí)通過不destroy虛擬網(wǎng)卡繞過
還有一種情況會(huì)出現(xiàn)類似出發(fā)就是carp和pf共用的時(shí)候
另外某些網(wǎng)卡在freebsd8.2上開啟natd的話,造成網(wǎng)絡(luò)性能下降原因不明 目前已知bce,網(wǎng)卡有這個(gè)問題,換成bge或者其他intel的網(wǎng)卡沒這個(gè)問題。之前以為是開啟網(wǎng)卡TSO的問題后來測試發(fā)現(xiàn)不全是
所以總結(jié)freebsd某些網(wǎng)卡驅(qū)動(dòng)不太完善,另外網(wǎng)絡(luò)堆棧虛擬化不夠成熟,但勉強(qiáng)可以用!
|
|