戻る

前へ| 次へ

設定ファイルの 変更  その2

移動して 

# cd /mnt/etc/rc.d/
# pwd
/mnt/etc/rc.d

/etc/rc.d/rc.S

同じなら 確認のみ

# diff -s rc.S /HOZONNSAKI/rc.S
Files rc.S and /HOZONNSAKI/rc.S are identical

ちなみに これは インストール された 物から 変更をしています。

/sbin/hwclock --hctosys --utc
                           |
                           |  /* ntpd が動いているので ミクロソフト対策 もう不要か? */
                           v
/sbin/hwclock --hctosys --localtime

/etc/rc.d/rc.6

同じなら 確認のみ

# diff -s rc.6 /HOZONNSAKI/rc.6
Files rc.6 and /HOZONNSAKI/rc.6 are identical

ちなみに これも インストール された 物から 変更をしています。まずは同じく 古い ミクロソフト 対策

/sbin/hwclock --hctosys --utc
                           |
                           |  /* ntpd が動いているので ミクロソフト対策 もう不要か? */
                           v
/sbin/hwclock --hctosys --localtime

と udev さんが 親切に対応なされているのを お断りするために

mv /etc/udev/rules.d/70-persistent-net.rules /var/log
mv /var/log/70-persistent-net.rules /var/log/`date +%Y%m%d%H%M%S`_70-persistent-net.rules

と いふ 項目を 追加してあります。 今回の移動では 問題は 発生しませんが まあ 削除 という 考え方も あるのですが 何らかの 痕跡を 残すため こうしています。 副作用 あり

# ls /mnt/var/log/ | grep 70
20141123214228_70-persistent-net.rules
...
20141203233357_70-persistent-net.rules
# ls /mnt/var/log/ | grep 70 | wc -l
26

まあ こまめに 削除 しませう。不都合であれば 上記の2行の 前に (行の 先頭 )”#” を追加すれば 良いだけです、どちらが 安全か 個猫は 今のところ 判断 保留ですが 最初からの状態が よければ  ”#” を追加すれば 事足ります。

勿論 ミクロソフト 対策も 漢なら 不要でしょう

/etc/rc.d/rc.inet1.tradnet

保存先より コピーします。

# mv rc.inet1.tradnet 20141115_b-sda7-rc.inet1.tradnet 
# cp /HOZONNSAKI/rc.inet1.tradnet .
#  tail -54 /mnt/etc/rc.d/rc.inet1.tradnet | head -13

  # IF YOU HAVE AN ETHERNET CONNECTION, use these lines below to configure the 
  # eth0 interface. If you're only using loopback or SLIP, don't include the
  # rest of the lines in this file.

  # Edit for your setup.
  IPADDR="192.168.0.51"         # REPLACE with YOUR IP address!
  NETMASK="255.255.255.0"               # REPLACE with YOUR netmask!
  NETWORK=""            # REPLACE with YOUR network address!
  BROADCAST=""  # REPLACE with YOUR broadcast address, if you
                                # have one. If not, leave blank and edit below.
  GATEWAY="192.168.0.1"         # REPLACE with YOUR gateway address!

大まかな 事は おはりました まだ 余分なデータも 残っていると 思われますが 最後に

70-persistent-net.rules と いう ファイルの 存在を確認して つまり 存在していないこと を確認 

# ls /mnt/etc/udev/rules.d/    /*  コピーした 物には 存在しない */
56-hpmud.rules  70-persistent-cd.rules  99-fuse.rules  99-gpusb.rules
# ls /etc/udev/rules.d/ /*  運用中 のものには 存在している  */
56-hpmud.rules          70-persistent-net.rules  99-gpusb.rules
70-persistent-cd.rules  99-fuse.rules

よければ /dev/sdb5 の Plamo linux 5.2 を 立ち上げましょう。

# cd
# umount /mnt/
# shutdown -h now

にゃんたろう 拝!

2014年 12月 4日 木曜日 21:06:31 JST 作成


前へ| 次へ

戻る

Copyright © 2006.-2014.-- nyantarou All Rights Reserved.