Nowe posty

Autor Wątek: Problem z BINDem.  (Przeczytany 365 razy)

matulik

  • Gość
Problem z BINDem.
« dnia: 2005-10-02, 11:52:22 »
podczas isntalacji wine wyswietla mi sie cosik takiego:

WineCVS.sh - Progress(u) : Green is current

   0 = Uninstall
   1 = Cleanup
   2 = CVS checkout <--to jest zielone
   3 = Configure
   4 = Make depend
   5 = Make
   6 = Make install
   7 = Finish up

-------------------------------------------

Checking out CVS ... May take a while




--------- Error log - file /home/matulik/.WineCVS/sources/winex330/ErrorLog : ---------
/home/matulik/.WineCVS/Functions/RunWineCVS: line 736: cvs: command not found


Error in CVS checkout

Try fixing the error based on the output above, and
run the script again, without paramaters (Eg: WineCVS.sh)


matulik@matsuse:~/rozne>

kfiaciarka

  • Gość
Problem z BINDem.
« Odpowiedź #1 dnia: 2006-02-04, 23:23:49 »
2005-10-02 11:52:22 matulik napisał:

> podczas isntalacji wine wyswietla mi sie cosik takiego:
 >
 > WineCVS.sh - Progress(u) : Green is current
 >
 >    0 = Uninstall
 >    1 = Cleanup
 >    2 = CVS checkout <--to jest zielone
 >    3 = Configure
 >    4 = Make depend
 >    5 = Make
 >    6 = Make install
 >    7 = Finish up
 >
 > -------------------------------------------
 >
 > Checking out CVS ... May take a while
 >
 >
 >
 >
 > --------- Error log - file /home/matulik/.WineCVS/sources/winex330/ErrorLog : ---------
 > /home/matulik/.WineCVS/Functions/RunWineCVS: line 736: cvs: command not found
 >
 >
 > Error in CVS checkout
 >
 > Try fixing the error based on the output above, and
 > run the script again, without paramaters (Eg: WineCVS.sh)
 >
 >
 > matulik@matsuse:~/rozne>
Przecież nie masz cvs\\'a :)
polecam zapoznac się z : http://www.linux-gamers.net/modules/wfsection/article.php?articleid=45

mikoru

  • Gość
Problem z BINDem.
« Odpowiedź #2 dnia: 2005-10-02, 11:23:51 »
Witam.

Mam zainstalowanego Debiana 3.1 i wszystko fajnie smiga, ale z racji ze mam mala siec w domu to chcialem troche bardziej poznac co ten systemik potrafi:)
Na poczatku ustawilem serwer DHCP i wszystko super smiga, ale juz z kolejnym serwerkiem - DNS (BIND9) juz nie jest tak kolorowo:(
Zainstalowalem BINDa i skonfigurowalem jako serwer cachujac, ale niestety cos mi to nie dziala:( Jak ustawie na innym kompie jako serwer DNS tego kompa z BINDem to stronki nie otwieraja sie:( W samym Debianie po poleceniu np. dig www.onet.pl wypisuje mi ze: query time 1 msec i serwer 127.0.0.1, nawet jak wpisze jakis bzdurny adres to odpowiedz jest zawsze taka sama (jak ustawie serwer DNS jako serwery TPSA to dig wypisuje wszystko ok i ladnie wszystko dziala). Jak ktos wie co mam nie tak to prosze o pomoc.

Oto moja konfiguracja:
w /etc/bind/named.conf
options {
   directory "/var/cache/bind";
   allow-query {any;};
};
zone "." {
   file "/etc/bind/db.root";
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";
};


w /etc/resolv.conf
search Lan
nameserver 127.0.0.1
nameserver 194.204.152.34
nameserver 194.204.159.1

IP kompa z BINDem 192.168.0.13

Pozdro.
Mikoru