« FreeBSD 7.1 on VMware Player: その2 | Main | VMware Server »

January 29, 2009

Tiny330へのインストール その3

  • NTPの設定をする。
    • /etc/ntp/ntp.conf

      server ntp1.jst.mfeed.ad.jp
      server ntp2.jst.mfeed.ad.jp
      driftfile /etc/ntp/ntp.drift


      driftfileを作りntpdを起動。

      # touch /etc/ntp/ntp.drift
      # ntpd -c /etc/ntp/ntp.conf -f /etc/ntp/ntp.drift


    • 動作しているかを確認。

      # ntpq -p

    • うまくいっている様なら/etc/rc.confに記述を追加。

      ntpd_enable="YES"
      ntpd_flags="-c /etc/ntp/ntp.conf -f /etc/ntp/ntp.drift"
      ntpd_config="/etc/ntp/ntp.conf"
      ntpd_sync_on_start="NO"
      ntpd_flags="-p /var/run/ntpd.pid -f /var/db/ntpd.drift"

  • ビギナーズバイブルを参考にSambaのインストール。
    • japanese/samba3をインストールする。
    • libiconvでeuc-JP-msを有効にするために、/usr/local/etc/pkgtools.confにportupgradeのオプションを追加。
      MAKE_ARGS = { 'converters/libiconv' => 'WITH_EXTRA_PATCHES=yes', }
    • swatは後でいいや。
  • Xは適当に。日本語変換はskimとanthyを使う。

|

« FreeBSD 7.1 on VMware Player: その2 | Main | VMware Server »

Comments

Post a comment



(Not displayed with comment.)




TrackBack

TrackBack URL for this entry:
http://app.cocolog-nifty.com/t/trackback/92435/43896669

Listed below are links to weblogs that reference Tiny330へのインストール その3:

« FreeBSD 7.1 on VMware Player: その2 | Main | VMware Server »