红联Linux门户
Linux帮助

关于DNS服务器

发布时间:2008-11-14 10:57:19来源:红联作者:shanshuisj
我在编辑DNS服务器配置文件/etc/named.conf的时候,老出现以下提示:
E325: ATTENTION
Found a swap file by the name "/etc/.named.conf.swp"
owned by: root dated: Thu Nov 13 20:17:03 2008
file name: /etc/named.conf
modified: YES
user name: root host name: bing
process ID: 13439
While opening file "/etc/named.conf"
dated: Fri Nov 14 00:15:33 2008
NEWER than swap file!

(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 /etc/named.conf"
to recover the changes (see ":help recovery").
If you did this already, delete the swap file "/etc/.named.conf.swp"
to avoid this message.
是什么意思啊,请教高手!!!!!!!
文章评论

共有 3 条评论

  1. zhou111527 于 2009-04-16 11:10:37发表:

    学习下

  2. fang2360 于 2008-12-04 00:25:55发表:

    Found a swap file by the name "/etc/.named.conf.swp"
    owned by: root dated: Thu Nov 13 20:17:03 2008
    说明你已经配置过了 /etc/.named.conf很可能你已经启动了bind服务
    If you did this already, delete the swap file "/etc/.named.conf.swp"
    to avoid this message
    这个是说你可以删除"/etc/.named.conf.swp文件
    我个人建议是你可以把原来bind服务删除,然后删掉"/etc/.named.conf.swp这个文件再做操作!

  3. weizinian2008 于 2008-11-14 15:01:01发表:

    具体我也不知道,来学习下,期待答复