From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, SPF_PASS autolearn=no version=3.2.5 X-Injected-Via-Gmane: http://gmane.org/ To: sisyphus@lists.altlinux.org From: "Alexei V. Mezin" Date: Tue, 13 Jan 2009 02:59:40 +0300 Message-ID: References: <20090112222955.GB25745@wo.int.altlinux.org> <20090112231106.GA1845@wo.int.altlinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: home-pool4-10.com2com.ru User-Agent: Thunderbird 2.0.0.18 (X11/20081105) In-Reply-To: <20090112231106.GA1845@wo.int.altlinux.org> Sender: news Subject: Re: [sisyphus] =?koi8-r?b?78LOz9fJzNPRLiDrwcvB0S3UzyDQ0s/CzMXNwSDT?= =?koi8-r?b?IGJpbmQ=?= X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.10b3 Precedence: list Reply-To: alexei-mezin@rambler.ru, ALT Linux Sisyphus discussions List-Id: ALT Linux Sisyphus discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2009 23:59:43 -0000 Archived-At: List-Archive: List-Post: Dmitry V. Levin пишет: > в данном случае интересует > egrep 'glibc-core|bind-utils' /var/log/user/info > bzegrep 'glibc-core|bind-utils' /var/log/user/info.*.bz2 [root@threebears ~]# egrep 'glibc-core|bind-utils' /var/log/user/info Jan 13 00:40:22 threebears apt-get: glibc-core-6:2.9-alt2 installed Jan 13 00:40:24 threebears apt-get: glibc-core-6:2.9-alt1 removed Jan 13 00:46:31 threebears apt-get: bind-utils-9.3.6-alt2 installed Jan 13 00:46:32 threebears apt-get: bind-utils-9.3.6-alt1 removed [root@threebears ~]# bzegrep 'glibc-core|bind-utils' /var/log/user/info.*.bz2 [root@threebears ~]# > При каком состоянии файла /etc/resolv.conf работает "host altlinux.org", > но не работает "hostinfo altlinux.org"? nameserver localhost, НЕ работает: [root@threebears ~]# service bind restart Stopping named service: [ DONE ] Starting named service: [ DONE ] [root@threebears ~]# echo "nameserver localhost" > /etc/resolv.conf [root@threebears ~]# hostinfo altlinux.org altlinux.org: Host name lookup failure [root@threebears ~]# host altlinux.org altlinux.org has address 194.107.17.137 altlinux.org mail is handled by 10 smtp.altlinux.org. [root@threebears ~]# nameserver ДНС-провайдера, работает: [root@threebears ~]# echo "nameserver 195.98.160.25" > /etc/resolv.conf [root@threebears ~]# hostinfo altlinux.org address: 194.107.17.137 hostname: altlinux.org aliases: [root@threebears ~]# host altlinux.org altlinux.org has address 194.107.17.137 altlinux.org mail is handled by 10 smtp.altlinux.org. [root@threebears ~]#