|
dns.phas.ubc.ca 142.103.236.1 |
| UPS Status DNS Diagnostics and Tools dnstop - watch dns in action in a shell (e.g. dnstop eth1) |
named.conf file has been made immutable (To prevent accidental overwrites) by:
chattr +i named.conf |
DISASTER RECOVERY
|
|
The concept for rndc is that it is used to manage a network of nameservers via TCP exclusively, and it does use cryptographic methods to secure that process. However, this means that it can't talk to BIND 9 until BIND 9 is already running. You will have to modify your start/stop scripts as appropriate. There are tools provided with BIND 9 to make your life easier during migration. Specifically, programs called named-checkzone and named-checkconf. e.g. root@dns:/var/named/chroot/domain]$ /usr/sbin/named-checkconf -t /var/named/chroot e.g. root@dns:/var/named/chroot/domain]$ /usr/sbin/named-checkzone phas.ubc.ca ca.ubc.phasThey will use the same library routines that BIND 9 uses when loading the zone files or the configuration file (respectively), and tell you what errors are found where. If these programs don't report any errors in your configuration file or zone files, then you are reasonably certain that they should load okay. There are a few things that can only be determined at load time by BIND 9 itself, but in terms of syntax checking, etc... you need to start with using these programs. There are some DNS debugging utilities that are also shipped with BIND. In the BIND scheme, they are found under contrib/ in separate sub-directories per program. In BIND 9.3.0, there is nslint 2.1a3, which may be of some use to you. Keep in mind that DNS debugging tools don't typically work on zone files, instead they require that the nameserver already be running and the zone already be loaded, and then they do their thing as a normal DNS client -- some will actually use dig, while others may go straight to the library routines. It doesn't look like dnswalk or doc got included with the BIND 9 tarball, but they are also very useful DNS debugging tools. Note that doc is the only DNS debugging tool I know of that does not require zone transfer permission in order to do its task, whereas tools like nslint and dnswalk do require that ability. If you want to use doc with BIND 9, you should grab the latest tarball at <ftp://ftp.shub-internet.org/pub/shub/brad/dns/doc-2.2.3.tar.bz2>. Another utility that may be of some use is nanny.pl, also found in contrib/. Unfortunately, it uses "kill" to send signals to BIND 9, which may have been okay with BIND 8, but is absolutely the wrong way to do things with BIND 9 -- all control of BIND 9 should be done via rndc and not signals. Future versions of BIND 9 may remove the ability to send signals at all, and this may cause the program to crash. Get used to doing everything through rndc now. |
root@dns:/tftpboot/ncd/configs]$ chkconfig --list | grep on
iptables 0:off 1:off 2:on 3:on 4:on 5:on 6:off
xinetd 0:off 1:off 2:off 3:on 4:on 5:on 6:off
anacron 0:off 1:off 2:on 3:on 4:on 5:on 6:off
cups-config-daemon 0:off 1:off 2:off 3:on 4:on 5:on 6:off
atd 0:off 1:off 2:off 3:on 4:on 5:on 6:off
cups 0:off 1:off 2:on 3:on 4:on 5:on 6:off
portmap 0:off 1:off 2:off 3:on 4:on 5:on 6:off
syslog 0:off 1:off 2:on 3:on 4:on 5:on 6:off
microcode_ctl 0:off 1:off 2:on 3:on 4:on 5:on 6:off
rawdevices 0:off 1:off 2:off 3:on 4:on 5:on 6:off
isdn 0:off 1:off 2:on 3:on 4:on 5:on 6:off
netfs 0:off 1:off 2:off 3:on 4:on 5:on 6:off
sendmail 0:off 1:off 2:on 3:on 4:on 5:on 6:off
haldaemon 0:off 1:off 2:off 3:on 4:on 5:on 6:off
cpuspeed 0:off 1:on 2:on 3:on 4:on 5:on 6:off
messagebus 0:off 1:off 2:off 3:on 4:on 5:on 6:off
lm_sensors 0:off 1:off 2:on 3:on 4:on 5:on 6:off
arptables_jf 0:off 1:off 2:on 3:on 4:on 5:on 6:off
sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
apmd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
gpm 0:off 1:off 2:on 3:on 4:on 5:on 6:off
xfs 0:off 1:off 2:on 3:on 4:on 5:on 6:off
network 0:off 1:off 2:on 3:on 4:on 5:on 6:off
named 0:off 1:off 2:on 3:on 4:on 5:on 6:off
rpcidmapd 0:off 1:off 2:off 3:on 4:on 5:on 6:off
smartd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
nfslock 0:off 1:off 2:off 3:on 4:on 5:on 6:off
acpid 0:off 1:off 2:off 3:on 4:on 5:on 6:off
mdmonitor 0:off 1:off 2:on 3:on 4:on 5:on 6:off
lvm2-monitor 0:off 1:on 2:on 3:on 4:on 5:on 6:off
yum 0:off 1:off 2:on 3:on 4:on 5:on 6:off
dhcpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
pcmcia 0:off 1:off 2:on 3:on 4:on 5:on 6:off
ntpd 0:off 1:off 2:off 3:on 4:off 5:on 6:off
kudzu 0:off 1:off 2:off 3:on 4:on 5:on 6:off
autofs 0:off 1:off 2:off 3:on 4:on 5:on 6:off
crond 0:off 1:off 2:on 3:on 4:on 5:on 6:off
irqbalance 0:off 1:off 2:off 3:on 4:on 5:on 6:off
readahead_early 0:off 1:off 2:off 3:off 4:off 5:on 6:off
rpcgssd 0:off 1:off 2:off 3:on 4:on 5:on 6:off
readahead 0:off 1:off 2:off 3:off 4:off 5:on 6:off
tftp: on
root@dns:/tftpboot/ncd/configs]$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:02:B3:94:E5:28
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Base address:0xdc00 Memory:ff9e0000-ffa00000
eth1 Link encap:Ethernet HWaddr 00:02:B3:94:E5:8F
inet addr:142.103.236.1 Bcast:142.103.236.255 Mask:255.255.255.0
inet6 addr: fe80::202:b3ff:fe94:e58f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:10762141 errors:0 dropped:0 overruns:0 frame:0
TX packets:10541743 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1458007869 (1.3 GiB) TX bytes:1785217192 (1.6 GiB)
Base address:0xd880 Memory:ff980000-ff9a0000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:47962 errors:0 dropped:0 overruns:0 frame:0
TX packets:47962 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:21221150 (20.2 MiB) TX bytes:21221150 (20.2 MiB)
sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
root@dns:/var/named/chroot/etc]$ diff named.conf named.conf.090210
113a114,117
> zone "." {
> type hint;
> file "root.cache";
> };
recursion no;
allow-recursion { "physics"; };
Immediately had problems with certain hosts not being able to resolve
outside hosts (including sending email to places like gmail).
Backed out change.
07-01-08
Linux version 2.6.9-55.0.2.EL (mockbuild@builder4.centos.org) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-8)) #1 Tue Jun
26 14:08:18 EDT 2007
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003ff40000 (usable)
BIOS-e820: 000000003ff40000 - 000000003ff50000 (ACPI data)
BIOS-e820: 000000003ff50000 - 0000000040000000 (ACPI NVS)
127MB HIGHMEM available.
896MB LOWMEM available.
Using x86 segment limits to approximate NX protection
zapping low mappings.
On node 0 totalpages: 261952
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 225280 pages, LIFO batch:16
HighMem zone: 32576 pages, LIFO batch:7
DMI 2.3 present.
ACPI: RSDP (v000 ACPIAM ) @ 0x000f79f0
ACPI: RSDT (v001 INTEL D845EBG2 0x20020814 MSFT 0x00000097) @ 0x3ff40000
ACPI: FADT (v002 INTEL D845EBG2 0x20020814 MSFT 0x00000097) @ 0x3ff40200
ACPI: MADT (v001 INTEL D845EBG2 0x20020814 MSFT 0x00000097) @ 0x3ff40300
ACPI: ASF! (v016 AMIASF I845GASF 0x00000001 MSFT 0x0100000d) @ 0x3ff44610
ACPI: DSDT (v001 INTEL D845EBG2 0x0000010a MSFT 0x0100000d) @ 0x00000000
ACPI: PM-Timer IO Port: 0x408
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 15:2 APIC version 20
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x81] disabled)
ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
Enabling APIC mode: Flat. Using 0 I/O APICs
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 50000000 (gap: 40000000:c0000000)
Built 1 zonelists
Kernel command line: ro root=/dev/VolGroup00/LogVol00 rhgb quiet
mapped APIC to ffffd000 (fee00000)
Initializing CPU#0
CPU 0 irqstacks, hard=c0404000 soft=c0403000
PID hash table entries: 4096 (order: 12, 65536 bytes)
Detected 2399.822 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1033084k/1047808k available (2159k kernel code, 13856k reserved, 719k data, 168k init, 130304k highmem)
Calibrating delay using timer specific routine.. 4802.83 BogoMIPS (lpj=2401417)
Security Scaffold v1.0.0 initialized
SELinux: Initializing.
SELinux: Starting in permissive mode
There is already a security framework initialized, register_security failed.
selinux_register_security: Registering secondary module capability
Capability LSM initialized as secondary
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: 3febfbff 00000000 00000000 00000000
CPU: After vendor identify, caps: 3febfbff 00000000 00000000 00000000
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: After all inits, caps: 3febf3ff 00000000 00000000 00000080
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
CPU0: Thermal monitoring enabled
CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz stepping 04
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
BIOS bug: Legacy-free FADT detected, but FADT size (129) is incorrect!
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 pin1=2 pin2=-1
checking if image is initramfs... it is
Freeing initrd memory: 1227k freed
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040816
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
ACPI: Power Resource [URP1] (off)
ACPI: Power Resource [URP2] (off)
ACPI: Power Resource [FDDP] (off)
ACPI: Power Resource [LPTP] (off)
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 *9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
Linux Plug and Play Support v0.97 (c) Adam Belay
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Using ACPI for IRQ routing
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 169
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 177
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 185
ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 193
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 185
ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 17 (level, low) -> IRQ 201
ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 17 (level, low) -> IRQ 201
ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 169
ACPI: PCI Interrupt 0000:02:02.0[A] -> GSI 18 (level, low) -> IRQ 185
ACPI: PCI Interrupt 0000:02:0c.0[A] -> GSI 17 (level, low) -> IRQ 201
apm: BIOS not found.
audit: initializing netlink socket (disabled)
audit(1185264564.837:1): initialized
highmem bounce pool size: 64 pages
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
SELinux: Registering netfilter hooks
Initializing Cryptographic API
ksign: Installing public key data
Loading keyring
- Added public key F6D125003A6A5D77
- User ID: CentOS (Kernel Module GPG key)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
ACPI: Processor [CPU1] (supports C1, 8 throttling states)
Real Time Clock Driver v1.12
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected an Intel i845 Chipset.
agpgart: Maximum main memory to use for agp memory: 941M
agpgart: AGP aperture is 64M @ 0xf8000000
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 68 ports, IRQ sharing enabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
divert: not allocating divert_blk for non-ethernet device lo
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH4: IDE controller at PCI slot 0000:00:1f.1
PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 185
ICH4: chipset revision 1
ICH4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA, hdd:pio
Probing IDE interface ide0...
hda: ST380021A, ATA DISK drive
hdb: ST380021A, ATA DISK drive
Using cfq io scheduler
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: LG CD-ROM CRD-8522B, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
Probing IDE interface ide2...
Probing IDE interface ide3...
Probing IDE interface ide4...
Probing IDE interface ide5...
hda: max request size: 128KiB
hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
hda: cache flushes not supported
hda: hda1 hda2
hdb: max request size: 128KiB
hdb: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
hdb: cache flushes not supported
hdb: hdb1 hdb2 hdb3
hdc: ATAPI 52X CD-ROM drive, 128kB Cache, DMA
Uniform CD-ROM driver Revision: 3.20
ide-floppy driver 0.99.newide
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard on isa0060/serio0
input: ImExPS/2 Generic Explorer Mouse on isa0060/serio1
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
NET: Registered protocol family 2
IP route cache hash table entries: 65536 (order: 6, 262144 bytes)
TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
TCP bind hash table entries: 131072 (order: 9, 3670016 bytes)
TCP: Hash tables configured (established 262144 bind 131072)
Initializing IPsec netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
ACPI wakeup devices:
P0P1 UAR1 USB0 USB1 USB2 USB3 AC97 SLPB
ACPI: (supports S0 S1 S4 S5)
Freeing unused kernel memory: 168k freed
device-mapper: 4.5.5-ioctl (2006-12-01) initialised: dm-devel@redhat.com
md: raid1 personality registered as nr 3
md: Autodetecting RAID arrays.
md: autorun ...
md: considering hdb3 ...
md: adding hdb3 ...
md: hdb2 has different UUID to hdb3
md: hdb1 has different UUID to hdb3
md: created md2
md: bind
md: running:
raid1: raid set md2 active with 1 out of 2 mirrors
md: considering hdb2 ...
md: adding hdb2 ...
md: hdb1 has different UUID to hdb2
md: created md1
md: bind
md: running:
raid1: raid set md1 active with 1 out of 2 mirrors
md: considering hdb1 ...
md: adding hdb1 ...
md: created md0
md: bind
md: running:
raid1: raid set md0 active with 1 out of 2 mirrors
md: ... autorun DONE.
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
cdrom: open failed.
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
security: 3 users, 4 roles, 355 types, 26 bools
security: 55 classes, 22610 rules
SELinux: Completing initialization.
SELinux: Setting up existing superblocks.
SELinux: initialized (dev dm-0, type ext3), uses xattr
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
SELinux: initialized (dev mqueue, type mqueue), not configured for labeling
SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts
SELinux: initialized (dev devpts, type devpts), uses transition SIDs
SELinux: initialized (dev eventpollfs, type eventpollfs), uses genfs_contexts
SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts
SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
SELinux: initialized (dev proc, type proc), uses genfs_contexts
SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
SCSI subsystem initialized
libata version 2.00 loaded.
inserting floppy driver for 2.6.9-55.0.2.EL
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
Intel(R) PRO/1000 Network Driver - version 7.2.7-k2-NAPI
Copyright (c) 1999-2006 Intel Corporation.
ACPI: PCI Interrupt 0000:02:02.0[A] -> GSI 18 (level, low) -> IRQ 185
e1000: 0000:02:02.0: e1000_probe: (PCI:33MHz:32-bit) 00:02:b3:94:e5:28
divert: allocating divert_blk for eth0
e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
ACPI: PCI Interrupt 0000:02:0c.0[A] -> GSI 17 (level, low) -> IRQ 201
e1000: 0000:02:0c.0: e1000_probe: (PCI:33MHz:32-bit) 00:02:b3:94:e5:8f
divert: allocating divert_blk for eth1
e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection
ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 17 (level, low) -> IRQ 201
PCI: Setting latency timer of device 0000:00:1f.5 to 64
intel8x0_measure_ac97_clock: measured 50049 usecs
intel8x0: clocking to 48000
hw_random hardware driver 1.0.0 loaded
ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 193
ehci_hcd 0000:00:1d.7: EHCI Host Controller
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: irq 193, pci mem f88e8c00
SELinux: initialized (dev usbdevfs, type usbdevfs), uses genfs_contexts
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
PCI: cache line size of 128 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: USB 2.0 enabled, EHCI 1.00, driver 2004-May-10
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
USB Universal Host Controller Interface driver v2.2
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 169
uhci_hcd 0000:00:1d.0: UHCI Host Controller
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: irq 169, io base 0000e800
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 177
uhci_hcd 0000:00:1d.1: UHCI Host Controller
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: irq 177, io base 0000e880
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 185
uhci_hcd 0000:00:1d.2: UHCI Host Controller
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: irq 185, io base 0000ec00
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
ACPI: Power Button (FF) [PWRF]
ACPI: Sleep Button (CM) [SLPB]
EXT3 FS on dm-0, internal journal
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
SELinux: initialized (dev hda1, type ext3), uses xattr
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
Adding 2031608k swap on /dev/VolGroup00/LogVol01. Priority:-1 extents:1
SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
IA-32 Microcode Update Driver: v1.14
microcode: CPU0 updated from revision 0xb to 0x1e, date = 06052003
IA-32 Microcode Update Driver v1.14 unregistered
parport0: PC-style at 0x378 [PCSPP,TRISTATE,EPP]
ip_tables: (C) 2000-2002 Netfilter core team
ip_conntrack version 2.1 (8186 buckets, 65488 max) - 356 bytes per conntrack
e1000: eth1: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex
SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
i2c /dev entries driver
parport0: PC-style at 0x378 [PCSPP,TRISTATE,EPP]
lp0: using parport0 (polling).
lp0: console ready
NET: Registered protocol family 10
Disabled Privacy Extensions on device c0386e40(lo)
IPv6 over IPv4 tunneling driver
divert: not allocating divert_blk for non-ethernet device sit0
audit(1185289816.122:6): avc: denied { read } for pid=3406 comm="dhcpd" name="dhcpd.conf" dev=dm-0 ino=5423110 scontext=use
r_u:system_r:dhcpd_t tcontext=root:object_r:named_conf_t tclass=file
eth1: no IPv6 routers present
ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 169
[drm] Initialized r128 2.5.0 20030725 on minor 0:
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode
e1000: eth1: e1000_watchdog_task: NIC Link is Down
e1000: eth1: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex
ADDRCONF(NETDEV_UP): eth1: link is not ready
e1000: eth1: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
eth1: no IPv6 routers present
ser_u:system_r:named_t tcontext=user_u:object_r:named_conf_t tclass=file
audit(1185302536.384:11): avc: denied { write } for pid=5585 comm="named" name="run" dev=dm-0 ino=5406735 scontext=root:sys
tem_r:named_t tcontext=system_u:object_r:named_conf_t tclass=dir
audit(1185302536.384:12): avc: denied { add_name } for pid=5585 comm="named" name="named.pid" scontext=root:system_r:named_
t tcontext=system_u:object_r:named_conf_t tclass=dir
audit(1185302536.384:13): avc: denied { create } for pid=5585 comm="named" name="named.pid" scontext=root:system_r:named_t
tcontext=root:object_r:named_conf_t tclass=file
audit(1185302536.384:14): avc: denied { write } for pid=5585 comm="named" name="named.pid" dev=dm-0 ino=5407204 scontext=ro
ot:system_r:named_t tcontext=root:object_r:named_conf_t tclass=file
audit(1185318071.106:15): avc: denied { remove_name } for pid=5584 comm="named" name="named.pid" dev=dm-0 ino=5407204 scont
ext=root:system_r:named_t tcontext=system_u:object_r:named_conf_t tclass=dir
audit(1185318071.106:16): avc: denied { unlink } for pid=5584 comm="named" name="named.pid" dev=dm-0 ino=5407204 scontext=r
oot:system_r:named_t tcontext=root:object_r:named_conf_t tclass=file
e1000: eth1: e1000_watchdog_task: NIC Link is Down
e1000: eth1: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex
ADDRCONF(NETDEV_UP): eth1: link is not ready
e1000: eth1: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
eth1: no IPv6 routers present
audit(1185376271.276:17): avc: denied { read } for pid=6673 comm="dhcpd" name="dhcpd.conf" dev=dm-0 ino=5423107 scontext=ro
ot:system_r:dhcpd_t tcontext=root:object_r:named_conf_t tclass=file
audit(1185383285.580:18): avc: denied { write } for pid=5706 comm="named" name="run" dev=dm-0 ino=5406735 scontext=root:sys
tem_r:named_t tcontext=system_u:object_r:named_conf_t tclass=dir
audit(1185383285.580:19): avc: denied { remove_name } for pid=5706 comm="named" name="named.pid" dev=dm-0 ino=5407204 scont
ext=root:system_r:named_t tcontext=system_u:object_r:named_conf_t tclass=dir
audit(1185383285.580:20): avc: denied { unlink } for pid=5706 comm="named" name="named.pid" dev=dm-0 ino=5407204 scontext=r
oot:system_r:named_t tcontext=root:object_r:named_conf_t tclass=file
audit(1185383287.648:21): avc: denied { add_name } for pid=6829 comm="named" name="named.pid" scontext=root:system_r:named_
t tcontext=system_u:object_r:named_conf_t tclass=dir
02-09-19 BIOS SETUP
MAIN
Hard disk
predelay: disabled
Primary Master: CD-ROM
Type: Auto
Multi-Sector transfers: Dis
LBA Mode Control: Dis
32 bit I/O: Dis
Transfer Mode: FPIO 4 / DMA 2
Ultra DMA mode: Dis
Primary Slave: none
Processor
Processor speed: 933 MHz
Processor 1 type: 686
Cache RAM: 256 KB
Processor 2 type: 686
Cache RAM: 256 KB
Processor #1 status: normal
Processor #2 status: normal
Clear processor errors: [Enter]
Processor error pause: Ena
Processor Serial number: Dis
ADVANCED
Memory
reconfiguration
System memory: 640 KB
Extended memory: 1047552 KB
DIMM group #1 Status: normal
DIMM group #2 Status: normal
DIMM group #3 Status: normal
DIMM group #4 Status: normal
Clears DIMM errors: [Enter]
DIMM error pause: Ena
Peripheral
Configuration
Serial Port 1: 3F8, IRQ4
Serial Port 2: 2F8, IRQ3
Parallel Port: 378, IRQ7
Parallel Port Mode: ECP,DMA3
Diskette controller: Ena
Mouse: Auto detect
SCSI Controller: Dis
LAN Controller: Ena
VGA Controller: Ena
USB Controller: Dis
PCI Device
PCI IRQ 1: Auto Select
...PCI IRQ 14: Auto Select
Option ROM
On board SCSI: Ena
On board LAN: Ena
PCI Slot1: Ena ...
PCI Slot6: Ena
Numlock
Numlock: Auto
Key Click: Dis
Keyboard auto-repeat rate: 10/sec
Keyboard auto-repeat delay: 1 sec
Reset
Configuration data: No
Installed O/S:
Other
SECURITY
Supervisor
password is: Clear
User password
is: Clear
Set supervisor
password: [Enter]
Set user
password: [Enter]
Password on
boot: Dis
Fixed disk boot
sector: Normal
Diskette
access:
User
Secure mode:
[blank]
Power switch
mask: Unmasked
Option ROM Menu
mask: Unmasked
SYSTEM
Wake on events
Wake on LAN: Dis
Wake on Ring: Disk
AC-Link: Power
on
Error log
initialization: [Enter]
Console
redirection
Serial port address: Dis
Baud rate: 19.2K
Flow control: No flow control
Console Connection: Direct
Assert NMI on
PERR: Dis
BOOT
Boot-time
Diagnostic screen: Ena
Boot device
priority
1. ATAPI CD-ROM Drive
2. Removable devices
3. Hard Drive
4. Intel Boot Agent Version 4.0
Hard Drive
1. Bootable Add-in Cards
2. Intel Integrated RAID
3. Intel Integrated RAID
Removable
Devices
1. Legacy Floppy Drives
For more assistance contact
Ron Parachoniak, rap@physics.ubc.ca ( Sysadmin )
| webmaster@physics.ubc.ca | [Dept. Home Page] | last updated: 17 Apr 01 |