Cannot start tftpd(package from tftp-hpa) if disabled ipv6

I disabled ipv6 with "alias net-pf-10 off" or "options ipv6 disable=1" in /etc/modprobe.d/modprobe.conf and reboot system,tftpd will start failed and with no error messages in /var/log/messages,does any one can figure this out?

Sorry the answer to your problem arrives so late, but today I installed tftp-hpa and faced the same problem, it started only start if ipv6 was enabled, and no error message was thrown.
I got it to work with ipv4 by adding "-4" switch to /etc/conf.d/tftpd:
# Parameters to be passed to TFTPD
TFTPD_ARGS="-l -4 -s /var/tftpboot"
I have also added this information to the wiki.

Similar Messages

  • Need a way to start the package from the point of failed record

    Hi,
    I have a package which loads billions of records, the problem i am having is when it fails after 1 billion record have to start from the beginning. Is there a way where I can start my load process from the failed record instead of starting from the beginning.
    Thanks in advance

    Simply implementing checkpoint wont restart package from the failed record onwards. It depends on how you do data transfer. For example if its a data flow task and if its an intermediate step that fails, then it wont start from failed record onwards next
    time.
    A much better option would be to implement it like this. Have a OnError event handler for the task and inside that use execute sql task to populate a control table with the max key/timestamp value of record which has been extracted. 
    Each time check if table has a entry and if present take max date/key value from it. Use the value to filter the source data to take only records with value > fetched value to start from next record onwards.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • [SOLVED] Cannot start X session from login

    I don't know what exactly is going on.  I'm using the nvidia package from the repo and kernel 2.6.32.6-1.  I'm having trouble starting a second X session using:
    startx -- :1
    but this works fine
    su -
    startx -- :1
    This is my xorg.conf
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder75) Tue Dec 8 21:07:34 PST 2009
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    Option "Xinerama" "0"
    EndSection
    Section "ServerFlags"
    Option "DontZap" "false"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dbe"
    Load "glx"
    Load "extmod"
    Load "dri"
    Disable "dri2"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "ViewSonic VA1930wm-3"
    DisplaySize 370 300
    HorizSync 30.0 - 82.0
    VertRefresh 50.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 6200 A-LE"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "AddARGBGLXVisuals" "True"
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "CRT-0"
    Option "metamodes" "nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    And the xorg error when I'm not root
    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.3.902 (1.7.4 RC 2)
    Release Date: 2009-12-26
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.32-ARCH i686
    Current Operating System: Linux nonsense 2.6.32-ARCH #1 SMP PREEMPT Mon Jan 25 20:06:48 UTC 2010 i686
    Kernel command line: root=/dev/mapper/group-root vga=773 resume=/dev/mapper/group-swap ro
    Build Date: 26 December 2009 11:37:45AM
    Current version of pixman: 0.16.4
    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.1.log", Time: Sat Jan 30 21:42:17 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (**) Option "DontZap" "false"
    (**) Option "Xinerama" "0"
    (==) 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,
    /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"
    (**) Extension "Composite" is enabled
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (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 8
    (--) PCI:*(0:1:0:0) 10de:0222:3842:a295 nVidia Corporation NV44 [GeForce 6200 A-LE] rev 161, Mem @ 0xbf000000/16777216, 0xe0000000/268435456, 0xbe000000/16777216, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere.
    (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) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded even though the default is to disable it.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.3.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: "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.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 190.53 Tue Dec 8 20:47:42 PST 2009
    (II) Loading extension GLX
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.3.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: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    dlopen: /usr/lib/xorg/modules/drivers/nvidia_drv.so: undefined symbol: dixLookupResource
    (EE) Failed to load /usr/lib/xorg/modules/drivers/nvidia_drv.so
    (II) UnloadModule: "nvidia"
    (EE) Failed to load module "nvidia" (loader failed, 7)
    (EE) No drivers available.
    Fatal server error:
    no screens found
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.1.log" for additional information.
    Last edited by silentcontender (2010-02-02 01:13:54)

    You are right about the first X session starting normally.  I'm using the same user for both session and nvidia loads fine the first time.  The log for the first X session:
    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.3.902 (1.7.4 RC 2)
    Release Date: 2009-12-26
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.32-ARCH i686
    Current Operating System: Linux nonsense 2.6.32-ARCH #1 SMP PREEMPT Mon Jan 25 20:06:48 UTC 2010 i686
    Kernel command line: root=/dev/mapper/group-root vga=795 resume=/dev/mapper/group-swap ro
    Build Date: 26 December 2009 11:37:45AM
    Current version of pixman: 0.16.4
    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: Sun Jan 31 22:11:14 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (==) 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"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Keyboard0
    (WW) Disabling Mouse0
    (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) 10de:0222:3842:a295 nVidia Corporation NV44 [GeForce 6200 A-LE] rev 161, Mem @ 0xbf000000/16777216, 0xe0000000/268435456, 0xbe000000/16777216, BIOS @ 0x????????/131072
    (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.3.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: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.3.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: "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.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 190.53 Tue Dec 8 20:47:42 PST 2009
    (II) Loading extension GLX
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.3.902, 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.3.902, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (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.0
    Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver 190.53 Tue Dec 8 19:16:02 PST 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (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.3.902, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules/libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (**) 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)
    (**) Jan 31 22:11:15 NVIDIA(0): Enabling RENDER acceleration
    (II) Jan 31 22:11:15 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) Jan 31 22:11:15 NVIDIA(0): enabled.
    (II) Jan 31 22:11:15 NVIDIA(0): NVIDIA GPU GeForce 6200 A-LE (NV44) at PCI:1:0:0 (GPU-0)
    (--) Jan 31 22:11:15 NVIDIA(0): Memory: 262144 kBytes
    (--) Jan 31 22:11:15 NVIDIA(0): VideoBIOS: 05.44.a2.10.01
    (II) Jan 31 22:11:15 NVIDIA(0): Detected AGP rate: 8X
    (--) Jan 31 22:11:15 NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) Jan 31 22:11:15 NVIDIA(0): Connected display device(s) on GeForce 6200 A-LE at
    (--) Jan 31 22:11:15 NVIDIA(0): PCI:1:0:0:
    (--) Jan 31 22:11:15 NVIDIA(0): ViewSonic VA1930wm-3 (CRT-0)
    (--) Jan 31 22:11:15 NVIDIA(0): ViewSonic VA1930wm-3 (CRT-0): 400.0 MHz maximum pixel clock
    (II) Jan 31 22:11:15 NVIDIA(0): Assigned Display Device: CRT-0
    (==) Jan 31 22:11:15 NVIDIA(0):
    (==) Jan 31 22:11:15 NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    (==) Jan 31 22:11:15 NVIDIA(0): will be used as the requested mode.
    (==) Jan 31 22:11:15 NVIDIA(0):
    (II) Jan 31 22:11:15 NVIDIA(0): Validated modes:
    (II) Jan 31 22:11:15 NVIDIA(0): "nvidia-auto-select"
    (II) Jan 31 22:11:15 NVIDIA(0): Virtual screen size determined to be 1440 x 900
    (--) Jan 31 22:11:15 NVIDIA(0): DPI set to (89, 87); computed from "UseEdidDpi" X config
    (--) Jan 31 22:11:15 NVIDIA(0): option
    (==) Jan 31 22:11:15 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) Jan 31 22:11:15 NVIDIA(0): Initialized AGP GART.
    (II) Jan 31 22:11:15 NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) Jan 31 22:11:15 NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) Jan 31 22:11:15 NVIDIA(0): configuration option may not be set correctly. When the
    (II) Jan 31 22:11:15 NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) Jan 31 22:11:15 NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) Jan 31 22:11:15 NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) Jan 31 22:11:15 NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) Jan 31 22:11:15 NVIDIA(0): Config Options in the README.
    (II) Jan 31 22:11:15 NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Loading extension NV-GLX
    (II) Jan 31 22:11:15 NVIDIA(0): Initialized OpenGL Acceleration
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) Jan 31 22:11:15 NVIDIA(0): Initialized X Rendering Acceleration
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (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) Initializing extension GLX
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 2.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found relative axes
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device Logitech USB Receiver
    (**) Logitech USB Receiver: always reports core events
    (**) Logitech USB Receiver: Device: "/dev/input/event5"
    (II) Logitech USB Receiver: Found 12 mouse buttons
    (II) Logitech USB Receiver: Found scroll wheel(s)
    (II) Logitech USB Receiver: Found relative axes
    (II) Logitech USB Receiver: Found x and y relative axes
    (II) Logitech USB Receiver: Found absolute axes
    (II) Logitech USB Receiver: Found keys
    (II) Logitech USB Receiver: Configuring as mouse
    (II) Logitech USB Receiver: Configuring as keyboard
    (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    (**) Logitech USB Receiver: (accel) acceleration profile 0
    (II) Logitech USB Receiver: initialized for relative axes.
    (WW) Logitech USB Receiver: ignoring absolute axes.
    (II) config/hal: Adding input device Logitech USB Receiver
    (**) Logitech USB Receiver: always reports core events
    (**) Logitech USB Receiver: Device: "/dev/input/event4"
    (II) Logitech USB Receiver: Found keys
    (II) Logitech USB Receiver: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event2"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event3"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) Jan 31 22:14:10 NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Jan 31 22:14:10 NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) Jan 31 22:14:10 NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) Jan 31 22:14:10 NVIDIA(0): configuration option may not be set correctly. When the
    (II) Jan 31 22:14:10 NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) Jan 31 22:14:10 NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) Jan 31 22:14:10 NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) Jan 31 22:14:10 NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) Jan 31 22:14:10 NVIDIA(0): Config Options in the README.
    (II) Macintosh mouse button emulation: Device reopened after 1 attempts.
    (II) Logitech USB Receiver: Device reopened after 1 attempts.
    (II) Logitech USB Receiver: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Jan 31 22:14:22 NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Jan 31 22:14:22 NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) Jan 31 22:14:22 NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) Jan 31 22:14:22 NVIDIA(0): configuration option may not be set correctly. When the
    (II) Jan 31 22:14:22 NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) Jan 31 22:14:22 NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) Jan 31 22:14:22 NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) Jan 31 22:14:22 NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) Jan 31 22:14:22 NVIDIA(0): Config Options in the README.
    (II) Macintosh mouse button emulation: Device reopened after 1 attempts.
    (II) Logitech USB Receiver: Device reopened after 1 attempts.
    (II) Logitech USB Receiver: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Jan 31 22:16:23 NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Jan 31 22:16:23 NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) Jan 31 22:16:23 NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) Jan 31 22:16:23 NVIDIA(0): configuration option may not be set correctly. When the
    (II) Jan 31 22:16:23 NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) Jan 31 22:16:23 NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) Jan 31 22:16:23 NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) Jan 31 22:16:23 NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) Jan 31 22:16:23 NVIDIA(0): Config Options in the README.
    (II) Macintosh mouse button emulation: Device reopened after 1 attempts.
    (II) Logitech USB Receiver: Device reopened after 1 attempts.
    (II) Logitech USB Receiver: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    I'll try without a xorg.conf and post later.

  • Cannot Start Workflow Service from Service Manager

    Hello Professionals,
    I have a problem with starting Workflow service from Service manager,
    I have configured all the settings and connection to database was successful.
    However, after closing the settings window and try to start the workflow service, i got "Cannot start Service; configuration is not correct or cannot connect to database"
    What may cause this issue?
    Thanks and Best Regards,

    Hi,
    Please check SAP note:
    2019304 - Workflow server connection stops if many workflow
    instances with script tasks run simultaneously
    Thanks & Regards,
    Nagarajan

  • Cannot  start BSP application from browser

    hi all
    Cannot start standard BSP application TUTORIAL_1 through web browser. When i test TUTORIAL_1 , a seprate browser window opens which asks for login credientals but no contents are displayed.
    i checked SICF service and they are active ,also i set parameter icm\server_port_0 and icm\host_name_full
    Still i m getting a ABAP DUMP "CX_BSP_HOST_NOT_QUALIFIED" and no contents displayed in browser
    Can you anyone please help me urgently?
    Regards
    Ujval

    > What do you say ?
    That a little bit of work is still required here. As you write that you don't want to restart application server, and this is only a test server, let me make a suggestion.
    Do <u><b>NOT</b></u> change anything on the WebAS server.
    <u>Step 1:</u> Find you hosts file (on my machine it is c:\winnt\system32\drivers\etc\hosts) and add the following line into this file.
    1.2.3.4     myWebAS.domain.ext myWebAS
    The name is not important, but must be a string you will remember. The 1.2.3.4 is the IP address of your WebAS. Please write in the correct value instead of my example value!
    <u>Step 2:</u> Start you BSP application as usual. When the popup comes for your password, press cancel. You will now see in the top of the browser some URL of the form: http://myWebAS:port/sap/... The :port is only there if you are not using the default port 80. Now manually change the URL by adding the domain you configured previously. It should now be: http://myWebAS.domain.ext:port/sap/... Press ENTER to load this URL.
    This way you are using a FQDN, and the browser is able to resolve this pseudo name onto the correct IP address. The WebAS/BSP will be happy with this.
    Not the most satisfactory solution, but it should get you at least on the road.
    ++bcm

  • Cannot start Managed server from NodeManager

    Hello All,
    Software version installed:-
    Oracle Jdeveloper 11.1.1.7
    Weblogic 10.3.6
    RCU:- 11.1.1.7
    SOA suite:-11.1.1.7
    OSB 11.1.1.7
    OS windows 7 ultimate 64 bit
    =====================
    Sucessfully installed all the above software. I planned to install AIA Foundation Pack and for this i need to configure node manager do start
    manage servers.
    Node manager configuration sucessfully done by following  @http://neeraj-soa-tips.blogspot.in/2010/06/part-1-how-to-configure-node-manager-to.html
    after this i am see node manger status as reachable in weblogic console.
    From admin console under servers control tab, i tried starting soa_server1 but i am getting below error in nodemanger window.
    java.io.IOException: Cannot run program "E:\Oracle\MiddleWare\wlserver_10.3\comm
    on\bin\bin\startWebLogic.cmd" (in directory "E:\Oracle\MiddleWare\wlserver_10.3\
    common\bin"): CreateProcess error=2, The system cannot find the file specified
            at java.lang.ProcessBuilder.start(ProcessBuilder.java:1041)
            at weblogic.nodemanager.server.WLSProcessImpl.start(WLSProcessImpl.java:
    44)
            at weblogic.nodemanager.server.WLSProcess.startProcess(WLSProcess.java:1
    94)
            at weblogic.nodemanager.server.AbstractServerMonitor.startWLSProcess_inn
    er(AbstractServerMonitor.java:419)
            at weblogic.nodemanager.server.AbstractServerMonitor.startWLSProcess(Abs
    tractServerMonitor.java:358)
            at weblogic.nodemanager.server.AbstractServerMonitor.start(AbstractServe
    rMonitor.java:103)
            at weblogic.nodemanager.server.ServerMonitor.start(ServerMonitor.java:25
            at weblogic.nodemanager.server.AbstractServerManager.startServer(Abstrac
    tServerManager.java:210)
            at weblogic.nodemanager.server.AbstractServerManager.start(AbstractServe
    rManager.java:181)
            at weblogic.nodemanager.server.ServerManager.start(ServerManager.java:23
            at weblogic.nodemanager.server.Handler.handleStart(Handler.java:609)
            at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:121)
            at weblogic.nodemanager.server.Handler.run(Handler.java:71)
            at java.lang.Thread.run(Thread.java:744)
    Caused by: java.io.IOException: CreateProcess error=2, The system cannot find th
    e file specified
            at java.lang.ProcessImpl.create(Native Method)
            at java.lang.ProcessImpl.<init>(ProcessImpl.java:385)
            at java.lang.ProcessImpl.start(ProcessImpl.java:136)
            at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022)
            ... 13 more
    I request everyone that if any one has idea on the above error then please throw light on me , this issue is really annoying me.
    Also to make sure i tried starting startManagedWebLogic.cmd and sucessfull can see soa_server1 in running state.

    Note that it is saying that it cannot the file
    " Cannot run program "E:\Oracle\MiddleWare\wlserver_10.3\common\bin\bin\startWebLogic.cmd" (in directory "E:\Oracle\MiddleWare\wlserver_10.3\common\bin"): CreateProcess error=2, The system cannot find the file specified"
    What is somewhat strange is that it is expecting startWebLogic to be present in ${WL_HOME}/common/bin/bin. The second /bin/ does not exist (well not in normal installations). Also the location of startWebLogic is odd, usually this should be present, in the ${DOMAIN_HOME}/bin directory. Could be there are some paths incorrect in JDeveloper.

  • Cannot start Business Catalyst from Dreamweaver CS 6.

    I have a x64 Windows 7 operating system and have CS6 Dreamweaver installed. I have the Master collection and have a subscription to the creative cloud. When I click under Site - "New" Business Catalyst Site.... A dialogue box opens up that says Business Catalyst on the title bar but the box is white and then disappears.  On the right side where it has the Business Catalyst tab that says "Login" and the button does nothing. No response at all. If I select Site -> Manage Sites and select either Import Business Catalyst Site or New Business Catalyst Site  the
    dialogue box opens up that says Business Catalyst on the title bar but the box is white and then disappears.
    Everything else works (I can log in to the Phone Gap service), but anything related to BC will not work at all. If I login using Muse all is ok. Muse is on same machine as dreamweaver CS6 .On another windows 7 machine using dreamweaver cs5.5 I can log in to BC just fine. Just from dreamweaver CS6 I have this problem. Any help would be appreciated.

    You say "once you subscribed ...."
    Does that mean you had the DW stand alone from Master collection installed then subscribed to the cloud?
    If so, you may be experiencing a conflict in registered users. Is your DW registered to the same Adobe ID of your Business Catalyst stuff?
    Just trying to eliminate possible causes.

  • Cannot start scan from HP Office Jet Pro 8620 since upgrading to Windows 10

    I updated to Windows 10 Home 64 bit. I can scan if it is started from the PC on the HP Printer Assistant.But cannot start a scan from the front panel on the 8620 printer,it times out and gives errors"The scan could not be completed due to one or more of the following issues-connection to the computer is lost-The scan application on the computer is currently in use- OCR application is not installed on the computerSee the computer monitor for details" Nothing is displayed on the computer monitor. How do I get scan to work on the printer without initiating it from the PC?

    Hi, Please check that the Software is installed, you can download the software from this link: http://support.hp.com/us-en/drivers/selfservice/hp-officejet-pro-8620-e-all-in-one-printer-series/5367611/model/5367613#Z7_3054ICK0K8UDA0AQC11TA930C7 Once installed, can you start up your printer software and under Scan, there is a "Manage Scan to Computer" tab.  Click on the "Manage Scan to Computer" tab and make sure it is enabled.  Hope that helps! Please click the “Kudos Thumbs up” on the left if this has helped you and “Accept as solution” if this has helped solved your problem.          

  • Running 5.5 U2e and VUM will no longer download software packages from patch source?

    We had a vSphere 5.5 cluster configured for us by a 3rd-party through Dell as part of our purchase agreement. We are running vCenter Server 5.5 U2e on Windows 2012 R2 as a physical host. It does run Update Manager. In my most recent check today, Update Manager will scan a host and report patches that are needed. In this case we're at 5.5.0 Build 2456374 on our ESXi hosts. Update Manager detects 5 missing patches. After I put the host in maintenance mode, I remediate, select the patch group, and proceed through the screens. It starts its process and goes from 0% to 16% to 25% then sits there for about 1–3 minutes, then goes to 90%, 91%, and errors out saying:
    "Cannot download software packages from patch source. Check the events and the Update Manager log for download details."
    Multiple strange things:
    This server was updating just fine a few months back when some previous patches were released.
    It can see the internet just fine. No firewall issues.
    Our failover site on the same network, but in a different location in the city is able to update just fine. Same hardware, network, and software versions.
    Any ideas on where to look or what to try? I had gone ahead and update from vCenter Server 5.5 U2b to U2e (along with a VUM reinstall) hoping that would fix it, but it did not. Any help would be greatly appreciated, because we're not VMware experts and thought everything was set up correctly by the vendor. We were given a small amount of knowledge transfer, but nothing that would allow us to troubleshoot this.
    The Update Manager config listed in vCenter Server points to just three sources, that look to be the default from hostupdate.vmware.com and vapp-updates.vmware.com. None of the settings have been changed from the initial install and configuration that were working at one point in the last few months (when I last patched the hosts to 2456374).
    Looking through the vmware-vum-server-log4cpp.log I see these failures:
    [2015-05-06 16:17:33:039 'JobDispatcher' 6068 DEBUG]  [JobDispatcher, 405] The number of tasks: 11
    [2015-05-06 16:17:38:642 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 545] Url: https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib, Download destination: C:/ProgramData/VMware/VMware Update Manager/Data/hostupdate/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib
    [2015-05-06 16:17:38:642 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 396] Inserted download job {45798736} to queue
    [2015-05-06 16:17:38:642 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 416] Current download count: 0
    [2015-05-06 16:17:38:642 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 432] Current download count: 1
    [2015-05-06 16:17:38:642 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 438] Adding download job {45798736} to scheduler
    [2015-05-06 16:17:38:642 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 458] Waiting for download job {45798736} to finish...
    [2015-05-06 16:17:38:643 'DownloadMgr' 6364 INFO]  [downloadMgr, 593] Executing download job {45798736}, url=https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib
    [2015-05-06 16:17:38:644 'httpDownload' 6364 INFO]  [httpDownload, 556] Downloading https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib
    [2015-05-06 16:17:39:501 'httpDownload' 6364 INFO]  [httpDownload, 791] Status code: 404
    [2015-05-06 16:17:39:501 'httpDownload' 6364 ERROR]  [httpDownload, 827] Error retrieving document 'https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib'. Status code: 404
    [2015-05-06 16:17:39:502 'httpDownload' 6364 WARN]  [httpDownload, 420] Download https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib failed: Error retrieving document 'https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib'. Status code: 404
    [2015-05-06 16:17:39:502 'httpDownload' 6364 ERROR]  [httpDownload, 435] Reached retry download limit
    [2015-05-06 16:17:39:503 'DownloadMgr' 6364 ERROR]  [downloadMgr, 618] Executing download job {45798736} throws error: Reached retry download limit
    [2015-05-06 16:17:39:503 'DownloadMgr' 6364 ERROR]  [downloadMgr, 705] Download failed for url: https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib
    [2015-05-06 16:17:39:503 'DownloadMgr' 6364 INFO]  [downloadMgr, 567] Download job {45798736} finished, bytes downloaded = 0
    [2015-05-06 16:17:39:503 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 464] Download job {45798736} finished
    [2015-05-06 16:17:39:503 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 477] Removing download job {45798736} in queue
    [2015-05-06 16:17:39:503 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 496] Current download count: 0
    [2015-05-06 16:17:39:504 'HostUpdateDepotManager' 2448 ERROR]  [vibDownloaderImpl, 402] Error downloading vib file from https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib Error:downloading file: https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib failed, 0 bytes downloaded.
    [2015-05-06 16:17:39:504 'HostUpdateDepotManager' 2448 ERROR]  [vibDownloaderImpl, 418] Downloading file failed for: https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib
    [2015-05-06 16:17:39:504 'HostUpdateDepotManager' 2448 WARN]  [vibDownloaderImpl, 440] Failed to download 1 VIBs:
    https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib,
    [2015-05-06 16:17:39:504 'HostUpdateDepotManager' 2448 ERROR]  [patchDepotManager, 466] Failed to download the vibs: https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib
    [2015-05-06 16:17:39:504 'HostUpdateDepotManager' 2448 ERROR]  [installController, 349] Install on host: <HOST FQDN REMOVED>(Entity: host-16) failed. Error: Failed to download Vibs
    [2015-05-06 16:17:39:548 'SingleHostRemediateTask.SingleHostRemediateTask{29}' 2448 ERROR]  [singleHostRemediateTask, 492] Remediation error: Failed to download Vibs
    [2015-05-06 16:17:39:571 'VciTaskBase.VciClusterJobDispatcherTask{25}' 2448 INFO]  [vciClusterJobSchedulerTask, 613] Remediation failed due to non mmode failure

    Well, apparently this patch / vib was pulled after release, based on issues with "VMware NSX for vSphere 6.x or Cisco Nexus 1000v" as seen in KB2116370: VMware KB: After upgrading to VMware ESXi 5.5 Patch Release ESXi550-201504002, virtual machines using VMware NSX for…
    Ok, that's cool. But here's my question then. Why is Update Manager still reporting that it's an available patch for our ESXi hosts? I'm new to this and am just trying to get an understanding to avoid confusion like this in the future.
    [UPDATE]
    Looks like this was the problem. VMwareCares Twitter account confirmed that Update Manager needed a new repository query to grab the new metadata. After rescanning the ESXi host again, the number of available patches dropped from 5 to 1. I'm now successfully patching the ESXi hosts through Update Manager once again. Crisis avoided.

  • Cannot start apps, all marked as trials.

    Cloud Client 2.0.0.74 on Mac OS 10.10.3
    Since yesterday when I updated Lightroom CC I cannot start the apps from CC any more.
    Some are marked with "begin trial", some not. When I start any app an activation window appears but in the end (after long waiting) it will not activate but ask for a serial number.
    Logging off, restarting and reinstalling CC client did not help.

    Ask for serial number http://helpx.adobe.com/creative-cloud/kb/ccm-prompt-serial-number.html

  • 10g: Cannot remove package from "model" (business components)

    Using the new 9.0.5.1 JDev. I have removed all of the object in a package.Security package, because i did not want the capital letter in the package name (suspected of causing some other problems in my workspace). I cannot create a package.security package at all now. after just browsing the project defination, and looking in some other xml files, I see that the package is still defined all over the place, even without files in it.
    Why is this persisted? Shouldn't it be cleaned up when the last file is removed?
    Or at least, shouldn't I be able to remove it from my project without hacking all the XML code?

    package is an illegal name for a package in Java, I believe, so let's assume you started with "test.Security" package name.
    I filed Bug# 3574928 for the problem that exists in trying to "Move to Different Package..." if the destination package only differs from the target package by a different of case.
    The workaround in the meantime is to:
    1. Shift-select components in "test.Security" package and right-mouse "Move to Different Package...".
    2. Use a package name temporarily like "test.security2"
    3. Do "View | System Navigator" to see the System Navigator.
    4. Use System Navigator to erase the "test.Security" package by clicking on the BC4J package and right-mouse "Erase from Disk..."
    5. Close the project, and reopen it.
    6. Shift-select components in "test.security2" package and right-mouse "Move to Different Package...".
    7. Specify "test.security" as the target package.

  • Pacman. Cannot install previously uninstalled package from cache

    Hi all.
    I'm trying to install packages from shared cache to keep few machines in sync. I thought using "pacman -U --needed /path/to/cache/*" would solve it. However when I started testing I've noticed that when one package is removed I cannot install it  back that way. Pacman will just skip that package for some reason. If i use the same command but specify the the package /path/to/package/package_name or even first letter followed by * it will also install it. Why is that?

    Is it possible that the '*' is expanded in some unexpected way?
    I'm not using nfs, I tested it by uninstalling aurphan and running
    $ sudo pacman -U --needed /var/cache/pacman/pkg/*
    loading packages...
    warning: archlinux-keyring-20131027-1 is up to date -- skipping
    warning: aurora-27.0a2+20131114+gc6d8fa8-1 is up to date -- skipping
    warning: avahi-0.6.31-11 is up to date -- skipping
    warning: bison-3.0.1-1 is up to date -- skipping
    <snip>
    warning: xproto-7.0.25-1 is up to date -- skipping
    warning: xvidcore-1.3.2-3 is up to date -- skipping
    resolving dependencies...
    looking for inter-conflicts...
    Packages (1):
    Name New Version Net Change
    aurphan 20130912-1 0.03 MiB
    Total Installed Size: 0.03 MiB
    :: Proceed with installation? [Y/n]
    (1/1) checking keys in keyring [########################################################] 100%
    (1/1) checking package integrity [########################################################] 100%
    (1/1) loading package files [########################################################] 100%
    (1/1) checking for file conflicts [########################################################] 100%
    (1/1) checking available disk space [########################################################] 100%
    (1/1) installing aurphan [########################################################] 100%

  • How to install elements 9 on a mac book pro? i click install icon but cannot start because it sais that is from unidentified developer

    how to install elements 9 on a mac book pro? i click install icon but cannot start because it sais that is from unidentified developer
    any suggestions?

    Mac Unidentified Developer Issue
    Here's how to open apps that apple should not be blocking: 
    http://www.imore.com/how-open-apps-unidentified-developer-os-x-mountain-lion

  • I am trying to install the newest version of Itunes and it fails with the message "Program cannot start MSVCR80.dll is missing from your computer. Try reinstalling program to fix this program.I have tried reinstalling several times but get same results

    I am trying to install the newest version of Itunes and each time I repeatedly get the message "Program cannot start MSVCR80.dll is missing from your computer Try reinstalling to fix this problem". I have tried reinstalling several times and I get the same message . Any ideas? I am most appreciative. I am using Windows 7.

    Hi 49balf,
    Thanks for visiting Apple Support Communities.
    I recommend removing and reinstalling iTunes using these steps:
    Check for .dll files
    Go to C:\Program Files (x86)\iTunes and C:\Program Files\iTunes and look for .dll files.
    If you find QTMovie.DLL, or any other .dll files, move them to the desktop.
    Reboot your computer.
    Note: Depending on your operating system, you may only have one of the listed paths.
    Uninstall and reinstall iTunes
    Uninstall iTunes and all of its related components.
    Reboot your computer. If you can't uninstall a piece of Apple software, try using the Microsoft Program Install and Uninstall Utility.
    Re-download and reinstall iTunes 11.1.4.
    You can find the article with these steps and more information here:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Best,
    Jeremy

  • I keep getting the message, "Windows cannot find 'c:\Program Files (x86)\Mozilla Firefox\firefox.exe'. Make sure you typed the name correctly, and then try again." I get it when I either try to open it from the Start menu or from the desktop icon.

    I've just installed Firefox on my laptop and keep getting the message, "Windows cannot find 'c:\Program Files (x86)\Mozilla Firefox\firefox.exe'. Make sure you typed the name correctly, and then try again." I get this message whenever I either try to open it from the Start menu or from the desktop icon. I've never gotten it to work and even uninstalled it and then redownloaded it and still cannot get it to open. Any help would be greatly appreciated!!!!

    Are you installing from the official site? http://www.mozilla.com/firefox
    If you use Windows Explorer (My Computer) to check that path, is the Mozilla Firefox folder there? That is the normal installation location, but I think it's worth checking.
    If the folder isn't there or firefox.exe is not in it, I wonder whether some other software might be interfering. You might want to run some supplemental security scans. These two tools are highly regarded:
    Malwarebytes Anti-malware : http://www.malwarebytes.org/products/malwarebytes_free
    SUPERAntiSpyware : http://www.superantispyware.com/

Maybe you are looking for