Fatal: the Postfix mail system is already running 解決辦法
Fatal: the Postfix mail system is already running 的解決方案
【問(wèn)題情境】
當(dāng)啟動(dòng)postfix服務(wù)時(shí)出現(xiàn)如下錯(cuò)誤提示:
# service postfix start Starting Postfix Mail Transport Agent: postfixpostfix/postfix-script: fatal: the Postfix mail system is already running failed!
此外,postfix的status報(bào)告postfix is not running.
# service postfix status postfix is not running.
【問(wèn)題原因】
也許是postfix上一次強(qiáng)行關(guān)閉時(shí),沒(méi)有刪除自身的鎖。啟動(dòng)時(shí)發(fā)現(xiàn)lock存在而無(wú)法運(yùn)行。
【解決方案】
1.Postfix的master PID文件(即鎖)還存在/var/spool/postfix/pid目錄下。進(jìn)入該目錄刪除所文件即可:
# cd /var/spool/postfix/pid # ls master.pid # rm master.pid
2.刪除master.pid文件后啟動(dòng)postfix服務(wù)。
# service postfix start Starting Postfix Mail Transport Agent: postfix
感謝閱讀,希望能幫助到大家,謝謝大家對(duì)本站的支持!
- 解決fatal:remote error:You can''t push to git://github.com/username/*.git問(wèn)題的辦法
- 解決PHP程序運(yùn)行時(shí):Fatal error: Maximum execution time of 30 seconds exceeded in的錯(cuò)誤提示
- PHP中使用register_shutdown_function函數(shù)截獲fatal error示例
- ThinkPHP提示錯(cuò)誤Fatal error: Allowed memory size的解決方法
- php運(yùn)行提示:Fatal error Allowed memory size內(nèi)存不足的解決方法
- Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2611816 bytes)
- php使用ZipArchive提示Fatal error: Class ZipArchive not found in的解決方法
- Windows平臺(tái)的 PHP 報(bào)錯(cuò) Fatal error: Class COM not found in 的解決方法
- PHP中Fatal error session_start()錯(cuò)誤解決步驟
- PHP捕獲Fatal error錯(cuò)誤的方法
相關(guān)文章
Windows server 2003證書(shū)服務(wù)器配置方法(圖文)
這篇文章主要介紹了Windows server 2003證書(shū)服務(wù)器配置方法(圖文),需要的朋友可以參考下2015-11-11
服務(wù)器安全設(shè)置之 IIS用戶(hù)設(shè)置方法
服務(wù)器安全設(shè)置之 IIS用戶(hù)設(shè)置方法,其實(shí)各個(gè)網(wǎng)站獨(dú)立用戶(hù)才比較安全建議大家用虛擬主機(jī)管理軟件2012-07-07
Windows Server 2019 網(wǎng)絡(luò)負(fù)載均衡服務(wù)配置與管理(理論+網(wǎng)絡(luò)拓?fù)浼罢f(shuō)明)
介紹了負(fù)載均衡的基本概念(包括負(fù)載均衡的定義,有無(wú)負(fù)載均衡器的拓?fù)鋵?duì)比,負(fù)載均衡的工作原理,負(fù)載均衡的三要素),網(wǎng)絡(luò)負(fù)載均衡的特性,集群部署要求,網(wǎng)絡(luò)拓?fù)湟约罢f(shuō)明2023-05-05
windows?server2008?R2搭建ftp服務(wù)器的圖文教程
這篇文章主要介紹了windows?server2008?R2搭建ftp服務(wù)器,server?2008對(duì)用戶(hù)組和用戶(hù)的管理比較嚴(yán)格,而且我們作為一個(gè)ftp服務(wù)器,肯定涉及到非常多的用戶(hù),單獨(dú)使用用戶(hù)來(lái)管理工作量非常大而且不顯示,所以這里我們首先創(chuàng)建一個(gè)用戶(hù)組ftpGroup,需要的朋友可以參考下2023-02-02
win服務(wù)器怎么給磁盤(pán)分區(qū) Windows服務(wù)器分盤(pán)操作方法
一般Windows系統(tǒng)電腦或是服務(wù)器做好系統(tǒng)后是只有C盤(pán)的,如果是你想要自己多分出D盤(pán)和E盤(pán)需要自己操作磁盤(pán)分區(qū),那么服務(wù)器怎么分盤(pán)呢?今天和大家分享一下2023-05-05
Windows Server 2019 DNS服務(wù)器配置方法(入門(mén)篇)
這篇文章主要介紹了Windows Server 2019 DNS服務(wù)器配置方法,需要的朋友可以參考下2022-08-08
windows下nginxHTTP服務(wù)器入門(mén)教程初級(jí)篇
介紹Nginx是俄羅斯人編寫(xiě)的十分輕量級(jí)的HTTP服務(wù)器,Nginx,它的發(fā)音為“engine X”, 是一個(gè)高性能的HTTP和反向代理服務(wù)器,同時(shí)也是一個(gè)IMAP/POP3/SMTP 代理服務(wù)器.2010-03-03
IIS環(huán)境下PHP rewrite重寫(xiě)設(shè)置(支持中文參數(shù))
這篇文章主要介紹了IIS環(huán)境下PHP重寫(xiě)設(shè)置 支持中文參數(shù),需要的朋友可以參考下2014-06-06

