BlogBlog ÜbersichtjailscriptportsoptFreeBSDLinksThermoskanneKontakt

Zeit beim Systemstart synchronisieren

Möchte man die Uhrzeit beim Systemstart mit Hilfe von ntpdate synchronisieren, so kann dies durch das Setzen von ntpdate_enable in der /etc/rc.conf gemacht werden. Mit der Variable ntpdate_hosts können die NTP-Server angegeben werden, welche zur Synchronisation verwendet werden sollen:

ntpdate_enable="YES"
ntpdate_hosts="0.freebsd.pool.ntp.org"
Related Entries:
FreeBSD-Portbaum auf Fehler überprüfen
FreeBSD-Dokumentation auf bekannte Fehler prüfen
Abhängigkeiten eines Portes als Baum anzeigen
Tinderbox aufräumen
Wartezeit von tinderd ändern
Comments (0)  Permalink

Verfügbarkeit des Portquellcodes überprüfen

Mit Hilfe von distilator kann die Verfügbarkeit des Quellcodes eines Ports überprüft werden. Im FreeBSD -Portbaum findet man den distilator unter ports-mgmt/distilator:

# cd /usr/ports/ports-mgmt/distilator && make install clean

Nun kann ein Port mit Hilfe des distilators überprüft werden und der HTTP-Statuscode von jedem Mirror-Server sowie der in der pkg-descr eingetragenen Webseite wird angezeigt:

# distilator /usr/ports/www/firefox
200 [DISTFILE]  http://ring.nict.go.jp/archives/net/www/mozilla/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [DISTFILE]  http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [DISTFILE]  http://mirror.internode.on.net/pub/mozilla/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [WWW]       http://www.mozilla.com/firefox
404 [DISTFILE]  http://ftp.isu.edu.tw/pub/Mozilla/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [DISTFILE]  ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.mozilla.org/pub/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [DISTFILE]  http://jp-nii02.mozilla.org/pub/mozilla.org/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [DISTFILE]  ftp://ftp.kaist.ac.kr/pub/mozilla/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [DISTFILE]  http://mozilla.c3sl.ufpr.br/releases/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [DISTFILE]  ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [DISTFILE]  http://mirror3.mirrors.tds.net/pub/mozilla.org/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [DISTFILE]  http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [DISTFILE]  http://jp-nii01.mozilla.org/pub/mozilla.org/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [DISTFILE]  http://kyoto-mz-dl.sinet.ad.jp/pub/mozilla.org/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [DISTFILE]  http://ftp.acc.umu.se/pub/mozilla.org/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [DISTFILE]  http://ftp.twaren.net/Unix/Mozilla/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [DISTFILE]  http://mozilla.mtk.nao.ac.jp/pub/mozilla.org/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [DISTFILE]  http://www.gtlib.cc.gatech.edu/pub/mozilla.org/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [DISTFILE]  http://ftp.ntu.edu.tw/pub/mozilla/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [DISTFILE]  ftp://ftp.fh-wolfenbuettel.de/pub/www/mozilla/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
500 [DISTFILE]  ftp://mozilla.mirror.pacific.net.au/mozilla/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [DISTFILE]  http://ring.riken.jp/archives/net/www/mozilla/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
200 [DISTFILE]  http://mozilla.isc.org/pub/mozilla.org/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2
Related Entries:
FreeBSD-Portbaum auf Fehler überprüfen
FreeBSD-Dokumentation auf bekannte Fehler prüfen
Abhängigkeiten eines Portes als Baum anzeigen
Tinderbox aufräumen
Wartezeit von tinderd ändern
Comments (0)  Permalink
1-2/2