Starting sendmial: make: Warning: File 'virtusertable.db' has ..的解決辦法2
又一次遭遇這個討厭的問題,用上次的方法修改時間touch /etc/mail/* 不起作用.
經過測試可以使用下面的方法將sendmail徹底關閉,反正是實驗環境不需要sendmail。
[root@node2 ~]# chkconfig --list sendmail
sendmail 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@node2 ~]# service sendmail status
sendmail (pid 3729) is running...
[root@node2 ~]# service sendmail stop
Shutting down sm-client: [ OK ]
Shutting down sendmail: [ OK ]
[root@node2 ~]# chkconfig --list sendmail
sendmail 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@node2 ~]# chkconfig --level 2 sendmail off
[root@node2 ~]# chkconfig --level 3 sendmail off
[root@node2 ~]# chkconfig --level 4 sendmail off
[root@node2 ~]# chkconfig --level 5 sendmail off
[root@node2 ~]# chkconfig --list sendmail
sendmail 0:off 1:off 2:off 3:off 4:off 5:off 6:off
init 6 重啟主機,一切正常!
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29047826/viewspace-1281142/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- PHP Warning: exec() has been disabled for security 問題解決辦法PHP
- Linux啟動時在sendmail出現make: warning: Clock skew detected.的解決辦法LinuxAI
- [git]warning: LF will be replaced by CRLF in 解決辦法Git
- git warning: LF will be replaced by CRLF in 解決辦法Git
- warning: LF will be replaced by CRLF in ** 的原因及解決辦法
- WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED解決方法REMIDE
- This function has none of DETEMINISTIC,NO SQL錯誤解決辦法FunctionNoneSQL
- Myeclipse 錯誤An internal error has occurred 解決辦法EclipseError
- ORA-28001: the password has expired解決辦法
- 解決The jar file has no source attachment問題JAR
- 開機checking file錯誤的解決辦法
- Myeclipse:resource is out of sync with the file system的解決辦法Eclipse
- 記錄 warning: CRLF will be replaced LF by in XXX 的解決辦法
- “command-not-found has crashed” 解決辦法 (*unsolved)
- android.database.sqlite.SQLiteException: table tb_diary2 has no column named recordPath 解決辦法AndroidDatabaseSQLiteException
- Oracle opatch apply 時提示oci.dll has active的解決辦法OracleAPP
- VMware 啟動報錯 "Failed to lock the file"解決辦法AI
- Linux scp 提示"WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED" 的解決方案LinuxREMIDE
- warning: CRLF will be replaced by LF in 出現的原因和解決辦法
- Cargo invocation has failed: Error: exit code: 101.解決辦法CargoAIError
- 【Error】AttributeError: module ‘scipy.misc‘ has no attribute ‘logsumexp‘ 的解決辦法Error
- Authentication failure 以及xxx is not in the sudoers file 問題的解決辦法AI
- 網站執行PHP出現No input file specified 的解決辦法網站PHP
- centos 中文亂碼解決辦法2CentOS
- CentOS安裝Redis6由於GCC版本太低導致無法make的解決辦法CentOSRedisGC
- Starting HEARTBEAT with WARNING: string2msg_ll: node [... ] failed authenticationAI
- Error:/etc/fstab:Read-only file system錯誤的解決辦法Error
- ssh無法連線 WARNING REMOTE HOST IDENTIFICATION HAS CHANGED!REMIDE
- ANS0326E This node has exceeded its maximum number of mount points 解決辦法
- OpenStack 的NAT解決辦法
- 公寓噪音的解決辦法
- This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its de 錯誤解決辦法FunctionNoneSQL
- 笨辦法學C 練習2:用Make來代替PythonPython
- WARNING: Logging before InitGoogleLogging() is written to STDERR 解決辦法Go
- Apache無法啟動解決 the requested operation has failedApacheAI
- CentOS安裝mysql*.rpm提示conflicts with file from package的解決辦法CentOSMySqlPackage
- linux操作提示:“Can't open file for writing”或“operation not permitted”的解決辦法LinuxMIT
- mysql The server quit without updating PID file異常解決辦法薦MySqlServerUI