OracleService INSTANCE will hang the machine

Hi
Help needed quickly!
The service OracleService<INSTANCE> on a production database (10g r2) will not start and hangs the machine.
The last lines from the alert_log
Completed: alter database mount exclusive
Tue Sep 30 18:08:17 2008
alter database open
Tue Sep 30 18:08:18 2008
Beginning crash recovery of 1 threads
parallel recovery started with 2 processes
Tue Sep 30 18:08:18 2008
Started redo scan
Tue Sep 30 18:08:21 2008
Completed redo scan
373702 redo blocks read, 9295 data blocks need recovery
How to fix the problem, RECOVER DATABASE?
Do the OracleService<INSTANCE> needed to be started to do
set ORACLE_SID=<INSTANCE>
sqlplus /nolog
connect / as sysdba
I will get Ora-12560 TNS protocol error
Regards
Tobias

Hi!
We have now set ORA_<INSTANCE>_AUTOSTART=FALSE, and started the oracleservice.
sqlplus /nolog
connect / as sysdba
--connected to an idle instance
startup
Will come to the Database mounted and after that the machine will hang.
Any suggestions? We now that the database needs recover.
--From the alert_log
Started redo scan
Tue Sep 30 18:08:21 2008
Completed redo scan
373702 redo blocks read, 9295 data blocks need recovery)
Regards Tobias

Similar Messages

  • NVIDIA Issues; hitting the video card hangs the machine

    Hello everybody, this could easily be placed under the Kernel and Hardware forum, but this one suits my experience level better.  I tried
    searching for some similar issues to what I am having, but wasn't able to come up with anything. (Perhaps I was an unknown keyword off in my searches. )
    Additionally, thanks in advance for any help! I'm pretty much out of ideas short of replacing some hardware.
    My problem is that whenever my desktop displays anything that is graphically intensive, it freezes. I first experienced this while I had Slackware 13.1 installed when trying to run Minecraft. I had been running it successfully for a month or two when it hung while I was playing. I switched over to Arch in the hopes that it would be easier for me to troubleshoot the problem. This was a few months ago, and I've not been able to figure it out.
    I'm running with an i7 930 CPU, GTX 480 video card, and six gigs of RAM. My xorg.conf is below:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 270.41.06 ([email protected]) Mon Apr 18 15:14:00 PDT 2011
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    I dug through my logs and the only strange thing I found was in kernel.log:
    Jul 3 13:56:43 localhost kernel: [ 101.297777] NVRM: GPU at 0000:03:00.0 has fallen off the bus.
    For what it's worth, here is my Xorg.0.conf (but the only error is related to my keyboard, which actually works fine):
    [ 28.765]
    X.Org X Server 1.10.2
    Release Date: 2011-05-28
    [ 28.766] X Protocol Version 11, Revision 0
    [ 28.766] Build Operating System: Linux 2.6.38-ARCH x86_64
    [ 28.766] Current Operating System: Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Mon Jun 27 21:26:22 CEST 2011 x86_64
    [ 28.766] Kernel command line: root=/dev/disk/by-uuid/53882ab2-b171-4117-a8a2-6ec984ace8e2 ro
    [ 28.767] Build Date: 30 May 2011 08:18:15AM
    [ 28.767]
    [ 28.767] Current version of pixman: 0.22.0
    [ 28.767] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 28.768] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 28.770] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 3 14:20:49 2011
    [ 28.800] (==) Using config file: "/etc/X11/xorg.conf"
    [ 28.801] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 28.817] (==) ServerLayout "Layout0"
    [ 28.817] (**) |-->Screen "Screen0" (0)
    [ 28.817] (**) | |-->Monitor "Monitor0"
    [ 28.817] (**) | |-->Device "Device0"
    [ 28.817] (**) |-->Input Device "Keyboard0"
    [ 28.817] (**) |-->Input Device "Mouse0"
    [ 28.817] (==) Automatically adding devices
    [ 28.817] (==) Automatically enabling devices
    [ 28.837] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 28.837] Entry deleted from font path.
    [ 28.837] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 28.837] Entry deleted from font path.
    [ 28.837] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 28.837] Entry deleted from font path.
    [ 28.857] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 28.857] Entry deleted from font path.
    [ 28.857] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 28.857] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 28.857] Entry deleted from font path.
    [ 28.858] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 28.858] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 28.858] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 28.858] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 28.858] (WW) Disabling Keyboard0
    [ 28.858] (WW) Disabling Mouse0
    [ 28.858] (II) Loader magic: 0x7d3440
    [ 28.858] (II) Module ABI versions:
    [ 28.858] X.Org ANSI C Emulation: 0.4
    [ 28.858] X.Org Video Driver: 10.0
    [ 28.858] X.Org XInput driver : 12.2
    [ 28.858] X.Org Server Extension : 5.0
    [ 28.859] (--) PCI:*(0:3:0:0) 10de:06c0:10de:075f rev 163, Mem @ 0xdc000000/33554432, 0xc8000000/134217728, 0xd4000000/67108864, I/O @ 0x0000df00/128, BIOS @ 0x????????/524288
    [ 28.859] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 28.859] (II) LoadModule: "extmod"
    [ 28.878] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 28.889] (II) Module extmod: vendor="X.Org Foundation"
    [ 28.889] compiled for 1.10.2, module version = 1.0.0
    [ 28.889] Module class: X.Org Server Extension
    [ 28.889] ABI class: X.Org Server Extension, version 5.0
    [ 28.889] (II) Loading extension MIT-SCREEN-SAVER
    [ 28.889] (II) Loading extension XFree86-VidModeExtension
    [ 28.889] (II) Loading extension XFree86-DGA
    [ 28.889] (II) Loading extension DPMS
    [ 28.889] (II) Loading extension XVideo
    [ 28.889] (II) Loading extension XVideo-MotionCompensation
    [ 28.889] (II) Loading extension X-Resource
    [ 28.889] (II) LoadModule: "dbe"
    [ 28.889] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 28.890] (II) Module dbe: vendor="X.Org Foundation"
    [ 28.890] compiled for 1.10.2, module version = 1.0.0
    [ 28.890] Module class: X.Org Server Extension
    [ 28.890] ABI class: X.Org Server Extension, version 5.0
    [ 28.890] (II) Loading extension DOUBLE-BUFFER
    [ 28.890] (II) LoadModule: "glx"
    [ 28.890] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 29.187] (II) Module glx: vendor="NVIDIA Corporation"
    [ 29.195] compiled for 4.0.2, module version = 1.0.0
    [ 29.195] Module class: X.Org Server Extension
    [ 29.195] (II) NVIDIA GLX Module 275.09.07 Wed Jun 8 14:34:43 PDT 2011
    [ 29.195] (II) Loading extension GLX
    [ 29.195] (II) LoadModule: "record"
    [ 29.195] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 29.196] (II) Module record: vendor="X.Org Foundation"
    [ 29.196] compiled for 1.10.2, module version = 1.13.0
    [ 29.196] Module class: X.Org Server Extension
    [ 29.196] ABI class: X.Org Server Extension, version 5.0
    [ 29.196] (II) Loading extension RECORD
    [ 29.196] (II) LoadModule: "dri"
    [ 29.196] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 29.207] (II) Module dri: vendor="X.Org Foundation"
    [ 29.207] compiled for 1.10.2, module version = 1.0.0
    [ 29.207] ABI class: X.Org Server Extension, version 5.0
    [ 29.207] (II) Loading extension XFree86-DRI
    [ 29.207] (II) LoadModule: "dri2"
    [ 29.207] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 29.207] (II) Module dri2: vendor="X.Org Foundation"
    [ 29.207] compiled for 1.10.2, module version = 1.2.0
    [ 29.207] ABI class: X.Org Server Extension, version 5.0
    [ 29.207] (II) Loading extension DRI2
    [ 29.207] (II) LoadModule: "nvidia"
    [ 29.208] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 29.240] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 29.241] compiled for 4.0.2, module version = 1.0.0
    [ 29.241] Module class: X.Org Video Driver
    [ 29.246] (II) NVIDIA dlloader X Driver 275.09.07 Wed Jun 8 14:18:12 PDT 2011
    [ 29.246] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 29.246] (--) using VT number 7
    [ 29.255] (II) Loading sub module "fb"
    [ 29.255] (II) LoadModule: "fb"
    [ 29.255] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 29.262] (II) Module fb: vendor="X.Org Foundation"
    [ 29.262] compiled for 1.10.2, module version = 1.0.0
    [ 29.262] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 29.262] (II) Loading sub module "wfb"
    [ 29.262] (II) LoadModule: "wfb"
    [ 29.262] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 29.270] (II) Module wfb: vendor="X.Org Foundation"
    [ 29.270] compiled for 1.10.2, module version = 1.0.0
    [ 29.270] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 29.270] (II) Loading sub module "ramdac"
    [ 29.270] (II) LoadModule: "ramdac"
    [ 29.270] (II) Module "ramdac" already built-in
    [ 29.271] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 29.271] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 29.271] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 29.272] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 29.272] (==) NVIDIA(0): RGB weight 888
    [ 29.272] (==) NVIDIA(0): Default visual is TrueColor
    [ 29.272] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 30.069] (II) NVIDIA(GPU-0): Display (AOC 2436 (CRT-1)) does not support NVIDIA 3D Vision
    [ 30.069] (II) NVIDIA(GPU-0): stereo.
    [ 30.070] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 480 (GF100) at PCI:3:0:0 (GPU-0)
    [ 30.070] (--) NVIDIA(0): Memory: 1572864 kBytes
    [ 30.070] (--) NVIDIA(0): VideoBIOS: 70.00.21.00.02
    [ 30.070] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 30.070] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 30.070] (--) NVIDIA(0): Connected display device(s) on GeForce GTX 480 at PCI:3:0:0
    [ 30.070] (--) NVIDIA(0): AOC 2436 (CRT-1)
    [ 30.071] (--) NVIDIA(0): AOC 2436 (CRT-1): 400.0 MHz maximum pixel clock
    [ 30.109] (II) NVIDIA(0): Assigned Display Device: CRT-1
    [ 30.109] (==) NVIDIA(0):
    [ 30.109] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 30.109] (==) NVIDIA(0): will be used as the requested mode.
    [ 30.109] (==) NVIDIA(0):
    [ 30.109] (II) NVIDIA(0): Validated modes:
    [ 30.109] (II) NVIDIA(0): "nvidia-auto-select"
    [ 30.110] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    [ 30.134] (--) NVIDIA(0): DPI set to (93, 94); computed from "UseEdidDpi" X config
    [ 30.134] (--) NVIDIA(0): option
    [ 30.134] (--) Depth 24 pixmap format is 32 bpp
    [ 30.134] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 30.134] (II) NVIDIA: access.
    [ 30.144] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 30.144] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 30.144] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 30.144] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 30.144] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 30.144] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 30.144] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 30.144] (II) NVIDIA(0): Config Options in the README.
    [ 30.147] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 30.208] (II) Loading extension NV-GLX
    [ 30.270] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 30.270] (==) NVIDIA(0): Backing store disabled
    [ 30.270] (==) NVIDIA(0): Silken mouse enabled
    [ 30.271] (**) NVIDIA(0): DPMS enabled
    [ 30.271] (II) Loading extension NV-CONTROL
    [ 30.271] (II) Loading extension XINERAMA
    [ 30.271] (II) Loading sub module "dri2"
    [ 30.271] (II) LoadModule: "dri2"
    [ 30.271] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 30.272] (II) Module dri2: vendor="X.Org Foundation"
    [ 30.272] compiled for 1.10.2, module version = 1.2.0
    [ 30.272] ABI class: X.Org Server Extension, version 5.0
    [ 30.272] (II) NVIDIA(0): [DRI2] Setup complete
    [ 30.272] (==) RandR enabled
    [ 30.272] (II) Initializing built-in extension Generic Event Extension
    [ 30.272] (II) Initializing built-in extension SHAPE
    [ 30.272] (II) Initializing built-in extension MIT-SHM
    [ 30.272] (II) Initializing built-in extension XInputExtension
    [ 30.272] (II) Initializing built-in extension XTEST
    [ 30.272] (II) Initializing built-in extension BIG-REQUESTS
    [ 30.272] (II) Initializing built-in extension SYNC
    [ 30.272] (II) Initializing built-in extension XKEYBOARD
    [ 30.272] (II) Initializing built-in extension XC-MISC
    [ 30.272] (II) Initializing built-in extension SECURITY
    [ 30.272] (II) Initializing built-in extension XINERAMA
    [ 30.272] (II) Initializing built-in extension XFIXES
    [ 30.272] (II) Initializing built-in extension RENDER
    [ 30.272] (II) Initializing built-in extension RANDR
    [ 30.272] (II) Initializing built-in extension COMPOSITE
    [ 30.272] (II) Initializing built-in extension DAMAGE
    [ 30.273] (II) Initializing extension GLX
    [ 30.487] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 30.487] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 30.487] (II) LoadModule: "evdev"
    [ 30.499] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.506] (II) Module evdev: vendor="X.Org Foundation"
    [ 30.506] compiled for 1.10.0, module version = 2.6.0
    [ 30.506] Module class: X.Org XInput Driver
    [ 30.506] ABI class: X.Org XInput driver, version 12.2
    [ 30.506] (II) Using input driver 'evdev' for 'Power Button'
    [ 30.506] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.506] (**) Power Button: always reports core events
    [ 30.506] (**) Power Button: Device: "/dev/input/event1"
    [ 30.530] (--) Power Button: Found keys
    [ 30.530] (II) Power Button: Configuring as keyboard
    [ 30.530] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 30.530] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 30.530] (**) Option "xkb_rules" "evdev"
    [ 30.530] (**) Option "xkb_model" "evdev"
    [ 30.530] (**) Option "xkb_layout" "us"
    [ 30.561] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 30.561] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 30.561] (II) Using input driver 'evdev' for 'Power Button'
    [ 30.561] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.561] (**) Power Button: always reports core events
    [ 30.561] (**) Power Button: Device: "/dev/input/event0"
    [ 30.583] (--) Power Button: Found keys
    [ 30.583] (II) Power Button: Configuring as keyboard
    [ 30.583] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 30.583] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 30.583] (**) Option "xkb_rules" "evdev"
    [ 30.583] (**) Option "xkb_model" "evdev"
    [ 30.583] (**) Option "xkb_layout" "us"
    [ 30.590] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event4)
    [ 30.590] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 30.590] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
    [ 30.591] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.591] (**) Logitech Logitech Illuminated Keyboard: always reports core events
    [ 30.591] (**) Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event4"
    [ 30.623] (--) Logitech Logitech Illuminated Keyboard: Found keys
    [ 30.623] (II) Logitech Logitech Illuminated Keyboard: Configuring as keyboard
    [ 30.623] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb6/6-1/6-1:1.0/input/input4/event4"
    [ 30.623] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD)
    [ 30.623] (**) Option "xkb_rules" "evdev"
    [ 30.624] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event5)
    [ 30.624] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 30.624] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
    [ 30.624] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.624] (**) Logitech Logitech Illuminated Keyboard: always reports core events
    [ 30.624] (**) Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event5"
    [ 30.650] (--) Logitech Logitech Illuminated Keyboard: Found 1 mouse buttons
    [ 30.650] (--) Logitech Logitech Illuminated Keyboard: Found scroll wheel(s)
    [ 30.650] (--) Logitech Logitech Illuminated Keyboard: Found relative axes
    [ 30.650] (--) Logitech Logitech Illuminated Keyboard: Found absolute axes
    [ 30.650] (--) Logitech Logitech Illuminated Keyboard: Found keys
    [ 30.650] (II) Logitech Logitech Illuminated Keyboard: Configuring as mouse
    [ 30.650] (II) Logitech Logitech Illuminated Keyboard: Configuring as keyboard
    [ 30.650] (II) Logitech Logitech Illuminated Keyboard: Adding scrollwheel support
    [ 30.650] (**) Logitech Logitech Illuminated Keyboard: YAxisMapping: buttons 4 and 5
    [ 30.650] (**) Logitech Logitech Illuminated Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 30.650] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb6/6-1/6-1:1.1/input/input5/event5"
    [ 30.650] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD)
    [ 30.650] (**) Option "xkb_rules" "evdev"
    [ 30.650] (**) Option "xkb_model" "evdev"
    [ 30.650] (**) Option "xkb_layout" "us"
    [ 30.650] (EE) Logitech Logitech Illuminated Keyboard: failed to initialize for relative axes.
    [ 30.650] (II) Logitech Logitech Illuminated Keyboard: initialized for absolute axes.
    [ 30.650] (**) Logitech Logitech Illuminated Keyboard: (accel) keeping acceleration scheme 1
    [ 30.650] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration profile 0
    [ 30.650] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration factor: 2.000
    [ 30.650] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration threshold: 4
    [ 30.651] (II) config/udev: Adding input device Microsoft Microsoft Optical Mouse with Tilt Wheel (/dev/input/event6)
    [ 30.651] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: Applying InputClass "evdev pointer catchall"
    [ 30.651] (II) Using input driver 'evdev' for 'Microsoft Microsoft Optical Mouse with Tilt Wheel'
    [ 30.651] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.651] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: always reports core events
    [ 30.651] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: Device: "/dev/input/event6"
    [ 30.676] (--) Microsoft Microsoft Optical Mouse with Tilt Wheel: Found 9 mouse buttons
    [ 30.676] (--) Microsoft Microsoft Optical Mouse with Tilt Wheel: Found scroll wheel(s)
    [ 30.676] (--) Microsoft Microsoft Optical Mouse with Tilt Wheel: Found relative axes
    [ 30.676] (--) Microsoft Microsoft Optical Mouse with Tilt Wheel: Found x and y relative axes
    [ 30.676] (II) Microsoft Microsoft Optical Mouse with Tilt Wheel: Configuring as mouse
    [ 30.676] (II) Microsoft Microsoft Optical Mouse with Tilt Wheel: Adding scrollwheel support
    [ 30.676] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: YAxisMapping: buttons 4 and 5
    [ 30.676] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 30.676] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.2/usb7/7-2/7-2:1.0/input/input6/event6"
    [ 30.676] (II) XINPUT: Adding extended input device "Microsoft Microsoft Optical Mouse with Tilt Wheel" (type: MOUSE)
    [ 30.676] (II) Microsoft Microsoft Optical Mouse with Tilt Wheel: initialized for relative axes.
    [ 30.676] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: (accel) keeping acceleration scheme 1
    [ 30.677] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: (accel) acceleration profile 0
    [ 30.677] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: (accel) acceleration factor: 2.000
    [ 30.677] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: (accel) acceleration threshold: 4
    [ 30.677] (II) config/udev: Adding input device Microsoft Microsoft Optical Mouse with Tilt Wheel (/dev/input/mouse0)
    [ 30.677] (II) No input driver/identifier specified (ignoring)
    [ 30.677] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event3)
    [ 30.677] (II) No input driver/identifier specified (ignoring)
    [ 30.680] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 30.680] (II) No input driver/identifier specified (ignoring)
    The more I investigate, the more I feel like this could be a hardware problem. I checked the CPU temp first, but it only reaches ~32 degrees celsius when the system hangs, so I doubt that's the cause. I've checked the cables (power and otherwise) between everything in my box, and it's all solid. I've also taken the sides off, thinking it my be an air flow issue, but that didn't solve it either.
    On the software side of things, I've got nvidia, nvidia-utils, and lib32-nvidia-utils installed and they aren't popping any errors that I can see. When I run glxinfor or glxgears, nothing happens, the terminal just prompts me for input (which is actually an improvement, in Slackware, they hung the machine).
    Again, any help on this issue is greatly appreciated, I'm at my wit's end about it.

    I had a similar problem that turned out to be the graphics card working itself loose. So, if you haven't already, try taking it out, cleaning the contacts and plugging it back in. Worth a try and worked for me
    Also, Xorg 1.10.2 & the nvidia proprietary driver don't seem to be in conflict for me so I think williewillus is mistaken.

  • Machine A will hang if Machine B is powered off.

    I use Solaris 8. If some applications (for example, telnet) on machine A attempt to connect to the the machine B, which is powered off, or removed from the network, the telnet on machine A will just hang for a long time (many minutes). Eventually, some exeptions will occur. But I believe there are some parameters at the OS level which could make the hang time shorter, say 3 seconds. Do you know what parameters could serve that purpose?
    This problem can also be observed when a JDBC application is used. Basically the JDBC (client) simply relies on the OS signal when the database (server) is powered off.
    Thanks.

    I have a T410s with 2 external monitors that I always used. 1x24inch LCD connected using VGA to VGA and 1x26inch LCD connected using displayport to HDMI. It used to be fine until some intel grapics driver update a while back.
    So I come to believe is the driver fault and/or the internal graphic card lack of capacity.
    My solution is to setup the monitors the way I like is to change the BIOS to boot up from displayport, and when successful going into the desktop then disable the laptop LCD. Then connect the 2nd LCD, extend the desktop and setup the resolution. From that point on I must always boot up with VGA disconnect then after into desktop, plug in the VGA cable and it will show up fine. If I forget and left the displayport + VGA connected when I bootup, it will fail and I have to do the initial setup again.
    So something with the displayport/graphic card/graphic memory is making the T410s 'forget' or discard the displayport. or the 1900x1200 resolutions of 2x monitors overwhelm the graphics card memory and it had to made a choice or give up. Most of the time it just goes blank or flash on/off
    In your case, if you only have 1x external monitor you can just change the BIOS to bootup screen in VGA/Displayport/Dock and when in the dsektop, set to duplicate mode for both screens. Then download this utility called ultramon and use it to setup the extended display setting to your liking, save the profile on the desktop/startup folder. When your T410s bootup, intel driver will boot in duplicate mode so it will go into the desktop, once it's there, the ultramon will takes over and change it to the extended setup. Play with the sequence/settings a bit to see which ones works for your setup....and hope lenovo comes up with better drivers.

  • Hardware acceleration in Firefox 4 fluctuates my gpu clock speed and for some period of browsing will hang the gpu at the highest clock speed available even after closing Firefox 4.

    After browsing heavily in Firefox 4 for some time, my gpu (ATI 5870 with the latest drivers) will stay clocked at the highest clock speed of 850Mhz and memory clock speed of 1200Mhz. Even after closing Firefox 4, the gpu will not down-clock and stay at those highest speed. I've tested the same browsing pattern on IE9 and in which this problem didn't exist so I don't think it's a driver issue. I now have to browse with hardware acceleration turned off to ensure I don't get this problem.

    Ive downgraded from FF4 to 3.6 at this point. The CPU usage is out of control on OS X.

  • Event structure will hang if i click the button fast

    i trying to debug the program, and i realise that the event structure will hang the program is if i click the button that event structure detecting fast,
    it will hang and stopped there...
    is this a bug or what?
    even i place a time delay in it also no use...
    the event is mouse down for button

    Hi AxE,
    I apologize for the oversight. Please find the attached VIs (now converted to LV 7.0). Apart from changing the "mouse down" event to "value change", I have also changed the mechanical action of booleans to "latch when pressed" . This would change the value of the button only during the duration it is pressed. As soon as it is released, the value of the button will revert back to its default value('false' in our case) so we dont need to change the value of the button inside the event case.
    Windows.cpp error in Line 2978 has indeed been reported to National Instruments. The LabVIEW R&D team is investigating the error.
    Regards,
    Ankita A.
    National Instruments
    Attachments:
    AxE's_TDS_420A_Application_Test.vi ‏155 KB
    CallWF.vi ‏20 KB
    RecordWindow.vi ‏182 KB

  • LR 2.5 Windows Vista 32 bit cannot import and hangs the computer

    Had three new folders that I was going to import into LR. When the first folder was being imported and was still rendering the 1:1 previews I started to import in the second folder. Folder one's photos imported fine but nothing was imported from folder two and LR stopped functioning and hung the PC. On rebooting, the catalog, including the first folder's contents are all there and I could do all my work with them but the moment I try  importing folder two or three I could only choose the files and thereafter will hang the program and PC. Tried copying the contents of folder two to another folder and the  same results. The photos inside folders two and three are viewable through Canon's Digital Professional software so they are still intact. I put some new photos into folder four and the same problem when I tried to import.
    Any ideas or is my LR corrupted and need to be reinstalled?

    I have reinstalled LR 2.5 and the problem is still there, I cannot import from a folder on the hard disk and also cannot import directly from a CF card connected through the USB port. The mouse still moves but LR is frozen and nothing can be selected with the mouse click. Will need to restart Windows.The strange thing is all other LR functions are not affected and as far as i could see, seems to be working like normal, only the import function is dead. What is the next course of action? Any suggestion from any one out there? Help!

  • I have a MacBook Pro (purchased in 2011) with OS X Lion 10.7.4.  I'm using Microsoft Office 2011 and cannot open older PowerPoint Files (non .pptx). It will always open the same .pptx file and then the machine hangs up and just keeps spinning.

    I have a MacBook Pro (purchased in 2011) with OS X Lion 10.7.4.  I'm using Microsoft Office 2011 and cannot open older PowerPoint Files (non .pptx). It will always open the same .pptx file and then the machine hangs up and just keeps spinning.

    Thank you - that all makes sense. It is, indeed, exactly what I did when I upgraded.
    I'm also writing this on the machine that crashed a few minutes ago (I posted the crash in another thread). I got back with a 'safe boot' - as I have done a few times before.
    I've also de-installed little snitch (and then done a safe-boot & then re-boot ) since that seemed involved. I de-installed Adobe flash, since that seemed to be a problem - I then re-installed the later, apparently fixed, flash. The most recent crashes don't seeme to have a problem with flash any more.
    I've posted the various ( generally different ) crashes. I also posted a summary of the similar lines that turn up in most of the crashes.
    Unfortuantely, I'm actually trying to use the machine to meet some urgent deadlines and all this is not making it at all easy.
    I had had great hopes for 10.7.2 - I thought that the crashes must be pretty common, so would have a common aetiology. There do seem to have been some fundamental changes to the file sytem and to the video interface (that seems to cause problems to brand new iMacs as well as to my 2009 iMac).

  • My MacBookPro (mid 2012) will not complete the boot process. Yosemite's progress widget gets about 1/3 to 1/2 way across when the logo disappears and the screen goes all white for 10-15 secs or so, then the machine shuts down and restarts.

    My MacBookPro (mid 2012) will not complete the boot process. Yosemite's progress widget gets about 1/3 to 1/2 way across when the logo disappears and the screen goes all white for 10-15 secs, then the machine shuts down and restarts. This sequence will repeat seemingly forever unless I shut it down manually.
    I upgraded to Yosemite from Mountain Lion a couple months ago, skipping Maverick completely, and I've done any associated updates that Apple told me about. I don't recall which version of Yosemite I have, but I'm sure it is the "latest and greatest".
    I've tried re-starting in Safe Mode / Safe Boot and that does the same thing as described above except without the endless restarts. Instead of restarting at some point, SafeBoot proceeds to the white screen and then it hangs until I restart it manually. (I've waited as long os 20-30 minutes with no response).
    When I tried the option-command-p-r key combo I never get any chimes or other noises besides the original 1 time boot sound that you would expect to get when starting up a macbook pro.
    I was using the mac quite normally (meaning I was doing work I normally do on it and there was no indication of anything wrong) immediately prior to this happening.
    The machine is BootCamp(ed) with Windows 8.1 which I use from a VMWare virtual machine instead of natively so that I can have both OSes running at the same time. I also think this is unrelated to my problem. I have been using this setup for more than 2 years.
    My upgrade to Yosemite was uneventful and I thought it went well and was very smooth. I don't want to lead attention away from Yosemite, but at this point my problem does not seem related to the upgrade.
    Any help is appreciated.

    Install or Reinstall OS X from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Erase the hard drive:
      1. Select Disk Utility from the main menu and click on the Continue button.
      2. After DU loads select your startup volume (usually Macintosh HD) from the
          left side list. Click on the Erase tab in the DU main window.
      3. Set the format type to Mac OS Extended (Journaled.) Optionally, click on
          the Security button and set the Zero Data option to one-pass. Click on
          the Erase button and wait until the process has completed.
      4. Quit DU and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Install button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
               because it is three times faster than wireless.

  • I have an email account causes the machine to hang up after being in use for a day.  It only occurs on my Macbook Pro and only one particular account.  The problem account works fine on my iMac and Windows Machines.  Any ideas what is causing this?

    I have an email account causes the machine to hang up after being in use for a day.  It only occurs on my Macbook Pro and only one particular account.  The problem account works fine on my iMac and Windows Machines.  I have been to the local Genius bar and through trial and error we have determined that Mail is working ok but somehow the account is causing the problem.  I have used this account for years.  Any ideas what is causing this?

    No idea why, but one thing you may try if you have the time, is create a new user, and set up the problem mail account in the new user space. See if it causes your MBP to hang as well.  That will tell you if it is something wrong with your main User, or something wrong with MBP.
    Assuming this works, I'd nuke the problem account in your main user space, re-start, and reinititate the account and see if that helps.
    Depening on how many email accounts you have setup, it may be necessary to nuke the whole Mail folder in your User/Library....   Hard way to get it to work, but just my idea.

  • Labview Program will hang between 33% and 50% of the time.

    I have a problem with a Labview program I made. I have two programs that do the same thing. One is in flat sequence form and the other is in state machine form.
    As explained in the link below, I would like to make use of a microcontroller to make wiring connections for automating a measurement process. A separate current source and volt meter will be used.
    https://forums.ni.com/t5/LabVIEW/Sequence-a-good-idea/td-p/2601333
    I have since made some simple test programs which I have attached. The problem is when executing, the labview program will hang, but not every time the program is execute.
    For example: Hall 1.2.vi will work properly twice with the third time it is executed it will hang. If you abort and try again, it will again run twice with no problems with the third hanging. This one is in flat sequence format (was in a flat sequence, but merged the windows because I thought that was the cause). From what I can tell, the program will hang when calling Keithley 6517 Single Read.vi. Both connected Keithley devices are connected to the computer via GPIB at 16 and 27. The way I verified if it was this vi causing it or contributing to it was that I removed it and the program never hung. I find it very strange that it will hang exactly on the third attempt every time.
    Hall 1.3 simple.vi will work the first time and hang the second time. So it works 50% of the time. This one is in State Machine format. This one will hang at the case titled "Measure 1" which contains the Keithley 6517 Single Read.vi.
    I've used the highlight execution button and watched the program run. Oddly, it doesn't hang when using this button. So I tried adding delays/wait in different places to no avail.
    What could be causing this? As a side note, I say the program hangs for two reason. The main one is the program doesn't finish running so the run arrow is still black. The second thing is that if you notice at the end of the labview program, I have a block there that turns the current source off which doesn't happen when it hangs. I have to manually turn it off and then hit the abort program button to stop labview.
    Solved!
    Go to Solution.
    Attachments:
    Hall 1.2.vi ‏42 KB
    Hall 1.3 simple.vi ‏81 KB

    altenbach wrote:
    SaintsFan wrote:
    Also, I've tried placing wait/delays at various places with no improvement of the problem. My next thought is to just remove all the vi calls and have everything in one program.
    How did you place the waits?
    Why would placing everything in one program fix the problem. That makes no sense! What is your reasoning?
    In the case of hall1.3, I placed a wait in the Measurement cases and CS On cases and there was no affect. In the hall 1.2 when the blocks were broken up similar to the state machine cases where each sequence window was identical to the cases, I placed a wait or delay in each window with no effect on the hanging.
    My reasoning for placing everything in one program is the same as my reasoning for figuring delays would help, since the time of execution would be altered. If the execution time is faster and if the timing is the problem then I figured that the problem would happen more frequently or even every time.
    Somehow I get the feeling this is not the case. The reason being the interval in which it succeeds or hangs is constant. I believe somewhere, a value is getting set. The 6517 Read vi runs fine if I run this vi by itself no matter how many or how fast I run it. Also, the same goes for both 1.2 and 1.3 if I remove the 6517 read vi they run fine no matter how fast or how many times I run them. 
    Somehow after the current source is set to operate and triggers labview will hang on a set interval when calling 6517 read vi.
    Separately they work, together there is a problem. I tried placing a delay between these two by connecting the error out of the trigger vi to the error in of the delay block and the error out of the delay block to the error in terminal of the 6517 config block. I've also tried delays between other blocks connected the same way. From what I understand, a called vi can't execute until all inputs are present. Is this the correct way to wire the delays?

  • HT1386 How many different computers can I sync my iPod with?  My laptop crashed and was completely wiped clean and this was the machine that my iPod synced with so I don't know if it will be counted as a "new" computer.

    How many different computers can I sync my iPod with?  My laptop crashed and was completely wiped clean and this was the machine that my iPod synced with so I don't know if it will be counted as a "new" computer when I sync my iPod.

    You can sync with onee at a time. Syncing to another will erase the current content.
    Copy everything from your backup copy of your old computer to your new one.

  • I am trying to install Adobe Reader my wife's laptop but "installer" hangs up and fails with a blank black screen. The machine is capable and has a Vista OS. My wife blames the machine and wants to "throw it out." She's an idiot but I need to get this fix

    I am trying to install Adobe Reader my wife's laptop but "installer" hangs up and fails with a blank black screen. The machine is capable and has a Vista OS. My wife blames the machine and wants to "throw it out." She's an idiot but I need to get this fixed.

    run the cleaner (Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs) and then retry installing.

  • I have iTunes installed on a laptop that I use for work, but it's owned by my employer.  A new policy my have them deleting iTunes from the machine.  If that happens, will I lose all my music?  I am an iCloud user and pay for iTunes match.

    I have iTunes installed on a laptop that I use for work, but it's owned by my employer.  A new policy my have them deleting iTunes from the machine. If that happens, will I lose all my music?  I am an iCloud user and pay for iTunes match.

    If they just delete iTunes, the music files should still be there. I suggest making a backup of them though. Locate your iTunes folder (The one that contains your library file) and just copy the whole thing to your Documents folder or wherever you like (Just not in the same directory of the original folder otherwise the computer will get confused and could confuse your iTunes library). Then you will have a backup of all your music, plus if you purchased it from iTunes, you will still have it linked to your Apple ID so you can re-download them to any computer with iTunes on it when you feel like it.

  • IMac will not load internnet sites despite it having all green lights on the Network Diagnostics screen.  In other words there is a valid internet signal going into the iMac, but the machine will not load sites. Help? iOS 10.9.5

    iMac will not load internet sites, despite having all green lights (strong WiFi signal etc) on the Network Diagnostics screen. in other words there is a strong
    internet wifi signal going into the iMac but the machine does not connect to the internet.  I OS 10.9.5.  Other devices work fine with the same internet signal.

    iOS 10.9.5 does not exist.
    iOS refers to the operating system on iPhones, iPads, and iPod Touch.
    10.9.5 was never a version of a Classic operating system.
    10.9.5 was a version of Mac OS X, and is 13 years newer than Classic.
    Here are reasons for WiFi signal to fail even when they appear to be strong:
    Most common Wifi issues
    Your Mac may be too close to your WiFi router, in which case, it might be better to connect to it via an ethernet cable if it can't be moved.

  • I have a Power MAC G5 dual 2ghz that has a peculiar problem.  The monitor will not report until the machine is stopped and started 5 or 6 times.  Once booted it will restart without problem if done so from the apple menu.  Swapped out all hardware

    My Power MAC G5 has a peculiar problem.  The monitor fails to report until the machine is started and shut down 5 or 6 times.  Once it has booted it can be restarted without incident from the Apple menu.  I have swapped out all of the hardware.  Monitor, Memmory,Video Card and reset the PRAM.  After resetting the PRAM it booted on the first attempt and I thought it was solved.  But the next day it was back to starting and stopping until the Monitor came on.  Does anyone have a suggestion?  Thanks

    It could be a bad PRAM battery corrupting your PRAM.  Typically when I have monitor issues on startup it is a bad PRAM battery.
    Texas Mac Man's PRAM, battery, PMU tutorial - https://sites.google.com/site/macpram/mac-pram-nvram-cuda-pmu-battery-tutorial
    Apple's PRAM reset directions - http://docs.info.apple.com/article.html?artnum=2238
    If you have a digital multimeter you can check the condition of your present battery.  It should read at least 3.2V if it is the 3.6V half-AA battery type.  A new battery provides 3.67 Volts DC. A bad battery provides under 3.2 Volts DC.  Ideally this should be measured while the battery is under load; added recommendation from Hans777:
    >I have recently found out that an exhausted battery will still indicate >3.6 V with a high internal resistance VM.
    >
    >Checking incircuit: powercord disconnected press PMU reset button for >about 5 sec before measuring.
    >
    >Checking outside: load the battery with a 1500 Ohm resistor when measuring.
    Alternatively, test the battery while it is still in the computer.
    If the battery is more than 5 years old, especially if you totally disconnect the computer from the power regularly, or have left it unplugged for several months at one time, it is likely the battery is dead.
    Sometimes you have to do a more intensive reset of hardware management:
    [Resetting Cuda/PMU on Power Mac G5, Power Mac G4, Power Macintosh G3|http://support.apple.com/kb/HT1939]
    [How to reset the SMU on a Power Mac G5 (Late 2004) or Power Mac G5 (Late 2005)|http://support.apple.com/kb/HT1436]
    [iMac G5: How to Reset the SMU|http://support.apple.com/kb/HT1767]

Maybe you are looking for