Changes between Version 4 and Version 5 of jazz/10-09-26


Ignore:
Timestamp:
Sep 26, 2010, 8:21:36 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/10-09-26

    v4 v5  
    22
    33 * DRBL 一開始如果選 SSI mode 然後用 dcs 選 Full mode 必須重跑 drblpush -i
     4
     5 * DRBL 蒐集 MAC 時收到 IP 的解法
     6{{{
     7#!diff
     8--- drbl-collect-mac.org        2010-09-26 20:14:37.000000000 +0800
     9+++ drbl-collect-mac    2010-09-26 17:41:24.000000000 +0800
     10@@ -150,7 +150,7 @@
     11 ## main
     12 for eth in $request_eth_port; do
     13     #/usr/sbin/tcpdump -qte -i $eth > $drblmac/setup-drbl-auto.$eth 2> /dev/null &
     14-    /usr/sbin/tcpdump -tel -i $eth broadcast and port bootpc > $drblmac/setup-drbl-auto.$eth 2> /dev/null &
     15+    /usr/sbin/tcpdump -teln -i $eth broadcast and port bootpc > $drblmac/setup-drbl-auto.$eth 2> /dev/null &
     16 done
     17}}}
    418
    519 * [備忘] hadoop 課程準備