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

Bug#544864: [945GM] lock up and corruption on macbook



This is a multi-part MIME message sent by reportbug.


--===============4661587496704332656==
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline

Package: xserver-xorg-video-intel
Version: 2:2.9.0-1
Severity: normal

Hi,

I just wanted to note that this bug still exists in the very last
version 2:2.9.0-1 from unstable/experimental. I also tried 2.8.99.902-1
(same problem) and 2.8.1-2 from testing - this does not even start up at
all (see attached log).

I downgraded to 2:2.3.2-2+lenny6 from stable, this is the only available
version that is sort of usable for me (I also get random lock ups after
a few hours/days, very often when I open a web page with some flash
content).

The Xorg.log reportbug included here is from my current X session, which
is with 2:2.3.2-2+lenny6. This is quite ok, as described above. I
attached log from sessions with 2.9.0 and 2.8.99.902 (which lead to
described lock-up: keyboard won't react anymore, even switch to a
console is not possible; this even fucks up things when logging in
remotely to reboot the machine - screen sessions just lock up, a normal
shell works, though) and from a test with 2.8.1-2, which would not let
the X server start up.


Greetings,
Frank

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Dec 28  2007 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1901136 Jun 11 12:07 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 7915 Sep 30 21:08 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
        Option          "XkbModel"      "macbook79"
        Option          "XkbLayout"     "us"
        # the following option enables alt_gr on right apple
        Option          "XkbOptions"    "lv3:rwin_switch"
EndSection

Section "InputDevice"
        Identifier      "Logitech MX620 Mouse"
        Driver          "evdev"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse"
	Option		"Buttons"               "9"
        Option          "RelHWHEELMapTo"        "Buttons 7 6"
EndSection

#Section "InputDevice"
        #Identifier	"Configured Mouse"
        #Driver		"mouse"
        #Option          "SendCoreEvents"        "true"
        #Option		"Device"		"/dev/input/mice"
        #Option		"Protocol"		"ImPS/2"
        #Option		"Emulate3Buttons"	"true"
#EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "SHMConfig"             "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "TapButton1"            "1"
        Option          "TapButton2"            "3"
        Option          "TapButton3"            "2"
EndSection

#Section "InputDevice"
        #Identifier      "Synaptics Touchpad"
        #Driver          "synaptics"
        #Option          "AlwaysCore"
       ##Option          "Device"                "/dev/input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard_._Trackpad-mouse"
       ##Option          "Device"                "/dev/input/mice"
        #Option          "Device"                "/dev/psaux"
        #Option          "Protocol"              "auto-dev"
        #Option          "HorizScrollDelta"      "0"
        #Option          "SHMConfig"             "true"
        #Option          "TouchpaddOff"          "0"
        ## How fast the two-finger scrolling scrolls. The lower, the faster.
        #Option          "VertScrollDelta"       "25"
        #Option          "HorizScrollDelta"      "25"
        ## Location of the touchpad edges, somewhat sane values
        ## that I found by testing. Xmin=0, Xmax=1216, Ymin=0,Ymax=387
        #Option          "LeftEdge"              "100"
        #Option          "RightEdge"             "1116"
        #Option          "TopEdge"               "50"
        #Option          "BottomEdge"            "337"

        ## Touch and "untouch" thresholds
        #Option          "FingerLow"             "25"
        #Option          "FingerHigh"            "50"

        ## We DO NOT want palm triggering middle/right mouse
        ## button events, so a tap has to be quite fast
        #Option          "MaxTapTime"            "100"
        #Option          "MaxTapMove"            "100"
        #Option          "MaxDoubleTapTime"      "200"
        ## Enable vertical (right) edge scrolling with one finger
        #Option          "VertEdgeScroll"        "1"
        ## Enable horizontal (bottom) edge scrolling with one finger
        #Option          "HorizEdgeScroll"       "0"
        ## Disable two finger scrolling, as we have the edge scrolling enabled already
        #Option          "VertTwoFingerScroll"   "0"
        #Option          "HorizTwoFingerScroll"  "0"
        ## Left top corner of the touchpad shall be the middle mouse button
        ## Bottom buttons tend to get triggered accidentally.
        #Option          "LTCornerButton"        "2"
        ## Right top corner of the touchpad shall be the right mouse button
        #Option          "RTCornerButton"        "3"
        ## Disable bottom corners
        #Option          "LBCornerButton"        "0"
        #Option          "RBCornerButton"        "0"
        ## Fast taps
        #Option          "FastTaps"              "0"
        ## Disable tapping of the touchpad (excluding the corners, of course)
        #Option          "TapButton1"            "0"
        #Option          "TapButton2"            "0"
        #Option          "TapButton3"            "0"
        ## Movement speed settings
        #Option          "MinSpeed"              "0.2"
        #Option          "MaxSpeed"              "0.6"
        #Option          "AccelFactor"           "0.35"
        ## Palm detection. Does not seem to work on Macbook
        #Option          "PalmDetect"            "1"
        #Option          "PalmMinWidth"          "10"    #1-15
        #Option          "PalmMinZ"              "200"   #1-255
        ## Various other variables
        #Option          "UpDownScrolling"       "0"
        #Option          "LeftRightScrolling"    "0"
#EndSection

Section "Device"
	Identifier	"Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
	Driver		"intel"
	#Driver		"vesa"
	BusID		"PCI:0:2:0"
        #Option "AccelMethod" "XAA"
        #Option "AccelMethod" "UXA"
        #Option "AccelMethod" "EXA"
        #Option "EXANoComposite"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x800"
                #Virtual         4096 2048
                Virtual         2048 2048
        EndSubSection
EndSection

Section "ServerFlags"
        # allow xserver restart with ctrl+alt+backspace
        Option          "DontZap"       "off"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Logitech MX620 Mouse"
	#InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root  32643 Jun 14 11:59 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 111254 Jun 18 13:16 /var/log/Xorg.66.log
-rw-r--r-- 1 root root  44554 Sep  5 15:58 /var/log/Xorg.23.log
-rw-r--r-- 1 root root  43446 Sep 18 18:56 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 523543 Oct  1 00:34 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-10.lenny2)
Current Operating System: Linux macbork 2.6.30-1-amd64 #1 SMP Sat Aug 15 18:09:19 UTC 2009 x86_64
Build Date: 11 June 2009  09:45:25AM
 
	Before reporting problems, check http://wiki.x.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/Xorg.0.log", Time: Thu Oct  1 00:16:14 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Logitech MX620 Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(**) Option "DontZap" "off"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
	Entry deleted from font path.
(==) Including the default font path /usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(==) |-->Input Device "<default pointer>"
(==) The core pointer device wasn't specified explicitly in the layout.
	Using the default mouse configuration.
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x7c31c0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27a0 card 8086,7270 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,27a2 card 8086,7270 rev 03 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,27a6 card 8086,7270 rev 03 class 03,80,00 hdr 80
(II) PCI: 00:07:0: chip 8086,27a3 card 0000,0000 rev 03 class 11,01,00 hdr 00
(II) PCI: 00:1b:0: chip 8086,27d8 card 8384,7680 rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 8086,7270 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 8086,7270 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 8086,7270 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 8086,7270 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 8086,7270 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 8086,7270 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 8086,7270 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c4 card 8086,7270 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 8086,7270 rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 11ab,4362 card 11ab,5321 rev 22 class 02,00,00 hdr 00
(II) PCI: 02:00:0: chip 168c,0024 card 106b,0087 rev 01 class 02,80,00 hdr 00
(II) PCI: 03:03:0: chip 11c1,5811 card 11c1,5811 rev 61 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:28:0), (0,1,1), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x00001000 - 0x00001fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xd0200000 - 0xd02fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xd0500000 - 0xd05fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:1), (0,2,2), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xd0100000 - 0xd01fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xd00fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:2:0) Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xd0380000/19, 0xc0000000/28, 0xd0400000/18, I/O @ 0x20e0/3
(--) PCI: (0:2:1) Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xd0300000/19
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xd0000000 - 0xd0000fff (0x1000) MX[B]
	[1] -1	0	0xd0100000 - 0xd010ffff (0x10000) MX[B]
	[2] -1	0	0xd0200000 - 0xd0203fff (0x4000) MX[B]
	[3] -1	0	0xd0445000 - 0xd04453ff (0x400) MX[B]
	[4] -1	0	0xd0445400 - 0xd04457ff (0x400) MX[B]
	[5] -1	0	0xd0440000 - 0xd0443fff (0x4000) MX[B]
	[6] -1	0	0xd0444000 - 0xd0444fff (0x1000) MX[B]
	[7] -1	0	0xd0300000 - 0xd037ffff (0x80000) MX[B](B)
	[8] -1	0	0xd0400000 - 0xd043ffff (0x40000) MX[B](B)
	[9] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[10] -1	0	0xd0380000 - 0xd03fffff (0x80000) MX[B](B)
	[11] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]
	[12] -1	0	0x0000efa0 - 0x0000efbf (0x20) IX[B]
	[13] -1	0	0x000020a0 - 0x000020af (0x10) IX[B]
	[14] -1	0	0x000020e8 - 0x000020eb (0x4) IX[B]
	[15] -1	0	0x000020c0 - 0x000020c7 (0x8) IX[B]
	[16] -1	0	0x000020ec - 0x000020ef (0x4) IX[B]
	[17] -1	0	0x000020c8 - 0x000020cf (0x8) IX[B]
	[18] -1	0	0x000020b0 - 0x000020bf (0x10) IX[B]
	[19] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[20] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[21] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[22] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[23] -1	0	0x00002020 - 0x0000203f (0x20) IX[B]
	[24] -1	0	0x00002040 - 0x0000205f (0x20) IX[B]
	[25] -1	0	0x00002060 - 0x0000207f (0x20) IX[B]
	[26] -1	0	0x00002080 - 0x0000209f (0x20) IX[B]
	[27] -1	0	0x000020e0 - 0x000020e7 (0x8) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xd0000000 - 0xd0000fff (0x1000) MX[B]
	[1] -1	0	0xd0100000 - 0xd010ffff (0x10000) MX[B]
	[2] -1	0	0xd0200000 - 0xd0203fff (0x4000) MX[B]
	[3] -1	0	0xd0445000 - 0xd04453ff (0x400) MX[B]
	[4] -1	0	0xd0445400 - 0xd04457ff (0x400) MX[B]
	[5] -1	0	0xd0440000 - 0xd0443fff (0x4000) MX[B]
	[6] -1	0	0xd0444000 - 0xd0444fff (0x1000) MX[B]
	[7] -1	0	0xd0300000 - 0xd037ffff (0x80000) MX[B](B)
	[8] -1	0	0xd0400000 - 0xd043ffff (0x40000) MX[B](B)
	[9] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[10] -1	0	0xd0380000 - 0xd03fffff (0x80000) MX[B](B)
	[11] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]
	[12] -1	0	0x0000efa0 - 0x0000efbf (0x20) IX[B]
	[13] -1	0	0x000020a0 - 0x000020af (0x10) IX[B]
	[14] -1	0	0x000020e8 - 0x000020eb (0x4) IX[B]
	[15] -1	0	0x000020c0 - 0x000020c7 (0x8) IX[B]
	[16] -1	0	0x000020ec - 0x000020ef (0x4) IX[B]
	[17] -1	0	0x000020c8 - 0x000020cf (0x8) IX[B]
	[18] -1	0	0x000020b0 - 0x000020bf (0x10) IX[B]
	[19] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[20] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[21] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[22] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[23] -1	0	0x00002020 - 0x0000203f (0x20) IX[B]
	[24] -1	0	0x00002040 - 0x0000205f (0x20) IX[B]
	[25] -1	0	0x00002060 - 0x0000207f (0x20) IX[B]
	[26] -1	0	0x00002080 - 0x0000209f (0x20) IX[B]
	[27] -1	0	0x000020e0 - 0x000020e7 (0x8) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xd0000000 - 0xd0000fff (0x1000) MX[B]
	[5] -1	0	0xd0100000 - 0xd010ffff (0x10000) MX[B]
	[6] -1	0	0xd0200000 - 0xd0203fff (0x4000) MX[B]
	[7] -1	0	0xd0445000 - 0xd04453ff (0x400) MX[B]
	[8] -1	0	0xd0445400 - 0xd04457ff (0x400) MX[B]
	[9] -1	0	0xd0440000 - 0xd0443fff (0x4000) MX[B]
	[10] -1	0	0xd0444000 - 0xd0444fff (0x1000) MX[B]
	[11] -1	0	0xd0300000 - 0xd037ffff (0x80000) MX[B](B)
	[12] -1	0	0xd0400000 - 0xd043ffff (0x40000) MX[B](B)
	[13] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[14] -1	0	0xd0380000 - 0xd03fffff (0x80000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]
	[18] -1	0	0x0000efa0 - 0x0000efbf (0x20) IX[B]
	[19] -1	0	0x000020a0 - 0x000020af (0x10) IX[B]
	[20] -1	0	0x000020e8 - 0x000020eb (0x4) IX[B]
	[21] -1	0	0x000020c0 - 0x000020c7 (0x8) IX[B]
	[22] -1	0	0x000020ec - 0x000020ef (0x4) IX[B]
	[23] -1	0	0x000020c8 - 0x000020cf (0x8) IX[B]
	[24] -1	0	0x000020b0 - 0x000020bf (0x10) IX[B]
	[25] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[26] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[27] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[28] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[29] -1	0	0x00002020 - 0x0000203f (0x20) IX[B]
	[30] -1	0	0x00002040 - 0x0000205f (0x20) IX[B]
	[31] -1	0	0x00002060 - 0x0000207f (0x20) IX[B]
	[32] -1	0	0x00002080 - 0x0000209f (0x20) IX[B]
	[33] -1	0	0x000020e0 - 0x000020e7 (0x8) IX[B](B)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.4.2, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.1.0
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 2.3.2
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "kbd"
(WW) Warning, couldn't open module kbd
(II) UnloadModule: "kbd"
(EE) Failed to load module "kbd" (module does not exist, 0)
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 2.0.8
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 4.3.99.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "mouse"
(WW) Warning, couldn't open module mouse
(II) UnloadModule: "mouse"
(EE) Failed to load module "mouse" (module does not exist, 0)
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
	965GM, 965GME/GLE, G33, Q35, Q33,
	Mobile Intel® GM45 Express Chipset,
	Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41
(II) Primary Device is: PCI 00:02:0
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset 945GM found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xd0000000 - 0xd0000fff (0x1000) MX[B]
	[5] -1	0	0xd0100000 - 0xd010ffff (0x10000) MX[B]
	[6] -1	0	0xd0200000 - 0xd0203fff (0x4000) MX[B]
	[7] -1	0	0xd0445000 - 0xd04453ff (0x400) MX[B]
	[8] -1	0	0xd0445400 - 0xd04457ff (0x400) MX[B]
	[9] -1	0	0xd0440000 - 0xd0443fff (0x4000) MX[B]
	[10] -1	0	0xd0444000 - 0xd0444fff (0x1000) MX[B]
	[11] -1	0	0xd0300000 - 0xd037ffff (0x80000) MX[B](B)
	[12] -1	0	0xd0400000 - 0xd043ffff (0x40000) MX[B](B)
	[13] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[14] -1	0	0xd0380000 - 0xd03fffff (0x80000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]
	[18] -1	0	0x0000efa0 - 0x0000efbf (0x20) IX[B]
	[19] -1	0	0x000020a0 - 0x000020af (0x10) IX[B]
	[20] -1	0	0x000020e8 - 0x000020eb (0x4) IX[B]
	[21] -1	0	0x000020c0 - 0x000020c7 (0x8) IX[B]
	[22] -1	0	0x000020ec - 0x000020ef (0x4) IX[B]
	[23] -1	0	0x000020c8 - 0x000020cf (0x8) IX[B]
	[24] -1	0	0x000020b0 - 0x000020bf (0x10) IX[B]
	[25] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[26] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[27] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[28] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[29] -1	0	0x00002020 - 0x0000203f (0x20) IX[B]
	[30] -1	0	0x00002040 - 0x0000205f (0x20) IX[B]
	[31] -1	0	0x00002060 - 0x0000207f (0x20) IX[B]
	[32] -1	0	0x00002080 - 0x0000209f (0x20) IX[B]
	[33] -1	0	0x000020e0 - 0x000020e7 (0x8) IX[B](B)
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xd0000000 - 0xd0000fff (0x1000) MX[B]
	[5] -1	0	0xd0100000 - 0xd010ffff (0x10000) MX[B]
	[6] -1	0	0xd0200000 - 0xd0203fff (0x4000) MX[B]
	[7] -1	0	0xd0445000 - 0xd04453ff (0x400) MX[B]
	[8] -1	0	0xd0445400 - 0xd04457ff (0x400) MX[B]
	[9] -1	0	0xd0440000 - 0xd0443fff (0x4000) MX[B]
	[10] -1	0	0xd0444000 - 0xd0444fff (0x1000) MX[B]
	[11] -1	0	0xd0300000 - 0xd037ffff (0x80000) MX[B](B)
	[12] -1	0	0xd0400000 - 0xd043ffff (0x40000) MX[B](B)
	[13] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[14] -1	0	0xd0380000 - 0xd03fffff (0x80000) MX[B](B)
	[15] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[16] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[17] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[20] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]
	[21] -1	0	0x0000efa0 - 0x0000efbf (0x20) IX[B]
	[22] -1	0	0x000020a0 - 0x000020af (0x10) IX[B]
	[23] -1	0	0x000020e8 - 0x000020eb (0x4) IX[B]
	[24] -1	0	0x000020c0 - 0x000020c7 (0x8) IX[B]
	[25] -1	0	0x000020ec - 0x000020ef (0x4) IX[B]
	[26] -1	0	0x000020c8 - 0x000020cf (0x8) IX[B]
	[27] -1	0	0x000020b0 - 0x000020bf (0x10) IX[B]
	[28] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[29] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[30] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[31] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[32] -1	0	0x00002020 - 0x0000203f (0x20) IX[B]
	[33] -1	0	0x00002040 - 0x0000205f (0x20) IX[B]
	[34] -1	0	0x00002060 - 0x0000207f (0x20) IX[B]
	[35] -1	0	0x00002080 - 0x0000209f (0x20) IX[B]
	[36] -1	0	0x000020e0 - 0x000020e7 (0x8) IX[B](B)
	[37] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[38] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/xorg/modules//libvbe.so
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 2.0
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
(--) intel(0): Chipset: "945GM"
(--) intel(0): Linear framebuffer at 0xC0000000
(--) intel(0): IO registers at addr 0xD0380000
(II) intel(0): 2 display pipes available.
(==) intel(0): Using EXA for acceleration
(==) intel(0): Enabling EXA render acceleration
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) intel(0): Output VGA using monitor section Generic Monitor
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): Output LVDS has no monitor section
(II) intel(0): I2C bus "LVDSDDC_C" initialized.
(II) intel(0): Attempting to determine panel fixed mode.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): EDID vendor "APP", prod id 40028
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) intel(0): initializing int10
(WW) intel(0): Bad V_BIOS checksum
(II) intel(0): Primary V_BIOS segment is: 0xc000
(II) intel(0): VESA BIOS detected
(II) intel(0): VESA VBE Version 3.0
(II) intel(0): VESA VBE Total Mem: 16064 kB
(II) intel(0): VESA VBE OEM: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS
(II) intel(0): VESA VBE OEM Software Rev: 1.0
(II) intel(0): VESA VBE OEM Vendor: Intel Corporation
(II) intel(0): VESA VBE OEM Product: Intel(r) 82945GM Chipset Family Graphics Controller
(II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
(II) intel(0): I2C bus "SDVOB DDC Bus" initialized.
(II) intel(0): Output TMDS-1 has no monitor section
(II) intel(0): SDVO device VID/DID: 04:AA.03, clock range 25.0MHz - 165.0MHz, input 1: Y, input 2: N, output 1: Y, output 2: N
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
(II) intel(0): No SDVO device found on SDVOC
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
(II) intel(0): Output TV has no monitor section
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): EDID vendor "SAM", prod id 597
(II) intel(0): Output VGA disconnected
(II) intel(0): Output LVDS connected
(II) intel(0): Output TMDS-1 connected
(II) intel(0): Output TV disconnected
(II) intel(0): Output LVDS using initial mode 1280x800
(II) intel(0): Output TMDS-1 using initial mode 1280x800
(II) intel(0): Monitoring connected displays enabled
(II) intel(0): detected 256 kB GTT.
(II) intel(0): detected 16124 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Will not try to enable page flipping
(==) intel(0): Triple buffering disabled
(==) intel(0): Intel XvMC decoder disabled
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "exa"
(II) LoadModule: "exa"
(II) Loading /usr/lib/xorg/modules//libexa.so
(II) Module exa: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 2.2.0
	ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) intel(0): Comparing regs from server start up to After PreInit
(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009
(WW) intel(0): PP_STATUS before: on, ready, sequencing idle
(WW) intel(0): PP_STATUS after: on, ready, sequencing on
(WW) intel(0): Register 0x61110 (PORT_HOTPLUG_EN) changed from 0x00000000 to 0x00000020
(WW) intel(0): Register 0x61114 (PORT_HOTPLUG_STAT) changed from 0x00000000 to 0x00000400
(WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000000 to 0x80000203
(WW) intel(0): PIPEASTAT before: status:
(WW) intel(0): PIPEASTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
(WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000202 to 0x80000202
(WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS VBLANK_INT_STATUS
(WW) intel(0): PIPEBSTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS
(WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from 0xc1710087 to 0xc1710088
(WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x6b405140 to 0x4e2d1dc8
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xd0400000 - 0xd043ffff (0x40000) MS[B]
	[1] 0	0	0xc0000000 - 0xcfffffff (0x10000000) MS[B]
	[2] 0	0	0xd0380000 - 0xd03fffff (0x80000) MS[B]
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0xd0000000 - 0xd0000fff (0x1000) MX[B]
	[8] -1	0	0xd0100000 - 0xd010ffff (0x10000) MX[B]
	[9] -1	0	0xd0200000 - 0xd0203fff (0x4000) MX[B]
	[10] -1	0	0xd0445000 - 0xd04453ff (0x400) MX[B]
	[11] -1	0	0xd0445400 - 0xd04457ff (0x400) MX[B]
	[12] -1	0	0xd0440000 - 0xd0443fff (0x4000) MX[B]
	[13] -1	0	0xd0444000 - 0xd0444fff (0x1000) MX[B]
	[14] -1	0	0xd0300000 - 0xd037ffff (0x80000) MX[B](B)
	[15] -1	0	0xd0400000 - 0xd043ffff (0x40000) MX[B](B)
	[16] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[17] -1	0	0xd0380000 - 0xd03fffff (0x80000) MX[B](B)
	[18] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[19] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[20] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[21] 0	0	0x000020e0 - 0x000020e7 (0x8) IS[B]
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[24] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]
	[25] -1	0	0x0000efa0 - 0x0000efbf (0x20) IX[B]
	[26] -1	0	0x000020a0 - 0x000020af (0x10) IX[B]
	[27] -1	0	0x000020e8 - 0x000020eb (0x4) IX[B]
	[28] -1	0	0x000020c0 - 0x000020c7 (0x8) IX[B]
	[29] -1	0	0x000020ec - 0x000020ef (0x4) IX[B]
	[30] -1	0	0x000020c8 - 0x000020cf (0x8) IX[B]
	[31] -1	0	0x000020b0 - 0x000020bf (0x10) IX[B]
	[32] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[33] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[34] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[35] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[36] -1	0	0x00002020 - 0x0000203f (0x20) IX[B]
	[37] -1	0	0x00002040 - 0x0000205f (0x20) IX[B]
	[38] -1	0	0x00002060 - 0x0000207f (0x20) IX[B]
	[39] -1	0	0x00002080 - 0x0000209f (0x20) IX[B]
	[40] -1	0	0x000020e0 - 0x000020e7 (0x8) IX[B](B)
	[41] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[42] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) intel(0): Kernel reported 740864 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 2963452 kB available
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
(II) intel(0): [drm] framebuffer mapped by ddx driver
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(**) intel(0): Framebuffer compression enabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): [drm] Registers = 0xd0380000
(II) intel(0): [drm] ring buffer = 0xc0000000
(II) intel(0): [drm] mapped front buffer at 0xc1000000, handle = 0xc1000000
(II) intel(0): [drm] mapped back buffer at 0xc5000000, handle = 0xc5000000
(II) intel(0): [drm] mapped depth buffer at 0xc6000000, handle = 0xc6000000
(II) intel(0): [drm] mapped classic textures at 0xc7000000, handle = 0xc7000000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): Page Flipping disabled
(==) intel(0): Write-combining range (0xc0000000,0x10000000)
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) EXA(0): Offscreen pixmap area of 50331648 bytes
(II) EXA(0): Driver registered support for the following operations:
(II)         Solid
(II)         Copy
(II)         Composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x01000000 (pgoffset 4096)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x02000000 (pgoffset 8192)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x05000000 (pgoffset 20480)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x06000000 (pgoffset 24576)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x07000000 (pgoffset 28672)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x0061ffff: compressed frame buffer (6144 kB, 0x00000000bf020000 physical
)
(II) intel(0): 0x00620000-0x00620fff: compressed ll buffer (4 kB, 0x00000000bf620000 physical
)
(II) intel(0): 0x00621000-0x0062afff: HW cursors (40 kB, 0x00000000bf621000 physical
)
(II) intel(0): 0x0062b000-0x00632fff: logical 3D context (32 kB)
(II) intel(0): 0x00633000-0x00633fff: overlay registers (4 kB, 0x00000000bf633000 physical
)
(II) intel(0): 0x00fbf000:            end of stolen memory
(II) intel(0): 0x01000000-0x01ffffff: front buffer (16384 kB) X tiled
(II) intel(0): 0x02000000-0x04ffffff: exa offscreen (49152 kB)
(II) intel(0): 0x05000000-0x05ffffff: back buffer (16384 kB) X tiled
(II) intel(0): 0x06000000-0x06ffffff: depth buffer (16384 kB) X tiled
(II) intel(0): 0x07000000-0x08ffffff: classic textures (32768 kB)
(II) intel(0): 0x10000000:            end of aperture
(WW) intel(0): ESR is 0x00000001, instruction error
(WW) intel(0): PRB0_CTL (0x0001f001) indicates ring buffer enabled
(WW) intel(0): Existing errors found in hardware state.
(II) intel(0): Selecting standard 18 bit TMDS pixel format.
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane A is now enabled and connected to pipe A.
(II) intel(0):   Pipe B is on
(II) intel(0):   Display plane B is now enabled and connected to pipe B.
(II) intel(0):   Output VGA is connected to pipe none
(II) intel(0):   Output LVDS is connected to pipe B
(II) intel(0):   Output TMDS-1 is connected to pipe A
(II) intel(0):   Output TV is connected to pipe none
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(II) intel(0): Selecting standard 18 bit TMDS pixel format.
(**) Option "dpms"
(**) intel(0): DPMS enabled
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: Enabled
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) intel(0): Setting screen physical size to 286 x 179
(EE) No Input driver matching `kbd'
(**) Option "SendCoreEvents" "true"
(**) Logitech MX620 Mouse: always reports core events
(**) Logitech MX620 Mouse: Device: "/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse"
(EE) Unable to open evdev device "/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse".
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for "Logitech MX620 Mouse"
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event14
(**) Option "Device" "/dev/input/event14"
(**) Option "SHMConfig" "true"
(**) Option "TapButton1" "1"
(**) Option "TapButton2" "3"
(**) Option "TapButton3" "2"
(--) Synaptics Touchpad touchpad found
(**) Option "SendCoreEvents" "true"
(**) Synaptics Touchpad: always reports core events
(EE) No Input driver matching `mouse'
(II) evaluating device (Synaptics Touchpad)
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: MOUSE)
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event14
(**) Option "Device" "/dev/input/event14"
(--) Synaptics Touchpad touchpad found
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event4"
(II) Logitech USB Receiver: Found keys
(II) Logitech USB Receiver: Configuring as keyboard
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
(**) Option "xkb_rules" "base"
(**) Logitech USB Receiver: xkb_rules: "base"
(**) Option "xkb_model" "evdev"
(**) Logitech USB Receiver: xkb_model: "evdev"
(**) Option "xkb_layout" "us"
(**) Logitech USB Receiver: xkb_layout: "us"
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event3"
(II) Logitech USB Receiver: Found x and y relative axes
(II) Logitech USB Receiver: Found mouse buttons
(II) Logitech USB Receiver: Configuring as mouse
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE)
(**) Topre Corporation HHKB Professional: always reports core events
(**) Topre Corporation HHKB Professional: Device: "/dev/input/event2"
(II) Topre Corporation HHKB Professional: Found keys
(II) Topre Corporation HHKB Professional: Configuring as keyboard
(II) XINPUT: Adding extended input device "Topre Corporation HHKB Professional" (type: KEYBOARD)
(**) Option "xkb_rules" "base"
(**) Topre Corporation HHKB Professional: xkb_rules: "base"
(**) Option "xkb_model" "evdev"
(**) Topre Corporation HHKB Professional: xkb_model: "evdev"
(**) Option "xkb_layout" "us"
(**) Topre Corporation HHKB Professional: xkb_layout: "us"
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event9"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "base"
(**) Power Button: xkb_rules: "base"
(**) Option "xkb_model" "evdev"
(**) Power Button: xkb_model: "evdev"
(**) Option "xkb_layout" "us"
(**) Power Button: xkb_layout: "us"
(**) Sleep Button: always reports core events
(**) Sleep Button: Device: "/dev/input/event13"
(II) Sleep Button: Found keys
(II) Sleep Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
(**) Option "xkb_rules" "base"
(**) Sleep Button: xkb_rules: "base"
(**) Option "xkb_model" "evdev"
(**) Sleep Button: xkb_model: "evdev"
(**) Option "xkb_layout" "us"
(**) Sleep Button: xkb_layout: "us"
(**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
(**) Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event6"
(II) Apple Computer Apple Internal Keyboard / Trackpad: Found keys
(II) Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
(II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD)
(**) Option "xkb_rules" "base"
(**) Apple Computer Apple Internal Keyboard / Trackpad: xkb_rules: "base"
(**) Option "xkb_model" "evdev"
(**) Apple Computer Apple Internal Keyboard / Trackpad: xkb_model: "evdev"
(**) Option "xkb_layout" "us"
(**) Apple Computer Apple Internal Keyboard / Trackpad: xkb_layout: "us"
(**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
(**) Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event5"
(II) Apple Computer Apple Internal Keyboard / Trackpad: Found keys
(II) Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
(II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD)
(**) Option "xkb_rules" "base"
(**) Apple Computer Apple Internal Keyboard / Trackpad: xkb_rules: "base"
(**) Option "xkb_model" "evdev"
(**) Apple Computer Apple Internal Keyboard / Trackpad: xkb_model: "evdev"
(**) Option "xkb_layout" "us"
(**) Apple Computer Apple Internal Keyboard / Trackpad: xkb_layout: "us"
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event12"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "base"
(**) Power Button: xkb_rules: "base"
(**) Option "xkb_model" "evdev"
(**) Power Button: xkb_model: "evdev"
(**) Option "xkb_layout" "us"
(**) Power Button: xkb_layout: "us"
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event1"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "base"
(**) Video Bus: xkb_rules: "base"
(**) Option "xkb_model" "evdev"
(**) Video Bus: xkb_model: "evdev"
(**) Option "xkb_layout" "us"
(**) Video Bus: xkb_layout: "us"
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Found mouse buttons
(II) Macintosh mouse button emulation: Configuring as mouse
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) appletouch auto-dev sets device to /dev/input/event14
(**) Option "Device" "/dev/input/event14"
(--) appletouch touchpad found
(**) appletouch: always reports core events
(II) XINPUT: Adding extended input device "appletouch" (type: MOUSE)
(--) appletouch auto-dev sets device to /dev/input/event14
(**) Option "Device" "/dev/input/event14"
(WW) appletouch can't grab event device, errno=16
(--) appletouch touchpad found
AUDIT: Thu Oct  1 00:16:21 2009: 18084 X: client 2 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:21 2009: 18084 X: client 4 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:21 2009: 18084 X: client 3 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:21 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:21 2009: 18084 X: client 5 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:22 2009: 18084 X: client 4 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:22 2009: 18084 X: client 4 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:22 2009: 18084 X: client 4 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:22 2009: 18084 X: client 5 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:22 2009: 18084 X: client 4 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:23 2009: 18084 X: client 4 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:23 2009: 18084 X: client 4 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:23 2009: 18084 X: client 4 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:23 2009: 18084 X: client 5 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:23 2009: 18084 X: client 4 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:24 2009: 18084 X: client 4 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:24 2009: 18084 X: client 4 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:24 2009: 18084 X: client 4 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:24 2009: 18084 X: client 4 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:24 2009: 18084 X: client 4 rejected from local host (uid 1000)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" removed.
(II) intel(0): EDID vendor "SAM", prod id 597
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" removed.
(II) intel(0): EDID vendor "SAM", prod id 597
AUDIT: Thu Oct  1 00:16:26 2009: 18084 X: client 3 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:26 2009: 18084 X: client 5 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:26 2009: 18084 X: client 4 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:26 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:26 2009: 18084 X: client 6 rejected from local host (uid 1000)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" removed.
(II) intel(0): EDID vendor "SAM", prod id 597
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" removed.
(II) intel(0): EDID vendor "SAM", prod id 597
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" removed.
(II) intel(0): EDID vendor "SAM", prod id 597
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" removed.
(II) intel(0): EDID vendor "SAM", prod id 597
AUDIT: Thu Oct  1 00:16:27 2009: 18084 X: client 3 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:27 2009: 18084 X: client 5 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:27 2009: 18084 X: client 4 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:27 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:27 2009: 18084 X: client 6 rejected from local host (uid 1000)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" removed.
(II) intel(0): EDID vendor "SAM", prod id 597
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" removed.
(II) intel(0): EDID vendor "SAM", prod id 597
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" removed.
(II) intel(0): EDID vendor "SAM", prod id 597
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" removed.
(II) intel(0): EDID vendor "SAM", prod id 597
AUDIT: Thu Oct  1 00:16:28 2009: 18084 X: client 3 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:28 2009: 18084 X: client 5 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:28 2009: 18084 X: client 4 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:28 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:28 2009: 18084 X: client 6 rejected from local host (uid 1000)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" removed.
(II) intel(0): EDID vendor "SAM", prod id 597
AUDIT: Thu Oct  1 00:16:30 2009: 18084 X: client 10 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:30 2009: 18084 X: client 9 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:30 2009: 18084 X: client 8 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:30 2009: 18084 X: client 12 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:30 2009: 18084 X: client 11 rejected from local host (uid 1000)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" removed.
(II) intel(0): EDID vendor "SAM", prod id 597
AUDIT: Thu Oct  1 00:16:31 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:31 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:31 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:31 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:32 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:32 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:32 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:32 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:32 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:33 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:33 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:33 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:33 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:33 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:34 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:34 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:34 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:34 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:34 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:35 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:35 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:35 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:35 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:35 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:36 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:36 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:36 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:36 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:36 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:37 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:37 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:37 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:37 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:37 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:38 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:38 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:38 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:38 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:38 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:39 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:39 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:39 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:39 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:39 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:40 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:40 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:40 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:40 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:40 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:41 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:41 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:41 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:41 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:41 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:42 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:42 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:42 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:42 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:42 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:43 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:43 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:43 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:43 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:43 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:44 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:44 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:44 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:44 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:44 2009: 18084 X: client 6 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:45 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:45 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:45 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:45 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:46 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:46 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:46 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:46 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:47 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:47 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:47 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:47 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:48 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:48 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:48 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:49 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:49 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:49 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:50 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:50 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:50 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:50 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:51 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:51 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:51 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:51 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:52 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:52 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:52 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:52 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:52 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:53 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:53 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:53 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:53 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:54 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:54 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:54 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:54 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:54 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:55 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:55 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:55 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:55 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:55 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:56 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:56 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:56 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:56 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:56 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:57 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:57 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:57 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:57 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:57 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:58 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:58 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:58 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:58 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:58 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:59 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:59 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:59 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:59 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:16:59 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:00 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:00 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:00 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:00 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:00 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:01 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:01 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:01 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:01 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:01 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:02 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:02 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:02 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:02 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:02 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:03 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:03 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:03 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:03 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:03 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:04 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:04 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:04 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:04 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:04 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:05 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:05 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:05 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:05 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:05 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:06 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:06 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:06 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:06 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:06 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:07 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:07 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:07 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:07 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:07 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:08 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:08 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:08 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:08 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:08 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:09 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:09 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:09 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:09 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:09 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:10 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:10 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:10 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:10 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:10 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:11 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:11 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:11 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:11 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:11 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:12 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:12 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:12 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:12 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:12 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:13 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:13 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:13 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:13 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:13 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:14 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:14 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:14 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:14 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:14 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:15 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:15 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:15 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:15 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:15 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:16 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:16 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:16 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:16 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:16 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:17 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:17 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:17 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:17 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:17 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:18 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:18 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:18 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:18 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:18 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:19 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:19 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:19 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:19 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:20 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:20 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:20 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:20 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:21 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:21 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:21 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:21 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:22 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:22 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:22 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:22 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:22 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:23 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:23 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:23 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:23 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:23 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:24 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:24 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:24 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:24 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:24 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:25 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:25 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:25 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:25 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:25 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:26 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:26 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:26 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:26 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:26 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:27 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:27 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:27 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:27 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:27 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:28 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:28 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:28 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:28 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:28 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:29 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:29 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:29 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:29 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:29 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:30 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:30 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:30 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:30 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:30 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:31 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:31 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:31 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:31 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:31 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:32 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:32 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:32 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:32 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:32 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:33 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:33 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:33 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:33 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:33 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:34 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:34 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:34 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:34 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:34 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:35 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:35 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:35 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:35 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:35 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:36 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:36 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:36 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:36 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:36 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:37 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:37 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:37 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:37 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:37 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:38 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:38 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:38 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:38 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:38 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:39 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:39 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:39 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:39 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:40 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:40 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:40 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:40 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:40 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:41 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:41 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:41 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:41 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:42 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:42 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:42 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:42 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:42 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:43 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:43 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:43 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:43 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:43 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:44 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:44 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:44 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:44 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:45 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:45 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:45 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:45 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:46 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:46 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:46 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:46 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:47 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:47 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:47 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:47 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:47 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:48 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:48 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:48 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:48 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:49 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:49 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:49 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:49 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:50 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:52 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:59 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:17:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:00 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:01 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:24 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:28 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:29 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:30 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:31 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:32 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:33 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:38 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:38 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:39 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:39 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:40 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:42 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:43 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:44 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:45 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:46 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:47 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:51 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:52 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:53 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:18:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:00 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:01 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:02 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:03 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:04 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:06 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:08 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:09 2009: 18084 X: client 17 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:09 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:09 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:09 2009: 18084 X: client 18 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:10 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:11 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:11 2009: 18084 X: client 18 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:11 2009: 18084 X: client 17 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:11 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:12 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:13 2009: 18084 X: client 18 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:13 2009: 18084 X: client 17 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:13 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:13 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:14 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:15 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:15 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:16 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:17 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:18 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:19 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:19 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:20 2009: 18084 X: client 18 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:20 2009: 18084 X: client 17 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:20 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:20 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:22 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:23 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:25 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:25 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:25 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:27 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:27 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:28 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:30 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:31 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:31 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:32 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:32 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:33 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:35 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:49 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:50 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:50 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:53 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:53 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:55 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:56 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:57 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:57 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:58 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:19:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:01 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:06 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:07 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:08 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:13 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:14 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:15 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:16 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:19 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:20 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:21 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:22 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:23 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:24 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:25 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:26 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:27 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:28 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:29 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:30 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:35 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:36 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:37 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:38 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:39 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:40 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:41 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:42 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:44 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:47 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:48 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:49 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:50 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:51 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:52 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:53 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:59 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:20:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:23 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:25 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:32 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:35 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:37 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:46 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:47 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:47 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:21:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:19 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:20 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:22:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:23:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:52 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:53 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:54 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:55 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:56 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:57 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:58 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:24:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:40 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:41 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:42 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:43 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:44 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:45 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:46 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:47 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:50 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:51 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:52 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:57 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:58 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:59 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:25:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:00 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:01 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:02 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:05 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:05 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:06 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:06 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:07 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:07 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:08 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:09 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:10 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:11 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:12 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:13 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:14 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:15 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:15 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:16 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:16 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:17 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:18 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:18 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:19 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:19 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:20 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:20 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:21 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:21 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:22 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:22 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:23 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:24 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:26 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:27 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:28 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:29 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:30 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:31 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:32 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:33 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:34 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:35 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:36 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:37 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:39 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:40 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:41 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:42 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:43 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:44 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:45 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:45 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:47 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:49 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:50 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:51 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:26:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:12 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:15 2009: 18084 X: client 17 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:15 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:15 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:16 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:16 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:24 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:25 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:26 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:27 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:28 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:29 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:30 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:31 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:32 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:33 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:34 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:35 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:36 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:37 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:38 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:39 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:42 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:43 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:44 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:46 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:47 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:47 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:48 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:50 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:55 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:59 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:59 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:27:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:00 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:01 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:03 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:05 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:06 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:08 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:09 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:09 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:10 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:11 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:13 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:14 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:15 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:16 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:20 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:21 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:22 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:23 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:24 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:25 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:25 2009: 18084 X: client 17 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:25 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:26 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:27 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:28 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:29 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:29 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:30 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:30 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:31 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:32 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:32 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:34 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:42 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:43 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:46 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:47 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:48 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:49 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:50 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:51 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:52 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:53 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:54 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:55 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:28:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:16 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:17 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:18 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:19 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:20 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:21 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:22 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:28 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:29 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:30 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:31 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:32 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:32 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:34 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:35 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:36 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:37 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:38 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:39 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:40 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:41 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:42 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:43 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:44 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:46 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:47 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:48 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:49 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:50 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:51 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:52 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:53 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:54 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:55 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:57 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:29:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:00 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:01 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:02 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:03 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:04 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:05 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:09 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:10 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:11 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:12 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:13 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:14 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:15 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:19 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:21 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:24 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:25 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:25 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:26 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:27 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:27 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:28 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:28 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:28 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:29 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:30 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:30 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:31 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:33 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:33 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:35 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:37 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:37 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:38 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:45 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:46 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:47 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:48 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:49 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:50 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:51 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:52 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:53 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:54 2009: 18084 X: client 17 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:54 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:54 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:55 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:57 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:57 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:59 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:30:59 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:01 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:05 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:08 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:11 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:17 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:20 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:22 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:23 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:27 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:28 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:29 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:44 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:45 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:52 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:54 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:54 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:55 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:56 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:57 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:58 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:59 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:31:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:13 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:14 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:15 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:16 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:17 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:18 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:22 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:23 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:24 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:25 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:26 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:27 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:28 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:29 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:29 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:30 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:31 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:31 2009: 18084 X: client 16 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:32 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:34 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:35 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:36 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:37 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:37 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:38 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:39 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:40 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:41 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:42 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:42 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:42 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:42 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:42 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:43 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:43 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:43 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:43 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:43 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:44 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:44 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:44 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:44 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:44 2009: 18084 X: client 7 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:32:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:34 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:35 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:36 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:37 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:38 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:39 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:40 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:41 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:42 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:43 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:44 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:45 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:46 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:47 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:48 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:49 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:50 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:51 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:52 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:53 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:54 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:55 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:56 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:57 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:58 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:58 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:59 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:33:59 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:00 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:00 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:01 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:01 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:02 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:02 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:03 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:03 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:04 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:04 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:05 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:06 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:07 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:08 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:08 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:09 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:09 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:10 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:10 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:11 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:11 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:12 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:12 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:13 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:13 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:14 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:15 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:16 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:17 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:18 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:19 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:19 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:20 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:20 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:21 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:21 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:22 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:22 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:23 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:23 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:24 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:24 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:25 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:25 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:26 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:26 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:27 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:27 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:28 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:28 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:29 2009: 18084 X: client 15 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:29 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:30 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:31 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:32 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:33 2009: 18084 X: client 14 rejected from local host (uid 1000)
AUDIT: Thu Oct  1 00:34:33 2009: 18084 X: client 14 rejected from local host (uid 1000)


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-intel depends on:
ii  libc6                  2.9-26            GNU C Library: Shared libraries
ii  libdrm2                2.4.13-1          Userspace interface to kernel DRM 
ii  xserver-xorg-core      2:1.4.2-10.lenny2 Xorg X server - core server

xserver-xorg-video-intel recommends no packages.

xserver-xorg-video-intel suggests no packages.

-- no debconf information

--===============4661587496704332656==
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="utf-8"
Content-Disposition: attachment; filename="Xorg.0.log-2.8.1-2"


X.Org X Server 1.6.4
Release Date: 2009-9-27
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30.8-dsa-amd64 x86_64 Debian
Current Operating System: Linux macbork 2.6.30-1-amd64 #1 SMP Sat Aug 15 18:09:19 UTC 2009 x86_64
Build Date: 28 September 2009  06:29:58AM
xorg-server 2:1.6.4-1 (buildd@brahms.debian.org) 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
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/Xorg.0.log", Time: Wed Sep 30 16:14:30 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Logitech MX620 Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(**) Option "DontZap" "off"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) The server relies on HAL to provide the list of input devices.
	If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Generic Keyboard
(II) Loader magic: 0x3540
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 5.0
	X.Org XInput driver : 4.0
	X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0:0:2:0) 8086:27a2:8086:7270 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xd0380000/524288, 0xc0000000/268435456, 0xd0400000/262144, I/O @ 0x000020e0/8
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri2" will be loaded by default.
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(WW) Warning, couldn't open module freetype
(II) UnloadModule: "freetype"
(EE) Failed to load module "freetype" (module does not exist, 0)
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.0.0
	ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.1.0
	ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 2.8.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.6.3, module version = 2.2.5
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 1.6.1.901, module version = 1.1.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, IGD_GM, IGD_G, 965G, G35,
	965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	Mobile Intel® GM45 Express Chipset,
	Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41, IGDNG_D,
	IGDNG_M
(II) Primary Device is: PCI 00@00:02:0
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[5] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[6] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[7] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[8] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[9] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[10] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 0.1.0
	ABI class: X.Org Video Driver, version 5.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
(--) intel(0): Chipset: "945GM"
(--) intel(0): Linear framebuffer at 0xC0000000
(--) intel(0): IO registers at addr 0xD0380000 size 524288
(WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
(II) intel(0): the SDVO device with slave addr 70 is found on DVO 1 port
(II) intel(0): 2 display pipes available.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) intel(0): Output VGA using monitor section Generic Monitor
(II) intel(0): Output LVDS has no monitor section
(II) intel(0): I2C bus "LVDSDDC_C" initialized.
(II) intel(0): Attempting to determine panel fixed mode.
(II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
(II) intel(0): I2C bus "SDVOB DDC Bus" initialized.
(II) intel(0): Output TMDS-1 has no monitor section
(II) intel(0): SDVOB: device VID/DID: 04:AA.03, clock range 25.0MHz - 165.0MHz
(II) intel(0): SDVOB: 1 input channel
(II) intel(0): SDVOB: TMDS0 output reported
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
(II) intel(0): No SDVO device found on SDVOC
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
(II) intel(0): Output TV has no monitor section
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): EDID for output VGA
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: APP  Model: 9c5c  Serial#: 0
(II) intel(0): Year: 2006  Week: 13
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 18
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): GTF timings supported
(II) intel(0): redX: 0.595 redY: 0.345   greenX: 0.320 greenY: 0.555
(II) intel(0): blueX: 0.155 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 71.0 MHz   Image Size:  286 x 179 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) intel(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz,
(II) intel(0):  B133EW01 V0
(II) intel(0): Monitor name: Color LCD
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0006105c9c00000000
(II) intel(0): 	0d100103801d12780a50c59858528e27
(II) intel(0): 	25505400000001010101010101010101
(II) intel(0): 	010101010101bc1b00a0502017303020
(II) intel(0): 	36001eb3100000180000000100061020
(II) intel(0): 	00000000000000000a20000000fe0042
(II) intel(0): 	313333455730312056300a20000000fc
(II) intel(0): 	00436f6c6f72204c43440a20202000b7
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): I2C device "SDVOB DDC Bus:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(II) intel(0): EDID for output TMDS-1
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID for output TMDS-1
(II) intel(0): Manufacturer: SAM  Model: 255  Serial#: 1146106418
(II) intel(0): Year: 2007  Week: 28
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 47  vert.: 30
(II) intel(0): Gamma: 2.20
(II) intel(0): DPMS capabilities: Off
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.644 redY: 0.333   greenX: 0.286 greenY: 0.603
(II) intel(0): blueX: 0.152 blueY: 0.079   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Supported established timings:
(II) intel(0): 720x400@70Hz
(II) intel(0): 640x480@60Hz
(II) intel(0): 640x480@67Hz
(II) intel(0): 640x480@72Hz
(II) intel(0): 640x480@75Hz
(II) intel(0): 800x600@56Hz
(II) intel(0): 800x600@60Hz
(II) intel(0): 800x600@72Hz
(II) intel(0): 800x600@75Hz
(II) intel(0): 832x624@75Hz
(II) intel(0): 1024x768@60Hz
(II) intel(0): 1024x768@70Hz
(II) intel(0): 1024x768@75Hz
(II) intel(0): 1280x1024@75Hz
(II) intel(0): 1152x870@75Hz
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported standard timings:
(II) intel(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
(II) intel(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) intel(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) intel(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 146.2 MHz   Image Size:  474 x 296 mm
(II) intel(0): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
(II) intel(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
(II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 170 MHz
(II) intel(0): Monitor name: SyncMaster
(II) intel(0): Serial No: HS4P704918
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004c2d550232325044
(II) intel(0): 	1c110103802f1e782ad515a455499a27
(II) intel(0): 	145054bfef80b30081808140714f0101
(II) intel(0): 	01010101010121399030621a274068b0
(II) intel(0): 	3600da281100001c000000fd00384b1e
(II) intel(0): 	5111000a202020202020000000fc0053
(II) intel(0): 	796e634d61737465720a2020000000ff
(II) intel(0): 	00485334503730343931380a20200056
(II) intel(0): EDID vendor "SAM", prod id 597
(II) intel(0): Printing probed modes for output TMDS-1
(II) intel(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
(II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
(II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): EDID for output TV
(II) intel(0): Output VGA disconnected
(II) intel(0): Output LVDS connected
(II) intel(0): Output TMDS-1 connected
(II) intel(0): Output TV disconnected
(II) intel(0): Using user preference for initial modes
(II) intel(0): Output LVDS using initial mode 1280x800
(II) intel(0): Output TMDS-1 using initial mode 1152x864
(II) intel(0): detected 256 kB GTT.
(II) intel(0): detected 16124 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) intel(0): Comparing regs from server start up to After PreInit
(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009
(WW) intel(0): PP_STATUS before: on, ready, sequencing idle
(WW) intel(0): PP_STATUS after: on, ready, sequencing on
(WW) intel(0): Register 0x61110 (PORT_HOTPLUG_EN) changed from 0x00000000 to 0x00000020
(WW) intel(0): Register 0x61114 (PORT_HOTPLUG_STAT) changed from 0x00000000 to 0x00000400
(WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000000 to 0x80000203
(WW) intel(0): PIPEASTAT before: status:
(WW) intel(0): PIPEASTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
(WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000202 to 0x80000202
(WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS VBLANK_INT_STATUS
(WW) intel(0): PIPEBSTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[5] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[6] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[7] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[8] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[9] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[10] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) intel(0): Kernel reported 740864 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 2963452 kB available
(II) intel(0): [DRI2] Setup complete
(**) intel(0): Framebuffer compression enabled
(**) intel(0): Tiling enabled
(**) intel(0): SwapBuffers wait enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) UXA(0): Driver registered support for the following operations:
(II)         solid
(II)         copy
(II)         composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): adjusting plane->pipe mappings to allow for framebuffer compression
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x005fffff: compressed frame buffer (6144 kB, 0x00000000bf000000 physical
)
(II) intel(0): 0x00600000-0x00600fff: compressed ll buffer (4 kB, 0x00000000bf600000 physical
)
(II) intel(0): 0x00601000-0x0060afff: HW cursors (40 kB, 0x00000000bf601000 physical
)
(II) intel(0): 0x0060b000-0x0060bfff: overlay registers (4 kB, 0x00000000bf60b000 physical
)
(II) intel(0): 0x00fbf000:            end of stolen memory
(II) intel(0): 0x00fbf000-0x0f9f3fff: DRI memory manager (239828 kB)
(II) intel(0): 0x10000000:            end of aperture
(II) intel(0): BO memory allocation layout:
(II) intel(0): 0x00fbf000:            start of memory manager
(II) intel(0): 0x01000000-0x017fffff: front buffer (8192 kB) X tiled
(II) intel(0): 0x0f9f4000:            end of memory manager
(WW) intel(0): ESR is 0x00000010, page table error
(WW) intel(0): PGTBL_ER is 0x00000102, host pte data, display B pte
(WW) intel(0): Existing errors found in hardware state.
(II) intel(0): Selecting standard 18 bit TMDS pixel format.
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane B is now enabled and connected to pipe A.
(II) intel(0):   Pipe B is on
(II) intel(0):   Display plane A is now enabled and connected to pipe B.
(II) intel(0):   Output VGA is connected to pipe none
(II) intel(0):   Output LVDS is connected to pipe B
(II) intel(0):   Output TMDS-1 is connected to pipe A
(II) intel(0):   Output TV is connected to pipe none
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.

Backtrace:
0: /usr/bin/X11/X(xorg_backtrace+0x26) [0x4edfe6]
1: /usr/bin/X11/X(xf86SigHandler+0x39) [0x483699]
2: /lib/libc.so.6 [0x7f2c2d1e2db0]
3: /usr/bin/X11/X(DGAAvailable+0x39) [0x4823c9]
4: /usr/bin/X11/X(xf86DiDGAInit+0x30) [0x4ae200]
5: /usr/bin/X11/X(xf86CrtcScreenInit+0x10d) [0x4aafad]
6: /usr/lib/xorg/modules/drivers//intel_drv.so [0x7f2c2b5bd64f]
7: /usr/bin/X11/X(AddScreen+0x1c6) [0x432ac6]
8: /usr/bin/X11/X(InitOutput+0x241) [0x46d361]
9: /usr/bin/X11/X(main+0x200) [0x4331d0]
10: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f2c2d1cf5c6]
11: /usr/bin/X11/X [0x432819]

Fatal server error:
Caught signal 11.  Server aborting


Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional information.


--===============4661587496704332656==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="Xorg.0.log-2.8.99.902-1"


X.Org X Server 1.6.4
Release Date: 2009-9-27
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30.8-dsa-amd64 x86_64 Debian
Current Operating System: Linux macbork 2.6.30-1-amd64 #1 SMP Sat Aug 15 18:09:19 UTC 2009 x86_64
Build Date: 28 September 2009  06:29:58AM
xorg-server 2:1.6.4-1 (buildd@brahms.debian.org) 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
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/Xorg.0.log", Time: Wed Sep 30 16:21:50 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Logitech MX620 Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(**) Option "DontZap" "off"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) The server relies on HAL to provide the list of input devices.
	If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Generic Keyboard
(II) Loader magic: 0x3540
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 5.0
	X.Org XInput driver : 4.0
	X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0:0:2:0) 8086:27a2:8086:7270 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xd0380000/524288, 0xc0000000/268435456, 0xd0400000/262144, I/O @ 0x000020e0/8
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri2" will be loaded by default.
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(WW) Warning, couldn't open module freetype
(II) UnloadModule: "freetype"
(EE) Failed to load module "freetype" (module does not exist, 0)
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.0.0
	ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.1.0
	ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 2.8.99
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.6.3, module version = 2.2.5
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 1.6.1.901, module version = 1.1.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
(II) Primary Device is: PCI 00@00:02:0
(II) resource ranges after probing:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 0.1.0
	ABI class: X.Org Video Driver, version 5.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
(--) intel(0): Chipset: "945GM"
(--) intel(0): Linear framebuffer at 0xC0000000
(--) intel(0): IO registers at addr 0xD0380000 size 524288
(WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
(II) intel(0): the SDVO device with slave addr 70 is found on DVO 1 port
(II) intel(0): 2 display pipes available.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) intel(0): Output VGA using monitor section Generic Monitor
(II) intel(0): Output LVDS has no monitor section
(II) intel(0): I2C bus "LVDSDDC_C" initialized.
(II) intel(0): Attempting to determine panel fixed mode.
(II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
(II) intel(0): I2C bus "SDVOB DDC Bus" initialized.
(II) intel(0): Output TMDS-1 has no monitor section
(II) intel(0): SDVOB: device VID/DID: 04:AA.03, clock range 25.0MHz - 165.0MHz
(II) intel(0): SDVOB: 1 input channel
(II) intel(0): SDVOB: TMDS0 output reported
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
(II) intel(0): No SDVO device found on SDVOC
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
(II) intel(0): Output TV has no monitor section
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): EDID for output VGA
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: APP  Model: 9c5c  Serial#: 0
(II) intel(0): Year: 2006  Week: 13
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 18
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): GTF timings supported
(II) intel(0): redX: 0.595 redY: 0.345   greenX: 0.320 greenY: 0.555
(II) intel(0): blueX: 0.155 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 71.0 MHz   Image Size:  286 x 179 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) intel(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz,
(II) intel(0):  B133EW01 V0
(II) intel(0): Monitor name: Color LCD
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0006105c9c00000000
(II) intel(0): 	0d100103801d12780a50c59858528e27
(II) intel(0): 	25505400000001010101010101010101
(II) intel(0): 	010101010101bc1b00a0502017303020
(II) intel(0): 	36001eb3100000180000000100061020
(II) intel(0): 	00000000000000000a20000000fe0042
(II) intel(0): 	313333455730312056300a20000000fc
(II) intel(0): 	00436f6c6f72204c43440a20202000b7
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): I2C device "SDVOB DDC Bus:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(II) intel(0): EDID for output TMDS-1
(II) intel(0): EDID for output TV
(II) intel(0): Output VGA disconnected
(II) intel(0): Output LVDS connected
(II) intel(0): Output TMDS-1 disconnected
(II) intel(0): Output TV disconnected
(II) intel(0): Using user preference for initial modes
(II) intel(0): Output LVDS using initial mode 1280x800
(II) intel(0): detected 256 kB GTT.
(II) intel(0): detected 16124 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) intel(0): Comparing regs from server start up to After PreInit
(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009
(WW) intel(0): PP_STATUS before: on, ready, sequencing idle
(WW) intel(0): PP_STATUS after: on, ready, sequencing on
(WW) intel(0): Register 0x68000 (TV_CTL) changed from 0x10000000 to 0x000c0000
(WW) intel(0): Register 0x68010 (TV_CSC_Y) changed from 0x00000000 to 0x0332012d
(WW) intel(0): Register 0x68014 (TV_CSC_Y2) changed from 0x00000000 to 0x07d30104
(WW) intel(0): Register 0x68018 (TV_CSC_U) changed from 0x00000000 to 0x0733052d
(WW) intel(0): Register 0x6801c (TV_CSC_U2) changed from 0x00000000 to 0x05c70200
(WW) intel(0): Register 0x68020 (TV_CSC_V) changed from 0x00000000 to 0x0340030c
(WW) intel(0): Register 0x68024 (TV_CSC_V2) changed from 0x00000000 to 0x06d00200
(WW) intel(0): Register 0x6802c (TV_CLR_LEVEL) changed from 0x00000000 to 0x010b00e1
(WW) intel(0): Register 0x68030 (TV_H_CTL_1) changed from 0x00000000 to 0x00400359
(WW) intel(0): Register 0x68034 (TV_H_CTL_2) changed from 0x00000000 to 0x80480022
(WW) intel(0): Register 0x68038 (TV_H_CTL_3) changed from 0x00000000 to 0x007c0344
(WW) intel(0): Register 0x6803c (TV_V_CTL_1) changed from 0x00000000 to 0x00f01415
(WW) intel(0): Register 0x68040 (TV_V_CTL_2) changed from 0x00000000 to 0x00060607
(WW) intel(0): Register 0x68044 (TV_V_CTL_3) changed from 0x00000000 to 0x80120001
(WW) intel(0): Register 0x68048 (TV_V_CTL_4) changed from 0x00000000 to 0x000900f0
(WW) intel(0): Register 0x6804c (TV_V_CTL_5) changed from 0x00000000 to 0x000a00f0
(WW) intel(0): Register 0x68050 (TV_V_CTL_6) changed from 0x00000000 to 0x000900f0
(WW) intel(0): Register 0x68054 (TV_V_CTL_7) changed from 0x00000000 to 0x000a00f0
(WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from 0x00000000 to 0xc1710087
(WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x00000000 to 0x6b405140
(WW) intel(0): Register 0x68070 (TV_WIN_POS) changed from 0x00000000 to 0x00360024
(WW) intel(0): Register 0x68074 (TV_WIN_SIZE) changed from 0x00000000 to 0x02640198
(WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x00000000 to 0x800010bb
(WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x00000000 to 0x00028283
(WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00000000 to 0x00014141
(WW) intel(0): Register 0x68100 (TV_H_LUMA_0) changed from 0x00000000 to 0xb1403000
(WW) intel(0): Register 0x681ec (TV_H_LUMA_59) changed from 0x00000000 to 0x0000b060
(WW) intel(0): Register 0x68200 (TV_H_CHROMA_0) changed from 0x00000000 to 0xb1403000
(WW) intel(0): Register 0x682ec (TV_H_CHROMA_59) changed from 0x00000000 to 0x0000b060
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) intel(0): Kernel reported 740864 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 2963452 kB available
(II) intel(0): [DRI2] Setup complete
(**) intel(0): Framebuffer compression enabled
(**) intel(0): Tiling enabled
(**) intel(0): SwapBuffers wait enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) UXA(0): Driver registered support for the following operations:
(II)         solid
(II)         copy
(II)         composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): adjusting plane->pipe mappings to allow for framebuffer compression
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x005fffff: compressed frame buffer (6144 kB, 0x00000000bf000000 physical
)
(II) intel(0): 0x00600000-0x00600fff: compressed ll buffer (4 kB, 0x00000000bf600000 physical
)
(II) intel(0): 0x00601000-0x0060afff: HW cursors (40 kB, 0x00000000bf601000 physical
)
(II) intel(0): 0x0060b000-0x0060bfff: overlay registers (4 kB, 0x00000000bf60b000 physical
)
(II) intel(0): 0x00fbf000:            end of stolen memory
(II) intel(0): 0x00fbf000-0x0f9f3fff: DRI memory manager (239828 kB)
(II) intel(0): 0x10000000:            end of aperture
(II) intel(0): BO memory allocation layout:
(II) intel(0): 0x00fbf000:            start of memory manager
(II) intel(0): 0x01000000-0x017fffff: front buffer (8192 kB) X tiled
(II) intel(0): 0x0f9f4000:            end of memory manager
(WW) intel(0): ESR is 0x00000010, page table error
(WW) intel(0): PGTBL_ER is 0x00000102, host pte data, display B pte
(WW) intel(0): Existing errors found in hardware state.
(II) intel(0): Selecting standard 18 bit TMDS pixel format.
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is off
(II) intel(0):   Display plane B is now disabled and connected to pipe A.
(II) intel(0):   Pipe B is on
(II) intel(0):   Display plane A is now enabled and connected to pipe B.
(II) intel(0):   Output VGA is connected to pipe none
(II) intel(0):   Output LVDS is connected to pipe B
(II) intel(0):   Output TMDS-1 is connected to pipe none
(II) intel(0):   Output TV is connected to pipe none
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(**) Option "dpms"
(**) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: DRI2 Enabled
(WW) intel(0): Option "AccelMethod" is not used
(WW) intel(0): Option "EXANoComposite" is not used
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
SELinux: Disabled on system, not enabling in X server
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
(II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so
(II) GLX: Initialized DRI2 GL provider for screen 0
(II) intel(0): Setting screen physical size to 286 x 179
(**) Option "SendCoreEvents" "true"
(**) Logitech MX620 Mouse: always reports core events
(**) Logitech MX620 Mouse: Device: "/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse"
(EE) Unable to open evdev device "/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse".
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for "Logitech MX620 Mouse"
(II) Synaptics touchpad driver version 1.1.2
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event15
(**) Option "Device" "/dev/input/event15"
(II) Synaptics Touchpad: x-axis range 0 - 1215
(II) Synaptics Touchpad: y-axis range 0 - 575
(II) Synaptics Touchpad: pressure range 0 - 300
(II) Synaptics Touchpad: finger width range 0 - 0
(II) Synaptics Touchpad: buttons: left double triple
(**) Option "SHMConfig" "true"
(**) Option "TapButton1" "1"
(**) Option "TapButton2" "3"
(**) Option "TapButton3" "2"
(--) Synaptics Touchpad: touchpad found
(**) Option "SendCoreEvents" "true"
(**) Synaptics Touchpad: always reports core events
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: TOUCHPAD)
(**) Synaptics Touchpad: (accel) keeping acceleration scheme 1
(**) Synaptics Touchpad: (accel) filter chain progression: 2.00
(**) Synaptics Touchpad: (accel) filter stage 0: 20.00 ms
(**) Synaptics Touchpad: (accel) set acceleration profile 0
(--) Synaptics Touchpad: touchpad found
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event12"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "macbook79"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "compose:rwin"
(II) config/hal: Adding input device Logitech USB Receiver
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event6"
(II) Logitech USB Receiver: Found 1 mouse buttons
(II) Logitech USB Receiver: Found scroll wheel(s)
(II) Logitech USB Receiver: Found keys
(II) Logitech USB Receiver: Configuring as keyboard
(II) Logitech USB Receiver: Adding scrollwheel support
(**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
(**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "macbook79"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "compose:rwin"
(EE) Logitech USB Receiver: failed to initialize for relative axes.
(II) config/hal: Adding input device Apple Computer Apple Internal Keyboard / Trackpad
(**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
(**) Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event3"
(II) Apple Computer Apple Internal Keyboard / Trackpad: Found keys
(II) Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
(II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "macbook79"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "compose:rwin"
(II) config/hal: Adding input device Sleep Button
(**) Sleep Button: always reports core events
(**) Sleep Button: Device: "/dev/input/event13"
(II) Sleep Button: Found keys
(II) Sleep Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "macbook79"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "compose:rwin"
(II) config/hal: Adding input device Macintosh mouse button emulation
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
(**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
(**) Macintosh mouse button emulation: (accel) set acceleration profile 0
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event9"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "macbook79"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "compose:rwin"
(II) config/hal: Adding input device Apple Computer Apple Internal Keyboard / Trackpad
(**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
(**) Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event4"
(II) Apple Computer Apple Internal Keyboard / Trackpad: Found keys
(II) Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
(II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "macbook79"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "compose:rwin"
(II) config/hal: Adding input device Topre Corporation HHKB Professional
(**) Topre Corporation HHKB Professional: always reports core events
(**) Topre Corporation HHKB Professional: Device: "/dev/input/event2"
(II) Topre Corporation HHKB Professional: Found keys
(II) Topre Corporation HHKB Professional: Configuring as keyboard
(II) XINPUT: Adding extended input device "Topre Corporation HHKB Professional" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "macbook79"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "compose:rwin"
(II) config/hal: Adding input device Video Bus
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event1"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "macbook79"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "compose:rwin"
(II) config/hal: Adding input device Logitech USB Receiver
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event5"
(II) Logitech USB Receiver: Found 20 mouse buttons
(II) Logitech USB Receiver: Found x and y relative axes
(II) Logitech USB Receiver: Found scroll wheel(s)
(II) Logitech USB Receiver: Configuring as mouse
(**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
(**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE)
(**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
(**) Logitech USB Receiver: (accel) filter chain progression: 2.00
(**) Logitech USB Receiver: (accel) filter stage 0: 20.00 ms
(**) Logitech USB Receiver: (accel) set acceleration profile 0
(II) Logitech USB Receiver: initialized for relative axes.
(II) config/hal: Adding input device appletouch
(II) Synaptics touchpad driver version 1.1.2
(**) Option "Device" "/dev/input/event15"
(II) appletouch: x-axis range 0 - 1215
(II) appletouch: y-axis range 0 - 575
(II) appletouch: pressure range 0 - 300
(II) appletouch: finger width range 0 - 0
(II) appletouch: buttons: left double triple
(--) appletouch: touchpad found
(**) appletouch: always reports core events
(II) XINPUT: Adding extended input device "appletouch" (type: TOUCHPAD)
(**) appletouch: (accel) keeping acceleration scheme 1
(**) appletouch: (accel) filter chain progression: 2.00
(**) appletouch: (accel) filter stage 0: 20.00 ms
(**) appletouch: (accel) set acceleration profile 0
(WW) appletouch can't grab event device, errno=16
(--) appletouch: touchpad found
(II) intel(0): EDID for output VGA
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: APP  Model: 9c5c  Serial#: 0
(II) intel(0): Year: 2006  Week: 13
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 18
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): GTF timings supported
(II) intel(0): redX: 0.595 redY: 0.345   greenX: 0.320 greenY: 0.555
(II) intel(0): blueX: 0.155 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 71.0 MHz   Image Size:  286 x 179 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) intel(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz,
(II) intel(0):  B133EW01 V0
(II) intel(0): Monitor name: Color LCD
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0006105c9c00000000
(II) intel(0): 	0d100103801d12780a50c59858528e27
(II) intel(0): 	25505400000001010101010101010101
(II) intel(0): 	010101010101bc1b00a0502017303020
(II) intel(0): 	36001eb3100000180000000100061020
(II) intel(0): 	00000000000000000a20000000fe0042
(II) intel(0): 	313333455730312056300a20000000fc
(II) intel(0): 	00436f6c6f72204c43440a20202000b7
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Using EDID range info for horizontal sync
(II) intel(0): Using EDID range info for vertical refresh
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output TMDS-1
(II) intel(0): EDID for output TV
(II) intel(0): EDID for output VGA
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: APP  Model: 9c5c  Serial#: 0
(II) intel(0): Year: 2006  Week: 13
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 18
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): GTF timings supported
(II) intel(0): redX: 0.595 redY: 0.345   greenX: 0.320 greenY: 0.555
(II) intel(0): blueX: 0.155 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 71.0 MHz   Image Size:  286 x 179 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) intel(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz,
(II) intel(0):  B133EW01 V0
(II) intel(0): Monitor name: Color LCD
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0006105c9c00000000
(II) intel(0): 	0d100103801d12780a50c59858528e27
(II) intel(0): 	25505400000001010101010101010101
(II) intel(0): 	010101010101bc1b00a0502017303020
(II) intel(0): 	36001eb3100000180000000100061020
(II) intel(0): 	00000000000000000a20000000fe0042
(II) intel(0): 	313333455730312056300a20000000fc
(II) intel(0): 	00436f6c6f72204c43440a20202000b7
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output TMDS-1
(II) intel(0): EDID for output TV
(II) intel(0): EDID for output VGA
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: APP  Model: 9c5c  Serial#: 0
(II) intel(0): Year: 2006  Week: 13
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 18
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): GTF timings supported
(II) intel(0): redX: 0.595 redY: 0.345   greenX: 0.320 greenY: 0.555
(II) intel(0): blueX: 0.155 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 71.0 MHz   Image Size:  286 x 179 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) intel(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz,
(II) intel(0):  B133EW01 V0
(II) intel(0): Monitor name: Color LCD
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0006105c9c00000000
(II) intel(0): 	0d100103801d12780a50c59858528e27
(II) intel(0): 	25505400000001010101010101010101
(II) intel(0): 	010101010101bc1b00a0502017303020
(II) intel(0): 	36001eb3100000180000000100061020
(II) intel(0): 	00000000000000000a20000000fe0042
(II) intel(0): 	313333455730312056300a20000000fc
(II) intel(0): 	00436f6c6f72204c43440a20202000b7
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output TMDS-1
(II) intel(0): EDID for output TV

--===============4661587496704332656==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="Xorg.0.log-2.9.0-1"


X.Org X Server 1.6.4
Release Date: 2009-9-27
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30.8-dsa-amd64 x86_64 Debian
Current Operating System: Linux macbork 2.6.30-1-amd64 #1 SMP Sat Aug 15 18:09:19 UTC 2009 x86_64
Build Date: 28 September 2009  06:29:58AM
xorg-server 2:1.6.4-1 (buildd@brahms.debian.org) 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
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/Xorg.0.log", Time: Thu Oct  1 00:08:49 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Logitech MX620 Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(**) Option "DontZap" "off"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) The server relies on HAL to provide the list of input devices.
	If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Generic Keyboard
(II) Loader magic: 0x3540
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 5.0
	X.Org XInput driver : 4.0
	X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0:0:2:0) 8086:27a2:8086:7270 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xd0380000/524288, 0xc0000000/268435456, 0xd0400000/262144, I/O @ 0x000020e0/8
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(II) No APM support in BIOS or kernel
(II) System resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri2" will be loaded by default.
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(WW) Warning, couldn't open module freetype
(II) UnloadModule: "freetype"
(EE) Failed to load module "freetype" (module does not exist, 0)
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.0.0
	ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.1.0
	ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 2.9.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.6.3, module version = 2.2.5
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 1.6.1.901, module version = 1.1.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
(II) Primary Device is: PCI 00@00:02:0
(II) resource ranges after probing:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 0.1.0
	ABI class: X.Org Video Driver, version 5.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
(--) intel(0): Chipset: "945GM"
(--) intel(0): Linear framebuffer at 0xC0000000
(--) intel(0): IO registers at addr 0xD0380000 size 524288
(WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
(II) intel(0): the SDVO device with slave addr 70 is found on DVO 1 port
(II) intel(0): 2 display pipes available.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) intel(0): Output VGA using monitor section Generic Monitor
(II) intel(0): Output LVDS has no monitor section
(II) intel(0): I2C bus "LVDSDDC_C" initialized.
(II) intel(0): Attempting to determine panel fixed mode.
(II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
(II) intel(0): I2C bus "SDVOB DDC Bus" initialized.
(II) intel(0): Output TMDS-1 has no monitor section
(II) intel(0): SDVOB: device VID/DID: 04:AA.03, clock range 25.0MHz - 165.0MHz
(II) intel(0): SDVOB: 1 input channel
(II) intel(0): SDVOB: TMDS0 output reported
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
(II) intel(0): No SDVO device found on SDVOC
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
(II) intel(0): Output TV has no monitor section
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): EDID for output VGA
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: APP  Model: 9c5c  Serial#: 0
(II) intel(0): Year: 2006  Week: 13
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 18
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): GTF timings supported
(II) intel(0): redX: 0.595 redY: 0.345   greenX: 0.320 greenY: 0.555
(II) intel(0): blueX: 0.155 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 71.0 MHz   Image Size:  286 x 179 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) intel(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz,
(II) intel(0):  B133EW01 V0
(II) intel(0): Monitor name: Color LCD
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0006105c9c00000000
(II) intel(0): 	0d100103801d12780a50c59858528e27
(II) intel(0): 	25505400000001010101010101010101
(II) intel(0): 	010101010101bc1b00a0502017303020
(II) intel(0): 	36001eb3100000180000000100061020
(II) intel(0): 	00000000000000000a20000000fe0042
(II) intel(0): 	313333455730312056300a20000000fc
(II) intel(0): 	00436f6c6f72204c43440a20202000b7
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): I2C device "SDVOB DDC Bus:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(II) intel(0): EDID for output TMDS-1
(II) intel(0): EDID for output TV
(II) intel(0): Output VGA disconnected
(II) intel(0): Output LVDS connected
(II) intel(0): Output TMDS-1 disconnected
(II) intel(0): Output TV disconnected
(II) intel(0): Using user preference for initial modes
(II) intel(0): Output LVDS using initial mode 1280x800
(II) intel(0): detected 256 kB GTT.
(II) intel(0): detected 16124 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.6.4, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) intel(0): Comparing regs from server start up to After PreInit
(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009
(WW) intel(0): PP_STATUS before: on, ready, sequencing idle
(WW) intel(0): PP_STATUS after: on, ready, sequencing on
(WW) intel(0): Register 0x61110 (PORT_HOTPLUG_EN) changed from 0x00000000 to 0x00000020
(WW) intel(0): Register 0x61114 (PORT_HOTPLUG_STAT) changed from 0x00000000 to 0x00000400
(WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000203 to 0x80000203
(WW) intel(0): PIPEASTAT before: status: VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
(WW) intel(0): PIPEASTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
(WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from 0xc1710088 to 0xc1710087
(WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x4e2d1dc8 to 0x6b405140
(WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x800015f6 to 0x800010bb
(WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x000292d3 to 0x00028283
(WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00014969 to 0x00014141
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) intel(0): Kernel reported 740864 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 2963452 kB available
(II) intel(0): [DRI2] Setup complete
(**) intel(0): Framebuffer compression enabled
(**) intel(0): Tiling enabled
(**) intel(0): SwapBuffers wait enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) UXA(0): Driver registered support for the following operations:
(II)         solid
(II)         copy
(II)         composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): adjusting plane->pipe mappings to allow for framebuffer compression
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x005fffff: compressed frame buffer (6144 kB, 0x00000000bf000000 physical
)
(II) intel(0): 0x00600000-0x00600fff: compressed ll buffer (4 kB, 0x00000000bf600000 physical
)
(II) intel(0): 0x00601000-0x0060afff: HW cursors (40 kB, 0x00000000bf601000 physical
)
(II) intel(0): 0x0060b000-0x0060bfff: overlay registers (4 kB, 0x00000000bf60b000 physical
)
(II) intel(0): 0x00fbf000:            end of stolen memory
(II) intel(0): 0x00fbf000-0x0f9f3fff: DRI memory manager (239828 kB)
(II) intel(0): 0x10000000:            end of aperture
(II) intel(0): BO memory allocation layout:
(II) intel(0): 0x00fbf000:            start of memory manager
(II) intel(0): 0x01000000-0x01ffffff: front buffer (16384 kB) X tiled
(II) intel(0): 0x0f9f4000:            end of memory manager
(II) intel(0): Selecting standard 18 bit TMDS pixel format.
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is off
(II) intel(0):   Display plane B is now disabled and connected to pipe A.
(II) intel(0):   Pipe B is on
(II) intel(0):   Display plane A is now enabled and connected to pipe B.
(II) intel(0):   Output VGA is connected to pipe none
(II) intel(0):   Output LVDS is connected to pipe B
(II) intel(0):   Output TMDS-1 is connected to pipe none
(II) intel(0):   Output TV is connected to pipe none
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(**) Option "dpms"
(**) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: DRI2 Enabled
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
SELinux: Disabled on system, not enabling in X server
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
(II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so
(II) GLX: Initialized DRI2 GL provider for screen 0
(II) intel(0): Setting screen physical size to 286 x 179
(II) intel(0): Allocate new frame buffer 1280x800 stride 2048
(II) intel(0): New front buffer at 0x2000000
(**) Option "SendCoreEvents" "true"
(**) Logitech MX620 Mouse: always reports core events
(**) Logitech MX620 Mouse: Device: "/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse"
(EE) Unable to open evdev device "/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse".
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for "Logitech MX620 Mouse"
(II) Synaptics touchpad driver version 1.1.2
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event14
(**) Option "Device" "/dev/input/event14"
(II) Synaptics Touchpad: x-axis range 0 - 1215
(II) Synaptics Touchpad: y-axis range 0 - 575
(II) Synaptics Touchpad: pressure range 0 - 300
(II) Synaptics Touchpad: finger width range 0 - 0
(II) Synaptics Touchpad: buttons: left double triple
(**) Option "SHMConfig" "true"
(**) Option "TapButton1" "1"
(**) Option "TapButton2" "3"
(**) Option "TapButton3" "2"
(--) Synaptics Touchpad: touchpad found
(**) Option "SendCoreEvents" "true"
(**) Synaptics Touchpad: always reports core events
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: TOUCHPAD)
(**) Synaptics Touchpad: (accel) keeping acceleration scheme 1
(**) Synaptics Touchpad: (accel) filter chain progression: 2.00
(**) Synaptics Touchpad: (accel) filter stage 0: 20.00 ms
(**) Synaptics Touchpad: (accel) set acceleration profile 0
(--) Synaptics Touchpad: touchpad found
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event9"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "macbook79"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "compose:rwin"
(II) config/hal: Adding input device Sleep Button
(**) Sleep Button: always reports core events
(**) Sleep Button: Device: "/dev/input/event13"
(II) Sleep Button: Found keys
(II) Sleep Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "macbook79"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "compose:rwin"
(II) config/hal: Adding input device Apple Computer Apple Internal Keyboard / Trackpad
(**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
(**) Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event6"
(II) Apple Computer Apple Internal Keyboard / Trackpad: Found keys
(II) Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
(II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "macbook79"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "compose:rwin"
(II) config/hal: Adding input device Apple Computer Apple Internal Keyboard / Trackpad
(**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
(**) Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event5"
(II) Apple Computer Apple Internal Keyboard / Trackpad: Found keys
(II) Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
(II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "macbook79"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "compose:rwin"
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event12"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "macbook79"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "compose:rwin"
(II) config/hal: Adding input device Video Bus
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event1"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "macbook79"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "compose:rwin"
(II) config/hal: Adding input device Macintosh mouse button emulation
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
(**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
(**) Macintosh mouse button emulation: (accel) set acceleration profile 0
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/hal: Adding input device appletouch
(II) Synaptics touchpad driver version 1.1.2
(**) Option "Device" "/dev/input/event14"
(II) appletouch: x-axis range 0 - 1215
(II) appletouch: y-axis range 0 - 575
(II) appletouch: pressure range 0 - 300
(II) appletouch: finger width range 0 - 0
(II) appletouch: buttons: left double triple
(--) appletouch: touchpad found
(**) appletouch: always reports core events
(II) XINPUT: Adding extended input device "appletouch" (type: TOUCHPAD)
(**) appletouch: (accel) keeping acceleration scheme 1
(**) appletouch: (accel) filter chain progression: 2.00
(**) appletouch: (accel) filter stage 0: 20.00 ms
(**) appletouch: (accel) set acceleration profile 0
(WW) appletouch can't grab event device, errno=16
(--) appletouch: touchpad found
(II) intel(0): EDID for output VGA
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: APP  Model: 9c5c  Serial#: 0
(II) intel(0): Year: 2006  Week: 13
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 18
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): GTF timings supported
(II) intel(0): redX: 0.595 redY: 0.345   greenX: 0.320 greenY: 0.555
(II) intel(0): blueX: 0.155 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 71.0 MHz   Image Size:  286 x 179 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) intel(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz,
(II) intel(0):  B133EW01 V0
(II) intel(0): Monitor name: Color LCD
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0006105c9c00000000
(II) intel(0): 	0d100103801d12780a50c59858528e27
(II) intel(0): 	25505400000001010101010101010101
(II) intel(0): 	010101010101bc1b00a0502017303020
(II) intel(0): 	36001eb3100000180000000100061020
(II) intel(0): 	00000000000000000a20000000fe0042
(II) intel(0): 	313333455730312056300a20000000fc
(II) intel(0): 	00436f6c6f72204c43440a20202000b7
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Using EDID range info for horizontal sync
(II) intel(0): Using EDID range info for vertical refresh
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output TMDS-1
(II) intel(0): EDID for output TV
(II) intel(0): EDID for output VGA
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: APP  Model: 9c5c  Serial#: 0
(II) intel(0): Year: 2006  Week: 13
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 18
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): GTF timings supported
(II) intel(0): redX: 0.595 redY: 0.345   greenX: 0.320 greenY: 0.555
(II) intel(0): blueX: 0.155 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 71.0 MHz   Image Size:  286 x 179 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) intel(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz,
(II) intel(0):  B133EW01 V0
(II) intel(0): Monitor name: Color LCD
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0006105c9c00000000
(II) intel(0): 	0d100103801d12780a50c59858528e27
(II) intel(0): 	25505400000001010101010101010101
(II) intel(0): 	010101010101bc1b00a0502017303020
(II) intel(0): 	36001eb3100000180000000100061020
(II) intel(0): 	00000000000000000a20000000fe0042
(II) intel(0): 	313333455730312056300a20000000fc
(II) intel(0): 	00436f6c6f72204c43440a20202000b7
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output TMDS-1
(II) intel(0): EDID for output TV
(II) intel(0): EDID for output VGA
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: APP  Model: 9c5c  Serial#: 0
(II) intel(0): Year: 2006  Week: 13
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 18
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): GTF timings supported
(II) intel(0): redX: 0.595 redY: 0.345   greenX: 0.320 greenY: 0.555
(II) intel(0): blueX: 0.155 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 71.0 MHz   Image Size:  286 x 179 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) intel(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz,
(II) intel(0):  B133EW01 V0
(II) intel(0): Monitor name: Color LCD
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0006105c9c00000000
(II) intel(0): 	0d100103801d12780a50c59858528e27
(II) intel(0): 	25505400000001010101010101010101
(II) intel(0): 	010101010101bc1b00a0502017303020
(II) intel(0): 	36001eb3100000180000000100061020
(II) intel(0): 	00000000000000000a20000000fe0042
(II) intel(0): 	313333455730312056300a20000000fc
(II) intel(0): 	00436f6c6f72204c43440a20202000b7
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output TMDS-1
(II) intel(0): EDID for output TV
(II) config/hal: Adding input device Topre Corporation HHKB Professional
(**) Topre Corporation HHKB Professional: always reports core events
(**) Topre Corporation HHKB Professional: Device: "/dev/input/event2"
(II) Topre Corporation HHKB Professional: Found keys
(II) Topre Corporation HHKB Professional: Configuring as keyboard
(II) XINPUT: Adding extended input device "Topre Corporation HHKB Professional" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "macbook79"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "compose:rwin"
(II) config/hal: Adding input device Logitech USB Receiver
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event3"
(II) Logitech USB Receiver: Found 20 mouse buttons
(II) Logitech USB Receiver: Found x and y relative axes
(II) Logitech USB Receiver: Found scroll wheel(s)
(II) Logitech USB Receiver: Configuring as mouse
(**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
(**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE)
(**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
(**) Logitech USB Receiver: (accel) filter chain progression: 2.00
(**) Logitech USB Receiver: (accel) filter stage 0: 20.00 ms
(**) Logitech USB Receiver: (accel) set acceleration profile 0
(II) Logitech USB Receiver: initialized for relative axes.
(II) config/hal: Adding input device Logitech USB Receiver
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event4"
(II) Logitech USB Receiver: Found 1 mouse buttons
(II) Logitech USB Receiver: Found scroll wheel(s)
(II) Logitech USB Receiver: Found keys
(II) Logitech USB Receiver: Configuring as keyboard
(II) Logitech USB Receiver: Adding scrollwheel support
(**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
(**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "macbook79"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "compose:rwin"
(EE) Logitech USB Receiver: failed to initialize for relative axes.
(II) intel(0): EDID for output VGA
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: APP  Model: 9c5c  Serial#: 0
(II) intel(0): Year: 2006  Week: 13
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 18
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): GTF timings supported
(II) intel(0): redX: 0.595 redY: 0.345   greenX: 0.320 greenY: 0.555
(II) intel(0): blueX: 0.155 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 71.0 MHz   Image Size:  286 x 179 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) intel(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz,
(II) intel(0):  B133EW01 V0
(II) intel(0): Monitor name: Color LCD
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0006105c9c00000000
(II) intel(0): 	0d100103801d12780a50c59858528e27
(II) intel(0): 	25505400000001010101010101010101
(II) intel(0): 	010101010101bc1b00a0502017303020
(II) intel(0): 	36001eb3100000180000000100061020
(II) intel(0): 	00000000000000000a20000000fe0042
(II) intel(0): 	313333455730312056300a20000000fc
(II) intel(0): 	00436f6c6f72204c43440a20202000b7
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output TMDS-1
(II) intel(0): EDID for output TV
(II) intel(0): EDID for output VGA
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: APP  Model: 9c5c  Serial#: 0
(II) intel(0): Year: 2006  Week: 13
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 18
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): GTF timings supported
(II) intel(0): redX: 0.595 redY: 0.345   greenX: 0.320 greenY: 0.555
(II) intel(0): blueX: 0.155 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 71.0 MHz   Image Size:  286 x 179 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) intel(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz,
(II) intel(0):  B133EW01 V0
(II) intel(0): Monitor name: Color LCD
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0006105c9c00000000
(II) intel(0): 	0d100103801d12780a50c59858528e27
(II) intel(0): 	25505400000001010101010101010101
(II) intel(0): 	010101010101bc1b00a0502017303020
(II) intel(0): 	36001eb3100000180000000100061020
(II) intel(0): 	00000000000000000a20000000fe0042
(II) intel(0): 	313333455730312056300a20000000fc
(II) intel(0): 	00436f6c6f72204c43440a20202000b7
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output TMDS-1
(II) intel(0): EDID for output TV
(II) intel(0): EDID for output VGA
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: APP  Model: 9c5c  Serial#: 0
(II) intel(0): Year: 2006  Week: 13
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 18
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): GTF timings supported
(II) intel(0): redX: 0.595 redY: 0.345   greenX: 0.320 greenY: 0.555
(II) intel(0): blueX: 0.155 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 71.0 MHz   Image Size:  286 x 179 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) intel(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz,
(II) intel(0):  B133EW01 V0
(II) intel(0): Monitor name: Color LCD
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0006105c9c00000000
(II) intel(0): 	0d100103801d12780a50c59858528e27
(II) intel(0): 	25505400000001010101010101010101
(II) intel(0): 	010101010101bc1b00a0502017303020
(II) intel(0): 	36001eb3100000180000000100061020
(II) intel(0): 	00000000000000000a20000000fe0042
(II) intel(0): 	313333455730312056300a20000000fc
(II) intel(0): 	00436f6c6f72204c43440a20202000b7
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output TMDS-1
(II) intel(0): EDID for output TV
(II) intel(0): EDID for output VGA
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: APP  Model: 9c5c  Serial#: 0
(II) intel(0): Year: 2006  Week: 13
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 18
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): GTF timings supported
(II) intel(0): redX: 0.595 redY: 0.345   greenX: 0.320 greenY: 0.555
(II) intel(0): blueX: 0.155 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 71.0 MHz   Image Size:  286 x 179 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) intel(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz,
(II) intel(0):  B133EW01 V0
(II) intel(0): Monitor name: Color LCD
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0006105c9c00000000
(II) intel(0): 	0d100103801d12780a50c59858528e27
(II) intel(0): 	25505400000001010101010101010101
(II) intel(0): 	010101010101bc1b00a0502017303020
(II) intel(0): 	36001eb3100000180000000100061020
(II) intel(0): 	00000000000000000a20000000fe0042
(II) intel(0): 	313333455730312056300a20000000fc
(II) intel(0): 	00436f6c6f72204c43440a20202000b7
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output TMDS-1
(II) intel(0): EDID for output TV
(II) intel(0): EDID for output VGA
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: APP  Model: 9c5c  Serial#: 0
(II) intel(0): Year: 2006  Week: 13
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 18
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): GTF timings supported
(II) intel(0): redX: 0.595 redY: 0.345   greenX: 0.320 greenY: 0.555
(II) intel(0): blueX: 0.155 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 71.0 MHz   Image Size:  286 x 179 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) intel(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz,
(II) intel(0):  B133EW01 V0
(II) intel(0): Monitor name: Color LCD
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0006105c9c00000000
(II) intel(0): 	0d100103801d12780a50c59858528e27
(II) intel(0): 	25505400000001010101010101010101
(II) intel(0): 	010101010101bc1b00a0502017303020
(II) intel(0): 	36001eb3100000180000000100061020
(II) intel(0): 	00000000000000000a20000000fe0042
(II) intel(0): 	313333455730312056300a20000000fc
(II) intel(0): 	00436f6c6f72204c43440a20202000b7
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output TMDS-1
(II) intel(0): EDID for output TV
(II) intel(0): EDID for output VGA
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: APP  Model: 9c5c  Serial#: 0
(II) intel(0): Year: 2006  Week: 13
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 18
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): GTF timings supported
(II) intel(0): redX: 0.595 redY: 0.345   greenX: 0.320 greenY: 0.555
(II) intel(0): blueX: 0.155 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 71.0 MHz   Image Size:  286 x 179 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) intel(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz,
(II) intel(0):  B133EW01 V0
(II) intel(0): Monitor name: Color LCD
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0006105c9c00000000
(II) intel(0): 	0d100103801d12780a50c59858528e27
(II) intel(0): 	25505400000001010101010101010101
(II) intel(0): 	010101010101bc1b00a0502017303020
(II) intel(0): 	36001eb3100000180000000100061020
(II) intel(0): 	00000000000000000a20000000fe0042
(II) intel(0): 	313333455730312056300a20000000fc
(II) intel(0): 	00436f6c6f72204c43440a20202000b7
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output TMDS-1
(II) intel(0): EDID for output TV
(II) intel(0): EDID for output VGA
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: APP  Model: 9c5c  Serial#: 0
(II) intel(0): Year: 2006  Week: 13
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 18
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): GTF timings supported
(II) intel(0): redX: 0.595 redY: 0.345   greenX: 0.320 greenY: 0.555
(II) intel(0): blueX: 0.155 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 71.0 MHz   Image Size:  286 x 179 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) intel(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz,
(II) intel(0):  B133EW01 V0
(II) intel(0): Monitor name: Color LCD
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0006105c9c00000000
(II) intel(0): 	0d100103801d12780a50c59858528e27
(II) intel(0): 	25505400000001010101010101010101
(II) intel(0): 	010101010101bc1b00a0502017303020
(II) intel(0): 	36001eb3100000180000000100061020
(II) intel(0): 	00000000000000000a20000000fe0042
(II) intel(0): 	313333455730312056300a20000000fc
(II) intel(0): 	00436f6c6f72204c43440a20202000b7
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): EDID vendor "APP", prod id 40028
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output TMDS-1
(II) intel(0): EDID for output TV

--===============4661587496704332656==--



Reply to: