亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
樓主: minok
打印 上一主題 下一主題

菜鳥100問 [復(fù)制鏈接]

論壇徽章:
0
11 [報告]
發(fā)表于 2006-11-09 14:26 |只看該作者

論壇徽章:
0
12 [報告]
發(fā)表于 2006-11-09 16:36 |只看該作者
# cd /usr/ports/chinese/kcfonts
# make install clean
===>  Vulnerability check disabled, database not found
=> kcfonts-1.05.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from ftp://freebsd.sinica.edu.tw/pub/distfiles/.
fetch: ftp://freebsd.sinica.edu.tw/pub/distfiles/kcfonts-1.05.tar.gz: NO address record
=> Attempting to fetch from ftp://wm28.csie.ncu.tw/pub/distfiles/.
fetch: ftp://wm28.csie.ncu.tw/pub/distfiles/kcfonts-1.05.tar.gz: NO address record
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBS ... cfonts-1.05.tar.gz: NO address record
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/chinese/kcfonts.

論壇徽章:
0
13 [報告]
發(fā)表于 2006-11-09 16:44 |只看該作者
# cd /usr/ports/chinese/arphicttf
# make install clean

You may use the following options:
        WINH_GS                - if you want Ghostscript support
        WINHOUT_X11        - if you DOW'T want X Window support
===>  Vulnerability check disabled, database not found
=> arphicttf-2.11.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from ftp://freebsd.sinica.edu.tw/keith/.
fetch: ftp://freebsd.sinica.edu.tw/keith/kcfonts-1.05.tar.gz: NO address record
=> Attempting to fetch from ftp://wm28.csie.ncu.tw/pub/distfiles/.
fetch: ftp://wm28.csie.ncu.tw/pub/distfiles/zh-arphicttf-2.11.tar.gz: NO address record
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBS ... hicttf-2.11.tar.gz: NO address record
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/chinese/arphicttf.

安裝X11,和其它也如此,什么原因?

論壇徽章:
0
14 [報告]
發(fā)表于 2006-11-09 16:45 |只看該作者
是否裝漏什么文件, 我是最小安裝系統(tǒng)的...

有關(guān)系嗎?

[ 本帖最后由 minok 于 2006-11-9 18:00 編輯 ]

論壇徽章:
0
15 [報告]
發(fā)表于 2006-11-09 16:53 |只看該作者
cat /etc/resolv.conf

或者 /etc/resolv.conf 存在嗎?

要不就是你那里的 ISP 把域名給禁用了,寫個 hosts 文件吧。

freebsdchina 有個鏡像,你再試試看,如果 ISP 禁用了大陸以外的地址

論壇徽章:
0
16 [報告]
發(fā)表于 2006-11-09 17:30 |只看該作者
臺灣域名給禁用了,官網(wǎng)的能接通
ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/

# cat /etc/resolv.conf
cat: /etc/resolv.conf: No such file or directory

怎么辦?

論壇徽章:
0
17 [報告]
發(fā)表于 2006-11-10 19:12 |只看該作者
/etc/resolv.conf
search example.com
nameserver ISP地址

是這樣寫嗎?可為什么會有以下問題:

# fetch http://www.baidu.com/img/logo.gif
fetch: http://www.baidu.com/img/logo.gif: No address record

# fetch http://220.181.27.48/img/logo.gif
logo.gif                        100% of 1576 B 3076 kBps

[ 本帖最后由 minok 于 2006-11-10 19:14 編輯 ]

論壇徽章:
0
18 [報告]
發(fā)表于 2006-11-10 19:30 |只看該作者
nameserver 61.129.66.75

試試看,只用上面一行

論壇徽章:
0
19 [報告]
發(fā)表于 2006-11-10 19:48 |只看該作者
/etc/resolv.conf
nameserver      ISP的DNS服務(wù)器的IP

# ifconfig
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        options=8<VLAN_MTU>
        inet6 fe80::2e0:4cff:fe20:c57%rl0 prefixlen 64 scopeid 0x1
        ether 00:e0:4c:20:0c:57
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
        inet 127.0.0.1 netmask 0xff000000
tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1492
        inet 218.72.106.94 --> 61.174.64.21 netmask 0xffffffff
        Opened by PID 191

inet后的數(shù)字部分就是:ISP分的IP地址 -> ISP的DNS服務(wù)器的IP.

還是不行,域名不被識別

[ 本帖最后由 minok 于 2006-11-10 19:50 編輯 ]

論壇徽章:
0
20 [報告]
發(fā)表于 2006-11-11 18:41 |只看該作者
原帖由 minok 于 2006-11-10 19:12 發(fā)表
/etc/resolv.conf
search example.com
nameserver ISP地址

是這樣寫嗎?可為什么會有以下問題:

# fetch http://www.baidu.com/img/logo.gif
fetch: http://www.baidu.com/img/logo.gif: No address recor ...



這方法不對,應(yīng)改為:
/etc/resolv.conf
nameserver   ISP的DNS服務(wù)器

你可以試試下面兩種方法:
1.【開始】->【運行】->輸入 cmd ->接著輸入 ipconfig
把IP Adress后面的地址記下來,然后輸入
nslookup+空格+上面記的IP地址
出現(xiàn)的
Server:……
Adress:……
Server是服務(wù)器域名
Adress是DNS服務(wù)器IP地址
2.開始--運行---CMD--ipconfig /all

[ 本帖最后由 sysinstall 于 2006-11-17 03:53 編輯 ]
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP