1. 研究:
    (1) 在 BAR 上 MRTG installation and configuration。
    (2) Add MRTG HOWTO。

2. 學習新的技術:
    (1)
解決 PackageKit yum lock
                  [root@localhost ~]# yum –y install perl
                  Loaded plugins: fastestmirror, refresh-packagekit, security
                  Existing lock /var/run/yum.pid: another copy is running as pid 2681.
                  Another app is currently holding the yum lock: waiting for it to exit…
                    The other application is: PackageKit
                        Memory: 37 M RSS (346 MB VSZ)
                        Started: Wed Nov 19 09:57:12 2014 – 03:25 ago
                        State: Sleeping, pid 2681
                  Another app is currently holding the yum lock: waiting for it to exit…
                    The other application is: PackageKit
                        Memory: 37 M RSS (346 MB VSZ)
                        Started: Wed Nov 19 09:57:12 2014 – 03:27 ago
                        State: Sleeping, pid 2681
                 
找出 PackageKit
                  [root@localhost ~]#ps aux|grep PackageKit
                 
kill -9 去刪除 process
                  [root@localhost ~]#kill -9 2681
                 
一般程序執行時候,lock file 會放在 /var/lock/subsys/目錄,但此處沒有 yum or python or PackageKit
                  [root@localhost ~]#ls /var/lock/subsys
                  What is PackageKit?
它是 GNOME X-Window 底下負責管理/安裝和移除套件的工具,套件名稱為 gnome-packagekitFedora 9 開始採用 PackageKit 系統協助 YUM 作為管理套件,而 gnome-packagekit 亦取替 Pirut 成為 Fedora 的預設套件管理工具。
          如果不想再碰到
PackageKit 產生 yum lock ,且你不會在 GNOME X-Window 底下用圖形介面(GUI)管理/安裝和移除套件,可以考慮把它移除。
         
[root@localhost ~]#yum –y remove gnome-packagekit


    (2) 在 Cisco router 上如何查詢 interface MAC address
        -show ip arp
        -使用 wireshark 軟體

3. 下週計畫:
    (1) 在 BAR 機器上,上載/下載檔案。
    (2) 使用 MRTG 軟體觀察每個 Interface 流量狀況。