Fri Mar 05 00:21:21 CET 2010 to UTC

Hey
For my Last.fm scrobbler I need to provide a timestamp in UTC:
The time the track started playing, in UNIX timestamp format (integer number of seconds since 00:00:00, January 1st 1970 UTC). This must be in the UTC time zone, and is required.However, when I retrieve my date, it is as follows:
Fri Mar 05 00:21:21 CET 2010date.getTime() results in a CET timestamp.
How can I convert an existing Date to UTC so I can get the UTC timestamp?
Or - I use a DateFormat to parse a String like:
Fri, 05 Mar 2010 00:33:01 +0100How do I convert this String to an UTC timestamp?
Both questions are basically equal, I don't know what's the easiest approach.
Thanks in advance,
Niek

Thanks for your reaction!
What I have now:
DateFormat formatter = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss Z", Locale.ENGLISH);
                        Date d = formatter.parse(startTime);
                        SimpleDateFormat sdf  = new SimpleDateFormat();
                        sdf.setTimeZone(TimeZone.getTimeZone("UTC"));
                        System.out.println(sdf.format(d));This results in "5-3-10 0:17" being written to System.out (SimpleDateFormat.format(Date) returns a String). This output is correct (in UTC).
However, I need the timestamp in milliseconds. Should I again parse this result as in line 2? Or can I do this a more efficient way?

Similar Messages

  • Zen Kernel and new ati radeon oss driver

    Hey together!
    A few days ago I get new ati-driver from testing and since then, I can't start the xserver with the zen kernel and ums. I can use the normal kernel 2.6.33 normally.
    Here is my Xorg log:
    X.Org X Server 1.7.6
    Release Date: 2010-03-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.33-ARCH i686
    Current Operating System: Linux linux-laptop 2.6.33-ZEN #1 ZEN SMP PREEMPT Fri Mar 5 13:29:19 CET 2010 i686
    Kernel command line: root=/dev/disk/by-uuid/5394d0b7-4952-4f87-87bc-a4762f73b8c4 ro quiet
    Build Date: 18 March 2010 07:32:34PM
    Current version of pixman: 0.16.6
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 19 14:12:54 2010
    (II) Loader magic: 0x81e4c60
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (--) using VT number 7
    (--) PCI:*(0:1:0:0) 1002:5653:144d:e003 ATI Technologies Inc Radeon Mobility X700 (PCIE) rev 0, Mem @ 0xd0000000/134217728, 0xc0100000/65536, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
    (==) Using default built-in configuration (30 lines)
    (==) --- Start of built-in configuration ---
    Section "Device"
    Identifier "Builtin Default ati Device 0"
    Driver "ati"
    EndSection
    Section "Screen"
    Identifier "Builtin Default ati Screen 0"
    Device "Builtin Default ati Device 0"
    EndSection
    Section "Device"
    Identifier "Builtin Default vesa Device 0"
    Driver "vesa"
    EndSection
    Section "Screen"
    Identifier "Builtin Default vesa Screen 0"
    Device "Builtin Default vesa Device 0"
    EndSection
    Section "Device"
    Identifier "Builtin Default fbdev Device 0"
    Driver "fbdev"
    EndSection
    Section "Screen"
    Identifier "Builtin Default fbdev Screen 0"
    Device "Builtin Default fbdev Device 0"
    EndSection
    Section "ServerLayout"
    Identifier "Builtin Default Layout"
    Screen "Builtin Default ati Screen 0"
    Screen "Builtin Default vesa Screen 0"
    Screen "Builtin Default fbdev Screen 0"
    EndSection
    (==) --- End of built-in configuration ---
    (==) ServerLayout "Builtin Default Layout"
    (**) |-->Screen "Builtin Default ati Screen 0" (0)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default ati Device 0"
    (==) No monitor specified for screen "Builtin Default ati Screen 0".
    Using a default monitor configuration.
    (**) |-->Screen "Builtin Default vesa Screen 0" (1)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default vesa Device 0"
    (==) No monitor specified for screen "Builtin Default vesa Screen 0".
    Using a default monitor configuration.
    (**) |-->Screen "Builtin Default fbdev Screen 0" (2)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default fbdev Device 0"
    (==) No monitor specified for screen "Builtin Default fbdev Screen 0".
    Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AutoAddDevices.
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "ati"
    (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    (II) Module ati: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 6.12.192
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 6.12.192
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
    (II) LoadModule: "vesa"
    (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    (II) Module vesa: vendor="X.Org Foundation"
    compiled for 1.7.5, module version = 2.3.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
    (II) LoadModule: "fbdev"
    (WW) Warning, couldn't open module fbdev
    (II) UnloadModule: "fbdev"
    (EE) Failed to load module "fbdev" (module does not exist, 0)
    (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
    ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750,
    ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650,
    ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
    ATI FirePro M5750, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350,
    ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
    ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon RV710,
    ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
    ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
    ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450,
    ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260,
    ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
    ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
    ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,
    ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700,
    ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics,
    ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4290,
    CYPRESS, ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, CEDAR, CEDAR, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, CEDAR, ATI Radeon HD 5450,
    CEDAR
    (II) VESA: driver for VESA chipsets: vesa
    (II) Primary Device is: PCI 01@00:00:0
    (II) [KMS] drm report modesetting isn't supported.
    (WW) Falling back to old probe method for vesa
    (II) RADEON(0): TOTO SAYS 00000000c0100000
    (II) RADEON(0): MMIO registers at 0x00000000c0100000: size 64KB
    (II) RADEON(0): PCI bus 1 card 0 func 0
    (II) RADEON(0): Creating default Display subsection in Screen section
    "Builtin Default ati Screen 0" for depth/fbbpp 24/32
    (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules/libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 0.1.0
    ABI class: X.Org Video Driver, version 6.0
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (--) RADEON(0): Chipset: "ATI Mobility Radeon X700 (M26) (PCIE)" (ChipID = 0x5653)
    (--) RADEON(0): Linear framebuffer at 0x00000000d0000000
    (II) RADEON(0): PCIE card detected
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules/libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Video Driver, version 6.0
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (II) RADEON(0): ATOM BIOS detected
    (II) RADEON(0): ATOM BIOS Rom:
    SubsystemVendorID: 0x144d SubsystemID: 0x5653
    IOBaseAddress: 0x3000
    Filename:
    BIOS Bootup Message:
    M26-P Samsung M26 Firenze ATOMBIOS BR14537/rel9.10.1.0/CL199610
    (II) RADEON(0): Framebuffer space used by Firmware (kb): 20
    (II) RADEON(0): Start of VRAM area used by Firmware: 0x7ffb000
    (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
    (II) RADEON(0): AtomBIOS VRAM scratch base: 0x7ffb000
    (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
    (II) RADEON(0): Default Engine Clock: 358000
    (II) RADEON(0): Default Memory Clock: 345000
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 500000
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 200000
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000
    (II) RADEON(0): Maximum Pixel Clock: 400000
    (II) RADEON(0): Reference Clock: 27000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: drmOpenMinor returns 10
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.32.0
    (==) RADEON(0): Page Flipping disabled
    (II) RADEON(0): Will try to use DMA for Xv image transfers
    (II) RADEON(0): Generation 2 PCI interface, using max accessible memory
    (II) RADEON(0): Detected total video RAM=131072K, accessible=131072K (PCI BAR=131072K)
    (--) RADEON(0): Mapped VideoRAM: 131072 kByte (128 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) RADEON(0): PLL parameters: rf=2700 rd=7 min=20000 max=50000; xclk=40000
    (WW) RADEON(0): LVDS Info:
    XRes: 1280, YRes: 800, DotClock: 68900
    HBlank: 128, HOverPlus: 21, HSyncWidth: 32
    VBlank: 16, VOverPlus: 4, VSyncWidth: 4
    (II) RADEON(0): Skipping TV-Out
    (II) RADEON(0): TMDS PLL from BIOS: 16500 b0112
    (II) RADEON(0): Skipping Component Video
    (II) RADEON(0): Output VGA-0 has no monitor section
    (II) RADEON(0): I2C bus "VGA-0" initialized.
    (II) RADEON(0): Output LVDS has no monitor section
    (II) RADEON(0): I2C bus "LVDS" initialized.
    (II) RADEON(0): Output DVI-0 has no monitor section
    (II) RADEON(0): I2C bus "DVI-0" initialized.
    (II) RADEON(0): Port0:
    XRANDR name: VGA-0
    Connector: VGA
    CRT1: INTERNAL_DAC1
    DDC reg: 0x60
    (II) RADEON(0): Port1:
    XRANDR name: LVDS
    Connector: LVDS
    LCD1: INTERNAL_LVDS
    DDC reg: 0x1a808
    (II) RADEON(0): Port2:
    XRANDR name: DVI-0
    Connector: DVI-D
    DFP1: INTERNAL_TMDS1
    DDC reg: 0x64
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    Dac detection success
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    finished output detect: 0
    Backtrace:
    0: /usr/bin/X (xorg_backtrace+0x3b) [0x809f7db]
    1: /usr/bin/X (0x8048000+0x54715) [0x809c715]
    2: (vdso) (__kernel_rt_sigreturn+0x0) [0x7785e40c]
    3: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x77226000+0x83208) [0x772a9208]
    4: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x77226000+0x3790c) [0x7725d90c]
    5: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x77226000+0x3988b) [0x7725f88b]
    6: /usr/bin/X (InitOutput+0x5c8) [0x80ab048]
    7: /usr/bin/X (0x8048000+0x1a550) [0x8062550]
    8: /lib/libc.so.6 (__libc_start_main+0xe6) [0x7747db86]
    9: /usr/bin/X (0x8048000+0x1a2f1) [0x80622f1]
    Segmentation fault at address 0x7734f808
    Fatal server error:
    Caught signal 11 (Segmentation fault). Server aborting
    Can anyone help me? Thanks!

    When I install an old xf86-video-ati package from 27.02.2010, everything works. So the problem seems to be the new ati-driver.

  • Cron.daily scripts ran multiple times since cron package update

    Since cron package update I get a weird behaviour with cron.daily scripts. Indeed these scripts are executed multiple times, which is somewhat annoying for big backup.
    I added this little script in cron.daily to show this :
    #!/bin/bash
    # Test cron
    date >> /var/log/date_cron
    And I get this :
    Mon Feb 22 11:27:53 CET 2010
    Tue Feb 23 11:27:13 CET 2010
    Tue Feb 23 11:37:16 CET 2010
    Tue Feb 23 11:44:45 CET 2010
    Wed Feb 24 12:05:08 CET 2010
    Wed Feb 24 12:15:59 CET 2010
    Wed Feb 24 12:22:59 CET 2010
    Thu Feb 25 12:24:32 CET 2010
    Thu Feb 25 12:31:49 CET 2010
    Thu Feb 25 12:35:01 CET 2010
    Thu Feb 25 12:45:30 CET 2010
    Fri Feb 26 12:44:37 CET 2010
    Fri Feb 26 12:52:56 CET 2010
    Fri Feb 26 13:02:18 CET 2010
    Sat Feb 27 13:04:10 CET 2010
    Sat Feb 27 13:13:50 CET 2010
    Sat Feb 27 13:22:06 CET 2010
    Sat Feb 27 13:28:49 CET 2010
    Sun Feb 28 13:29:49 CET 2010
    Sun Feb 28 13:35:19 CET 2010
    Sun Feb 28 13:44:18 CET 2010
    Sun Feb 28 13:49:52 CET 2010
    Mon Mar 1 13:38:06 CET 2010
    Mon Mar 1 13:47:02 CET 2010
    Mon Mar 1 13:55:55 CET 2010
    Tue Mar 2 13:58:21 CET 2010
    Tue Mar 2 14:01:56 CET 2010
    Tue Mar 2 14:08:14 CET 2010
    Wed Mar 3 14:06:35 CET 2010
    Wed Mar 3 14:15:44 CET 2010
    Wed Mar 3 14:24:24 CET 2010
    Thu Mar 4 14:25:04 CET 2010
    Thu Mar 4 14:33:16 CET 2010
    Thu Mar 4 14:41:33 CET 2010
    Fri Mar 5 14:43:35 CET 2010
    Fri Mar 5 14:47:05 CET 2010
    Fri Mar 5 14:53:14 CET 2010
    Sat Mar 6 14:53:32 CET 2010
    Sat Mar 6 14:58:50 CET 2010
    Sat Mar 6 15:04:18 CET 2010
    Sun Mar 7 14:58:30 CET 2010
    Sun Mar 7 14:58:30 CET 2010
    Sun Mar 7 15:09:07 CET 2010
    Sun Mar 7 15:13:29 CET 2010
    Mon Mar 8 15:12:19 CET 2010
    Mon Mar 8 15:12:19 CET 2010
    Mon Mar 8 15:20:50 CET 2010
    Tue Mar 9 15:24:35 CET 2010
    Tue Mar 9 15:24:35 CET 2010
    Tue Mar 9 15:31:58 CET 2010
    We can see that the script is executed three times a day instead of one.
    Here is /var/spool/cron/root :
    # root crontab
    # DO NOT EDIT THIS FILE MANUALLY! USE crontab -e INSTEAD
    # man 1 crontab for acceptable formats:
    # <minute> <hour> <day> <month> <dow> <tags and command>
    # <@freq> <tags and command>
    # SYSTEM DAILY/WEEKLY/... FOLDERS
    @hourly ID=sys-hourly /usr/sbin/run-cron /etc/cron.hourly
    @daily ID=sys-daily /usr/sbin/run-cron /etc/cron.daily
    @weekly ID=sys-weekly /usr/sbin/run-cron /etc/cron.weekly
    @monthly ID=sys-monthly /usr/sbin/run-cron /etc/cron.monthly
    How can I restore the wanted behaviour ?

    Svenstaro wrote:This bug still appears. Is dcron still being worked on?
    $ crontab -l
    # DO NOT EDIT THIS FILE MANUALLY!! USE crontab -e INSTEAD.
    # <minute> <hour> <day> <month> <dow> <command>
    0 0 1 1 * /usr/bin/update_dcron
    uh-oh

  • Database 9.2.0.8 in a 9.2.0.7 engine?

    Hi,
    I have a 9.2.0.8 database:
    $> sqlplus "/as sysdba"
    SQL*Plus: Release 9.2.0.8.0 - Production on Wed Jul 21 09:25:48 2010
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    SQL>select substr(comp_name,1,40) comp_name, status, substr(version,1,10) version from dba_registry order by comp_name;
    COMP_NAME STATUS VERSION
    JServer JAVA Virtual Machine VALID 9.2.0.8.0
    OLAP Analytic Workspace UPGRADED 9.2.0.8.0
    OLAP Catalog VALID 9.2.0.8.0
    Oracle Data Mining VALID 9.2.0.8.0
    Oracle OLAP API UPGRADED 9.2.0.8.0
    Oracle Text VALID 9.2.0.8.0
    Oracle XDK for Java VALID 9.2.0.10.0
    Oracle XML Database VALID 9.2.0.8.0
    Oracle interMedia VALID 9.2.0.8.0
    Oracle9i Catalog Views VALID 9.2.0.8.0
    Oracle9i Java Packages VALID 9.2.0.8.0
    Oracle9i Packages and Types VALID 9.2.0.8.0
    Oracle9i Real Application Clusters VALID 9.2.0.8.0
    Spatial VALID 9.2.0.8.0
    14 rows selected.
    SQL>exit
    But when I issue an "opatch lsinventory -details" I see all the more components are in 9.2.0.7 version.... How is it possible?
    oracle@gami7ot1:/grid/app/9.2.0/OPatch>opatch lsinventory -details
    Oracle Interim Patch Installer version 1.0.0.0.62
    Copyright (c) 2009 Oracle Corporation. All Rights Reserved..
    Oracle recommends you to use the latest OPatch version
    and read the OPatch documentation available in the OPatch/docs
    directory for usage. For information about the latest OPatch and
    other support-related issues, refer to document ID 293369.1
    available on My Oracle Support (https://myoraclesupport.oracle.com)
    Oracle Home : /grid/app/9.2.0
    Oracle Home Inventory : /grid/app/9.2.0/inventory
    Central Inventory : /grid/app/9.2.0/OraInventory
    from : /etc/oraInst.loc
    OUI location : /grid/app/9.2.0/oui
    OUI shared library : /grid/app/9.2.0/oui/lib/aix/liboraInstaller.so
    Java location : /grid/app/9.2.0/jre/1.4.2/bin/java
    Log file location : /grid/app/9.2.0/.patch_storage/<patch ID>/*.log
    Creating log file "/grid/app/9.2.0/.patch_storage/LsInventory__07-21-2010_09-22-20.log"
    Result:
    PRODUCT NAME VERSION
    ============ =======
    Advanced Queueing (AQ) API Patch 9.2.0.7.0
    Advanced Queueing (AQ) API 9.2.0.1.0
    Advanced Replication Patch 9.2.0.7.0
    Advanced Replication 9.2.0.1.0
    Agent Required Support Files Patch 9.2.0.7.0
    Agent Required Support Files 9.2.0.1.0
    Assistant Common Files Patch 9.2.0.7.0
    Assistant Common Files 9.2.0.1.0
    Bali Share 1.1.17.0.0
    Character Set Migration Utility 9.2.0.1.0
    Character Set Migration Utility 9.2.0.7.0
    copyJDKHome 1.3.1.0.0b
    Data Management Services Common Files Patch 9.2.0.7.0
    Data Management Services Common Files 9.2.0.1.0
    Database Configuration Assistant 9.2.0.1.0
    Database SQL Scripts Patch 9.2.0.7.0
    Database SQL Scripts 9.2.0.1.0
    Database Upgrade Assistant 9.2.0.1.0
    Database Verify Utility Patch 9.2.0.7.0
    Database Verify Utility 9.2.0.1.0
    Database Workspace Manager 9.2.0.1.0
    DBJAVA Required Support Files Patch 9.2.0.7.0
    DBJAVA Required Support Files 9.2.0.1.0
    Documentaion Required Support Files Patch 9.2.0.7.0
    Documentaion Required Support Files 9.2.0.1.0
    Enterprise Edition Options 9.2.0.1.0
    Enterprise Login Assistant 9.2.0.1.0
    Enterprise Manager Base Classes 9.2.0.1.0
    Enterprise Manager Minimal Integration 9.2.0.1.0
    Enterprise Manager Translated Files 9.2.0.1.0
    Export/Import Patch 9.2.0.7.0
    Export/Import 9.2.0.1.0
    Generic Connectivity Common Files Patch 9.2.0.7.0
    Generic Connectivity Common Files 9.2.0.1.0
    Generic Connectivity Using ODBC Patch 9.2.0.7.0
    Generic Connectivity Using ODBC 9.2.0.1.0
    Installation Common Files Patch 9.2.0.7.0
    Installation Common Files 9.2.0.1.0
    Installer SDK Component 10.1.0.4.0
    Java Runtime Environment 1.4.2.0.0
    JDBC Common Files Patch 9.2.0.7.0
    JDBC Common Files 9.2.0.1.0
    JDBC/OCI Common Files Patch 9.2.0.7.0
    JDBC/OCI Common Files 9.2.0.1.0
    LDAP Required Support Files Patch 9.2.0.7.0
    LDAP Required Support Files 9.2.0.1.0
    Migration Utility Patch 9.2.0.7.0
    Migration Utility 9.2.0.1.0
    New Database ID Patch 9.2.0.7.0
    New Database ID 9.2.0.1.0
    Object Type Translator Patch 9.2.0.7.0
    Object Type Translator 9.2.0.1.0
    Oracle 9iR2 Patchset 9.2.0.7.0
    Oracle C++ Call Interface Patch 9.2.0.7.0
    Oracle C++ Call Interface 9.2.0.1.0
    Oracle Call Interface (OCI) Patch 9.2.0.7.0
    Oracle Call Interface (OCI) 9.2.0.1.0
    Oracle Client Required Support Files Patch 9.2.0.7.0
    Oracle Client Required Support Files 9.2.0.1.0
    Oracle Code Editor 1.2.1.0.0A
    Oracle Common Schema Demos Patch 9.2.0.7.0
    Oracle Common Schema Demos 9.2.0.1.0
    Oracle Complete DSS Starter Database 9.2.0.1.0
    Oracle Complete OLTP Starter Database 9.2.0.1.0
    Oracle Connection Manager Patch 9.2.0.7.0
    Oracle Connection Manager 9.2.0.1.0
    Oracle Core Required Support Files Patch 9.2.0.7.0
    Oracle Core Required Support Files 9.2.0.1.0
    Oracle Data Mining Patch 9.2.0.7.0
    Oracle Data Mining 9.2.0.1.0
    Oracle Database Demos Patch 9.2.0.7.0
    Oracle Database Demos 9.2.0.1.0
    Oracle Database User Interface 2.2.11.0.0
    Oracle Database Utilities Patch 9.2.0.7.0
    Oracle Database Utilities 9.2.0.1.0
    Oracle Display Fonts 9.0.2.0.0
    Oracle Dynamic Services Server 9.2.0.1.0
    Oracle Extended Windowing Toolkit 3.4.13.0.0
    Oracle Help For Java 3.2.13.0.0
    Oracle Help For Java 4.1.13.0.0
    Oracle Ice Browser 5.06.8.0.0
    Oracle Installation Products 10.1.0.4.0
    Oracle Intelligent Agent Base Component Files Patch 9.2.0.7.0
    Oracle Intelligent Agent Base Component Files 9.2.0.1.0
    Oracle Intelligent Agent Config Tool Patch 9.2.0.7.0
    Oracle Intelligent Agent Config Tool 9.2.0.1.0
    Oracle Intelligent Agent 9.2.0.1.0
    Oracle interMedia Annotator 9.2.0.1.0
    Oracle interMedia Audio 9.2.0.1.0
    Oracle interMedia Audio 9.2.0.7.0
    Oracle interMedia Client Compatibility Files Patch 9.2.0.7.0
    Oracle interMedia Client Compatibility Files 9.2.0.1.0
    Oracle interMedia Client Demos Patch 9.2.0.7.0
    Oracle interMedia Client Demos 9.2.0.1.0
    Oracle interMedia Client Option 9.2.0.1.0
    Oracle interMedia Common Files Patch 9.2.0.7.0
    Oracle interMedia Common Files 9.2.0.1.0
    Oracle interMedia Image 9.2.0.1.0
    Oracle interMedia Image 9.2.0.7.0
    Oracle interMedia Java Advanced Imaging Patch 9.2.0.7.0
    Oracle interMedia Java Advanced Imaging 9.2.0.1.0
    Oracle interMedia Java Client Patch 9.2.0.7.0
    Oracle interMedia Java Client 9.2.0.1.0
    Oracle interMedia Java Media Framework Client 9.2.0.1.0
    Oracle interMedia Locator Patch 9.2.0.7.0
    Oracle interMedia Locator 9.2.0.1.0
    Oracle interMedia Video 9.2.0.1.0
    Oracle interMedia Video 9.2.0.7.0
    Oracle interMedia Web Client Patch 9.2.0.7.0
    Oracle interMedia Web Client 9.2.0.1.0
    Oracle interMedia 9.2.0.1.0
    Oracle Internet Directory Client Common Files Patch 9.2.0.7.0
    Oracle Internet Directory Client Common Files 9.2.0.1.0
    Oracle Internet Directory Client Patch 9.2.0.7.0
    Oracle Internet Directory Client 9.2.0.1.0
    Oracle Internet Directory Tools Patch 9.2.0.7.0
    Oracle Internet Directory Tools 9.2.0.1.0
    Oracle Java Core Patch 9.2.0.7.0
    Oracle Java Tools Patch 9.2.0.7.0
    Oracle Java Tools 9.2.0.1.0
    Oracle JDBC Development Drivers Patch 9.2.0.7.0
    Oracle JDBC Development Drivers 9.2.0.1.0
    Oracle JDBC Thin Driver for JDK 1.1 Patch 9.2.0.7.0
    Oracle JDBC Thin Driver for JDK 1.1 9.2.0.1.0
    Oracle JDBC Thin Driver for JDK 1.2 Patch 9.2.0.7.0
    Oracle JDBC Thin Driver for JDK 1.2 9.2.0.1.0
    Oracle JDBC Thin Driver for JDK 1.4 9.2.0.1.0
    Oracle JDBC/OCI Driver for JDK 1.1 9.2.0.1.0
    Oracle JDBC/OCI Driver for JDK 1.2 9.2.0.1.0
    Oracle JDBC/OCI Interfaces 9.2.0.1.0
    Oracle JFC Extended Windowing Toolkit 4.1.10.0.0
    Oracle JVM Patch 9.2.0.7.0
    Oracle JVM 9.2.0.1.0
    Oracle Message Gateway Common Files 9.2.0.1.0
    Oracle Net Configuration Assistant Patch 9.2.0.7.0
    Oracle Net Configuration Assistant 9.2.0.1.0
    Oracle Net Listener Patch 9.2.0.7.0
    Oracle Net Listener 9.2.0.1.0
    Oracle Net Manager Patch 9.2.0.7.0
    Oracle Net Manager 9.2.0.1.0
    Oracle Net Patch 9.2.0.7.0
    Oracle Net Required Support Files Patch 9.2.0.7.0
    Oracle Net Required Support Files 9.2.0.1.0
    Oracle Net Services 9.2.0.1.0
    Oracle Net 9.2.0.1.0
    Oracle OLAP API Patch 9.2.0.7.0
    Oracle OLAP API 9.2.0.1.0
    Oracle OLAP CWM Lite Patch 9.2.0.7.0
    Oracle OLAP CWM Lite 9.2.0.1.0
    Oracle OLAP Patch 9.2.0.7.0
    Oracle OLAP 9.2.0.1.0
    Oracle One-Off Patch Installer 10.1.0.4.0
    Oracle Partitioning Patch 9.2.0.7.0
    Oracle Partitioning 9.2.0.1.0
    Oracle Programmer 9.2.0.1.0
    Oracle Required Support Files 32 bit Patch 9.2.0.7.0
    Oracle Required Support Files 32 bit 9.2.0.1.0
    Oracle Spatial Patch 9.2.0.7.0
    Oracle Spatial 9.2.0.1.0
    Oracle Starter Database 9.2.0.1.0
    Oracle Text Patch 9.2.0.7.0
    Oracle Text 9.2.0.1.0
    Oracle Trace Patch 9.2.0.7.0
    Oracle Trace Required Support Files Patch 9.2.0.7.0
    Oracle Trace Required Support Files 9.2.0.1.0
    Oracle Trace 9.2.0.1.0
    Oracle UIX 2.0.21.0.0
    Oracle Ultra Search Common Files Patch 9.2.0.7.0
    Oracle Ultra Search Common Files 9.2.0.1.0
    Oracle Ultra Search Middle-Tier Patch 9.2.0.7.0
    Oracle Ultra Search Middle-Tier 9.2.0.1.0
    Oracle Ultra Search Server Patch 9.2.0.7.0
    Oracle Ultra Search Server 9.2.0.1.0
    Oracle Universal Installer 10.1.0.4.0
    Oracle Wallet Manager Patch 9.2.0.7.0
    Oracle Wallet Manager 9.2.0.1.0
    Oracle XML Developer's Kit Patch 9.2.0.9.0
    Oracle XML Developer's Kit 9.2.0.1.0
    Oracle XML Runtime Components 9.2.0.1.0
    Oracle XML SQL Utility Patch 9.2.0.7.0
    Oracle XML SQL Utility 9.2.0.1.0
    Oracle9i Database 9.2.0.1.0
    Oracle9i Development Kit 9.2.0.1.0
    Oracle9i Globalization Support Patch 9.2.0.7.0
    Oracle9i Globalization Support 9.2.0.1.0
    Oracle9i Patch 9.2.0.7.0
    Oracle9i Real Application Clusters Guard Patch 9.2.0.7.0
    Oracle9i Real Application Clusters Guard 9.2.0.1.0
    Oracle9i Real Application Clusters Management 9.2.0.1.0
    Oracle9i Real Application Clusters Patch 9.2.0.7.0
    Oracle9i Real Application Clusters 9.2.0.1.0
    Oracle9i Server 32 bit Patch 9.2.0.7.0
    Oracle9i Server 32 bit 9.2.0.1.0
    Oracle9i Syndication Server 9.2.0.1.0
    Oracle9i 9.2.0.1.0
    Parser Generator Required Support Files 9.2.0.1.0
    PL/SQL Embedded Gateway 9.2.0.1.0
    PL/SQL Patch 9.2.0.7.0
    PL/SQL Required Support Files Patch 9.2.0.7.0
    PL/SQL Required Support Files 9.2.0.1.0
    PL/SQL 9.2.0.1.0
    Platform Required Support Files Patch 9.2.0.7.0
    Platform Required Support Files 9.2.0.1.0
    Precompiler Common Files Patch 9.2.0.7.0
    Precompiler Common Files 9.2.0.1.0
    Precompiler Required Support Files Patch 9.2.0.7.0
    Precompiler Required Support Files 9.2.0.1.0
    Pro*C/C++ Patch 9.2.0.7.0
    Pro*C/C++ 9.2.0.1.0
    Pro*COBOL Patch 1.8.77.7.0
    Pro*COBOL Patch 9.2.0.7.0
    Pro*COBOL 1.8.77.0.0
    Pro*COBOL 9.2.0.1.0
    Pro*FORTRAN Patch 1.8.77.7.0
    Pro*FORTRAN 1.8.77.0.0
    RDBMS Required Support Files Patch 9.2.0.7.0
    RDBMS Required Support Files 9.2.0.1.0
    Recovery Manager Patch 9.2.0.7.0
    Recovery Manager 9.2.0.1.0
    regexp 2.0.21.0.0
    Required Support Files 9.2.0.1.0
    Secure Socket Layer Patch 9.2.0.7.0
    Secure Socket Layer 9.2.0.1.0
    SQL*Loader Patch 9.2.0.7.0
    SQL*Loader 9.2.0.1.0
    SQL*Module Ada Patch 9.2.0.7.0
    SQL*Module Ada 9.2.0.1.0
    SQL*Module Common Files Patch 9.2.0.7.0
    SQL*Module Common Files 9.2.0.1.0
    SQL*Plus Patch 9.2.0.7.0
    SQL*Plus Required Support Files Patch 9.2.0.7.0
    SQL*Plus Required Support Files 9.2.0.1.0
    SQL*Plus 9.2.0.1.0
    SSL Required Support Files Patch 9.2.0.7.0
    SSL Required Support Files 9.2.0.1.0
    Sun JDK extensions 9.2.0.1.0
    Utilities Common Files Patch 9.2.0.7.0
    Utilities Common Files 9.2.0.1.0
    Visigenics ORB 3.4.0.0.0
    XDK Required Support Files Patch 9.2.0.7.0
    XDK Required Support Files 9.2.0.1.0
    XML Class Generator for C++ 9.2.0.1.0
    XML Class Generator for C++ 9.2.0.7.0
    XML Class Generator for Java 9.2.0.1.0
    XML Class Generator for Java 9.2.0.7.0
    XML Parser for C Patch 9.2.0.7.0
    XML Parser for C++ Patch 9.2.0.7.0
    XML Parser for C++ 9.2.0.1.0
    XML Parser for C 9.2.0.1.0
    XML Parser for Java Patch 9.2.0.7.0
    XML Parser for Java 9.2.0.1.0
    XML Parser for Oracle JVM Patch 9.2.0.7.0
    XML Parser for Oracle JVM 9.2.0.1.0
    XML Parser for PL/SQL Patch 9.2.0.7.0
    XML Parser for PL/SQL 9.2.0.1.0
    XML Transviewer Beans 9.2.0.1.0
    XML Transviewer Beans 9.2.0.7.0
    XML Transx 9.2.0.1.0
    XML Transx 9.2.0.7.0
    XML 9.2.0.1.0
    XML 9.2.0.7.0
    XSQL Servlet 9.2.0.1.0
    XSQL Servlet 9.2.0.7.0
    There are 263 components installed.
    Installed Patch List:
    =====================
    1) Patch 5496862 applied on Tue Jul 20 17:56:38 CEST 2010
    [ Bug fixes: 5496862  ]
    /skgfr.o --> /grid/app/9.2.0/lib/libgeneric9.a
    /skgfr.o --> /grid/app/9.2.0/lib32/libgeneric9.a
    2) Patch 4742607 applied on Fri Mar 27 13:08:32 CET 2009
    [ Bug fixes: 4742607  ]
    3) Patch 4741381 applied on Wed Oct 31 13:34:54 CET 2007
    [ Bug fixes: 4741381  ]
    4) Patch 4673610 applied on Thu Jul 19 19:41:32 CEST 2007
    [ Bug fixes: 4673610  ]
    5) Patch 4947798 applied on Sat May 06 15:07:53 CEST 2006
    [ Bug fixes: 4658188 4947798 4778081 4923667 4632780  ]
    6) Patch 3206617 applied on Sat May 06 14:48:56 CEST 2006
    [ Bug fixes: 3206617  ]
    7) Patch 4483951 applied on Sat May 06 14:42:40 CEST 2006
    [ Bug fixes: 4483951  ]
    8) Patch 4890227 applied on Sat May 06 14:34:40 CEST 2006
    [ Bug fixes: 4890227  ]
    9) Patch 4405509 applied on Sat May 06 14:25:35 CEST 2006
    [ Bug fixes: 4405509  ]
    OPatch succeeded.

    Dear Insaponata ,
    I dont understand what do you mean by oneoff but see the following:
    A patch is a one-off fix for a specific issue. The patch may be a manual process, or applied using the opatch utility. These changes may not result in an oracle version change, so it is only possible to tell that they have been applied by keeping a manual record, or by listing the patches applied via opatch, assuming that is how you applied them. Patches may have specific dependencies, so you must check you have the correct patch for your version.
    A patchset is a collection or bundle of patches. Typically, a patchset is a more major operation, and as such will include be applied using the Oracle Universal Installer. The patchset will typically result in a significant version change, like 10.2.0.1.0 to 10.2.0.2.0 etc. Patchsets are usually cumulative, so you can patch anything from the base version release to the latest patchset in one go. So the same 9.2.0.8.0 patchset will be used to patch 9.2.0.1.0 and 9.2.0.7.0.
    The word bundle implies a collection of patches, but a bundle may not be as big or important as a complete patchset. The bundle simply implies there are multiple patches bundles together.
    I get this from this link:
    http://www.araboug.org/ib/index.php?showtopic=25466
    Mohamed

  • Radeon Early KMS Fails with Linux LTS

    Upgraded to linux-lts 3.0.72-1 yesterday. Kernel now hangs for 60 seconds during the KMS switch with the following error messages (with both the main initramfs and the fallback):
    [ 61.120047] r600_cp: Failed to load firmware "radeon/REDWOOD_pfp.bin"
    [ 61.120083] [drm:evergreen_startup] *ERROR* Failed to load firmware!
    [ 61.120121] radeon 0000:01:00.0: disabling GPU acceleration
    GPU acceleration is then disabled and I cannot activate desktop effects.
    Here's the full dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.0.71-1-lts (nobody@andyrtr) (gcc version 4.7.2 (GCC) ) #1 SMP Fri Mar 29 11:32:47 CET 2013
    [ 0.000000] Command line: root=/dev/system/root cryptdevice=/dev/sda2:root ro apparmor=1 security=apparmor init=/usr/sbin/e4rat-preload-lite initrd=/initramfs-linux-lts.img BOOT_IMAGE=/vmlinuz-linux-lts
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
    [ 0.000000] BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cfe90000 (usable)
    [ 0.000000] BIOS-e820: 00000000cfe90000 - 00000000cfee3000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000cfee3000 - 00000000cfef0000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000cfef0000 - 00000000cff00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 0000000230000000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.5 present.
    [ 0.000000] DMI: Dell Inc. Inspiron 530/0RY007, BIOS 1.0.18 02/24/2009
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x230000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CEFFF write-protect
    [ 0.000000] CF000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 100000000 mask F00000000 write-back
    [ 0.000000] 1 base 200000000 mask FE0000000 write-back
    [ 0.000000] 2 base 220000000 mask FF0000000 write-back
    [ 0.000000] 3 base 000000000 mask F80000000 write-back
    [ 0.000000] 4 base 080000000 mask FC0000000 write-back
    [ 0.000000] 5 base 0C0000000 mask FF0000000 write-back
    [ 0.000000] 6 base 0CFF00000 mask FFFF00000 uncachable
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820 update range: 00000000cff00000 - 0000000100000000 (usable) ==> (reserved)
    [ 0.000000] last_pfn = 0xcfe90 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000f3f00] f3f00
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 20480
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000cfe90000
    [ 0.000000] 0000000000 - 00cfe00000 page 2M
    [ 0.000000] 00cfe00000 - 00cfe90000 page 4k
    [ 0.000000] kernel direct mapping tables up to 0xcfe8ffff @ [mem 0x1fffa000-0x1fffffff]
    [ 0.000000] init_memory_mapping: 0000000100000000-0000000230000000
    [ 0.000000] 0100000000 - 0230000000 page 2M
    [ 0.000000] kernel direct mapping tables up to 0x22fffffff @ [mem 0xcfe8a000-0xcfe8ffff]
    [ 0.000000] RAMDISK: 7fa7d000 - 7ffff000
    [ 0.000000] ACPI: RSDP 00000000000f97a0 00024 (v02 DELL )
    [ 0.000000] ACPI: XSDT 00000000cfee3080 0005C (v01 DELL FX09 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: FACP 00000000cfee7200 000F4 (v03 DELL FX09 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: DSDT 00000000cfee3200 03FFC (v01 DELL AWRDACPI 00001000 MSFT 03000000)
    [ 0.000000] ACPI: FACS 00000000cfe90000 00040
    [ 0.000000] ACPI: HPET 00000000cfee73c0 00038 (v01 DELL FX09 42302E31 AWRD 00000098)
    [ 0.000000] ACPI: MCFG 00000000cfee7400 0003C (v01 DELL FX09 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: SLIC 00000000cfee7440 00176 (v01 DELL FX09 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: DMY2 00000000cfee75c0 00080 (v01 DELL FX09 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: APIC 00000000cfee7300 00084 (v01 DELL FX09 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: SSDT 00000000cfee7ca0 00380 (v01 PmRef CpuPm 00003000 INTL 20041203)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-0000000230000000
    [ 0.000000] Initmem setup node 0 0000000000000000-0000000230000000
    [ 0.000000] NODE_DATA [000000022fffb000 - 000000022fffffff]
    [ 0.000000] [ffffea0000000000-ffffea0007bfffff] PMD -> [ffff880227600000-ffff88022e7fffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x00230000
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[3] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009e
    [ 0.000000] 0: 0x00000100 -> 0x000cfe90
    [ 0.000000] 0: 0x00100000 -> 0x00230000
    [ 0.000000] On node 0 totalpages: 2096670
    [ 0.000000] DMA zone: 56 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3921 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 14280 pages used for memmap
    [ 0.000000] DMA32 zone: 833224 pages, LIFO batch:31
    [ 0.000000] Normal zone: 17024 pages used for memmap
    [ 0.000000] Normal zone: 1228160 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000cfe90000 - 00000000cfee3000
    [ 0.000000] PM: Registered nosave memory: 00000000cfee3000 - 00000000cfef0000
    [ 0.000000] PM: Registered nosave memory: 00000000cfef0000 - 00000000cff00000
    [ 0.000000] PM: Registered nosave memory: 00000000cff00000 - 00000000e0000000
    [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    [ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
    [ 0.000000] Allocating PCI resources starting at cff00000 (gap: cff00000:10100000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88022fc00000 s79360 r8192 d23040 u524288
    [ 0.000000] pcpu-alloc: s79360 r8192 d23040 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2065305
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=/dev/system/root cryptdevice=/dev/sda2:root ro apparmor=1 security=apparmor init=/usr/sbin/e4rat-preload-lite initrd=/initramfs-linux-lts.img BOOT_IMAGE=/vmlinuz-linux-lts
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 8185976k/9175040k available (4280k kernel code, 788360k absent, 200704k reserved, 5168k data, 744k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Hierarchical RCU implementation.
    [ 0.000000] NR_IRQS:2304
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 67108864 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 2992.609 MHz processor.
    [ 0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 5985.21 BogoMIPS (lpj=29926090)
    [ 0.000007] pid_max: default: 32768 minimum: 301
    [ 0.000095] Security Framework initialized
    [ 0.000115] AppArmor: AppArmor initialized
    [ 0.010311] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.013697] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.015293] Mount-cache hash table entries: 256
    [ 0.015649] Initializing cgroup subsys cpuacct
    [ 0.015684] Initializing cgroup subsys memory
    [ 0.015706] Initializing cgroup subsys devices
    [ 0.015708] Initializing cgroup subsys freezer
    [ 0.015710] Initializing cgroup subsys net_cls
    [ 0.015712] Initializing cgroup subsys blkio
    [ 0.015755] CPU: Physical Processor ID: 0
    [ 0.015756] CPU: Processor Core ID: 0
    [ 0.015758] mce: CPU supports 6 MCE banks
    [ 0.015766] CPU0: Thermal monitoring enabled (TM2)
    [ 0.015770] using mwait in idle threads.
    [ 0.016853] ACPI: Core revision 20110413
    [ 0.020014] ftrace: allocating 16930 entries in 67 pages
    [ 0.025685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.128257] CPU0: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz stepping 06
    [ 0.130000] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.130000] ... version: 2
    [ 0.130000] ... bit width: 40
    [ 0.130000] ... generic registers: 2
    [ 0.130000] ... value mask: 000000ffffffffff
    [ 0.130000] ... max period: 000000007fffffff
    [ 0.130000] ... fixed-purpose events: 3
    [ 0.130000] ... event mask: 0000000700000003
    [ 0.130000] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.130000] Booting Node 0, Processors #1
    [ 0.130000] smpboot cpu 1: start_ip = 99000
    [ 0.290024] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.290056] Brought up 2 CPUs
    [ 0.290058] Total of 2 processors activated (11970.20 BogoMIPS).
    [ 0.291770] devtmpfs: initialized
    [ 0.291770] PM: Registering ACPI NVS region at cfe90000 (339968 bytes)
    [ 0.291770] Time: 22:30:54 Date: 04/09/13
    [ 0.291770] NET: Registered protocol family 16
    [ 0.291770] ACPI: bus type pci registered
    [ 0.291770] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.291770] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.325013] PCI: Using configuration type 1 for base access
    [ 0.325392] bio: create slab <bio-0> at 0
    [ 0.325392] ACPI: EC: Look up EC in DSDT
    [ 0.325392] ACPI: SSDT 00000000cfee7680 0022A (v01 PmRef Cpu0Ist 00003000 INTL 20041203)
    [ 0.325392] ACPI: Dynamic OEM Table Load:
    [ 0.325392] ACPI: SSDT (null) 0022A (v01 PmRef Cpu0Ist 00003000 INTL 20041203)
    [ 0.325392] ACPI: SSDT 00000000cfee7b40 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20041203)
    [ 0.325392] ACPI: Dynamic OEM Table Load:
    [ 0.325392] ACPI: SSDT (null) 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20041203)
    [ 0.325392] ACPI: Interpreter enabled
    [ 0.325392] ACPI: (supports S0 S3 S4 S5)
    [ 0.325392] ACPI: Using IOAPIC for interrupt routing
    [ 0.331156] ACPI: No dock devices found.
    [ 0.331158] HEST: Table not found.
    [ 0.331160] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.331199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.331276] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.331278] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.331280] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.331282] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff]
    [ 0.331283] pci_root PNP0A08:00: host bridge window [mem 0xcff00000-0xfebfffff]
    [ 0.331292] pci 0000:00:00.0: [8086:29c0] type 0 class 0x000600
    [ 0.331325] pci 0000:00:01.0: [8086:29c1] type 1 class 0x000604
    [ 0.331353] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.331355] pci 0000:00:01.0: PME# disabled
    [ 0.331386] pci 0000:00:19.0: [8086:10c0] type 0 class 0x000200
    [ 0.331400] pci 0000:00:19.0: reg 10: [mem 0xfdfc0000-0xfdfdffff]
    [ 0.331407] pci 0000:00:19.0: reg 14: [mem 0xfdfff000-0xfdffffff]
    [ 0.331413] pci 0000:00:19.0: reg 18: [io 0xff00-0xff1f]
    [ 0.331462] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [ 0.331466] pci 0000:00:19.0: PME# disabled
    [ 0.331480] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
    [ 0.331514] pci 0000:00:1a.0: reg 20: [io 0xfe00-0xfe1f]
    [ 0.331554] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
    [ 0.331588] pci 0000:00:1a.1: reg 20: [io 0xfd00-0xfd1f]
    [ 0.331629] pci 0000:00:1a.2: [8086:2939] type 0 class 0x000c03
    [ 0.331663] pci 0000:00:1a.2: reg 20: [io 0xfc00-0xfc1f]
    [ 0.331707] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
    [ 0.331720] pci 0000:00:1a.7: reg 10: [mem 0xfdffe000-0xfdffe3ff]
    [ 0.331780] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.331783] pci 0000:00:1a.7: PME# disabled
    [ 0.331798] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
    [ 0.331809] pci 0000:00:1b.0: reg 10: [mem 0xfdff4000-0xfdff7fff 64bit]
    [ 0.331862] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.331865] pci 0000:00:1b.0: PME# disabled
    [ 0.331881] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
    [ 0.331915] pci 0000:00:1d.0: reg 20: [io 0xfb00-0xfb1f]
    [ 0.331957] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
    [ 0.331991] pci 0000:00:1d.1: reg 20: [io 0xfa00-0xfa1f]
    [ 0.332031] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
    [ 0.332065] pci 0000:00:1d.2: reg 20: [io 0xf900-0xf91f]
    [ 0.332110] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
    [ 0.332123] pci 0000:00:1d.7: reg 10: [mem 0xfdffd000-0xfdffd3ff]
    [ 0.332183] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.332186] pci 0000:00:1d.7: PME# disabled
    [ 0.332198] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
    [ 0.332247] pci 0000:00:1f.0: [8086:2916] type 0 class 0x000601
    [ 0.332315] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 003f)
    [ 0.332318] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 003f)
    [ 0.332356] pci 0000:00:1f.2: [8086:2920] type 0 class 0x000101
    [ 0.332368] pci 0000:00:1f.2: reg 10: [io 0xf800-0xf807]
    [ 0.332374] pci 0000:00:1f.2: reg 14: [io 0xf700-0xf703]
    [ 0.332380] pci 0000:00:1f.2: reg 18: [io 0xf600-0xf607]
    [ 0.332386] pci 0000:00:1f.2: reg 1c: [io 0xf500-0xf503]
    [ 0.332392] pci 0000:00:1f.2: reg 20: [io 0xf400-0xf40f]
    [ 0.332398] pci 0000:00:1f.2: reg 24: [io 0xf300-0xf30f]
    [ 0.332434] pci 0000:00:1f.3: [8086:2930] type 0 class 0x000c05
    [ 0.332446] pci 0000:00:1f.3: reg 10: [mem 0xfdffc000-0xfdffc0ff 64bit]
    [ 0.332462] pci 0000:00:1f.3: reg 20: [io 0x0500-0x051f]
    [ 0.332488] pci 0000:00:1f.5: [8086:2926] type 0 class 0x000101
    [ 0.332500] pci 0000:00:1f.5: reg 10: [io 0xf100-0xf107]
    [ 0.332506] pci 0000:00:1f.5: reg 14: [io 0xf000-0xf003]
    [ 0.332512] pci 0000:00:1f.5: reg 18: [io 0xef00-0xef07]
    [ 0.332518] pci 0000:00:1f.5: reg 1c: [io 0xee00-0xee03]
    [ 0.332524] pci 0000:00:1f.5: reg 20: [io 0xed00-0xed0f]
    [ 0.332531] pci 0000:00:1f.5: reg 24: [io 0xec00-0xec0f]
    [ 0.332588] pci 0000:01:00.0: [1002:68d8] type 0 class 0x000300
    [ 0.332598] pci 0000:01:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.332606] pci 0000:01:00.0: reg 18: [mem 0xfddc0000-0xfdddffff 64bit]
    [ 0.332612] pci 0000:01:00.0: reg 20: [io 0xce00-0xceff]
    [ 0.332622] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.332646] pci 0000:01:00.0: supports D1 D2
    [ 0.332661] pci 0000:01:00.1: [1002:aa60] type 0 class 0x000403
    [ 0.332671] pci 0000:01:00.1: reg 10: [mem 0xfddfc000-0xfddfffff 64bit]
    [ 0.332715] pci 0000:01:00.1: supports D1 D2
    [ 0.332739] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.332741] pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
    [ 0.332744] pci 0000:00:01.0: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.332747] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.332773] pci 0000:02:00.0: [8086:107c] type 0 class 0x000200
    [ 0.332790] pci 0000:02:00.0: reg 10: [mem 0xfdce0000-0xfdcfffff]
    [ 0.332798] pci 0000:02:00.0: reg 14: [mem 0xfdcc0000-0xfdcdffff]
    [ 0.332806] pci 0000:02:00.0: reg 18: [io 0xdf00-0xdf3f]
    [ 0.332835] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.332866] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    [ 0.332870] pci 0000:02:00.0: PME# disabled
    [ 0.332908] pci 0000:00:1e.0: PCI bridge to [bus 02-02] (subtractive decode)
    [ 0.332911] pci 0000:00:1e.0: bridge window [io 0xd000-0xdfff]
    [ 0.332914] pci 0000:00:1e.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.332918] pci 0000:00:1e.0: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.332920] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.332922] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.332924] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.332926] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.332928] pci 0000:00:1e.0: bridge window [mem 0xcff00000-0xfebfffff] (subtractive decode)
    [ 0.332936] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.333005] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
    [ 0.333057] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.333059] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.333060] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.338616] ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 5 7 9 10 11 12 14 15)
    [ 0.338649] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 7 9 10 11 12 14 15)
    [ 0.338682] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 *10 11 12 14 15)
    [ 0.338714] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12 14 15)
    [ 0.338746] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 *10 11 12 14 15)
    [ 0.338777] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 7 9 10 11 12 14 15)
    [ 0.338809] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 *9 10 11 12 14 15)
    [ 0.338841] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 9 10 *11 12 14 15)
    [ 0.338905] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.338908] vgaarb: loaded
    [ 0.338909] vgaarb: bridge control possible 0000:01:00.0
    [ 0.338951] PCI: Using ACPI for IRQ routing
    [ 0.343725] PCI: pci_cache_line_size set to 64 bytes
    [ 0.343777] reserve RAM buffer: 000000000009e800 - 000000000009ffff
    [ 0.343779] reserve RAM buffer: 00000000cfe90000 - 00000000cfffffff
    [ 0.343870] NetLabel: Initializing
    [ 0.343872] NetLabel: domain hash size = 128
    [ 0.343873] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.343883] NetLabel: unlabeled traffic allowed by default
    [ 0.343887] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.343891] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.343894] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.350015] Switching to clocksource hpet
    [ 0.354598] AppArmor: AppArmor Filesystem Enabled
    [ 0.354616] pnp: PnP ACPI init
    [ 0.354626] ACPI: bus type pnp registered
    [ 0.354686] pnp 00:00: [bus 00-ff]
    [ 0.354688] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.354690] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.354691] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.354693] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.354694] pnp 00:00: [mem 0x000c0000-0x000dffff window]
    [ 0.354696] pnp 00:00: [mem 0xcff00000-0xfebfffff window]
    [ 0.354731] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.354769] pnp 00:01: [io 0x0010-0x001f]
    [ 0.354771] pnp 00:01: [io 0x0022-0x003f]
    [ 0.354772] pnp 00:01: [io 0x0044-0x005f]
    [ 0.354773] pnp 00:01: [io 0x0060]
    [ 0.354775] pnp 00:01: [io 0x0064]
    [ 0.354776] pnp 00:01: [io 0x0062-0x0063]
    [ 0.354777] pnp 00:01: [io 0x0065-0x006f]
    [ 0.354778] pnp 00:01: [io 0x0074-0x007f]
    [ 0.354780] pnp 00:01: [io 0x0091-0x0093]
    [ 0.354781] pnp 00:01: [io 0x00a2-0x00bf]
    [ 0.354782] pnp 00:01: [io 0x00e0-0x00ef]
    [ 0.354784] pnp 00:01: [io 0x04d0-0x04d1]
    [ 0.354785] pnp 00:01: [io 0x0800-0x087f]
    [ 0.354786] pnp 00:01: [io 0x0290-0x0297]
    [ 0.354788] pnp 00:01: [io 0x0880-0x088f]
    [ 0.354831] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [ 0.354833] system 00:01: [io 0x0800-0x087f] has been reserved
    [ 0.354835] system 00:01: [io 0x0290-0x0297] has been reserved
    [ 0.354837] system 00:01: [io 0x0880-0x088f] has been reserved
    [ 0.354839] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.354847] pnp 00:02: [dma 4]
    [ 0.354848] pnp 00:02: [io 0x0000-0x000f]
    [ 0.354850] pnp 00:02: [io 0x0080-0x0090]
    [ 0.354851] pnp 00:02: [io 0x0094-0x009f]
    [ 0.354852] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.354870] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.354904] pnp 00:03: [irq 0 disabled]
    [ 0.354911] pnp 00:03: [irq 8]
    [ 0.354912] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.354931] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.354949] pnp 00:04: [io 0x0070-0x0073]
    [ 0.354969] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.354975] pnp 00:05: [io 0x0061]
    [ 0.354993] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.354999] pnp 00:06: [io 0x00f0-0x00ff]
    [ 0.355003] pnp 00:06: [irq 13]
    [ 0.355022] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.355123] pnp 00:07: [io 0x03f0-0x03f5]
    [ 0.355124] pnp 00:07: [io 0x03f7]
    [ 0.355128] pnp 00:07: [irq 6]
    [ 0.355130] pnp 00:07: [dma 2]
    [ 0.355157] pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active)
    [ 0.355195] pnp 00:08: [io 0x0400-0x04bf]
    [ 0.355225] system 00:08: [io 0x0400-0x04bf] has been reserved
    [ 0.355227] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.355239] pnp 00:09: [mem 0xffb80000-0xffbfffff]
    [ 0.355261] pnp 00:09: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.355378] pnp 00:0a: [mem 0xe0000000-0xefffffff]
    [ 0.355414] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.355417] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.355459] pnp 00:0b: [mem 0x000f0000-0x000fffff]
    [ 0.355461] pnp 00:0b: [mem 0xcff00000-0xcfffffff]
    [ 0.355462] pnp 00:0b: [mem 0xfed00000-0xfed000ff]
    [ 0.355463] pnp 00:0b: [mem 0xcfe90000-0xcfefffff]
    [ 0.355465] pnp 00:0b: [mem 0x00000000-0x0009ffff]
    [ 0.355466] pnp 00:0b: [mem 0x00100000-0xcfe8ffff]
    [ 0.355468] pnp 00:0b: [mem 0xfec00000-0xfec00fff]
    [ 0.355469] pnp 00:0b: [mem 0xfed14000-0xfed1dfff]
    [ 0.355470] pnp 00:0b: [mem 0xfed20000-0xfed9ffff]
    [ 0.355472] pnp 00:0b: [mem 0xfee00000-0xfee00fff]
    [ 0.355473] pnp 00:0b: [mem 0xffb00000-0xffb7ffff]
    [ 0.355474] pnp 00:0b: [mem 0xfff00000-0xffffffff]
    [ 0.355476] pnp 00:0b: [mem 0x000e0000-0x000effff]
    [ 0.355518] system 00:0b: [mem 0x000f0000-0x000fffff] could not be reserved
    [ 0.355520] system 00:0b: [mem 0xcff00000-0xcfffffff] has been reserved
    [ 0.355522] system 00:0b: [mem 0xfed00000-0xfed000ff] has been reserved
    [ 0.355524] system 00:0b: [mem 0xcfe90000-0xcfefffff] could not be reserved
    [ 0.355526] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.355528] system 00:0b: [mem 0x00100000-0xcfe8ffff] could not be reserved
    [ 0.355530] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.355532] system 00:0b: [mem 0xfed14000-0xfed1dfff] has been reserved
    [ 0.355534] system 00:0b: [mem 0xfed20000-0xfed9ffff] has been reserved
    [ 0.355536] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.355538] system 00:0b: [mem 0xffb00000-0xffb7ffff] has been reserved
    [ 0.355540] system 00:0b: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.355541] system 00:0b: [mem 0x000e0000-0x000effff] has been reserved
    [ 0.355544] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.355550] pnp: PnP ACPI: found 12 devices
    [ 0.355551] ACPI: ACPI bus type pnp unregistered
    [ 0.359835] Switched to NOHz mode on CPU #0
    [ 0.359957] Switched to NOHz mode on CPU #1
    [ 0.361243] PCI: max bus depth: 1 pci_try_num: 2
    [ 0.361257] pci 0000:01:00.0: BAR 6: assigned [mem 0xfdd00000-0xfdd1ffff pref]
    [ 0.361260] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.361262] pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
    [ 0.361264] pci 0000:00:01.0: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.361267] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.361270] pci 0000:02:00.0: BAR 6: assigned [mem 0xfde00000-0xfde1ffff pref]
    [ 0.361272] pci 0000:00:1e.0: PCI bridge to [bus 02-02]
    [ 0.361274] pci 0000:00:1e.0: bridge window [io 0xd000-0xdfff]
    [ 0.361278] pci 0000:00:1e.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.361281] pci 0000:00:1e.0: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.361290] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.361294] pci 0000:00:01.0: setting latency timer to 64
    [ 0.361298] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.361301] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.361303] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.361304] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.361306] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.361308] pci_bus 0000:00: resource 8 [mem 0xcff00000-0xfebfffff]
    [ 0.361310] pci_bus 0000:01: resource 0 [io 0xc000-0xcfff]
    [ 0.361311] pci_bus 0000:01: resource 1 [mem 0xfdd00000-0xfddfffff]
    [ 0.361313] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.361315] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
    [ 0.361316] pci_bus 0000:02: resource 1 [mem 0xfdc00000-0xfdcfffff]
    [ 0.361318] pci_bus 0000:02: resource 2 [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.361320] pci_bus 0000:02: resource 4 [io 0x0000-0x0cf7]
    [ 0.361321] pci_bus 0000:02: resource 5 [io 0x0d00-0xffff]
    [ 0.361323] pci_bus 0000:02: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.361325] pci_bus 0000:02: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.361326] pci_bus 0000:02: resource 8 [mem 0xcff00000-0xfebfffff]
    [ 0.361382] NET: Registered protocol family 2
    [ 0.361578] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.362545] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.365489] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.365885] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.365887] TCP reno registered
    [ 0.365898] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.365957] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.366361] NET: Registered protocol family 1
    [ 0.366389] pci 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.366404] pci 0000:00:1a.0: PCI INT A disabled
    [ 0.366416] pci 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    [ 0.366430] pci 0000:00:1a.1: PCI INT B disabled
    [ 0.366437] pci 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 0.366450] pci 0000:00:1a.2: PCI INT D disabled
    [ 0.366458] pci 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.366482] pci 0000:00:1a.7: PCI INT C disabled
    [ 0.366491] pci 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 0.366505] pci 0000:00:1d.0: PCI INT A disabled
    [ 0.366510] pci 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 0.366524] pci 0000:00:1d.1: PCI INT B disabled
    [ 0.366529] pci 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.366543] pci 0000:00:1d.2: PCI INT C disabled
    [ 0.366550] pci 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 0.366567] pci 0000:00:1d.7: PCI INT A disabled
    [ 0.366580] pci 0000:01:00.0: Boot video device
    [ 0.366585] PCI: CLS 64 bytes, default 64
    [ 0.366632] Unpacking initramfs...
    [ 0.454751] Freeing initrd memory: 5640k freed
    [ 0.456212] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.456215] Placing 64MB software IO TLB between ffff8800cbe8a000 - ffff8800cfe8a000
    [ 0.456217] software IO TLB at phys 0xcbe8a000 - 0xcfe8a000
    [ 0.456534] audit: initializing netlink socket (disabled)
    [ 0.456546] type=2000 audit(1365546653.450:1): initialized
    [ 0.464589] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.466761] VFS: Disk quotas dquot_6.5.2
    [ 0.466866] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.467034] msgmni has been set to 15999
    [ 0.467211] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.467240] io scheduler noop registered
    [ 0.467241] io scheduler deadline registered (default)
    [ 0.467278] io scheduler cfq registered
    [ 0.467351] pcieport 0000:00:01.0: setting latency timer to 64
    [ 0.467374] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.467469] intel_idle: MWAIT substates: 0x22220
    [ 0.467470] intel_idle: does not run on family 6 model 23
    [ 0.467475] ERST: Table is not found!
    [ 0.467514] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.910220] Linux agpgart interface v0.103
    [ 0.910276] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.910607] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.910611] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.910655] mousedev: PS/2 mouse device common for all mice
    [ 0.910685] rtc_cmos 00:04: RTC can wake from S4
    [ 0.910758] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.910779] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 0.910786] cpuidle: using governor ladder
    [ 0.910788] cpuidle: using governor menu
    [ 0.910789] EFI Variables Facility v0.08 2004-May-17
    [ 0.910954] TCP cubic registered
    [ 0.911069] NET: Registered protocol family 10
    [ 0.911546] NET: Registered protocol family 17
    [ 0.911549] Registering the dns_resolver key type
    [ 0.911619] PM: Hibernation image not present or could not be loaded.
    [ 0.911633] registered taskstats version 1
    [ 0.912247] Magic number: 9:475:552
    [ 0.912270] pci_link PNP0C0F:03: hash matches
    [ 0.912305] rtc_cmos 00:04: setting system clock to 2013-04-09 22:30:55 UTC (1365546655)
    [ 0.912335] Initializing network drop monitor service
    [ 0.913212] Freeing unused kernel memory: 744k freed
    [ 0.913401] Write protecting the kernel read-only data: 8192k
    [ 0.917371] Freeing unused kernel memory: 1844k freed
    [ 0.919244] Freeing unused kernel memory: 656k freed
    [ 0.924863] systemd-udevd[35]: starting version 200
    [ 0.929217] [drm] Initialized drm 1.1.0 20060810
    [ 0.935568] [drm] radeon defaulting to kernel modesetting.
    [ 0.935570] [drm] radeon kernel modesetting enabled.
    [ 0.935608] radeon 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.935612] radeon 0000:01:00.0: setting latency timer to 64
    [ 0.935726] [drm] initializing kernel modesetting (REDWOOD 0x1002:0x68D8 0x174B:0xE151).
    [ 0.935758] [drm] register mmio base: 0xFDDC0000
    [ 0.935759] [drm] register mmio size: 131072
    [ 0.935849] ATOM BIOS: REDWOOD
    [ 0.935864] radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
    [ 0.935866] radeon 0000:01:00.0: GTT: 512M 0x0000000040000000 - 0x000000005FFFFFFF
    [ 0.937094] [drm] Detected VRAM RAM=1024M, BAR=256M
    [ 0.937097] [drm] RAM width 128bits DDR
    [ 0.937161] [TTM] Zone kernel: Available graphics memory: 4097430 kiB.
    [ 0.937162] [TTM] Zone dma32: Available graphics memory: 2097152 kiB.
    [ 0.937164] [TTM] Initializing pool allocator.
    [ 0.937201] [drm] radeon: 1024M of VRAM memory ready
    [ 0.937203] [drm] radeon: 512M of GTT memory ready.
    [ 0.937217] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 0.937218] [drm] Driver supports precise vblank timestamp query.
    [ 0.937250] radeon 0000:01:00.0: irq 41 for MSI/MSI-X
    [ 0.937254] radeon 0000:01:00.0: radeon: using MSI.
    [ 0.937281] [drm] radeon: irq initialized.
    [ 0.937286] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [ 0.937772] [drm] Loading REDWOOD Microcode
    [ 1.460015] Refined TSC clocksource calibration: 2992.499 MHz.
    [ 1.460020] Switching to clocksource tsc
    [ 61.120047] r600_cp: Failed to load firmware "radeon/REDWOOD_pfp.bin"
    [ 61.120083] [drm:evergreen_startup] *ERROR* Failed to load firmware!
    [ 61.120121] radeon 0000:01:00.0: disabling GPU acceleration
    [ 61.121175] radeon 0000:01:00.0: ffff880220c5c000 unpin not necessary
    [ 61.121177] radeon 0000:01:00.0: ffff880220c5c000 unpin not necessary
    [ 61.121191] failed to evaluate ATIF got AE_BAD_PARAMETER
    [ 61.122829] [drm] Radeon Display Connectors
    [ 61.122830] [drm] Connector 0:
    [ 61.122831] [drm] DisplayPort
    [ 61.122832] [drm] HPD4
    [ 61.122834] [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
    [ 61.122835] [drm] Encoders:
    [ 61.122836] [drm] DFP1: INTERNAL_UNIPHY2
    [ 61.122838] [drm] Connector 1:
    [ 61.122838] [drm] HDMI-A
    [ 61.122839] [drm] HPD5
    [ 61.122841] [drm] DDC: 0x6470 0x6470 0x6474 0x6474 0x6478 0x6478 0x647c 0x647c
    [ 61.122842] [drm] Encoders:
    [ 61.122843] [drm] DFP2: INTERNAL_UNIPHY2
    [ 61.122844] [drm] Connector 2:
    [ 61.122845] [drm] DVI-I
    [ 61.122846] [drm] HPD1
    [ 61.122847] [drm] DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
    [ 61.122849] [drm] Encoders:
    [ 61.122849] [drm] DFP3: INTERNAL_UNIPHY1
    [ 61.122851] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [ 62.320028] [drm] Radeon display connector DP-1: No monitor connected or invalid EDID
    [ 62.371931] [drm] Radeon display connector HDMI-A-1: Found valid EDID
    [ 62.423833] [drm] Radeon display connector DVI-I-1: Found valid EDID
    [ 62.423849] [drm] Internal thermal controller with fan control
    [ 62.423880] [drm] radeon: power management initialized
    [ 62.628633] [drm] fb mappable at 0xD0040000
    [ 62.628634] [drm] vram apper at 0xD0000000
    [ 62.628635] [drm] size 8294400
    [ 62.628636] [drm] fb depth is 24
    [ 62.628637] [drm] pitch is 7680
    [ 62.628675] fbcon: radeondrmfb (fb0) is primary device
    [ 62.924892] Console: switching to colour frame buffer device 240x67
    [ 62.928774] fb0: radeondrmfb frame buffer device
    [ 62.928775] drm: registered panic notifier
    [ 62.928779] [drm] Initialized radeon 2.10.0 20080528 for 0000:01:00.0 on minor 0
    [ 62.929721] device-mapper: uevent: version 1.0.3
    [ 62.929802] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: [email protected]
    [ 62.951388] usbcore: registered new interface driver usbfs
    [ 62.951408] usbcore: registered new interface driver hub
    [ 62.951860] usbcore: registered new device driver usb
    [ 62.952716] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 62.952738] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 62.952760] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 62.952762] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 62.952781] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 62.956678] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    [ 62.956692] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfdffe000
    [ 62.964173] SCSI subsystem initialized
    [ 62.966530] FDC 0 is a post-1991 82077
    [ 62.966568] libata version 3.00 loaded.
    [ 62.980013] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 62.980149] hub 1-0:1.0: USB hub found
    [ 62.980153] hub 1-0:1.0: 6 ports detected
    [ 62.980221] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 62.980241] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 62.980243] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 62.980251] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 62.984146] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    [ 62.984160] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdffd000
    [ 63.000008] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 63.000119] hub 2-0:1.0: USB hub found
    [ 63.000122] hub 2-0:1.0: 6 ports detected
    [ 63.000275] ata_piix 0000:00:1f.2: version 2.13
    [ 63.000283] ata_piix 0000:00:1f.2: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [ 63.000286] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [ 63.000312] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 63.000621] scsi0 : ata_piix
    [ 63.000680] scsi1 : ata_piix
    [ 63.000997] ata1: SATA max UDMA/133 cmd 0xf800 ctl 0xf700 bmdma 0xf400 irq 19
    [ 63.001001] ata2: SATA max UDMA/133 cmd 0xf600 ctl 0xf500 bmdma 0xf408 irq 19
    [ 63.001013] ata_piix 0000:00:1f.5: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [ 63.001016] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    [ 63.001039] ata_piix 0000:00:1f.5: setting latency timer to 64
    [ 63.001372] scsi2 : ata_piix
    [ 63.001546] scsi3 : ata_piix
    [ 63.001687] ata3: SATA max UDMA/133 cmd 0xf100 ctl 0xf000 bmdma 0xed00 irq 19
    [ 63.001690] ata4: SATA max UDMA/133 cmd 0xef00 ctl 0xee00 bmdma 0xed08 irq 19
    [ 63.030264] uhci_hcd: USB Universal Host Controller Interface driver
    [ 63.030424] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 63.030430] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 63.030432] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 63.030438] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 63.030465] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000fe00
    [ 63.030564] hub 3-0:1.0: USB hub found
    [ 63.030567] hub 3-0:1.0: 2 ports detected
    [ 63.030617] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    [ 63.030622] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 63.030624] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 63.030631] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 63.030658] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000fd00
    [ 63.030993] hub 4-0:1.0: USB hub found
    [ 63.030996] hub 4-0:1.0: 2 ports detected
    [ 63.031041] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 63.031046] uhci_hcd 0000:00:1a.2: setting latency timer to 64
    [ 63.031049] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 63.031054] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    [ 63.031073] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000fc00
    [ 63.031176] hub 5-0:1.0: USB hub found
    [ 63.031179] hub 5-0:1.0: 2 ports detected
    [ 63.031221] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 63.031225] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 63.031228] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 63.031233] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 63.031252] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fb00
    [ 63.031335] hub 6-0:1.0: USB hub found
    [ 63.031338] hub 6-0:1.0: 2 ports detected
    [ 63.031391] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 63.031396] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 63.031399] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 63.031403] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    [ 63.031423] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fa00
    [ 63.031507] hub 7-0:1.0: USB hub found
    [ 63.031510] hub 7-0:1.0: 2 ports detected
    [ 63.031554] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 63.031559] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 63.031561] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 63.031567] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    [ 63.031586] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000f900
    [ 63.031670] hub 8-0:1.0: USB hub found
    [ 63.031673] hub 8-0:1.0: 2 ports detected
    [ 63.360617] ata3: SATA link down (SStatus 0 SControl 300)
    [ 63.371236] ata4: SATA link down (SStatus 0 SControl 300)
    [ 63.480010] usb 1-5: new high speed USB device number 4 using ehci_hcd
    [ 63.631903] hub 1-5:1.0: USB hub found
    [ 63.632248] hub 1-5:1.0: 4 ports detected
    [ 63.750013] usb 1-6: new high speed USB device number 5 using ehci_hcd
    [ 63.870059] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 63.870069] ata1.01: SATA link down (SStatus 0 SControl 300)
    [ 63.870191] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 63.870202] ata2.01: SATA link down (SStatus 0 SControl 300)
    [ 63.870210] ata2.01: link offline, clearing class 3 to NONE
    [ 63.890185] ata2.00: ATAPI: HL-DT-ST DVDRAM GH22NS50, TN04, max UDMA/100
    [ 63.903235] ata1.00: ATA-8: WDC WD1002FAEX-00Z3A0, 05.01D05, max UDMA/133
    [ 63.903238] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 63.930119] ata2.00: configured for UDMA/100
    [ 63.940457] ata1.00: configured for UDMA/133
    [ 63.940539] scsi 0:0:0:0: Direct-Access ATA WDC WD1002FAEX-0 05.0 PQ: 0 ANSI: 5
    [ 63.943994] scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GH22NS50 TN04 PQ: 0 ANSI: 5
    [ 63.946116] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 63.946150] sd 0:0:0:0: [sda] Write Protect is off
    [ 63.946152] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 63.946167] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 63.954097] sda: sda1 sda2 sda3
    [ 63.954299] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 63.963411] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 63.963414] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 63.963518] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 64.360012] usb 2-5: new high speed USB device number 3 using ehci_hcd
    [ 64.565540] Initializing USB Mass Storage driver...
    [ 64.565618] scsi4 : usb-storage 2-5:1.0
    [ 64.565663] usbcore: registered new interface driver usb-storage
    [ 64.565664] USB Mass Storage support registered.
    [ 64.840010] usb 4-1: new full speed USB device number 2 using uhci_hcd
    [ 65.026702] hub 4-1:1.0: USB hub found
    [ 65.027689] hub 4-1:1.0: 3 ports detected
    [ 65.310009] usb 4-2: new low speed USB device number 3 using uhci_hcd
    [ 65.499874] input: USB Optical Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/input/input0
    [ 65.499920] generic-usb 0003:0461:4D15.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:1a.1-2/input0
    [ 65.499929] usbcore: registered new interface driver usbhid
    [ 65.499930] usbhid: USB HID core driver
    [ 65.570232] scsi 4:0:0:0: Direct-Access TEAC USB HS-CF Card 4.08 PQ: 0 ANSI: 0
    [ 65.577604] scsi 4:0:0:1: Direct-Access TEAC USB HS-xD/SM 4.08 PQ: 0 ANSI: 0
    [ 65.589979] scsi 4:0:0:2: Direct-Access TEAC USB HS-MS Card 4.08 PQ: 0 ANSI: 0
    [ 65.597478] scsi 4:0:0:3: Direct-Access TEAC USB HS-SD Card 4.08 PQ: 0 ANSI: 0
    [ 65.636345] sd 4:0:0:0: [sdb] Attached SCSI removable disk
    [ 65.675345] sd 4:0:0:1: [sdc] Attached SCSI removable disk
    [ 65.691970] sd 4:0:0:2: [sdd] Attached SCSI removable disk
    [ 65.700220] sd 4:0:0:3: [sde] Attached SCSI removable disk
    [ 65.760011] usb 7-2: new full speed USB device number 2 using uhci_hcd
    [ 66.050378] usb 1-5.1: new high speed USB device number 6 using ehci_hcd
    [ 66.161907] hub 1-5.1:1.0: USB hub found
    [ 66.162251] hub 1-5.1:1.0: 4 ports detected
    [ 66.241689] usb 4-1.1: new full speed USB device number 4 using uhci_hcd
    [ 66.390902] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1.1/4-1.1:1.0/input/input1
    [ 66.390933] generic-usb 0003:413C:2010.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1a.1-1.1/input0
    [ 66.397751] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1.1/4-1.1:1.1/input/input2
    [ 66.397794] generic-usb 0003:413C:2010.0003: input,hidraw2: USB HID v1.10 Device [Dell Dell USB Keyboard] on usb-0000:00:1a.1-1.1/input1
    [ 121.430130] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
    [ 123.970098] systemd[1]: systemd 200 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 123.998806] systemd[1]: Set hostname to <530-Arch>.
    [ 124.769151] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 124.769197] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 124.769210] systemd[1]: Starting Remote File System Setup.
    [ 124.769292] systemd[1]: Reached target Remote File System Setup.
    [ 124.769300] systemd[1]: Starting Syslog Socket.
    [ 124.769374] systemd[1]: Listening on Syslog Socket.
    [ 124.769383] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 124.769452] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 124.769460] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 124.769532] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 124.769539] systemd[1]: Starting Delayed Shutdown Socket.
    [ 124.769605] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 124.769612] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 124.769681] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 124.769688] systemd[1]: Starting Encrypted Volumes.
    [ 124.769742] systemd[1]: Reached target Encrypted Volumes.
    [ 124.769789] systemd[1]: Starting udev Kernel Socket.
    [ 124.769854] systemd[1]: Listening on udev Kernel Socket.
    [ 124.769891] systemd[1]: Starting udev Control Socket.
    [ 124.769957] systemd[1]: Listening on udev Control Socket.
    [ 124.769969] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 124.769999] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 124.770015] systemd[1]: Starting Paths.
    [ 124.770067] systemd[1]: Reached target Paths.
    [ 124.770090] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 124.770232] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 124.770240] systemd[1]: Starting Journal Socket.
    [ 124.770320] systemd[1]: Listening on Journal Socket.
    [ 124.770334] systemd[1]: Mounting POSIX Message Queue File System...
    [ 124.879092] systemd[1]: Started Set Up Additional Binary Formats.
    [ 124.879212] systemd[1]: Starting udev Kernel Device Manager...
    [ 124.953513] systemd[1]: Starting Load Kernel Modules...
    [ 124.990140] systemd-udevd[152]: starting version 200
    [ 125.020148] systemd[1]: Starting udev Coldplug all Devices...
    [ 125.080119] systemd[1]: Starting Journal Service...
    [ 125.130194] systemd[1]: Started Journal Service.
    [ 125.154128] systemd[1]: Starting Apply Kernel Variables...
    [ 125.172193] vboxdrv: Found 2 processor cores.
    [ 125.173262] vboxdrv: fAsync=0 offMin=0x252 offMax=0x1098
    [ 125.173309] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    [ 125.173311] vboxdrv: Successfully loaded version 4.2.10_OSE (interface 0x001a0004).
    [ 125.210168] systemd[1]: Starting Setup Virtual Console...
    [ 125.239943] vboxpci: IOMMU not found (not registered)
    [ 125.280099] systemd[1]: Mounting Debug File System...
    [ 125.360097] systemd[1]: Mounting Huge Pages File System...
    [ 125.411749] fuse init (API version 7.16)
    [ 125.430064] systemd[1]: Starting Swap.
    [ 125.430138] systemd[1]: Reached target Swap.
    [ 125.430167] systemd[1]: Started File System Check on Root Device.
    [ 125.430178] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 125.490117] systemd[1]: Expecting device dev-sda1.device...
    [ 125.490952] systemd[1]: Expecting device dev-system-home.device...
    [ 125.492912] systemd[1]: Started udev Kernel Device Manager.
    [ 125.493937] systemd[1]: Mounted POSIX Message Queue File System.
    [ 125.504233] EXT4-fs (dm-1): re-mounted. Opts: (null)
    [ 125.550960] systemd[1]: Started Load Kernel Modules.
    [ 125.692260] ACPI: Fan [FAN] (on)
    [ 125.692495] thermal LNXTHERM:00: registered as thermal_zone0
    [ 125.692497] ACPI: Thermal Zone [THRM] (40 C)
    [ 125.694631] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
    [ 125.694637] ACPI: Power Button [PWRB]
    [ 125.695144] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 125.695147] ACPI: Power Button [PWRF]
    [ 125.698756] ACPI: acpi_idle registered with cpuidle
    [ 125.711049] systemd[1]: Started Apply Kernel Variables.
    [ 125.791030] systemd[1]: Started Setup Virtual Console.
    [ 125.792132] systemd[1]: Mounted Debug File System.
    [ 125.793196] systemd[1]: Mounted Huge Pages File System.
    [ 125.823181] iTCO_vendor_support: vendor-support=0
    [ 125.832326] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    [ 125.832413] iTCO_wdt: Found a ICH9R TCO device (Version=2, TCOBASE=0x0460)
    [ 125.832465] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 125.861014] systemd[1]: Started Remount Root and Kernel File Systems.
    [ 125.925415] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 18 (level, low) -> IRQ 18
    [ 125.931016] systemd[1]: Started udev Coldplug all Devices.
    [ 125.931053] systemd[1]: Starting Load Random Seed...
    [ 125.972288] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 125.974253] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
    [ 125.974255] e1000: Copyright (c) 1999-2006 Intel Corporation.
    [ 125.974275] e1000 0000:02:00.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    [ 126.010143] systemd[1]: Mounting FUSE Control File System...
    [ 126.248928] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [ 126.294564] Linux media interface: v0.10
    [ 126.300084] systemd[1]: Mounted Configuration File System.
    [ 126.300106] systemd[1]: Starting Local File Systems (Pre).
    [ 126.301223] systemd[1]: Reached target Local File Systems (Pre).
    [ 126.301236] systemd[1]: Mounting /tmp...
    [ 126.377775] Linux video capture interface: v2.00
    [ 126.432046] systemd[1]: Mounted FUSE Control File System.
    [ 126.462280] e1000 0000:02:00.0: eth0: (PCI:33MHz:32-bit) 00:0e:0c:d0:a9:e7
    [ 126.462285] e1000 0000:02:00.0: eth0: Intel(R) PRO/1000 Network Connection
    [ 126.500227] systemd-udevd[164]: renamed network interface eth0 to enp2s0
    [ 126.501038] systemd[1]: Started Load Random Seed.
    [ 126.502216] systemd[1]: Mounted /tmp.
    [ 126.506786] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 126.506833] HDA Intel 0000:00:1b.0: irq 41 for MSI/MSI-X
    [ 126.506848] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [ 126.531938] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0809)
    [ 126.565629] input: UVC Camera (046d:0809) as /devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6:1.0/input/input6
    [ 126.565690] usbcore: registered new interface driver uvcvideo
    [ 126.565692] USB Video Class driver (v1.1.0)
    [ 126.590651] systemd[1]: Starting LVM2 metadata daemon...
    [ 126.616253] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input7
    [ 126.619198] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 126.619298] HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 126.619341] HDA Intel 0000:01:00.1: irq 42 for MSI/MSI-X
    [ 126.619358] HDA Intel 0000:01:00.1: setting latency timer to 64
    [ 126.656242] HDMI status: Pin=3 Presence_Detect=0 ELD_Valid=0
    [ 126.656451] input: HD-Audio Generic HDMI/DP as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input9
    [ 126.752008] systemd[1]: Started LVM2 metadata daemon.
    [ 126.852107] systemd[1]: Found device WDC_WD1002FAEX-00Z3A0.
    [ 126.852132] systemd[1]: Starting File System Check on /dev/sda1...
    [ 126.968131] systemd[1]: Starting Sound Card.
    [ 126.969099] systemd[1]: Reached target Sound Card.
    [ 127.068309] usbcore: registered new interface driver snd-usb-audio
    [ 127.090039] set resolution quirk: cval->res = 384
    [ 127.191068] systemd[1]: Started File System Check on /dev/sda1.
    [ 127.191108] systemd[1]: Mounting /boot...
    [ 127.342463] systemd[1]: Found device /dev/system/home.
    [ 127.342487] systemd[1]: Starting File System Check on /dev/system/home...
    [ 127.345862] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
    [ 127.347400] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
    [ 127.402015] systemd[1]: Mounted /boot.
    [ 127.571070] systemd[1]: Started File System Check on /dev/system/home.
    [ 127.571107] systemd[1]: Mounting /home...
    [ 127.733803] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
    [ 127.735071] systemd[1]: Mounted /home.
    [ 127.735105] systemd[1]: Mounting /home/user/Temp...
    [ 127.941264] systemd[1]: Mounted /home/user/Temp.
    [ 127.941290] systemd[1]: Starting Local File Systems.
    [ 127.942288] systemd[1]: Reached target Local File Systems.
    [ 127.942344] systemd[1]: Starting Recreate Volatile Files and Directories...
    [ 128.511113] systemd[1]: Started Recreate Volatile Files and Directories.
    [ 128.511164] systemd[1]: Starting System Initialization.
    [ 128.512200] systemd[1]: Reached target System Initialization.
    [ 128.512212] systemd[1]: Starting D-Bus System Message Bus Socket.
    [ 128.513265] systemd[1]: Listening on D-Bus System Message Bus Socket.
    [ 128.513275] systemd[1]: Starting Sockets.
    [ 128.514300] systemd[1]: Reached target Sockets.
    [ 128.514311] systemd[1]: Starting Daily Cleanup of Temporary Directories.
    [ 128.514326] systemd[1]: Started Daily Cleanup of Temporary Directories.
    [ 128.514335] systemd[1]: Starting Timers.
    [ 128.515358] systemd[1]: Reached target Timers.
    [ 128.515366] systemd[1]: Starting Restore Sound Card State...
    [ 128.590137] systemd[1]: Starting Basic System.
    [ 128.591286] systemd[1]: Reached target Basic System.
    [ 128.591300] systemd[1]: Starting System Logger Daemon...
    [ 128.651171] systemd[1]: Started System Logger Daemon.
    [ 128.651191] systemd[1]: Starting powersave level for Radeon driver...
    [ 128.720168] systemd[1]: Started SSH Key Generation.
    [ 128.720202] systemd[1]: Starting OpenSSH Daemon...
    [ 128.801180] systemd[1]: Started OpenSSH Daemon.
    [ 128.801207] systemd[1]: Starting Periodic Command Scheduler...
    [ 128.861133] systemd[1]: Started Periodic Command Scheduler.
    [ 128.861157] systemd[1]: Starting Apparmor...
    [ 128.921385] systemd[1]: Started Apparmor.
    [ 128.921416] systemd[1]: Starting Netcfg multi-profile daemon...
    [ 128.980152] systemd[1]: Starting Packet Filtering Framework...
    [ 129.040127] systemd[1]: Starting Xbox 360 Controller Driver...
    [ 129.042976] ADDRCONF(NETDEV_UP): enp2s0: link is not ready
    [ 129.121301] systemd[1]: Started Xbox 360 Controller Driver.
    [ 129.121333] systemd[1]: Starting Login Service...
    [ 129.150621] ip_tables: (C) 2000-2006 Netfilter Core Team
    [ 129.190111] systemd[1]: Starting D-Bus System Message Bus...
    [ 129.204645] type=1400 audit(1365546783.767:2): apparmor="STATUS" operation="profile_load" name="/usr/lib/dovecot/managesieve-login" pid=367 comm="apparmor_parser"
    [ 129.210909] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    [ 129.271230] systemd[1]: Started D-Bus System Message Bus.
    [ 129.291825] e1000: enp2s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
    [ 129.292656] ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
    [ 129.314331] input: Xbox Gamepad (userspace driver) as /devices/virtual/input/input10
    [ 129.368509] type=1400 audit(1365546783.927:3): apparmor="STATUS" operation="profile_load" name="/usr/sbin/dnsmasq" pid=367 comm="apparmor_parser"
    [ 129.381085] systemd[1]: Started Restore Sound Card State.
    [ 129.471059] systemd[1]: Started powersave level for Radeon driver.
    [ 129.591095] systemd[1]: Started Netcfg multi-profile daemon.
    [ 129.691085] systemd[1]: Started Packet Filtering Framework.
    [ 129.691122] systemd[1]: Starting Network.
    [ 129.692143] systemd[1]: Reached target Network.
    [ 129.692153] systemd[1]: Starting Anonymizing Overlay Network...
    [ 129.770137] systemd[1]: Starting Network Time Service...
    [ 129.851368] systemd[1]: Mounting /home/user/NetworkShare...
    [ 129.886172] type=1400 audit(1365546784.447:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/apache2/mpm-prefork/apache2" pid=367 comm="apparmor_parser"
    [ 129.886251] type=1400 audit(1365546784.447:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/apache2/mpm-prefork/apache2//DEFAULT_URI" pid=367 comm="apparmor_parser"
    [ 129.886306] type=1400 audit(1365546784.447:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/apache2/mpm-prefork/apache2//HANDLING_UNTRUSTED_INPUT" pid=367 comm="apparmor_parser"
    [ 129.886417] type=1400 audit(1365546784.447:7): apparmor="STATUS" operation="profile_load" name="/usr/lib/apache2/mpm-prefork/apache2//phpsysinfo" pid=367 comm="apparmor_parser"
    [ 129.991051] FS-Cache: Loaded
    [ 130.059005] FS-Cache: Netfs 'cifs' registered for caching
    [ 130.380110] e1000: enp2s0 NIC Link is Down
    [ 130.449417] type=1400 audit(1365546785.007:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/chromium/chromium" pid=367 comm="apparmor_parser"
    [ 130.600105] type=1400 audit(1365546785.167:9): apparmor="STATUS" operation="profile_load" name="/sbin/syslogd" pid=367 comm="apparmor_parser"
    [ 130.738201] type=1400 audit(1365546785.297:10): apparmor="STATUS" operation="profile_load" name="/usr/sbin/avahi-daemon" pid=367 comm="apparmor_parser"
    [ 130.946524] type=1400 audit(1365546785.507:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/dovecot/pop3-login" pid=367 comm="apparmor_parser"
    [ 132.681822] e1000: enp2s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
    [ 133.770110] e1000: enp2s0 NIC Link is Down
    [ 134.715491] audit_printk_skb: 63 callbacks suppressed
    [ 134.715494] type=1400 audit(1365546789.277:33): apparmor="STATUS" operation="profile_load" name="/usr/lib/firefox{,-[0-9]*}/firefox{,*[^s][^h]}" pid=367 comm="apparmor_parser"
    [ 134.833922] type=1400 audit(1365546789.397:34): apparmor="STATUS" operation="profile_load" name="/usr/sbin/identd" pid=367 comm="apparmor_parser"
    [ 136.131828] e1000: enp2s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
    [ 137.230119] e1000: enp2s0 NIC Link is Down
    [ 138.190024] CIFS VFS: Error connecting to socket. Aborting operation
    [ 138.240053] CIFS VFS: cifs_mount failed w/return code = -115
    [ 139.531821] e1000: enp2s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
    [ 139.950006] enp2s0: no IPv6 routers present
    [ 146.452046] EXT4-fs (dm-1): re-mounted. Opts: commit=0
    [ 146.834045] EXT4-fs (dm-2): re-mounted. Opts: commit=0
    ./usr/lib/firmware/radeon/REDWOOD_pfp.bin is present within the initramfs file, so I'm not quite sure why it cannot find it (lsinitcpio /boot/initramfs-linux-lts.img):
    ./VERSION
    ./buildconfig
    ./config
    ./shutdown
    ./hooks
    ./hooks/shutdown
    ./hooks/lvm2
    ./hooks/encrypt
    ./hooks/udev
    ./init
    ./init_functions
    ./lib64
    ./sbin
    ./bin
    ./lib
    ./usr
    ./usr/lib64
    ./usr/sbin
    ./usr/bin
    ./usr/bin/findmnt
    ./usr/bin/lsblk
    ./usr/bin/cp
    ./usr/bin/fsck
    ./usr/bin/fsck.ext3
    ./usr/bin/fsck.ext2
    ./usr/bin/fsck.ext4
    ./usr/bin/dmsetup
    ./usr/bin/lvmetad
    ./usr/bin/lvm
    ./usr/bin/cryptsetup
    ./usr/bin/udevadm
    ./usr/bin/udevd
    ./usr/bin/switch_root
    ./usr/bin/mount
    ./usr/bin/blkid
    ./usr/bin/modinfo
    ./usr/bin/modprobe
    ./usr/bin/lsmod
    ./usr/bin/rmmod
    ./usr/bin/insmod
    ./usr/bin/depmod
    ./usr/bin/kmod
    ./usr/bin/yes
    ./usr/bin/wget
    ./usr/bin/wc
    ./usr/bin/vi
    ./usr/bin/uptime
    ./usr/bin/uniq
    ./usr/bin/uname
    ./usr/bin/umount
    ./usr/bin/true
    ./usr/bin/touch
    ./usr/bin/tftp
    ./usr/bin/test
    ./usr/bin/telnet
    ./usr/bin/tail
    ./usr/bin/tac
    ./usr/bin/strings
    ./usr/bin/stat
    ./usr/bin/sort
    ./usr/bin/sleep
    ./usr/bin/sha512sum
    ./usr/bin/sha256sum
    ./usr/bin/sha1sum
    ./usr/bin/sh
    ./usr/bin/setfont
    ./usr/bin/seq
    ./usr/bin/sed
    ./usr/bin/route
    ./usr/bin/rmdir
    ./usr/bin/rm
    ./usr/bin/reboot
    ./usr/bin/readlink
    ./usr/bin/pwd
    ./usr/bin/ps
    ./usr/bin/printf
    ./usr/bin/poweroff
    ./usr/bin/ping6
    ./usr/bin/ping
    ./usr/bin/pidof
    ./usr/bin/pgrep
    ./usr/bin/openvt
    ./usr/bin/nslookup
    ./usr/bin/netstat
    ./usr/bin/nc
    ./usr/bin/mv
    ./usr/bin/mktemp
    ./usr/bin/mknod
    ./usr/bin/mkfifo
    ./usr/bin/mkdir
    ./usr/bin/md5sum
    ./usr/bin/ls
    ./usr/bin/losetup
    ./usr/bin/loadkmap
    ./usr/bin/loadfont
    ./usr/bin/ln
    ./usr/bin/less
    ./usr/bin/killall
    ./usr/bin/kill
    ./usr/bin/kbd_mode
    ./usr/bin/iptunnel
    ./usr/bin/iprule
    ./usr/bin/iproute
    ./usr/bin/iplink
    ./usr/bin/ipaddr
    ./usr/bin/ip
    ./usr/bin/install
    ./usr/bin/init
    ./usr/bin/ifconfig
    ./usr/bin/hexdump
    ./usr/bin/head
    ./usr/bin/halt
    ./usr/bin/grep
    ./usr/bin/getopt
    ./usr/bin/free
    ./usr/bin/false
    ./usr/bin/expr
    ./usr/bin/env
    ./usr/bin/egrep
    ./usr/bin/echo
    ./usr/bin/du
    ./usr/bin/dmesg
    ./usr/bin/dirname
    ./usr/bin/df
    ./usr/bin/dd
    ./usr/bin/cut
    ./usr/bin/cttyhack
    ./usr/bin/clear
    ./usr/bin/chroot
    ./usr/bin/chown
    ./usr/bin/chmod
    ./usr/bin/chgrp
    ./usr/bin/cat
    ./usr/bin/basename
    ./usr/bin/awk
    ./usr/bin/ash
    ./usr/bin/[[
    ./usr/bin/[
    ./usr/bin/busybox
    ./usr/lib
    ./usr/lib/firmware
    ./usr/lib/firmware/radeon
    ./usr/lib/firmware/radeon/BARTS_pfp.bin
    ./usr/lib/firmware/radeon/BARTS_me.bin
    ./usr/lib/firmware/radeon/BARTS_mc.bin
    ./usr/lib/firmware/radeon/BTC_rlc.bin
    ./usr/lib/firmware/radeon/TURKS_pfp.bin
    ./usr/lib/firmware/radeon/TURKS_me.bin
    ./usr/lib/firmware/radeon/TURKS_mc.bin
    ./usr/lib/firmware/radeon/CAICOS_pfp.bin
    ./usr/lib/firmware/radeon/CAICOS_me.bin
    ./usr/lib/firmware/radeon/CAICOS_mc.bin
    ./usr/lib/firmware/radeon/CAYMAN_pfp.bin
    ./usr/lib/firmware/radeon/CAYMAN_me.bin
    ./usr/lib/firmware/radeon/CAYMAN_mc.bin
    ./usr/lib/firmware/radeon/CAYMAN_rlc.bin
    ./usr/lib/firmware/radeon/R600_pfp.bin
    ./usr/lib/firmware/radeon/R600_me.bin
    ./usr/lib/firmware/radeon/RV610_pfp.bin
    ./usr/lib/firmware/radeon/RV610_me.bin
    ./usr/lib/firmware/radeon/RV630_pfp.bin
    ./usr/lib/firmware/radeon/RV630_me.bin
    ./usr/lib/firmware/radeon/RV620_pfp.bin
    ./usr/lib/firmware/radeon/RV620_me.bin
    ./usr/lib/firmware/radeon/RV635_pfp.bin
    ./usr/lib/firmware/radeon/RV635_me.bin
    ./usr/lib/firmware/radeon/RV670_pfp.bin
    ./usr/lib/firmware/radeon/RV670_me.bin
    ./usr/lib/firmware/radeon/RS780_pfp.bin
    ./usr/lib/firmware/radeon/RS780_me.bin
    ./usr/lib/firmware/radeon/RV770_pfp.bin
    ./usr/lib/firmware/radeon/RV770_me.bin
    ./usr/lib/firmware/radeon/RV730_pfp.bin
    ./usr/lib/firmware/radeon/RV730_me.bin
    ./usr/lib/firmware/radeon/RV710_pfp.bin
    ./usr/lib/firmware/radeon/RV710_me.bin
    ./usr/lib/firmware/radeon/R600_rlc.bin
    ./usr/lib/firmware/radeon/R700_rlc.bin
    ./usr/lib/firmware/radeon/CEDAR_pfp.bin
    ./usr/lib/firmware/radeon/CEDAR_me.bin
    ./usr/lib/firmware/radeon/CEDAR_rlc.bin
    ./usr/lib/firmware/radeon/REDWOOD_pfp.bin
    ./usr/lib/firmware/radeon/REDWOOD_me.bin
    ./usr/lib/firmware/radeon/REDWOOD_rlc.bin
    ./usr/lib/firmware/radeon/JUNIPER_pfp.bin
    ./usr/lib/firmware/radeon/JUNIPER_me.bin
    ./usr/lib/firmware/radeon/JUNIPER_rlc.bin
    ./usr/lib/firmware/radeon/CYPRESS_pfp.bin
    ./usr/

    This occurs with the 3.4 kernel as well, so whatever incompatibility was introduced was fixed in 3.5 or 3.6. I'm using 3.7.10 right now (since everything else seems to be broken in some way), and not experiencing this.

  • [SOLVED] lib32-printproto on AUR

    Hi,
    I'm trying to install lib32-libxp from AUR, and I can't because its depency (lib32-printproto) gives me an error:
    └─>$ yaourt -S lib32-libxp
    ==> Resuming previous build
    ==> Downloading lib32-libxp PKGBUILD from AUR...
    tar: Record size = 6 blocks
    ==> Last 5 comments ordered by date (asc):
    Comment by: Janax on Thu, 01 Nov 2007 15:51:18 +0000
    Had to change the link from "core" to "extra" repository... otherwise worked perfectly!
    Comment by: Synthead on Tue, 21 Oct 2008 13:01:30 +0000
    Had problems with this package. I made a new PKGBUILD:
    pkgname=lib32-libxp
    pkgname32=${pkgname/lib32-/}
    pkgver=1.0.0
    pkgrel=1
    pkgrel32=2
    pkgdesc="X11 X Print Library"
    arch=(x86_64)
    url="http://xorg.freedesktop.org/"
    license=('GPL')
    groups=()
    depends=(lib32-libxext lib32-printproto)
    makedepends=()
    provides=()
    conflicts=()
    replaces=()
    backup=()
    options=()
    install=
    source=(ftp://ftp.archlinux.org/extra/os/i686/${pkgname32}-${pkgver}-${pkgrel32}-i686.pkg.tar.gz)
    noextract=()
    md5sums=(d1ba7ca5620ec0a03806cba518af8acf)
    build() {
    mkdir -p $startdir/pkg/opt/lib32/usr/
    cp -rPf $startdir/src/usr/lib $startdir/pkg/opt/lib32/usr/lib
    Comment by: ataraxia on Sun, 14 Jun 2009 22:47:56 +0000
    Adopted and updated. New PKGBUILD based on Synthead's, from previous comment.
    Comment by: Kray on Fri, 21 Aug 2009 16:19:31 +0000
    PKGBUILD is broken, pkgrel32 should be 3, not 2
    Comment by: bchurchill on Thu, 24 Dec 2009 05:24:43 +0000
    lib32-printproto should be listed as a dependency.
    Everything else works! The PKGBUILD was updated to include Kray's comment that pkgre132 needed to be changed.
    First Submitted: Fri, 23 Mar 2007 22:38:51 +0000
    lib32-libxp 1.0.0-4 : X11 X Print Library
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> lib32-libxp dependencies:
    - lib32-libxext (already installed)
    - lib32-printproto (building from AUR)
    ==> Continue the building of lib32-libxp ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Building missing dependencies from AUR:
    ==> Resuming previous build
    ==> Downloading lib32-printproto PKGBUILD from AUR...
    tar: Record size = 6 blocks
    First Submitted: Tue, 21 Oct 2008 12:56:55 +0000
    lib32-printproto 1.0.4-1 : X11 print extension wire protocol
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of lib32-printproto ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for lib32-printproto:
    ==> Building and installing package
    ==> Making package: lib32-printproto 1.0.4-1 x86_64 (Sat Mar 13 11:11:31 CET 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Downloading printproto-1.0.4-1-i686.pkg.tar.gz...
    --2010-03-13 11:11:31-- ftp://ftp.archlinux.org/extra/os/i686/printproto-1.0.4-1-i686.pkg.tar.gz
    => "printproto-1.0.4-1-i686.pkg.tar.gz.part"
    Resolving ftp.archlinux.org... 209.85.41.143, 209.85.41.144
    Connecting to ftp.archlinux.org|209.85.41.143|:21... connected.
    Logging in as anonymous ... Logged in!
    ==> SYST ... done. ==> PWD ... done.
    ==> TYPE I ... done. ==> CWD (1) /extra/os/i686 ... done.
    ==> SIZE printproto-1.0.4-1-i686.pkg.tar.gz ... done.
    ==> PASV ... done. ==> RETR printproto-1.0.4-1-i686.pkg.tar.gz ...
    No such file "printproto-1.0.4-1-i686.pkg.tar.gz".
    ==> ERROR: Failure while downloading printproto-1.0.4-1-i686.pkg.tar.gz
    Aborting...
    Error: Makepkg was unable to build lib32-printproto package.
    ==> Install or build missing dependencies for lib32-libxp:
    Looks like the file is not found, but where else can I find it ?
    Last edited by spiridow (2010-03-13 12:56:04)

    jelly wrote:you should check the i686 version of i686 and change it in the PKGBUILD.
    Thanks, that worked. I had to change the md5sum too, though.

  • Kdm restarts after login

    When I login using kdm, kdm crashes and restarts. (Only when I enter valid password - when I enter wrong password, kdm normally says "login failed")
    I use kdemod.
    I can start my kde using startx/startkde, but this is not what I want.
    I don't even know which kind of info shoul I provide here... So which? Or what do you recommend to do.

    grep kdm /var/log/messages - nothing
    Xorg.0.log - no problem, i suppose. Note that when kdm restarts, X obviously restarts as well.
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.7.5.902 (1.7.6 RC 2)
    Release Date: 2010-03-12
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.33-ARCH x86_64
    Current Operating System: Linux xochipilli 2.6.32-ARCH #1 SMP PREEMPT Mon Mar 15 20:44:03 CET 2010 x86_64
    Kernel command line: root=/dev/disk/by-uuid/d8e4fc72-ce08-4df7-8190-b07164690828 resume=/dev/sda2 ro
    Build Date: 13 March 2010 07:35:38PM
    Current version of pixman: 0.16.6
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 19 19:56:10 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Xorg Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "PS/2 Mouse"
    (**) Option "DontZap" "off"
    (**) Option "AllowMouseOpenFail" "true"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
    Entry deleted from font path.
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
    (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
    Entry deleted from font path.
    (**) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Loader magic: 0x7c1440
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (++) using VT number 7
    (--) PCI:*(0:0:2:0) 8086:2a42:17aa:20e4 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf2000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
    (--) PCI: (0:0:2:1) 8086:2a43:17aa:20e4 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf2400000/1048576
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "xtrap"
    (WW) Warning, couldn't open module xtrap
    (II) UnloadModule: "xtrap"
    (EE) Failed to load module "xtrap" (module does not exist, 0)
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.7.4.901, module version = 2.10.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.7.0.901, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.7.0.901, module version = 1.5.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
    (II) Primary Device is: PCI 00@00:02:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (**) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
    (--) intel(0): Chipset: "GM45"
    (==) intel(0): video overlay key set to 0x101fe
    (II) intel(0): Output VGA1 using monitor section Monitor0
    (II) intel(0): Output LVDS1 has no monitor section
    (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    (II) intel(0): Output HDMI1 has no monitor section
    (II) intel(0): Output DP1 has no monitor section
    (II) intel(0): Output HDMI2 has no monitor section
    (II) intel(0): Output DP2 has no monitor section
    (II) intel(0): Output DP3 has no monitor section
    (II) intel(0): Output VGA1 disconnected
    (II) intel(0): Output LVDS1 connected
    (II) intel(0): Output HDMI1 disconnected
    (II) intel(0): Output DP1 disconnected
    (II) intel(0): Output HDMI2 disconnected
    (II) intel(0): Output DP2 disconnected
    (II) intel(0): Output DP3 disconnected
    (II) intel(0): Using user preference for initial modes
    (II) intel(0): Output LVDS1 using initial mode 1280x800
    (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    (==) intel(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (==) Depth 24 pixmap format is 32 bpp
    (II) intel(0): [DRI2] Setup complete
    (**) intel(0): Tiling enabled
    (**) intel(0): SwapBuffers wait enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) UXA(0): Driver registered support for the following operations:
    (II) solid
    (II) copy
    (II) composite (RENDER acceleration)
    (II) put_image
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): No memory allocations
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (**) intel(0): DPMS enabled
    (==) intel(0): Intel XvMC decoder enabled
    (II) intel(0): Set up textured video
    (II) intel(0): [XvMC] xvmc_vld driver initialized.
    (II) intel(0): direct rendering: DRI2 Enabled
    (WW) intel(0): Option "monitor-HDMI-2" is not used
    (WW) intel(0): Option "monitor-HDMI-1" is not used
    (WW) intel(0): Option "monitor-LVDS" is not used
    (WW) intel(0): Option "PrefferedMode" is not used
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i965_dri.so
    (II) GLX: Initialized DRI2 GL provider for screen 0
    (II) intel(0): Setting screen physical size to 338 x 211
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "cz"
    (**) Keyboard0: XkbLayout: "cz"
    (WW) Option "XkbVariant" requires an string value
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (**) Option "Protocol" "auto"
    (**) Option "Device" "/dev/psaux"
    (II) PS/2 Mouse: Setting mouse protocol to "ExplorerPS/2"
    (**) PS/2 Mouse: Device: "/dev/psaux"
    (**) PS/2 Mouse: Protocol: "auto"
    (**) Option "SendCoreEvents" "true"
    (**) Option "CorePointer"
    (**) PS/2 Mouse: always reports core events
    (**) Option "Device" "/dev/psaux"
    (**) Option "Emulate3Buttons" "true"
    (**) Option "Emulate3Timeout" "70"
    (**) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 70
    (**) Option "ZAxisMapping" "4 5"
    (**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5
    (**) PS/2 Mouse: Buttons: 9
    (**) PS/2 Mouse: Sensitivity: 1
    (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
    (**) PS/2 Mouse: (accel) acceleration profile 0
    (II) PS/2 Mouse: Setting mouse protocol to "ExplorerPS/2"
    (II) PS/2 Mouse: ps2EnableDataReporting: succeeded
    (II) AIGLX: Suspending AIGLX clients for VT switch

  • (SOLVED) nvidia GT 650M driver 331.38 problem with bumblebee

    Hello people. Since i updated my system to nvidia 338.38-3 via pacman the bumblebee service stopped working and now i have the following error when i started something with primusrun or optirun:
    [ 2070.640091] [ERROR]Cannot access secondary GPU - error: Could not enable discrete graphics card
    [ 2070.640141] [ERROR]Aborting because fallback start is disabled.
    My bumblebee.conf it's like this:
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=nvidia
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=auto
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    # bbswitch - new in BB 3, recommended if available
    # switcheroo - vga_switcheroo method, use at your own risk
    # none - disable PM completely
    # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
    My xorg.conf.nvidia it's like this:
    Section "ServerLayout"
    Identifier "Layout0"
    Option "AutoAddDevices" "false"
    Option "AutoAddGPU" "falsa"
    EndSection
    Section "Device"
    Identifier "DiscreteNvidia"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    # If the X server does not automatically detect your VGA device,
    # you can manually set it here.
    # To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
    # as you see in the commented example.
    # This Setting may be needed in some platforms with more than one
    # nvidia card, which may confuse the proprietary driver (e.g.,
    # trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
    # BusID "PCI:01:00:0"
    # Setting ProbeAllGpus to false prevents the new proprietary driver
    # instance spawned to try to control the integrated graphics card,
    # which is already being managed outside bumblebee.
    # This option doesn't hurt and it is required on platforms running
    # more than one nvidia graphics card with the proprietary driver.
    # (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
    # If this option is not set, the new Xorg may blacken the screen and
    # render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"
    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"
    EndSection
    If someone could enlighten me i would apreciate it..Thanks in advance
    Last edited by CyberNhull (2014-03-12 10:50:32)

    skualito wrote:
    Try booting with this kernel parameter:
    rcutree.rcu_idle_gp_delay=1
    Thanks for the reply, i tried that and the error changed to:
    [ 297.499172] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NVIDIA(0): Failed to assign any connected display devices to X screen 0.
    I will post my log since it appears the graphics now is at least detected but not inicialized:
    sudo cat /var/log/Xorg.8.log
    [ 294.111]
    X.Org X Server 1.15.0
    Release Date: 2013-12-27
    [ 294.111] X Protocol Version 11, Revision 0
    [ 294.111] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 294.111] Current Operating System: Linux Nhull-Greyk 3.13.6-1-ARCH #1 SMP PREEMPT Fri Mar 7 22:47:48 CET 2014 x86_64
    [ 294.111] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda2 rw rcutree.rcu_idle_gp_delay=1
    [ 294.111] Build Date: 09 January 2014 08:47:24AM
    [ 294.111]
    [ 294.111] Current version of pixman: 0.32.4
    [ 294.111] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 294.111] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 294.111] (==) Log file: "/var/log/Xorg.8.log", Time: Tue Mar 11 10:51:03 2014
    [ 294.111] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 294.111] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 294.111] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 294.111] (==) ServerLayout "Layout0"
    [ 294.111] (==) No screen section available. Using defaults.
    [ 294.111] (**) |-->Screen "Default Screen Section" (0)
    [ 294.111] (**) | |-->Monitor "<default monitor>"
    [ 294.111] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 294.111] (**) | |-->Device "DiscreteNvidia"
    [ 294.111] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 294.111] (**) Option "AutoAddDevices" "false"
    [ 294.111] (**) Option "AutoAddGPU" "false"
    [ 294.111] (**) Not automatically adding devices
    [ 294.111] (==) Automatically enabling devices
    [ 294.111] (**) Not automatically adding GPU devices
    [ 294.111] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 294.111] Entry deleted from font path.
    [ 294.111] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 294.111] Entry deleted from font path.
    [ 294.111] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 294.111] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 294.111] Entry deleted from font path.
    [ 294.111] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 294.111] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 294.112] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 294.112] (==) |-->Input Device "<default pointer>"
    [ 294.112] (==) |-->Input Device "<default keyboard>"
    [ 294.112] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 294.112] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 294.112] (II) Loader magic: 0x804c80
    [ 294.112] (II) Module ABI versions:
    [ 294.112] X.Org ANSI C Emulation: 0.4
    [ 294.112] X.Org Video Driver: 15.0
    [ 294.112] X.Org XInput driver : 20.0
    [ 294.112] X.Org Server Extension : 8.0
    [ 294.112] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 294.112] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 294.112] setversion 1.4 failed: Permission denied
    [ 294.113] (--) PCI:*(0:1:0:0) 10de:0fd1:144d:c0d1 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 294.113] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 294.113] Initializing built-in extension Generic Event Extension
    [ 294.113] Initializing built-in extension SHAPE
    [ 294.113] Initializing built-in extension MIT-SHM
    [ 294.113] Initializing built-in extension XInputExtension
    [ 294.113] Initializing built-in extension XTEST
    [ 294.113] Initializing built-in extension BIG-REQUESTS
    [ 294.113] Initializing built-in extension SYNC
    [ 294.113] Initializing built-in extension XKEYBOARD
    [ 294.113] Initializing built-in extension XC-MISC
    [ 294.114] Initializing built-in extension SECURITY
    [ 294.114] Initializing built-in extension XINERAMA
    [ 294.114] Initializing built-in extension XFIXES
    [ 294.114] Initializing built-in extension RENDER
    [ 294.114] Initializing built-in extension RANDR
    [ 294.114] Initializing built-in extension COMPOSITE
    [ 294.114] Initializing built-in extension DAMAGE
    [ 294.114] Initializing built-in extension MIT-SCREEN-SAVER
    [ 294.114] Initializing built-in extension DOUBLE-BUFFER
    [ 294.114] Initializing built-in extension RECORD
    [ 294.114] Initializing built-in extension DPMS
    [ 294.114] Initializing built-in extension Present
    [ 294.114] Initializing built-in extension DRI3
    [ 294.114] Initializing built-in extension X-Resource
    [ 294.114] Initializing built-in extension XVideo
    [ 294.114] Initializing built-in extension XVideo-MotionCompensation
    [ 294.114] Initializing built-in extension XFree86-VidModeExtension
    [ 294.114] Initializing built-in extension XFree86-DGA
    [ 294.114] Initializing built-in extension XFree86-DRI
    [ 294.114] Initializing built-in extension DRI2
    [ 294.114] (II) "glx" will be loaded by default.
    [ 294.114] (II) LoadModule: "dri2"
    [ 294.114] (II) Module "dri2" already built-in
    [ 294.114] (II) LoadModule: "glamoregl"
    [ 294.114] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 294.135] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 294.135] compiled for 1.15.0, module version = 0.6.0
    [ 294.135] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 294.135] (II) LoadModule: "glx"
    [ 294.135] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 294.196] (II) Module glx: vendor="NVIDIA Corporation"
    [ 294.197] compiled for 4.0.2, module version = 1.0.0
    [ 294.197] Module class: X.Org Server Extension
    [ 294.197] (II) NVIDIA GLX Module 334.21 Thu Feb 27 13:54:04 PST 2014
    [ 294.197] Loading extension GLX
    [ 294.197] (II) LoadModule: "nvidia"
    [ 294.197] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 294.200] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 294.200] compiled for 4.0.2, module version = 1.0.0
    [ 294.200] Module class: X.Org Video Driver
    [ 294.200] (II) LoadModule: "mouse"
    [ 294.200] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 294.201] (II) Module mouse: vendor="X.Org Foundation"
    [ 294.201] compiled for 1.15.0, module version = 1.9.0
    [ 294.201] Module class: X.Org XInput Driver
    [ 294.201] ABI class: X.Org XInput driver, version 20.0
    [ 294.201] (II) LoadModule: "kbd"
    [ 294.201] (WW) Warning, couldn't open module kbd
    [ 294.201] (II) UnloadModule: "kbd"
    [ 294.201] (II) Unloading kbd
    [ 294.202] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 294.202] (II) NVIDIA dlloader X Driver 334.21 Thu Feb 27 13:34:35 PST 2014
    [ 294.202] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 294.202] (--) using VT number 7
    [ 294.202] (II) Loading sub module "fb"
    [ 294.202] (II) LoadModule: "fb"
    [ 294.202] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 294.203] (II) Module fb: vendor="X.Org Foundation"
    [ 294.203] compiled for 1.15.0, module version = 1.0.0
    [ 294.203] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 294.203] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 294.203] (II) Loading sub module "wfb"
    [ 294.203] (II) LoadModule: "wfb"
    [ 294.203] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 294.204] (II) Module wfb: vendor="X.Org Foundation"
    [ 294.204] compiled for 1.15.0, module version = 1.0.0
    [ 294.204] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 294.204] (II) Loading sub module "ramdac"
    [ 294.204] (II) LoadModule: "ramdac"
    [ 294.204] (II) Module "ramdac" already built-in
    [ 294.204] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 294.204] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 294.204] (==) NVIDIA(0): RGB weight 888
    [ 294.204] (==) NVIDIA(0): Default visual is TrueColor
    [ 294.204] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 294.204] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 294.204] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 294.204] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 294.204] (**) NVIDIA(0): Option "UseDisplayDevice" "Screen1"
    [ 294.204] (**) NVIDIA(0): Enabling 2D acceleration
    [ 294.204] (**) NVIDIA(0): Ignoring EDIDs
    [ 297.471] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 297.472] (II) NVIDIA(0): NVIDIA GPU GeForce GT 650M (GK107) at PCI:1:0:0 (GPU-0)
    [ 297.472] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 297.472] (--) NVIDIA(0): VideoBIOS: 80.07.6a.00.0a
    [ 297.472] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 297.475] (--) NVIDIA(0): Valid display device(s) on GeForce GT 650M at PCI:1:0:0
    [ 297.475] (--) NVIDIA(0): CRT-0
    [ 297.475] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 297.475] (EE) NVIDIA(0): Failed to assign any connected display devices to X screen 0.
    [ 297.475] (EE) NVIDIA(0): Set AllowEmptyInitialConfiguration if you want the server
    [ 297.475] (EE) NVIDIA(0): to start anyway
    [ 297.493] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 297.493] (II) UnloadModule: "nvidia"
    [ 297.493] (II) UnloadSubModule: "wfb"
    [ 297.493] (II) UnloadSubModule: "fb"
    [ 297.493] (EE) Screen(s) found, but none have a usable configuration.
    [ 297.493] (EE)
    Fatal server error:
    [ 297.493] (EE) no screens found(EE)
    [ 297.493] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 297.493] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    [ 297.493] (EE)
    [ 297.493] (EE) Server terminated with error (1). Closing log file.
    Last edited by CyberNhull (2014-03-11 10:59:41)

  • Sever issue with Xorg and Nvidia Drivers

    I run a 2.6.20 kernel with Xorg and Nvidia drivers all from arch rep on a Asus NV6200. Everything works fine, except one thing. When I exit X, the monitor shuts down imediatly. It wont start up at all, not even by manual startup. I cant understand what happens. The configuration is correct, is done with the correct settings for my video-card and monitor taken directly from the documentation. I cant use my X server at all since several days ... I checked the logs and there are no EE's. Anyway ... here is the log. Help anyone can help, I cant use X at all.
    X Window System Version 7.2.0
    Release Date: 22 January 2007
    X Protocol Version 11, Revision 0, Release 7.2
    Build Operating System: UNKNOWN
    Current Operating System: Linux solarflare 2.6.20-ARCH #1 SMP PREEMPT Fri Mar 16 20:22:11 CET 2007 i686
    Build Date: 27 February 2007
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 21 03:26:45 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "Screen 1" (0)
    (**) | |-->Monitor "AOC 7F+"
    (**) | |-->Device "NVIDIA 6200"
    (**) |-->Input Device "Mouse1"
    (**) |-->Input Device "Keyboard1"
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
    (**) FontPath set to:
    /usr/share/fonts/misc
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81c34a0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.1
    X.Org XInput driver : 0.7
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 1106,3099 card 1106,3099 rev 00 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 1106,b099 card 0000,0000 rev 00 class 06,04,00 hdr 01
    (II) PCI: 00:0a:0: chip 1317,0985 card 1113,1216 rev 11 class 02,00,00 hdr 00
    (II) PCI: 00:10:0: chip 1106,3038 card 1019,0996 rev 80 class 0c,03,00 hdr 80
    (II) PCI: 00:10:1: chip 1106,3038 card 1019,0996 rev 80 class 0c,03,00 hdr 80
    (II) PCI: 00:10:2: chip 1106,3038 card 1019,0996 rev 80 class 0c,03,00 hdr 80
    (II) PCI: 00:10:3: chip 1106,3104 card 1019,0996 rev 82 class 0c,03,20 hdr 00
    (II) PCI: 00:11:0: chip 1106,3177 card 1019,0996 rev 00 class 06,01,00 hdr 80
    (II) PCI: 00:11:1: chip 1106,0571 card 1019,0996 rev 06 class 01,01,8a hdr 00
    (II) PCI: 00:11:5: chip 1106,3059 card 1019,0996 rev 50 class 04,01,00 hdr 00
    (II) PCI: 01:00:0: chip 10de,0221 card 1043,820c rev a1 class 03,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xe8000000 - 0xeaffffff (0x3000000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (--) PCI:*(1:0:0) nVidia Corporation NV44A [GeForce 6200] rev 161, Mem @ 0xe8000000/24, 0xd0000000/28, 0xe9000000/24
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xeb021000 - 0xeb0210ff (0x100) MX[b]
    [1] -1 0 0xeb020000 - 0xeb0203ff (0x400) MX[b]
    [2] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [3] -1 0 0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [4] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [5] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [6] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [7] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [8] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [9] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[b]
    [10] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
    [11] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xeb021000 - 0xeb0210ff (0x100) MX[b]
    [1] -1 0 0xeb020000 - 0xeb0203ff (0x400) MX[b]
    [2] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [3] -1 0 0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [4] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [5] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [6] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [7] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [8] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [9] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[b]
    [10] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
    [11] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xeb021000 - 0xeb0210ff (0x100) MX[b]
    [5] -1 0 0xeb020000 - 0xeb0203ff (0x400) MX[b]
    [6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [7] -1 0 0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [8] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [9] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [11] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [12] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [13] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [14] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [15] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[b]
    [16] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
    [17] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.2.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.9755
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
    (II) Loading extension GLX
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.9755
    Module class: X.Org Video Driver
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) NVIDIA dlloader X Driver 1.0-9755 Mon Feb 26 23:23:13 PST 2007
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset NVIDIA GPU found
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="NVIDIA Corporation"
    compiled for 7.1.99.2, module version = 1.0.0
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/lib/xorg/modules//libramdac.so
    (II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.1
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xeb021000 - 0xeb0210ff (0x100) MX[b]
    [5] -1 0 0xeb020000 - 0xeb0203ff (0x400) MX[b]
    [6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [7] -1 0 0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [8] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [9] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [11] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [12] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [13] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [14] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [15] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[b]
    [16] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
    [17] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xeb021000 - 0xeb0210ff (0x100) MX[b]
    [5] -1 0 0xeb020000 - 0xeb0203ff (0x400) MX[b]
    [6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [7] -1 0 0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [8] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [9] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [10] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [11] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [12] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [15] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [16] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [17] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [18] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[b]
    [19] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
    [20] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [21] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [22] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): NVIDIA GPU GeForce 6200 at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 131072 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.44.a2.03.00
    (II) NVIDIA(0): Detected AGP rate: 4X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce 6200 at PCI:1:0:0:
    (--) NVIDIA(0): AOC Spectrum7F (CRT-0)
    (--) NVIDIA(0): AOC Spectrum7F (CRT-0): 400.0 MHz maximum pixel clock
    (II) NVIDIA(0): Assigned Display Device: CRT-0
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1024x768"
    (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
    (--) NVIDIA(0): DPI set to (81, 81); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xe9000000 - 0xe9ffffff (0x1000000) MX[b]
    [1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b]
    [2] 0 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b]
    [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [7] -1 0 0xeb021000 - 0xeb0210ff (0x100) MX[b]
    [8] -1 0 0xeb020000 - 0xeb0203ff (0x400) MX[b]
    [9] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [10] -1 0 0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [11] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [12] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [18] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [19] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[b]
    [20] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [21] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[b]
    [22] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
    [23] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [24] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [25] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) NVIDIA(0): Setting mode "1024x768"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (II) Loading extension NV-CONTROL
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (II) Initializing extension GLX
    (**) Option "Protocol" "Auto"
    (**) Mouse1: Device: "/dev/input/mice"
    (**) Mouse1: Protocol: "Auto"
    (**) Option "CorePointer"
    (**) Mouse1: Core Pointer
    (**) Option "Device" "/dev/input/mice"
    (==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5 6 7"
    (**) Mouse1: ZAxisMapping: buttons 4, 5, 6 and 7
    (**) Mouse1: Buttons: 11
    (**) Option "CoreKeyboard"
    (**) Keyboard1: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard1: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard1: XkbRules: "xorg"
    (**) Option "XkbModel" "pc104"
    (**) Keyboard1: XkbModel: "pc104"
    (**) Option "XkbLayout" "us"
    (**) Keyboard1: XkbLayout: "us"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard1: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
    (--) Mouse1: PnP-detected protocol: "ExplorerPS/2"
    (II) Mouse1: ps2EnableDataReporting: succeeded
    FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.

    No ... the problem is in the kernel that comes precompiled.
    I did this test.
    The first time I installed the kernel I unloaded nvidiafb since I dont like it.
    When I install nvidiafb back something strange happends. Nvidia module fails to load.
    The modprobe sais it cannot find the device nvidia.ko ... but it is there!
    So my best guess is, there is something with the kernel. Any ideas?
    Problem resolved, installed older driver
    Last edited by Nefer-Ra (2007-03-22 02:59:25)

  • Problem with "Leak suspect" report in Memory analyzer

    Hi Experts
    Thanks for providing such a powerful  tool !
    Anwyay, i'm getting an error message while trying to run  the "Leak suspect" report. Indeed i generated a heapdump on my Sandbox Netweaver server then i retrieved it to my PC. I'm able to display some informations (so i'm assuming my heapdump is correct) in Memory Analyzer but the error came with "Leak suspect" report.
    Here is the whole error message :
    eclipse.buildId=unknown
    java.version=1.6.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
    Command-line arguments:  -os win32 -ws win32 -arch x86
    Error
    Fri Jan 29 15:37:23 CET 2010
    An internal error occurred during: "default_report  org.eclipse.mat.api:suspects".
    java.lang.AbstractMethodError: com.sap.tools.memory.netweaver.csn.CSNComponentExtractor.resolveByClassLoader(Lorg/eclipse/mat/snapshot/model/IClassLoader;Lorg/eclipse/mat/util/IProgressListener;)Ljava/lang/String;
    at org.eclipse.mat.inspections.LeakHunterQuery.getTroubleTicketMapping(LeakHunterQuery.java:558)
    at org.eclipse.mat.inspections.LeakHunterQuery.appendTroubleTicketInformation(LeakHunterQuery.java:701)
    at org.eclipse.mat.inspections.LeakHunterQuery.getLeakDescriptionSingleObject(LeakHunterQuery.java:382)
    at org.eclipse.mat.inspections.LeakHunterQuery.getLeakSuspectDescription(LeakHunterQuery.java:215)
    at org.eclipse.mat.inspections.LeakHunterQuery.execute(LeakHunterQuery.java:148)
    at org.eclipse.mat.query.registry.ArgumentSet.execute(ArgumentSet.java:129)
    at org.eclipse.mat.query.registry.CommandLine.execute(CommandLine.java:93)
    at org.eclipse.mat.report.internal.QueryPart.execute(QueryPart.java:96)
    at org.eclipse.mat.report.internal.SectionPart.execute(SectionPart.java:53)
    at org.eclipse.mat.report.TestSuite.execute(TestSuite.java:127)
    at org.eclipse.mat.report.internal.RunRegisterdReport.execute(RunRegisterdReport.java:50)
    at org.eclipse.mat.query.registry.ArgumentSet.execute(ArgumentSet.java:129)
    at org.eclipse.mat.ui.QueryExecution$ExecutionJob.run(QueryExecution.java:174)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Could you please give me some advice ?
    Thanks
    François

    Hi,
    Sorry for not updating the question. We (the tool developers) are aware of the problem and we have fixed it already (internally). However we still have to prepare the proper downloadables for the SDN site and change the content available at SDN.
    About using onother tool - you probably don't need to: one can still use the tool without the NW extensions (just take it from http://www.eclipse.org/mat/).
    The Leak Suspects report is part of the open-source tool (see http://dev.eclipse.org/blogs/memoryanalyzer/2008/05/27/automated-heap-dump-analysis-finding-memory-leaks-with-one-click/).
    Without the NW Extensions one won't see the application names extracted out of classloaders, there will be no suggestions for CSN components, and some other SAP specific queries will be missing. Nevertheless it should be still possible to perform memory analysis.
    I hope this helps to some extent for the moment.

  • Error starting managed server weblogic 10.3.5

    hi my jdeveloper is 11.1.2.0 and my weblogic is 10.3.5 am having error when trying to start my managed server
    the error am geting is
    or
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.makeConnection(X
    AConnectionEnvFactory.java:494)
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.createResource(X
    AConnectionEnvFactory.java:177)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourceP
    oolImpl.java:1249)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourceP
    oolImpl.java:1166)
            at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.
    java:249)
            Truncated. see log file for complete stacktrace
    >
    <24 Jan 2014 11:03:14 AM> <Warning> <JDBC> <BEA-001129> <Received exception whil
    e creating connection for pool "jdbc/HRDS": Listener refused the connection with
    the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descript
    or
    >
    <24 Jan 2014 11:03:15 AM> <Error> <Deployer> <BEA-149205> <Failed to initialize
    the application 'jdbc/HRDS' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
            at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:302)
            at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(Modu
    leListenerInvoker.java:199)
            at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(Depl
    oymentCallbackFlow.java:517)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:52)
            at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(Dep
    loymentCallbackFlow.java:159)
            Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.ResourceException: Listener refused the connection wi
    th the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descript
    or
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.makeConnection(X
    AConnectionEnvFactory.java:494)
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.createResource(X
    AConnectionEnvFactory.java:177)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourceP
    oolImpl.java:1249)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourceP
    oolImpl.java:1166)
            at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.
    java:249)
            Truncated. see log file for complete stacktrace
    >
    <24 Jan 2014 11:03:17 AM> <Error> <Deployer> <BEA-149205> <Failed to initialize
    the application 'wsm-pm' due to error weblogic.management.DeploymentException: [
    J2EE:160149]Error while processing library references. Unresolved application li
    brary references, defined in weblogic-application.xml: [Extension-Name: oracle.w
    sm.seedpolicies, Specification-Version: 11.1.1, Implementation-Version: 11.1.1,
    exact-match: false]..
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing lib
    rary references. Unresolved application library references, defined in weblogic-
    application.xml: [Extension-Name: oracle.wsm.seedpolicies, Specification-Version
    : 11.1.1, Implementation-Version: 11.1.1, exact-match: false].
            at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(
    CheckLibraryReferenceFlow.java:26)
            at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.ja
    va:613)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:52)
            at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.j
    ava:184)
            at weblogic.application.internal.EarDeployment.prepare(EarDeployment.jav
    a:58)
            Truncated. see log file for complete stacktrace
    >
    <24 Jan 2014 11:03:18 AM> <Notice> <SipServer.Resource> <BEA-332401> <Initializi
    ng SipServer Resource with configuration com.bea.wcp.sip.management.descriptor.b
    eans.SipServerBeanImpl>
    <24 Jan 2014 11:03:18 AM> <Notice> <WLSS.Engine> <BEA-330071> <WebLogic Sip Serv
    er "madimad-b533821" patch version: WebLogic Server 10.3.4.0  Fri Dec 17 20:47:3
    3 PST 2010 1384255
    Javax Server Pages  Client Capable 1.2 Tue Jul 13 02:43:41 EDT 2010
    Expression Language 2.1 for JSP 1.0 Sun Jul 18 23:17:34 PDT 2010
    Javax Enterprise Servlets  Client Capable 1.0 Thu Aug 2 12:41:25 EDT 2007
    Eclipse Java Development Tools 3.5.2 Thu Sep 2 09:47:11 EDT 2010
    WebLogic java compiler utils package Client Capable 1.2 Thu Feb 11 03:38:50 EST
    2010
    WebLogic WebApp Container Public API Client Capable 1.4 Fri Oct 1 20:01:15 PDT 2
    010
    Oracle WebLogic Server Module Dependencies 10.3 Thu Oct 28 06:03:12 PDT 2010
    ANTLR Java based compiler generator Client 2.7 Mon Jun 11 12:19:48 EDT 2007
    WebLogic Descriptors for J2EE 1.5 Wed May 5 14:32:58 EDT 2010
    WebLogic Descriptors for J2EE 1.5 Binding Bundle
    WebLogic Specific Descriptors 1.3 Tue Sep 14 18:48:42 PDT 2010
    WebLogic Specific Descriptors 1.3 Binding Bundle
    WebLogic Datasource 1.9 Tue Oct 26 13:50:26 PDT 2010
    WebLogic Datasource 1.9 Binding Bundle
    WebLogic Beangen Client Capable 1.7 Wed Feb 24 16:02:48 PST 2010
    WebLogic Beangen 1.7 Binding Bundle
    WLDF Accessor Client Capable 1.5 Fri Sep 3 17:10:52 EDT 2010
    WLDF Accessor 1.5 Binding Bundle
    WebLogic Management Core Interfaces Client Capable 2.8 Wed Aug 11 08:20:03 PDT 2
    010
    WebLogic Management Core Interfaces 2.8 Binding Bundle
    WebLogic EJBGen Client Capable 1.1 Thu Jun 3 13:17:07 EDT 2010
    Apache Byte Code Engineering Library (BCEL) extracted from 5.2.zip from http://j
    akarta.apache.org/site/downloads/downloads_bcel.cgi with packages renamed from o
    rg.apache.bcel to com.bea.core.repackaged.apache.bcel Client 5.2 Tue May 15 09:5
    2:37 EDT 2007
    Apache commons collections package 3.2 Tue Mar 20 15:48:25 MDT 2007
    Apache commons lang package 2.1 Tue Mar 20 15:48:30 MDT 2007
    Apache commons pool package 1.3 Tue Mar 20 15:48:36 MDT 2007
    Apache commons io 1.4 package 1.0 Wed Jun 2 17:36:36 EDT 2010
    Apache commons fileupload 1.2.1 package 1.0 Wed Jun 2 17:36:36 EDT 2010
    Apache DOM implementation 1.0 Tue Mar 20 15:36:46 MDT 2007
    Apache Logging Support 1.0 Tue Mar 20 15:36:50 MDT 2007
    Apache OpenJPA classes 1.2 Thu Jul 22 05:16:07 EDT 2010
    XMLBeans - Apache SVN rev 962560 2.1 Thu Jul 15 09:52:54 EDT 2010
    BEA Logging Runtime Support Client Capable 1.8 Mon Jun 7 12:07:02 PDT 2010
    BEA Common Security Open SAML 1.0 Fri May 14 20:18:10 PDT 2010
    BEA OpenSAML 2.0 1.0 Wed Mar 24 13:18:27 PDT 2010
    bea-harvester-api2.0 Client Capable 2.3 Mon Feb 15 14:41:06 EST 2010
    bea-harvester-jmx2.0 Client Capable 2.3 Wed Feb 3 11:54:03 PST 2010
    bea-harvester-utils Client Capable 1.4 Mon Feb 15 14:41:06 EST 2010
    bea-mbean-typing-util 1.4 Wed Feb 24 19:15:33 EST 2010
    Javolution 3.7.19 3.7 Tue Aug 28 17:32:21 PDT 2007
    Joda-time 1.2.1 1.2 Tue Aug 28 17:32:27 PDT 2007
    BEA STAX Build Time Support 1.5 Tue May 4 07:32:25 PDT 2010
    BEA STAX Runtime Time Support Client Capable 1.7 Wed Aug 4 19:40:47 EDT 2010
    BEA Generic Annotations Client Capable 1.3 Sat Jul 11 00:30:54 EDT 2009
    BEA Kodo 1.3 Tue Dec 7 12:34:59 PST 2010
    BEA Kodo Integration Client Capable 1.6 Sun Nov 22 16:29:06 PST 2009
    BEA Kodo Integration 1.6 Binding Bundle
    BEA Kodo Integration Tools 1.3 Sat Feb 13 09:30:33 PST 2010
    XML Beans Marshalling (package renamed com.bea) SVN 962560 2.2 Thu Jul 15 09:52:
    54 EDT 2010
    WebLogic Utils Client Capable 1.9 Thu Nov 11 13:50:07 PST 2010
    Aspect 5.3 Fri Jun 4 14:55:18 PDT 2010
    BEA Apache Commons Logging Repackaged 1.2 Mon Jun 11 12:47:12 EDT 2007
    Spring Framework  1.1 Thu Dec 3 12:21:08 EST 2009
    Pitchfork 1.3 Thu Jun 3 13:17:07 EDT 2010
    ${description} 1.2 Fri Jun 25 16:25:26 EDT 2010
    CSS i18n 1.0 Fri Oct 8 10:32:52 EDT 2010
    CSS xacml 1.0 Fri Oct 8 10:32:52 EDT 2010
    SAML2 Utils 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security Engine Implementation 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security Engine Interfaces 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security API 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security Implementation 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security JDK Utilities 1.0 Fri Oct 8 10:32:52 EDT 2010
    Security Utilities 1.0 Fri Oct 8 10:32:52 EDT 2010
    Common Security SAML 2.0 1.0 Fri Oct 8 10:32:52 EDT 2010
    Common Security SAML 2.0 Management JavaBeans 1.0 Fri Oct 8 10:32:52 EDT 2010
    Security Provider Utilities 1.0 Fri Oct 8 10:32:52 EDT 2010
    SAML Utils 1.0 Fri Oct 8 10:32:52 EDT 2010
    XACML Utils 1.0 Fri Oct 8 10:32:52 EDT 2010
    Security Provider Environment 1.0 Fri Oct 8 10:32:52 EDT 2010
    RSA certj 3.1 Wed May 5 15:11:55 PDT 2010
    Netscape LDAP JDK 1.2 Mon Jun 7 15:56:47 EDT 2010
    Commons Networking Utilty classes 1.0 Wed Feb 6 15:01:03 PST 2008
    WebLogic SAAJ 1.6 Wed Jun 16 22:02:31 EDT 2010
    WebLogic STAX Client Capable 1.8 Sat May 15 16:38:03 EDT 2010
    jaxb-impl.jar taken from Glassfish JAXB 2.1.9 1.0 Fri Aug 20 14:37:07 EDT 2010
    jaxb-impl.jar taken from Glassfish JAXB 2.1.12 1.0 Thu May 6 16:10:04 PDT 2010
    resolver.jar taken from Glassfish JAXWS 2.1.5 1.0 Thu Dec 3 11:46:24 EST 2009
    Fastinfoset.jar taken from Glassfish JAXWS 2.1.5 1.0 Thu Dec 3 11:46:27 EST 2009
    jaxws-rt.jar taken from Glassfish JAXWS 2.1.5 1.1 Wed Oct 13 20:37:41 PDT 2010
    Java.net implementation of MimePull.jar taken from Glassfish JAXWS 2.1.5 1.0 Thu
    Dec 3 11:46:33 EST 2009
    Codehaus STaX Interfaces 3.0.1 1.0 Mon Mar 8 20:49:50 PST 2010
    Woodstox STaX Parser 4.0.5 1.0 Thu Dec 3 11:35:43 EST 2009
    jaxws-tools.jar taken from Glassfish JAXWS 2.1.5 1.1 Fri Sep 24 17:55:05 PDT 201
    0
    Java.net Stax Extensions 1.0 Tue Jun 3 07:12:06 PDT 2008
    Java.net xml stream buffer 1.0 Tue Mar 17 05:24:12 PDT 2009
    Jakarta ORO  1.0 Wed Feb 6 15:01:03 PST 2008
    Javax Enterprise Activation 1.1 Tue Apr 8 09:31:17 PDT 2008
    Javax Annotation 1.0 Fri Dec 25 09:02:47 PST 2009
    Javax Interceptor 1.0 Tue Mar 20 15:37:16 MDT 2007
    Javax Enterprise Beans  3.0 Mon Jun 11 12:21:01 EDT 2007
    Java Data Objects 2.0 Mon Jun 11 12:20:56 EDT 2007
    Java Enterprise Deployment APIs  1.2 Tue Mar 20 15:37:28 MDT 2007
    Java Enterprise Messaging  1.1 Mon Jun 11 12:21:11 EDT 2007
    Java Web Services  2.0 Tue Mar 20 15:37:37 MDT 2007
    Javax Enterprise Mail 1.1 Mon Jul 6 10:41:09 MDT 2009
    Java Enterprise Management APIs  1.0 Tue Mar 20 15:37:49 MDT 2007
    Java Persistence Client Capable 1.0 Tue Oct 7 12:18:34 PDT 2008
    Java Connector  1.5 Mon Jun 11 12:22:07 EDT 2007
    Java Authorization Contract for Containers 1.0 Wed Feb 6 15:01:03 PST 2008
    Javax Transaction APIs  Client Capable 1.0 Thu Aug 2 12:42:14 EDT 2007
    JAXB 2.1 Mon Jun 11 12:22:53 EDT 2007
    Java XML Registry 1.0 Wed Feb 6 15:01:03 PST 2008
    Java XML Soap Extensions 1.3 Mon Jun 11 12:22:59 EDT 2007
    Java Stream XML Extensions 1.1 Mon Jun 11 12:23:05 EDT 2007
    JAX-WS APIs 2.1 Mon Jun 11 12:23:16 EDT 2007
    Java API for XML-based RPC   1.2 Mon Jun 11 12:23:10 EDT 2007
    Monfox Dynamic SNMP Agent 1.1 Fri Mar 19 05:46:27 MDT 2010
    Serp bytecode manipulation framework 1.14.3 Fri Jun 11 12:06:08 PDT 2010
    WebLogic Apache Classes Client Capable 1.2 Thu Feb 18 22:06:19 PST 2010
    WebLogic BeanInfo Caching and Discovery Client Capable 2.4 Sat Oct 25 20:46:29 P
    DT 2008
    WebLogic Descriptor Client Capable 1.9 Tue Jul 20 16:03:09 EDT 2010
    Repackaged ASM-3.2 1.0 Fri Jul 31 19:30:27 MDT 2009
    Repackaged asm-commons-3.2 1.0 Fri Jul 31 19:30:27 MDT 2009
    Repackaged asm-tree-3.2 1.0 Fri Jul 31 19:30:27 MDT 2009
    Repackaged asm-util-3.2 1.0 Fri Jul 31 19:30:27 MDT 2009
    Oracle JFR 1.0 Thu Feb 18 19:06:33 PST 2010
    WebLogic Diagnostics Core Interfaces Client Capable 2.5 Thu Jun 3 05:20:41 PDT 2
    010
    WebLogic Diagnostics Logging Client Capable 1.2 Fri Dec 12 11:37:59 MST 2008
    WebLogic Diagnostics Query Module Client Capable 1.2 Tue Oct 27 02:48:36 PDT 200
    9
    WebLogic Diagnostics Instrumentor Tool 1.7 Tue May 18 03:51:46 PDT 2010
    WebLogic Diagnostics Instrumentor Config Tool 1.7 Tue Jun 29 16:41:19 EDT 2010
    WebLogic Diagnostics JRockit Flight Recorder Interfaces Client Capable 1.1 Fri O
    ct 29 16:32:05 EDT 2010
    Diagnostics Notifications Module Client Capable 1.4 Sun Nov 22 16:03:32 PST 2009
    BEA Logging Runtime Support Client Capable 1.5 Thu Apr 29 20:43:42 EDT 2010
    WebLogic i18n Runtime Support Client Capable 1.8 Fri Sep 10 08:12:34 EDT 2010
    WebLogic i18n Build Support Client Capable 1.5 Fri Feb 19 15:03:15 EST 2010
    WebLogic I18N tools Client Capable 1.3 Sun Nov 22 16:03:32 PST 2009
    WebLogic Management JMX Interfaces 1.4 Thu Aug 12 11:16:22 PDT 2010
    WebLogic Security Provider Generation Tool 1.5 Wed Oct 14 16:39:28 MDT 2009
    WebLogic Security Provider Generation Tool Client Capable 1.5 Wed Oct 14 16:39:2
    8 MDT 2009
    WebLogic Messaging Kernel Client Capable 1.8 Mon Aug 23 21:42:11 EDT 2010
    WebLogic Resource Pool Client Capable 1.7 Mon Sep 27 12:00:08 EDT 2010
    WebLogic Socket Muxer API Client Capable 1.2 Thu Apr 1 21:16:27 EDT 2010
    WebLogic RMI Client Capable 1.8 Fri Sep 24 18:35:21 EDT 2010
    Common Security WebLogic Server Integration Support  1.0 Fri Oct 8 10:32:52 EDT
    2010
    Server Lifecycle Interfaces Client Capable 1.4 Fri Feb 19 15:03:15 EST 2010
    WebLogic Store Client Capable 1.7 Fri Dec 17 16:52:31 EST 2010
    WebLogic STORE GXA Client Capable 1.6 Mon Aug 23 21:16:10 EDT 2010
    WebLogic Store Admin Tool Client Capable 1.2 Thu Jan 21 10:24:18 PST 2010
    WebLogic JDBC Store Client Capable 1.3 Mon May 17 10:46:33 PDT 2010
    WebLogic JTA implementation Client Capable 2.7 Fri Sep 17 12:19:45 PDT 2010
    WebLogic Utils 1.9 Thu Nov 11 13:50:07 PST 2010
    Agent Utililities 1.1 Tue Feb 16 00:16:03 EST 2010
    WebLogic Utility Classloader implementations Client Capable 1.8 Mon Jun 28 19:28
    :16 PDT 2010
    WebLogic Utils for working with Expressions Client Capable 1.4 Tue Sep 29 14:45:
    53 EDT 2009
    WebLogic Utils for Dynamically Generated Class Wrappers Client Capable 1.4 Fri F
    eb 13 14:44:23 MST 2009
    WebLogic Timers Client Capable 1.7 Thu Feb 18 13:08:44 EST 2010
    WebLogic Work Manager Client Capable 1.9 Mon Oct 11 18:25:35 EDT 2010
    WebLogic Workarea Client Capable 1.7 Wed Feb 24 17:18:56 PST 2010
    WebLogic XML XPath Implementation Client Capable 1.4 Mon Feb 22 15:07:14 PST 201
    0
    Weblogic Tuxedo Connector Core Client Capable 1.5 Sat Jul 3 19:05:38 EDT 2010
    WebLogic Security 1.0 Fri Oct 8 10:32:52 EDT 2010
    Weblogic Server Java Authentication Helper Classes Client Capable 1.1 Mon Jul 5
    20:42:35 EDT 2010
    Weblogic Server Message Digest Utilities Client Capable 1.0 Thu Aug 2 12:51:30 E
    DT 2007
    Weblogic Server Authenticated Subject Client Capable 1.1 Thu Oct 28 05:46:37 PDT
    2010
    Weblogic Server Authenticated Subject Client Capable 1.5 Thu Sep 9 10:23:21 MDT
    2010
    PrintingSecurityManager - PSM 1.1 Tue Feb 16 05:30:08 PST 2010
    WebLogic security ssl classes 1.0 Tue Jun 15 17:39:53 EDT 2010
    WebLogic Nodemanager Plugin Client Capable 1.3 Tue Nov 18 18:23:10 EST 2008
    nodemanager module for managed processes 1.0 Thu Apr 8 15:14:38 PDT 2010
    WebLogic JMS Pool Client Capable 1.7 Mon Sep 27 12:00:08 EDT 2010
    Contains compiled schema type from WLS 9.0 for WLP compatibility 1.3 Wed Feb 24
    19:15:33 EST 2010
    WebLogic Http Pub/Sub Module Client Capable 1.6 Mon Jul 12 02:31:07 EDT 2010
    Class Redefinition Project 1.5 Mon May 10 19:48:21 EDT 2010
    Class Redefinition Project Client Capable 1.5 Mon Apr 5 17:00:52 PDT 2010
    Class Redefinition Project 1.5 Binding Bundle
    Commonj SDO 1.0 Wed Sep 24 19:11:23 PDT 2008
    WebLogic Coherence Descriptor 1.1 Wed May 5 15:17:47 EDT 2010
    WebLogic Coherence Descriptor 1.1 Binding Bundle
    This module contains all message catalogs 1.1 Fri Dec 17 08:04:35 PST 2010
    WebLogic WebService Public API's 1.1 Tue Sep 21 22:15:05 EDT 2010
    WebLogic EclipseLink Integration 1.0 Thu Feb 25 14:56:43 PST 2010
    WebLogic SCA Client 1.0 Thu Feb 25 00:27:10 EST 2010
    WebLogic RAC Module UCP Client Capable 1.0 Mon Sep 13 09:03:00 PDT 2010
    Oracle WebLogic Server on JRockit Virtual Edition Module Dependencies 10.3 Thu S
    ep 23 15:02:15 PDT 2010
    BEA Patches of apache ant Client Capable 1.2 Wed Jan 13 08:48:17 PST 2010
    Oracle WebLogic Server 10.3.4.0 at 710154 built on: 2010/09/30
    Oracle WebLogic Server 10.3.4.0 at 710154 built on: 2010/09/30
    Oracle WebLogic Server Datatier 10.3.4.0 at 710154 built on: 2010/09/30
    Oracle WebLogic Server 10.3.4.0 at 710154 built on: 2010/09/30
    WebLogic SIPServer Extension API 10.3.4.0 at 709997 built on 2010/09/27
    WebLogic SIPServer Extension API 10.3.4 at 709997 built on 2010/09/27
    WebLogic SIPServer CallState 10.3.4 at 709997 built on 2010/09/27
    Oracle WebLogic Communications SCTP 10.3.1 at 688160 built on 2009/03/11
    WebLogic WebService Databinding Plugins 1.2 Fri Oct 15 07:38:46 PDT 2010
    WebLogic WebService Databinding 1.2 Fri Oct 15 06:35:13 PDT 2010
    WebLogic SIP Activator 10.3.4 at 710163 built on 2010/09/30
    >
    <24 Jan 2014 11:03:25 AM> <Error> <WLSS.Engine> <BEA-330075> <There are no sip n
    or diameter channels targeted to server "madimad-b533821">
    <24 Jan 2014 11:03:25 AM> <Error> <WLSS.Engine> <BEA-330049> <Failed to start th
    e sip service, shutting down>
    C:\mydomain\base_domain\bin>

    i did but there is no respond
    i started the database
    C:\mydomain\base_domain\bin>startManagedWebLogic.cmd madimad-b533821
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=
    128m  -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C
    :\PROGRA~1\Java\JDK16~1.0_2\lib\tools.jar;C:\mywls\wlserver\server\lib\weblogic_
    sp.jar;C:\mywls\wlserver\server\lib\weblogic.jar;C:\mywls\modules\features\weblo
    gic.server.modules_10.3.4.0.jar;C:\mywls\wlserver\server\lib\webservices.jar;C:\
    mywls\modules\ORGAPA~1.1/lib/ant-all.jar;C:\mywls\modules\NETSFA~1.0_1/lib/ant-c
    ontrib.jar;C:\oracle\Middleware\wlserver_10.3\sip\server\lib\weblogic_sip.jar;C:
    \Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\mywls\wlserver\co
    mmon\derby\lib\derbyclient.jar;C:\mywls\wlserver\server\lib\xqrl.jar
    PATH=;C:\mywls\wlserver\server\native\win\32;C:\mywls\wlserver\server\bin;C:\myw
    ls\modules\ORGAPA~1.1\bin;C:\PROGRA~1\Java\JDK16~1.0_2\jre\bin;C:\PROGRA~1\Java\
    JDK16~1.0_2\bin;C:\Program Files\PC Connectivity Solution\;C:\product\11.2.0\dbh
    ome_1\bin;C:\product\11.2.0\dbhome_1;C:\forms;C:\DevSuiteHome_1\jlib;C:\Program
    Files\PHP;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Fil
    es\Common Files\Roxio Shared\DLLShared;C:\Program Files\Common Files\Roxio Share
    d\DLLShared;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared;C:\Program
    Files\Common Files\DivX Shared;c:\Program Files\Java\jdk1.6.0_21\bin;C:\Program
    Files\Common Files\Roxio Shared\10.0\DLLShared;C:\Program Files\Common Files\Rox
    io Shared\DLLShared;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared;C:
    \mywls;C:\mydomain\base_domain\bin;C:\Program Files\Java\jre6\bin\client;C:\Prog
    ram Files\Java\jre6\bin;C:\Program Files\Java\jdk1.6.0_21\jre\bin;C:\Program Fil
    es\Java\jdk1.6.0_21\bin;C:\Program Files\Java\jdk1.6.0_21;C:\Program Files\Java\
    jre6;C:\DevSuiteHome_1\forms;C:\DevSuiteHome_1\cgenf61\admin;C:\DevSuiteHome_1\f
    orms;C:\forms\sms_code.pll;C:\mywls\wlserver;C:\Java\jdk1.6.0_21;C:\mywls\wlserv
    er\server\native\win\32\oci920_8
    *  To start WebLogic Server, use a username and   *
    *  password assigned to an admin-level user.  For *
    *  server administration, use the WebLogic Server *
    *  console at http:\\hostname:port\console        *
    starting weblogic with Java version:
    java version "1.6.0_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b07)
    Java HotSpot(TM) Client VM (build 17.0-b17, mixed mode)
    Starting WLS with line:
    C:\PROGRA~1\Java\JDK16~1.0_2\bin\java -client   -Xms256m -Xmx512m -XX:CompileThr
    eshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m -Dweblogic.Name=madimad-b533
    821 -Djava.security.policy=C:\mywls\wlserver\server\lib\weblogic.policy -Dweblog
    ic.security.SSL.trustedCAKeyStore="C:\mywls\wlserver\server\lib\cacerts"  -Xveri
    fy:none -ea:com.bea.wcp...   -da -Dplatform.home=C:\mywls\wlserver -Dwls.home=C:
    \mywls\wlserver\server -Dweblogic.home=C:\mywls\wlserver\server  -Dcommon.compon
    ents.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.
    logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\mydomai
    n\BASE_D~1 -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1
    .1\jrocket_optfile.txt -Doracle.server.config.dir=C:\mydomain\BASE_D~1\config\FM
    WCON~1\servers\madimad-b533821 -Doracle.domain.config.dir=C:\mydomain\BASE_D~1\c
    onfig\FMWCON~1  -Digf.arisidbeans.carmlloc=C:\mydomain\BASE_D~1\config\FMWCON~1\
    carml  -Digf.arisidstack.home=C:\mydomain\BASE_D~1\config\FMWCON~1\arisidprovide
    r -Doracle.security.jps.config=C:\mydomain\BASE_D~1\config\fmwconfig\jps-config.
    xml -Doracle.deployed.app.dir=C:\mydomain\BASE_D~1\servers\madimad-b533821\tmp\_
    WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\Oracl
    e\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\mo
    dules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.prot
    ocol  -Dweblogic.jdbc.remoteEnabled=false  -Dweblogic.management.discover=false
    -Dweblogic.management.server=http://madimad-b533821:7001  -Dwlw.iterativeDev=fal
    se -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false  weblogic.Server
    <24 Jan 2014 12:52:41 PM> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE
    Provider self-integrity check for better startup performance. To enable this che
    ck, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <24 Jan 2014 12:52:42 PM> <Info> <Security> <BEA-090906> <Changing the default R
    andom Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable thi
    s change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <24 Jan 2014 12:52:42 PM> <Notice> <WebLogicServer> <BEA-000395> <Following exte
    nsions directory contents added to the end of the classpath:
    C:\mydomain\base_domain\lib\sipactivator.jar>
    <24 Jan 2014 12:52:42 PM> <Info> <Server> <BEA-002647> <The service plugin, com.
    oracle.core.sip.activator, was added from C:\mydomain\base_domain\lib\sipactivat
    or.jar.>
    <24 Jan 2014 12:52:42 PM> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogi
    c Server with Java HotSpot(TM) Client VM Version 17.0-b17 from Sun Microsystems
    Inc.>
    <24 Jan 2014 12:52:45 PM> <Info> <Security> <BEA-090065> <Getting boot identity
    from user.>
    Enter username to boot WebLogic server:tshifhiwa
    Enter password to boot WebLogic server:
    <24 Jan 2014 12:52:57 PM> <Info> <Management> <BEA-141107> <Version: WebLogic Se
    rver 10.3.4.0  Fri Dec 17 20:47:33 PST 2010 1384255 >
    <24 Jan 2014 12:53:01 PM> <Error> <Management> <BEA-141252> <The domain version,
    10.3.5.0, is greater than the release version, 10.3.4.0, of this server.>
    <24 Jan 2014 12:53:01 PM> <Error> <Configuration Management> <BEA-150001> <An er
    ror occurred while connecting to the admin server to bootstrap through URL: http
    ://madimad-b533821:7001/bea_wls_management_internal2/Bootstrap, user: tshifhiwa
    weblogic.management.configuration.ConfigurationException: [Management:141252]The
    domain version, 10.3.5.0, is greater than the release version, 10.3.4.0, of thi
    s server.
            at weblogic.management.provider.internal.BootStrapHelper.getBootStrapStr
    uct(BootStrapHelper.java:147)
            at weblogic.management.provider.internal.RuntimeAccessImpl.initialize(Ru
    ntimeAccessImpl.java:432)
            at weblogic.management.provider.internal.RuntimeAccessService.start(Runt
    imeAccessService.java:49)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesMan
    ager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServ
    icesManager.java:166)
            at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:879)
            at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:566)
            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:467)
            at weblogic.Server.main(Server.java:71)
    >
    <24 Jan 2014 12:53:01 PM> <Notice> <WebLogicServer> <BEA-000365> <Server state c
    hanged to STARTING>
    <24 Jan 2014 12:53:01 PM> <Info> <WorkManager> <BEA-002900> <Initializing self-t
    uning thread pool>
    <24 Jan 2014 12:53:02 PM> <Notice> <LoggingService> <BEA-320400> <The log file C
    :\mydomain\base_domain\servers\madimad-b533821\logs\madimad-b533821.log will be
    rotated. Reopen the log file if tailing has stopped. This can happen on some pla
    tforms like Windows.>
    <24 Jan 2014 12:53:02 PM> <Notice> <LoggingService> <BEA-320401> <The log file h
    as been rotated to C:\mydomain\base_domain\servers\madimad-b533821\logs\madimad-
    b533821.log00007. Log messages will continue to be logged in C:\mydomain\base_do
    main\servers\madimad-b533821\logs\madimad-b533821.log.>
    <24 Jan 2014 12:53:02 PM> <Notice> <Log Management> <BEA-170019> <The server log
    file C:\mydomain\base_domain\servers\madimad-b533821\logs\madimad-b533821.log i
    s opened. All server side log events will be written to this file.>
    <24 Jan 2014 12:54:25 PM> <Critical> <WebLogicServer> <BEA-000386> <Server subsy
    stem failed. Reason: java.lang.AssertionError: Assertion violated
    java.lang.AssertionError: Assertion violated
            at weblogic.utils.Debug.assertion(Debug.java:57)
            at weblogic.server.channels.ChannelService.getServerChannel(ChannelServi
    ce.java:2060)
            at weblogic.server.channels.ChannelService.getServerChannel(ChannelServi
    ce.java:1998)
            at weblogic.protocol.ServerChannelManager.findServerChannel(ServerChanne
    lManager.java:76)
            at weblogic.ldap.EmbeddedLDAP.findLdapURL(EmbeddedLDAP.java:1482)
            Truncated. see log file for complete stacktrace
    >
    <24 Jan 2014 12:54:26 PM> <Notice> <WebLogicServer> <BEA-000365> <Server state c
    hanged to FAILED>
    <24 Jan 2014 12:54:26 PM> <Error> <WebLogicServer> <BEA-000383> <A critical serv
    ice failed. The server will shut itself down>
    <24 Jan 2014 12:54:26 PM> <Notice> <WebLogicServer> <BEA-000365> <Server state c
    hanged to FORCE_SHUTTING_DOWN>

  • "error while loading shared libraries: libnotify.so.1: cannot open.."

    This is what happend after I rebooted the computer today.
    [ ~ ]$ pino
    pino: error while loading shared libraries: libnotify.so.1: cannot open shared object file: No such file or directory
    [ ~ ]$ gnome-gmail-notifier
    gnome-gmail-notifier: error while loading shared libraries: libnotify.so.1: cannot open shared object file: No such file or directory
    [ ~ ]$ liferea
    liferea: error while loading shared libraries: libnotify.so.1: cannot open shared object file: No such file or directory
    [ ~ ]$ linuxdcpp
    linuxdcpp: error while loading shared libraries: libnotify.so.1: cannot open shared object file: No such file or directory
    Im guessing Im not the only one? Dunno what to do?

    Thanks!
    This is how the PKGBUILD looks like:
    build() {
    cd "${srcdir}/liferea-${pkgver}"
    patch -Np1 -i "$srcdir/libnotify-0.7.patch"
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-schemas-install
    make
    This is how my PKGBUILD looks like:
    build() {
    cd "${srcdir}/${_pkgrealname}-${pkgver}"
    patch -Np1 -i $srcdir/libnotify-0.7.patch || return 1
    patch -Np1 -i ../getenv_sync.patch || return 1
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-schemas-install || return 1
    make || return 1
    But it doesnt work:
    [ ~/pkgbuilds/liferea-ext4 ]$ makepkg -csi
    ==> Making package: liferea-ext4 1.7.4-1 (Fri Mar 18 11:27:45 CET 2011)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Found liferea-1.7.4.tar.gz
    -> Found getenv_sync.patch
    -> Found libnotify-0.7.patch
    ==> Validating source files with md5sums...
    liferea-1.7.4.tar.gz ... Passed
    getenv_sync.patch ... Passed
    libnotify-0.7.patch ... Passed
    ==> Extracting Sources...
    -> Extracting liferea-1.7.4.tar.gz with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    patching file src/notification/libnotify.c
    Hunk #1 FAILED at 150.
    Hunk #2 FAILED at 244.
    2 out of 2 hunks FAILED -- saving rejects to file src/notification/libnotify.c.rej
    ==> ERROR: A failure occurred in build().
    Aborting...
    [ ~/pkgbuilds/liferea-ext4 ]$
    What am I doing wrong?
    Last edited by Hund (2011-03-18 09:30:55)

  • Error while applying patch 6728000

    Hi all,
    I am applying the patch 6728000 and I now get an error, this is in the log:
    Connecting to APPS ... Connected successfully.
    Calling FNDLOAD function.
    Returned fro FNDLOAD function.
    Log file:
    Error calling FNDLOAD function
    What should I do to fix this?
    If found note 441783.1 but that is about an other patch. (And I don't have a folder called 12.0.1)
    Thanks in Advance.

    Hi Hussein,
    I tried the patch again now and now I am getting a different error:
    An error occurred while relinking application programs.
    From the log
    "Starting link of fem executable 'FEMCCE' on Fri Mar 13 15:11:17 CET 2009
    g++ '-L/oracle/VIS/apps/apps_st/appl/sht/12.0.0/lib/stubs'
    -L/oracle/VIS/apps/tech_st/10.1.2/lib
    -L/oracle/VIS/apps/tech_st/10.1.2/lib/stubs -lclntsh -o
    /oracle/VIS/apps/apps_st/appl/fem/12.0.0/bin/FEMCCE \
         /oracle/VIS/apps/apps_st/appl/fem/12.0.0/lib/ccemain.o \
         /oracle/VIS/apps/apps_st/appl/fem/12.0.0/lib/libfem.a
    /oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/libfnd.a
    /oracle/VIS/apps/apps_st/appl/eng/12.0.0/lib/libeng.a -lsql10 -lclntsh `cat
    /oracle/VIS/apps/tech_st/10.1.2/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10
    -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /oracle/VIS/apps/tech_st/10.1.2/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10
    -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10
    -lgeneric10 -lmm -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10
    `cat /oracle/VIS/apps/tech_st/10.1.2/lib/ldflags` -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /oracle/VIS/apps/tech_st/10.1.2/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10
    -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10
    -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10
    -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10
    -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat
    /oracle/VIS/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm -lpthread
    /oracle/VIS/apps/apps_st/appl/sht/12.0.0/lib/rwtools/libtls0s.a
    /oracle/VIS/apps/apps_st/appl/sht/12.0.0/lib/stubs/libstdc++.so
    /oracle/VIS/apps/apps_st/appl/sht/12.0.0/lib/stubs/libgcc_s.so.1
    `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv' referenced in section
    `.rodata' of
    /oracle/VIS/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCDbCrSumExElem.o):
    defined in discarded section `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv'
    of /oracle/VIS/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCDbCrSumExElem.o)
    `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv' referenced in section
    `.rodata' of
    /oracle/VIS/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCMathExecOp.o):
    defined in discarded section `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv'
    of /oracle/VIS/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCMathExecOp.o)
    collect2: ld returned 1 exit status
    make: *** [oracle/VIS/apps/apps_st/appl/fem/12.0.0/bin/FEMCCE] Error 1
    Done with link of fem executable 'FEMCCE' on Fri Mar 13 15:11:18 CET 2009
    Relink of module "FEMCCE" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /oracle/VIS/apps/apps_st/appl/fem/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation."
    Also a lot of Relink of module "MSC%" failed.
    I have space enough and checked the user rights and that is fine to.
    What else could cause this problem?

  • Permgen error while launching the weblogic server in windows

    Hi,
    While starting the weblogic server from the windows, I am getting the below error 'Permgen space error' for Sip Server. Please let me know how can I avoid running the sip server while starting the weblogic server or how can I avoid the permgen error.
    <21 Apr, 2012 7:33:33 AM IST> <Warning> <J2EE> <BEA-160195> <The application ver
    sion lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLif
    ecycleListener is ignored because the application em is not versioned.>
    <21 Apr, 2012 7:33:36 AM IST> <Notice> <SipServer.Resource> <BEA-332401> <Initia
    lizing SipServer Resource with configuration com.bea.wcp.sip.management.descript
    or.beans.SipServerBeanImpl>
    <21 Apr, 2012 7:33:36 AM IST> <Notice> <SipServer.Resource> <BEA-332404> <Engine
    AdminServer is in NON-REPLICATED mode>
    <21 Apr, 2012 7:33:36 AM IST> <Notice> <WLSS.Engine> <BEA-330071> <WebLogic Sip
    Server "AdminServer" patch version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06
    PDT 2011 1398638
    Javax Server Pages Client Capable 1.2 Tue Jul 13 02:43:41 EDT 2010
    Expression Language 2.1 for JSP 1.0 Sun Jul 18 23:17:34 PDT 2010
    Javax Enterprise Servlets Client Capable 1.0 Thu Aug 2 12:41:25 EDT 2007
    Eclipse Java Development Tools 3.5.2 Thu Sep 2 09:47:11 EDT 2010
    WebLogic java compiler utils package Client Capable 1.2 Thu Feb 11 03:38:50 EST
    2010
    WebLogic WebApp Container Public API Client Capable 1.4 Fri Oct 1 20:01:15 PDT 2
    010
    Oracle WebLogic Server Module Dependencies 10.3 Thu Mar 3 14:37:52 PST 2011
    Oracle WebLogic Server on JRockit Virtual Edition Module Dependencies 10.3 Thu F
    eb 3 16:30:47 EST 2011
    ANTLR Java based compiler generator Client 2.7 Mon Jun 11 12:19:48 EDT 2007
    WebLogic Descriptors for J2EE 1.5 Wed May 5 14:32:58 EDT 2010
    WebLogic Descriptors for J2EE 1.5 Binding Bundle
    WebLogic Specific Descriptors 1.3 Tue Sep 14 18:48:42 PDT 2010
    WebLogic Specific Descriptors 1.3 Binding Bundle
    WebLogic Datasource 1.9 Tue Oct 26 13:50:26 PDT 2010
    WebLogic Datasource 1.9 Binding Bundle
    WebLogic Beangen Client Capable 1.7 Wed Feb 24 16:02:48 PST 2010
    WebLogic Beangen 1.7 Binding Bundle
    WLDF Accessor Client Capable 1.5 Fri Sep 3 17:10:52 EDT 2010
    WLDF Accessor 1.5 Binding Bundle
    WebLogic Management Core Interfaces Client Capable 2.8 Thu Mar 3 12:10:10 EST 20
    11
    WebLogic Management Core Interfaces 2.8 Binding Bundle
    WebLogic EJBGen Client Capable 1.1 Thu Jun 3 13:17:07 EDT 2010
    Apache Byte Code Engineering Library (BCEL) extracted from 5.2.zip from http://j
    akarta.apache.org/site/downloads/downloads_bcel.cgi with packages renamed from o
    rg.apache.bcel to com.bea.core.repackaged.apache.bcel Client 5.2 Tue May 15 09:5
    2:37 EDT 2007
    Apache commons collections package 3.2 Tue Mar 20 15:48:25 MDT 2007
    Apache commons lang package 2.1 Tue Mar 20 15:48:30 MDT 2007
    Apache commons pool package 1.3 Tue Mar 20 15:48:36 MDT 2007
    Apache commons io 1.4 package 1.0 Wed Jun 2 17:36:36 EDT 2010
    Apache commons fileupload 1.2.1 package 1.0 Wed Jun 2 17:36:36 EDT 2010
    Apache DOM implementation 1.0 Tue Mar 20 15:36:46 MDT 2007
    Apache Logging Support 1.0 Tue Mar 20 15:36:50 MDT 2007
    Apache OpenJPA classes 1.2 Thu Jul 22 05:16:07 EDT 2010
    XMLBeans - Apache SVN rev 962560 2.1 Thu Jul 15 09:52:54 EDT 2010
    BEA Logging Runtime Support Client Capable 1.8 Mon Jun 7 12:07:02 PDT 2010
    BEA Common Security Open SAML 1.0 Fri May 14 20:18:10 PDT 2010
    BEA OpenSAML 2.0 1.0 Wed Mar 24 13:18:27 PDT 2010
    bea-harvester-api2.0 Client Capable 2.3 Mon Feb 15 14:41:06 EST 2010
    bea-harvester-jmx2.0 Client Capable 2.3 Wed Feb 3 11:54:03 PST 2010
    bea-harvester-utils Client Capable 1.4 Mon Feb 15 14:41:06 EST 2010
    bea-mbean-typing-util 1.4 Wed Feb 24 19:15:33 EST 2010
    Javolution 3.7.19 3.7 Tue Aug 28 17:32:21 PDT 2007
    Joda-time 1.2.1 1.2 Tue Aug 28 17:32:27 PDT 2007
    BEA STAX Build Time Support 1.5 Tue May 4 07:32:25 PDT 2010
    BEA STAX Runtime Time Support Client Capable 1.7 Wed Aug 4 19:40:47 EDT 2010
    BEA Generic Annotations Client Capable 1.3 Sat Jul 11 00:30:54 EDT 2009
    BEA Kodo 1.4 Mon Feb 7 16:22:04 PST 2011
    BEA Kodo Integration Client Capable 1.6 Sun Nov 22 16:29:06 PST 2009
    BEA Kodo Integration 1.6 Binding Bundle
    BEA Kodo Integration Tools 1.4 Thu Feb 3 16:07:53 EST 2011
    XML Beans Marshalling (package renamed com.bea) SVN 962560 2.3 Thu Mar 3 12:10:1
    0 EST 2011
    WebLogic Utils Client Capable 1.9 Thu Mar 3 12:10:10 EST 2011
    Aspect 5.3 Fri Jun 4 14:55:18 PDT 2010
    BEA Apache Commons Logging Repackaged 1.2 Mon Jun 11 12:47:12 EDT 2007
    Spring Framework 1.1 Thu Dec 3 12:21:08 EST 2009
    Pitchfork 1.3 Thu Jun 3 13:17:07 EDT 2010
    ${description} 1.2 Fri Jun 25 16:25:26 EDT 2010
    CSS i18n 1.0 Fri Oct 8 10:32:52 EDT 2010
    CSS xacml 1.0 Fri Oct 8 10:32:52 EDT 2010
    SAML2 Utils 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security Engine Implementation 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security Engine Interfaces 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security API 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security Implementation 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security JDK Utilities 1.0 Fri Oct 8 10:32:52 EDT 2010
    Security Utilities 1.0 Fri Oct 8 10:32:52 EDT 2010
    Common Security SAML 2.0 1.0 Fri Oct 8 10:32:52 EDT 2010
    Common Security SAML 2.0 Management JavaBeans 1.0 Fri Oct 8 10:32:52 EDT 2010
    Security Provider Utilities 1.0 Fri Oct 8 10:32:52 EDT 2010
    SAML Utils 1.0 Fri Oct 8 10:32:52 EDT 2010
    XACML Utils 1.0 Fri Oct 8 10:32:52 EDT 2010
    Security Provider Environment 1.0 Fri Oct 8 10:32:52 EDT 2010
    RSA certj 3.1 Wed May 5 15:11:55 PDT 2010
    Netscape LDAP JDK 1.2 Mon Jun 7 15:56:47 EDT 2010
    Commons Networking Utilty classes 1.0 Wed Feb 6 15:01:03 PST 2008
    WebLogic SAAJ 1.6 Wed Jun 16 22:02:31 EDT 2010
    WebLogic STAX Client Capable 1.9 Thu Feb 10 18:00:52 PST 2011
    jaxb-impl.jar taken from Glassfish JAXB 2.1.9 1.0 Fri Aug 20 14:37:07 EDT 2010
    jaxb-impl.jar taken from Glassfish JAXB 2.1.12 1.0 Thu May 6 16:10:04 PDT 2010
    resolver.jar taken from Glassfish JAXWS 2.1.5 1.0 Thu Dec 3 11:46:24 EST 2009
    Fastinfoset.jar taken from Glassfish JAXWS 2.1.5 1.0 Thu Dec 3 11:46:27 EST 2009
    jaxws-rt.jar taken from Glassfish JAXWS 2.1.5 1.2 Mon Feb 28 17:53:01 PST 2011
    Java.net implementation of MimePull.jar taken from Glassfish JAXWS 2.1.5 1.0 Thu
    Dec 3 11:46:33 EST 2009
    Codehaus STaX Interfaces 3.0.1 1.0 Mon Mar 8 20:49:50 PST 2010
    Woodstox STaX Parser 4.0.5 1.0 Thu Dec 3 11:35:43 EST 2009
    jaxws-tools.jar taken from Glassfish JAXWS 2.1.5 1.1 Fri Sep 24 17:55:05 PDT 201
    0
    Java.net Stax Extensions 1.0 Tue Jun 3 07:12:06 PDT 2008
    Java.net xml stream buffer 1.0 Tue Mar 17 05:24:12 PDT 2009
    Jakarta ORO 1.0 Wed Feb 6 15:01:03 PST 2008
    Javax Enterprise Activation 1.1 Tue Apr 8 09:31:17 PDT 2008
    Javax Annotation 1.0 Fri Dec 25 09:02:47 PST 2009
    Javax Interceptor 1.0 Tue Mar 20 15:37:16 MDT 2007
    Javax Enterprise Beans 3.0 Mon Jun 11 12:21:01 EDT 2007
    Java Data Objects 2.0 Mon Jun 11 12:20:56 EDT 2007
    Java Enterprise Deployment APIs 1.2 Tue Mar 20 15:37:28 MDT 2007
    Java Enterprise Messaging 1.1 Mon Jun 11 12:21:11 EDT 2007
    Java Web Services 2.0 Tue Mar 20 15:37:37 MDT 2007
    Javax Enterprise Mail 1.1 Mon Jul 6 10:41:09 MDT 2009
    Java Enterprise Management APIs 1.0 Tue Mar 20 15:37:49 MDT 2007
    Java Persistence Client Capable 1.0 Tue Oct 7 12:18:34 PDT 2008
    Java Connector 1.5 Mon Jun 11 12:22:07 EDT 2007
    Java Authorization Contract for Containers 1.0 Wed Feb 6 15:01:03 PST 2008
    Javax Transaction APIs Client Capable 1.0 Thu Aug 2 12:42:14 EDT 2007
    JAXB 2.1 Mon Jun 11 12:22:53 EDT 2007
    Java XML Registry 1.0 Wed Feb 6 15:01:03 PST 2008
    Java XML Soap Extensions 1.3 Mon Jun 11 12:22:59 EDT 2007
    Java Stream XML Extensions 1.1 Mon Jun 11 12:23:05 EDT 2007
    JAX-WS APIs 2.1 Mon Jun 11 12:23:16 EDT 2007
    Java API for XML-based RPC 1.2 Mon Jun 11 12:23:10 EDT 2007
    Monfox Dynamic SNMP Agent 1.1 Fri Mar 19 05:46:27 MDT 2010
    Serp bytecode manipulation framework 1.14.3 Fri Jun 11 12:06:08 PDT 2010
    WebLogic Apache Classes Client Capable 1.2 Thu Feb 18 22:06:19 PST 2010
    WebLogic BeanInfo Caching and Discovery Client Capable 2.4 Sat Oct 25 20:46:29 P
    DT 2008
    WebLogic Descriptor Client Capable 1.9 Tue Jul 20 16:03:09 EDT 2010
    Repackaged ASM-3.2 1.0 Fri Jul 31 19:30:27 MDT 2009
    Repackaged asm-commons-3.2 1.0 Fri Jul 31 19:30:27 MDT 2009
    Repackaged asm-tree-3.2 1.0 Fri Jul 31 19:30:27 MDT 2009
    Repackaged asm-util-3.2 1.0 Fri Jul 31 19:30:27 MDT 2009
    Oracle JFR 1.0 Thu Feb 18 19:06:33 PST 2010
    WebLogic Diagnostics Core Interfaces Client Capable 2.5 Thu Jun 3 05:20:41 PDT 2
    010
    WebLogic Diagnostics Logging Client Capable 1.2 Fri Dec 12 11:37:59 MST 2008
    WebLogic Diagnostics Query Module Client Capable 1.2 Tue Oct 27 02:48:36 PDT 200
    9
    WebLogic Diagnostics Instrumentor Tool 1.7 Tue May 18 03:51:46 PDT 2010
    WebLogic Diagnostics Instrumentor Config Tool 1.7 Tue Jun 29 16:41:19 EDT 2010
    WebLogic Diagnostics JRockit Flight Recorder Interfaces Client Capable 1.1 Fri O
    ct 29 16:32:05 EDT 2010
    Diagnostics Notifications Module Client Capable 1.4 Sun Nov 22 16:03:32 PST 2009
    BEA Logging Runtime Support Client Capable 1.5 Thu Apr 29 20:43:42 EDT 2010
    WebLogic i18n Runtime Support Client Capable 1.8 Fri Sep 10 08:12:34 EDT 2010
    WebLogic i18n Build Support Client Capable 1.5 Fri Feb 19 15:03:15 EST 2010
    WebLogic I18N tools Client Capable 1.3 Sun Nov 22 16:03:32 PST 2009
    WebLogic Management JMX Interfaces 1.4 Thu Aug 12 11:16:22 PDT 2010
    WebLogic Security Provider Generation Tool 1.5 Wed Oct 14 16:39:28 MDT 2009
    WebLogic Security Provider Generation Tool Client Capable 1.5 Wed Oct 14 16:39:2
    8 MDT 2009
    WebLogic Messaging Kernel Client Capable 1.8 Mon Aug 23 21:42:11 EDT 2010
    WebLogic Resource Pool Client Capable 1.7 Mon Sep 27 12:00:08 EDT 2010
    WebLogic Socket Muxer API Client Capable 1.2 Thu Apr 1 21:16:27 EDT 2010
    WebLogic RMI Client Capable 1.10 Tue Mar 22 16:56:32 PDT 2011
    Common Security WebLogic Server Integration Support 1.0 Fri Oct 8 10:32:52 EDT
    2010
    Server Lifecycle Interfaces Client Capable 1.4 Fri Feb 19 15:03:15 EST 2010
    WebLogic Store Client Capable 1.7 Fri Dec 17 16:52:31 EST 2010
    WebLogic STORE GXA Client Capable 1.6 Mon Aug 23 21:16:10 EDT 2010
    WebLogic Store Admin Tool Client Capable 1.2 Thu Jan 21 10:24:18 PST 2010
    WebLogic JDBC Store Client Capable 1.3 Mon May 17 10:46:33 PDT 2010
    WebLogic JTA implementation Client Capable 2.7 Fri Sep 17 12:19:45 PDT 2010
    WebLogic Utils 1.9 Thu Mar 3 12:10:10 EST 2011
    Agent Utililities 1.1 Tue Feb 16 00:16:03 EST 2010
    WebLogic Utility Classloader implementations Client Capable 1.9 Wed Mar 2 14:10:
    04 PST 2011
    WebLogic Utils for working with Expressions Client Capable 1.4 Tue Sep 29 14:45:
    53 EDT 2009
    WebLogic Utils for Dynamically Generated Class Wrappers Client Capable 1.4 Fri F
    eb 13 14:44:23 MST 2009
    WebLogic Timers Client Capable 1.7 Thu Feb 18 13:08:44 EST 2010
    WebLogic Work Manager Client Capable 1.10 Thu Feb 17 10:25:54 PST 2011
    WebLogic Workarea Client Capable 1.7 Wed Feb 24 17:18:56 PST 2010
    WebLogic XML XPath Implementation Client Capable 1.4 Mon Feb 22 15:07:14 PST 201
    0
    Weblogic Tuxedo Connector Core Client Capable 1.5 Sat Jul 3 19:05:38 EDT 2010
    WebLogic Security 1.0 Fri Oct 8 10:32:52 EDT 2010
    Weblogic Server Java Authentication Helper Classes Client Capable 1.1 Mon Jul 5
    20:42:35 EDT 2010
    Weblogic Server Message Digest Utilities Client Capable 1.0 Thu Aug 2 12:51:30 E
    DT 2007
    Weblogic Server Authenticated Subject Client Capable 1.1 Thu Oct 28 05:46:37 PDT
    2010
    Weblogic Server Authenticated Subject Client Capable 1.5 Thu Sep 9 10:23:21 MDT
    2010
    PrintingSecurityManager - PSM 1.1 Tue Feb 16 05:30:08 PST 2010
    WebLogic security ssl classes 1.0 Tue Jun 15 17:39:53 EDT 2010
    WebLogic Nodemanager Plugin Client Capable 1.3 Tue Nov 18 18:23:10 EST 2008
    nodemanager module for managed processes 1.0 Thu Apr 8 15:14:38 PDT 2010
    WebLogic JMS Pool Client Capable 1.8 Thu Mar 3 14:11:40 PST 2011
    Contains compiled schema type from WLS 9.0 for WLP compatibility 1.3 Wed Feb 24
    19:15:33 EST 2010
    WebLogic Http Pub/Sub Module Client Capable 1.6 Mon Jul 12 02:31:07 EDT 2010
    Class Redefinition Project 1.5 Mon May 10 19:48:21 EDT 2010
    Class Redefinition Project Client Capable 1.5 Mon Apr 5 17:00:52 PDT 2010
    Class Redefinition Project 1.5 Binding Bundle
    Commonj SDO 1.0 Wed Sep 24 19:11:23 PDT 2008
    WebLogic Coherence Descriptor 1.1 Wed May 5 15:17:47 EDT 2010
    WebLogic Coherence Descriptor 1.1 Binding Bundle
    This module contains all message catalogs 1.1 Fri Dec 17 08:04:35 PST 2010
    WebLogic WebService Public API's 1.1 Tue Sep 21 22:15:05 EDT 2010
    WebLogic EclipseLink Integration 1.0 Thu Feb 25 14:56:43 PST 2010
    WebLogic SCA Client 1.0 Thu Feb 25 00:27:10 EST 2010
    WebLogic RAC Module UCP Client Capable 1.0 Mon Sep 13 09:03:00 PDT 2010
    BEA Patches of apache ant Client Capable 1.2 Wed Jan 13 08:48:17 PST 2010
    Oracle WebLogic Server 10.3.4.0 at 710154 built on: 2010/09/30
    Oracle WebLogic Server 10.3.4.0 at 710154 built on: 2010/09/30
    Oracle WebLogic Server Datatier 10.3.4.0 at 710154 built on: 2010/09/30
    Oracle WebLogic Server 10.3.4.0 at 710154 built on: 2010/09/30
    WebLogic SIPServer Extension API 10.3.4.0 at 709997 built on 2010/09/27
    WebLogic SIPServer Extension API 10.3.4 at 709997 built on 2010/09/27
    WebLogic SIPServer CallState 10.3.4 at 709997 built on 2010/09/27
    Oracle WebLogic Communications SCTP 10.3.1 at 688160 built on 2009/03/11
    ALSB Client 1.3 Mon Apr 12 19:21:38 PDT 2010
    WebLogic WebService Databinding 1.2 Fri Oct 15 06:35:13 PDT 2010
    WebLogic WebService Databinding Plugins 1.2 Fri Oct 15 07:38:46 PDT 2010
    WebLogic SCA Engine 1.2 Mon Aug 16 20:42:39 EDT 2010
    WebLogic WebService Databinding Plugins 1.2 Fri Oct 15 07:38:46 PDT 2010
    WebLogic WebService Databinding 1.2 Fri Oct 15 06:35:13 PDT 2010
    WebLogic SIP Activator 10.3.4 at 710163 built on 2010/09/30
    >
    <21 Apr, 2012 7:33:36 AM IST> <Notice> <WLSS.Engine> <BEA-330065> <SIP server re
    plication is DISABLED>
    <21 Apr, 2012 7:33:36 AM IST> <Notice> <WLSS.Engine> <BEA-330000> <WebLogic SIP
    Server "sipserver" has started.>
    <21 Apr, 2012 7:33:36 AM IST> <Notice> <WLSS.Transport> <BEA-330687> <Thread "SI
    P Message processor (Transport TCP)" is listening on port 5060>
    <21 Apr, 2012 7:33:36 AM IST> <Notice> <WLSS.Transport> <BEA-330687> <Thread "SI
    P Message processor (Transport TCP)" is listening on port 5061>
    <21 Apr, 2012 7:34:40 AM IST> <Error> <WLSS.Setup> <BEA-331210> <Skip SIP relate
    d logic, because error occurs when parsing sip related annotations of "em"
    com.bea.wcp.sip.engine.server.setup.SipAnnotationParsingException:
    at com.bea.wcp.sip.engine.server.setup.SipAnnotationData.<init>(SipAnnot
    ationData.java:146)
    at com.bea.wcp.sip.util.DeploymentUtil.getOrCreateAnnotationData(Deploym
    entUtil.java:70)
    at com.bea.wcp.sip.util.DeploymentUtil.isSipModule(DeploymentUtil.java:9
    6)
    at com.bea.wcp.sip.engine.server.SipServerTailModule$1.visit(SipServerTa
    ilModule.java:127)
    at com.bea.wcp.sip.engine.server.SipServerTailModule.visitAllContexts(Si
    pServerTailModule.java:112)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.OutOfMemoryError: PermGen space
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(ClassLoader.java:630)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:614)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:14
    1)
    at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericCla
    ssLoader.java:343)
    Truncated. see log file for complete stacktrace
    >
    <21 Apr, 2012 7:35:05 AM IST> <Warning> <J2EE> <BEA-160181> <An error was encoun
    tered and ignored during undeployment. The error was: weblogic.utils.ErrorCollec
    tionException:
    There are 2 nested errors:
    java.lang.OutOfMemoryError: PermGen space
    and
    java.lang.OutOfMemoryError: PermGen space
    weblogic.utils.ErrorCollectionException:
    There are 2 nested errors:
    java.lang.OutOfMemoryError: PermGen space
    and
    java.lang.OutOfMemoryError: PermGen space
    at weblogic.application.utils.StateMachineDriver.previousState(StateMach
    ineDriver.java:227)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:63)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.
    java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.ja
    va:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(Deploym
    entStateChecker.java:161)
    Truncated. see log file for complete stacktrace
    >

    What options have you selected when you set-up WebLogic?
    You can increase the PermSize and MaxPermSize parameters of the JVM to avoid java.lang.OutOfMemoryError: PermGen space.
    These parameters can be set in the setDomainEnv file.

  • Error while printing (PDF) large BI reports

    Hello,
    We use ADS to print our BI reports from the portal. For small reports (10-20 pages) this works fine, but for very large ones (>100 pages) we get the error "Error while generating PDF" on the screen (after a considerable amount of time). In the defaulttrace, I can see this error:
    Exception thrown: com.sap.ip.bi.base.exception.BIBaseRuntimeException: EXPORT XFA exception when calling the PDF object after 261430 msec
    com.sap.ip.bi.base.exception.BIBaseRuntimeException: EXPORT XFA exception when calling the PDF object after 261430 msec
         at com.sap.ip.bi.export.xfa.impl.Document.writePxxToByte(Document.java:687)
         at com.sap.ip.bi.export.xfa.impl.Document.writePdfToByte(Document.java:709)
         at com.sap.ip.bi.export.xfa.impl.PDFConverter.getBinaryContent(PDFConverter.java:160)
         at com.sap.ip.bi.export.impl.ExportController.getBinaryContent(ExportController.java:863)
         at com.sap.ip.bi.export.controller.ExportResult.getExportResult(ExportResult.java:103)
         at com.sap.ip.bi.export.controller.ExportResult.createExport(ExportResult.java:73)
    I've checked the timeout settings for IRJ services (500 seconds) and the timeout settings for web service clients (900 seconds). This should not be the problem.
    Does anybody have a suggestion as to how to solve this?
    Kind regards, Wilbert

    Some additional information:
    In the defaulttrace, I can see this:
    Service XMLFormService: Native process (PID=15892) E:\usr\sap\PEP\JC00\j2ee\os_libs\adssap\XMLFormService\bin\XMLForm.exe terminated abnormally with error code 128
    Processing exception during a "Render" operation.
    Request start time: Fri Mar 06 10:11:55 CET 2009
    com.adobe.ProcessingException: XMLFM Exception during render: org.omg.CORBA.COMM_FAILURE
    Exception while connecting to <SERVER-IP>:3533
    java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method

Maybe you are looking for