|
发表于 2006-3-2 22:22:43
|
显示全部楼层
Post by dyte200
nmap -sS -O -p- -PI -PT 127.0.0.1
显示什么?
$ sudo nmap -sS -O -p- -PI -PT 127.0.0.1
Starting Nmap 4.00 ( http://www.insecure.org/nmap/ ) at 2006-03-02 22:07 CST
Warning: OS detection will be MUCH less reliable because we did not find at least 1 open and 1 closed TCP port
All 65535 scanned ports on localhost.localdomain (127.0.0.1) are: closed
Too many fingerprints match this host to give specific OS details
Nmap finished: 1 IP address (1 host up) scanned in 13.165 seconds
===========================================
是不是说端口没打开?为此我关了firestater,不过还是老样子:
$ mplayer http://127.0.0.1:9000
MPlayer 1.0pre7try2-3.3.6 (C) 2000-2005 MPlayer Team
CPU: Intel Pentium 4/Xeon/Celeron Foster (Family: 8, Stepping: 9)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
Linux RTC init error in ioctl (rtc_irqp_set 1024): Permission denied
Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system startup scripts.
Playing http://127.0.0.1:9000.
Resolving 127.0.0.1 for AF_INET6...
Couldn't resolve name for AF_INET6: 127.0.0.1
Connecting to server 127.0.0.1[127.0.0.1]:9000 ...
Cache size set to 320 KBytes
Connected to server: 127.0.0.1
Cache fill: 0.00% (0 bytes) Win32 LoadLibrary failed to load: avisynth.dll, /usr/local/lib/codecs/avisynth.dll, /usr/lib/win32/avisynth.dll, /usr/local/lib/win32/avisynth.dll
Exiting... (End of file)
弹不出播放器。是不少了后面的.dll文件啊?不过我在网上看到有人也遇到相同情况,加了那个.dll文件也不行。我在网上找了下,没找到,所以也不知道是不是这个原因. |
|