關於收到localhost modprobe: modprobe: Can't locate module ethX的錯誤
tail -100 /var/log/messages[@more@]
在伺服器的/var/log/messages檔案中,不時收到以下資訊,但又不是開機的時候出現的.
modprobe: modprobe: Can't locate module eth5
modprobe: modprobe: Can't locate module eth6
modprobe: modprobe: Can't locate module eth7
modprobe: modprobe: Can't locate module eth8
modprobe: modprobe: Can't locate module eth9
開始的時候不知道,一直翻到GOOGLE第12頁,看到這個是由於執行了mii-tool命令後出現的.
這個命令大家知道是檢視網路卡的連線情況.
本人猜測系統是將所有的網路卡搜尋一遍(但不知道為什麼沒有裝的網路卡ETH5--ETH9也會去搜尋).
這樣看來,對這個錯誤大家也不必太緊張了.
當然如果你想要讓這個錯誤消失.
你可以編輯/etc/ modules.conf,
並加上以下資訊:
alias eth5 off
alias eth6 off
alias eth7 off
alias eth8 off
alias eth9 off
這樣,當你執行mii-tools的時候,就不會再出現這個錯誤提示了.
結束.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/703656/viewspace-978146/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- modprobe報錯
- [mac pip錯誤]Can't connect to HTTPS URL because the SSL module is not availableMacHTTPAI
- kernel heap bypass smep,smap && 劫持modprobe_path
- MYSQL報1022錯誤:Can't write;duplicate key in table '.....'MySql
- 小白:關於處理“can't find '__main__' module in ”這個問題的詳細處理方式!AI
- Can't Connect to MySQL Server on IP Address (10061) 錯誤的解決方案MySqlServer
- Linux安裝openssl出現Can‘t locate IPC/Cmd.pm in @INCLinux
- 關於vuex的錯誤Vue
- eslint --fix 報錯 can't not find modulesEsLint
- Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock錯誤MySqlServer
- Python報錯:UnicodeDecodeError: 'gbk' codec can't decode byte ...PythonUnicodeError
- [重慶思莊每日技術分享]-解除安裝grid時執行指令碼報錯Can't locate Env.pm in @INC指令碼
- Navicat 連線 MySQL 失敗:2002-can‘t connect to server on localhost(10061)問題解決MySqlServerlocalhost
- php artisan serve 等同於 php -S localhost:8000 -t ./publicPHPlocalhost
- Python讀取csv檔案出現解碼錯誤UnicodeDecodeError: ‘utf-8‘ codec can‘t decodPythonUnicodeError
- PyMySQL 獲取資料 'utf-8' codec can't decode byte 0xed in position 2: 錯誤MySql
- oracle關於ORA-12988錯誤Oracle
- 解決jpa查詢時,Unable to locate Attribute with the the given name錯誤
- Android開發:Android虛擬機器啟動錯誤Can't find 'Linux version ' string in kernel image fileAndroid虛擬機Linux
- 關於Mapreduce Text型別賦值的錯誤型別賦值
- 關於洗牌演算法的錯誤認識演算法
- Ubuntu 安裝包時提示錯誤E: Unable to locate package mysql-server錯誤 解決辦法UbuntuPackageMySqlServer
- DELL R900伺服器上基於REDHAT 4.6安裝oracle中碰到的Can't connect to X11 window server using 'localhost:0.0'伺服器RedhatOracleServerlocalhost
- 小程式真機報錯errMsg: “hideLoading:fail:toast can‘t be found“ ?IDEAIAST
- SSM+Swagger問題解決 Can‘t read swagger JSON from http://localhost:8080/xxx/swagger/api-docsSSMSwaggerJSONHTTPlocalhostAPI
- 關於 IIS 上執行 ASP.NET Core 站點的“HTTP 錯誤 500.19”錯誤ASP.NETHTTP
- Maven關於配置setting.xml出現的錯誤MavenXML
- TypeError: can‘t concat str to bytesError
- Can't open file: (errno: 24)
- 關於 ABAP 的執行時錯誤 ITAB_ILLEGAL_ORDER
- vscode中關於eslint的各種報黃線錯誤VSCodeEsLint
- [譯] 關於 `ExpressionChangedAfterItHasBeenCheckedError` 錯誤你所需要知道的事情ExpressError
- Linux錯誤 ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)LinuxErrorlocalhost
- Mongoose can't update timestampGo
- Supervisor 解決 can't find command *
- 關於 curl 工作中一個小錯誤
- 關於開源軟體的七大錯誤認知
- 關於 SAP Cloud Connector 500 failed to sign the Certificate 的錯誤訊息CloudAI
- 關於安裝ros和執行tuetlebot3的錯誤ROS