亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

Fatal: the Postfix mail system is already running 解決辦法

 更新時(shí)間:2016年12月04日 10:42:59   投稿:lqh  
這篇文章主要介紹了Fatal: the Postfix mail system is already running 解決辦法的相關(guān)資料,需要的朋友可以參考下

Fatal: the Postfix mail system is already running 的解決方案

【問題情境】

當(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.

【問題原因】

也許是postfix上一次強(qiáng)行關(guān)閉時(shí),沒有刪除自身的鎖。啟動(dòng)時(shí)發(fā)現(xiàn)lock存在而無法運(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ì)本站的支持!

相關(guān)文章

最新評(píng)論