Possible XFree86 Bug

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I shut down my Mandrake 10.0 system normally in order to boot an alternate 
(older) system, Mandrake 9.2. On reboot, the X server would not load because 
of a problem that had been introduced into the configuration file at line 36. 
I have had this exact problem (same line of the file) happen before, but 
infrequently - always, I think, when I have either booted a different kernel 
or an alternate system then returned to the normal Mandrake 10.0 with a 2.4 
kernel. I can fix the problem by booting to the alternate system, removing 
the extra double quote from line 36, and rebooting, but I have no idea why 
the file is being rewritten in the first place.

Because of the length of the supporting material, I have included it as an 
attachment.
-- 
Gail Koontz		Retired in my home state
836 Mallard Rd.		... and loving it!
Cocoa, FL 32926		gailkoontz@xxxxxxxxxx
I shut down system normally to boot alternate system. On reboot, the X server
would not load. I found the following in /etc/XFree86.0.log.
--------------------
This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@xxxxxxxxxxx and patches submitted
to fixes@xxxxxxxxxxxx  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.0.1
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.19-43mdkenterprise i686 [ELF]
Build Date: 19 July 2004
	Before reporting problems, check http://www.XFree86.Org/
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Aug 10 09:45:32 2004
(==) Using config file: "/etc/X11/XF86Config-4"
Parse error on line 36 of section InputDevice in file /etc/X11/XF86Config-4
	"Keyboard1"" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error from xf86HandleConfigFile()

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xxxxxxxxxxxx
--------------------
Here is the bad config file, modified at 9:38. The problem is the extra double
quote that has been introduced into line 36.
--------------------
# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Mandrake 6.0 and later now use a font server independent of
    # the X server to render fonts.
    FontPath "unix/:-1"
EndSection

Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse doesn't
work
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection

Section "DRI"
    Mode 0666
EndSection

Section "InputDevice"
    Identifier ""Keyboard1"
    Driver "Keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "en_US"
    Option "AutoRepeat" "500 20"
    Option "XkbOptions" ""
EndSection

Section "InputDevice"
    Identifier "cursor"
    Driver "wacom"
    Option "Device" "/dev/ttyS1"          # SERIAL ONLY
    Option "Type" "cursor"
    Option "Mode" "relative"
    Option "Speed" "3.0"
    Option "Threshold" "10"
EndSection

Section "InputDevice"
    Identifier "stylus"
    Driver "wacom"
    Option "Device" "/dev/ttyS1"          # SERIAL ONLY
    Option "Type" "stylus"
    Option "Mode" "absolute"
    Option "Tilt" "on"
    Option "Threshold" "10"
    #Option "TiltInvert" "on"
EndSection

Section "InputDevice"
    Identifier "eraser"
    Driver "wacom"
    Option "Device" "/dev/ttyS1"          # SERIAL ONLY
    Option "Type" "eraser"
    Option "Mode" "absolute"
    Option "Tilt" "on"
    Option "Threshold" "10"
    #Option "TiltInvert" "on"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/mouse"
    Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier "monitor1"
    HorizSync 30-70
    VertRefresh 50-160
    
    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync
-vsync
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "Matrox"
    BoardName "Matrox Millennium G450 DualHead"
    Driver "mga"
    VideoRam 32768
    BusID "PCI:1:5:0"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
    
    Subsection "Display"
        Depth 8
        Virtual 1024 768
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Virtual 1024 768
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Virtual 1024 768
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Virtual 1024 768
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "cursor"    "SendCoreEvents"
    InputDevice "stylus"    "SendCoreEvents"
    InputDevice "eraser"    "SendCoreEvents"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection
--------------------
Configuration file /etc/X11/XF86Config-4 had been modified at 9:38. Here are all
the lines recorded in /var/log/syslog at that time. Note that the kdm lines at
9:38:30 apparently appear every time I boot, not just when I get this failure.
--------------------
Aug 10 09:38:23 linux syslogd 1.4.1: restart.
Aug 10 09:38:23 linux kernel: klogd 1.4.1, log source = /proc/kmsg started.
Aug 10 09:38:23 linux kernel: Inspecting /boot/System.map-2.4.22-28mdk
Aug 10 09:38:23 linux partmon: Checking if partitions have enough free
diskspace: 
Aug 10 09:38:23 linux kernel: Loaded 20797 symbols from
/boot/System.map-2.4.22-28mdk.
Aug 10 09:38:23 linux kernel: Symbols match kernel version 2.4.22.
Aug 10 09:38:23 linux kernel: Loaded 336 symbols from 15 modules.
Aug 10 09:38:23 linux kernel: Linux version 2.4.22-28mdk (root@nvmdk92bld) (gcc
version 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk)) #1 Tue Feb 24 14:20:27 EST 2004
Aug 10 09:38:23 linux kernel: BIOS-provided physical RAM map:
Aug 10 09:38:23 linux kernel:  BIOS-e820: 0000000000000000 - 000000000009fc00
(usable)
Aug 10 09:38:23 linux kernel:  BIOS-e820: 000000000009fc00 - 00000000000a0000
(reserved)
Aug 10 09:38:23 linux kernel:  BIOS-e820: 00000000000f0000 - 0000000000100000
(reserved)
Aug 10 09:38:23 linux kernel:  BIOS-e820: 0000000000100000 - 000000001fff0000
(usable)
Aug 10 09:38:23 linux kernel:  BIOS-e820: 000000001fff0000 - 000000001fff3000
(ACPI NVS)
Aug 10 09:38:23 linux kernel:  BIOS-e820: 000000001fff3000 - 0000000020000000
(ACPI data)
Aug 10 09:38:23 linux kernel:  BIOS-e820: 00000000ffff0000 - 0000000100000000
(reserved)
Aug 10 09:38:23 linux kernel: 511MB LOWMEM available.
Aug 10 09:38:23 linux kernel: On node 0 totalpages: 131056
Aug 10 09:38:23 linux kernel: zone(0): 4096 pages.
Aug 10 09:38:23 linux kernel: zone(1): 126960 pages.
Aug 10 09:38:23 linux kernel: zone(2): 0 pages.
Aug 10 09:38:23 linux kernel: Building zonelist for node : 0
Aug 10 09:38:23 linux kernel: Kernel command line: BOOT_IMAGE=win4lin ro
root=2101 noapic devfs=mount acpi=off
Aug 10 09:38:23 linux kernel: Local APIC disabled by BIOS -- reenabling.
Aug 10 09:38:23 linux kernel: Found and enabled local APIC!
Aug 10 09:38:23 linux kernel: Initializing CPU#0
Aug 10 09:38:23 linux kernel: Detected 1400.101 MHz processor.
Aug 10 09:38:23 linux kernel: Console: colour VGA+ 80x25
Aug 10 09:38:23 linux kernel: Calibrating delay loop... 2791.83 BogoMIPS
Aug 10 09:38:23 linux kernel: Memory: 514740k/524224k available (1483k kernel
code, 9096k reserved, -1936k data, 156k init, 0k highmem, 0k BadRAM)
Aug 10 09:38:23 linux kernel: Dentry cache hash table entries: 65536 (order: 7,
524288 bytes)
Aug 10 09:38:23 linux kernel: Inode cache hash table entries: 32768 (order: 6,
262144 bytes)
Aug 10 09:38:23 linux kernel: Mount cache hash table entries: 512 (order: 0,
4096 bytes)
Aug 10 09:38:23 linux kernel: Buffer cache hash table entries: 32768 (order: 5,
131072 bytes)
Aug 10 09:38:23 linux kernel: Page-cache hash table entries: 131072 (order: 7,
524288 bytes)
Aug 10 09:38:23 linux kernel: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K
(64 bytes/line)
Aug 10 09:38:23 linux kernel: CPU: L2 Cache: 256K (64 bytes/line)
Aug 10 09:38:23 linux kernel: Intel machine check architecture supported.
Aug 10 09:38:23 linux kernel: Intel machine check reporting enabled on CPU#0.
Aug 10 09:38:23 linux kernel: CPU: AMD Athlon(tm) processor stepping 04
Aug 10 09:38:23 linux kernel: Enabling fast FPU save and restore... done.
Aug 10 09:38:23 linux kernel: Checking 'hlt' instruction... OK.
Aug 10 09:38:23 linux kernel: POSIX conformance testing by UNIFIX
Aug 10 09:38:23 linux kernel: enabled ExtINT on CPU#0
Aug 10 09:38:23 linux kernel: ESR value before enabling vector: 00000000
Aug 10 09:38:23 linux kernel: ESR value after enabling vector: 00000000
Aug 10 09:38:23 linux kernel: Using local APIC timer interrupts.
Aug 10 09:38:23 linux kernel: calibrating APIC timer ...
Aug 10 09:38:23 linux kernel: ..... CPU clock speed is 1400.0446 MHz.
Aug 10 09:38:23 linux kernel: ..... host bus clock speed is 266.6752 MHz.
Aug 10 09:38:23 linux kernel: cpu: 0, clocks: 2666752, slice: 1333376
Aug 10 09:38:23 linux kernel:
CPU0<T0:2666752,T1:1333376,D:0,S:1333376,C:2666752>
Aug 10 09:38:23 linux kernel: mtrr: v1.40 (20010327) Richard Gooch
(rgooch@xxxxxxxxxxxxx)
Aug 10 09:38:23 linux kernel: mtrr: detected mtrr type: Intel
Aug 10 09:38:23 linux kernel: ACPI: Subsystem revision 20031002
Aug 10 09:38:23 linux kernel: ACPI: Interpreter disabled.
Aug 10 09:38:23 linux kernel: PCI: PCI BIOS revision 2.10 entry at 0xfb600, last
bus=1
Aug 10 09:38:23 linux kernel: PCI: Using configuration type 1
Aug 10 09:38:23 linux kernel: PCI: Probing PCI hardware
Aug 10 09:38:23 linux kernel: PCI: ACPI tables contain no PCI IRQ routing
entries
Aug 10 09:38:23 linux kernel: PCI: Probing PCI hardware (bus 00)
Aug 10 09:38:23 linux kernel: PCI: Using IRQ router VIA [1106/0686] at 00:07.0
Aug 10 09:38:23 linux kernel: PCI: Disabling Via external APIC routing
Aug 10 09:38:23 linux kernel: isapnp: Scanning for PnP cards...
Aug 10 09:38:23 linux kernel: isapnp: No Plug & Play device found
Aug 10 09:38:23 linux kernel: Linux NET4.0 for Linux 2.4
Aug 10 09:38:23 linux kernel: Based upon Swansea University Computer Society
NET3.039
Aug 10 09:38:23 linux kernel: Initializing RT netlink socket
Aug 10 09:38:23 linux kernel: apm: BIOS version 1.2 Flags 0x07 (Driver version
1.16)
Aug 10 09:38:23 linux kernel: Starting kswapd
Aug 10 09:38:23 linux kernel: kinoded started
Aug 10 09:38:23 linux kernel: VFS: Disk quotas vdquot_6.5.1
Aug 10 09:38:23 linux kernel: devfs: v1.12c (20020818) Richard Gooch
(rgooch@xxxxxxxxxxxxx)
Aug 10 09:38:23 linux kernel: devfs: boot_options: 0x1
Aug 10 09:38:23 linux kernel: pty: 1024 Unix98 ptys configured
Aug 10 09:38:23 linux kernel: Serial driver version 5.05c (2001-07-08) with
HUB-6 MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI ISAPNP enabled
Aug 10 09:38:23 linux kernel: ttyS00 at 0x03f8 (irq = 4) is a 16550A
Aug 10 09:38:23 linux kernel: ttyS01 at 0x02f8 (irq = 3) is a 16550A
Aug 10 09:38:23 linux kernel: RAMDISK driver initialized: 16 RAM disks of 32000K
size 1024 blocksize
Aug 10 09:38:23 linux kernel: Uniform Multi-Platform E-IDE driver Revision:
7.00beta4-2.4
Aug 10 09:38:23 linux kernel: ide: Assuming 33MHz system bus speed for PIO
modes; override with idebus=xx
Aug 10 09:38:23 linux kernel: VP_IDE: IDE controller at PCI slot 00:07.1
Aug 10 09:38:23 linux kernel: VP_IDE: chipset revision 6
Aug 10 09:38:23 linux kernel: VP_IDE: not 100%% native mode: will probe irqs
later
Aug 10 09:38:23 linux kernel: ide: Assuming 33MHz system bus speed for PIO
modes; override with idebus=xx
Aug 10 09:38:23 linux kernel: VP_IDE: VIA vt82c686b (rev 40) IDE UDMA100
controller on pci00:07.1
Aug 10 09:38:23 linux kernel:     ide0: BM-DMA at 0x9400-0x9407, BIOS settings:
hda:DMA, hdb:pio
Aug 10 09:38:23 linux kernel:     ide1: BM-DMA at 0x9408-0x940f, BIOS settings:
hdc:DMA, hdd:pio
Aug 10 09:38:23 linux kernel: PDC20265: IDE controller at PCI slot 00:10.0
Aug 10 09:38:23 linux kernel: PCI: Found IRQ 11 for device 00:10.0
Aug 10 09:38:23 linux kernel: PCI: Sharing IRQ 11 with 00:07.2
Aug 10 09:38:23 linux kernel: PCI: Sharing IRQ 11 with 00:07.3
Aug 10 09:38:23 linux kernel: PDC20265: chipset revision 2
Aug 10 09:38:23 linux kernel: PDC20265: not 100%% native mode: will probe irqs
later
Aug 10 09:38:23 linux kernel: PDC20265: (U)DMA Burst Bit ENABLED Primary PCI
Mode Secondary PCI Mode.
Aug 10 09:38:23 linux kernel:     ide2: BM-DMA at 0xcc00-0xcc07, BIOS settings:
hde:DMA, hdf:pio
Aug 10 09:38:23 linux kernel:     ide3: BM-DMA at 0xcc08-0xcc0f, BIOS settings:
hdg:DMA, hdh:pio
Aug 10 09:38:23 linux kernel: hda: ASUS CD-S520/A, ATAPI CD/DVD-ROM drive
Aug 10 09:38:23 linux kernel: hdc: PLEXTOR CD-R PX-W1210A, ATAPI CD/DVD-ROM
drive
Aug 10 09:38:23 linux kernel: hde: ST380011A, ATA DISK drive
Aug 10 09:38:23 linux kernel: blk: queue c0182468, I/O limit 4095Mb (mask
0xffffffff)
Aug 10 09:38:23 linux kernel: hdg: IC35L040AVER07-0, ATA DISK drive
Aug 10 09:38:23 linux kernel: blk: queue c01828bc, I/O limit 4095Mb (mask
0xffffffff)
Aug 10 09:38:23 linux kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Aug 10 09:38:23 linux kernel: ide1 at 0x170-0x177,0x376 on irq 15
Aug 10 09:38:23 linux kernel: ide2 at 0xbc00-0xbc07,0xc002 on irq 11
Aug 10 09:38:23 linux kernel: ide3 at 0xc400-0xc407,0xc802 on irq 11
Aug 10 09:38:23 linux kernel: hde: attached ide-disk driver.
Aug 10 09:38:23 linux kernel: hde: host protected area => 1
Aug 10 09:38:23 linux kernel: hde: 156301488 sectors (80026 MB) w/2048KiB Cache,
CHS=9729/255/63, UDMA(100)
Aug 10 09:38:23 linux kernel: hdg: attached ide-disk driver.
Aug 10 09:38:23 linux kernel: hdg: host protected area => 1
Aug 10 09:38:23 linux kernel: hdg: 80418240 sectors (41174 MB) w/1916KiB Cache,
CHS=79780/16/63, UDMA(100)
Aug 10 09:38:23 linux kernel: Partition check:
Aug 10 09:38:23 linux kernel:  /dev/ide/host2/bus0/target0/lun0: p1 p2 < p5 p6
p7 p8 p9 p10 p11 p12 p13 p14 >
Aug 10 09:38:23 linux kernel:  /dev/ide/host2/bus1/target0/lun0: p1 p2 < p5 p6
p7 p8 p9 p10 p11 >
Aug 10 09:38:23 linux kernel: ide: late registration of driver.
Aug 10 09:38:23 linux kernel: md: md driver 0.90.0 MAX_MD_DEVS=256,
MD_SB_DISKS=27
Aug 10 09:38:23 linux kernel: md: Autodetecting RAID arrays.
Aug 10 09:38:23 linux kernel: md: autorun ...
Aug 10 09:38:23 linux kernel: md: ... autorun DONE.
Aug 10 09:38:23 linux kernel: Initializing Cryptographic API
Aug 10 09:38:23 linux kernel: NET4: Linux TCP/IP 1.0 for NET4.0
Aug 10 09:38:23 linux kernel: IP Protocols: ICMP, UDP, TCP, IGMP
Aug 10 09:38:23 linux kernel: IP: routing cache hash table of 4096 buckets,
32Kbytes
Aug 10 09:38:23 linux kernel: TCP: Hash tables configured (established 32768
bind 65536)
Aug 10 09:38:23 linux kernel: Linux IP multicast router 0.06 plus PIM-SM
Aug 10 09:38:23 linux kernel: NET4: Unix domain sockets 1.0/SMP for Linux
NET4.0.
Aug 10 09:38:23 linux partmon: ^[[65G[^[[1;32m
Aug 10 09:38:23 linux kernel: Swsusp 1.0.3: Missing or invalid swap partition
location (resume= parameter). Disabled.
Aug 10 09:38:24 linux kernel: RAMDISK: Compressed image found at block 0
Aug 10 09:38:24 linux kernel: Freeing initrd memory: 236k freed
Aug 10 09:38:24 linux kernel: VFS: Mounted root (ext2 filesystem).
Aug 10 09:38:24 linux kernel: Mounted devfs on /dev
Aug 10 09:38:24 linux kernel: SCSI subsystem driver Revision: 1.00
Aug 10 09:38:24 linux kernel: Journalled Block Device driver loaded
Aug 10 09:38:24 linux kernel: kjournald starting.  Commit interval 5 seconds
Aug 10 09:38:24 linux kernel: EXT3-fs: mounted filesystem with ordered data
mode.
Aug 10 09:38:24 linux kernel: Mounted devfs on /dev
Aug 10 09:38:24 linux kernel: Freeing unused kernel memory: 156k freed
Aug 10 09:38:24 linux kernel: Real Time Clock Driver v1.10e
Aug 10 09:38:24 linux kernel: usb.c: registered new driver usbdevfs
Aug 10 09:38:24 linux kernel: usb.c: registered new driver hub
Aug 10 09:38:24 linux kernel: usb-uhci.c: $Revision: 1.275 $ time 23:01:14 Feb
19 2004
Aug 10 09:38:24 linux kernel: usb-uhci.c: High bandwidth mode enabled
Aug 10 09:38:24 linux kernel: PCI: Found IRQ 11 for device 00:07.2
Aug 10 09:38:24 linux kernel: PCI: Sharing IRQ 11 with 00:07.3
Aug 10 09:38:24 linux kernel: PCI: Sharing IRQ 11 with 00:10.0
Aug 10 09:38:24 linux kernel: usb-uhci.c: USB UHCI at I/O 0x9800, IRQ 11
Aug 10 09:38:24 linux kernel: usb-uhci.c: Detected 2 ports
Aug 10 09:38:24 linux kernel: usb.c: new USB bus registered, assigned bus number
1
Aug 10 09:38:24 linux kernel: hub.c: USB hub found
Aug 10 09:38:24 linux kernel: hub.c: 2 ports detected
Aug 10 09:38:24 linux kernel: PCI: Found IRQ 11 for device 00:07.3
Aug 10 09:38:24 linux kernel: PCI: Sharing IRQ 11 with 00:07.2
Aug 10 09:38:24 linux kernel: PCI: Sharing IRQ 11 with 00:10.0
Aug 10 09:38:24 linux kernel: usb-uhci.c: USB UHCI at I/O 0x9c00, IRQ 11
Aug 10 09:38:24 linux kernel: usb-uhci.c: Detected 2 ports
Aug 10 09:38:24 linux kernel: usb.c: new USB bus registered, assigned bus number
2
Aug 10 09:38:24 linux kernel: hub.c: USB hub found
Aug 10 09:38:24 linux kernel: hub.c: 2 ports detected
Aug 10 09:38:24 linux kernel: usb-uhci.c: v1.275:USB Universal Host Controller
Interface driver
Aug 10 09:38:24 linux kernel: usbdevfs: remount parameter error
Aug 10 09:38:24 linux kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on ide2(33,1),
internal journal
Aug 10 09:38:24 linux kernel: Adding Swap: 1397612k swap-space (priority -1)
Aug 10 09:38:24 linux kernel: Adding Swap: 1131440k swap-space (priority -2)
Aug 10 09:38:24 linux kernel: kjournald starting.  Commit interval 5 seconds
Aug 10 09:38:24 linux kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on ide3(34,9),
internal journal
Aug 10 09:38:24 linux kernel: EXT3-fs: mounted filesystem with ordered data
mode.
Aug 10 09:38:24 linux kernel: kjournald starting.  Commit interval 5 seconds
Aug 10 09:38:24 linux kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on ide3(34,10),
internal journal
Aug 10 09:38:24 linux kernel: EXT3-fs: mounted filesystem with ordered data
mode.
Aug 10 09:38:24 linux kernel: kjournald starting.  Commit interval 5 seconds
Aug 10 09:38:24 linux kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on ide2(33,9),
internal journal
Aug 10 09:38:24 linux kernel: EXT3-fs: mounted filesystem with ordered data
mode.
Aug 10 09:38:24 linux kernel: kjournald starting.  Commit interval 5 seconds
Aug 10 09:38:24 linux kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on ide2(33,8),
internal journal
Aug 10 09:38:24 linux kernel: EXT3-fs: mounted filesystem with ordered data
mode.
Aug 10 09:38:24 linux kernel: kjournald starting.  Commit interval 5 seconds
Aug 10 09:38:24 linux kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on ide2(33,6),
internal journal
Aug 10 09:38:24 linux kernel: EXT3-fs: mounted filesystem with ordered data
mode.
Aug 10 09:38:24 linux kernel: kjournald starting.  Commit interval 5 seconds
Aug 10 09:38:24 linux kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on ide2(33,7),
internal journal
Aug 10 09:38:24 linux kernel: EXT3-fs: mounted filesystem with ordered data
mode.
Aug 10 09:38:24 linux kernel: Linux Tulip driver version 0.9.15-pre12 (Aug 9,
2002)
Aug 10 09:38:24 linux kernel: PCI: Found IRQ 10 for device 00:0a.0
Aug 10 09:38:24 linux kernel: PCI: Sharing IRQ 10 with 00:0e.0
Aug 10 09:38:24 linux kernel: tulip0:  MII transceiver #1 config 3100 status
7829 advertising 01e1.
Aug 10 09:38:24 linux kernel: eth0: Lite-On 82c168 PNIC rev 32 at 0xb000,
00:A0:CC:28:53:D7, IRQ 10.
Aug 10 09:38:24 linux kernel: PCI: Found IRQ 5 for device 00:0c.0
Aug 10 09:38:24 linux kernel: PCI: Sharing IRQ 5 with 01:05.0
Aug 10 09:38:24 linux kernel: eth1: ADMtek Comet rev 17 at 0xb400,
00:04:5A:73:01:43, IRQ 5.
Aug 10 09:38:24 linux kernel: ip_tables: (C) 2000-2002 Netfilter core team
Aug 10 09:38:24 linux kernel: ip_conntrack version 2.1 (4095 buckets, 32760 max)
- 320 bytes per conntrack
Aug 10 09:38:24 linux kernel: inserting floppy driver for 2.4.22-28mdk
Aug 10 09:38:24 linux kernel: Floppy drive(s): fd0 is 1.44M
Aug 10 09:38:24 linux kernel: FDC 0 is a post-1991 82077
Aug 10 09:38:24 linux kernel: hda: attached ide-cdrom driver.
Aug 10 09:38:24 linux kernel: hda: ATAPI 51X CD-ROM drive, 128kB Cache, UDMA(33)
Aug 10 09:38:24 linux kernel: Uniform CD-ROM driver Revision: 3.12
Aug 10 09:38:24 linux kernel: hdc: attached ide-cdrom driver.
Aug 10 09:38:24 linux kernel: hdc: ATAPI 32X CD-ROM CD-R/RW drive, 2048kB Cache,
DMA
Aug 10 09:38:24 linux kernel: eth0: Setting full-duplex based on MII#1 link
partner capability of 05e1.
Aug 10 09:38:24 linux partmon: 
Aug 10 09:38:24 linux rc: Starting partmon:  succeeded
Aug 10 09:38:24 linux kernel: Installing knfsd (copyright (C) 1996
okir@xxxxxxxxxxxx).
Aug 10 09:38:24 linux nfslock: rpc.lockd startup succeeded
Aug 10 09:38:24 linux rpc.statd[1151]: Version 1.0.6 Starting
Aug 10 09:38:24 linux rpc.statd[1151]: statd running as root. chown
/var/lib/nfs/sm to choose different user 
Aug 10 09:38:24 linux nfslock: rpc.statd startup succeeded
Aug 10 09:38:24 linux kernel: es1371: version v0.32 time 22:58:46 Feb 19 2004
Aug 10 09:38:24 linux kernel: PCI: Found IRQ 10 for device 00:0e.0
Aug 10 09:38:24 linux kernel: PCI: Sharing IRQ 10 with 00:0a.0
Aug 10 09:38:24 linux kernel: es1371: found chip, vendor id 0x1274 device id
0x5880 revision 0x03
Aug 10 09:38:24 linux kernel: es1371: found es1371 rev 3 at io 0xb800 irq 10
Aug 10 09:38:24 linux kernel: es1371: features: joystick 0x0
Aug 10 09:38:24 linux kernel: ac97_codec: AC97 Audio codec, id: 0x8384:0x7608
(SigmaTel STAC9708)
Aug 10 09:38:24 linux sound: Loading sound module (es1371) succeeded
Aug 10 09:38:24 linux random: Initializing random number generator:  succeeded
Aug 10 09:38:25 linux xfs: xfs startup succeeded
Aug 10 09:38:25 linux netfs: Mounting other filesystems:  succeeded
Aug 10 09:38:25 linux xfs: ignoring font path element
/usr/X11R6/lib/X11/fonts/100dpi:unscaled (unreadable) 
Aug 10 09:38:25 linux shorewall: Loading /usr/share/shorewall/functions...
Aug 10 09:38:25 linux xfs: ignoring font path element
/usr/X11R6/lib/X11/fonts/drakfont (unreadable) 
Aug 10 09:38:25 linux shorewall: Processing /etc/shorewall/params ...
Aug 10 09:38:25 linux shorewall: Processing /etc/shorewall/shorewall.conf...
Aug 10 09:38:25 linux kernel: ip_tables: (C) 2000-2002 Netfilter core team
Aug 10 09:38:25 linux xfs: ignoring font path element
/usr/X11R6/lib/X11/fonts/pcf_drakfont:unscaled (unreadable) 
Aug 10 09:38:25 linux kernel: ip_conntrack version 2.1 (4095 buckets, 32760 max)
- 320 bytes per conntrack
Aug 10 09:38:02 linux rc.sysinit: Setting default font (lat0-16):  succeeded 
Aug 10 09:38:02 linux rc.sysinit: Mounting proc filesystem succeeded 
Aug 10 09:38:03 linux devfsd: Started device management daemon v1.3.25 for /dev 
Aug 10 09:38:04 linux rc.sysinit: Running DevFs daemon succeeded 
Aug 10 09:38:04 linux rc.sysinit: Unmounting initrd:  succeeded 
Aug 10 09:38:04 linux rc.sysinit: Configuring kernel parameters:  succeeded 
Aug 10 09:38:06 linux date: Tue Aug 10 09:38:06 EDT 2004 
Aug 10 09:38:06 linux rc.sysinit: Setting clock  (utc): Tue Aug 10 09:38:06 EDT
2004 succeeded 
Aug 10 09:38:06 linux rc.sysinit: Loading default keymap succeeded 
Aug 10 09:38:06 linux rc.sysinit: Setting hostname linux.quancon.com: 
succeeded 
Aug 10 09:38:06 linux usb: Initializing USB controller (usb-uhci):  succeeded 
Aug 10 09:38:06 linux usb: Mount USB filesystem succeeded 
Aug 10 09:38:06 linux fsck: /dev/hde1: clean, 27462/177760 files, 52233/355430
blocks 
Aug 10 09:38:06 linux rc.sysinit: Remounting root filesystem in read-write mode:
 succeeded 
Aug 10 09:38:06 linux rc.sysinit: Activating swap partitions:  succeeded 
Aug 10 09:38:06 linux : Loading module: scsi_hostadapter 
Aug 10 09:38:06 linux fsck: /dev/hdg9: clean, 22266/268736 files, 297044/537256
blocks 
Aug 10 09:38:07 linux fsck: /dev/hde9: clean, 4042/1303040 files, 555649/2604530
blocks 
Aug 10 09:38:07 linux fsck: /dev/hdg10: clean, 42604/262144 files, 250510/523396
blocks 
Aug 10 09:38:07 linux fsck: /dev/hdg1: clean, 25007/145728 files, 47967/291304
blocks 
Aug 10 09:38:07 linux fsck: /dev/hdg8: clean, 25957/261120 files, 311059/521380
blocks 
Aug 10 09:38:07 linux fsck: /dev/hdg6: clean, 82298/652800 files, 408035/1304722
blocks 
Aug 10 09:38:07 linux fsck: /dev/hdg7: clean, 1456/88896 files, 75019/177652
blocks 
Aug 10 09:38:07 linux fsck: /dev/hdg11: clean, 27983/642560 files,
445583/1282798 blocks 
Aug 10 09:38:07 linux fsck: /dev/hde10: clean, 121195/1308160 files,
1165974/2614570 blocks 
Aug 10 09:38:07 linux fsck: /dev/hde8: clean, 22266/312320 files, 303205/624519
blocks 
Aug 10 09:38:07 linux fsck: /dev/hde6: clean, 92689/685440 files, 454748/1369533
blocks 
Aug 10 09:38:07 linux fsck: /dev/hde7: clean, 5922/158720 files, 118685/317275
blocks 
Aug 10 09:38:07 linux rc.sysinit: Mounting local filesystems:  succeeded 
Aug 10 09:38:07 linux rc.sysinit: Mounting loopback filesystems:  succeeded 
Aug 10 09:38:08 linux loadkeys: Loading
/usr/lib/kbd/keymaps/i386/qwerty/us.kmap.gz 
Aug 10 09:38:08 linux keytable: Loading keymap: us succeeded 
Aug 10 09:38:08 linux loadkeys: Loading
/usr/lib/kbd/keymaps/include/compose.latin.inc.gz 
Aug 10 09:38:08 linux keytable: Loading compose keys: compose.latin.inc
succeeded 
Aug 10 09:38:08 linux keytable:  succeeded 
Aug 10 09:38:08 linux rc.sysinit: Enabling swap space:  succeeded 
Aug 10 09:38:10 linux mandrake_everytime: Starting netprofile:  succeeded 
Aug 10 09:38:10 linux init: Entering runlevel: 5 
Aug 10 09:38:10 linux rc: Starting switchprofile:  succeeded 
Aug 10 09:38:10 linux rc: Starting iptables:  succeeded 
Aug 10 09:38:11 linux service_harddrake[763]: ### Program is starting ### 
Aug 10 09:38:11 linux service_harddrake[763]: launched command: mousedrake
--auto 
Aug 10 09:38:12 linux mousedrake[764]: ### Program is starting ### 
Aug 10 09:38:14 linux mousedrake[764]: symlinked file misc/psaux to /dev/psaux 
Aug 10 09:38:14 linux devfsd[240]: error calling: "unlink" in "GLOBAL"  
Aug 10 09:38:14 linux mousedrake[764]: removed files/directories
/etc/X11/xinit.d/mouse_buttons 
Aug 10 09:38:14 linux mousedrake[764]: renamed file /etc/X11/XF86Config to
/etc/X11/XF86Config.old 
Aug 10 09:38:14 linux mousedrake[764]: renamed file /etc/X11/XF86Config-4 to
/etc/X11/XF86Config-4.old 
Aug 10 09:38:17 linux service_harddrake[763]: created file
/etc/sysconfig/harddrake2/previous_hw 
Aug 10 09:38:17 linux harddrake:  succeeded 
Aug 10 09:38:17 linux network: Setting network parameters:  succeeded 
Aug 10 09:38:17 linux network: Bringing up loopback interface:  succeeded 
Aug 10 09:38:20 linux network: Bringing up interface eth0:  succeeded 
Aug 10 09:38:20 linux ifup: Determining IP information for eth1... 
Aug 10 09:38:23 linux dhclient: DHCPACK from 10.104.112.1 
Aug 10 09:38:23 linux ifup:  done. 
Aug 10 09:38:23 linux network: Bringing up interface eth1:  succeeded 
Aug 10 09:38:23 linux internet: Checking internet connections to start at boot
succeeded 
Aug 10 09:38:23 linux portmap: portmap startup succeeded 
Aug 10 09:38:26 linux shorewall: 
Aug 10 09:38:26 linux shorewall: Notice:  The 'check' command is unsupported and
problem
Aug 10 09:38:26 linux shorewall:          reports complaining about errors that
it didn't catch
Aug 10 09:38:26 linux shorewall:          will not be accepted
Aug 10 09:38:26 linux shorewall: 
Aug 10 09:38:26 linux shorewall: Shorewall has detected the following
iptables/netfilter capabilities:
Aug 10 09:38:26 linux shorewall:    NAT: Available
Aug 10 09:38:26 linux shorewall:    Packet Mangling: Available
Aug 10 09:38:26 linux shorewall:    Multi-port Match: Available
Aug 10 09:38:26 linux shorewall:    Connection Tracking Match: Available
Aug 10 09:38:26 linux shorewall: Verifying Configuration...
Aug 10 09:38:26 linux shorewall: Loading Modules...
Aug 10 09:38:26 linux shorewall: Determining Zones...
Aug 10 09:38:26 linux shorewall:    Zones: net loc
Aug 10 09:38:26 linux shorewall: Validating interfaces file...
Aug 10 09:38:26 linux shorewall: Validating hosts file...
Aug 10 09:38:26 linux shorewall: Determining Hosts in Zones...
Aug 10 09:38:26 linux shorewall:    Net Zone: eth1:0.0.0.0/0
Aug 10 09:38:26 linux shorewall:    Local Zone: eth0:0.0.0.0/0
Aug 10 09:38:26 linux shorewall: Validating policy file...
Aug 10 09:38:26 linux shorewall:    Policy for loc to net is ACCEPT using chain
loc2net
Aug 10 09:38:26 linux shorewall:    Policy for loc to fw is ACCEPT using chain
loc2fw
Aug 10 09:38:26 linux shorewall:    Policy for fw to loc is ACCEPT using chain
fw2loc
Aug 10 09:38:26 linux shorewall:    Policy for fw to net is ACCEPT using chain
fw2net
Aug 10 09:38:26 linux shorewall:    Policy for net to loc is DROP using chain
net2loc
Aug 10 09:38:26 linux shorewall:    Policy for net to fw is DROP using chain
net2fw
Aug 10 09:38:26 linux shorewall: Pre-validating Actions...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.DropSMB...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.RejectSMB...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.DropUPnP...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.RejectAuth...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.DropPing...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.DropDNSrep...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowPing...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowFTP...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowDNS...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowSSH...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowWeb...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowSMB...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowAuth...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowSMTP...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowPOP3...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowIMAP...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowTelnet...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowVNC...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowVNCL...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowNTP...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowRdate...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowNNTP...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowTrcrt...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowSNMP...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowPCA...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.Drop...
Aug 10 09:38:26 linux shorewall:    Pre-processing
/usr/share/shorewall/action.Reject...
Aug 10 09:38:26 linux shorewall: Validating rules file...
Aug 10 09:38:26 linux shorewall:    Rule "ACCEPT fw net tcp 53" checked.
Aug 10 09:38:26 linux shorewall:    Rule "ACCEPT fw net udp 53" checked.
Aug 10 09:38:26 linux shorewall:    Rule "ACCEPT loc fw tcp 22" checked.
Aug 10 09:38:26 linux shorewall:    Rule "ACCEPT loc fw icmp 8" checked.
Aug 10 09:38:26 linux shorewall:    Rule "ACCEPT net fw icmp 8" checked.
Aug 10 09:38:26 linux shorewall: Validating Actions...
Aug 10 09:38:26 linux shorewall: Processing /usr/share/shorewall/action.Drop...
Aug 10 09:38:26 linux shorewall:    Rule "RejectAuth" checked.
Aug 10 09:38:26 linux shorewall:    Rule "dropBcast" checked.
Aug 10 09:38:26 linux shorewall:    Rule "DropSMB" checked.
Aug 10 09:38:26 linux shorewall:    Rule "DropUPnP" checked.
Aug 10 09:38:26 linux shorewall:    Rule "dropNonSyn" checked.
Aug 10 09:38:26 linux shorewall:    Rule "DropDNSrep" checked.
Aug 10 09:38:26 linux shorewall: Processing
/usr/share/shorewall/action.Reject...
Aug 10 09:38:26 linux shorewall:    Rule "RejectAuth" checked.
Aug 10 09:38:27 linux shorewall:    Rule "dropBcast" checked.
Aug 10 09:38:27 linux shorewall:    Rule "RejectSMB" checked.
Aug 10 09:38:27 linux shorewall:    Rule "DropUPnP" checked.
Aug 10 09:38:27 linux shorewall:    Rule "dropNonSyn" checked.
Aug 10 09:38:27 linux shorewall:    Rule "DropDNSrep" checked.
Aug 10 09:38:27 linux shorewall: Processing
/usr/share/shorewall/action.RejectAuth...
Aug 10 09:38:27 linux shorewall:    Rule "REJECT - - tcp 113" checked.
Aug 10 09:38:27 linux shorewall: Processing
/usr/share/shorewall/action.DropSMB...
Aug 10 09:38:27 linux shorewall:    Rule "DROP - - udp 135" checked.
Aug 10 09:38:27 linux shorewall:    Rule "DROP - - udp 137:139" checked.
Aug 10 09:38:27 linux shorewall:    Rule "DROP - - udp 445" checked.
Aug 10 09:38:27 linux shorewall:    Rule "DROP - - tcp 135" checked.
Aug 10 09:38:27 linux shorewall:    Rule "DROP - - tcp 139" checked.
Aug 10 09:38:27 linux shorewall:    Rule "DROP - - tcp 445" checked.
Aug 10 09:38:27 linux shorewall: Processing
/usr/share/shorewall/action.DropUPnP...
Aug 10 09:38:27 linux shorewall:    Rule "DROP - - udp 1900" checked.
Aug 10 09:38:27 linux shorewall: Processing
/usr/share/shorewall/action.DropDNSrep...
Aug 10 09:38:27 linux shorewall:    Rule "DROP - - udp - 53" checked.
Aug 10 09:38:27 linux shorewall: Processing
/usr/share/shorewall/action.RejectSMB...
Aug 10 09:38:27 linux shorewall:    Rule "REJECT - - udp 135" checked.
Aug 10 09:38:27 linux shorewall:    Rule "REJECT - - udp 137:139" checked.
Aug 10 09:38:27 linux shorewall:    Rule "REJECT - - udp 445" checked.
Aug 10 09:38:27 linux shorewall:    Rule "REJECT - - tcp 135" checked.
Aug 10 09:38:27 linux shorewall:    Rule "REJECT - - tcp 139" checked.
Aug 10 09:38:27 linux shorewall:    Rule "REJECT - - tcp 445" checked.
Aug 10 09:38:27 linux shorewall: Configuration Validated
Aug 10 09:38:27 linux shorewall: 
Aug 10 09:38:27 linux shorewall: Notice:  The 'check' command is unsupported and
problem
Aug 10 09:38:27 linux shorewall:          reports complaining about errors that
it didn't catch
Aug 10 09:38:27 linux shorewall:          will not be accepted
Aug 10 09:38:27 linux shorewall: 
Aug 10 09:38:27 linux shorewall: Loading /usr/share/shorewall/functions...
Aug 10 09:38:27 linux shorewall: Processing /etc/shorewall/params ...
Aug 10 09:38:27 linux shorewall: Processing /etc/shorewall/shorewall.conf...
Aug 10 09:38:27 linux shorewall: Starting Shorewall...
Aug 10 09:38:27 linux shorewall: Loading Modules...
Aug 10 09:38:27 linux shorewall: Initializing...
Aug 10 09:38:27 linux shorewall: Shorewall has detected the following
iptables/netfilter capabilities:
Aug 10 09:38:27 linux shorewall:    NAT: Available
Aug 10 09:38:27 linux shorewall:    Packet Mangling: Available
Aug 10 09:38:27 linux shorewall:    Multi-port Match: Available
Aug 10 09:38:27 linux shorewall:    Connection Tracking Match: Available
Aug 10 09:38:27 linux shorewall: Determining Zones...
Aug 10 09:38:27 linux shorewall:    Zones: net loc
Aug 10 09:38:27 linux shorewall: Validating interfaces file...
Aug 10 09:38:27 linux shorewall: Validating hosts file...
Aug 10 09:38:27 linux shorewall: Validating Policy file...
Aug 10 09:38:27 linux shorewall: Determining Hosts in Zones...
Aug 10 09:38:27 linux shorewall:    Net Zone: eth1:0.0.0.0/0
Aug 10 09:38:27 linux shorewall:    Local Zone: eth0:0.0.0.0/0
Aug 10 09:38:27 linux shorewall: Processing /etc/shorewall/init ...
Aug 10 09:38:27 linux shorewall: Deleting user chains...
Aug 10 09:38:27 linux shorewall: Setting up Accounting...
Aug 10 09:38:27 linux shorewall: Creating Interface Chains...
Aug 10 09:38:27 linux shorewall: Configuring Proxy ARP
Aug 10 09:38:27 linux shorewall: Setting up NAT...
Aug 10 09:38:27 linux shorewall: Setting up NETMAP...
Aug 10 09:38:27 linux shorewall: Adding Common Rules
Aug 10 09:38:28 linux shorewall: Adding rules for DHCP
Aug 10 09:38:28 linux shorewall: Enabling RFC1918 Filtering
Aug 10 09:38:28 linux shorewall: Setting up Kernel Route Filtering...
Aug 10 09:38:28 linux shorewall: IP Forwarding Enabled
Aug 10 09:38:28 linux shorewall: Processing /etc/shorewall/tunnels...
Aug 10 09:38:28 linux shorewall: Pre-processing Actions...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.DropSMB...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.RejectSMB...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.DropUPnP...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.RejectAuth...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.DropPing...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.DropDNSrep...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowPing...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowFTP...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowDNS...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowSSH...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowWeb...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowSMB...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowAuth...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowSMTP...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowPOP3...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowIMAP...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowTelnet...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowVNC...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowVNCL...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowNTP...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowRdate...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowNNTP...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowTrcrt...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowSNMP...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.AllowPCA...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.Drop...
Aug 10 09:38:28 linux shorewall:    Pre-processing
/usr/share/shorewall/action.Reject...
Aug 10 09:38:28 linux shorewall: Processing /etc/shorewall/rules...
Aug 10 09:38:28 linux shorewall:    Rule "ACCEPT fw net tcp 53" added.
Aug 10 09:38:28 linux shorewall:    Rule "ACCEPT fw net udp 53" added.
Aug 10 09:38:28 linux shorewall:    Rule "ACCEPT loc fw tcp 22" added.
Aug 10 09:38:28 linux shorewall:    Rule "ACCEPT loc fw icmp 8" added.
Aug 10 09:38:28 linux shorewall:    Rule "ACCEPT net fw icmp 8" added.
Aug 10 09:38:29 linux shorewall: Processing Actions...
Aug 10 09:38:29 linux shorewall: Processing /usr/share/shorewall/action.Drop...
Aug 10 09:38:29 linux shorewall:    Rule "RejectAuth" added.
Aug 10 09:38:29 linux shorewall:    Rule "dropBcast" added.
Aug 10 09:38:29 linux shorewall:    Rule "DropSMB" added.
Aug 10 09:38:29 linux shorewall:    Rule "DropUPnP" added.
Aug 10 09:38:29 linux shorewall:    Rule "dropNonSyn" added.
Aug 10 09:38:29 linux shorewall:    Rule "DropDNSrep" added.
Aug 10 09:38:29 linux shorewall: Processing
/usr/share/shorewall/action.Reject...
Aug 10 09:38:29 linux shorewall:    Rule "RejectAuth" added.
Aug 10 09:38:29 linux shorewall:    Rule "dropBcast" added.
Aug 10 09:38:29 linux shorewall:    Rule "RejectSMB" added.
Aug 10 09:38:29 linux shorewall:    Rule "DropUPnP" added.
Aug 10 09:38:29 linux shorewall:    Rule "dropNonSyn" added.
Aug 10 09:38:29 linux shorewall:    Rule "DropDNSrep" added.
Aug 10 09:38:29 linux shorewall: Processing
/usr/share/shorewall/action.RejectAuth...
Aug 10 09:38:29 linux shorewall:    Rule "REJECT - - tcp 113" added.
Aug 10 09:38:29 linux shorewall: Processing
/usr/share/shorewall/action.DropSMB...
Aug 10 09:38:29 linux shorewall:    Rule "DROP - - udp 135" added.
Aug 10 09:38:29 linux shorewall:    Rule "DROP - - udp 137:139" added.
Aug 10 09:38:29 linux shorewall:    Rule "DROP - - udp 445" added.
Aug 10 09:38:29 linux shorewall:    Rule "DROP - - tcp 135" added.
Aug 10 09:38:29 linux shorewall:    Rule "DROP - - tcp 139" added.
Aug 10 09:38:29 linux shorewall:    Rule "DROP - - tcp 445" added.
Aug 10 09:38:29 linux shorewall: Processing
/usr/share/shorewall/action.DropUPnP...
Aug 10 09:38:29 linux shorewall:    Rule "DROP - - udp 1900" added.
Aug 10 09:38:29 linux shorewall: Processing
/usr/share/shorewall/action.DropDNSrep...
Aug 10 09:38:29 linux shorewall:    Rule "DROP - - udp - 53" added.
Aug 10 09:38:29 linux shorewall: Processing
/usr/share/shorewall/action.RejectSMB...
Aug 10 09:38:29 linux shorewall:    Rule "REJECT - - udp 135" added.
Aug 10 09:38:29 linux shorewall:    Rule "REJECT - - udp 137:139" added.
Aug 10 09:38:29 linux shorewall:    Rule "REJECT - - udp 445" added.
Aug 10 09:38:29 linux shorewall:    Rule "REJECT - - tcp 135" added.
Aug 10 09:38:29 linux shorewall:    Rule "REJECT - - tcp 139" added.
Aug 10 09:38:29 linux shorewall:    Rule "REJECT - - tcp 445" added.
Aug 10 09:38:29 linux shorewall: Processing /etc/shorewall/policy...
Aug 10 09:38:29 linux shorewall:    Policy ACCEPT for fw to net using chain
fw2net
Aug 10 09:38:29 linux shorewall:    Policy ACCEPT for fw to loc using chain
fw2loc
Aug 10 09:38:29 linux shorewall:    Policy DROP for net to fw using chain net2fw
Aug 10 09:38:29 linux shorewall:    Policy DROP for net to loc using chain
net2loc
Aug 10 09:38:29 linux shorewall:    Policy ACCEPT for loc to fw using chain
loc2fw
Aug 10 09:38:29 linux shorewall:    Policy ACCEPT for loc to net using chain
loc2net
Aug 10 09:38:29 linux shorewall:    Policy ACCEPT for loc to loc using chain
loc2loc
Aug 10 09:38:29 linux shorewall: Masqueraded Networks and Hosts:
Aug 10 09:38:29 linux shorewall:    To 0.0.0.0/0 from 192.168.1.0/24 through
eth1
Aug 10 09:38:29 linux shorewall: Processing /etc/shorewall/tos...
Aug 10 09:38:29 linux shorewall:    Rule "all all tcp - ssh 16" added.
Aug 10 09:38:29 linux shorewall:    Rule "all all tcp ssh - 16" added.
Aug 10 09:38:29 linux shorewall:    Rule "all all tcp - ftp 16" added.
Aug 10 09:38:29 linux shorewall:    Rule "all all tcp ftp - 16" added.
Aug 10 09:38:30 linux shorewall:    Rule "all all tcp ftp-data - 8" added.
Aug 10 09:38:30 linux shorewall:    Rule "all all tcp - ftp-data 8" added.
Aug 10 09:38:30 linux shorewall: Processing /etc/shorewall/ecn...
Aug 10 09:38:30 linux shorewall: Activating Rules...
Aug 10 09:38:30 linux shorewall: Processing /etc/shorewall/start ...
Aug 10 09:38:30 linux shorewall: Shorewall Started
Aug 10 09:38:30 linux logger: Shorewall Started
Aug 10 09:38:30 linux rc: Starting shorewall:  succeeded
Aug 10 09:38:30 linux apmd[2839]: Version: apmd 3.1.0, apm driver 1.16, APM BIOS
1.2
Aug 10 09:38:30 linux apmd: apmd startup succeeded
Aug 10 09:38:30 linux dm: Starting display manager: 
Aug 10 09:38:30 linux dm: Display manager startup succeeded
Aug 10 09:38:30 linux dm: 
Aug 10 09:38:30 linux rc: Starting dm:  succeeded
Aug 10 09:38:30 linux atd: atd startup succeeded
Aug 10 09:38:30 linux sshd: Starting sshd:
Aug 10 09:38:30 linux kdm_config[2903]: Unrecognized section name [Desktop0] at
/usr/share/config/kdm/kdmrc:1
Aug 10 09:38:30 linux kdm_config[2903]: Unrecognized key 'SessionTypes' in
section [X-*-Greeter] at /usr/share/config/kdm/kdmrc:67
Aug 10 09:38:30 linux kdm_config[2903]: Unrecognized key 'AutoLogin1st' in
section [X-:0-Core] at /usr/share/config/kdm/kdmrc:82
Aug 10 09:38:30 linux kdm_config[2903]: Invalid option value 'All' at
/usr/share/config/kdm/kdmrc:68
Aug 10 09:38:31 linux sshd: startup succeeded
Aug 10 09:38:31 linux sshd: ^[[65G[^[[1;32m
Aug 10 09:38:31 linux sshd[2906]: Server listening on 0.0.0.0 port 22.
Aug 10 09:38:31 linux sshd: 
Aug 10 09:38:31 linux rc: Starting sshd:  succeeded
Aug 10 09:38:31 linux tmdns[2929]: enter main loop
Aug 10 09:38:31 linux tmdns: tmdns startup succeeded
Aug 10 09:38:31 linux xinetd: xinetd startup succeeded
Aug 10 09:38:31 linux kernel: parport0: PC-style at 0x378 (0x778)
[PCSPP,TRISTATE]
Aug 10 09:38:32 linux kernel: parport_pc: Via 686A parallel port: io=0x378
Aug 10 09:38:32 linux kernel: lp0: using parport0 (polling).
Aug 10 09:38:32 linux apmd[2839]: Using AC power
Aug 10 09:38:32 linux apmd[2839]: Battery: absent
Aug 10 09:38:32 linux tmdns[2929]: claim name "linux.local", type 1 
Aug 10 09:38:32 linux tmdns[2929]: claim name "linux.local", type 1 
Aug 10 09:38:32 linux kdm[2882]: X server for display :0 terminated unexpectedly
Aug 10 09:38:32 linux kdm[2882]: Unable to fire up local display :0; disabling.
Aug 10 09:38:32 linux xinetd[2957]: xinetd Version 2.3.13 started with libwrap
options compiled in.
Aug 10 09:38:32 linux xinetd[2957]: Started working: 1 available service
Aug 10 09:38:34 linux cups: cupsd startup succeeded
Aug 10 09:38:35 linux nfs: Starting NFS services:  succeeded
Aug 10 09:38:35 linux nfs: rpc.nfsd startup succeeded
Aug 10 09:38:35 linux nfs: rpc.mountd startup succeeded
Aug 10 09:38:35 linux loadkeys: Loading
/usr/lib/kbd/keymaps/i386/qwerty/us.kmap.gz
Aug 10 09:38:35 linux keytable: Loading keymap: us succeeded
Aug 10 09:38:35 linux loadkeys: Loading
/usr/lib/kbd/keymaps/include/compose.latin.inc.gz
Aug 10 09:38:35 linux keytable: Loading compose keys: compose.latin.inc
succeeded
Aug 10 09:38:35 linux keytable:  succeeded
Aug 10 09:38:35 linux Win4Lin: Starting Win4Lin: 
Aug 10 09:38:35 linux kernel: cdrom: open failed.
Aug 10 09:38:35 linux kernel: cdrom: open failed.
Aug 10 09:38:37 linux kernel: win4lin: mki_version 5, num_cpus 1, pae 0
Aug 10 09:38:37 linux kernel: win4Lin: preempt_enable 0x00000000
Aug 10 09:38:37 linux Win4Lin:  succeeded
Aug 10 09:38:37 linux Win4Lin: 
Aug 10 09:38:37 linux rc: Starting Win4Lin:  succeeded
Aug 10 09:38:39 linux spamassassin: spamd startup succeeded
Aug 10 09:38:39 linux numlock: Starting numlock: 
Aug 10 09:38:39 linux numlock: 
Aug 10 09:38:39 linux rc: Starting numlock:  succeeded
Aug 10 09:38:39 linux crond[3576]: (CRON) STARTUP (fork ok) 
Aug 10 09:38:39 linux crond: crond startup succeeded
Aug 10 09:38:40 linux mysql:  succeeded
Aug 10 09:38:40 linux start: Starting Webmin server in /usr/share/webmin
Aug 10 09:38:41 linux webmin(pam_unix)[3627]: authentication failure; logname=
uid=0 euid=0 tty= ruser= rhost=  user=root
Aug 10 09:38:43 linux webmin: Starting Webmin succeeded
Aug 10 09:38:44 linux smb: smbd startup succeeded
Aug 10 09:38:44 linux smb: nmbd startup succeeded
Aug 10 09:38:44 linux rc: Starting kheader:  succeeded
Aug 10 09:38:44 linux bulldog: Bulldog Plus : Copyright (c) 2001, Belkin
Components.
Aug 10 09:38:44 linux bulldog: Starting upsd ... 
Aug 10 09:38:44 linux bulldog: done.
Aug 10 09:38:44 linux rc: Starting bulldog:  succeeded
Aug 10 09:38:44 linux devfsd: Running devfsd actions:  succeeded
Aug 10 09:38:45 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus0/target0/lun0/part1 
Aug 10 09:38:45 linux netconf:   Checking kernel configuration
Aug 10 09:38:45 linux linuxconf: Running Linuxconf hooks:  succeeded
Aug 10 09:38:45 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus0/target0/lun0/part2 
Aug 10 09:38:46 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus0/target0/lun0/part5 
Aug 10 09:38:46 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus0/target0/lun0/part6 
Aug 10 09:38:46 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus0/target0/lun0/part7 
Aug 10 09:38:47 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus0/target0/lun0/part8 
Aug 10 09:38:47 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus0/target0/lun0/part9 
Aug 10 09:38:48 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus0/target0/lun0/part10 
Aug 10 09:38:48 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus0/target0/lun0/part11 
Aug 10 09:38:49 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus0/target0/lun0/part12 
Aug 10 09:38:49 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus0/target0/lun0/part13 
Aug 10 09:38:49 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus0/target0/lun0/part14 
Aug 10 09:38:50 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus1/target0/lun0/part1 
Aug 10 09:38:50 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus1/target0/lun0/part2 
Aug 10 09:38:50 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus1/target0/lun0/part5 
Aug 10 09:38:51 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus1/target0/lun0/part6 
Aug 10 09:38:51 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus1/target0/lun0/part7 
Aug 10 09:38:52 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus1/target0/lun0/part8 
Aug 10 09:38:52 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus1/target0/lun0/part9 
Aug 10 09:38:52 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus1/target0/lun0/part10 
Aug 10 09:38:53 linux perl: drakupdate_fstab called with --auto --add
/dev/ide/host2/bus1/target0/lun0/part11 

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux