註冊
登錄
論壇
搜索
幫助
導航
默認風格
默認風格_熄燈
默認風格_農曆新年
私人消息 (0)
公共消息 (0)
系統消息 (0)
好友消息 (0)
帖子消息 (0)
電訊茶室
»
VoIP 研究室
»
Asterisk
» QNAP append more hostname to /etc/hosts
返回列表
發帖
角色
發短消息
加為好友
角色
當前離線
UID
6
帖子
13756
精華
5
積分
131
閱讀權限
20
在線時間
4484 小時
註冊時間
2010-4-24
最後登錄
2024-11-18
註冊會員
1
#
跳轉到
»
倒序看帖
打印
字體大小:
t
T
發表於 2012-10-13 02:02
|
只看該作者
QNAP append more hostname to /etc/hosts
I found a very useful reference for updating the /etc/hosts after reboot. With the following reference, the /etc/hosts was overwritten by another process after reboot.
http://forum.qnap.com/viewtopic.php?t=11653
收藏
分享
角色
發短消息
加為好友
角色
當前離線
UID
6
帖子
13756
精華
5
積分
131
閱讀權限
20
在線時間
4484 小時
註冊時間
2010-4-24
最後登錄
2024-11-18
註冊會員
2
#
發表於 2012-10-13 02:24
|
只看該作者
本帖最後由 角色 於 2012-10-13 07:24 編輯
With the following script, I could automatic reboot /opt/sbin/asterisk and append hostnames to /etc/hosts after reboot.
#!/bin/sh
{
###
# Section 1: Changes that can be made immediately.
###
/opt/sbin/asterisk
###
# Section 2: Wait for it...
###
date; echo "Waiting for boot process to complete."
while [ ! -f /tmp/.boot_done ]; do
sleep 1
done
date; echo "Boot process completed, making custom changes."
###
# Section 3: Changes after the boot processes have finished.
###
cat >>/etc/hosts <<EOD
203.80.89.135 s2hkbntel.net s21.hkbntel.net
EOD
# crontab /xyz/home/userx/crontab -u userx
# date; echo "autorun_subproc ended."
} >/tmp/autorun_subproc.out 2>/tmp/autorun_subproc.err &
複製代碼
TOP
返回列表
VoIP研究室(VoIP Lab)
VoIP 研究室
Asterisk
Elastix
FreeSWITCH
OBi
Linksys ATA
Other ATA
Hard/Soft Phone
VOIP Provider/Service
VOIP News
Others
網絡/寬頻及固網討論
VPN 研究室
網絡及寬頻討論
路由器討論 (Router)
MikroTik / RouterOS
DD-WRT
OpenWRT
Gargoyle
pfSense
ClearOS
Others
固網電話討論
流動通訊應用
視像通訊
流動寬頻/流動數據
網絡商討論
手機網絡商
Wi-Fi
手機討論
iPhone/iPad
Android系統
Symbian系統
手機討論
吹水閒聊
吹水茶座
合法集會
Project 0
新手報到
新手報到區
茶室董事廳
公告欄
意見收集站
[收藏此主題]
[關注此主題的新回復]
[通過 QQ、MSN 分享給朋友]