Python3 broken after recent upgrade

Python3 has stopped working on my system.
calling python|3 from the command line gives:
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ImportError: No module named 'encodings'
Aborted (core dumped)
so Py-Initialize fails while it tries to load encodings. This suggests there may be something wrong with the python path.
However, I never messed with the PYTHONPATH or PYTHONHOME variables. Indeed, I never use python3myself, only python2.
I tried using strace on the call to python3 and here is a fragment of the output just before python3 crashes:
13622 stat("lib/python34.zip", 0x7fffe4ccafe0) = -1 ENOENT (No such file or directory)
13622 stat("lib", 0x7fffe4ccafe0)       = -1 ENOENT (No such file or directory)
13622 stat("lib/python34.zip", 0x7fffe4ccaa60) = -1 ENOENT (No such file or directory)
13622 stat("lib/python3.4/", 0x7fffe4ccafe0) = -1 ENOENT (No such file or directory)
13622 stat("lib/python3.4", 0x7fffe4ccafe0) = -1 ENOENT (No such file or directory)
13622 stat("lib", 0x7fffe4ccafe0)       = -1 ENOENT (No such file or directory)
13622 stat("lib/python3.4/", 0x7fffe4ccaa60) = -1 ENOENT (No such file or directory)
13622 stat("lib/python3.4/plat-linux", 0x7fffe4ccafe0) = -1 ENOENT (No such file or directory)
13622 stat("lib/python3.4", 0x7fffe4ccafe0) = -1 ENOENT (No such file or directory)
13622 stat("lib", 0x7fffe4ccafe0)       = -1 ENOENT (No such file or directory)
13622 stat("lib/python3.4/plat-linux", 0x7fffe4ccaa60) = -1 ENOENT (No such file or directory)
13622 stat("lib/python3.4/lib-dynload", 0x7fffe4ccafe0) = -1 ENOENT (No such file or directory)
13622 stat("lib/python3.4", 0x7fffe4ccafe0) = -1 ENOENT (No such file or directory)
13622 stat("lib", 0x7fffe4ccafe0)       = -1 ENOENT (No such file or directory)
13622 stat("lib/python3.4/lib-dynload", 0x7fffe4ccaa60) = -1 ENOENT (No such file or directory)
13622 write(2, "Fatal Python error: Py_Initializ"..., 69) = 69
13622 write(2, "ImportError", 11)       = 11
13622 write(2, ": ", 2)                 = 2
13622 write(2, "No module named 'encodings'", 27) = 27
13622 write(2, "\n", 1)                 = 1
13622 rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
13622 tgkill(13622, 13622, SIGABRT)     = 0
13622 --- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=13622, si_uid=1000} ---
13622 +++ killed by SIGABRT (core dumped) +++
All those paths seem definitely wrong, as they are truncated.
Help appreciated.
Last edited by stefano (2014-06-01 23:25:26)

Your first answer was better, it shouldn't output anything unless you have packages that put libs elsewhere.
For reference, here's the same section when I do an strace of python:
stat("/usr/lib/python34.zip", 0x7fffdd8fad80) = -1 ENOENT (No such file or directory)
stat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=106080, ...}) = 0
stat("/usr/lib/python34.zip", 0x7fffdd8fa800) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python3.4/", {st_mode=S_IFDIR|0755, st_size=3874, ...}) = 0
stat("/usr/lib/python3.4/", {st_mode=S_IFDIR|0755, st_size=3874, ...}) = 0
stat("/usr/lib/python3.4/", {st_mode=S_IFDIR|0755, st_size=3874, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.4/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 201 entries */, 32768) = 6632
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
stat("/usr/lib/python3.4/encodings/__init__.cpython-34m.so", 0x7fffdd8faa40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python3.4/encodings/__init__.abi3.so", 0x7fffdd8faa40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python3.4/encodings/__init__.so", 0x7fffdd8faa40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python3.4/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5067, ...}) = 0
stat("/usr/lib/python3.4/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5067, ...}) = 0
open("/usr/lib/python3.4/encodings/__pycache__/__init__.cpython-34.pyc", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=3858, ...}) = 0
lseek(3, 0, SEEK_CUR) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=3858, ...}) = 0
read(3, "\356\f\r\nfAzS\313\23\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 3859) = 3858
read(3, "", 1) = 0

Similar Messages

  • X/XFCE broken after recent upgrade

    I just upgraded, and I am having some issues with X that don't match up with anything else posted recently.  I am running XFCE on a GeForce 9800 GT, and I have a dual-monitor setup.
    When I run
    startxfce
    both screens start up fine, but the mouse is the X 'X' instead of a pointer, and when one window is open I cannot interact with other windows, or change between them with alt-tab or the like.  To get a terminal I am sshing in from another machine.
    I have tried downgrading xorg-server and the nvidia package, with no result or I lose the ability to start X entirely.  Here is my xorg.conf:
    Section "ServerLayout"
    # Removed Option "Xinerama" "0"
    Identifier "Layout0"
    Screen 0 "Screen0" 900 0
    Screen 1 "Screen1" LeftOf "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "1"
    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 "Ancor Communications Inc MT276"
    HorizSync 30.0 - 83.0
    VertRefresh 50.0 - 76.0
    Option "DPMS"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "ViewSonic VA1912w-3"
    HorizSync 30.0 - 82.0
    VertRefresh 50.0 - 85.0
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 9800 GT"
    BusID "PCI:1:0:0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 9800 GT"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "Stereo" "0"
    Option "nvidiaXineramaInfoOrder" "DFP-0"
    Option "metamodes" "DFP: nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "Stereo" "0"
    Option "nvidiaXineramaInfoOrder" "CRT-1"
    Option "metamodes" "CRT: nvidia-auto-select +0+0 { Rotation=left }"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Disable"
    EndSection
    Monitor 1 is rotated vertically and to the left of monitor 0.
    I'm not sure what else to play with/downgrade, and I'm not sure what caused these problems, they started after a reboot.  Any ideas?

    Here is my /var/log/Xorg.0.log:
    [ 25.834]
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    [ 25.834] X Protocol Version 11, Revision 0
    [ 25.834] Build Operating System: Linux 3.6.0-1-ARCH x86_64
    [ 25.834] Current Operating System: Linux aitchbar 3.6.3-1-ARCH #1 SMP PREEMPT Mon Oct 22 10:23:56 CEST 2012 x86_64
    [ 25.835] Kernel command line: root=/dev/disk/by-uuid/8afb427d-3196-4611-9073-044f84ea418c ro
    [ 25.835] Build Date: 05 October 2012 01:57:18PM
    [ 25.835]
    [ 25.835] Current version of pixman: 0.26.2
    [ 25.835] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 25.835] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 25.837] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 29 07:53:16 2012
    [ 25.838] (==) Using config file: "/etc/X11/xorg.conf"
    [ 25.838] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 25.839] (==) ServerLayout "Layout0"
    [ 25.839] (**) |-->Screen "Screen0" (0)
    [ 25.839] (**) | |-->Monitor "Monitor0"
    [ 25.839] (**) | |-->Device "Device0"
    [ 25.839] (**) |-->Screen "Screen1" (1)
    [ 25.839] (**) | |-->Monitor "Monitor1"
    [ 25.840] (**) | |-->Device "Device1"
    [ 25.840] (**) |-->Input Device "Keyboard0"
    [ 25.840] (**) |-->Input Device "Mouse0"
    [ 25.840] (**) Option "Xinerama" "1"
    [ 25.840] (==) Automatically adding devices
    [ 25.840] (==) Automatically enabling devices
    [ 25.840] (==) Automatically adding GPU devices
    [ 25.840] (**) Xinerama: enabled
    [ 25.843] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 25.843] Entry deleted from font path.
    [ 25.847] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 25.847] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 25.847] (**) Extension "Composite" is disabled
    [ 25.847] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 25.847] (WW) Disabling Keyboard0
    [ 25.847] (WW) Disabling Mouse0
    [ 25.847] (II) Loader magic: 0x7fcc20
    [ 25.847] (II) Module ABI versions:
    [ 25.847] X.Org ANSI C Emulation: 0.4
    [ 25.847] X.Org Video Driver: 13.0
    [ 25.847] X.Org XInput driver : 18.0
    [ 25.847] X.Org Server Extension : 7.0
    [ 25.851] (--) PCI:*(0:1:0:0) 10de:0614:0000:0000 rev 162, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/131072
    [ 25.851] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 25.851] Initializing built-in extension Generic Event Extension
    [ 25.851] Initializing built-in extension SHAPE
    [ 25.851] Initializing built-in extension MIT-SHM
    [ 25.851] Initializing built-in extension XInputExtension
    [ 25.851] Initializing built-in extension XTEST
    [ 25.852] Initializing built-in extension BIG-REQUESTS
    [ 25.852] Initializing built-in extension SYNC
    [ 25.852] Initializing built-in extension XKEYBOARD
    [ 25.852] Initializing built-in extension XC-MISC
    [ 25.852] Initializing built-in extension SECURITY
    [ 25.852] Initializing built-in extension XINERAMA
    [ 25.852] Initializing built-in extension XFIXES
    [ 25.852] Initializing built-in extension RENDER
    [ 25.853] Initializing built-in extension RANDR
    [ 25.853] Initializing built-in extension COMPOSITE
    [ 25.853] Initializing built-in extension DAMAGE
    [ 25.853] Initializing built-in extension MIT-SCREEN-SAVER
    [ 25.853] Initializing built-in extension DOUBLE-BUFFER
    [ 25.853] Initializing built-in extension RECORD
    [ 25.853] Initializing built-in extension DPMS
    [ 25.853] Initializing built-in extension X-Resource
    [ 25.854] Initializing built-in extension XVideo
    [ 25.854] Initializing built-in extension XVideo-MotionCompensation
    [ 25.854] Initializing built-in extension XFree86-VidModeExtension
    [ 25.854] Initializing built-in extension XFree86-DGA
    [ 25.854] Initializing built-in extension XFree86-DRI
    [ 25.854] Initializing built-in extension DRI2
    [ 25.854] (II) LoadModule: "glx"
    [ 25.855] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 25.934] (II) Module glx: vendor="NVIDIA Corporation"
    [ 25.934] compiled for 4.0.2, module version = 1.0.0
    [ 25.934] Module class: X.Org Server Extension
    [ 25.934] (II) NVIDIA GLX Module 304.60 Sun Oct 14 20:44:54 PDT 2012
    [ 25.934] Loading extension GLX
    [ 25.934] (II) LoadModule: "nvidia"
    [ 25.935] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 25.943] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 25.943] compiled for 4.0.2, module version = 1.0.0
    [ 25.943] Module class: X.Org Video Driver
    [ 25.945] (II) NVIDIA dlloader X Driver 304.60 Sun Oct 14 20:24:42 PDT 2012
    [ 25.945] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 25.945] (--) using VT number 7
    [ 25.948] (II) Loading sub module "fb"
    [ 25.948] (II) LoadModule: "fb"
    [ 25.949] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 25.950] (II) Module fb: vendor="X.Org Foundation"
    [ 25.950] compiled for 1.13.0, module version = 1.0.0
    [ 25.950] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 25.950] (II) Loading sub module "wfb"
    [ 25.950] (II) LoadModule: "wfb"
    [ 25.950] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 25.951] (II) Module wfb: vendor="X.Org Foundation"
    [ 25.951] compiled for 1.13.0, module version = 1.0.0
    [ 25.951] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 25.951] (II) Loading sub module "ramdac"
    [ 25.951] (II) LoadModule: "ramdac"
    [ 25.951] (II) Module "ramdac" already built-in
    [ 25.952] (WW) NVIDIA: Xinerama is enabled, so RandR has likely been disabled by the
    [ 25.952] (WW) NVIDIA: X server.
    [ 25.953] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 25.954] (==) NVIDIA(0): RGB weight 888
    [ 25.954] (==) NVIDIA(0): Default visual is TrueColor
    [ 25.954] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 25.954] (**) NVIDIA(0): Option "Stereo" "0"
    [ 25.954] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-0"
    [ 25.954] (**) NVIDIA(0): Stereo disabled by request
    [ 25.954] (**) NVIDIA(0): Option "MetaModes" "DFP: nvidia-auto-select +0+0"
    [ 25.954] (**) NVIDIA(1): Option "MetaModes" "CRT: nvidia-auto-select +0+0 { Rotation=left }"
    [ 25.954] (**) NVIDIA(0): Enabling 2D acceleration
    [ 26.890] (II) NVIDIA(GPU-0): Display (ViewSonic VA1912w-3 (CRT-1)) does not support NVIDIA
    [ 26.890] (II) NVIDIA(GPU-0): 3D Vision stereo.
    [ 26.973] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc MT276 (DFP-0)) does not
    [ 26.973] (II) NVIDIA(GPU-0): support NVIDIA 3D Vision stereo.
    [ 26.975] (II) NVIDIA(0): NVIDIA GPU GeForce 9800 GT (G92) at PCI:1:0:0 (GPU-0)
    [ 26.975] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 26.975] (--) NVIDIA(0): VideoBIOS: 62.92.84.00.06
    [ 26.975] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 26.975] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 26.984] (--) NVIDIA(0): Valid display device(s) on GeForce 9800 GT at PCI:1:0:0
    [ 26.984] (--) NVIDIA(0): CRT-0
    [ 26.984] (--) NVIDIA(0): ViewSonic VA1912w-3 (CRT-1) (connected)
    [ 26.984] (--) NVIDIA(0): Ancor Communications Inc MT276 (DFP-0) (connected)
    [ 26.984] (--) NVIDIA(0): DFP-1
    [ 26.984] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 26.984] (--) NVIDIA(0): ViewSonic VA1912w-3 (CRT-1): 400.0 MHz maximum pixel clock
    [ 26.984] (--) NVIDIA(0): Ancor Communications Inc MT276 (DFP-0): 330.0 MHz maximum pixel clock
    [ 26.984] (--) NVIDIA(0): Ancor Communications Inc MT276 (DFP-0): Internal Dual Link TMDS
    [ 26.984] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
    [ 26.984] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
    [ 26.984] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 26.984] (**) NVIDIA(0): device Ancor Communications Inc MT276 (DFP-0) (Using EDID
    [ 26.984] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
    [ 26.986] (WW) NVIDIA(GPU-0): The EDID for Ancor Communications Inc MT276 (DFP-0)
    [ 26.986] (WW) NVIDIA(GPU-0): contradicts itself: mode "1920x1080" is specified in the
    [ 26.986] (WW) NVIDIA(GPU-0): EDID; however, the EDID's valid HorizSync range
    [ 26.986] (WW) NVIDIA(GPU-0): (30.000-83.000 kHz) would exclude this mode's HorizSync
    [ 26.986] (WW) NVIDIA(GPU-0): (28.1 kHz); ignoring HorizSync check for mode
    [ 26.986] (WW) NVIDIA(GPU-0): "1920x1080".
    [ 26.988] (II) NVIDIA(0): Validated MetaModes:
    [ 26.988] (II) NVIDIA(0): "DFP:nvidia-auto-select+0+0"
    [ 26.988] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    [ 27.017] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config
    [ 27.017] (--) NVIDIA(0): option
    [ 27.017] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
    [ 27.017] (==) NVIDIA(1): RGB weight 888
    [ 27.017] (==) NVIDIA(1): Default visual is TrueColor
    [ 27.017] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
    [ 27.017] (**) NVIDIA(1): Option "Stereo" "0"
    [ 27.017] (**) NVIDIA(1): Option "nvidiaXineramaInfoOrder" "CRT-1"
    [ 27.017] (**) NVIDIA(1): Stereo disabled by request
    [ 27.017] (II) NVIDIA(1): NVIDIA GPU GeForce 9800 GT (G92) at PCI:1:0:0 (GPU-0)
    [ 27.017] (--) NVIDIA(1): Memory: 1048576 kBytes
    [ 27.017] (--) NVIDIA(1): VideoBIOS: 62.92.84.00.06
    [ 27.017] (II) NVIDIA(1): Detected PCI Express Link width: 16X
    [ 27.017] (--) NVIDIA(1): Interlaced video modes are supported on this GPU
    [ 27.025] (--) NVIDIA(1): Valid display device(s) on GeForce 9800 GT at PCI:1:0:0
    [ 27.025] (--) NVIDIA(1): CRT-0
    [ 27.025] (--) NVIDIA(1): ViewSonic VA1912w-3 (CRT-1) (connected)
    [ 27.025] (--) NVIDIA(1): Ancor Communications Inc MT276 (DFP-0) (connected)
    [ 27.025] (--) NVIDIA(1): DFP-1
    [ 27.025] (--) NVIDIA(1): CRT-0: 400.0 MHz maximum pixel clock
    [ 27.025] (--) NVIDIA(1): ViewSonic VA1912w-3 (CRT-1): 400.0 MHz maximum pixel clock
    [ 27.025] (--) NVIDIA(1): Ancor Communications Inc MT276 (DFP-0): 330.0 MHz maximum pixel clock
    [ 27.025] (--) NVIDIA(1): Ancor Communications Inc MT276 (DFP-0): Internal Dual Link TMDS
    [ 27.025] (--) NVIDIA(1): DFP-1: 165.0 MHz maximum pixel clock
    [ 27.025] (--) NVIDIA(1): DFP-1: Internal Single Link TMDS
    [ 27.025] (**) NVIDIA(1): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 27.025] (**) NVIDIA(1): device ViewSonic VA1912w-3 (CRT-1) (Using EDID frequencies
    [ 27.025] (**) NVIDIA(1): has been enabled on all display devices.)
    [ 27.028] (II) NVIDIA(1): Validated MetaModes:
    [ 27.028] (II) NVIDIA(1): "CRT:nvidia-auto-select+0+0{Rotation=left}"
    [ 27.028] (II) NVIDIA(1): Virtual screen size determined to be 900 x 1440
    [ 27.038] (--) NVIDIA(1): DPI set to (55, 140); computed from "UseEdidDpi" X config
    [ 27.038] (--) NVIDIA(1): option
    [ 27.038] (--) Depth 24 pixmap format is 32 bpp
    [ 27.038] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 27.043] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 27.043] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 27.043] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 27.043] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 27.043] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 27.043] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 27.043] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 27.043] (II) NVIDIA(0): Config Options in the README.
    [ 27.051] (II) NVIDIA(0): Setting mode "DFP:nvidia-auto-select+0+0"
    [ 27.084] Loading extension NV-GLX
    [ 27.105] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 27.105] (==) NVIDIA(0): Backing store disabled
    [ 27.105] (==) NVIDIA(0): Silken mouse enabled
    [ 27.105] (**) NVIDIA(0): DPMS enabled
    [ 27.105] Loading extension NV-CONTROL
    [ 27.105] (II) Loading sub module "dri2"
    [ 27.105] (II) LoadModule: "dri2"
    [ 27.105] (II) Module "dri2" already built-in
    [ 27.106] (II) NVIDIA(0): [DRI2] Setup complete
    [ 27.106] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 27.106] (WW) NVIDIA(0): Not registering RandR
    [ 27.106] (==) RandR enabled
    [ 27.110] (II) NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 27.110] (II) NVIDIA(1): may not be running or the "AcpidSocketPath" X
    [ 27.110] (II) NVIDIA(1): configuration option may not be set correctly. When the
    [ 27.110] (II) NVIDIA(1): ACPI event daemon is available, the NVIDIA X driver will
    [ 27.110] (II) NVIDIA(1): try to use it to receive ACPI event notifications. For
    [ 27.110] (II) NVIDIA(1): details, please see the "ConnectToAcpid" and
    [ 27.110] (II) NVIDIA(1): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 27.110] (II) NVIDIA(1): Config Options in the README.
    [ 27.110] (II) NVIDIA(1): Setting mode "CRT:nvidia-auto-select+0+0{Rotation=left}"
    [ 27.201] (==) NVIDIA(1): Disabling shared memory pixmaps
    [ 27.201] (==) NVIDIA(1): Backing store disabled
    [ 27.201] (==) NVIDIA(1): Silken mouse enabled
    [ 27.201] (==) NVIDIA(1): DPMS enabled
    [ 27.202] (II) Loading sub module "dri2"
    [ 27.202] (II) LoadModule: "dri2"
    [ 27.202] (II) Module "dri2" already built-in
    [ 27.202] (II) NVIDIA(1): [DRI2] Setup complete
    [ 27.202] (II) NVIDIA(1): [DRI2] VDPAU driver: nvidia
    [ 27.202] (WW) NVIDIA(1): Not registering RandR
    [ 27.202] (==) RandR enabled
    [ 27.209] (II) Initializing extension GLX
    [ 27.370] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 27.370] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 27.370] (II) LoadModule: "evdev"
    [ 27.371] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 27.372] (II) Module evdev: vendor="X.Org Foundation"
    [ 27.372] compiled for 1.13.0, module version = 2.7.3
    [ 27.372] Module class: X.Org XInput Driver
    [ 27.372] ABI class: X.Org XInput driver, version 18.0
    [ 27.372] (II) Using input driver 'evdev' for 'Power Button'
    [ 27.372] (**) Power Button: always reports core events
    [ 27.372] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 27.372] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 27.372] (--) evdev: Power Button: Found keys
    [ 27.372] (II) evdev: Power Button: Configuring as keyboard
    [ 27.372] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 27.372] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 27.372] (**) Option "xkb_rules" "evdev"
    [ 27.372] (**) Option "xkb_model" "evdev"
    [ 27.372] (**) Option "xkb_layout" "us"
    [ 27.401] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 27.401] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 27.401] (II) Using input driver 'evdev' for 'Power Button'
    [ 27.401] (**) Power Button: always reports core events
    [ 27.401] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 27.401] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 27.401] (--) evdev: Power Button: Found keys
    [ 27.401] (II) evdev: Power Button: Configuring as keyboard
    [ 27.401] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 27.401] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 27.401] (**) Option "xkb_rules" "evdev"
    [ 27.401] (**) Option "xkb_model" "evdev"
    [ 27.402] (**) Option "xkb_layout" "us"
    [ 27.403] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event11)
    [ 27.403] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 27.403] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 27.403] (**) Logitech USB Receiver: always reports core events
    [ 27.403] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event11"
    [ 27.403] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc517
    [ 27.403] (--) evdev: Logitech USB Receiver: Found keys
    [ 27.403] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 27.403] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.2/usb3/3-2/3-2.2/3-2.2:1.0/input/input11/event11"
    [ 27.403] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 8)
    [ 27.403] (**) Option "xkb_rules" "evdev"
    [ 27.403] (**) Option "xkb_model" "evdev"
    [ 27.403] (**) Option "xkb_layout" "us"
    [ 27.405] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event12)
    [ 27.405] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 27.405] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 27.405] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 27.405] (**) Logitech USB Receiver: always reports core events
    [ 27.405] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event12"
    [ 27.405] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc517
    [ 27.405] (--) evdev: Logitech USB Receiver: Found 12 mouse buttons
    [ 27.405] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 27.405] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 27.405] (--) evdev: Logitech USB Receiver: Found x and y relative axes
    [ 27.405] (--) evdev: Logitech USB Receiver: Found absolute axes
    [ 27.405] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
    [ 27.405] (--) evdev: Logitech USB Receiver: Found keys
    [ 27.405] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 27.405] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 27.405] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 27.405] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 27.405] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 27.405] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.2/usb3/3-2/3-2.2/3-2.2:1.1/input/input12/event12"
    [ 27.405] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
    [ 27.405] (**) Option "xkb_rules" "evdev"
    [ 27.405] (**) Option "xkb_model" "evdev"
    [ 27.405] (**) Option "xkb_layout" "us"
    [ 27.406] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 27.407] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
    [ 27.407] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 27.407] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 27.407] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 27.407] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 27.407] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 27.407] (II) No input driver specified, ignoring this device.
    [ 27.407] (II) This device may have been added with another device file.
    [ 27.407] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event10)
    [ 27.407] (II) No input driver specified, ignoring this device.
    [ 27.407] (II) This device may have been added with another device file.
    [ 27.407] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event3)
    [ 27.407] (II) No input driver specified, ignoring this device.
    [ 27.407] (II) This device may have been added with another device file.
    [ 27.407] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event4)
    [ 27.407] (II) No input driver specified, ignoring this device.
    [ 27.407] (II) This device may have been added with another device file.
    [ 27.407] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event5)
    [ 27.407] (II) No input driver specified, ignoring this device.
    [ 27.407] (II) This device may have been added with another device file.
    [ 27.407] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event6)
    [ 27.407] (II) No input driver specified, ignoring this device.
    [ 27.408] (II) This device may have been added with another device file.
    [ 27.408] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event7)
    [ 27.408] (II) No input driver specified, ignoring this device.
    [ 27.408] (II) This device may have been added with another device file.
    [ 27.408] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event8)
    [ 27.408] (II) No input driver specified, ignoring this device.
    [ 27.408] (II) This device may have been added with another device file.
    [ 27.408] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event9)
    [ 27.408] (II) No input driver specified, ignoring this device.
    [ 27.408] (II) This device may have been added with another device file.
    [ 27.408] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 27.408] (II) No input driver specified, ignoring this device.
    [ 27.408] (II) This device may have been added with another device file.
    I tried downgrading xorg-server-common along with xorg-server (both from version 1.13.0-3 to 1.13.0-2) and rebooted, with no change.  I do not have an older version of xf86-input-evdev.
    I notice that xfce4-settings has been upgraded recently (10/20) but I do not have an older version of that either.

  • Gtk-window-decorator themes in XFCE/Compiz broken after recent upgrade

    I allowed my arch linux upgrades to slide for a while - probably nearly a month - and just did a system upgrade and reboot today. After rebooting, I am stuck with GTK's default Adwaita window borders, which use a lot of real estate, and GTK3 apps like nautilus have a solid black border around the windows.
    I have tried changing the theme with theme-switch2, I have rebooted a couple of times, replaced the window manager with xfwm4 and then gone back to gtk-window-decorator, all with no change. Other aspect of the theme - fonts and colors - work fine, but the window decorator theme just won't change.
    The following commands have no effect:
    gsettings set org.gnome.desktop.wm.preferences theme Numix
    gsettings set org.gnome.desktop.interface gtk-theme Numix
    Here is an example of the black box around nautilus.
    Possibly unrelated, but when I start gnome-tweak-tool, which allows me to change the theme, I get the following message:
    WARNING : Shell not installed or running
    WARNING : Error detecting shell
    Traceback (most recent call last):
    File "/usr/lib/python2.7/site-packages/gtweak/tweaks/tweak_group_shell_extensions.py", line 274, in __init__
    raise Exception("Shell not running or DBus service not available")
    Exception: Shell not running or DBus service not available
    /usr/lib/python2.7/site-packages/gi/overrides/__init__.py:306: Warning: The property GSettings:schema is deprecated and shouldn't be used anymore. It will be removed in a future version.
    return super_init_func(self, **new_kwargs)
    INFO : GSettings missing key org.gnome.nautilus.desktop (key computer-icon-visible)
    WARNING : Error loading desktopfile: /home/dacre/.config/autostart/tracker-miner-apps.desktop
    WARNING : Error loading desktopfile: /home/dacre/.config/autostart/nm-applet.desktop
    WARNING : Error loading desktopfile: /home/dacre/.config/autostart/blueman.desktop
    WARNING : Error loading desktopfile: /home/dacre/.config/autostart/xfce4-clipman-plugin-autostart.desktop
    WARNING : Error loading desktopfile: /home/dacre/.config/autostart/xfce4-notes-autostart.desktop
    WARNING : Error loading desktopfile: /home/dacre/.config/autostart/Growl For Linux.desktop
    WARNING : Shell not running
    None
    INFO : GSetting missing org.gnome.shell.calendar
    INFO : GSettings missing key org.gnome.settings-daemon.plugins.power (key lid-close-battery-action)
    INFO : GSettings missing key org.gnome.settings-daemon.plugins.power (key lid-close-ac-action)
    INFO : GSettings missing key org.gnome.settings-daemon.plugins.power (key lid-close-suspend-with-external-monitor)
    Contents of `.config/gtk-2.0/settings.ini`:
    [Settings]
    gtk-theme-name = "Numix"
    Contents of `.config/gtk-3.0/settings.ini`:
    [Settings]
    gtk-application-prefer-dark-theme=0
    gtk-theme-name = Numix
    gtk-fallback-icon-theme = gnome
    gtk-icon-theme-name = gnome
    gtk-font-name = Terminus 12
    Contents of `.gtkrc-2.0`:
    # -- THEME AUTO-WRITTEN BY gtk-theme-switch2 DO NOT EDIT
    include "/usr/share/themes/Numix/gtk-2.0/gtkrc"
    include "/home/dacre/.gtkrc-2.0.mine"
    # -- THEME AUTO-WRITTEN BY gtk-theme-switch2 DO NOT EDIT
    I am no expert in themes, so I am completely stumped by this whole problem. Any ideas anyone?

    MikeDacre, there is a known issue whereby a change in GTK 3.16 means that Compiz isn't getting the frame extents for CSD windows. It's being discussed in the following Compiz branch: https://code.launchpad.net/~3v1n0/compi … rge/250015
    I'm not entirely sure whether this is the relevant issue for you; my CSD windows don't have black borders but they do have a thin light grey border all the way around which negates the rounding of the top corners. You could try building Compiz from the branch I mentioned but just to warn you I've already tried and it didn't do anything for me. The bottom line is, the Compiz team need to fix Compiz for CSD and until they do, expect there to be problems.

  • Cinelerra broken after recent upgrade

    keerthi ~ $ cinelerra
    cinelerra: error while loading shared libraries: libx264.so.55: cannot open shared object file: No such file or directory
    Any help is much appreciated.

    keerthi wrote:
    keerthi ~ $ cinelerra
    cinelerra: error while loading shared libraries: libx264.so.55: cannot open shared object file: No such file or directory
    Any help is much appreciated.
    See here:
    http://bbs.archlinux.org/viewtopic.php? … 16#p321116

  • HT1277 After recently upgrading my desktop I can no longer recieve emails from my IMAP account it continues to come up with password incorrect yet I have not changed it - HELP!

    After recently upgrading to Maverick my desktop computer and all other devices will not recieve emails from my IMAP account, it keeps asking me for a password which has never been changed in 8yrs, please help as it was my business account from so long ago and I use it for general 'stuff' and my 'me' account for personal
    Cheers

    Since it is affecting all your devices also, try going to the e-mail web site and seeing if you can log in there. Who is the e-mail provider?
    Try deleting the pass word from Applications/Utilities/Keychain Access.
    If that doesn't work, try deleting and adding back the e-mail account.

  • After recent upgrade to Yosemite on Macbook air bluetooth audio cuts out and associated video stops with audio. Likewise with airplay and Apple TV. I have deleted all my saved wifi connections and restarted numerous times. I do not expect a resolutio

    After recent upgrade to Yosemite on Macbook air bluetooth audio cuts out and associated video stops with audio. Likewise with airplay and Apple TV. I have deleted all my saved wifi connections and restarted numerous times. I do not expect a resolution from the community, but hope to get the attention of Apple engineers. If you are having same problems or have a miracle cure I am all ears.

    May start my own thread, but I'm having similar issues.
    I've been using an old iMac (running 10.7.5) and Apple TV for years with no issues. Last week I bought a new Macbook Pro running Yosemite and have had audio issues multiple times. The weird thing is that sometimes it works flawlessly, other times (like now) I spend half an hour just trying to get a song to play.
    My issues are: When I got to "computers" in Apple TV to stream my music, my music is sometimes chopper or intermittent, and I seen to know when it's going to happen based on the status wheel just before it plays. When I choose a song, the status wheel will spin for an unusually long time, usually an indicator that the audio is either not going to work, or stutter.
    When it does finally pull up a song, the playhead sits at the beginning of the song for a good 3-5 seconds before actually playing. Then, when it starts playing, it's all downhill. It will play a few seconds, drop out, play a few more seconds, drop out, and then ultimately the playhead will keep moving across the song as if it's playing, but there's no audio.
    Again, this is a new phenomenon never experienced by me. I've tried everything I could think of, some of them all at once:
    • restart Apple TV
    • restart Macbook Pro
    • quite iTunes/open
    • turn off Home Sharing on iTunes then reconnect it
    • unplugging and cycling both my modem and router
    None of these have alleviated the problem.
    The odd thing is, like this morning, the audio started up perfectly and never gave me any issues. It wasn't until later in the day that it started. Perhaps after the macbook pro had been put to sleep? Not sure.
    Regardless, this is an annoying trait, one that's new to me and my system (as stated, worked flawlessly until my new purchase), and is 100% limited to either a) the macbook pro b) Yosemite or c) both of them.

  • Flash Plug in is crashing after recent upgrade. I tried uninstalling, and reinstalling, still crashing. Firefox and Plug-in are current. What else can I do?

    Flash Plug in is crashing after recent upgrade. I tried uninstalling, and reinstalling, still crashing. Firefox and Plug-in are current. What else can I do?

    What I suggest you do here is to use Adobe's uninstaller tool to uninstall Flash first of all: http://kb2.adobe.com/cps/141/tn_14157.html
    Then reboot, go to http://get.adobe.com/flashplayer/ and reinstall it.
    I notice too that you have an outdated version of Shockwave For Director. You can update that via http://get.adobe.com/shockwave/

  • After recent upgrade Mozilla will open but does not connect - I have Norton Antivirus.

    After recent upgrade Mozilla will open but does not connect. I have uninstall/reinstalled several times. I have NortonAntivirus.

    It is possible that your security software (firewall, anti-virus) blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full, unrestricted, access to install for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *https://support.mozilla.org/kb/fix-problems-connecting-websites-after-updating
    Do a malware check with several malware scanning programs on the Windows computer.
    Please scan with all programs because each program detects different malware.
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    *https://support.mozilla.org/kb/troubleshoot-firefox-issues-caused-malware

  • After recent upgrade to IOS 7 i an seeing systems rebooting very frequently. it just goes offline and comeback online after some time. IS this hardware issue or others also facing the same

    After recent upgrade to IOS 7 i an seeing systems rebooting very frequently. it just goes offline and comeback online after some time. IS this hardware issue or others also facing the same

    Hello there, Kishoresaraogi.
    The following Knowledge Base article provides some great steps to troubleshoot your issue:
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/TS2802
    Particularly:
    Will not turn on, will not turn on unless connected to power, or unexpected power off
    Verify that the Sleep/Wake button functions. If it does not function, inspect it for signs of damage. If the button is damaged or is not functioning when pressed, seek service.
    Check if a Liquid Contact Indicator (LCI) is activated or there are signs of corrosion. Learn about LCIsand corrosion.
    Connect the iPhone to the iPhone's USB power adapter and let it charge for at least ten minutes.
    After at least 30 minutes, if:
    The home screen appears: The iPhone should be working. Update to the latest version of iOS if necessary. Continue charging it until it is completely charged and you see this battery icon in the upper-right corner of the screen . Then unplug the phone from power. If it immediately turns off, seek service.
    The low-battery image appears, even after the phone has charged for at least 20 minutes: See "iPhone displays the low-battery image and is unresponsive" symptom in this article.
    Something other than the Home screen or Low Battery image appears, continue with this article for further troubleshooting steps.
    If the iPhone did not turn on, reset it while connected to the iPhone USB power adapter.
    If the display turns on, go to step 4.
    If the display remains black, go to next step.
    Connect the iPhone to a computer and open iTunes. If iTunes recognizes the iPhone and indicates that it is in recovery mode, attempt to restore the iPhone. If the iPhone doesn't appear in iTunes or if you have difficulties in restoring the iPhone, see this article for further assistance.
    If restoring the iPhone resolved the issue, go to step 4. If restoring the iPhone did not solve the issue, seek service.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • After recent upgrade i lost the contacts icon on the screen

    after recent upgrade i lost the contacts icon on the screen

    Before doing a Reset (which will wipe out a whole lot of things that you have to reenter) check to make sure the Contacts app didn't simply get pushed to another page by the addition of the Newstand app to the first homescreen. 

  • Lost all sounds except ringtone after recent upgrade

    No sound except ringtone after recent upgrade followed by the upgrade fix. Since the ringtone was only affected I didn't notice immediately! If I plug in my headphones everything works. Unable to use volume buttons on side unless headphones are plugged in, the volume symbol with white dots doesn't even appear anymore. The volume control in  itunes music only works when plugged into headphones otherwise it can't be adjusted. Worked with apple support tried everything include a restore to new still no go! It appears that a few people are having the same problem and seems weird that it  happened after last upgrade!

    If you are unable to adjust the volume without headphones even after restoring, then the iPhone thinks it's plugged into a dock or cable.  This is the behavor that will happen if you plug your iPhone in to the car or iHome dock to play you music and sounds, but a docked connection will never play ringtones through the dock connection and headphones override that dock connection which is why your headphones work.
    How does the phone think its connected to a dock?  Well, this can happen if the charging port gets wet at some point or if some trauma happens in there like pushing the cable in when it doesnt fit, etc. 
    So it happens even after restoring what do I do?  Service your iPhone. https://selfsolve.apple.com

  • Broken System after recent upgrade

    Something went disasterously  wrong during a recent upgrade, and my EeePC no longer recongnises the kernel!
    I have managed to boot from a PartedMagic rescue USB, and am trying to re-install the kernel from the pacman cache.
    This is failing with the messages:
    error: database path is undefined
    error: failed to init transaction (unable to lock database)
    if you're sure a package manager is not already running, you can remove (null)
    I haven't got a clue what to do now, and I'm desperate for some help! PLEASE!
    **edit** I solved the database path error - I had not mounted the drive containing /var.  The other errors remain.
    Last edited by myrlin (2011-12-08 20:31:25)

    Symlinks:
    My laptop is an eeepc 901, with a 4Gb fixed SSD (sda), and a 16GB removable one (sdb). When I set it up, due to lack of experience and/or knowledge, I did the following to try to reduce wear on the 4GB drive, and to use space more efficiently. I probably should not have done things this way, but it has worked perfectly for several years and so I took the approach of "if it ain't broke, don't fix it".
    I created a /boot and a / partition on 4Gb SSD, and installed to that, then moved /home, /var, and /tmp to the 16Gb SSD, and replaced them with symlinks on the 4Gb SSD.
    I subsequently did various tweaks suggested on the EeePC forum to further reduce read/write cycles, which can be seen from my fstab.
    Here is my fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    devpts /dev/pts devpts defaults 0 0
    shm /dev/shm tmpfs nodev,nosuid 0 0
    #/dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
    #/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    #/dev/fd0 /media/fl auto user,noauto 0 0
    /dev/sda1 /boot ext4 defaults 0 1
    /dev/sda2 / ext4 defaults 0 1
    /dev/sdb1 /media/sdb1 ext4 noatime,journal_async_commit,data=writeback,barrier=0,nobh,commit=60,errors=remount-ro 0 1
    tmpfs /tmp tmpfs defaults,mode=1777 0 0
    tmpfs /var/lock tmpfs defaults,size=10M,mode=1777 0 0
    tmpfs /var/run tmpfs defaults,size=10M,mode=0755 0 0
    none /var/log tmpfs defaults,size=20M 0 0
    /var/lib/pacman contains 2 folders, local and sync. Please let me know if I should post the contents. It did have db.lck, which I deleted in an attempt to make pacman work, but without success.
    Please feel free to say that this is such a mess it would be better to start again anyway

  • Time Machine Backups after recent upgrade to Mountain Lion

    Basically to keep a long story short - i need to take my computer in for repair tomorrow. I recently did an upgrade to Mountain Lion a day or two ago. I haven't done a Time Machine backup until today (a couple days after i upgraded to Mountain Lion) because i wanted to make sure that my previous TM backup (Snow Leopard 10.6.8) was the most up to date and best update that i could revert back to if i had any issues with Mountain Lion, or any application compatibility, etc etc.
    I don't have any broken applications and it seems like Mountain Lion is running better than Snow Leopard. However, as i said - i'm taking my computer in for repair tomorrow, i would like to know that i have the most up to date Time Machine backup with the new Mountain Lion so that when i restore it back from my Time Machine backup after i get it back from repair, i won't have any issues with the migration, which could potentially lead me into more technicalities.
    I have a 500GB Harddrive, with about 70GB left of free space....I did the initial backup prior to upgrading to Mountain Lion, and it upgraded 400+GB of info, now, since Mountain Lion - the first backup with Mountain Lion initially said 46GB - then it went down to 14GB by the time it was all said and done....so what exactly did it back up?
    Did it back up all the necessary files to keep Mountain Lion running smoothly when i restore it back to the way it was after i get it back? Did it not back everything up that it needs to? Is it safe to erase my internal drive and do a clean installation so i can take it in, and not worry about not being able to migrate things back over or applications not working correctly?
    When i get it back, i presume it will come with Mountain Lion back on it and i can just boot up into the Recovery Disk and restore it from a Time Machine backup that way, correct?
    Thanks for the help.
    - Jason

    I received the same error and experienced the same issue that you have described but after performing a Time Capsule soft reset and then toggling the TM Off and then back On I was able issue a backup now and see my previous backups.
    Here is the link to where I posted my fix; https://discussions.apple.com/message/19069543#19069543. Someone else had success using a different method. The only comment / complaint that I have since the ML OS X upgrade is that TM now takes at least 20 to 30 seconds before I can click/select a backup.
    I hope this helps.

  • Wifi state not remembered across reboot after recent upgrade

    After a recent upgrade, I noticed that the wireless network is always on after the computer boots (I use NetworkManager in gnome, which I always use to turn the wireless off). Before that, the wireless is on only if I left it on before I shutdown the computer last time.
    Are there people who are having similar symptoms or know the cause?
    (I have a Broadcom BCM43142 card and use the broadcom-wl driver)

    May start my own thread, but I'm having similar issues.
    I've been using an old iMac (running 10.7.5) and Apple TV for years with no issues. Last week I bought a new Macbook Pro running Yosemite and have had audio issues multiple times. The weird thing is that sometimes it works flawlessly, other times (like now) I spend half an hour just trying to get a song to play.
    My issues are: When I got to "computers" in Apple TV to stream my music, my music is sometimes chopper or intermittent, and I seen to know when it's going to happen based on the status wheel just before it plays. When I choose a song, the status wheel will spin for an unusually long time, usually an indicator that the audio is either not going to work, or stutter.
    When it does finally pull up a song, the playhead sits at the beginning of the song for a good 3-5 seconds before actually playing. Then, when it starts playing, it's all downhill. It will play a few seconds, drop out, play a few more seconds, drop out, and then ultimately the playhead will keep moving across the song as if it's playing, but there's no audio.
    Again, this is a new phenomenon never experienced by me. I've tried everything I could think of, some of them all at once:
    • restart Apple TV
    • restart Macbook Pro
    • quite iTunes/open
    • turn off Home Sharing on iTunes then reconnect it
    • unplugging and cycling both my modem and router
    None of these have alleviated the problem.
    The odd thing is, like this morning, the audio started up perfectly and never gave me any issues. It wasn't until later in the day that it started. Perhaps after the macbook pro had been put to sleep? Not sure.
    Regardless, this is an annoying trait, one that's new to me and my system (as stated, worked flawlessly until my new purchase), and is 100% limited to either a) the macbook pro b) Yosemite or c) both of them.

  • [SOLVED] nfsroot install broken after kernel upgrade 3.5.6 to 3.6.2

    It seems my nfsroot installations have broken after the kernel upgrade to 3.6.2.
    This is as far as the boot process gets now (hand copied from the screen):
    IP-Config: eth0 complete (from 10.48.50.20):
    address: 10.48.50.240 broadcast: 10.48.50.255 netmask: 255.255.255.0
    gateway: 0.0.0.0 dns0 : 0.0.0.0 dns1: 0.0.0.0
    domain : local
    rootserver: 10.48.50.20 rootpath:
    filename : /var/tftpboot/pxelinux.0
    NFS-Mount: 10.48.50.20:/srv/nfs4/kvmhost0-rootfs
    Waiting 10 seconds for device /dev/nfs ...
    mount: Protocol not supported
    :: running cleanup hook [udev]
    ERROR: Failed to mount the real root device.
    Bailing out, you are on your own. Good luck.
    sh: can't access tty; job control turned off
    [rootfs /]#
    On the server this is what is logged:
    Oct 16 21:10:04 tuon dhcpd: DHCPDISCOVER from 00:21:70:eb:02:25 via san
    Oct 16 21:10:04 tuon dhcpd: DHCPOFFER on 10.48.50.240 to 00:21:70:eb:02:25 via san
    Oct 16 21:10:04 tuon dhcpd: DHCPREQUEST for 10.48.50.240 (10.48.50.20) from 00:21:70:eb:02:25 via san
    Oct 16 21:10:04 tuon dhcpd: DHCPACK on 10.48.50.240 to 00:21:70:eb:02:25 via san
    Oct 16 21:10:14 tuon rpc.mountd[1323]: authenticated mount request from 10.48.50.240:684 for /srv/nfs4/kvmhost0-rootfs (/srv/nfs4/kvmhost0-rootfs)
    Oct 16 21:10:14 tuon rpc.mountd[1323]: refused unmount request from 10.48.50.240 for /new_root (/): not exported
    It looks to me like the client is sending the mount request, the server accepts and then for some reason the client thinks it has failed. I can't even see anything strange in the wireshark traces comparing the working client (3.5.6) to the broken one (3.6.2).
    Anyone else using nfsroot successfully with the latest kernel?
    Any other ideas?
    (by the way - despite my directory names, this is using nfs v3 for the rootfs)
    Last edited by kmshanah (2012-10-18 03:18:07)

    mikep wrote:
    Just to confirm that I also have this problem with nfsroot (nfs4 this time) with 3.6.2. Downgrading the kernel does make it go away.
    When it is working normally I do seem to get refused unmount messages at shutdown for some reason
    refused unmount request from 192.168.1.86 for / (/): not exported
    , but the /new_root bit is new and I have no idea where it comes from.
    refused unmount request from 192.168.1.86 for /new_root (/): not exported
    So I wonder if it asking for the wrong path.
    That unmount issue will be solved by FS#32021.
    Unfortunately, that doesn't help with mounting in the first place with 3.6.2

Maybe you are looking for

  • Disk Utility won't launch

    This might be a coincidence but I set up a new 2Tb Time Capsule today and assumed all was working as planned.  I setup Time Machine to refer to the Time Capsule drive and the backups have been performed in keeping with the schedule etc. My issue is t

  • Hi it is related to read statement .............

    Read following fields from BSIK and use as input fields for table BSEG Company code BSIK-BUKRS Document # BSIK-BELNR Fiscal year BSIK-GJAHR • When BSEG-LIFNR ≠ BSIK-LIFNR; Group details by Document number (BSEG-BELNR), Company code (BSEG-BUKRS), Busi

  • Business number not found

    Hi Girus, When I m tring to run the payroll for Canada I m getting following error. Business number not found Check account and registration number configuration from 1.01.2010 31.01.2010 I m maintaining 0461,0462,0463,0464 tax infotype for canada. P

  • HR_CHECK_AUTHORITY_INFTY and queries

    Hi, Wanna know if this can check for PD infotype authorisation as well other than PA infotypes? such as hrp1000 etc. Currently did not work for me.. Does anyone got any FM to check this? For HRP infotype... thanks a million, lihui

  • RE: Help needed with Elements 8.0

    When viewing my pictures in the organizer, there is no red in any of them.  It was fine one day and gone the next. Consequently, most other colors are affected, also.  At first, I thought it was my monitor, but colors everywhere else are fine. I also