由 nichunhai 在 02-21-2003 19:28 发表:
DNS高手,快指点啊! 我快没信心了
我的linux为RED HAT 7.2,我已经看了不知道多少资料了,我实在没信心了。
nslookup 老是不能成功。
我现在有两台机器,一个win200,一台linux。我把linux的DNS都配置好了,可就是不能起来,我把防火墙都关了,具体文件内容为: 请高手指点迷津,我先谢了。
named.conf:
// generated by named-bootconf.pl
options {
directory "/var/named";
/*
If there is a firewall between you and nameservers you want
to talk to, you might need to uncomment the query-source
directive below. Previous versions of BIND always asked
questions using port 53, but BIND 8.1 uses an unprivileged
port by default.
*/
// query-source address * port 53;
};
//
// a caching only nameserver config
//
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
zone "." IN {
type hint;
file "named.ca";
};
zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };
};
zone "vbrew.com" IN {
type master;
file "named.vbrew.com";
};
zone "23.168.192.in-addr.arpa" IN {
type master;
file "named.rev";
};
include "/etc/rndc.key";
named.vbrew.com:正向配置文件
nicklinux.vbrew.com 是我的主机名
$TTL 86400
@ IN SOA nicklinux.vbrew.com. root.vbrew.com.(
42
3H
15M
1W
1D)
IN NS nicklinux.vbrew.com.
IN MX 10 nicklinux
localhost IN A 127.0.0.1
vbrew.com IN A 192.168.23.1
nickliunx IN A 192.168.23.1
www IN CHAME nicklinux
ftp IN CHAME nicklinux
swx IN A 192.168.23.2
named.rev :反向配置文件
$TTL 604800
@ IN SOA nicklinux.vbrew.com. root.vbrew.com.(
42
3H
15M
1W
1D)
IN NS nicklinux.vbrew.com.
1 IN PTR nicklinux.vbrew.com.
2 IN PTR swx.vbrew.com.
named.local:系统自带
$TTL 86400
@ IN SOA nicklinux.vbrew.com. root.vbrew.com. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS nicklinux.vbrew.com.
1 IN PTR localhost.
resolv.conf:内空为
domain vbrew.com
search vbrew.com
nameserver 192.168.23.1
由 木材 在 02-21-2003 20:10 发表:
有什么提示信息?
你的linux dns IP是192.168.23.1吗,
也就是说nameserver 是192.168.32.1 所指的就是你的那台linux 下的dns 机子吗?
由 nichunhai 在 02-23-2003 17:12 发表:
是的
我是在我自己的机器上。
nslookup的错误提求为
server :192.168.23.1
address:192.168.23.1#53
*server not find
不管我打域名也好,IP地址也好,nslookup总出来这二行。
我的DNS其实就是自己的机器。还有一台win200客户机
由 charley 在 02-24-2003 02:01 发表:
把错误信息贴出来 /var/log/messages
options 缺少 allow-query, 我忘了默认的设置是否是允许。
CHAME 应该是 CNAME吧。
另外检查一下你的防火墙和 /etc/hosts.allow, /etc/hosts.deny
由 daxian 在 02-24-2003 09:53 发表:
以所提供的錯誤信息來看 你的DNS配置完成後 可能是沒有重新啟動DNS服務。
由 nichunhai 在 02-24-2003 10:09 发表:
我把messages也贴出来。
看到上面的大哥指出的一个错误,我现在已经改过来了(chame -> cname)
messges我贴出来了,请帮忙指点一下。我的主机名为: nicklinux.vbrew.com(原先是nicklinux) 在nslookup的时候还是不行,不过,www,ftp ,swx,都行了。反向打入IP地址,还是原来那两句错误。
Feb 24 09:08:34 nicklinux syslogd 1.4.1: restart.
Feb 24 09:08:34 nicklinux syslog: syslogd startup succeeded
Feb 24 09:08:34 nicklinux kernel: klogd 1.4.1, log source = /proc/kmsg started.
Feb 24 09:08:34 nicklinux kernel: Inspecting /boot/System.map-2.4.7-10
Feb 24 09:08:34 nicklinux syslog: klogd startup succeeded
Feb 24 09:08:34 nicklinux portmap: portmap startup succeeded
Feb 24 09:08:35 nicklinux kernel: Loaded 15046 symbols from /boot/System.map-2.4.7-10.
Feb 24 09:08:35 nicklinux kernel: Symbols match kernel version 2.4.7.
Feb 24 09:08:35 nicklinux kernel: Loaded 243 symbols from 11 modules.
Feb 24 09:08:35 nicklinux kernel: Linux version 2.4.7-10 ([email protected]) (gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)) #1 Thu Sep 6 17:27:27 EDT 2001
Feb 24 09:08:35 nicklinux kernel: BIOS-provided physical RAM map:
Feb 24 09:08:35 nicklinux kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Feb 24 09:08:35 nicklinux kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
Feb 24 09:08:35 nicklinux kernel: BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
Feb 24 09:08:35 nicklinux kernel: BIOS-e820: 0000000000100000 - 0000000007ff0000 (usable)
Feb 24 09:08:35 nicklinux kernel: BIOS-e820: 0000000007ff0000 - 0000000007ff3000 (ACPI NVS)
Feb 24 09:08:35 nicklinux kernel: BIOS-e820: 0000000007ff3000 - 0000000008000000 (ACPI data)
Feb 24 09:08:35 nicklinux kernel: BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
Feb 24 09:08:35 nicklinux kernel: Scanning bios EBDA for MXT signature
Feb 24 09:08:35 nicklinux kernel: On node 0 totalpages: 32752
Feb 24 09:08:35 nicklinux kernel: zone(0): 4096 pages.
Feb 24 09:08:35 nicklinux kernel: zone(1): 28656 pages.
Feb 24 09:08:35 nicklinux kernel: zone(2): 0 pages.
Feb 24 09:08:35 nicklinux kernel: Kernel command line: auto BOOT_IMAGE=linux ro root=303 BOOT_FILE=/boot/vmlinuz-2.4.7-10
Feb 24 09:08:35 nicklinux kernel: Initializing CPU#0
Feb 24 09:08:35 nicklinux kernel: Detected 1500.056 MHz processor.
Feb 24 09:08:35 nicklinux kernel: Console: colour VGA+ 80x25
Feb 24 09:08:35 nicklinux kernel: Calibrating delay loop... 2994.99 BogoMIPS
Feb 24 09:08:35 nicklinux kernel: Memory: 125204k/131008k available (1269k kernel code, 4520k reserved, 90k data, 220k init, 0k highmem)
Feb 24 09:08:35 nicklinux kernel: Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes)
Feb 24 09:08:35 nicklinux kernel: Inode-cache hash table entries: 8192 (order: 4, 65536 bytes)
Feb 24 09:08:35 nicklinux kernel: Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
Feb 24 09:08:35 nicklinux kernel: Buffer-cache hash table entries: 4096 (order: 2, 16384 bytes)
Feb 24 09:08:35 nicklinux kernel: Page-cache hash table entries: 32768 (order: 6, 262144 bytes)
Feb 24 09:08:35 nicklinux kernel: CPU: L1 I cache: 12K, L1 D cache: 8K
Feb 24 09:08:35 nicklinux kernel: CPU: L2 cache: 256K
Feb 24 09:08:35 nicklinux kernel: Intel machine check architecture supported.
Feb 24 09:08:35 nicklinux kernel: Intel machine check reporting enabled on CPU#0.
Feb 24 09:08:35 nicklinux nfslock: rpc.statd startup succeeded
Feb 24 09:08:35 nicklinux rpc.statd[665]: Version 0.3.1 Starting
Feb 24 09:08:35 nicklinux kernel: CPU: Intel(R) Pentium(R) 4 CPU 1500MHz stepping 0a
Feb 24 09:08:35 nicklinux kernel: Enabling fast FPU save and restore... done.
Feb 24 09:08:35 nicklinux kernel: Enabling unmasked SIMD FPU exception support... done.
Feb 24 09:08:35 nicklinux kernel: Checking 'hlt' instruction... OK.
Feb 24 09:08:35 nicklinux kernel: POSIX conformance testing by UNIFIX
Feb 24 09:08:35 nicklinux kernel: mtrr: v1.40 (20010327) Richard Gooch ([email protected])
Feb 24 09:08:35 nicklinux kernel: mtrr: detected mtrr type: Intel
Feb 24 09:08:35 nicklinux kernel: PCI: PCI BIOS revision 2.10 entry at 0xfaf40, last bus=2
Feb 24 09:08:35 nicklinux kernel: PCI: Using configuration type 1
Feb 24 09:08:35 nicklinux kernel: PCI: Probing PCI hardware
Feb 24 09:08:35 nicklinux kernel: Unknown bridge resource 0: assuming transparent
Feb 24 09:08:35 nicklinux kernel: Unknown bridge resource 2: assuming transparent
Feb 24 09:08:35 nicklinux kernel: PCI: Using IRQ router PIIX [8086/2440] at 00:1f.0
Feb 24 09:08:35 nicklinux kernel: isapnp: Scanning for PnP cards...
Feb 24 09:08:35 nicklinux kernel: isapnp: No Plug & Play device found
Feb 24 09:08:35 nicklinux kernel: Linux NET4.0 for Linux 2.4
Feb 24 09:08:35 nicklinux rpc.statd[665]: gethostbyname error for nicklinux.vbrew.com
Feb 24 09:08:35 nicklinux kernel: Based upon Swansea University Computer Society NET3.039
Feb 24 09:08:35 nicklinux keytable: Loading keymap: succeeded
Feb 24 09:08:35 nicklinux kernel: Initializing RT netlink socket
Feb 24 09:08:35 nicklinux kernel: apm: BIOS version 1.2 Flags 0x07 (Driver version 1.14)
Feb 24 09:08:35 nicklinux kernel: mxt_scan_bios: enter
Feb 24 09:08:35 nicklinux kernel: Starting kswapd v1.8
Feb 24 09:08:35 nicklinux kernel: VFS: Diskquotas version dquot_6.5.0 initialized
Feb 24 09:08:35 nicklinux kernel: pty: 2048 Unix98 ptys configured
Feb 24 09:08:35 nicklinux kernel: Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI ISAPNP enabled
Feb 24 09:08:35 nicklinux kernel: ttyS00 at 0x03f8 (irq = 4) is a 16550A
Feb 24 09:08:35 nicklinux kernel: ttyS01 at 0x02f8 (irq = 3) is a 16550A
Feb 24 09:08:35 nicklinux kernel: Real Time Clock Driver v1.10d
Feb 24 09:08:35 nicklinux kernel: block: queued sectors max/low 83101kB/27700kB, 256 slots per queue
Feb 24 09:08:35 nicklinux kernel: RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Feb 24 09:08:35 nicklinux kernel: Uniform Multi-Platform E-IDE driver Revision: 6.31
Feb 24 09:08:35 nicklinux kernel: ide: Assuming 33MHz PCI bus speed for PIO modes; override with idebus=xx
Feb 24 09:08:35 nicklinux kernel: PIIX4: IDE controller on PCI bus 00 dev f9
Feb 24 09:08:35 nicklinux kernel: PIIX4: chipset revision 18
Feb 24 09:08:35 nicklinux kernel: PIIX4: not 100%% native mode: will probe irqs later
Feb 24 09:08:35 nicklinux kernel: ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda MA, hdb
io
Feb 24 09:08:35 nicklinux kernel: ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc MA, hdd
io
Feb 24 09:08:35 nicklinux kernel: hda: Maxtor 4D040H2, ATA DISK drive
Feb 24 09:08:35 nicklinux kernel: hdc: LG CD-ROM CRD-8485B, ATAPI CD/DVD-ROM drive
Feb 24 09:08:35 nicklinux kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Feb 24 09:08:35 nicklinux kernel: ide1 at 0x170-0x177,0x376 on irq 15
Feb 24 09:08:35 nicklinux kernel: hda: 80043264 sectors (40982 MB) w/2048KiB Cache, CHS=4982/255/63, UDMA(100)
Feb 24 09:08:35 nicklinux kernel: ide-floppy driver 0.97
Feb 24 09:08:35 nicklinux kernel: Partition check:
Feb 24 09:08:35 nicklinux kernel: hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 hda10 hda11 hda12 > hda3 hda4
Feb 24 09:08:35 nicklinux kernel: Floppy drive(s): fd0 is 1.44M
Feb 24 09:08:35 nicklinux kernel: FDC 0 is a post-1991 82077
Feb 24 09:08:35 nicklinux kernel: ide-floppy driver 0.97
Feb 24 09:08:35 nicklinux kernel: md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
Feb 24 09:08:35 nicklinux kernel: md: Autodetecting RAID arrays.
Feb 24 09:08:35 nicklinux kernel: md: autorun ...
Feb 24 09:08:35 nicklinux kernel: md: ... autorun DONE.
Feb 24 09:08:35 nicklinux kernel: NET4: Linux TCP/IP 1.0 for NET4.0
Feb 24 09:08:35 nicklinux kernel: IP Protocols: ICMP, UDP, TCP, IGMP
Feb 24 09:08:35 nicklinux keytable: Loading system font: succeeded
Feb 24 09:08:35 nicklinux kernel: IP: routing cache hash table of 512 buckets, 4Kbytes
Feb 24 09:08:35 nicklinux kernel: TCP: Hash tables configured (established 8192 bind 8192)
Feb 24 09:08:35 nicklinux kernel: Linux IP multicast router 0.06 plus PIM-SM
Feb 24 09:08:35 nicklinux kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
Feb 24 09:08:35 nicklinux kernel: RAMDISK: Compressed image found at block 0
Feb 24 09:08:35 nicklinux kernel: Freeing initrd memory: 321k freed
Feb 24 09:08:35 nicklinux kernel: VFS: Mounted root (ext2 filesystem).
Feb 24 09:08:35 nicklinux kernel: Journalled Block Device driver loaded
Feb 24 09:08:35 nicklinux kernel: kjournald starting. Commit interval 5 seconds
Feb 24 09:08:35 nicklinux kernel: EXT3-fs: mounted filesystem with ordered data mode.
Feb 24 09:08:35 nicklinux kernel: Freeing unused kernel memory: 220k freed
Feb 24 09:08:35 nicklinux kernel: Adding Swap: 128480k swap-space (priority -1)
Feb 24 09:08:35 nicklinux kernel: usb.c: registered new driver usbdevfs
Feb 24 09:08:35 nicklinux kernel: usb.c: registered new driver hub
Feb 24 09:08:35 nicklinux kernel: usb-uhci.c: $Revision: 1.259 $ time 17:36:49 Sep 6 2001
Feb 24 09:08:35 nicklinux kernel: usb-uhci.c: High bandwidth mode enabled
Feb 24 09:08:35 nicklinux kernel: PCI: Found IRQ 11 for device 00:1f.2
Feb 24 09:08:35 nicklinux kernel: PCI: Setting latency timer of device 00:1f.2 to 64
Feb 24 09:08:35 nicklinux kernel: usb-uhci.c: USB UHCI at I/O 0xd000, IRQ 11
Feb 24 09:08:35 nicklinux kernel: usb-uhci.c: Detected 2 ports
Feb 24 09:08:35 nicklinux kernel: usb.c: new USB bus registered, assigned bus number 1
Feb 24 09:08:35 nicklinux kernel: hub.c: USB hub found
Feb 24 09:08:35 nicklinux kernel: hub.c: 2 ports detected
Feb 24 09:08:35 nicklinux kernel: PCI: Found IRQ 11 for device 00:1f.4
Feb 24 09:08:35 nicklinux kernel: PCI: Setting latency timer of device 00:1f.4 to 64
Feb 24 09:08:35 nicklinux kernel: usb-uhci.c: USB UHCI at I/O 0xd800, IRQ 11
Feb 24 09:08:35 nicklinux kernel: usb-uhci.c: Detected 2 ports
Feb 24 09:08:35 nicklinux random: Initializing random number generator: succeeded
Feb 24 09:08:35 nicklinux kernel: usb.c: new USB bus registered, assigned bus number 2
Feb 24 09:08:35 nicklinux kernel: hub.c: USB hub found
Feb 24 09:08:35 nicklinux kernel: hub.c: 2 ports detected
Feb 24 09:08:35 nicklinux kernel: usb-uhci.c: v1.251:USB Universal Host Controller Interface driver
Feb 24 09:08:35 nicklinux kernel: EXT3 FS 2.4-0.9.8, 25 Aug 2001 on ide0(3,3), internal journal
Feb 24 09:08:35 nicklinux kernel: kjournald starting. Commit interval 5 seconds
Feb 24 09:08:35 nicklinux kernel: EXT3 FS 2.4-0.9.8, 25 Aug 2001 on ide0(3,5), internal journal
Feb 24 09:08:35 nicklinux kernel: EXT3-fs: mounted filesystem with ordered data mode.
Feb 24 09:08:35 nicklinux kernel: kjournald starting. Commit interval 5 seconds
Feb 24 09:08:35 nicklinux kernel: EXT3 FS 2.4-0.9.8, 25 Aug 2001 on ide0(3,6), internal journal
Feb 24 09:08:35 nicklinux kernel: EXT3-fs: mounted filesystem with ordered data mode.
Feb 24 09:08:35 nicklinux kernel: kjournald starting. Commit interval 5 seconds
Feb 24 09:08:35 nicklinux kernel: EXT3 FS 2.4-0.9.8, 25 Aug 2001 on ide0(3,8), internal journal
Feb 24 09:08:35 nicklinux kernel: EXT3-fs: mounted filesystem with ordered data mode.
Feb 24 09:08:35 nicklinux kernel: kjournald starting. Commit interval 5 seconds
Feb 24 09:08:35 nicklinux kernel: EXT3 FS 2.4-0.9.8, 25 Aug 2001 on ide0(3,7), internal journal
Feb 24 09:08:35 nicklinux kernel: EXT3-fs: mounted filesystem with ordered data mode.
Feb 24 09:08:35 nicklinux kernel: parport0: PC-style at 0x378 [PCSPP,TRISTATE]
Feb 24 09:08:35 nicklinux kernel: NET4: Linux IPX 0.47 for NET4.0
Feb 24 09:08:35 nicklinux kernel: IPX Portions Copyright (c) 1995 Caldera, Inc.
Feb 24 09:08:35 nicklinux kernel: IPX Portions Copyright (c) 2000, 2001 Conectiva, Inc.
Feb 24 09:08:35 nicklinux kernel: NET4: AppleTalk 0.18a for Linux NET4.0
Feb 24 09:08:35 nicklinux kernel: eepro100.c:v1.09j-t 9/29/99 Donald Becker http://cesdis.gsfc.nasa.gov/linux/drivers/eepro100.html
Feb 24 09:08:35 nicklinux kernel: eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin
1<saw@saw.sw.com.sg> and others
2
3Feb 24 09:08:35 nicklinux kernel: PCI: Found IRQ 11 for device 02:08.0
4
5Feb 24 09:08:35 nicklinux kernel: eth0: Intel Corporation 82801BA(M) Ethernet, 00:20:ED:A8:7F:AB, IRQ 11.
6
7Feb 24 09:08:35 nicklinux kernel: Board assembly 000000-000, Physical connectors present: RJ45
8
9Feb 24 09:08:35 nicklinux kernel: Primary interface chip i82555 PHY #1.
10
11Feb 24 09:08:35 nicklinux kernel: General self-test: passed.
12
13Feb 24 09:08:35 nicklinux kernel: Serial sub-system self-test: passed.
14
15Feb 24 09:08:35 nicklinux kernel: Internal registers self-test: passed.
16
17Feb 24 09:08:35 nicklinux kernel: ROM checksum self-test: passed (0x04f4518b).
18
19Feb 24 09:08:35 nicklinux netfs: Mounting other filesystems: succeeded
20
21Feb 24 09:08:36 nicklinux apmd[769]: Version 3.0final (APM BIOS 1.2, Linux driver 1.14)
22
23Feb 24 09:08:36 nicklinux apmd: apmd startup succeeded
24
25Feb 24 09:08:36 nicklinux apmd[769]: Charge: * * * (-1% unknown)
26
27Feb 24 09:08:36 nicklinux autofs: automount startup succeeded
28
29Feb 24 09:08:36 nicklinux rc: Starting pcmcia: succeeded
30
31Feb 24 09:08:36 nicklinux sshd: Starting sshd:
32
33Feb 24 09:08:10 nicklinux rc.sysinit: Mounting proc filesystem: succeeded
34
35Feb 24 09:08:10 nicklinux rc.sysinit: Unmounting initrd: succeeded
36
37Feb 24 09:08:10 nicklinux sysctl: net.ipv4.ip_forward = 1
38
39Feb 24 09:08:10 nicklinux sysctl: net.ipv4.conf.default.rp_filter = 1
40
41Feb 24 09:08:10 nicklinux sysctl: kernel.sysrq = 0
42
43Feb 24 09:08:10 nicklinux rc.sysinit: Configuring kernel parameters: succeeded
44
45Feb 24 09:08:10 nicklinux date: Mon Feb 24 09:08:02 HKT 2003
46
47Feb 24 09:08:10 nicklinux rc.sysinit: Setting clock (localtime): Mon Feb 24 09:08:02 HKT 2003 succeeded
48
49Feb 24 09:08:10 nicklinux rc.sysinit: Loading default keymap succeeded
50
51Feb 24 09:08:10 nicklinux rc.sysinit: Setting default font (lat0-sun16): succeeded
52
53Feb 24 09:08:10 nicklinux rc.sysinit: Activating swap partitions: succeeded
54
55Feb 24 09:08:10 nicklinux rc.sysinit: Setting hostname nicklinux.vbrew.com: succeeded
56
57Feb 24 09:08:10 nicklinux rc.sysinit: Mounting USB filesystem: succeeded
58
59Feb 24 09:08:10 nicklinux rc.sysinit: Initializing USB controller (usb-uhci): succeeded
60
61Feb 24 09:08:10 nicklinux fsck: /: clean, 22697/282240 files, 122743/564275 blocks
62
63Feb 24 09:08:37 nicklinux sshd: succeeded
64
65Feb 24 09:08:10 nicklinux rc.sysinit: Checking root filesystem succeeded
66
67Feb 24 09:08:10 nicklinux rc.sysinit: Remounting root filesystem in read-write mode: succeeded
68
69Feb 24 09:08:37 nicklinux sshd:
70
71Feb 24 09:08:15 nicklinux rc.sysinit: Finding module dependencies: succeeded
72
73Feb 24 09:08:37 nicklinux rc: Starting sshd: succeeded
74
75Feb 24 09:08:16 nicklinux fsck: /boot: clean, 37/4016 files, 7817/16033 blocks
76
77Feb 24 09:08:16 nicklinux fsck: /home: clean, 28/66264 files, 16638/265041 blocks
78
79Feb 24 09:08:16 nicklinux fsck: /usr: clean, 158758/529056 files, 728509/1056265 blocks
80
81Feb 24 09:08:16 nicklinux fsck: /var: clean, 3852/66264 files, 90877/265041 blocks
82
83Feb 24 09:08:16 nicklinux rc.sysinit: Checking filesystems succeeded
84
85Feb 24 09:08:17 nicklinux rc.sysinit: Mounting local filesystems: succeeded
86
87Feb 24 09:08:17 nicklinux rc.sysinit: Enabling local filesystem quotas: succeeded
88
89Feb 24 09:08:17 nicklinux rc.sysinit: Turning on process accounting succeeded
90
91Feb 24 09:08:18 nicklinux rc.sysinit: Enabling swap space: succeeded
92
93Feb 24 09:08:20 nicklinux init: Entering runlevel: 3
94
95Feb 24 09:08:20 nicklinux kudzu: Updating /etc/fstab succeeded
96
97Feb 24 09:08:31 nicklinux kudzu: succeeded
98
99Feb 24 09:08:31 nicklinux sysctl: net.ipv4.ip_forward = 1
100
101Feb 24 09:08:31 nicklinux sysctl: net.ipv4.conf.default.rp_filter = 1
102
103Feb 24 09:08:31 nicklinux sysctl: kernel.sysrq = 0
104
105Feb 24 09:08:31 nicklinux network: Setting network parameters: succeeded
106
107Feb 24 09:08:32 nicklinux network: Bringing up interface lo: succeeded
108
109Feb 24 09:08:34 nicklinux network: Bringing up interface eth0: succeeded
110
111Feb 24 09:08:38 nicklinux xinetd[867]: amanda disabled, removing
112
113Feb 24 09:08:38 nicklinux xinetd[867]: amandaidx disabled, removing
114
115Feb 24 09:08:38 nicklinux xinetd[867]: amidxtape disabled, removing
116
117Feb 24 09:08:38 nicklinux xinetd[867]: chargen disabled, removing
118
119Feb 24 09:08:38 nicklinux xinetd[867]: chargen disabled, removing
120
121Feb 24 09:08:38 nicklinux xinetd[867]: comsat disabled, removing
122
123Feb 24 09:08:38 nicklinux xinetd[867]: daytime disabled, removing
124
125Feb 24 09:08:38 nicklinux xinetd[867]: daytime disabled, removing
126
127Feb 24 09:08:38 nicklinux xinetd[867]: skkserv disabled, removing
128
129Feb 24 09:08:38 nicklinux xinetd[867]: echo disabled, removing
130
131Feb 24 09:08:38 nicklinux xinetd[867]: echo disabled, removing
132
133Feb 24 09:08:38 nicklinux xinetd[867]: eklogin disabled, removing
134
135Feb 24 09:08:38 nicklinux xinetd[867]: finger disabled, removing
136
137Feb 24 09:08:38 nicklinux xinetd[867]: ftp disabled, removing
138
139Feb 24 09:08:38 nicklinux xinetd[867]: imap disabled, removing
140
141Feb 24 09:08:38 nicklinux xinetd[867]: imaps disabled, removing
142
143Feb 24 09:08:38 nicklinux xinetd[867]: pop2 disabled, removing
144
145Feb 24 09:08:38 nicklinux xinetd[867]: pop3 disabled, removing
146
147Feb 24 09:08:38 nicklinux xinetd[867]: klogin disabled, removing
148
149Feb 24 09:08:38 nicklinux xinetd[867]: telnet disabled, removing
150
151Feb 24 09:08:38 nicklinux xinetd[867]: kshell disabled, removing
152
153Feb 24 09:08:38 nicklinux xinetd[867]: linuxconf disabled, removing
154
155Feb 24 09:08:38 nicklinux xinetd[867]: ntalk disabled, removing
156
157Feb 24 09:08:38 nicklinux xinetd[867]: pop3s disabled, removing
158
159Feb 24 09:08:38 nicklinux xinetd[867]: exec disabled, removing
160
161Feb 24 09:08:38 nicklinux xinetd[867]: login disabled, removing
162
163Feb 24 09:08:38 nicklinux xinetd[867]: shell disabled, removing
164
165Feb 24 09:08:38 nicklinux xinetd[867]: rsync disabled, removing
166
167Feb 24 09:08:38 nicklinux xinetd[867]: swat disabled, removing
168
169Feb 24 09:08:38 nicklinux xinetd[867]: talk disabled, removing
170
171Feb 24 09:08:38 nicklinux xinetd[867]: time disabled, removing
172
173Feb 24 09:08:38 nicklinux xinetd[867]: time disabled, removing
174
175Feb 24 09:08:39 nicklinux xinetd[867]: xinetd Version 2.3.3 started with libwrap options compiled in.
176
177Feb 24 09:08:39 nicklinux xinetd[867]: Started working: 4 available services
178
179Feb 24 09:08:40 nicklinux xinetd: xinetd startup succeeded
180
181Feb 24 09:08:42 nicklinux sybase: Starting Sybase ASE ...
182
183Feb 24 09:08:42 nicklinux su(pam_unix)[893]: session opened for user sybase by (uid=0)
184
185Feb 24 09:08:42 nicklinux su(pam_unix)[893]: session closed for user sybase
186
187Feb 24 09:08:42 nicklinux sybase: RUN_SYBASE
188
189Feb 24 09:08:42 nicklinux su(pam_unix)[897]: session opened for user sybase by (uid=0)
190
191Feb 24 09:08:42 nicklinux su(pam_unix)[897]: session closed for user sybase
192
193Feb 24 09:08:42 nicklinux sybase: RUN_SYB_BACKUP
194
195Feb 24 09:08:42 nicklinux rc: Starting sybase: succeeded
196
197Feb 24 09:08:44 nicklinux named[916]: starting BIND 9.1.3 -u named
198
199Feb 24 09:08:44 nicklinux named[916]: using 1 CPU
200
201Feb 24 09:08:44 nicklinux named: named startup succeeded
202
203Feb 24 09:08:45 nicklinux named[919]: loading configuration from '/etc/named.conf'
204
205Feb 24 09:08:45 nicklinux named[919]: the default for the 'auth-nxdomain' option is now 'no'
206
207Feb 24 09:08:45 nicklinux named[919]: no IPv6 interfaces found
208
209Feb 24 09:08:45 nicklinux named[919]: listening on IPv4 interface lo, 127.0.0.1#53
210
211Feb 24 09:08:45 nicklinux named[919]: listening on IPv4 interface eth0, 192.168.23.165#53
212
213Feb 24 09:08:45 nicklinux named[919]: command channel listening on 127.0.0.1#953
214
215Feb 24 09:08:46 nicklinux named[919]: dns_master_load: named.rev:2: No current owner name
216
217Feb 24 09:08:46 nicklinux named[919]: dns_zone_load: zone 23.168.192.in-addr.arpa/IN: loading master file named.rev: no owner
218
219Feb 24 09:08:46 nicklinux named[919]: dns_master_load: named.vbrew.com:14: unknown RR type 'CHAME'
220
221Feb 24 09:08:46 nicklinux named[919]: dns_zone_load: zone vbrew.com/IN: loading master file named.vbrew.com: unknown class/type
222
223Feb 24 09:08:46 nicklinux named[919]: running
224
225Feb 24 09:08:48 nicklinux sendmail: sendmail startup succeeded
226
227Feb 24 09:08:48 nicklinux kernel: SCSI subsystem driver Revision: 1.00
228
229Feb 24 09:08:48 nicklinux kernel: iSCSI version 2.0.1.8 ( 8-Aug-2001)
230
231Feb 24 09:08:48 nicklinux kernel: iSCSI control device major number 254
232
233Feb 24 09:08:48 nicklinux kernel: iSCSI: detected HBA c7cb29fc, host #0
234
235Feb 24 09:08:48 nicklinux kernel: scsi0 : iSCSI (2.0.1.8)
236
237Feb 24 09:08:48 nicklinux iscsi: iscsilun startup succeeded
238
239Feb 24 09:08:49 nicklinux gpm: gpm startup succeeded
240
241Feb 24 09:08:49 nicklinux FreeWnn: Starting FreeWnn:
242
243Feb 24 09:08:53 nicklinux FreeWnn:
244
245Feb 24 09:08:53 nicklinux rc: Starting FreeWnn: succeeded
246
247Feb 24 09:08:53 nicklinux cWnn: Starting cWnn:
248
249Feb 24 09:08:57 nicklinux cWnn:
250
251Feb 24 09:08:57 nicklinux rc: Starting cWnn: succeeded
252
253Feb 24 09:08:58 nicklinux canna: cannaserver startup succeeded
254
255Feb 24 09:08:59 nicklinux crond: crond startup succeeded
256
257Feb 24 09:09:00 nicklinux xfs: listening on port 7100
258
259Feb 24 09:09:00 nicklinux xfs: xfs startup succeeded
260
261Feb 24 09:09:01 nicklinux anacron: anacron startup succeeded
262
263Feb 24 09:09:01 nicklinux atd: atd startup succeeded
264
265Feb 24 09:09:01 nicklinux xfs: ignoring font path element /usr/X11R6/lib/X11/fonts/cyrillic (unreadable)
266
267Feb 24 09:09:01 nicklinux xfs: ignoring font path element /usr/X11R6/lib/X11/fonts/local (unreadable)
268
269Feb 24 09:09:03 nicklinux linuxconf: Running Linuxconf hooks: succeeded
270
271Feb 24 09:09:03 nicklinux rc: Starting wine: succeeded
272
273Feb 24 09:09:20 nicklinux login(pam_unix)[1192]: authentication failure; logname=LOGIN uid=0 euid=0 tty=tty1 ruser= rhost= user=root
274
275Feb 24 09:09:22 nicklinux login[1192]: FAILED LOGIN 1 FROM (null) FOR root, Authentication failure
276
277Feb 24 09:09:30 nicklinux login[1192]: FAILED LOGIN 2 FROM (null) FOR root, Authentication failure
278
279Feb 24 09:09:34 nicklinux login(pam_unix)[1192]: session opened for user root by LOGIN(uid=0)
280
281Feb 24 09:09:34 nicklinux -- root[1192]: ROOT LOGIN ON tty1
282
283Feb 24 09:09:45 nicklinux xinetd[1347]: warning: can't get client address: Transport endpoint is not connected
284
285Feb 24 09:09:51 nicklinux kernel: Intel 810 + AC97 Audio, version 0.05, 17:36:29 Sep 6 2001
286
287Feb 24 09:09:51 nicklinux kernel: PCI: Found IRQ 9 for device 00:1f.5
288
289Feb 24 09:09:51 nicklinux kernel: PCI: Sharing IRQ 9 with 00:1f.3
290
291Feb 24 09:09:51 nicklinux kernel: PCI: Setting latency timer of device 00:1f.5 to 64
292
293Feb 24 09:09:51 nicklinux kernel: i810: Intel ICH2 found at IO 0xe000 and 0xdc00, IRQ 9
294
295Feb 24 09:09:51 nicklinux kernel: ac97_codec: AC97 Audio codec, id: 0x4144:0x5348 (Analog Devices AD1881A)
296
297Feb 24 09:09:52 nicklinux modprobe: modprobe: Can't locate module sound-service-0-0
298
299Feb 24 09:09:52 nicklinux modprobe: modprobe: Can't locate module sound-slot-1
300
301Feb 24 09:09:52 nicklinux modprobe: modprobe: Can't locate module sound-service-1-0
302
303Feb 24 09:09:52 nicklinux modprobe: modprobe: Can't locate module sound-slot-1
304
305Feb 24 09:09:52 nicklinux modprobe: modprobe: Can't locate module sound-service-1-0
306
307Feb 24 09:11:41 nicklinux ifdown: RTNETLINK answers: Cannot assign requested address
308
309Feb 24 09:11:41 nicklinux kernel: spurious 8259A interrupt: IRQ7.
310
311Feb 24 09:11:41 nicklinux network: Shutting down device eth0: succeeded
312
313Feb 24 09:11:43 nicklinux network: Bringing up device eth0: succeeded
314
315Feb 24 09:11:43 nicklinux xinetd[867]: Sending signal 9 to sgi_fam server 1347
316
317Feb 24 09:11:43 nicklinux xinetd[867]: Exiting...
318
319Feb 24 09:11:44 nicklinux xinetd: xinetd shutdown succeeded
320
321Feb 24 09:11:44 nicklinux xinetd[1822]: amanda disabled, removing
322
323Feb 24 09:11:44 nicklinux xinetd[1822]: amandaidx disabled, removing
324
325Feb 24 09:11:44 nicklinux xinetd[1822]: amidxtape disabled, removing
326
327Feb 24 09:11:44 nicklinux xinetd[1822]: chargen disabled, removing
328
329Feb 24 09:11:44 nicklinux xinetd[1822]: chargen disabled, removing
330
331Feb 24 09:11:44 nicklinux xinetd[1822]: comsat disabled, removing
332
333Feb 24 09:11:44 nicklinux xinetd[1822]: daytime disabled, removing
334
335Feb 24 09:11:44 nicklinux xinetd[1822]: daytime disabled, removing
336
337Feb 24 09:11:44 nicklinux xinetd[1822]: skkserv disabled, removing
338
339Feb 24 09:11:44 nicklinux xinetd[1822]: echo disabled, removing
340
341Feb 24 09:11:44 nicklinux xinetd[1822]: echo disabled, removing
342
343Feb 24 09:11:44 nicklinux xinetd[1822]: eklogin disabled, removing
344
345Feb 24 09:11:44 nicklinux xinetd[1822]: finger disabled, removing
346
347Feb 24 09:11:44 nicklinux xinetd[1822]: ftp disabled, removing
348
349Feb 24 09:11:44 nicklinux xinetd[1822]: imap disabled, removing
350
351Feb 24 09:11:44 nicklinux xinetd[1822]: imaps disabled, removing
352
353Feb 24 09:11:44 nicklinux xinetd[1822]: pop2 disabled, removing
354
355Feb 24 09:11:44 nicklinux xinetd[1822]: pop3 disabled, removing
356
357Feb 24 09:11:44 nicklinux xinetd[1822]: klogin disabled, removing
358
359Feb 24 09:11:44 nicklinux xinetd[1822]: telnet disabled, removing
360
361Feb 24 09:11:44 nicklinux xinetd[1822]: kshell disabled, removing
362
363Feb 24 09:11:44 nicklinux xinetd[1822]: linuxconf disabled, removing
364
365Feb 24 09:11:44 nicklinux xinetd[1822]: ntalk disabled, removing
366
367Feb 24 09:11:44 nicklinux xinetd[1822]: pop3s disabled, removing
368
369Feb 24 09:11:44 nicklinux xinetd[1822]: exec disabled, removing
370
371Feb 24 09:11:44 nicklinux xinetd[1822]: login disabled, removing
372
373Feb 24 09:11:44 nicklinux xinetd[1822]: shell disabled, removing
374
375Feb 24 09:11:44 nicklinux xinetd[1822]: rsync disabled, removing
376
377Feb 24 09:11:44 nicklinux xinetd[1822]: swat disabled, removing
378
379Feb 24 09:11:44 nicklinux xinetd[1822]: talk disabled, removing
380
381Feb 24 09:11:44 nicklinux xinetd[1822]: time disabled, removing
382
383Feb 24 09:11:44 nicklinux xinetd[1822]: time disabled, removing
384
385Feb 24 09:11:45 nicklinux xinetd[1822]: xinetd Version 2.3.3 started with libwrap options compiled in.
386
387Feb 24 09:11:45 nicklinux xinetd[1822]: Started working: 4 available services
388
389Feb 24 09:11:47 nicklinux xinetd: xinetd startup succeeded
390
391Feb 24 09:14:03 nicklinux syslogd 1.4.1: restart.
392
393Feb 24 09:17:01 nicklinux anacron: anacron shutdown succeeded
394
395Feb 24 09:17:02 nicklinux atd: atd shutdown succeeded
396
397Feb 24 09:17:03 nicklinux Font Server[1132]: terminating
398
399Feb 24 09:17:03 nicklinux xfs: xfs shutdown succeeded
400
401Feb 24 09:17:04 nicklinux FreeWnn: jserver shutdown succeeded
402
403Feb 24 09:17:05 nicklinux cWnn: cserver shutdown succeeded
404
405Feb 24 09:17:05 nicklinux cannaserver[1042]: [root](IR_INIT) Access denied
406
407Feb 24 09:17:05 nicklinux cannaserver[1042]: [root](IR_INIT) Access denied
408
409Feb 24 09:17:05 nicklinux cannaserver[1042]: Read Over Time!!
410
411Feb 24 09:17:05 nicklinux cannakill: Cannot connect with cannaserver "unix".
412
413Feb 24 09:17:05 nicklinux canna: Stopping cannaserver: failed
414
415Feb 24 09:17:06 nicklinux gpm: gpm shutdown succeeded
416
417Feb 24 09:17:10 nicklinux iscsi: iscsilun shutdown failed
418
419Feb 24 09:17:10 nicklinux kernel: iSCSI: Release hba c7cb29fc, host #0
420
421Feb 24 09:17:10 nicklinux kernel: scsi : 0 hosts left.
422
423Feb 24 09:17:11 nicklinux sshd: sshd -TERM succeeded
424
425Feb 24 09:17:15 nicklinux sendmail: sendmail shutdown succeeded
426
427Feb 24 09:17:16 nicklinux named[919]: shutting down
428
429Feb 24 09:17:16 nicklinux named[919]: no longer listening on 127.0.0.1#53
430
431Feb 24 09:17:16 nicklinux named[919]: no longer listening on 192.168.23.165#53
432
433Feb 24 09:17:17 nicklinux named[916]: exiting
434
435Feb 24 09:17:19 nicklinux named: named shutdown succeeded
436
437Feb 24 09:17:20 nicklinux xinetd[1822]: Exiting...
438
439Feb 24 09:17:21 nicklinux xinetd: xinetd shutdown succeeded
440
441Feb 24 09:17:22 nicklinux crond: crond shutdown succeeded
442
443Feb 24 09:17:22 nicklinux apmd[769]: Exiting
444
445Feb 24 09:17:23 nicklinux apmd: apmd shutdown succeeded
446
447Feb 24 09:17:25 nicklinux dd: 1+0 records in
448
449Feb 24 09:17:25 nicklinux dd: 1+0 records out
450
451Feb 24 09:17:25 nicklinux random: Saving random seed: succeeded
452
453Feb 24 09:17:25 nicklinux rpc.statd[665]: Caught signal 15, un-registering and exiting.
454
455Feb 24 09:17:26 nicklinux nfslock: rpc.statd shutdown succeeded
456
457Feb 24 09:17:26 nicklinux portmap: portmap shutdown succeeded
458
459Feb 24 09:17:26 nicklinux kernel: Kernel logging (proc) stopped.
460
461Feb 24 09:17:26 nicklinux kernel: Kernel log daemon terminating.
462
463Feb 24 09:17:28 nicklinux syslog: klogd shutdown succeeded
464
465Feb 24 09:17:28 nicklinux exiting on signal 15
466
467Feb 24 09:18:34 nicklinux syslogd 1.4.1: restart.
468
469Feb 24 09:18:34 nicklinux syslog: syslogd startup succeeded
470
471Feb 24 09:18:34 nicklinux syslog: klogd startup succeeded
472
473Feb 24 09:18:34 nicklinux kernel: klogd 1.4.1, log source = /proc/kmsg started.
474
475Feb 24 09:18:34 nicklinux kernel: Inspecting /boot/System.map-2.4.7-10
476
477Feb 24 09:18:34 nicklinux portmap: portmap startup succeeded
478
479Feb 24 09:18:34 nicklinux kernel: Loaded 15046 symbols from /boot/System.map-2.4.7-10.
480
481Feb 24 09:18:34 nicklinux kernel: Symbols match kernel version 2.4.7.
482
483Feb 24 09:18:34 nicklinux kernel: Loaded 243 symbols from 11 modules.
484
485Feb 24 09:18:34 nicklinux kernel: Linux version 2.4.7-10 (bhcompile@stripples.devel.redhat.com) (gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)) #1 Thu Sep 6 17:27:27 EDT 2001
486
487Feb 24 09:18:34 nicklinux kernel: BIOS-provided physical RAM map:
488
489Feb 24 09:18:34 nicklinux kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
490
491Feb 24 09:18:34 nicklinux kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
492
493Feb 24 09:18:34 nicklinux kernel: BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
494
495Feb 24 09:18:34 nicklinux kernel: BIOS-e820: 0000000000100000 - 0000000007ff0000 (usable)
496
497Feb 24 09:18:34 nicklinux kernel: BIOS-e820: 0000000007ff0000 - 0000000007ff3000 (ACPI NVS)
498
499Feb 24 09:18:34 nicklinux kernel: BIOS-e820: 0000000007ff3000 - 0000000008000000 (ACPI data)
500
501Feb 24 09:18:34 nicklinux kernel: BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
502
503Feb 24 09:18:34 nicklinux kernel: Scanning bios EBDA for MXT signature
504
505Feb 24 09:18:34 nicklinux kernel: On node 0 totalpages: 32752
506
507Feb 24 09:18:34 nicklinux kernel: zone(0): 4096 pages.
508
509Feb 24 09:18:34 nicklinux kernel: zone(1): 28656 pages.
510
511Feb 24 09:18:34 nicklinux kernel: zone(2): 0 pages.
512
513Feb 24 09:18:34 nicklinux kernel: Kernel command line: auto BOOT_IMAGE=linux ro root=303 BOOT_FILE=/boot/vmlinuz-2.4.7-10
514
515Feb 24 09:18:34 nicklinux kernel: Initializing CPU#0
516
517Feb 24 09:18:34 nicklinux kernel: Detected 1500.052 MHz processor.
518
519Feb 24 09:18:34 nicklinux kernel: Console: colour VGA+ 80x25
520
521Feb 24 09:18:34 nicklinux kernel: Calibrating delay loop... 2994.99 BogoMIPS
522
523Feb 24 09:18:34 nicklinux kernel: Memory: 125204k/131008k available (1269k kernel code, 4520k reserved, 90k data, 220k init, 0k highmem)
524
525Feb 24 09:18:34 nicklinux kernel: Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes)
526
527Feb 24 09:18:34 nicklinux kernel: Inode-cache hash table entries: 8192 (order: 4, 65536 bytes)
528
529Feb 24 09:18:34 nicklinux kernel: Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
530
531Feb 24 09:18:34 nicklinux kernel: Buffer-cache hash table entries: 4096 (order: 2, 16384 bytes)
532
533Feb 24 09:18:34 nicklinux kernel: Page-cache hash table entries: 32768 (order: 6, 262144 bytes)
534
535Feb 24 09:18:34 nicklinux kernel: CPU: L1 I cache: 12K, L1 D cache: 8K
536
537Feb 24 09:18:34 nicklinux kernel: CPU: L2 cache: 256K
538
539Feb 24 09:18:34 nicklinux kernel: Intel machine check architecture supported.
540
541Feb 24 09:18:34 nicklinux kernel: Intel machine check reporting enabled on CPU#0.
542
543Feb 24 09:18:34 nicklinux kernel: CPU: Intel(R) Pentium(R) 4 CPU 1500MHz stepping 0a
544
545Feb 24 09:18:34 nicklinux kernel: Enabling fast FPU save and restore... done.
546
547Feb 24 09:18:35 nicklinux kernel: Enabling unmasked SIMD FPU exception support... done.
548
549Feb 24 09:18:35 nicklinux kernel: Checking 'hlt' instruction... OK.
550
551Feb 24 09:18:35 nicklinux kernel: POSIX conformance testing by UNIFIX
552
553Feb 24 09:18:35 nicklinux kernel: mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
554
555Feb 24 09:18:35 nicklinux kernel: mtrr: detected mtrr type: Intel
556
557Feb 24 09:18:35 nicklinux kernel: PCI: PCI BIOS revision 2.10 entry at 0xfaf40, last bus=2
558
559Feb 24 09:18:35 nicklinux kernel: PCI: Using configuration type 1
560
561Feb 24 09:18:35 nicklinux kernel: PCI: Probing PCI hardware
562
563Feb 24 09:18:35 nicklinux kernel: Unknown bridge resource 0: assuming transparent
564
565Feb 24 09:18:35 nicklinux kernel: Unknown bridge resource 2: assuming transparent
566
567Feb 24 09:18:35 nicklinux kernel: PCI: Using IRQ router PIIX [8086/2440] at 00:1f.0
568
569Feb 24 09:18:35 nicklinux nfslock: rpc.statd startup succeeded
570
571Feb 24 09:18:35 nicklinux rpc.statd[666]: Version 0.3.1 Starting
572
573Feb 24 09:18:35 nicklinux kernel: isapnp: Scanning for PnP cards...
574
575Feb 24 09:18:35 nicklinux kernel: isapnp: No Plug & Play device found
576
577Feb 24 09:18:35 nicklinux kernel: Linux NET4.0 for Linux 2.4
578
579Feb 24 09:18:35 nicklinux kernel: Based upon Swansea University Computer Society NET3.039
580
581Feb 24 09:18:35 nicklinux kernel: Initializing RT netlink socket
582
583Feb 24 09:18:35 nicklinux kernel: apm: BIOS version 1.2 Flags 0x07 (Driver version 1.14)
584
585Feb 24 09:18:35 nicklinux kernel: mxt_scan_bios: enter
586
587Feb 24 09:18:35 nicklinux kernel: Starting kswapd v1.8
588
589Feb 24 09:18:35 nicklinux kernel: VFS: Diskquotas version dquot_6.5.0 initialized
590
591Feb 24 09:18:35 nicklinux kernel: pty: 2048 Unix98 ptys configured
592
593Feb 24 09:18:35 nicklinux kernel: Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI ISAPNP enabled
594
595Feb 24 09:18:35 nicklinux kernel: ttyS00 at 0x03f8 (irq = 4) is a 16550A
596
597Feb 24 09:18:35 nicklinux kernel: ttyS01 at 0x02f8 (irq = 3) is a 16550A
598
599Feb 24 09:18:35 nicklinux kernel: Real Time Clock Driver v1.10d
600
601Feb 24 09:18:35 nicklinux rpc.statd[666]: gethostbyname error for nicklinux.vbrew.com
602
603Feb 24 09:18:35 nicklinux kernel: block: queued sectors max/low 83101kB/27700kB, 256 slots per queue
604
605Feb 24 09:18:35 nicklinux kernel: RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
606
607Feb 24 09:18:35 nicklinux kernel: Uniform Multi-Platform E-IDE driver Revision: 6.31
608
609Feb 24 09:18:35 nicklinux kernel: ide: Assuming 33MHz PCI bus speed for PIO modes; override with idebus=xx
610
611Feb 24 09:18:35 nicklinux kernel: PIIX4: IDE controller on PCI bus 00 dev f9
612
613Feb 24 09:18:35 nicklinux kernel: PIIX4: chipset revision 18
614
615Feb 24 09:18:35 nicklinux kernel: PIIX4: not 100%% native mode: will probe irqs later
616
617Feb 24 09:18:35 nicklinux kernel: ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda  MA, hdb  io
618
619Feb 24 09:18:35 nicklinux kernel: ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc  MA, hdd  io
620
621Feb 24 09:18:35 nicklinux kernel: hda: Maxtor 4D040H2, ATA DISK drive
622
623Feb 24 09:18:35 nicklinux kernel: hdc: LG CD-ROM CRD-8485B, ATAPI CD/DVD-ROM drive
624
625Feb 24 09:18:35 nicklinux kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
626
627Feb 24 09:18:35 nicklinux kernel: ide1 at 0x170-0x177,0x376 on irq 15
628
629Feb 24 09:18:35 nicklinux kernel: hda: 80043264 sectors (40982 MB) w/2048KiB Cache, CHS=4982/255/63, UDMA(100)
630
631Feb 24 09:18:35 nicklinux keytable: Loading keymap: succeeded
632
633Feb 24 09:18:35 nicklinux kernel: ide-floppy driver 0.97
634
635Feb 24 09:18:35 nicklinux kernel: Partition check:
636
637Feb 24 09:18:35 nicklinux kernel: hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 hda10 hda11 hda12 > hda3 hda4
638
639Feb 24 09:18:35 nicklinux kernel: Floppy drive(s): fd0 is 1.44M
640
641Feb 24 09:18:35 nicklinux kernel: FDC 0 is a post-1991 82077
642
643Feb 24 09:18:35 nicklinux kernel: ide-floppy driver 0.97
644
645Feb 24 09:18:35 nicklinux kernel: md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
646
647Feb 24 09:18:35 nicklinux kernel: md: Autodetecting RAID arrays.
648
649Feb 24 09:18:35 nicklinux kernel: md: autorun ...
650
651Feb 24 09:18:35 nicklinux kernel: md: ... autorun DONE.
652
653Feb 24 09:18:35 nicklinux kernel: NET4: Linux TCP/IP 1.0 for NET4.0
654
655Feb 24 09:18:35 nicklinux kernel: IP Protocols: ICMP, UDP, TCP, IGMP
656
657Feb 24 09:18:35 nicklinux kernel: IP: routing cache hash table of 512 buckets, 4Kbytes
658
659Feb 24 09:18:35 nicklinux keytable: Loading system font: succeeded
660
661Feb 24 09:18:35 nicklinux kernel: TCP: Hash tables configured (established 8192 bind 8192)
662
663Feb 24 09:18:35 nicklinux kernel: Linux IP multicast router 0.06 plus PIM-SM
664
665Feb 24 09:18:35 nicklinux kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
666
667Feb 24 09:18:35 nicklinux kernel: RAMDISK: Compressed image found at block 0
668
669Feb 24 09:18:35 nicklinux kernel: Freeing initrd memory: 321k freed
670
671Feb 24 09:18:35 nicklinux kernel: VFS: Mounted root (ext2 filesystem).
672
673Feb 24 09:18:35 nicklinux kernel: Journalled Block Device driver loaded
674
675Feb 24 09:18:35 nicklinux kernel: kjournald starting. Commit interval 5 seconds
676
677Feb 24 09:18:35 nicklinux kernel: EXT3-fs: mounted filesystem with ordered data mode.
678
679Feb 24 09:18:35 nicklinux kernel: Freeing unused kernel memory: 220k freed
680
681Feb 24 09:18:35 nicklinux kernel: Adding Swap: 128480k swap-space (priority -1)
682
683Feb 24 09:18:35 nicklinux kernel: usb.c: registered new driver usbdevfs
684
685Feb 24 09:18:35 nicklinux kernel: usb.c: registered new driver hub
686
687Feb 24 09:18:35 nicklinux kernel: usb-uhci.c: $Revision: 1.259 $ time 17:36:49 Sep 6 2001
688
689Feb 24 09:18:35 nicklinux kernel: usb-uhci.c: High bandwidth mode enabled
690
691Feb 24 09:18:35 nicklinux kernel: PCI: Found IRQ 11 for device 00:1f.2
692
693Feb 24 09:18:35 nicklinux kernel: PCI: Setting latency timer of device 00:1f.2 to 64
694
695Feb 24 09:18:35 nicklinux kernel: usb-uhci.c: USB UHCI at I/O 0xd000, IRQ 11
696
697Feb 24 09:18:35 nicklinux kernel: usb-uhci.c: Detected 2 ports
698
699Feb 24 09:18:35 nicklinux kernel: usb.c: new USB bus registered, assigned bus number 1
700
701Feb 24 09:18:35 nicklinux kernel: hub.c: USB hub found
702
703Feb 24 09:18:35 nicklinux kernel: hub.c: 2 ports detected
704
705Feb 24 09:18:35 nicklinux kernel: PCI: Found IRQ 11 for device 00:1f.4
706
707Feb 24 09:18:35 nicklinux kernel: PCI: Setting latency timer of device 00:1f.4 to 64
708
709Feb 24 09:18:35 nicklinux kernel: usb-uhci.c: USB UHCI at I/O 0xd800, IRQ 11
710
711Feb 24 09:18:35 nicklinux random: Initializing random number generator: succeeded
712
713Feb 24 09:18:35 nicklinux kernel: usb-uhci.c: Detected 2 ports
714
715Feb 24 09:18:35 nicklinux kernel: usb.c: new USB bus registered, assigned bus number 2
716
717Feb 24 09:18:35 nicklinux kernel: hub.c: USB hub found
718
719Feb 24 09:18:35 nicklinux kernel: hub.c: 2 ports detected
720
721Feb 24 09:18:35 nicklinux kernel: usb-uhci.c: v1.251:USB Universal Host Controller Interface driver
722
723Feb 24 09:18:35 nicklinux kernel: EXT3 FS 2.4-0.9.8, 25 Aug 2001 on ide0(3,3), internal journal
724
725Feb 24 09:18:35 nicklinux kernel: kjournald starting. Commit interval 5 seconds
726
727Feb 24 09:18:35 nicklinux kernel: EXT3 FS 2.4-0.9.8, 25 Aug 2001 on ide0(3,5), internal journal
728
729Feb 24 09:18:35 nicklinux kernel: EXT3-fs: mounted filesystem with ordered data mode.
730
731Feb 24 09:18:35 nicklinux kernel: kjournald starting. Commit interval 5 seconds
732
733Feb 24 09:18:35 nicklinux kernel: EXT3 FS 2.4-0.9.8, 25 Aug 2001 on ide0(3,6), internal journal
734
735Feb 24 09:18:35 nicklinux kernel: EXT3-fs: mounted filesystem with ordered data mode.
736
737Feb 24 09:18:35 nicklinux kernel: kjournald starting. Commit interval 5 seconds
738
739Feb 24 09:18:35 nicklinux kernel: EXT3 FS 2.4-0.9.8, 25 Aug 2001 on ide0(3,8), internal journal
740
741Feb 24 09:18:35 nicklinux kernel: EXT3-fs: mounted filesystem with ordered data mode.
742
743Feb 24 09:18:35 nicklinux kernel: kjournald starting. Commit interval 5 seconds
744
745Feb 24 09:18:35 nicklinux kernel: EXT3 FS 2.4-0.9.8, 25 Aug 2001 on ide0(3,7), internal journal
746
747Feb 24 09:18:35 nicklinux kerne</saw@saw.sw.com.sg>