前提・実現したいこと
swapファイルを削除したいです
発生している問題・エラーメッセージ
E325のエラーメッセージが出てしまうことと
postconf | grep mail_version実行で
postconf: fatal: open /etc/postfix/main.cf: No such file or directoryとなってしまいます。
E325: ATTENTION Found a swap file by the name ".main.cf.swp" owned by: root dated: 火 11 30 12:20:52 2021 file name: /private/etc/postfix/main.cf modified: YES user name: root host name: ishimoritakashinarinoMacBook-Air.local process ID: 50336 While opening file "main.cf" CANNOT BE FOUND (1) Another program may be editing the same file. If this is the case, be careful not to end up with two different instances of the same file when making changes. Quit, or continue with caution. (2) An edit session for this file crashed. If this is the case, use ":recover" or "vim -r main.cf" to recover the changes (see ":help recovery"). If you did this already, delete the swap file ".main.cf.swp" to avoid this message. Swap file ".main.cf.swp" already exists! [O]pen Read-Only, (E)dit anyway, (R)ecover, (D)elete it, (Q)uit, (A)bort: ```vim -r main.cf として実行すると以下のようになりました。 ```Swap files found: Using specified name: 1. .main.cf.swn owned by: root dated: 火 11 30 11:34:18 2021 file name: /private/etc/postfix/main.cf modified: YES user name: root host name: MacBook-Air.local process ID: 49502 2. .main.cf.swo owned by: root dated: 火 11 30 10:50:11 2021 file name: /private/etc/postfix/main.cf modified: YES user name: root host name: MacBook-Air.local process ID: 48933 3. .main.cf.swp owned by: root dated: 火 11 30 12:20:52 2021 [cannot be opened] In directory ~/tmp: -- none -- In directory /var/tmp: 4. main.cf.swm owned by: ta dated: 火 11 30 11:13:33 2021 file name: /private/etc/postfix/main.cf modified: YES user name: ta host name: MacBook-Air.local process ID: 49256 5. main.cf.swn owned by: ta dated: 火 11 30 11:09:40 2021 file name: /private/etc/postfix/main.cf modified: YES user name: ta host name: MacBook-Air.local process ID: 49142 6. main.cf.swo owned by: ta dated: 火 11 30 10:45:29 2021 file name: /private/etc/postfix/main.cf modified: YES user name: ta host name: MacBook-Air.local process ID: 48855 7. main.cf.swp owned by: ta dated: 火 11 30 10:36:20 2021 file name: /private/etc/postfix/main.cf modified: YES user name: ta host name: MacBook-Air.local process ID: 48392 In directory /tmp: -- none --
試したこと
https://teratail.com/questions/277123
この回答を参考にさせていただきrootユーザーで
swapファイルを削除しました。
そして、Postfixのバージョンを確認するためにpostconf | grep mail_versionとしたところ
postconf: fatal: open /etc/postfix/main.cf: No such file or directoryとなりました。
その上E325エラーが出てしまうので対処法を教えていただきたいです。
初心者ですがよろしくお願いします。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。