Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Proszę o pomoc próbuje zainstalować serwer DNS na serwerze z Debianem i mam taki błąd:
(root@Y138)-(~) $ apt-get install bind9
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności
Odczyt informacji o stanie... Gotowe
Zostaną zainstalowane następujące dodatkowe pakiety:
bind9utils
Sugerowane pakiety:
dnsutils bind9-doc resolvconf ufw
Zostaną zainstalowane następujące NOWE pakiety:
bind9 bind9utils
0 aktualizowanych, 2 nowo instalowanych, 0 usuwanych i 0 nieaktualizowanych.
Konieczne pobranie 0B/335kB archiwów.
Po tej operacji zostanie dodatkowo użyte 1028kB miejsca na dysku.
Kontynuować [T/n]? t
Prekonfiguracja pakietów ...
Zaznaczenie poprzednio niezaznaczonego pakietu bind9utils.
(Odczytywanie bazy danych ... 51646 plików i katalogów obecnie zainstalowanych.)
Rozpakowanie bind9utils (z .../bind9utils_1%3a9.5.1.dfsg.P3-1_i386.deb) ...
Zaznaczenie poprzednio niezaznaczonego pakietu bind9.
Rozpakowanie bind9 (z .../bind9_1%3a9.5.1.dfsg.P3-1_i386.deb) ...
Przetwarzanie wyzwalaczy dla man-db...
Konfigurowanie bind9utils (1:9.5.1.dfsg.P3-1) ...
Konfigurowanie bind9 (1:9.5.1.dfsg.P3-1) ...
invoke-rc.d: unknown initscript, /etc/init.d/bind9 not found.
dpkg: błąd przetwarzania bind9 (--configure):
podproces post-installation script zwrócił kod błędu 100
Wystąpiły błędy podczas przetwarzania:
bind9
E: Sub-process /usr/bin/dpkg returned an error code (1)
Wiele sposobów próbowałem i nic Proszę o jakąś pomoc. Nadmienie że panel do www 'Poweradmin' zainstalował mi się ok
Offline
ok juz znalazłem problem
zrobiłem tak: apt-get install file-rc policyrcd-script-zg2
i ok zainstalował sie
ale mam nastepny problem
(root@Y138)-(~) $ /etc/init.d/bind9 reload
Reloading domain name service...: bind9rndc: connection to remote host closed
This may indicate that
* the remote server is using an older version of the command protocol,
* this host is not authorized to connect,
* the clocks are not syncronized, or
* the key is invalid.
failed!
mam debiana 5
(root@Y138)-(~) $ dpkg -l | grep bind
ii bind9 1:9.5.1.dfsg.P3-1 Internet Domain Name Server
ii bind9-host 1:9.5.1.dfsg.P3-1 Version of 'host' bundled with BIND 9.X
ii bind9utils 1:9.5.1.dfsg.P3-1 Utilities for BIND
ii bindgraph 0.2a-4 DNS statistics RRDtool frontend for BIND9
rc gadmin-bind 0.2.3-5 GTK+ configuration tool for bind9
rc gforge-dns-bind9 4.7~rc2-7lenny1 collaborative development tool - DNS managem
rc libbind9-0 1:9.3.4-2etch5 BIND9 Shared Library used by BIND
ii libbind9-40 1:9.5.1.dfsg.P3-1 BIND9 Shared Library used by BIND
ii libmysql++-dev 3.0.0-1 MySQL C++ library bindings (development)
ii libmysql++3 3.0.0-1 MySQL C++ library bindings (runtime)
ii libnet-libidn-perl 0.07-1+b1 Perl bindings for GNU Libidn
ii libsdl-perl 1.20.3dfsg-3+b1 SDL bindings for the Perl language
Ostatnio edytowany przez Stanley (2009-10-11 21:39:25)
Offline
(root@Y138)-(~) $ /etc/init.d/bind9 restart
Stopping domain name service...: bind9rndc: connection to remote host closed
This may indicate that
* the remote server is using an older version of the command protocol,
* this host is not authorized to connect,
* the clocks are not syncronized, or
* the key is invalid.
.
Starting domain name service...: bind9 failed!
Co tym razem nie tak mam prosze o ponoc
Offline
Możesz udostępnić plik konfiguracyjny. I używaj tagów... ładniej formatują teks (i potem się go czyta lepiej) :))
Ostatnio edytowany przez thalcave (2009-10-12 17:30:37)
Offline
// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the
// structure of BIND configuration files in Debian, *BEFORE* you customize
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local
include "/etc/bind/named.conf.options";
// prime the server with knowledge of the root servers
zone "." {
type hint;
file "/etc/bind/db.root";
};
// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912
zone "localhost" {
type master;
file "/etc/bind/db.local";
};
zone "127.in-addr.arpa" {
type master;
file "/etc/bind/db.127";
};
zone "0.in-addr.arpa" {
type master;
file "/etc/bind/db.0";
};
zone "255.in-addr.arpa" {
type master;
file "/etc/bind/db.255";
};
zone "hostpl.com" IN {
type master;
file "/var/cache/bind/hostpl.com";
allow-update { none; };
allow-transfer { none; };
notify yes;
};
include "/etc/bind/named.conf.local";
Ostatnio edytowany przez Stanley (2009-10-12 17:57:54)
Offline
Tak mam date ok systemu ustawiona
Offline
Ok udało mi sie jakoś odpalic binda ale w logach zapisuje mi non stop takie cos:
Oct 13 16:21:18 Y138 pdns[4142]: Guardian is launching an instance
Oct 13 16:21:18 Y138 pdns[4142]: This is module gmysqlbackend.so reporting
Oct 13 16:21:18 Y138 pdns[4142]: This is a guarded instance of pdns
Oct 13 16:21:18 Y138 pdns[4142]: It is advised to bind to explicit addresses with the --local-address option
Oct 13 16:21:18 Y138 pdns[4142]: binding UDP socket to '0.0.0.0': Address already in use
Oct 13 16:21:18 Y138 pdns[4142]: Fatal error: Unable to bind to UDP socket
Oct 13 16:21:19 Y138 pdns[4120]: Our pdns instance exited with code 1
Oct 13 16:21:19 Y138 pdns[4120]: Respawning
O co tu chodzi proszę o pomoc
Ostatnio edytowany przez Stanley (2009-10-13 16:30:52)
Offline
po wyłaczeniu pdns nie mam tych logów ale jak resetuje ninda mam takie info
Oct 13 17:31:39 Y138 named[27633]: invalid command from 127.0.0.1#52396: bad auth
i za kij nie wiem o co biega:(
Offline