ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Обновился. Какая-то проблема с bind
@ 2009-01-12 22:21 Alexei V. Mezin
  2009-01-12 22:29 ` Dmitry V. Levin
  0 siblings, 1 reply; 9+ messages in thread
From: Alexei V. Mezin @ 2009-01-12 22:21 UTC (permalink / raw)
  To: sisyphus

Запущен локальный bind, который перенаправляет запросы на ДНС-сервер 
провайдера, или еще дальше. Все работало. Только что обновился. Вылезло 
странное:

nslookup, host, dig -- работают

[alexei@threebears ~]$ nslookup
 > server localhost
Default server: localhost
Address: 127.0.0.1#53
 > pop.mail.ru
Server:         localhost
Address:        127.0.0.1#53

Non-authoritative answer:
Name:   pop.mail.ru
Address: 194.67.23.102
 > exit


resolve и программы (licq, thunderbird и т.п.) не могут определить адреса:

[alexei@threebears ~]$ resolve www.ru
resolve: unable to resolve: www.ru: Host name lookup failure
[alexei@threebears ~]$ resolve pop.mail.ru
resolve: unable to resolve: pop.mail.ru: Host name lookup failure

Как так?

Вписал в resolve.conf адрес ДНСа, все работает.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] Обновился. Какая-то проблема с bind
  2009-01-12 22:21 [sisyphus] Обновился. Какая-то проблема с bind Alexei V. Mezin
@ 2009-01-12 22:29 ` Dmitry V. Levin
  2009-01-12 22:46   ` Alexei V. Mezin
  0 siblings, 1 reply; 9+ messages in thread
From: Dmitry V. Levin @ 2009-01-12 22:29 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

[-- Attachment #1: Type: text/plain, Size: 507 bytes --]

On Tue, Jan 13, 2009 at 01:21:32AM +0300, Alexei V. Mezin wrote:
> Запущен локальный bind, который 
> перенаправляет запросы на ДНС-сервер 
> провайдера, или еще дальше. Все работало. 
> Только что обновился. Вылезло странное:

Какие пакеты были обновлены?

[...]
> nslookup, host, dig -- работают
[...]
> resolve и программы (licq, thunderbird и т.п.) не могут 
> определить адреса:

Что выводит команда
$ sed '/^[[:space:]]*hosts[[:space:]:]\+/!d;s///' /etc/nsswitch.conf
?


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] Обновился. Какая-то проблема с bind
  2009-01-12 22:29 ` Dmitry V. Levin
@ 2009-01-12 22:46   ` Alexei V. Mezin
  2009-01-12 23:11     ` Dmitry V. Levin
  0 siblings, 1 reply; 9+ messages in thread
From: Alexei V. Mezin @ 2009-01-12 22:46 UTC (permalink / raw)
  To: sisyphus

Dmitry V. Levin пишет:
> Какие пакеты были обновлены?
Э-э-э... множество, включая glibc-core. Прошлый раз обновлялся где-то за 
неделю до НГ. Я целенаправленно логи не сохранял. apt-get dist-upgrade 
самостоятельно лог не ведет?


> Что выводит команда
> $ sed '/^[[:space:]]*hosts[[:space:]:]\+/!d;s///' /etc/nsswitch.conf

[alexei@threebears ~]$ sed '/^[[:space:]]*hosts[[:space:]:]\+/!d;s///' 
/etc/nsswitch.conf
files nisplus nis dns



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] Обновился. Какая-то проблема с bind
  2009-01-12 22:46   ` Alexei V. Mezin
@ 2009-01-12 23:11     ` Dmitry V. Levin
  2009-01-12 23:59       ` Alexei V. Mezin
  0 siblings, 1 reply; 9+ messages in thread
From: Dmitry V. Levin @ 2009-01-12 23:11 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

[-- Attachment #1: Type: text/plain, Size: 826 bytes --]

On Tue, Jan 13, 2009 at 01:46:02AM +0300, Alexei V. Mezin wrote:
> Dmitry V. Levin пишет:
> >Какие пакеты были обновлены?
> Э-э-э... множество, включая glibc-core. Прошлый 
> раз обновлялся где-то за неделю до НГ. Я 
> целенаправленно логи не сохранял. apt-get 
> dist-upgrade самостоятельно лог не ведет?

/var/log/user/info*

в данном случае интересует
egrep 'glibc-core|bind-utils' /var/log/user/info
bzegrep 'glibc-core|bind-utils' /var/log/user/info.*.bz2

> >Что выводит команда
> >$ sed '/^[[:space:]]*hosts[[:space:]:]\+/!d;s///' /etc/nsswitch.conf
> 
> [alexei@threebears ~]$ sed '/^[[:space:]]*hosts[[:space:]:]\+/!d;s///' /etc/nsswitch.conf
> files nisplus nis dns

При каком состоянии файла /etc/resolv.conf работает "host altlinux.org",
но не работает "hostinfo altlinux.org"?


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] Обновился. Какая-то проблема с bind
  2009-01-12 23:11     ` Dmitry V. Levin
@ 2009-01-12 23:59       ` Alexei V. Mezin
  2009-01-13  0:14         ` Alexey Borovskoy
  2009-01-13  0:25         ` [sisyphus] /etc/resolv.conf syntax Dmitry V. Levin
  0 siblings, 2 replies; 9+ messages in thread
From: Alexei V. Mezin @ 2009-01-12 23:59 UTC (permalink / raw)
  To: sisyphus

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 ~]#




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] Обновился. Какая-то проблема с bind
  2009-01-12 23:59       ` Alexei V. Mezin
@ 2009-01-13  0:14         ` Alexey Borovskoy
  2009-01-13  0:25         ` [sisyphus] /etc/resolv.conf syntax Dmitry V. Levin
  1 sibling, 0 replies; 9+ messages in thread
From: Alexey Borovskoy @ 2009-01-13  0:14 UTC (permalink / raw)
  To: alexei-mezin, ALT Linux Sisyphus discussions

13 января 2009 г. 11:59 пользователь Alexei V. Mezin <alexei-mezin@> написал:
> Dmitry V. Levin пишет:
> 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 ~]#

А с чего бы оно работало?

echo "nameserver 127.0.0.1" > /etc/resolv.conf
update_chrooted resolv

будет работать.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] /etc/resolv.conf syntax
  2009-01-12 23:59       ` Alexei V. Mezin
  2009-01-13  0:14         ` Alexey Borovskoy
@ 2009-01-13  0:25         ` Dmitry V. Levin
  2009-01-13  0:30           ` Alexei V. Mezin
  1 sibling, 1 reply; 9+ messages in thread
From: Dmitry V. Levin @ 2009-01-13  0:25 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

[-- Attachment #1: Type: text/plain, Size: 354 bytes --]

On Tue, Jan 13, 2009 at 02:59:40AM +0300, Alexei V. Mezin wrote:
[...]
> [root@threebears ~]# echo "nameserver localhost" > /etc/resolv.conf

Достаточно.  Прочитайте, пожалуйста, документацию по /etc/resolv.conf

Например,
http://google.com/search?q=resolv.conf%20manual
или
http://google.com/search?q=resolv.conf%20documentation


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] /etc/resolv.conf syntax
  2009-01-13  0:25         ` [sisyphus] /etc/resolv.conf syntax Dmitry V. Levin
@ 2009-01-13  0:30           ` Alexei V. Mezin
  2009-01-15  9:22             ` Sergey
  0 siblings, 1 reply; 9+ messages in thread
From: Alexei V. Mezin @ 2009-01-13  0:30 UTC (permalink / raw)
  To: sisyphus

Dmitry V. Levin пишет:
> On Tue, Jan 13, 2009 at 02:59:40AM +0300, Alexei V. Mezin wrote:
> [...]
>> [root@threebears ~]# echo "nameserver localhost" > /etc/resolv.conf
> 
> Достаточно.  Прочитайте, пожалуйста, документацию по /etc/resolv.conf

Хм... да, спасибо, почитал.

Остался, правда, вопрос: почему раньше работало?



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] /etc/resolv.conf syntax
  2009-01-13  0:30           ` Alexei V. Mezin
@ 2009-01-15  9:22             ` Sergey
  0 siblings, 0 replies; 9+ messages in thread
From: Sergey @ 2009-01-15  9:22 UTC (permalink / raw)
  To: alexei-mezin, ALT Linux Sisyphus discussions

On Tuesday 13 January 2009, Alexei V. Mezin wrote:

> Остался, правда, вопрос: почему раньше работало ?

Случайно...

-- 
С уважением, Сергей
a_s_y@sama.ru


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-01-15  9:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-12 22:21 [sisyphus] Обновился. Какая-то проблема с bind Alexei V. Mezin
2009-01-12 22:29 ` Dmitry V. Levin
2009-01-12 22:46   ` Alexei V. Mezin
2009-01-12 23:11     ` Dmitry V. Levin
2009-01-12 23:59       ` Alexei V. Mezin
2009-01-13  0:14         ` Alexey Borovskoy
2009-01-13  0:25         ` [sisyphus] /etc/resolv.conf syntax Dmitry V. Levin
2009-01-13  0:30           ` Alexei V. Mezin
2009-01-15  9:22             ` Sergey

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git