GDM 3.6 wont start

I installed a brand new system two days ago, from the latest Arch ISO. I'm using Xorg 1.11 and Catalyst 12.6 from the official xorg111/hd234k repos. My DE is Gnome Shell 3.6.1. Arch is dual booted alongside Windows 8 (sda1/2 for Win8, sda3/4 for Arch, no Swap). The hardware is a AMD Phenome II x4 920, ATi HD Radeon 4870 512mb, and 8Gb of ram.
This is the first time I've tried to use both systemd and grub2. But so far all the help I've been able to get from the IRC has lead to dead-ends. As far as I know, I've read the docs very thoroughly and set everything up correctly, and everything does work perfectly except for GDM. Meaning if I put "exec gnome-session" in ~/.xinitrc and '$ startx' then Gnome Shell starts up and runs fine (though keyring doesn't remember my passwords).
Yes, I have set "nomodeset" in /etc/default/grub and generated Grub2 correctly
Yes, I have set up systemd correctly (hostname, locale, timezone, hwclock, kernel modules, etc). Like I said, everything works great in Gnome-Shell.
Yes, I have run "systemd enable gdm", but gdm fails to load, and while no error message display at boot (it just sits there after the "systemd-fsdisk : clean ... " message), disabling GDM then running it manually ("# gdm") says that Xorg failed to load, and to check the Xorg logs.
Well I've checked the Xorg logs, and the errors present don't return any useful results on Google... so I'm posting here in hope this isn't just some odd bug with my system specifically. The logs are as follows:
Log: /var/log/Xorg.log.old (this is the one generated [i believe] from running '# gdm')
[ 25.921]
X.Org X Server 1.11.4
Release Date: 2012-01-27
[ 25.924] X Protocol Version 11, Revision 0
[ 25.925] Build Operating System: Linux 3.3.7-1-ARCH x86_64
[ 25.926] Current Operating System: Linux philip-linux 3.6.4-1-ARCH #1 SMP PREEMPT Mon Oct 29 09:49:00 CET 2012 x86_64
[ 25.927] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=cc87c822-7ff7-43c0-9d61-4770c2e40d0c ro nomodeset quiet
[ 25.928] Build Date: 01 June 2012 05:44:06PM
[ 25.929]
[ 25.930] Current version of pixman: 0.26.2
[ 25.931] Before reporting problems, check [url]http://wiki.x.org[/url]
to make sure that you have the latest version.
[ 25.934] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 25.938] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 1 21:11:33 2012
[ 25.999] (==) Using config file: "/etc/X11/xorg.conf"
[ 26.001] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 26.022] (==) ServerLayout "aticonfig Layout"
[ 26.022] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[ 26.022] (**) | |-->Monitor "<default monitor>"
[ 26.023] (**) | |-->Device "aticonfig-Device[0]-0"
[ 26.023] (==) No monitor specified for screen "aticonfig-Screen[0]-0".
Using a default monitor configuration.
[ 26.023] (==) Automatically adding devices
[ 26.023] (==) Automatically enabling devices
[ 26.136] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 26.136] Entry deleted from font path.
[ 26.138] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 26.138] Entry deleted from font path.
[ 26.138] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 26.138] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 26.138] Entry deleted from font path.
[ 26.138] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 26.138] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/
[ 26.138] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 26.138] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 26.138] (II) Loader magic: 0x7c7ae0
[ 26.138] (II) Module ABI versions:
[ 26.138] X.Org ANSI C Emulation: 0.4
[ 26.138] X.Org Video Driver: 11.0
[ 26.138] X.Org XInput driver : 13.0
[ 26.138] X.Org Server Extension : 6.0
[ 26.140] (--) PCI:*(0:1:0:0) 1002:9440:1043:01fc rev 0, Mem @ 0xd0000000/268435456, 0xfbef0000/65536, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
[ 26.140] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 26.140] (II) "extmod" will be loaded by default.
[ 26.140] (II) "dbe" will be loaded by default.
[ 26.140] (II) "glx" will be loaded by default.
[ 26.140] (II) "record" will be loaded by default.
[ 26.140] (II) "dri" will be loaded by default.
[ 26.140] (II) "dri2" will be loaded by default.
[ 26.140] (II) LoadModule: "extmod"
[ 26.156] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 26.168] (II) Module extmod: vendor="X.Org Foundation"
[ 26.168] compiled for 1.11.4, module version = 1.0.0
[ 26.168] Module class: X.Org Server Extension
[ 26.168] ABI class: X.Org Server Extension, version 6.0
[ 26.168] (II) Loading extension MIT-SCREEN-SAVER
[ 26.168] (II) Loading extension XFree86-VidModeExtension
[ 26.168] (II) Loading extension XFree86-DGA
[ 26.168] (II) Loading extension DPMS
[ 26.168] (II) Loading extension XVideo
[ 26.168] (II) Loading extension XVideo-MotionCompensation
[ 26.168] (II) Loading extension X-Resource
[ 26.168] (II) LoadModule: "dbe"
[ 26.169] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 26.175] (II) Module dbe: vendor="X.Org Foundation"
[ 26.175] compiled for 1.11.4, module version = 1.0.0
[ 26.175] Module class: X.Org Server Extension
[ 26.175] ABI class: X.Org Server Extension, version 6.0
[ 26.175] (II) Loading extension DOUBLE-BUFFER
[ 26.175] (II) LoadModule: "glx"
[ 26.176] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 26.190] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[ 26.191] compiled for 6.9.0, module version = 1.0.0
[ 26.191] (II) Loading extension GLX
[ 26.191] (II) LoadModule: "record"
[ 26.191] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 26.198] (II) Module record: vendor="X.Org Foundation"
[ 26.198] compiled for 1.11.4, module version = 1.13.0
[ 26.198] Module class: X.Org Server Extension
[ 26.198] ABI class: X.Org Server Extension, version 6.0
[ 26.198] (II) Loading extension RECORD
[ 26.198] (II) LoadModule: "dri"
[ 26.198] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 26.201] (II) Module dri: vendor="X.Org Foundation"
[ 26.201] compiled for 1.11.4, module version = 1.0.0
[ 26.201] ABI class: X.Org Server Extension, version 6.0
[ 26.201] (II) Loading extension XFree86-DRI
[ 26.201] (II) LoadModule: "dri2"
[ 26.201] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 26.202] (II) Module dri2: vendor="X.Org Foundation"
[ 26.202] compiled for 1.11.4, module version = 1.2.0
[ 26.202] ABI class: X.Org Server Extension, version 6.0
[ 26.202] (II) Loading extension DRI2
[ 26.202] (II) LoadModule: "fglrx"
[ 26.210] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[ 26.441] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[ 26.455] compiled for 1.4.99.906, module version = 8.97.2
[ 26.455] Module class: X.Org Video Driver
[ 26.456] (II) Loading sub module "fglrxdrm"
[ 26.456] (II) LoadModule: "fglrxdrm"
[ 26.456] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[ 26.466] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[ 26.466] compiled for 1.4.99.906, module version = 8.97.2
[ 26.466] (II) ATI Proprietary Linux Driver Version Identifier:8.97.2
[ 26.466] (II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.97.100.3
[ 26.466] (II) ATI Proprietary Linux Driver Build Date: Jul 3 2012 23:56:30
[ 26.466] (++) using VT number 1
[ 26.467] (WW) Falling back to old probe method for fglrx
[ 26.506] (II) Loading PCS database from /etc/ati/amdpcsdb
[ 26.520] (--) Chipset Supported AMD Graphics Processor (0x9440) found
[ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
[ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
[ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
[ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
[ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
[ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
[ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
[ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
[ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
[ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
[ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
[ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
[ 26.528] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
[ 26.528] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[ 26.528] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[ 26.539] (II) AMD Video driver is signed
[ 26.539] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[ 26.539] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[ 26.539] (II) fglrx(0): pEnt->device->identifier=0xaebed0
[ 26.540] (II) fglrx(0): === [xdl_xs111_atiddxPreInit] === begin
[ 26.540] (II) Loading sub module "vgahw"
[ 26.540] (II) LoadModule: "vgahw"
[ 26.540] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[ 26.541] (II) Module vgahw: vendor="X.Org Foundation"
[ 26.541] compiled for 1.11.4, module version = 0.1.0
[ 26.541] ABI class: X.Org Video Driver, version 11.0
[ 26.541] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[ 26.541] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 26.541] (==) fglrx(0): Default visual is TrueColor
[ 26.541] (==) fglrx(0): RGB weight 888
[ 26.541] (II) fglrx(0): Using 8 bits per RGB
[ 26.541] (==) fglrx(0): Buffer Tiling is ON
[ 26.542] (II) Loading sub module "fglrxdrm"
[ 26.542] (II) LoadModule: "fglrxdrm"
[ 26.543] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[ 26.543] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[ 26.543] compiled for 1.4.99.906, module version = 8.97.2
[ 26.546] ukiDynamicMajor: found major device number 251
[ 26.546] ukiDynamicMajor: found major device number 251
[ 26.546] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 26.546] ukiOpenDevice: node name is /dev/ati/card0
[ 26.546] ukiOpenDevice: open result is 11, (OK)
[ 26.546] ukiOpenByBusid: ukiOpenMinor returns 11
[ 26.546] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 26.546] (**) fglrx(0): NoAccel = NO
[ 26.546] (**) fglrx(0): ATI 2D Acceleration Architecture enabled
[ 26.546] (--) fglrx(0): Chipset: "ATI Radeon HD 4800 Series " (Chipset = 0x9440)
[ 26.546] (--) fglrx(0): (PciSubVendor = 0x1043, PciSubDevice = 0x01fc)
[ 26.546] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
[ 26.546] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
[ 26.546] (--) fglrx(0): MMIO registers at 0xfbef0000
[ 26.546] (--) fglrx(0): I/O port at 0x0000d000
[ 26.546] (==) fglrx(0): ROM-BIOS at 0x000c0000
[ 26.564] (II) fglrx(0): AC Adapter is used
[ 26.589] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[ 26.591] (II) Loading sub module "vbe"
[ 26.591] (II) LoadModule: "vbe"
[ 26.592] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 26.593] (II) Module vbe: vendor="X.Org Foundation"
[ 26.593] compiled for 1.11.4, module version = 1.1.0
[ 26.593] ABI class: X.Org Video Driver, version 11.0
[ 26.593] (II) fglrx(0): VESA BIOS detected
[ 26.593] (II) fglrx(0): VESA VBE Version 3.0
[ 26.593] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[ 26.593] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[ 26.593] (II) fglrx(0): VESA VBE OEM Software Rev: 11.7
[ 26.593] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
[ 26.593] (II) fglrx(0): VESA VBE OEM Product: RV770
[ 26.593] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[ 26.631] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[ 26.632] (--) fglrx(0): Video RAM: 524288 kByte, Type: GDDR5
[ 26.632] (II) fglrx(0): PCIE card detected
[ 26.632] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[ 26.632] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[ 26.633] (II) fglrx(0): Using adapter: 1:0.0.
[ 26.665] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x20000000)
[ 26.672] (II) fglrx(0): Interrupt handler installed at IRQ 44.
[ 26.672] (II) fglrx(0): RandR 1.2 support is enabled!
[ 26.672] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[ 26.672] (==) fglrx(0): Center Mode is disabled
[ 26.672] (II) Loading sub module "fb"
[ 26.672] (II) LoadModule: "fb"
[ 26.672] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 26.685] (II) Module fb: vendor="X.Org Foundation"
[ 26.685] compiled for 1.11.4, module version = 1.0.0
[ 26.685] ABI class: X.Org ANSI C Emulation, version 0.4
[ 26.685] (II) Loading sub module "ddc"
[ 26.685] (II) LoadModule: "ddc"
[ 26.685] (II) Module "ddc" already built-in
[ 27.457] (II) fglrx(0): Finished Initialize PPLIB!
[ 27.479] (II) fglrx(0): Output DFP1 using monitor section 0-DFP1
[ 27.479] (**) fglrx(0): Option "PreferredMode" "1920x1080"
[ 27.479] (**) fglrx(0): Option "Position" "0 0"
[ 27.479] (**) fglrx(0): Option "Disable" "false"
[ 27.479] (**) fglrx(0): Option "Rotate" "normal"
[ 27.479] (**) fglrx(0): Option "TargetRefresh" "60"
[ 27.479] (II) fglrx(0): Output DFP2 using monitor section 0-DFP2
[ 27.479] (**) fglrx(0): Option "Position" "331 1080"
[ 27.479] (**) fglrx(0): Option "Disable" "true"
[ 27.479] (**) fglrx(0): Option "Rotate" "normal"
[ 27.479] (**) fglrx(0): Option "TargetRefresh" "60"
[ 27.479] (II) fglrx(0): Output CRT1 has no monitor section
[ 27.479] (II) fglrx(0): Output CRT2 has no monitor section
[ 27.479] (II) fglrx(0): Output TV has no monitor section
[ 27.479] (II) fglrx(0): Output CV has no monitor section
[ 27.479] (II) Loading sub module "ddc"
[ 27.479] (II) LoadModule: "ddc"
[ 27.479] (II) Module "ddc" already built-in
[ 27.479] (II) fglrx(0): Connected Display0: DFP1
[ 27.479] (II) fglrx(0): Display0 EDID data ---------------------------
[ 27.479] (II) fglrx(0): Manufacturer: ACR Model: 87 Serial#: 2435877271
[ 27.479] (II) fglrx(0): Year: 2009 Week: 13
[ 27.479] (II) fglrx(0): EDID Version: 1.3
[ 27.479] (II) fglrx(0): Digital Display Input
[ 27.479] (II) fglrx(0): Max Image Size [cm]: horiz.: 48 vert.: 27
[ 27.479] (II) fglrx(0): Gamma: 2.20
[ 27.479] (II) fglrx(0): DPMS capabilities: StandBy Suspend
[ 27.479] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 27.479] (II) fglrx(0): First detailed timing is preferred mode
[ 27.479] (II) fglrx(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 27.479] (II) fglrx(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 27.479] (II) fglrx(0): Supported established timings:
[ 27.479] (II) fglrx(0): 720x400@70Hz
[ 27.479] (II) fglrx(0): 640x480@60Hz
[ 27.479] (II) fglrx(0): 640x480@67Hz
[ 27.479] (II) fglrx(0): 640x480@72Hz
[ 27.479] (II) fglrx(0): 640x480@75Hz
[ 27.479] (II) fglrx(0): 800x600@56Hz
[ 27.479] (II) fglrx(0): 800x600@60Hz
[ 27.479] (II) fglrx(0): 800x600@72Hz
[ 27.479] (II) fglrx(0): 800x600@75Hz
[ 27.479] (II) fglrx(0): 832x624@75Hz
[ 27.479] (II) fglrx(0): 1024x768@60Hz
[ 27.479] (II) fglrx(0): 1024x768@70Hz
[ 27.479] (II) fglrx(0): 1024x768@75Hz
[ 27.479] (II) fglrx(0): 1280x1024@75Hz
[ 27.479] (II) fglrx(0): 1152x864@75Hz
[ 27.479] (II) fglrx(0): Manufacturer's mask: 0
[ 27.479] (II) fglrx(0): Supported standard timings:
[ 27.479] (II) fglrx(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 27.479] (II) fglrx(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 27.479] (II) fglrx(0): #2: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 27.479] (II) fglrx(0): #3: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 27.479] (II) fglrx(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 27.479] (II) fglrx(0): #5: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 27.479] (II) fglrx(0): #6: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 27.479] (II) fglrx(0): #7: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 27.479] (II) fglrx(0): Supported detailed timing:
[ 27.479] (II) fglrx(0): clock: 138.5 MHz Image Size: 531 x 299 mm
[ 27.479] (II) fglrx(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 27.479] (II) fglrx(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1110 v_border: 0
[ 27.479] (II) fglrx(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 175 MHz
[ 27.479] (II) fglrx(0): Monitor name: H213H
[ 27.479] (II) fglrx(0): Serial No: LF80D0028500
[ 27.479] (II) fglrx(0): EDID (in hex):
[ 27.479] (II) fglrx(0): 00ffffffffffff000472870097893091
[ 27.479] (II) fglrx(0): 0d13010380301b78caee95a3544c9926
[ 27.479] (II) fglrx(0): 0f5054bfef80714f8180b300d1c09500
[ 27.479] (II) fglrx(0): a940814081c01a3680a070381e403020
[ 27.479] (II) fglrx(0): 3500132b21000018000000fd00384c1f
[ 27.479] (II) fglrx(0): 5311000a202020202020000000fc0048
[ 27.479] (II) fglrx(0): 323133480a20202020202020000000ff
[ 27.479] (II) fglrx(0): 004c46383044303032383530300a001a
[ 27.479] (II) fglrx(0): End of Display0 EDID data --------------------
[ 27.479] (II) fglrx(0): Connected Display1: DFP2
[ 27.479] (II) fglrx(0): Display1 EDID data ---------------------------
[ 27.479] (II) fglrx(0): Manufacturer: WAC Model: 1019 Serial#: 5284
[ 27.479] (II) fglrx(0): Year: 2008 Week: 5
[ 27.479] (II) fglrx(0): EDID Version: 1.3
[ 27.479] (II) fglrx(0): Digital Display Input
[ 27.479] (II) fglrx(0): DFP 1.x compatible TMDS
[ 27.479] (II) fglrx(0): Max Image Size [cm]: horiz.: 27 vert.: 17
[ 27.479] (II) fglrx(0): Gamma: 2.20
[ 27.479] (II) fglrx(0): DPMS capabilities: StandBy Off
[ 27.479] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 27.479] (II) fglrx(0): First detailed timing is preferred mode
[ 27.479] (II) fglrx(0): redX: 0.589 redY: 0.341 greenX: 0.321 greenY: 0.535
[ 27.479] (II) fglrx(0): blueX: 0.157 blueY: 0.145 whiteX: 0.313 whiteY: 0.329
[ 27.479] (II) fglrx(0): Supported established timings:
[ 27.479] (II) fglrx(0): 720x400@70Hz
[ 27.479] (II) fglrx(0): 640x480@60Hz
[ 27.479] (II) fglrx(0): 640x480@75Hz
[ 27.479] (II) fglrx(0): 800x600@60Hz
[ 27.479] (II) fglrx(0): 800x600@72Hz
[ 27.479] (II) fglrx(0): 800x600@75Hz
[ 27.479] (II) fglrx(0): 832x624@75Hz
[ 27.479] (II) fglrx(0): 1024x768@60Hz
[ 27.479] (II) fglrx(0): 1024x768@70Hz
[ 27.479] (II) fglrx(0): 1024x768@75Hz
[ 27.479] (II) fglrx(0): Manufacturer's mask: 0
[ 27.479] (II) fglrx(0): Supported standard timings:
[ 27.479] (II) fglrx(0): #0: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 27.479] (II) fglrx(0): Supported detailed timing:
[ 27.479] (II) fglrx(0): clock: 83.4 MHz Image Size: 261 x 163 mm
[ 27.479] (II) fglrx(0): h_active: 1280 h_sync: 1480 h_sync_end 1616 h_blank_end 1680 h_border: 0
[ 27.479] (II) fglrx(0): v_active: 800 v_sync: 824 v_sync_end 827 v_blanking: 828 v_border: 0
[ 27.479] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 82 kHz, PixClock max 145 MHz
[ 27.479] (II) fglrx(0): Serial No: 8AC005284
[ 27.479] (II) fglrx(0): Monitor name: Cintiq 12WX
[ 27.479] (II) fglrx(0): EDID (in hex):
[ 27.479] (II) fglrx(0): 00ffffffffffff005c231910a4140000
[ 27.479] (II) fglrx(0): 05120103811b1178aad4459657528928
[ 27.479] (II) fglrx(0): 255054a5ee0081000101010101010101
[ 27.479] (II) fglrx(0): 0101010101019420009051201c30c888
[ 27.479] (II) fglrx(0): 830405a31000001e000000fd00384b1f
[ 27.479] (II) fglrx(0): 520e000a202020202020000000ff0038
[ 27.479] (II) fglrx(0): 414330303532383420202020000000fc
[ 27.479] (II) fglrx(0): 0043696e74697120313257580a200023
[ 27.479] (II) fglrx(0): End of Display1 EDID data --------------------
[ 27.767] (II) fglrx(0): EDID for output DFP1
[ 27.767] (II) fglrx(0): Manufacturer: ACR Model: 87 Serial#: 2435877271
[ 27.767] (II) fglrx(0): Year: 2009 Week: 13
[ 27.767] (II) fglrx(0): EDID Version: 1.3
[ 27.768] (II) fglrx(0): Digital Display Input
[ 27.768] (II) fglrx(0): Max Image Size [cm]: horiz.: 48 vert.: 27
[ 27.768] (II) fglrx(0): Gamma: 2.20
[ 27.768] (II) fglrx(0): DPMS capabilities: StandBy Suspend
[ 27.768] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 27.768] (II) fglrx(0): First detailed timing is preferred mode
[ 27.768] (II) fglrx(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 27.768] (II) fglrx(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 27.768] (II) fglrx(0): Supported established timings:
[ 27.768] (II) fglrx(0): 720x400@70Hz
[ 27.768] (II) fglrx(0): 640x480@60Hz
[ 27.768] (II) fglrx(0): 640x480@67Hz
[ 27.768] (II) fglrx(0): 640x480@72Hz
[ 27.768] (II) fglrx(0): 640x480@75Hz
[ 27.768] (II) fglrx(0): 800x600@56Hz
[ 27.768] (II) fglrx(0): 800x600@60Hz
[ 27.768] (II) fglrx(0): 800x600@72Hz
[ 27.768] (II) fglrx(0): 800x600@75Hz
[ 27.768] (II) fglrx(0): 832x624@75Hz
[ 27.768] (II) fglrx(0): 1024x768@60Hz
[ 27.768] (II) fglrx(0): 1024x768@70Hz
[ 27.768] (II) fglrx(0): 1024x768@75Hz
[ 27.768] (II) fglrx(0): 1280x1024@75Hz
[ 27.768] (II) fglrx(0): 1152x864@75Hz
[ 27.768] (II) fglrx(0): Manufacturer's mask: 0
[ 27.768] (II) fglrx(0): Supported standard timings:
[ 27.768] (II) fglrx(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 27.768] (II) fglrx(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 27.768] (II) fglrx(0): #2: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 27.768] (II) fglrx(0): #3: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 27.768] (II) fglrx(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 27.768] (II) fglrx(0): #5: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 27.768] (II) fglrx(0): #6: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 27.768] (II) fglrx(0): #7: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 27.768] (II) fglrx(0): Supported detailed timing:
[ 27.768] (II) fglrx(0): clock: 138.5 MHz Image Size: 531 x 299 mm
[ 27.768] (II) fglrx(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 27.768] (II) fglrx(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1110 v_border: 0
[ 27.768] (II) fglrx(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 175 MHz
[ 27.768] (II) fglrx(0): Monitor name: H213H
[ 27.768] (II) fglrx(0): Serial No: LF80D0028500
[ 27.768] (II) fglrx(0): EDID (in hex):
[ 27.768] (II) fglrx(0): 00ffffffffffff000472870097893091
[ 27.768] (II) fglrx(0): 0d13010380301b78caee95a3544c9926
[ 27.768] (II) fglrx(0): 0f5054bfef80714f8180b300d1c09500
[ 27.768] (II) fglrx(0): a940814081c01a3680a070381e403020
[ 27.768] (II) fglrx(0): 3500132b21000018000000fd00384c1f
[ 27.768] (II) fglrx(0): 5311000a202020202020000000fc0048
[ 27.768] (II) fglrx(0): 323133480a20202020202020000000ff
[ 27.768] (II) fglrx(0): 004c46383044303032383530300a001a
[ 27.768] (II) fglrx(0): EDID vendor "ACR", prod id 135
[ 27.781] (II) fglrx(0): Using EDID range info for horizontal sync
[ 27.781] (II) fglrx(0): Using EDID range info for vertical refresh
[ 27.781] (II) fglrx(0): Printing DDC gathered Modelines:
[ 27.781] (II) fglrx(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1110 -hsync -vsync (66.6 kHz)
[ 27.781] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 27.781] (II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 27.781] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 27.781] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 27.781] (II) fglrx(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 27.781] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 27.781] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 27.781] (II) fglrx(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 27.781] (II) fglrx(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 27.781] (II) fglrx(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 27.781] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 27.781] (II) fglrx(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 27.781] (II) fglrx(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 27.781] (II) fglrx(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 27.781] (II) fglrx(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 27.781] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 27.781] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 27.781] (II) fglrx(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[ 27.781] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
[ 27.781] (II) fglrx(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 27.781] (II) fglrx(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 27.781] (II) fglrx(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
[ 27.781] (II) fglrx(0): Printing probed modes for output DFP1
[ 27.781] (II) fglrx(0): Modeline "1920x1080"x60.0 138.50 1920 1968 2000 2080 1080 1083 1088 1110 +hsync +vsync (66.6 kHz)
[ 27.781] (II) fglrx(0): Modeline "1776x1000"x60.0 147.05 1776 1880 2072 2368 1000 1001 1004 1035 +hsync -vsync (62.1 kHz)
[ 27.781] (II) fglrx(0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 -hsync -vsync (60.0 kHz)
[ 27.781] (II) fglrx(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 -hsync -vsync (75.0 kHz)
[ 27.781] (II) fglrx(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 +hsync -vsync (65.3 kHz)
[ 27.781] (II) fglrx(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 +hsync -vsync (65.3 kHz)
[ 27.781] (II) fglrx(0): Modeline "1360x1024"x60.0 116.01 1360 1448 1592 1824 1024 1025 1028 1060 +hsync -vsync (63.6 kHz)
[ 27.781] (II) fglrx(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 -hsync -vsync (80.0 kHz)
[ 27.781] (II) fglrx(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 -hsync -vsync (64.0 kHz)
[ 27.781] (II) fglrx(0): Modeline "1440x900"x60.0 106.50 1440 1520 1672 1904 900 903 909 934 +hsync -vsync (55.9 kHz)
[ 27.781] (II) fglrx(0): Modeline "1280x960"x75.0 129.86 1280 1368 1504 1728 960 961 964 1002 +hsync -vsync (75.2 kHz)
[ 27.781] (II) fglrx(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 -hsync -vsync (60.0 kHz)
[ 27.781] (II) fglrx(0): Modeline "1280x800"x75.0 107.21 1280 1360 1496 1712 800 801 804 835 +hsync -vsync (62.6 kHz)
[ 27.781] (II) fglrx(0): Modeline "1280x800"x60.0 83.46 1280 1344 1480 1680 800 801 804 828 +hsync -vsync (49.7 kHz)
[ 27.781] (II) fglrx(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 -hsync -vsync (67.5 kHz)
[ 27.781] (II) fglrx(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 +hsync -vsync (53.7 kHz)
[ 27.781] (II) fglrx(0): Modeline "1280x768"x75.0 102.25 1280 1360 1488 1696 768 771 778 805 +hsync -vsync (60.3 kHz)
[ 27.781] (II) fglrx(0): Modeline "1280x768"x60.0 79.50 1280 1344 1472 1664 768 771 778 798 +hsync -vsync (47.8 kHz)
[ 27.781] (II) fglrx(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 -hsync -vsync (45.0 kHz)
[ 27.781] (II) fglrx(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 -hsync -vsync (60.0 kHz)
[ 27.781] (II) fglrx(0): Modeline "1024x768"x70.0 75.00 1024 1048 1184 1328 768 771 777 806 +hsync +vsync (56.5 kHz)
[ 27.781] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 +hsync +vsync (48.4 kHz)
[ 27.781] (II) fglrx(0): Modeline "800x600"x72.0 50.00 800 856 976 1040 600 637 643 666 -hsync -vsync (48.1 kHz)
[ 27.781] (II) fglrx(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 -hsync -vsync (46.9 kHz)
[ 27.781] (II) fglrx(0): Modeline "800x600"x70.0 45.50 800 840 920 1040 600 601 604 625 +hsync -vsync (43.8 kHz)
[ 27.781] (II) fglrx(0): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 -hsync -vsync (37.9 kHz)
[ 27.781] (II) fglrx(0): Modeline "800x600"x56.0 36.00 800 824 896 1024 600 601 603 625 -hsync -vsync (35.2 kHz)
[ 27.781] (II) fglrx(0): Modeline "720x480"x60.0 26.71 720 736 808 896 480 481 484 497 +hsync -vsync (29.8 kHz)
[ 27.781] (II) fglrx(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 +hsync +vsync (37.5 kHz)
[ 27.781] (II) fglrx(0): Modeline "640x480"x72.0 31.50 640 656 696 832 480 481 484 520 +hsync +vsync (37.9 kHz)
[ 27.781] (II) fglrx(0): Modeline "640x480"x60.0 25.18 640 648 744 800 480 482 484 525 +hsync +vsync (31.5 kHz)
[ 27.781] (II) fglrx(0): EDID for output DFP2
[ 27.781] (II) fglrx(0): Manufacturer: WAC Model: 1019 Serial#: 5284
[ 27.781] (II) fglrx(0): Year: 2008 Week: 5
[ 27.781] (II) fglrx(0): EDID Version: 1.3
[ 27.781] (II) fglrx(0): Digital Display Input
[ 27.781] (II) fglrx(0): DFP 1.x compatible TMDS
[ 27.781] (II) fglrx(0): Max Image Size [cm]: horiz.: 27 vert.: 17
[ 27.781] (II) fglrx(0): Gamma: 2.20
[ 27.781] (II) fglrx(0): DPMS capabilities: StandBy Off
[ 27.781] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 27.781] (II) fglrx(0): First detailed timing is preferred mode
[ 27.781] (II) fglrx(0): redX: 0.589 redY: 0.341 greenX: 0.321 greenY: 0.535
[ 27.781] (II) fglrx(0): blueX: 0.157 blueY: 0.145 whiteX: 0.313 whiteY: 0.329
[ 27.781] (II) fglrx(0): Supported established timings:
[ 27.781] (II) fglrx(0): 720x400@70Hz
[ 27.781] (II) fglrx(0): 640x480@60Hz
[ 27.781] (II) fglrx(0): 640x480@75Hz
[ 27.781] (II) fglrx(0): 800x600@60Hz
[ 27.781] (II) fglrx(0): 800x600@72Hz
[ 27.781] (II) fglrx(0): 800x600@75Hz
[ 27.781] (II) fglrx(0): 832x624@75Hz
[ 27.781] (II) fglrx(0): 1024x768@60Hz
[ 27.781] (II) fglrx(0): 1024x768@70Hz
[ 27.781] (II) fglrx(0): 1024x768@75Hz
[ 27.781] (II) fglrx(0): Manufacturer's mask: 0
[ 27.781] (II) fglrx(0): Supported standard timings:
[ 27.781] (II) fglrx(0): #0: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 27.781] (II) fglrx(0): Supported detailed timing:
[ 27.781] (II) fglrx(0): clock: 83.4 MHz Image Size: 261 x 163 mm
[ 27.781] (II) fglrx(0): h_active: 1280 h_sync: 1480 h_sync_end 1616 h_blank_end 1680 h_border: 0
[ 27.781] (II) fglrx(0): v_active: 800 v_sync: 824 v_sync_end 827 v_blanking: 828 v_border: 0
[ 27.781] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 82 kHz, PixClock max 145 MHz
[ 27.781] (II) fglrx(0): Serial No: 8AC005284
[ 27.781] (II) fglrx(0): Monitor name: Cintiq 12WX
[ 27.781] (II) fglrx(0): EDID (in hex):
[ 27.781] (II) fglrx(0): 00ffffffffffff005c231910a4140000
[ 27.781] (II) fglrx(0): 05120103811b1178aad4459657528928
[ 27.781] (II) fglrx(0): 255054a5ee0081000101010101010101
[ 27.781] (II) fglrx(0): 0101010101019420009051201c30c888
[ 27.781] (II) fglrx(0): 830405a31000001e000000fd00384b1f
[ 27.781] (II) fglrx(0): 520e000a202020202020000000ff0038
[ 27.781] (II) fglrx(0): 414330303532383420202020000000fc
[ 27.781] (II) fglrx(0): 0043696e74697120313257580a200023
[ 27.781] (II) fglrx(0): Printing probed modes for output DFP2
[ 27.781] (II) fglrx(0): Modeline "1280x800"x60.0 83.40 1280 1480 1616 1680 800 824 827 828 -hsync -vsync (49.6 kHz)
[ 27.781] (II) fglrx(0): Modeline "1280x768"x60.0 79.50 1280 1344 1472 1664 768 771 778 798 +hsync -vsync (47.8 kHz)
[ 27.781] (II) fglrx(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 -hsync -vsync (45.0 kHz)
[ 27.781] (II) fglrx(0): Modeline "1152x648"x60.0 59.90 1152 1200 1320 1488 648 649 652 671 +hsync -vsync (40.3 kHz)
[ 27.781] (II) fglrx(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 -hsync -vsync (60.0 kHz)
[ 27.781] (II) fglrx(0): Modeline "1024x768"x70.0 75.00 1024 1048 1184 1328 768 771 777 806 +hsync +vsync (56.5 kHz)
[ 27.781] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 +hsync +vsync (48.4 kHz)
[ 27.781] (II) fglrx(0): Modeline "800x600"x72.0 50.00 800 856 976 1040 600 637 643 666 -hsync -vsync (48.1 kHz)
[ 27.781] (II) fglrx(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 -hsync -vsync (46.9 kHz)
[ 27.781] (II) fglrx(0): Modeline "800x600"x70.0 45.50 800 840 920 1040 600 601 604 625 +hsync -vsync (43.8 kHz)
[ 27.781] (II) fglrx(0): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 -hsync -vsync (37.9 kHz)
[ 27.781] (II) fglrx(0): Modeline "720x480"x60.0 26.71 720 736 808 896 480 481 484 497 +hsync -vsync (29.8 kHz)
[ 27.781] (II) fglrx(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 +hsync +vsync (37.5 kHz)
[ 27.781] (II) fglrx(0): Modeline "640x480"x72.0 31.50 640 656 696 832 480 481 484 520 +hsync +vsync (37.9 kHz)
[ 27.781] (II) fglrx(0): Modeline "640x480"x60.0 25.18 640 648 744 800 480 482 484 525 +hsync +vsync (31.5 kHz)
[ 27.781] (II) fglrx(0): EDID for output CRT1
[ 27.781] (II) fglrx(0): EDID for output CRT2
[ 27.782] (II) fglrx(0): EDID for output TV
[ 27.782] (II) fglrx(0): EDID for output CV
[ 27.782] (II) fglrx(0): Output DFP1 connected
[ 27.782] (II) fglrx(0): Output DFP2 disabled by config file
[ 27.782] (II) fglrx(0): Output CRT1 disconnected
[ 27.782] (II) fglrx(0): Output CRT2 disconnected
[ 27.782] (II) fglrx(0): Output TV disconnected
[ 27.782] (II) fglrx(0): Output CV disconnected
[ 27.782] (II) fglrx(0): Using user preference for initial modes
[ 27.782] (II) fglrx(0): Output DFP1 using initial mode 1920x1080
[ 27.782] (II) fglrx(0): Display dimensions: (480, 270) mm
[ 27.782] (II) fglrx(0): DPI set to (101, 101)
[ 27.782] (II) fglrx(0): Adapter ATI Radeon HD 4800 Series has 2 configurable heads and 2 displays connected.
[ 27.782] (==) fglrx(0): PseudoColor visuals disabled
[ 27.782] (II) Loading sub module "ramdac"
[ 27.782] (II) LoadModule: "ramdac"
[ 27.782] (II) Module "ramdac" already built-in
[ 27.782] (==) fglrx(0): NoDRI = NO
[ 27.782] (==) fglrx(0): Capabilities: 0x00000000
[ 27.782] (==) fglrx(0): CapabilitiesEx: 0x00000000
[ 27.782] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[ 27.782] (==) fglrx(0): UseFastTLS=0
[ 27.782] (==) fglrx(0): BlockSignalsOnLock=1
[ 27.782] (II) fglrx(0): Desktop Vsync is enabled.
[ 27.782] (--) Depth 24 pixmap format is 32 bpp
[ 27.782] (II) Loading extension ATIFGLRXDRI
[ 27.782] (II) fglrx(0): doing swlDriScreenInit
[ 27.782] (II) fglrx(0): swlDriScreenInit for fglrx driver
[ 27.782] ukiDynamicMajor: found major device number 251
[ 27.782] ukiDynamicMajor: found major device number 251
[ 27.782] ukiDynamicMajor: found major device number 251
[ 27.782] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 27.782] ukiOpenDevice: node name is /dev/ati/card0
[ 27.782] ukiOpenDevice: open result is 16, (OK)
[ 27.782] ukiOpenByBusid: ukiOpenMinor returns 16
[ 27.782] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 27.782] (II) fglrx(0): [uki] DRM interface version 1.0
[ 27.782] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[ 27.782] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[ 27.782] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f541545b000
[ 27.782] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[ 27.782] (II) fglrx(0): [uki] added 1 reserved context for kernel
[ 27.782] (II) fglrx(0): swlDriScreenInit done
[ 27.782] (II) fglrx(0): Kernel Module Version Information:
[ 27.782] (II) fglrx(0): Name: fglrx
[ 27.782] (II) fglrx(0): Version: 8.97.2
[ 27.782] (II) fglrx(0): Date: Jul 4 2012
[ 27.782] (II) fglrx(0): Desc: ATI FireGL DRM kernel module
[ 27.782] (II) fglrx(0): Kernel Module version matches driver.
[ 27.782] (II) fglrx(0): Kernel Module Build Time Information:
[ 27.782] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.6.4-1-ARCH
[ 27.782] (II) fglrx(0): Build-Kernel MODVERSIONS: no
[ 27.782] (II) fglrx(0): Build-Kernel __SMP__: no
[ 27.782] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
[ 27.782] (II) fglrx(0): [uki] register handle = 0x00004000
[ 27.799] (II) fglrx(0): DRI initialization successfull
[ 27.800] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01068000
[ 27.804] (==) fglrx(0): Backing store disabled
[ 27.804] (II) Loading extension FGLRXEXTENSION
[ 27.804] (==) fglrx(0): DPMS enabled
[ 27.804] (II) fglrx(0): Initialized in-driver Xinerama extension
[ 27.804] (**) fglrx(0): Textured Video is enabled.
[ 27.804] (II) LoadModule: "glesx"
[ 27.805] (II) Loading /usr/lib/xorg/modules/glesx.so
[ 27.934] (II) Module glesx: vendor="X.Org Foundation"
[ 27.934] compiled for 1.4.99.906, module version = 1.0.0
[ 27.934] (II) Loading extension GLESX
[ 27.934] (II) fglrx(0): GLESX enableFlags = 528
[ 27.945] (II) fglrx(0): GLESX is enabled
[ 27.945] (II) LoadModule: "amdxmm"
[ 27.945] (II) Loading /usr/lib/xorg/modules/amdxmm.so
[ 27.955] (II) Module amdxmm: vendor="X.Org Foundation"
[ 27.955] compiled for 1.4.99.906, module version = 2.0.0
[ 27.955] (II) Loading extension AMDXVOPL
[ 27.955] (II) Loading extension AMDXVBA
[ 27.958] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
[ 27.961] (II) fglrx(0): Enable composite support successfully
[ 27.961] (II) fglrx(0): X context handle = 0x1
[ 27.961] (II) fglrx(0): [DRI] installation complete
[ 27.961] (==) fglrx(0): Silken mouse enabled
[ 27.962] (==) fglrx(0): Using HW cursor of display infrastructure!
[ 27.962] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[ 27.962] (II) fglrx(0): Cannot get TV Format. Set all TV geometry value to zero!
[ 27.962] (II) fglrx(0): Cannot set TV horizontal size.
[ 27.962] (II) fglrx(0): Cannot get TV Format for trying to adjust horizontal position after horizontal size changed.
[ 27.962] (II) fglrx(0): Cannot set TV horizontal position.
[ 27.962] (II) fglrx(0): Cannot set TV vertical position.
[ 27.984] (II) fglrx(0): User Preference Output DFP1 using refresh rate 60.0 Hz.
[ 28.079] (--) RandR disabled
[ 28.079] (II) Initializing built-in extension Generic Event Extension
[ 28.079] (II) Initializing built-in extension SHAPE
[ 28.079] (II) Initializing built-in extension MIT-SHM
[ 28.079] (II) Initializing built-in extension XInputExtension
[ 28.079] (II) Initializing built-in extension XTEST
[ 28.079] (II) Initializing built-in extension BIG-REQUESTS
[ 28.079] (II) Initializing built-in extension SYNC
[ 28.079] (II) Initializing built-in extension XKEYBOARD
[ 28.079] (II) Initializing built-in extension XC-MISC
[ 28.079] (II) Initializing built-in extension SECURITY
[ 28.079] (II) Initializing built-in extension XINERAMA
[ 28.079] (II) Initializing built-in extension XFIXES
[ 28.079] (II) Initializing built-in extension RENDER
[ 28.079] (II) Initializing built-in extension RANDR
[ 28.079] (II) Initializing built-in extension COMPOSITE
[ 28.079] (II) Initializing built-in extension DAMAGE
[ 28.081] ukiDynamicMajor: found major device number 251
[ 28.081] ukiDynamicMajor: found major device number 251
[ 28.081] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 28.081] ukiOpenDevice: node name is /dev/ati/card0
[ 28.081] ukiOpenDevice: open result is 17, (OK)
[ 28.081] ukiOpenByBusid: ukiOpenMinor returns 17
[ 28.081] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 28.808] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[ 28.932] (II) fglrx(0): Enable the clock gating!
[ 28.977] (II) fglrx(0): Desktop Vsync is enabled.
[ 28.977] (II) fglrx(0): Setting screen physical size to 508 x 285
[ 29.247] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 29.247] (**) Power Button: Applying InputClass "system-keyboard"
[ 29.247] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 29.247] (II) LoadModule: "evdev"
[ 29.247] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 29.261] (II) Module evdev: vendor="X.Org Foundation"
[ 29.261] compiled for 1.10.99.902, module version = 2.6.0
[ 29.261] Module class: X.Org XInput Driver
[ 29.261] ABI class: X.Org XInput driver, version 13.0
[ 29.261] (II) Using input driver 'evdev' for 'Power Button'
[ 29.261] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 29.261] (**) Power Button: always reports core events
[ 29.261] (**) Power Button: Device: "/dev/input/event1"
[ 29.261] (--) Power Button: Found keys
[ 29.261] (II) Power Button: Configuring as keyboard
[ 29.261] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 29.261] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 29.261] (**) Option "xkb_rules" "evdev"
[ 29.261] (**) Option "xkb_model" "pc105+inet"
[ 29.261] (**) Option "xkb_layout" "us"
[ 29.261] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 29.305] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 29.305] (**) Power Button: Applying InputClass "system-keyboard"
[ 29.305] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 29.305] (II) Using input driver 'evdev' for 'Power Button'
[ 29.305] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 29.306] (**) Power Button: always reports core events
[ 29.306] (**) Power Button: Device: "/dev/input/event0"
[ 29.306] (--) Power Button: Found keys
[ 29.306] (II) Power Button: Configuring as keyboard
[ 29.306] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[ 29.306] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 29.306] (**) Option "xkb_rules" "evdev"
[ 29.306] (**) Option "xkb_model" "pc105+inet"
[ 29.306] (**) Option "xkb_layout" "us"
[ 29.306] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 29.307] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event15)
[ 29.307] (II) No input driver specified, ignoring this device.
[ 29.307] (II) This device may have been added with another device file.
[ 29.308] (II) config/udev: Adding input device Wacom Cintiq 12WX (/dev/input/event3)
[ 29.308] (**) Wacom Cintiq 12WX: Applying InputClass "evdev tablet catchall"
[ 29.308] (**) Wacom Cintiq 12WX: Applying InputClass "Wacom class"
[ 29.308] (II) LoadModule: "wacom"
[ 29.308] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
[ 29.313] (II) Module wacom: vendor="X.Org Foundation"
[ 29.313] compiled for 1.11.3, module version = 0.13.0
[ 29.313] Module class: X.Org XInput Driver
[ 29.313] ABI class: X.Org XInput driver, version 13.0
[ 29.313] (II) Using input driver 'wacom' for 'Wacom Cintiq 12WX'
[ 29.313] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
[ 29.313] (**) Wacom Cintiq 12WX: always reports core events
[ 29.313] (**) Option "Device" "/dev/input/event3"
[ 29.314] (II) Wacom Cintiq 12WX: type not specified, assuming 'stylus'.
[ 29.314] (II) Wacom Cintiq 12WX: other types will be automatically added.
[ 29.314] (--) Wacom Cintiq 12WX stylus: using pressure threshold of 27 for button 1
[ 29.314] (--) Wacom Cintiq 12WX stylus: Wacom USB CintiqV5 tablet maxX=53020 maxY=33440 maxZ=1023 resX=200000 resY=200000 tilt=enabled
[ 29.314] (II) Wacom Cintiq 12WX stylus: hotplugging dependent devices.
[ 29.314] (EE) Wacom Cintiq 12WX stylus: Invalid type 'cursor' for this device.
[ 29.314] (EE) Wacom Cintiq 12WX stylus: Invalid type 'touch' for this device.
[ 29.314] (II) Wacom Cintiq 12WX stylus: hotplugging completed.
[ 29.315] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.0/input/input3/event3"
[ 29.315] (II) XINPUT: Adding extended input device "Wacom Cintiq 12WX stylus" (type: STYLUS, id 8)
[ 29.316] (**) Wacom Cintiq 12WX stylus: (accel) keeping acceleration scheme 1
[ 29.316] (**) Wacom Cintiq 12WX stylus: (accel) acceleration profile 0
[ 29.316] (**) Wacom Cintiq 12WX stylus: (accel) acceleration factor: 2.000
[ 29.316] (**) Wacom Cintiq 12WX stylus: (accel) acceleration threshold: 4
[ 29.317] (II) config/udev: Adding input device Wacom Cintiq 12WX (/dev/input/mouse0)
[ 29.317] (II) No input driver specified, ignoring this device.
[ 29.317] (II) This device may have been added with another device file.
[ 29.317] (II) config/udev: Adding input device Microsoft Microsoft® SideWinder™ X5 Mouse (/dev/input/event6)
[ 29.317] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Applying InputClass "system-keyboard"
[ 29.317] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Applying InputClass "evdev pointer catchall"
[ 29.318] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Applying InputClass "evdev keyboard catchall"
[ 29.318] (II) Using input driver 'evdev' for 'Microsoft Microsoft® SideWinder™ X5 Mouse'
[ 29.318] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 29.318] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: always reports core events
[ 29.318] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Device: "/dev/input/event6"
[ 29.318] (--) Microsoft Microsoft® SideWinder™ X5 Mouse: Found 9 mouse buttons
[ 29.318] (--) Microsoft Microsoft® SideWinder™ X5 Mouse: Found scroll wheel(s)
[ 29.318] (--) Microsoft Microsoft® SideWinder™ X5 Mouse: Found relative axes
[ 29.318] (--) Microsoft Microsoft® SideWinder™ X5 Mouse: Found x and y relative axes
[ 29.318] (--) Microsoft Microsoft® SideWinder™ X5 Mouse: Found absolute axes
[ 29.318] (--) Microsoft Microsoft® SideWinder™ X5 Mouse: Found x and y absolute axes
[ 29.318] (--) Microsoft Microsoft® SideWinder™ X5 Mouse: Found keys
[ 29.318] (II) Microsoft Microsoft® SideWinder™ X5 Mouse: Configuring as mouse
[ 29.318] (II) Microsoft Microsoft® SideWinder™ X5 Mouse: Configuring as keyboard
[ 29.318] (II) Microsoft Microsoft® SideWinder™ X5 Mouse: Adding scrollwheel support
[ 29.318] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: YAxisMapping: buttons 4 and 5
[ 29.318] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 29.318] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.0/input/input6/event6"
[ 29.318] (II) XINPUT: Adding extended input device "Microsoft Microsoft® SideWinder™ X5 Mouse" (type: KEYBOARD, id 9)
[ 29.318] (**) Option "xkb_rules" "evdev"
[ 29.318] (**) Option "xkb_model" "pc105+inet"
[ 29.318] (**) Option "xkb_layout" "us"
[ 29.318] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 29.319] (II) Microsoft Microsoft® SideWinder™ X5 Mouse: initialized for relative axes.
[ 29.319] (WW) Microsoft Microsoft® SideWinder™ X5 Mouse: ignoring absolute axes.
[ 29.319] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: (accel) keeping acceleration scheme 1
[ 29.319] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: (accel) acceleration profile 0
[ 29.319] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: (accel) acceleration factor: 2.000
[ 29.319] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: (accel) acceleration threshold: 4
[ 29.320] (II) config/udev: Adding input device Microsoft Microsoft® SideWinder™ X5 Mouse (/dev/input/js0)
[ 29.320] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Applying InputClass "system-keyboard"
[ 29.320] (II) No input driver specified, ignoring this device.
[ 29.320] (II) This device may have been added with another device file.
[ 29.321] (II) config/udev: Adding input device Microsoft Microsoft® SideWinder™ X5 Mouse (/dev/input/mouse1)
[ 29.321] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Applying InputClass "system-keyboard"
[ 29.321] (II) No input driver specified, ignoring this device.
[ 29.321] (II) This device may have been added with another device file.
[ 29.321] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event4)
[ 29.321] (**) Logitech USB Keyboard: Applying InputClass "system-keyboard"
[ 29.321] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 29.321] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
[ 29.321] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 29.321] (**) Logitech USB Keyboard: always reports core events
[ 29.321] (**) Logitech USB Keyboard: Device: "/dev/input/event4"
[ 29.322] (--) Logitech USB Keyboard: Found keys
[ 29.322] (II) Logitech USB Keyboard: Configuring as keyboard
[ 29.322] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.0/input/input4/event4"
[ 29.322] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 10)
[ 29.322] (**) Option "xkb_rules" "evdev"
[ 29.322] (**) Option "xkb_model" "pc105+inet"
[ 29.322] (**) Option "xkb_layout" "us"
[ 29.322] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 29.323] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event5)
[ 29.323] (**) Logitech USB Keyboard: Applying InputClass "system-keyboard"
[ 29.323] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 29.323] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
[ 29.323] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 29.323] (**) Logitech USB Keyboard: always reports core events
[ 29.323] (**) Logitech USB Keyboard: Device: "/dev/input/event5"
[ 29.323] (--) Logitech USB Keyboard: Found absolute axes
[ 29.323] (--) Logitech USB Keyboard: Found keys
[ 29.323] (II) Logitech USB Keyboard: Configuring as mouse
[ 29.323] (II) Logitech USB Keyboard: Configuring as keyboard
[ 29.323] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.1/input/input5/event5"
[ 29.323] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 11)
[ 29.323] (**) Option "xkb_rules" "evdev"
[ 29.323] (**) Option "xkb_model" "pc105+inet"
[ 29.323] (**) Option "xkb_layout" "us"
[ 29.323] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 29.324] (II) Logitech USB Keyboard: initialized for absolute axes.
[ 29.324] (**) Logitech USB Keyboard: (accel) keeping acceleration scheme 1
[ 29.324] (**) Logitech USB Keyboard: (accel) acceleration profile 0
[ 29.324] (**) Logitech USB Keyboard: (accel) acceleration factor: 2.000
[ 29.324] (**) Logitech USB Keyboard: (accel) acceleration threshold: 4
[ 29.325] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event16)
[ 29.325] (**) USB 2.0 Camera: Applying InputClass "system-keyboard"
[ 29.325] (**) USB 2.0 Camera: Applying InputClass "evdev keyboard catchall"
[ 29.325] (II) Using input driver 'evdev' for 'USB 2.0 Camera'
[ 29.325] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 29.325] (**) USB 2.0 Camera: always reports core events
[ 29.325] (**) USB 2.0 Camera: Device: "/dev/input/event16"
[ 29.325] (--) USB 2.0 Camera: Found keys
[ 29.325] (II) USB 2.0 Camera: Configuring as keyboard
[ 29.325] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1:1.0/input/input16/event16"
[ 29.325] (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD, id 12)
[ 29.325] (**) Option "xkb_rules" "evdev"
[ 29.325] (**) Option "xkb_model" "pc105+inet"
[ 29.325] (**) Option "xkb_layout" "us"
[ 29.325] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 29.326] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event10)
[ 29.326] (II) No input driver specified, ignoring this device.
[ 29.326] (II) This device may have been added with another device file.
[ 29.326] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event11)
[ 29.326] (II) No input driver specified, ignoring this device.
[ 29.326] (II) This device may have been added with another device file.
[ 29.327] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event12)
[ 29.327] (II) No input driver specified, ignoring this device.
[ 29.327] (II) This device may have been added with another device file.
[ 29.327] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event13)
[ 29.327] (II) No input driver specified, ignoring this device.
[ 29.327] (II) This device may have been added with another device file.
[ 29.327] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event14)
[ 29.327] (II) No input driver specified, ignoring this device.
[ 29.327] (II) This device may have been added with another device file.
[ 29.327] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event7)
[ 29.327] (II) No input driver specified, ignoring this device.
[ 29.327] (II) This device may have been added with another device file.
[ 29.327] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event8)
[ 29.327] (II) No input driver specified, ignoring this device.
[ 29.327] (II) This device may have been added with another device file.
[ 29.327] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event9)
[ 29.327] (II) No input driver specified, ignoring this device.
[ 29.327] (II) This device may have been added with another device file.
[ 29.328] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[ 29.328] (II) No input driver specified, ignoring this device.
[ 29.328] (II) This device may have been added with another device file.
[ 29.343] (**) Wacom Cintiq 12WX eraser: Applying InputClass "evdev tablet catchall"
[ 29.343] (**) Wacom Cintiq 12WX eraser: Applying InputClass "Wacom class"
[ 29.343] (II) Using input driver 'wacom' for 'Wacom Cintiq 12WX eraser'
[ 29.343] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
[ 29.343] (**) Wacom Cintiq 12WX eraser: always reports core events
[ 29.343] (**) Option "Device" "/dev/input/event3"
[ 29.343] (**) Option "Type" "eraser"
[ 29.343] (--) Wacom Cintiq 12WX eraser: Wacom USB CintiqV5 tablet maxX=53020 maxY=33440 maxZ=1023 resX=200000 resY=200000 tilt=enabled
[ 29.360] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.0/input/input3/event3"
[ 29.360] (II) XINPUT: Adding extended input device "Wacom Cintiq 12WX eraser" (type: ERASER, id 13)
[ 29.360] (**) Wacom Cintiq 12WX eraser: (accel) keeping acceleration scheme 1
[ 29.360] (**) Wacom Cintiq 12WX eraser: (accel) acceleration profile 0
[ 29.360] (**) Wacom Cintiq 12WX eraser: (accel) acceleration factor: 2.000
[ 29.360] (**) Wacom Cintiq 12WX eraser: (accel) acceleration threshold: 4
[ 29.360] (**) Wacom Cintiq 12WX pad: Applying InputClass "evdev tablet catchall"
[ 29.360] (**) Wacom Cintiq 12WX pad: Applying InputClass "Wacom class"
[ 29.360] (II) Using input driver 'wacom' for 'Wacom Cintiq 12WX pad'
[ 29.360] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
[ 29.360] (**) Wacom Cintiq 12WX pad: always reports core events
[ 29.360] (**) Option "Device" "/dev/input/event3"
[ 29.360] (**) Option "Type" "pad"
[ 29.360] (--) Wacom Cintiq 12WX pad: Wacom USB CintiqV5 tablet maxX=53020 maxY=33440 maxZ=1023 resX=200000 resY=200000 tilt=enabled
[ 29.360] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.0/input/input3/event3"
[ 29.360] (II) XINPUT: Adding extended input device "Wacom Cintiq 12WX pad" (type: PAD, id 14)
[ 29.360] (**) Wacom Cintiq 12WX pad: (accel) keeping acceleration scheme 1
[ 29.360] (**) Wacom Cintiq 12WX pad: (accel) acceleration profile 0
[ 29.360] (**) Wacom Cintiq 12WX pad: (accel) acceleration factor: 2.000
[ 29.360] (**) Wacom Cintiq 12WX pad: (accel) acceleration threshold: 4
[ 29.361] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[ 33.296] (II) fglrx(0): EDID vendor "ACR", prod id 135
[ 33.296] (II) fglrx(0): Using hsync ranges from config file
[ 33.296] (II) fglrx(0): Using vrefresh ranges from config file
[ 33.296] (II) fglrx(0): Printing DDC gathered Modelines:
[ 33.296] (II) fglrx(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1110 -hsync -vsync (66.6 kHz)
[ 33.296] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 33.296] (II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 33.296] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 33.296] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 33.296] (II) fglrx(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 33.296] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 33.296] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 33.296] (II) fglrx(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 33.296] (II) fglrx(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 33.296] (II) fglrx(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 33.296] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 33.296] (II) fglrx(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 33.296] (II) fglrx(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 33.296] (II) fglrx(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 33.296] (II) fglrx(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 33.296] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 33.296] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 33.296] (II) fglrx(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[ 33.296] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
[ 33.296] (II) fglrx(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 33.296] (II) fglrx(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 33.296] (II) fglrx(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
[ 33.743] (WW) fglrx(0): Cannot get updated TV attributes.
[ 37.495] (II) fglrx(0): EDID vendor "ACR", prod id 135
[ 37.495] (II) fglrx(0): Using hsync ranges from config file
[ 37.495] (II) fglrx(0): Using vrefresh ranges from config file
[ 37.495] (II) fglrx(0): Printing DDC gathered Modelines:
[ 37.495] (II) fglrx(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1110 -hsync -vsync (66.6 kHz)
[ 37.495] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 37.495] (II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 37.495] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 37.495] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 37.495] (II) fglrx(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 37.495] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 37.495] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 37.495] (II) fglrx(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 37.495] (II) fglrx(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 37.495] (II) fglrx(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 37.495] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 37.495] (II) fglrx(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 37.495] (II) fglrx(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 37.495] (II) fglrx(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 37.495] (II) fglrx(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 37.495] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 37.495] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 37.495] (II) fglrx(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[ 37.495] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
[ 37.495] (II) fglrx(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 37.495] (II) fglrx(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +h

The latest entry in the readout from "$ journalctl":
Nov 02 10:39:12 philip-linux pulseaudio[500]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.ListAdapters() failed: org.freedesktop.system
Nov 02 10:39:15 philip-linux pulseaudio[544]: [pulseaudio] pid.c: Daemon already running.
Nov 02 10:39:18 philip-linux goa[569]: goa-daemon version 3.6.0 starting [main.c:112, main()]
Nov 02 10:39:20 philip-linux gnome-keyring-daemon[420]: keyring alias directory: /home/philip/.local/share/keyrings
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
and from "$ sudo journalctl":
...skipping...
Nov 02 10:39:20 philip-linux systemd[1]: Started Accounts Service.
Nov 02 10:39:20 philip-linux gnome-keyring-daemon[420]: keyring alias directory: /home/philip/.local/share/keyrings
Nov 02 10:39:20 philip-linux polkitd[268]: Registered Authentication Agent for unix-session:2 (system bus name :1.55 [/usr/bin/gnome-shell],
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:41:27 philip-linux dbus-daemon[251]: dbus[251]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='db
Nov 02 10:41:27 philip-linux dbus[251]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop
Nov 02 10:41:27 philip-linux systemd[1]: Starting Hostname Service...
Nov 02 10:41:27 philip-linux dbus-daemon[251]: dbus[251]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 02 10:41:27 philip-linux dbus[251]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 02 10:41:27 philip-linux systemd[1]: Started Hostname Service.
Nov 02 10:42:30 philip-linux sudo[876]: philip : TTY=pts/0 ; PWD=/home/philip ; USER=root ; COMMAND=/usr/bin/journalctl
Nov 02 10:42:30 philip-linux sudo[876]: pam_unix(sudo:session): session opened for user root by philip(uid=0)
Nov 02 10:42:35 philip-linux sudo[876]: pam_unix(sudo:session): session closed for user root
Nov 02 10:53:18 philip-linux systemd[1]: Starting Cleanup of Temporary Directories...
Nov 02 10:53:18 philip-linux systemd-tmpfiles[958]: stat(/run/user/1000/gvfs) failed: Permission denied
Nov 02 10:53:18 philip-linux systemd[1]: Started Cleanup of Temporary Directories.
Nov 02 11:01:01 philip-linux /usr/sbin/crond[966]: pam_unix(crond:session): session opened for user root by (uid=0)
Nov 02 11:01:01 philip-linux /USR/SBIN/CROND[967]: (root) CMD (run-parts /etc/cron.hourly)
Nov 02 11:01:01 philip-linux /USR/SBIN/CROND[966]: pam_unix(crond:session): session closed for user root
Nov 02 11:23:13 philip-linux dbus-daemon[251]: dbus[251]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='db
Nov 02 11:23:13 philip-linux dbus[251]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop
Nov 02 11:23:13 philip-linux systemd[1]: Starting Hostname Service...
Nov 02 11:23:13 philip-linux dbus-daemon[251]: dbus[251]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 02 11:23:13 philip-linux dbus[251]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 02 11:23:13 philip-linux systemd[1]: Started Hostname Service.
Nov 02 11:33:58 philip-linux sudo[1163]: philip : TTY=pts/0 ; PWD=/home/philip ; USER=root ; COMMAND=/usr/bin/systemctl status smbd
Nov 02 11:33:58 philip-linux sudo[1163]: pam_unix(sudo:session): session opened for user root by philip(uid=0)
Nov 02 11:33:59 philip-linux sudo[1163]: pam_unix(sudo:session): session closed for user root
Nov 02 11:34:23 philip-linux sudo[1165]: philip : TTY=pts/0 ; PWD=/home/philip ; USER=root ; COMMAND=/usr/bin/systemctl status nmbd
Nov 02 11:34:23 philip-linux sudo[1165]: pam_unix(sudo:session): session opened for user root by philip(uid=0)
Nov 02 11:34:24 philip-linux sudo[1165]: pam_unix(sudo:session): session closed for user root
Nov 02 11:45:38 philip-linux dbus-daemon[251]: dbus[251]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.
Nov 02 11:45:38 philip-linux dbus[251]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.1" (uid=0 pid=249
Nov 02 11:53:27 philip-linux dbus-daemon[251]: dbus[251]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.
Nov 02 11:53:27 philip-linux dbus[251]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.1" (uid=0 pid=249
Nov 02 12:01:01 philip-linux /usr/sbin/crond[1356]: pam_unix(crond:session): session opened for user root by (uid=0)
Nov 02 12:01:01 philip-linux /USR/SBIN/CROND[1357]: (root) CMD (run-parts /etc/cron.hourly)
Nov 02 12:01:01 philip-linux /USR/SBIN/CROND[1356]: pam_unix(crond:session): session closed for user root
Nov 02 12:13:25 philip-linux sudo[1475]: philip : TTY=pts/0 ; PWD=/home/philip ; USER=root ; COMMAND=/usr/bin/journalctl
Nov 02 12:13:25 philip-linux sudo[1475]: pam_unix(sudo:session): session opened for user root by philip(uid=0)
...skipping...
Nov 02 10:39:18 philip-linux systemd[1]: Starting Disk Manager...
Nov 02 10:39:18 philip-linux udisksd[577]: udisks daemon version 2.0.0 starting
Nov 02 10:39:18 philip-linux dbus-daemon[251]: dbus[251]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Nov 02 10:39:18 philip-linux dbus[251]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Nov 02 10:39:18 philip-linux udisksd[577]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Nov 02 10:39:18 philip-linux systemd[1]: Started Disk Manager.
Nov 02 10:39:20 philip-linux dbus-daemon[251]: dbus[251]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='acc
Nov 02 10:39:20 philip-linux dbus[251]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.servi
Nov 02 10:39:20 philip-linux systemd[1]: Starting Accounts Service...
Nov 02 10:39:20 philip-linux accounts-daemon[598]: started daemon version 0.6.25
Nov 02 10:39:20 philip-linux dbus[251]: [system] Successfully activated service 'org.freedesktop.Accounts'
Nov 02 10:39:20 philip-linux dbus-daemon[251]: dbus[251]: [system] Successfully activated service 'org.freedesktop.Accounts'
Nov 02 10:39:20 philip-linux systemd[1]: Started Accounts Service.
Nov 02 10:39:20 philip-linux gnome-keyring-daemon[420]: keyring alias directory: /home/philip/.local/share/keyrings
Nov 02 10:39:20 philip-linux polkitd[268]: Registered Authentication Agent for unix-session:2 (system bus name :1.55 [/usr/bin/gnome-shell],
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
Nov 02 10:41:27 philip-linux dbus-daemon[251]: dbus[251]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='db
Nov 02 10:41:27 philip-linux dbus[251]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop
Nov 02 10:41:27 philip-linux systemd[1]: Starting Hostname Service...
Nov 02 10:41:27 philip-linux dbus-daemon[251]: dbus[251]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 02 10:41:27 philip-linux dbus[251]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 02 10:41:27 philip-linux systemd[1]: Started Hostname Service.
Nov 02 10:42:30 philip-linux sudo[876]: philip : TTY=pts/0 ; PWD=/home/philip ; USER=root ; COMMAND=/usr/bin/journalctl
Nov 02 10:42:30 philip-linux sudo[876]: pam_unix(sudo:session): session opened for user root by philip(uid=0)
Nov 02 10:42:35 philip-linux sudo[876]: pam_unix(sudo:session): session closed for user root
Nov 02 10:53:18 philip-linux systemd[1]: Starting Cleanup of Temporary Directories...
Nov 02 10:53:18 philip-linux systemd-tmpfiles[958]: stat(/run/user/1000/gvfs) failed: Permission denied
Nov 02 10:53:18 philip-linux systemd[1]: Started Cleanup of Temporary Directories.
Nov 02 11:01:01 philip-linux /usr/sbin/crond[966]: pam_unix(crond:session): session opened for user root by (uid=0)
Nov 02 11:01:01 philip-linux /USR/SBIN/CROND[967]: (root) CMD (run-parts /etc/cron.hourly)
Nov 02 11:01:01 philip-linux /USR/SBIN/CROND[966]: pam_unix(crond:session): session closed for user root
Nov 02 11:23:13 philip-linux dbus-daemon[251]: dbus[251]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='db
Nov 02 11:23:13 philip-linux dbus[251]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop
Nov 02 11:23:13 philip-linux systemd[1]: Starting Hostname Service...
Nov 02 11:23:13 philip-linux dbus-daemon[251]: dbus[251]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 02 11:23:13 philip-linux dbus[251]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 02 11:23:13 philip-linux systemd[1]: Started Hostname Service.
Nov 02 11:33:58 philip-linux sudo[1163]: philip : TTY=pts/0 ; PWD=/home/philip ; USER=root ; COMMAND=/usr/bin/systemctl status smbd
Nov 02 11:33:58 philip-linux sudo[1163]: pam_unix(sudo:session): session opened for user root by philip(uid=0)
Nov 02 11:33:59 philip-linux sudo[1163]: pam_unix(sudo:session): session closed for user root
Nov 02 11:34:23 philip-linux sudo[1165]: philip : TTY=pts/0 ; PWD=/home/philip ; USER=root ; COMMAND=/usr/bin/systemctl status nmbd
Nov 02 11:34:23 philip-linux sudo[1165]: pam_unix(sudo:session): session opened for user root by philip(uid=0)
Nov 02 11:34:24 philip-linux sudo[1165]: pam_unix(sudo:session): session closed for user root
Nov 02 11:45:38 philip-linux dbus-daemon[251]: dbus[251]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.
Nov 02 11:45:38 philip-linux dbus[251]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.1" (uid=0 pid=249
Nov 02 11:53:27 philip-linux dbus-daemon[251]: dbus[251]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.
Nov 02 11:53:27 philip-linux dbus[251]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.1" (uid=0 pid=249
Nov 02 12:01:01 philip-linux /usr/sbin/crond[1356]: pam_unix(crond:session): session opened for user root by (uid=0)
Nov 02 12:01:01 philip-linux /USR/SBIN/CROND[1357]: (root) CMD (run-parts /etc/cron.hourly)
Nov 02 12:01:01 philip-linux /USR/SBIN/CROND[1356]: pam_unix(crond:session): session closed for user root
Nov 02 12:13:25 philip-linux sudo[1475]: philip : TTY=pts/0 ; PWD=/home/philip ; USER=root ; COMMAND=/usr/bin/journalctl
Nov 02 12:13:25 philip-linux sudo[1475]: pam_unix(sudo:session): session opened for user root by philip(uid=0)

Similar Messages

  • Metacity wont start automaticllly

    since yestarday, when I am logging to the system (via gdm, in rc.conf) metacity wont start automaticlly.
    i tried to reinstalling gnome (including removing all the relavent folders in the user home dir), but i still have this problem, and i have to start metacity by my self (in xterm: metacity &).
    any idea?
    Assaf

    maybe... in the gconf-editor the parent "directory" of the one  in the screenshot: "session" should contain 3 keys:
    default_session -> gnome-settings-daemon (should leave as is)
    idle_delay -> 10 (or the time in minutes after a session is considered inactive if there is no activity)
    required_components_list -> windowmanager, panel, filemanager  <- if window manager is missing here, its normal that no window manager starts in your session... also you can add more items and define them in the required_components key if you need it

  • Satellite A660 wont start again until i turn to safe mode

    Just purchase toshiba Satellite A660: i tell the story to compensate closely to my answer, hopefully ..
    I just purchase it new, run the insallation program for first use. When its up and running just within that day i noticed that it start to hang up when i hooked external drive for some program installation (adobe lightroom).
    Its still fine but when i turn it off, it wont start again until i did turn to safe mode so that i could back up some of the files and run the recovery again.
    This time on 64bit. When its finish its process, it works well for just a couple of hours.
    It fell faster now thou, maybe because its on 64bit? ( any recommendation whether its 32 or 64bit) specs: i5 , 4ram, 1g ddcatd graphics , win7 home premium, ..
    Now, when i turn it off it never start back again windows say.. start up repair. ..
    I did let it run since this morning until now still they cant find whats the problem (i'm refering the loptop) .
    So any idea on whats goin ?

    > It fell faster now thou, maybe because its on 64bit? ( any recommendation whether its 32 or 64bit) specs: i5 , 4ram, 1g ddcatd graphics , win7 home premium, ..
    64bit Operating system is better if your notebook supports 4GB or more RAM.
    Why? Because Win 32bit recognizes max 3.2GB even if more RAM is available.
    This is 32bit limitation; no matter what OS it is; Linux, Win XP, Vista, Win7 etc
    This is the reason why 64bit OS are so popular in the last time
    Regarding the OS issue;
    I recommend running a HDD recovery again... this means you should reinstall the OS usign the Toshiba recovery option;
    Press F8 while powering up the notebook, Choose Repair my Computer, -> HDD recovery

  • After Effects just bounces in the dock but wont start

    Hi all,
    Just installed CS4 production studio under Snow Leopard.  All works well and updated using the Adobe Updater.  All apps are fine except AE which just bounces in the dock a few times and then stops.  I read that this could be because Rosetta was not installed.  I installed Rosetta from the Snow Leopard DVD and still nothing.  Have restarted 3 times just in case (I also read that several restarts may be required to get it to work), but still nothing.
    Any help would be greatly appreciated.
    Regards
    Dave

    OK... Now I feel like Scott of the Antartic writing in his journal before the inevitable... I am writing this purely to help anyone else with the same issue to resolve it without the pain that I am still experiencing.  Hopefully the last entry will read "all solved" and not "I am about to pop outside... I may be some time..."
    After using CS2 for the bulk of my work I thought I'd try and get this solved once and for all, especially as we have a DVCPROHD project coming up and need CS4 to do it.
    OK... The so now I have the suite running, except Premiere is running under at trial without the presets and the updates fail when installing.  Contacted support this week, they wont re-open the original case because it has been over a month.  Fair enough, new case.
    The adobe guy takes control of my machine, deactivates it, then from Finder deletes lots of folders.  He then asks me to re-install the products.  I do this (2 hours later) and run Premiere and it appears to work with presets.  I look a bit closer and notice that under the help menu of Premiere Register, Deactivate and Updates are all greyed out.  This is not the case in the other products of the suite.  OK, so not a major deal but does imply something is not installed right.  I run the Adobe Updater, Premiere updates, but AE, PS and several updates fail.
    Call back to support.  This time the Adobe guy takes control of my machine suggests I deactivate the suite, run the un-install and then download and run the CS3 Clean script and re-install.  I do all this.  Another 2 hours later feeding discs into the machine... and... Premiere looks fine, presets all there... but wait for it... AFTER EFFECTS JUST BOUNCES IN THE DOCK BUT WONT START.
    3rd call back to support and ask for the issue to be escalated.  This is difficult and I have to cause a fuss to realise that this problem is the same one that has been hanging around for months and that I am not prepared to spend more hours removing every trace of Adobe from my machine and re-installing - this doesn't work.  The support technician asks me to delete a hidden folder that has all the Adobe patches in it, manually download the AE 9.0.2 update and install it.   It installs but AE wont start.  I explain that I've had enough and want the problem escalated.
    I finally get a call back from a 2nd level engineer this morning.  After explaining the that AE wont start and then answering the question "why is this a problem for you!" we do some quick troubleshooting.  This time I have to pull out the network cable, turn off Airport, create a new user account, log on to it and then see if AE runs.  Which it does.  Within seconds we get launched into the pre-determined script, "if it runs under another user account then there is nothing wrong with the applications and I should call Apple".  After being patronised for a further 5 mins I had to PROVE to the guy that it was also possible that the fault was Adobes.  I also know the moment I phone Apple, the response will be "Call Adobe".
    The only example I could give him at the time was to image a piece of software I had written that allocated memory based on the screen resolution (this is a user preference) and if my code was badly written and crashed when encountering a screen resolution bigger than my code was expecting.  OK, is that Apple's fault, no it is my code.  Will it run under one user and not another, yes it will.  There are a million other posibilities.  Some I agree could be Apple's, but equally some could be Adobes and the big fat fob off as soon as you can is terrible.
    I have also since realised since leaving this call with the technician, that:
    1) This is a brand new iMac and the Adobe Suite was the 1st piece of 3rd party software installed on it.
    2) The iMac is for video editing and nothing else.
    3) This was working without presets before the Adobe guys deleted all these files and asked me to re-install.  It is more likely that they have deleted something they should not have rather than the a bug in the OS.  A bug in the OS is still possible but I suspect the problem is with a rogue bit of installation code from Adobe.
    Finally incase anyone from Adobe is reading this:
    I have paid thousands of pounds for this software.
    I have been unable to use it for months.
    A problem like this should be gold dust for you.  Here is the chance to get to the bottom of an issue that several people are having, understand the mechanics of what is going wrong.  Write a KB article as well as a patch and this would save the time/money and effort of an awful lot of people (including your own).
    As a short thought experiment I would like everyone at Adobe to image the following:
    You pay £1,000 of your own money for a tool to do your work on the promise that you can make this money back in productivity gains, new business, etc.
    The tool you use every day to make a living won't work.  For the benefit of the experiment, imagine this is your email client, web browser or case management tool.
    You have no IT group to replace your machine or to come and solve it.
    You can't tell your customers that your software is down and you have to keep doing your job.
    You have to spend an additional 3 days in your own time, working late or weekends to try and fix the software yourself.
    You to keep downloading a Gigabyte of data 3 or four times and you have to pay for downloads.  Currently you are running up a bill of over £100 in downloads and phone calls.
    You don't get paid the overtime and your customers start complaining you are late with your work.
    You lose customers... you eventually get fired because you have lost too many of them.
    ...This is what it feels like for a small creative business to not be able to install the software they bought.

  • WONT START AT ALL

    Dear all, this is frustrating. The system just wont start up, chimes and spins around but just goes up to the apple logo and that is it. I leftit in sleep mode all night by mistake and the following day refused to start. Any ideas pls? I've done all the suggestions to reset the pram/ram.

    Take each of these steps that you haven't already tried. Stop when the problem is resolved.
    Step 1
    The first step in dealing with a boot failure is to secure your data. If you want to preserve the contents of the startup drive, and you don't already have at least one current backup, you must try to back up now, before you do anything else. It may or may not be possible. If you don't care about the data that has changed since your last backup, you can skip this step.   
    There are several ways to back up a Mac that is unable to boot. You need an external hard drive to hold the backup data.
         a. Boot into the Recovery partition, or from a local Time Machine backup volume (option key at startup.) When the OS X Utilities screen appears, launch Disk Utility and follow the instructions in this support article, under “Instructions for backing up to an external hard disk via Disk Utility.”
    b. If you have access to a working Mac, and both it and the non-working Mac have FireWire or Thunderbolt ports, boot the non-working Mac in target disk mode. Use the working Mac to copy the data to another drive. This technique won't work with USB, Ethernet, Wi-Fi, or Bluetooth.
    c. If the internal drive of the non-working Mac is user-replaceable, remove it and mount it in an external enclosure or drive dock. Use another Mac to copy the data.
    Step 2
    Press and hold the power button until the power shuts off. Disconnect all wired peripherals except those needed to boot, and remove all aftermarket expansion cards. Use a different keyboard and/or mouse, if those devices are wired. If you can boot now, one of the devices you disconnected, or a combination of them, is causing the problem. Finding out which one is a process of elimination.
    If you've booted from an external storage device, make sure that your internal boot volume is selected in the Startup Disk pane of System Preferences.
    Step 3
    Boot in safe mode. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    When you boot in safe mode, it's normal to see a dark gray progress bar on a light gray background. If the progress bar gets stuck for more than a few minutes, or if the system shuts down automatically while the progress bar is displayed, your boot volume is corrupt and the drive is probably malfunctioning. In that case, go to Step 5.
    If you can boot and log in now, empty the Trash, and then open the Finder Info window on your boot volume ("Macintosh HD," unless you gave it a different name.) Check that you have at least 9 GB of available space, as shown in the window. If you don't, copy as many files as necessary to another volume (not another folder on the same volume) and delete the originals. Deletion isn't complete until you empty the Trash again. Do this until the available space is more than 9 GB. Then reboot as usual (i.e., not in safe mode.)
    If the boot process hangs again, the problem is likely caused by a third-party system modification that you installed. Post for further instructions.
    Step 4
    Sometimes a boot failure can be resolved by resetting the NVRAM.
    Step 5
    Launch Disk Utility in Recovery mode (see Step 1.) Select your startup volume, then run Repair Disk. If any problems are found, repeat until clear. If Disk Utility reports that the volume can't be repaired, the drive has malfunctioned and should be replaced. You might choose to tolerate one such malfunction in the life of the drive. In that case, erase the volume and restore from a backup. If the same thing ever happens again, replace the drive immediately.
    This is one of the rare situations in which you should also run Repair Permissions, ignoring the false warnings it may produce. Look for the line "Permissions repair complete" at the end of the output. Then reboot as usual.
    Step 6
    Reinstall the OS. If your Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade.
    Step 7
    Repeat Step 6, but this time erase the boot volume in Disk Utility before installing. The system should automatically reboot into the Setup Assistant. Follow the prompts to transfer your data from a Time Machine or other backup.
    Step 8
    This step applies only to older Macs (not current models) that have a logic-board ("PRAM") battery. Both desktop and portable Macs used to have such a battery. The logic-board battery is separate from the main battery of a portable. A dead logic-board battery can cause a gray screen at boot. Typically the boot failure will be preceded by loss of the startup disk and system clock settings. See the user manual for replacement instructions. You may have to take the machine to a service provider to have the battery replaced.
    Step 9
    If you get this far, you're probably dealing with a hardware fault. Make a "Genius" appointment at an Apple Store to have the machine tested. If you can't get to an Apple Store, go to another authorized service provider.

  • Satellite U400-14B shuts itself off and now it wont start up

    Hi
    just got a new Satellite U400 this week.
    Was working perfectly the first few days, then last night, it just shuts itself off and now it wont start up.
    I press the on button and the row of lights next to it light up, but nothing happens I dont even get as far as the Toshiba screen.
    I have tried many things. I left it plugged in overnight, tried taking the battery out and no result as of now.
    The little led lights on the bottom indicate that there its plugged in, the battery is white not orange, when pressed they all light up again only for a split second.
    The only thing I can liken this too is when a car wont start and you keep turning and turning the key, well in this case pushing a button, and nothing happens, the fans dont whir or anything...
    help please...

    Has extra Memory (RAM) been installed? Try removing one Memory Module and try a different Memory Slot.
    If bad memory is not the problem, then there is not much else you can do except send it to an ASP for warranty repairs.

  • Itunes wont start and i get no error messages

    i just downloaded itunes 7.3 and itunes wont start any ideas how to fix?

    Okay. I'm still wondering about your firewall. A "persistent" iTunes.exe in your processes is most consistent with a firewall blocking iTunes, iTunesHelper and/or QuickTime from accessing the Internet. (Norton Internet Security 2005 is by far the worst offender in this regard, but it can be produced both other firewalls too.)
    Head into the Firewalls settings and make sure that iTunes, iTunesHelper, and QuickTime are all being allowed full access to the internet.
    If iTunes still doesn't launch after making sure the firewall is correctly adjusted, reboot the PC and try the suggestion from the following document. (It's a much rarer issue, but it can also produce that persistent iTunes.exe symptom in conjunction with an error-message-free iTunes launch failure.)
    iTunes for Windows doesn't open after upgrading

  • ITunes wont start up

    Hi, i had a look on this answer to a topic : itunes wont start :
    +The QuickTime problem is most likely causing the iTunes launch problem. So let's try swapping out your QuickTime again taking a few additional explicit precautions.+
    +Head into your Add/Remove programs. uninstall QuickTime.+
    +Next, we’ll manually remove any leftover program files and folders.+
    +1. On the Start menu, click My Computer (or double-click My Computer on the Desktop).+
    +2. In My Computer, open Local Disk.+
    +3. Open Program Files.+
    +4. Right-click on the QuickTime folder and click Delete from the shortcut menu.+
    +5. Navigate to C:\Windows\system32\.+
    +6. Remove the files QuickTime.qts and QuicktimeVR.qtx. (If “Hide filename extensions for known file types” is enabled on the PC, then those two files will appear as “QuickTime” and QuickTimeVR”.)+
    +7. Restart your computer.+
    +Next, we'll get a fresh copy of QuickTime into your PC by doing a repair install of itunes.+
    +Switch off antivirus and antispyware applications prior to the repair install.+
    +Go into Add/Remove and select itunes. Click "Change" and then click "Repair".+
    but when it comes to install/uninstall an error comes out : An error ocured while installation
    and i cant get rid of it. Pls help. Any ideas? Thx. J

    but when it comes to install/uninstall an error comes out : An error ocured while installation
    Let's try getting the program uninstalled by other means then.
    Download and install the Windows Installer CleanUp utility:
    Description of the Windows Installer CleanUp Utility
    Now run the utility (“Start > All Programs > Windows Install Clean Up”), select any QuickTime entries in the list of programs that appears in CleanUp, and then click “Remove”.
    Next, we’ll manually remove leftover program files and folders.
    1. On the Start menu, click My Computer (or double-click My Computer on the Desktop).
    2. In My Computer, open Local Disk.
    3. Open Program Files.
    4. Right-click on the QuickTime folder and click Delete from the shortcut menu.
    5. Navigate to C:\Windows\system32\.
    6. Remove the files QuickTime.qts and QuicktimeVR.qtx. (If “Hide filename extensions for known file types” is enabled on the PC, then those two files will appear as “QuickTime” and QuickTimeVR”.)
    7. Restart your computer
    Does the repair install go through properly now? Or do you get another error message when you try the repair install?

  • Itunes wont start, computer says to download latest version 7.5

    iTunes wont start, solution computer gives it to download latest version 7.5. nut when i download it and install 7.5 on my computer, which i have done several times, it doesn't work and says i should download the latest update.....which i already have! is it Vista related, or is relating to version 7.5?....please help me!!

    I'll post the same thing I posted in another thread; it might help you. Reinstall itunes again according to my post. Some of the information is irrelevant to your problem, but hey, i'm kinda feeling lazy. You'll get the idea. Here it is.....
    "this is just a suggestion. If you reinstall itunes again, make sure you follow the directions in the support section of this site for uninstalling itunes and quicktime. Another thing they don't say in that article that I did when i had to uninstall itunes was to do a search. You know, pressing the start button and then "Search". Make sure when you do, click the search "All files and folders". Then set it to look in "Local Hard Drives (C:)" and type in the "all or part of the file name" itunes. After the search is done you should have a bunch of different itunes components in the results. Btw do the same for quicktime as a search. Make sure to DELETE every itunes and quicktime file there. If some of your music files happened to come up in the search use commone sense. Get rid of every component so itunes and quicktime is completely erased from the system. Make sure that you do this after you've restarted your computer once (according to the uninstallation article). Then just empty your recycle bin, reboot your computer, and finally reinstall itunes. Hopefully that will work to at least get rid of that APP error. Good luck and ask me anything you have some questions!!"
    Hope that works!

  • Server Wont Start

    The appserver wont start although it appears to install OK - here is the server log - the mesage unknown host appears to be significant but i dont get geet any problems after running netsh. INstall is on a Windows XP SP2 PC.
    Firewall is turned off.
    I would be grateful for any help with this problem.
    Les
    -XX:PermSize=32m
    -XX:MaxPermSize=128m
    -XX:+CMSPermGenSweepingEnabled
    -XX:+CMSClassUnloadingEnabled
    -Xmx512m
    -XX:NewRatio=2
    -Dcom.sun.aas.defaultLogFile=C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator/logs/server.log
    -Djava.endorsed.dirs=C:/Program Files/Sun/Creator2_1/SunAppServer8/lib/endorsed
    -Djava.security.policy=C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator/config/server.policy
    -Djava.security.auth.login.config=C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator/config/login.conf
    -Dsun.rmi.dgc.server.gcInterval=3600000
    -Dsun.rmi.dgc.client.gcInterval=3600000
    -Djavax.net.ssl.keyStore=C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator/config/keystore.jks
    -Djavax.net.ssl.trustStore=C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator/config/cacerts.jks
    -Djava.ext.dirs=C:/Program Files/Sun/Creator2_1/java/jre/lib/ext;C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator/lib/ext;C:/Program Files/Sun/Creator2_1/SunAppServer8/derby/lib
    -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
    -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
    -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
    -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
    -Dcom.sun.enterprise.taglisteners=jsf-impl.jar
    -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
    -Dcom.sun.aas.configName=server-config
    -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter
    -Ddomain.name=creator
    -Djmx.invoke.getters=true
    -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
    -Dcom.sun.aas.promptForIdentity=true
    -Dorg.xml.sax.driver=com.sun.org.apache.xerces.internal.parsers.SAXParser
    -Dcom.sun.aas.instanceRoot=C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator
    -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
    -Dcom.sun.aas.domainName=creator
    -Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
    -Dproduct.name=Sun-Java-System/Application-Server
    -Dcom.sun.enterprise.overrideablejavaxpackages=javax.faces,javax.servlet.jsp.jstl,javax.xml.bind,javax.help
    -Dcom.sun.aas.configRoot=C:/Program Files/Sun/Creator2_1/SunAppServer8/config
    -Djava.library.path=C:\Program Files\Sun\Creator2_1\java\jre\bin\client;C:\Program Files\Sun\Creator2_1\SunAppServer8\lib;C:\Program Files\Sun\Creator2_1\SunAppServer8\lib;C:\Program Files\Sun\Creator2_1\java\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Sun\Creator2_1\SunAppServer8\lib;C:\Program Files\Sun\Creator2_1\SunAppServer8\bin;C:\Program Files\Sun\Creator2_1\SunAppServer8\lib;C:\Program Files\Sun\Creator2_1\SunAppServer8\bin;C:\Program Files\Sun\Creator2_1\SunAppServer8\bin;C:\Program Files\Sun\Creator2_1\SunAppServer8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;C:\Program Files\ATI Technologies\ATI.ACE\;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\QuickTime\QTSystem\;;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    -Dcom.sun.aas.instanceName=server
    -Dcom.sun.aas.processLauncher=SE
    -cp
    C:/Program Files/Sun/Creator2_1/java/lib/tools.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib/appserv-rt.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\activation.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\admin-cli.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-admin.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-assemblytool_es.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-assemblytool_fr.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-assemblytool_ja.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-assemblytool_ko.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-assemblytool_zh.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-assemblytool_zh_CN.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp_es.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp_fr.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp_ja.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp_ko.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp_zh.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp_zh_CN.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-env.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-ext.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-jstl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-rt_es.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-rt_fr.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-rt_ja.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-rt_ko.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-rt_zh.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-rt_zh_CN.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-upgrade.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher_es.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher_fr.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher_ja.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher_ko.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher_zh.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher_zh_CN.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-logging.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\deployhelp_es.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\deployhelp_fr.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\deployhelp_ja.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\deployhelp_ko.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\deployhelp_zh.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\deployhelp_zh_CN.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\dom.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\driveradapter.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee-svc.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee_es.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee_fr.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee_ja.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee_ko.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee_zh.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee_zh_CN.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jax-qname.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jaxr-api.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jaxr-impl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jaxrpc-api.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jaxrpc-impl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jdic_0_9.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jmxremote.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jmxremote_optional.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jsf-api.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jsf-impl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\mail.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\PEtray.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\relaxngDatatype.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\rmissl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\saaj-api.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\saaj-impl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smbase.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smdb2.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\sminformix.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smoracle.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smresource.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smspy.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smsqlserver.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smsybase.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smutil.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\xalan.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\xercesImpl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\xsdlib.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib/install/applications/jmsra/imqjmsra.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/imq/lib/jaxm-api.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/imq/lib/fscontext.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib/ant/lib/ant.jar
    com.sun.rave.tray.RavePEMain
    start
    display
    native|#]
    [#|2006-10-06T03:56:13.546+0100|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.util|_ThreadID=10;|property_reader.unknownHost
    java.net.UnknownHostException: tester: tester
    at java.net.InetAddress.getLocalHost(InetAddress.java:1308)
    at com.sun.enterprise.util.net.NetUtils.getCanonicalHostName(NetUtils.java:66)
    at com.sun.enterprise.util.ASenvPropertyReader.setSystemProperties(ASenvPropertyReader.java:161)
    at com.sun.enterprise.server.PEMain.main(PEMain.java:185)
    at com.sun.rave.tray.RavePEMain.main(RavePEMain.java:37)
    |#]
    [#|2006-10-06T03:57:32.906+0100|INFO|sun-appserver-pe8.2|javax.enterprise.resource.jms|_ThreadID=10;|JMS5035: Timed out after 60000 milliseconds while trying to verify if the JMS service startup succeeded.|#]
    [#|2006-10-06T03:57:32.906+0100|INFO|sun-appserver-pe8.2|javax.enterprise.resource.jms|_ThreadID=10;|JMS5037: Check permissions of MQ instance directory C:\Program Files\Sun\Creator2_1\SunAppServer8\imq\var\instances|#]
    [#|2006-10-06T03:57:32.906+0100|INFO|sun-appserver-pe8.2|javax.enterprise.resource.jms|_ThreadID=10;|JMS5036: More details may be available in the log file for the JMS service broker instance imqbroker. Please refer to the JMS provider documentation for the exact location of this log file.|#]
    [#|2006-10-06T03:57:32.906+0100|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|UnknownException during startup. Disable quick startup by setting system property com.sun.enterprise.server.ss.ASQuickStartup to false
    com.sun.appserv.server.ServerLifecycleException: [C4000]: Packet acknowledge failed. user=admin, broker=127.0.0.1:28676(1408)
    at com.sun.enterprise.jms.JmsProviderLifecycle.checkProviderStartup(JmsProviderLifecycle.java:427)
    at com.sun.enterprise.server.ss.ASLazyKernel.startASSocketServices(ASLazyKernel.java:54)
    at com.sun.enterprise.server.PEMain.run(PEMain.java:274)
    at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    at com.sun.rave.tray.RavePEMain.main(RavePEMain.java:37)
    Caused by: com.sun.messaging.jms.JMSException: [C4000]: Packet acknowledge failed. user=admin, broker=127.0.0.1:28676(1408)
    at com.sun.messaging.jmq.jmsclient.ProtocolHandler.writePacketWithAck(ProtocolHandler.java:515)
    at com.sun.messaging.jmq.jmsclient.ProtocolHandler.writePacketWithReply2(ProtocolHandler.java:331)
    at com.sun.messaging.jmq.jmsclient.ProtocolHandler.hello(ProtocolHandler.java:717)
    at com.sun.messaging.jmq.jmsclient.ProtocolHandler.hello(ProtocolHandler.java:679)
    at com.sun.messaging.jmq.jmsclient.ConnectionImpl.hello(ConnectionImpl.java:416)
    at com.sun.messaging.jmq.jmsclient.ConnectionImpl.openConnection(ConnectionImpl.java:1979)
    at com.sun.messaging.jmq.jmsclient.ConnectionImpl.init(ConnectionImpl.java:745)
    at com.sun.messaging.jmq.jmsclient.ConnectionImpl.<init>(ConnectionImpl.java:315)
    at com.sun.messaging.jmq.jmsclient.UnifiedConnectionImpl.<init>(UnifiedConnectionImpl.java:33)
    at com.sun.messaging.jmq.jmsclient.QueueConnectionImpl.<init>(QueueConnectionImpl.java:32)
    at com.sun.messaging.ConnectionFactory.createQueueConnection(ConnectionFactory.java:72)
    at com.sun.messaging.jmq.admin.jmsspi.JMSAdminImpl.pingProvider(JMSAdminImpl.java:783)
    at com.sun.enterprise.jms.JmsProviderLifecycle.waitForJmsProvider(JmsProviderLifecycle.java:335)
    at com.sun.enterprise.jms.JmsProviderLifecycle.checkProviderStartup(JmsProviderLifecycle.java:396)
    ... 4 more
    |#]
    [#|2006-10-06T03:57:32.953+0100|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|Exception while stoppping Lifecycle.
    com.sun.appserv.server.ServerLifecycleException: MQ startup failed :[C4000]: Packet acknowledge failed. user=admin, broker=127.0.0.1:28676(1408)
    at com.sun.enterprise.jms.JmsProviderLifecycle.checkProviderStartup(JmsProviderLifecycle.java:376)
    at com.sun.enterprise.jms.JmsProviderLifecycle.onShutdown(JmsProviderLifecycle.java:445)
    at com.sun.enterprise.server.ss.ASLazyKernel.stopLifecycle(ASLazyKernel.java:178)
    at com.sun.enterprise.server.ss.ASLazyKernel.stopMQ(ASLazyKernel.java:172)
    at com.sun.enterprise.server.ss.ASLazyKernel.exitServer(ASLazyKernel.java:74)
    at com.sun.enterprise.server.ss.ASLazyKernel.startASSocketServices(ASLazyKernel.java:67)
    at com.sun.enterprise.server.PEMain.run(PEMain.java:274)
    at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    at com.sun.rave.tray.RavePEMain.main(RavePEMain.java:37)
    |#]
    [#|2006-10-06T03:57:33.890+0100|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=11;|sending notification to server...server|#]
    [#|2006-10-06T03:57:33.890+0100|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=11;|Server shutdown complete.|#]
    [#|2006-10-06T04:07:13.640+0100|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.util|_ThreadID=10;|property_reader.unknownHost
    java.net.UnknownHostException: tester: tester
    at java.net.InetAddress.getLocalHost(InetAddress.java:1308)
    at com.sun.enterprise.util.net.NetUtils.getCanonicalHostName(NetUtils.java:66)
    at com.sun.enterprise.util.ASenvPropertyReader.setSystemProperties(ASenvPropertyReader.java:161)
    at com.sun.enterprise.tools.launcher.ProcessLauncher.buildInternalCommand(ProcessLauncher.java:468)
    at com.sun.enterprise.tools.launcher.ProcessLauncher.buildCommand(ProcessLauncher.java:404)
    at com.sun.enterprise.tools.launcher.ProcessLauncher.process(ProcessLauncher.java:204)
    at com.sun.enterprise.tools.launcher.ProcessLauncher.main(ProcessLauncher.java:128)
    |#]
    [#|2006-10-06T04:07:13.859+0100|WARNING|sun-appserver-pe8.2|javax.enterprise.tools.launcher|_ThreadID=10;|LAUNCHER005:Spaces in your PATH have been detected. The PATH must be consistently formated (e.g. C:\Program Files\Java\jdk1.5.0\bin; ) or the Appserver may not be able to start and/or stop.  Mixed quoted spaces in your PATH can cause problems, so the launcher will remove all double quotes before invoking the process. The most reliable solution would be to remove all spaces from your path before starting the Appservers components.  |#]
    [#|2006-10-06T04:07:13.859+0100|INFO|sun-appserver-pe8.2|javax.enterprise.tools.launcher|_ThreadID=10;|
    C:/Program Files/Sun/Creator2_1/java\bin\java
    -client
    -XX:PermSize=32m
    -XX:MaxPermSize=128m
    -XX:+CMSPermGenSweepingEnabled
    -XX:+CMSClassUnloadingEnabled
    -Xmx512m
    -XX:NewRatio=2
    -Dcom.sun.aas.defaultLogFile=C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator/logs/server.log
    -Djava.endorsed.dirs=C:/Program Files/Sun/Creator2_1/SunAppServer8/lib/endorsed
    -Djava.security.policy=C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator/config/server.policy
    -Djava.security.auth.login.config=C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator/config/login.conf
    -Dsun.rmi.dgc.server.gcInterval=3600000
    -Dsun.rmi.dgc.client.gcInterval=3600000
    -Djavax.net.ssl.keyStore=C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator/config/keystore.jks
    -Djavax.net.ssl.trustStore=C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator/config/cacerts.jks
    -Djava.ext.dirs=C:/Program Files/Sun/Creator2_1/java/jre/lib/ext;C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator/lib/ext;C:/Program Files/Sun/Creator2_1/SunAppServer8/derby/lib
    -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
    -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
    -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
    -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
    -Dcom.sun.enterprise.taglisteners=jsf-impl.jar
    -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
    -Dcom.sun.aas.configName=server-config
    -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter
    -Ddomain.name=creator
    -Djmx.invoke.getters=true
    -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
    -Dcom.sun.aas.promptForIdentity=true
    -Dorg.xml.sax.driver=com.sun.org.apache.xerces.internal.parsers.SAXParser
    -Dcom.sun.aas.instanceRoot=C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator
    -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
    -Dcom.sun.aas.domainName=creator
    -Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
    -Dproduct.name=Sun-Java-System/Application-Server
    -Dcom.sun.enterprise.overrideablejavaxpackages=javax.faces,javax.servlet.jsp.jstl,javax.xml.bind,javax.help
    -Dcom.sun.aas.configRoot=C:/Program Files/Sun/Creator2_1/SunAppServer8/config
    -Djava.library.path=C:\Program Files\Sun\Creator2_1\java\jre\bin\client;C:\Program Files\Sun\Creator2_1\SunAppServer8\lib;C:\Program Files\Sun\Creator2_1\SunAppServer8\lib;C:\Program Files\Sun\Creator2_1\java\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Sun\Creator2_1\SunAppServer8\lib;C:\Program Files\Sun\Creator2_1\SunAppServer8\bin;C:\Program Files\Sun\Creator2_1\SunAppServer8\lib;C:\Program Files\Sun\Creator2_1\SunAppServer8\bin;C:\Program Files\Sun\Creator2_1\SunAppServer8\bin;C:\Program Files\Sun\Creator2_1\SunAppServer8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;C:\Program Files\ATI Technologies\ATI.ACE\;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\QuickTime\QTSystem\;;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    -Dcom.sun.aas.instanceName=server
    -Dcom.sun.aas.processLauncher=SE
    -cp
    C:/Program Files/Sun/Creator2_1/java/lib/tools.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib/appserv-rt.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\activation.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\admin-cli.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-admin.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-assemblytool_es.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-assemblytool_fr.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-assemblytool_ja.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-assemblytool_ko.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-assemblytool_zh.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-assemblytool_zh_CN.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp_es.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp_fr.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp_ja.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp_ko.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp_zh.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp_zh_CN.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-env.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-ext.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-jstl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-rt_es.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-rt_fr.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-rt_ja.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-rt_ko.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-rt_zh.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-rt_zh_CN.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-upgrade.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher_es.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher_fr.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher_ja.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher_ko.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher_zh.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher_zh_CN.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-logging.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\deployhelp_es.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\deployhelp_fr.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\deployhelp_ja.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\deployhelp_ko.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\deployhelp_zh.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\deployhelp_zh_CN.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\dom.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\driveradapter.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee-svc.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee_es.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee_fr.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee_ja.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee_ko.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee_zh.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee_zh_CN.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jax-qname.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jaxr-api.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jaxr-impl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jaxrpc-api.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jaxrpc-impl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jdic_0_9.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jmxremote.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jmxremote_optional.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jsf-api.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jsf-impl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\mail.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\PEtray.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\relaxngDatatype.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\rmissl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\saaj-api.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\saaj-impl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smbase.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smdb2.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\sminformix.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smoracle.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smresource.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smspy.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smsqlserver.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smsybase.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smutil.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\xalan.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\xercesImpl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\xsdlib.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib/install/applications/jmsra/imqjmsra.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/imq/lib/jaxm-api.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/imq/lib/fscontext.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib/ant/lib/ant.jar
    com.sun.rave.tray.RavePEMain
    start
    display
    native|#]
    [#|2006-10-06T04:07:30.218+0100|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.util|_ThreadID=10;|property_reader.unknownHost
    java.net.UnknownHostException: tester: tester
    at java.net.InetAddress.getLocalHost(InetAddress.java:1308)
    at com.sun.enterprise.util.net.NetUtils.getCanonicalHostName(NetUtils.java:66)
    at com.sun.enterprise.util.ASenvPropertyReader.setSystemProperties(ASenvPropertyReader.java:161)
    at com.sun.enterprise.server.PEMain.main(PEMain.java:185)
    at com.sun.rave.tray.RavePEMain.main(RavePEMain.java:37)
    |#]
    [#|2006-10-06T04:08:42.250+0100|INFO|sun-appserver-pe8.2|javax.enterprise.resource.jms|_ThreadID=10;|JMS5035: Timed out after 60000 milliseconds while trying to verify if the JMS service startup succeeded.|#]
    [#|2006-10-06T04:08:42.250+0100|INFO|sun-appserver-pe8.2|javax.enterprise.resource.jms|_ThreadID=10;|JMS5037: Check permissions of MQ instance directory C:\Program Files\Sun\Creator2_1\SunAppServer8\imq\var\instances|#]
    [#|2006-10-06T04:08:42.250+0100|INFO|sun-appserver-pe8.2|javax.enterprise.resource.jms|_ThreadID=10;|JMS5036: More details may be available in the log file for the JMS service broker instance imqbroker. Please refer to the JMS provider documentation for the exact location of this log file.|#]
    [#|2006-10-06T04:08:42.250+0100|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|UnknownException during startup. Disable quick startup by setting system property com.sun.enterprise.server.ss.ASQuickStartup to false
    com.sun.appserv.server.ServerLifecycleException: [C4000]: Packet acknowledge failed. user=admin, broker=127.0.0.1:28676(1408)
    at com.sun.enterprise.jms.JmsProviderLifecycle.checkProviderStartup(JmsProviderLifecycle.java:427)
    at com.sun.enterprise.server.ss.ASLazyKernel.startASSocketServices(ASLazyKernel.java:54)
    at com.sun.enterprise.server.PEMain.run(PEMain.java:274)
    at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    at com.sun.rave.tray.RavePEMain.main(RavePEMain.java:37)
    Caused by: com.sun.messaging.jms.JMSException: [C4000]: Packet acknowledge failed. user=admin, broker=127.0.0.1:28676(1408)
    at com.sun.messaging.jmq.jmsclient.ProtocolHandler.writePacketWithAck(ProtocolHandler.java:515)
    at com.sun.messaging.jmq.jmsclient.ProtocolHandler.writePacketWithReply2(ProtocolHandler.java:331)
    at com.sun.messaging.jmq.jmsclient.ProtocolHandler.hello(ProtocolHandler.java:717)
    at com.sun.messaging.jmq.jmsclient.ProtocolHandler.hello(ProtocolHandler.java:679)
    at com.sun.messaging.jmq.jmsclient.ConnectionImpl.hello(ConnectionImpl.java:416)
    at com.sun.messaging.jmq.jmsclient.ConnectionImpl.openConnection(ConnectionImpl.java:1979)
    at com.sun.messaging.jmq.jmsclient.ConnectionImpl.init(ConnectionImpl.java:745)
    at com.sun.messaging.jmq.jmsclient.ConnectionImpl.<init>(ConnectionImpl.java:315)
    at com.sun.messaging.jmq.jmsclient.UnifiedConnectionImpl.<init>(UnifiedConnectionImpl.java:33)
    at com.sun.messaging.jmq.jmsclient.QueueConnectionImpl.<init>(QueueConnectionImpl.java:32)
    at com.sun.messaging.ConnectionFactory.createQueueConnection(ConnectionFactory.java:72)
    at com.sun.messaging.jmq.admin.jmsspi.JMSAdminImpl.pingProvider(JMSAdminImpl.java:783)
    at com.sun.enterprise.jms.JmsProviderLifecycle.waitForJmsProvider(JmsProviderLifecycle.java:335)
    at com.sun.enterprise.jms.JmsProviderLifecycle.checkProviderStartup(JmsProviderLifecycle.java:396)
    ... 4 more
    |#]
    [#|2006-10-06T04:08:42.375+0100|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|Exception while stoppping Lifecycle.
    com.sun.appserv.server.ServerLifecycleException: MQ startup failed :[C4000]: Packet acknowledge failed. user=admin, broker=127.0.0.1:28676(1408)
    at com.sun.enterprise.jms.JmsProviderLifecycle.checkProviderStartup(JmsProviderLifecycle.java:376)
    at com.sun.enterprise.jms.JmsProviderLifecycle.onShutdown(JmsProviderLifecycle.java:445)
    at com.sun.enterprise.server.ss.ASLazyKernel.stopLifecycle(ASLazyKernel.java:178)
    at com.sun.enterprise.server.ss.ASLazyKernel.stopMQ(ASLazyKernel.java:172)
    at com.sun.enterprise.server.ss.ASLazyKernel.exitServer(ASLazyKernel.java:74)
    at com.sun.enterprise.server.ss.ASLazyKernel.startASSocketServices(ASLazyKernel.java:67)
    at com.sun.enterprise.server.PEMain.run(PEMain.java:274)
    at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    at com.sun.rave.tray.RavePEMain.main(RavePEMain.java:37)
    |#]
    [#|2006-10-06T04:08:42.750+0100|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=11;|sending notification to server...server|#]
    [#|2006-10-06T04:08:42.750+0100|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=11;|Server shutdown complete.|#]
    [#|2006-10-06T04:15:24.640+0100|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.util|_ThreadID=10;|property_reader.unknownHost
    java.net.UnknownHostException: tester: tester
    at java.net.InetAddress.getLocalHost(InetAddress.java:1308)
    at com.sun.enterprise.util.net.NetUtils.getCanonicalHostName(NetUtils.java:66)
    at com.sun.enterprise.util.ASenvPropertyReader.setSystemProperties(ASenvPropertyReader.java:161)

    The numerous "MQ startup failed" msgs in the server log would indicate tcp/ip socket/port blocking, either by a firewall or another running process that has the port that the App Server is configured to use at startup. Please see the FAQ:
    # Why doesn't Application Server start up? at
    http://developers.sun.com/prodtech/javatools/jscreator/reference/faqs/technical/depsrvs/index.jsp

  • ITunes just wont start

    Soon after loading v 5.0.1, my computer stopped being able to open up iTunes. I get a message offering to send an error report to MS, but nothing else happens.
    I have Norton AV installed, and I think I upgraded recently, too, and I wonder if that creates a conflict.
    To solve the problem, I have reinstalled several times, both online and from the disk that came with my iPod, and I have system-restored several times as well.
    Any info to help?

    I actually fixed it using the advice from a post back in August or September. I used keywords 'wont start' and found a post telling me to uninstall itunes, then QT, then take out 4 files from windows 32, then to reinstall. The only problem is that un-installing dumped the entire music library, which I'm slowly restoring from the 'my music' library (which I did not delete.)
    Anyone know if this step can be avoided????

  • Web Services wont start, please help

    Hello all,
    I appologize up front but I dont really have a lot of experience with OSX server. So yesterday I got a report that my companied website was down. I went in to check the server and it wouldnt log in just got the pinwheel for about 10 minutes so we rebooted it (me and my IT staff). Upon reboot we could login and all seems well except that the web services wont start and our website is still down. when you try and start the service you get:
    " A service has encountered and error, Try to refresh the view (172.18.180.15/Web). Report the problem to the administrator if it persists. (could not start web service - details in error log)."
    but when you go to the log to see what is going on the last entry says:
    " [Thu Jan 15 14:47:27 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html "
    that is about the time that the website appears to have gone offline... Also after navigating to the directory it says, there indeed is no error.html but all other files appear to be there. I have also used the terminal to read the last 100 lines of the error log file using tail -100 /var/log/httpd/error_log and get:
    [Thu Jan 15 10:13:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/rc/bin/msgimport
    [Thu Jan 15 10:13:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:13:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/roundcube/bin/msgimport
    [Thu Jan 15 10:13:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:13:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/webmail/bin/msgimport
    [Thu Jan 15 10:13:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:14:49 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 10:14:49 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:14:52 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 10:14:52 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:28:27 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 10:28:27 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:32:17 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 10:32:17 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:32:55 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 10:32:55 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:32:57 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 10:32:57 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:34:56 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 10:34:56 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:34:59 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 10:34:59 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:55:02 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 10:55:02 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:55:05 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 10:55:05 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:15:10 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 11:15:10 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:15:13 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 11:15:13 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:23:55 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 11:23:55 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:24:42 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/Library/BOCESlogo.jpg
    [Thu Jan 15 11:24:42 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:26:15 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 11:26:15 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:29:48 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/Library/BOCESlogo.jpg
    [Thu Jan 15 11:29:48 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:35:17 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 11:35:17 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:35:20 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 11:35:20 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:50:50 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/robots.txt
    [Thu Jan 15 11:50:50 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:53:20 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 11:53:20 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:55:23 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 11:55:23 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:55:26 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 11:55:26 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:11:18 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 12:11:18 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:15:31 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 12:15:31 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:15:34 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 12:15:34 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:35:36 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 12:35:36 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:35:39 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 12:35:39 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:55:45 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 12:55:45 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:55:48 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 12:55:48 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:04:47 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 13:04:47 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:15:52 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 13:15:52 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:15:55 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 13:15:55 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:35:58 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 13:35:58 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:36:01 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 13:36:01 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:52:37 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/Library/BOCESlogo.jpg
    [Thu Jan 15 13:52:37 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:56:06 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 13:56:06 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:56:09 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 13:56:09 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:12:16 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 14:12:16 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:16:12 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 14:16:12 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:16:15 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 14:16:15 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:16:57 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 14:16:57 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:29:01 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/registrationSERPDC.html
    [Thu Jan 15 14:29:01 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:33:12 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 14:33:12 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:36:19 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 14:36:19 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:36:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 14:36:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:47:08 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/registrationSERPDC.html
    [Thu Jan 15 14:47:08 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:47:27 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/registrationSERPDC.html
    [Thu Jan 15 14:47:27 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    So im at a loss and any ideas would be much appricated. I know that earlier in the day one of our web people updated our website to add a calender using dreamweaver but dont know much about exactly what was done.
    Thanks again
    Troy Smith

    Thanks for the responce. So it looks to me like the content of the webpage is all there , minus the error.html file. Its all located in Library/webserver/documents. I have gone there and am even able to bring up our webpage by launching index.html and it appears to work perfectly with no broken links. you just cant access it from the outside world.
    here is the last bit of the access log:
    700] "GET / HTTP/1.0" 200 11110
    172.18.70.21 - - [15/Jan/2009:12:42:13 -0700] "GET / HTTP/1.1" 304 -
    172.18.70.21 - - [15/Jan/2009:12:42:13 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.70.21 - - [15/Jan/2009:12:42:13 -0700] "GET /BOCES_logo.jpg HTTP/1.1" 304 -
    172.18.180.150 - - [15/Jan/2009:12:55:45 -0700] "GET /HNAP1/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:12:55:48 -0700] "GET /TEADevInfo/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:12:55:51 -0700] "GET / HTTP/1.0" 200 11110
    172.18.21.33 - - [15/Jan/2009:12:59:44 -0700] "GET / HTTP/1.1" 304 -
    172.18.21.33 - - [15/Jan/2009:12:59:44 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.21.33 - - [15/Jan/2009:12:59:44 -0700] "GET /BOCES_logo.jpg HTTP/1.1" 304 -
    172.18.21.33 - - [15/Jan/2009:12:59:44 -0700] "GET /mm_spacer.gif HTTP/1.1" 304 -
    172.18.21.33 - - [15/Jan/2009:12:59:44 -0700] "GET /mm_arrow.gif HTTP/1.1" 304 -
    66.249.71.204 - - [15/Jan/2009:13:00:04 -0700] "GET /Distance%20Learning/2ndSem.png HTTP/1.1" 304 -
    66.210.76.252 - - [15/Jan/2009:13:04:42 -0700] "GET / HTTP/1.1" 200 11110
    66.210.76.252 - - [15/Jan/2009:13:04:42 -0700] "GET /mm_travel2.css HTTP/1.1" 200 2084
    66.210.76.252 - - [15/Jan/2009:13:04:43 -0700] "GET /BOCES_logo.jpg HTTP/1.1" 200 39819
    66.210.76.252 - - [15/Jan/2009:13:04:43 -0700] "GET /mm_spacer.gif HTTP/1.1" 200 43
    66.210.76.252 - - [15/Jan/2009:13:04:44 -0700] "GET /mm_arrow.gif HTTP/1.1" 200 74
    66.210.76.252 - - [15/Jan/2009:13:04:47 -0700] "GET /favicon.ico HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:15:52 -0700] "GET /HNAP1/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:15:55 -0700] "GET /TEADevInfo/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:15:58 -0700] "GET / HTTP/1.0" 200 11110
    207.119.148.113 - - [15/Jan/2009:13:25:37 -0700] "GET / HTTP/1.1" 304 -
    207.119.148.113 - - [15/Jan/2009:13:25:37 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.10.22 - - [15/Jan/2009:13:26:28 -0700] "GET / HTTP/1.1" 304 -
    172.18.10.22 - - [15/Jan/2009:13:26:28 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    66.249.71.203 - - [15/Jan/2009:13:30:25 -0700] "GET /Distance%20Learning/2007-08%201st%20Semester.pdf HTTP/1.1" 304 -
    172.18.180.150 - - [15/Jan/2009:13:35:58 -0700] "GET /HNAP1/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:36:01 -0700] "GET /TEADevInfo/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:36:04 -0700] "GET / HTTP/1.0" 200 11110
    172.18.10.22 - - [15/Jan/2009:13:40:32 -0700] "GET / HTTP/1.1" 304 -
    172.18.10.22 - - [15/Jan/2009:13:40:32 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.10.247 - - [15/Jan/2009:13:45:41 -0700] "GET / HTTP/1.1" 304 -
    172.18.10.247 - - [15/Jan/2009:13:45:41 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.80.172 - - [15/Jan/2009:13:52:34 -0700] "GET / HTTP/1.1" 304 -
    172.18.80.172 - - [15/Jan/2009:13:52:34 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.80.172 - - [15/Jan/2009:13:52:37 -0700] "GET /cgi-bin/htmlos.cgi/Library/login.html HTTP/1.1" 200 5337
    172.18.80.172 - - [15/Jan/2009:13:52:37 -0700] "GET /Library/BOCESlogo.jpg HTTP/1.1" 404 -
    172.18.80.172 - - [15/Jan/2009:13:52:51 -0700] "POST /cgi-bin/htmlos.cgi/00196.1.091587960413596865 HTTP/1.1" 200 6906
    172.18.80.172 - - [15/Jan/2009:13:52:51 -0700] "GET /Library/logo.gif HTTP/1.1" 304 -
    172.18.80.172 - - [15/Jan/2009:13:53:12 -0700] "POST /cgi-bin/htmlos.cgi/00196.2.398028895013596865 HTTP/1.1" 200 6954
    172.18.80.172 - - [15/Jan/2009:13:53:34 -0700] "POST /cgi-bin/htmlos.cgi/00196.3.379763596813596865 HTTP/1.1" 200 7631
    172.18.80.172 - - [15/Jan/2009:13:53:41 -0700] "GET /cgi-bin/htmlos.cgi/00196.4.979421102013596865 HTTP/1.1" 200 5707
    172.18.80.172 - - [15/Jan/2009:13:54:05 -0700] "POST /cgi-bin/htmlos.cgi/00196.4.653012131313596865 HTTP/1.1" 200 5009
    172.18.80.172 - - [15/Jan/2009:13:54:05 -0700] "GET /Library/cartcompanion/images/trash.gif HTTP/1.1" 304 -
    172.18.80.172 - - [15/Jan/2009:13:54:09 -0700] "GET /cgi-bin/htmlos.cgi/00196.6.067052834713596865 HTTP/1.1" 200 7631
    172.18.80.172 - - [15/Jan/2009:13:54:18 -0700] "POST /cgi-bin/htmlos.cgi/00196.7.340537939813596865 HTTP/1.1" 200 8416
    172.18.80.172 - - [15/Jan/2009:13:54:30 -0700] "GET /cgi-bin/htmlos.cgi/00196.8.1081705853513596865 HTTP/1.1" 200 6036
    172.18.80.172 - - [15/Jan/2009:13:54:46 -0700] "POST /cgi-bin/htmlos.cgi/00196.8.680478888813596865 HTTP/1.1" 200 5489
    172.18.80.172 - - [15/Jan/2009:13:54:48 -0700] "GET /cgi-bin/htmlos.cgi/00196.10.067088757713596865 HTTP/1.1" 200 8430
    172.18.80.172 - - [15/Jan/2009:13:54:59 -0700] "POST /cgi-bin/htmlos.cgi/00196.11.383185021613596865 HTTP/1.1" 200 6953
    172.18.80.172 - - [15/Jan/2009:13:55:04 -0700] "GET /cgi-bin/htmlos.cgi/00196.12.186489933813596865 HTTP/1.1" 200 5489
    172.18.80.172 - - [15/Jan/2009:13:55:07 -0700] "POST /cgi-bin/htmlos.cgi/00196.13.316198235313596865 HTTP/1.1" 200 4484
    172.18.180.150 - - [15/Jan/2009:13:56:06 -0700] "GET /HNAP1/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:56:09 -0700] "GET /TEADevInfo/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:56:12 -0700] "GET / HTTP/1.0" 200 11110
    172.19.62.94 - - [15/Jan/2009:14:05:22 -0700] "GET / HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:22 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:23 -0700] "GET /BOCES_logo.jpg HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:23 -0700] "GET /mm_spacer.gif HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:23 -0700] "GET /mm_arrow.gif HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:37 -0700] "GET /ExcepStuServ.html HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:37 -0700] "GET /Scripts/AC_RunActiveContent.js HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /EngSafeguards.swf HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /SafeguardsSpanish.swf HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /ChildFind.swf HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /CSAPA.swf HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /CDE.swf HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /EarlyCh.swf HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /SEAS.swf HTTP/1.1" 304 -
    172.18.71.229 - - [15/Jan/2009:14:12:16 -0700] "GET / HTTP/1.1" 200 11110
    172.18.71.229 - - [15/Jan/2009:14:12:16 -0700] "GET /mm_travel2.css HTTP/1.1" 200 2084
    172.18.71.229 - - [15/Jan/2009:14:12:16 -0700] "GET /mm_spacer.gif HTTP/1.1" 200 43
    172.18.71.229 - - [15/Jan/2009:14:12:16 -0700] "GET /BOCES_logo.jpg HTTP/1.1" 200 39819
    172.18.71.229 - - [15/Jan/2009:14:12:16 -0700] "GET /mm_arrow.gif HTTP/1.1" 200 74
    172.18.71.229 - - [15/Jan/2009:14:12:16 -0700] "GET /favicon.ico HTTP/1.1" 404 -
    172.18.71.229 - - [15/Jan/2009:14:15:06 -0700] "GET / HTTP/1.1" 304 -
    172.18.71.229 - - [15/Jan/2009:14:15:06 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.180.150 - - [15/Jan/2009:14:16:12 -0700] "GET /HNAP1/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:14:16:15 -0700] "GET /TEADevInfo/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:14:16:18 -0700] "GET / HTTP/1.0" 200 11110
    10.136.34.40 - - [15/Jan/2009:14:16:56 -0700] "GET / HTTP/1.1" 200 11110
    10.136.34.40 - - [15/Jan/2009:14:16:56 -0700] "GET /mm_travel2.css HTTP/1.1" 200 2084
    10.136.34.40 - - [15/Jan/2009:14:16:57 -0700] "GET /favicon.ico HTTP/1.1" 404 -
    172.18.71.164 - - [15/Jan/2009:14:18:59 -0700] "GET / HTTP/1.1" 304 -
    172.18.71.164 - - [15/Jan/2009:14:19:00 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    204.132.102.1 - - [15/Jan/2009:14:29:01 -0700] "GET /registrationSERPDC.html HTTP/1.1" 404 -
    199.2.43.225 - - [15/Jan/2009:14:33:10 -0700] "GET / HTTP/1.1" 200 11110
    199.2.43.225 - - [15/Jan/2009:14:33:11 -0700] "GET /mm_travel2.css HTTP/1.1" 200 2084
    199.2.43.225 - - [15/Jan/2009:14:33:12 -0700] "GET /favicon.ico HTTP/1.1" 404 -
    172.18.10.22 - - [15/Jan/2009:14:34:55 -0700] "GET / HTTP/1.1" 304 -
    172.18.10.22 - - [15/Jan/2009:14:34:55 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.180.150 - - [15/Jan/2009:14:36:19 -0700] "GET /HNAP1/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:14:36:22 -0700] "GET /TEADevInfo/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:14:36:25 -0700] "GET / HTTP/1.0" 200 11110
    70.90.115.161 - - [15/Jan/2009:14:36:53 -0700] "GET / HTTP/1.1" 200 11110
    70.90.115.161 - - [15/Jan/2009:14:36:54 -0700] "GET /mm_travel2.css HTTP/1.1" 200 2084
    70.90.115.161 - - [15/Jan/2009:14:37:11 -0700] "GET /HumRes.html HTTP/1.1" 200 19117
    70.90.115.161 - - [15/Jan/2009:14:37:12 -0700] "GET /Scripts/AC_RunActiveContent.js HTTP/1.1" 200 8321
    70.90.115.161 - - [15/Jan/2009:14:37:12 -0700] "GET /AmFidelity.swf HTTP/1.1" 200 1520
    70.90.115.161 - - [15/Jan/2009:14:37:12 -0700] "GET /CDE2.swf HTTP/1.1" 200 1165
    70.90.115.161 - - [15/Jan/2009:14:37:12 -0700] "GET /CEBT.swf HTTP/1.1" 200 1241
    70.90.115.161 - - [15/Jan/2009:14:37:12 -0700] "GET /jobapp.swf HTTP/1.1" 200 2360
    70.90.115.161 - - [15/Jan/2009:14:37:13 -0700] "GET /PERA.swf HTTP/1.1" 200 1169
    70.90.115.161 - - [15/Jan/2009:14:37:13 -0700] "GET /VSP.swf HTTP/1.1" 200 1162
    70.90.115.161 - - [15/Jan/2009:14:38:07 -0700] "GET /AdmStaff.html HTTP/1.1" 200 16561
    70.90.115.161 - - [15/Jan/2009:14:38:07 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    70.90.115.161 - - [15/Jan/2009:14:41:07 -0700] "GET /CDE2.swf HTTP/1.1" 304 -
    70.90.115.161 - - [15/Jan/2009:14:41:08 -0700] "GET /CEBT.swf HTTP/1.1" 304 -
    70.90.115.161 - - [15/Jan/2009:14:41:08 -0700] "GET /jobapp.swf HTTP/1.1" 304 -
    70.90.115.161 - - [15/Jan/2009:14:41:08 -0700] "GET /PERA.swf HTTP/1.1" 304 -
    70.90.115.161 - - [15/Jan/2009:14:41:08 -0700] "GET /VSP.swf HTTP/1.1" 304 -
    70.90.115.161 - - [15/Jan/2009:14:41:10 -0700] "GET /AmFidelity.swf HTTP/1.1" 304 -
    172.18.10.22 - - [15/Jan/2009:14:41:26 -0700] "GET / HTTP/1.1" 304 -
    172.18.10.22 - - [15/Jan/2009:14:41:27 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.17.35.11 - - [15/Jan/2009:14:47:08 -0700] "GET /registrationSERPDC.html HTTP/1.1" 404 -
    172.17.35.11 - - [15/Jan/2009:14:47:27 -0700] "GET /registrationSERPDC.html HTTP/1.1" 404 -
    and here is the output of the apache test command:
    Last login: Fri Jan 16 08:36:31 on ttyp1
    Welcome to Darwin!
    MultiServer:~ admin$ apachectl configtest
    Processing config directory: /etc/httpd/sites/*.conf
    Processing config file: /etc/httpd/sites/+entropy-php.conf
    Syntax error on line 8 of /etc/httpd/sites/+entropy-php.conf:
    Cannot load /usr/local/php5/libphp5.so into server: (reason unknown)
    MultiServer:~ admin$
    if i read this correctly looks like there is a syntax errror in the -php.conf file. So where do i go to see that file?
    thanks again for your help
    Troy

  • HELP MY MAC IS BROKE AND WONT START (unable to find driver ACPI)

    Someone please help. I was reinstalling a printer driver and my power cut off while it was installing. now the computer wont start and i get this message below... I read to use the install dvd but my CD drive is broke and wont take cds. I did manage to hook it up to my dads computer with target disk mode so i can access files. his computer is a windows though. i do have a copy of the Leopard install cd saved as a DMG on his computer and a 8gb flash to boot it but i cant format the flash drive to be mac extended journaled GUID from his computer.IS there a program to do this???I dont know what needs to be fixed or where i can get this acpi driver? can anyone help because i dont have any money to get this fix and i need my mac for college which im starting soon.
    This is the error message
    panic(cpu 0 caller 0x004384FF): "unable to find driver for this platform: \"ACPI\".\n"@/SourceCache/xnu/xnu-1228.12.14/iokit/Kernel/IOPlatformExpert.cpp: 1407
    (That is the first line. It goes on to say...)
    Debugger called: <panic>
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    (then there are 7 lines that start with 0x2f5d3 followed by)
    Backtrace terminated-invalid frame pointer 0
    BSD process name corresponding to current thread: Unknown
    Mac OS version:
    Not yet set
    Kernel version:
    Darwin Kernel Version 9.7.0: Tue Mar 31 22:52:17 PDT 2009; root:xnu-1228.12.14~1/RELEASE_I386
    System uptime in nanoseconds: 180744654
    It also says 64bit mode enabled and i thought macs were 32bit.
    I also tried resetting the pvram or whatever its called and no luck
    Someone please help!!!!

    I know this isn't what you really want to hear but I'd recommend taking it in to an authorized repair location or your local Apple Store to get the Superdrive repaired or replaced so you can do an install? I don't believe you will be able load from your Dad's Window's machine. However you might be able to from an external DVD drive.
    Also I might recommend getting a UPS so if you have similar issues you will have enough power to do a proper shutdown.
    Regards,
    Roger

  • Itunes 9.1 wont start, says itunes has stopped working

    I have a windows vista home premium 32 bit gateway laptop/pc, with a wired connection for internet. I have had no trouble for 3 years with past itunes but now with 9.0 and 9.1 it simply just wont start at all. When I double click on itunes I get, "itunes has stopped working and windows will notify you if a solution is avaible". I have tried to talk to numerous apple specialists but no can do because for them to troubleshoot with you, one has to own an apple product like ipod with serial number for them to actually help. I got rid of my ipod a long time ago, so I guess the option of talking to a non-robotic person will not work for some reason. A specialist gave me over 10 articles as to why itunes wont start with windows vista, things such as msconfig (changing startup options), uninstalling and reinstalling, having latest updates for firewall, itunes, among others which I already possess, Opening itunes on another user account and other too. I've tried all of these options and the only thing that I gained from all of these articles was I can open itunes on my different user account but when I do, it does not have any of my music on it. I have uninstalled itunes and reinstalled it before and the music has automatically showed up in itunes, but in the user account it does not do this. Does anyone know what the problem could be, it shouldn't be that hard for apple to provide a specialist to sit down after 30 minutes of eating there creme filled donuts and actually provide some customer service for the first time in history. Rhapsody has sat down for 2 and half hours and fixed my problem many times, (there based in the middle east and I can hardly understand them yet they were way more effient than itunes was). All I want is my precious metal music back which I poured over 100 dollars into. Thank you for everybodies support in trying to help me and others with same topic.

    +I have checked in task manager and the programs itunes.exe and ituneshelper.exe are in the processes window but the program is not visible on the desktop.+
    that usually means your security software is blocking it. Norton, McAfee, or whatever you use - try temporarily shutting it off and see if itunes will fully launch.

  • My macbook wont start the screen turn blue and stay like that for hrs. It only work when i use safe mode, i try to use disk utilities to fix it but the disk utilities keep saying error and a bunch of other stuff. I dont the cds the comp came with, help.

    my macbook wont start the screen turn blue and stay like that for hrs. It only work when i use safe mode, i try to use disk utilities to fix it but the disk utilities keep saying error and a bunch of other stuff. I dont the cds the comp came with, help. i've tried the command s command p command v but nothing i've tried to the safe mode then a quick restart but nothing
    disk utility give me this:
    Process:         Disk Utility [371]
    Path:            /Applications/Utilities/Disk Utility.app/Contents/MacOS/Disk Utility
    Identifier:      com.apple.DiskUtility
    Version:         11.5.2 (298.4)
    Build Info:      DiskUtility-2980400~60
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [86]
    Date/Time:       2013-11-05 03:29:41.247 -0500
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          9522 sec
    Crashes Since Last Report:           29
    Per-App Interval Since Last Report:  981 sec
    Per-App Crashes Since Last Report:   25
    Anonymous UUID:                      F6B8E263-76C8-4C7D-AA58-48134BF4BA78
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000020
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x0000000100c62fbc _read_images + 312
    1   libobjc.A.dylib                         0x0000000100c79721 map_images_nolock + 1266
    2   libobjc.A.dylib                         0x0000000100c62761 map_images + 115
    3   dyld                                    0x00007fff5fc039c5 dyld::notifyBatchPartial(dyld_image_states, bool, char const* (*)(dyld_image_states, unsigned int, dyld_image_info const*)) + 853
    4   dyld                                    0x00007fff5fc0c849 ImageLoader::link(ImageLoader::LinkContext const&, bool, bool, ImageLoader::RPathChain const&) + 201
    5   dyld                                    0x00007fff5fc04d54 dyld::link(ImageLoader*, bool, ImageLoader::RPathChain const&) + 118
    6   dyld                                    0x00007fff5fc08f7c dlopen + 490
    7   libSystem.B.dylib                       0x0000000100a14e40 dlopen + 61
    8   com.apple.CoreFoundation                0x0000000100d78ef7 _CFBundleDlfcnLoadBundle + 231
    9   com.apple.CoreFoundation                0x0000000100d77e97 _CFBundleLoadExecutableAndReturnError + 1191
    10  com.apple.Foundation                    0x0000000101008355 _NSBundleLoadCode + 638
    11  com.apple.Foundation                    0x0000000101007c78 -[NSBundle loadAndReturnError:] + 742
    12  com.apple.Foundation                    0x000000010101960c -[NSBundle principalClass] + 38
    13  com.apple.framework.DUSupport           0x0000000100082080 -[DUModuleManager(_private) findDUModules:] + 405
    14  com.apple.framework.DUSupport           0x0000000100081ed9 -[DUModuleManager orderedModuleListOfModules] + 40
    15  com.apple.DiskUtility                   0x0000000100006082 0x100000000 + 24706
    16  com.apple.DiskUtility                   0x0000000100005f59 0x100000000 + 24409
    17  com.apple.AppKit                        0x0000000101444625 -[NSWindowController _windowDidLoad] + 538
    18  com.apple.AppKit                        0x00000001013e1f77 -[NSWindowController window] + 112
    19  com.apple.AppKit                        0x00000001015f61d9 -[NSWindowController showWindow:] + 47
    20  com.apple.AppKit                        0x00000001015c7c5c -[NSDocument showWindows] + 98
    21  com.apple.AppKit                        0x00000001015c64bb -[NSDocumentController openUntitledDocumentAndDisplay:error:] + 340
    22  com.apple.AppKit                        0x00000001014f7b44 -[NSDocumentController(NSInternal) _openUntitled] + 111
    23  com.apple.AppKit                        0x00000001014f79ab -[NSApplication _doOpenUntitled] + 257
    24  com.apple.AppKit                        0x00000001014f733b -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 185
    25  com.apple.AppKit                        0x00000001014f6fd9 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 77
    26  com.apple.Foundation                    0x0000000100ffd0d6 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 360
    27  com.apple.Foundation                    0x0000000100ffcf06 _NSAppleEventManagerGenericHandler + 114
    28  com.apple.AE                            0x0000000104d7332b aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 162
    29  com.apple.AE                            0x0000000104d73224 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 32
    30  com.apple.AE                            0x0000000104d7312b aeProcessAppleEvent + 210
    31  com.apple.HIToolbox                     0x00000001028a0619 AEProcessAppleEvent + 48
    32  com.apple.AppKit                        0x00000001013fc095 _DPSNextEvent + 1191
    33  com.apple.AppKit                        0x00000001013fb801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    34  com.apple.AppKit                        0x00000001013c168f -[NSApplication run] + 395
    35  com.apple.AppKit                        0x00000001013ba3b0 NSApplicationMain + 364
    36  com.apple.DiskUtility                   0x0000000100002009 0x100000000 + 8201
    37  com.apple.DiskUtility                   0x0000000100001db8 0x100000000 + 7608
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x0000000100a27c0a kevent + 10
    1   libSystem.B.dylib                       0x0000000100a29add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x0000000100a297b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x0000000100a292de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x0000000100a28c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x0000000100a28aa5 start_wqthread + 13
    AND MORE TOO MUCH TO COPY N PASTE HELP PLEASE!!!!!

    Reset the PRAM
    Reinstall the operating system from the dvd (you will not loose your data)

Maybe you are looking for