Startx not working as a regular user.

Hello
At start up slim is the one supposed to handle things and it raises failed to connect to X sever or something. Then I systemctl stop it and try startx.
I have troubles with startx which ends up with a black screen when I launch it with my user. With root it works fine (.xStuff are all the same for both).
It started today after I rebooted my computer for the first time after last update 4 days ago + today (previous update was about a month and a half ago).
So I suppose it is some permission related issue since root can do it. My startx attempts don't seem to produce any log file (nothing new appears in
/var/log or .local/share/xorg). I got the root output through 2&>, but doing so completely froze the terminal when normal user.
Here is the /var/log/Xorg.0.log generated at boot.
[ 76.021]
X.Org X Server 1.16.3
Release Date: 2014-12-20
[ 76.021] X Protocol Version 11, Revision 0
[ 76.021] Build Operating System: Linux 3.17.4-1-ARCH x86_64
[ 76.021] Current Operating System: Linux lu-tze 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64
[ 76.021] Kernel command line: initrd=\initramfs-linux.img root=/dev/sdb6 rw
[ 76.021] Build Date: 20 December 2014 01:34:48PM
[ 76.021]
[ 76.021] Current version of pixman: 0.32.6
[ 76.021] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 76.021] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 76.021] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 24 17:28:44 2014
[ 76.021] (==) Using config file: "/etc/X11/xorg.conf"
[ 76.021] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 76.021] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 76.021] (==) No Layout section. Using the first Screen section.
[ 76.021] (==) No screen section available. Using defaults.
[ 76.021] (**) |-->Screen "Default Screen Section" (0)
[ 76.021] (**) | |-->Monitor "<default monitor>"
[ 76.021] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 76.021] (==) Automatically adding devices
[ 76.021] (==) Automatically enabling devices
[ 76.021] (==) Automatically adding GPU devices
[ 76.021] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 76.021] Entry deleted from font path.
[ 76.021] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 76.021] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 76.021] Entry deleted from font path.
[ 76.021] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 76.021] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/Type1/
[ 76.021] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 76.021] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 76.021] (II) Loader magic: 0x818d40
[ 76.021] (II) Module ABI versions:
[ 76.021] X.Org ANSI C Emulation: 0.4
[ 76.021] X.Org Video Driver: 18.0
[ 76.021] X.Org XInput driver : 21.0
[ 76.021] X.Org Server Extension : 8.0
[ 76.022] (EE) systemd-logind: failed to get session: PID 1017 does not belong to any known session
[ 76.022] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 76.023] (--) PCI:*(0:0:2:0) 8086:0416:1025:0781 rev 6, Mem @ 0xd3000000/4194304, 0xc0000000/268435456, I/O @ 0x00005000/64
[ 76.023] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 76.023] (II) LoadModule: "glx"
[ 76.023] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 76.024] (II) Module glx: vendor="X.Org Foundation"
[ 76.024] compiled for 1.16.3, module version = 1.0.0
[ 76.024] ABI class: X.Org Server Extension, version 8.0
[ 76.024] (==) AIGLX enabled
[ 76.024] (==) Matched intel as autoconfigured driver 0
[ 76.024] (==) Matched intel as autoconfigured driver 1
[ 76.024] (==) Matched modesetting as autoconfigured driver 2
[ 76.024] (==) Matched fbdev as autoconfigured driver 3
[ 76.024] (==) Matched vesa as autoconfigured driver 4
[ 76.024] (==) Assigned the driver to the xf86ConfigLayout
[ 76.024] (II) LoadModule: "intel"
[ 76.024] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 76.024] (II) Module intel: vendor="X.Org Foundation"
[ 76.024] compiled for 1.16.1, module version = 2.99.916
[ 76.024] Module class: X.Org Video Driver
[ 76.024] ABI class: X.Org Video Driver, version 18.0
[ 76.024] (II) LoadModule: "modesetting"
[ 76.024] (WW) Warning, couldn't open module modesetting
[ 76.024] (II) UnloadModule: "modesetting"
[ 76.024] (II) Unloading modesetting
[ 76.024] (EE) Failed to load module "modesetting" (module does not exist, 0)
[ 76.024] (II) LoadModule: "fbdev"
[ 76.024] (WW) Warning, couldn't open module fbdev
[ 76.024] (II) UnloadModule: "fbdev"
[ 76.024] (II) Unloading fbdev
[ 76.024] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 76.024] (II) LoadModule: "vesa"
[ 76.024] (WW) Warning, couldn't open module vesa
[ 76.024] (II) UnloadModule: "vesa"
[ 76.024] (II) Unloading vesa
[ 76.024] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 76.024] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 76.024] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[ 76.024] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[ 76.024] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[ 76.024] (++) using VT number 7
[ 76.029] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140725
[ 76.029] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600
[ 76.029] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2
[ 76.029] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 76.029] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 76.029] (==) intel(0): RGB weight 888
[ 76.029] (==) intel(0): Default visual is TrueColor
[ 76.029] (II) intel(0): Output eDP1 has no monitor section
[ 76.029] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[ 76.029] (II) intel(0): Enabled output eDP1
[ 76.029] (II) intel(0): Output VGA1 has no monitor section
[ 76.029] (II) intel(0): Enabled output VGA1
[ 76.029] (II) intel(0): Output HDMI1 has no monitor section
[ 76.029] (II) intel(0): Enabled output HDMI1
[ 76.029] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 76.029] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 76.029] (II) intel(0): Enabled output VIRTUAL1
[ 76.029] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[ 76.029] (==) intel(0): TearFree disabled
[ 76.029] (==) intel(0): DPI set to (96, 96)
[ 76.029] (II) Loading sub module "dri2"
[ 76.029] (II) LoadModule: "dri2"
[ 76.029] (II) Module "dri2" already built-in
[ 76.029] (II) Loading sub module "present"
[ 76.029] (II) LoadModule: "present"
[ 76.029] (II) Module "present" already built-in
[ 76.029] (==) Depth 24 pixmap format is 32 bpp
[ 76.030] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[ 76.030] (==) intel(0): Backing store enabled
[ 76.030] (==) intel(0): Silken mouse enabled
[ 76.030] (II) intel(0): HW Cursor enabled
[ 76.030] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 76.030] (==) intel(0): DPMS enabled
[ 76.030] (II) intel(0): [DRI2] Setup complete
[ 76.030] (II) intel(0): [DRI2] DRI driver: i965
[ 76.030] (II) intel(0): [DRI2] VDPAU driver: i965
[ 76.030] (II) intel(0): direct rendering: DRI2 enabled
[ 76.030] (II) intel(0): hardware support for Present enabled
[ 76.030] (==) intel(0): display hotplug detection enabled
[ 76.030] (--) RandR disabled
[ 76.044] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 76.044] (II) AIGLX: enabled GLX_ARB_create_context
[ 76.044] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 76.044] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 76.044] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 76.044] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 76.044] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 76.044] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 76.044] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 76.044] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 76.044] (II) AIGLX: Loaded and initialized i965
[ 76.044] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 76.046] (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 76.056] (II) intel(0): Setting screen physical size to 508 x 285
[ 76.076] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[ 76.076] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 76.076] (II) LoadModule: "evdev"
[ 76.076] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 76.076] (II) Module evdev: vendor="X.Org Foundation"
[ 76.076] compiled for 1.16.2, module version = 2.9.1
[ 76.076] Module class: X.Org XInput Driver
[ 76.076] ABI class: X.Org XInput driver, version 21.0
[ 76.076] (II) Using input driver 'evdev' for 'Power Button'
[ 76.076] (**) Power Button: always reports core events
[ 76.076] (**) evdev: Power Button: Device: "/dev/input/event5"
[ 76.076] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 76.076] (--) evdev: Power Button: Found keys
[ 76.076] (II) evdev: Power Button: Configuring as keyboard
[ 76.076] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input9/event5"
[ 76.076] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 76.076] (**) Option "xkb_rules" "evdev"
[ 76.076] (**) Option "xkb_model" "pc104"
[ 76.076] (**) Option "xkb_layout" "us"
[ 76.089] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[ 76.089] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 76.089] (II) Using input driver 'evdev' for 'Video Bus'
[ 76.089] (**) Video Bus: always reports core events
[ 76.089] (**) evdev: Video Bus: Device: "/dev/input/event12"
[ 76.089] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 76.089] (--) evdev: Video Bus: Found keys
[ 76.089] (II) evdev: Video Bus: Configuring as keyboard
[ 76.089] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input19/event12"
[ 76.089] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 76.089] (**) Option "xkb_rules" "evdev"
[ 76.089] (**) Option "xkb_model" "pc104"
[ 76.089] (**) Option "xkb_layout" "us"
[ 76.089] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 76.089] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 76.089] (II) Using input driver 'evdev' for 'Power Button'
[ 76.089] (**) Power Button: always reports core events
[ 76.089] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 76.089] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 76.089] (--) evdev: Power Button: Found keys
[ 76.089] (II) evdev: Power Button: Configuring as keyboard
[ 76.089] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0C:00/input/input6/event2"
[ 76.089] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 76.089] (**) Option "xkb_rules" "evdev"
[ 76.089] (**) Option "xkb_model" "pc104"
[ 76.089] (**) Option "xkb_layout" "us"
[ 76.089] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 76.089] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 76.090] (II) Using input driver 'evdev' for 'Sleep Button'
[ 76.090] (**) Sleep Button: always reports core events
[ 76.090] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[ 76.090] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 76.090] (--) evdev: Sleep Button: Found keys
[ 76.090] (II) evdev: Sleep Button: Configuring as keyboard
[ 76.090] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0E:00/input/input7/event3"
[ 76.090] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 76.090] (**) Option "xkb_rules" "evdev"
[ 76.090] (**) Option "xkb_model" "pc104"
[ 76.090] (**) Option "xkb_layout" "us"
[ 76.090] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[ 76.090] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 76.090] (II) Using input driver 'evdev' for 'Video Bus'
[ 76.090] (**) Video Bus: always reports core events
[ 76.090] (**) evdev: Video Bus: Device: "/dev/input/event11"
[ 76.090] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 76.090] (--) evdev: Video Bus: Found keys
[ 76.090] (II) evdev: Video Bus: Configuring as keyboard
[ 76.090] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:46/LNXVIDEO:00/input/input18/event11"
[ 76.090] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 10)
[ 76.090] (**) Option "xkb_rules" "evdev"
[ 76.090] (**) Option "xkb_model" "pc104"
[ 76.090] (**) Option "xkb_layout" "us"
[ 76.090] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[ 76.090] (II) No input driver specified, ignoring this device.
[ 76.090] (II) This device may have been added with another device file.
[ 76.090] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event13)
[ 76.090] (II) No input driver specified, ignoring this device.
[ 76.090] (II) This device may have been added with another device file.
[ 76.090] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event14)
[ 76.090] (II) No input driver specified, ignoring this device.
[ 76.090] (II) This device may have been added with another device file.
[ 76.091] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event15)
[ 76.091] (II) No input driver specified, ignoring this device.
[ 76.091] (II) This device may have been added with another device file.
[ 76.091] (II) config/udev: Adding input device HD WebCam (/dev/input/event10)
[ 76.091] (**) HD WebCam: Applying InputClass "evdev keyboard catchall"
[ 76.091] (II) Using input driver 'evdev' for 'HD WebCam'
[ 76.091] (**) HD WebCam: always reports core events
[ 76.091] (**) evdev: HD WebCam: Device: "/dev/input/event10"
[ 76.091] (--) evdev: HD WebCam: Vendor 0x4f2 Product 0xb374
[ 76.091] (--) evdev: HD WebCam: Found keys
[ 76.091] (II) evdev: HD WebCam: Configuring as keyboard
[ 76.091] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/input/input17/event10"
[ 76.091] (II) XINPUT: Adding extended input device "HD WebCam" (type: KEYBOARD, id 11)
[ 76.091] (**) Option "xkb_rules" "evdev"
[ 76.091] (**) Option "xkb_model" "pc104"
[ 76.091] (**) Option "xkb_layout" "us"
[ 76.091] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event16)
[ 76.091] (II) No input driver specified, ignoring this device.
[ 76.091] (II) This device may have been added with another device file.
[ 76.091] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event17)
[ 76.091] (II) No input driver specified, ignoring this device.
[ 76.091] (II) This device may have been added with another device file.
[ 76.091] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event18)
[ 76.091] (II) No input driver specified, ignoring this device.
[ 76.091] (II) This device may have been added with another device file.
[ 76.091] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 76.091] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 76.091] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 76.091] (**) AT Translated Set 2 keyboard: always reports core events
[ 76.091] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 76.091] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 76.091] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 76.091] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 76.091] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 76.091] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 76.091] (**) Option "xkb_rules" "evdev"
[ 76.091] (**) Option "xkb_model" "pc104"
[ 76.091] (**) Option "xkb_layout" "us"
[ 76.092] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[ 76.092] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 76.092] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 76.092] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 76.092] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 76.092] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 76.092] (II) LoadModule: "synaptics"
[ 76.092] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 76.092] (II) Module synaptics: vendor="X.Org Foundation"
[ 76.092] compiled for 1.16.0, module version = 1.8.1
[ 76.092] Module class: X.Org XInput Driver
[ 76.092] ABI class: X.Org XInput driver, version 21.0
[ 76.092] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 76.092] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 76.092] (**) Option "Device" "/dev/input/event7"
[ 76.196] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[ 76.196] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5662 (res 42)
[ 76.196] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4656 (res 46)
[ 76.196] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 76.196] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 76.196] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[ 76.196] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 76.196] (**) Option "VertEdgeScroll" "on"
[ 76.196] (**) Option "HorizEdgeScroll" "on"
[ 76.196] (**) Option "TapButton1" "1"
[ 76.197] (**) Option "TapButton2" "2"
[ 76.197] (**) Option "TapButton3" "3"
[ 76.197] (**) Option "CircularScrolling" "on"
[ 76.197] (**) Option "CircScrollTrigger" "1"
[ 76.197] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[ 76.197] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 76.197] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 76.250] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input14/event7"
[ 76.250] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[ 76.250] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 76.250] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[ 76.250] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.038
[ 76.250] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 76.250] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 76.250] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 76.250] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 76.250] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 76.250] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 76.250] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 76.250] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 76.250] (II) No input driver specified, ignoring this device.
[ 76.250] (II) This device may have been added with another device file.
[ 76.251] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event8)
[ 76.251] (**) Acer WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 76.251] (II) Using input driver 'evdev' for 'Acer WMI hotkeys'
[ 76.251] (**) Acer WMI hotkeys: always reports core events
[ 76.251] (**) evdev: Acer WMI hotkeys: Device: "/dev/input/event8"
[ 76.251] (--) evdev: Acer WMI hotkeys: Vendor 0 Product 0
[ 76.251] (--) evdev: Acer WMI hotkeys: Found keys
[ 76.251] (II) evdev: Acer WMI hotkeys: Configuring as keyboard
[ 76.251] (**) Option "config_info" "udev:/sys/devices/virtual/input/input15/event8"
[ 76.251] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 14)
[ 76.251] (**) Option "xkb_rules" "evdev"
[ 76.251] (**) Option "xkb_model" "pc104"
[ 76.251] (**) Option "xkb_layout" "us"
[ 76.251] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/event9)
[ 76.251] (II) No input driver specified, ignoring this device.
[ 76.251] (II) This device may have been added with another device file.
[ 76.251] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/js0)
[ 76.251] (II) No input driver specified, ignoring this device.
[ 76.251] (II) This device may have been added with another device file.
[ 76.251] (II) config/udev: Adding input device Speakup (/dev/input/event1)
[ 76.251] (**) Speakup: Applying InputClass "evdev keyboard catchall"
[ 76.251] (II) Using input driver 'evdev' for 'Speakup'
[ 76.251] (**) Speakup: always reports core events
[ 76.251] (**) evdev: Speakup: Device: "/dev/input/event1"
[ 76.251] (--) evdev: Speakup: Vendor 0 Product 0
[ 76.251] (--) evdev: Speakup: Found keys
[ 76.251] (II) evdev: Speakup: Configuring as keyboard
[ 76.251] (**) Option "config_info" "udev:/sys/devices/virtual/input/input5/event1"
[ 76.251] (II) XINPUT: Adding extended input device "Speakup" (type: KEYBOARD, id 15)
[ 76.251] (**) Option "xkb_rules" "evdev"
[ 76.251] (**) Option "xkb_model" "pc104"
[ 76.251] (**) Option "xkb_layout" "us"
[ 77.676] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 79.138] (II) evdev: Speakup: Close
[ 79.138] (II) UnloadModule: "evdev"
[ 79.138] (II) evdev: Acer WMI hotkeys: Close
[ 79.138] (II) UnloadModule: "evdev"
[ 79.138] (II) UnloadModule: "synaptics"
[ 79.138] (II) evdev: AT Translated Set 2 keyboard: Close
[ 79.138] (II) UnloadModule: "evdev"
[ 79.138] (II) evdev: HD WebCam: Close
[ 79.138] (II) UnloadModule: "evdev"
[ 79.138] (II) evdev: Video Bus: Close
[ 79.138] (II) UnloadModule: "evdev"
[ 79.138] (II) evdev: Sleep Button: Close
[ 79.138] (II) UnloadModule: "evdev"
[ 79.138] (II) evdev: Power Button: Close
[ 79.138] (II) UnloadModule: "evdev"
[ 79.138] (II) evdev: Video Bus: Close
[ 79.138] (II) UnloadModule: "evdev"
[ 79.138] (II) evdev: Power Button: Close
[ 79.138] (II) UnloadModule: "evdev"
[ 79.140] (EE) Server terminated successfully (0). Closing log file.
Here is the output of startx when root (I terminate with killall Xorg.bin because for some reason startx now use the current tty rather than always the F7)
X.Org X Server 1.16.3
Release Date: 2014-12-20
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.17.4-1-ARCH x86_64
Current Operating System: Linux lu-tze 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64
Kernel command line: initrd=\initramfs-linux.img root=/dev/sdb6 rw
Build Date: 20 December 2014 01:34:48PM
Current version of pixman: 0.32.6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 24 17:50:31 2014
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
ERROR: Error resolving target specification '' (No targets match target
specification), specified in assignment 'InitialPixmapPlacement=2'.
/home/nbrr/.Xresources:1: warning: Converted [CR+LF] to [LF]
URxvt*loginShell:true
/home/nbrr/.Xresources:47: warning: End of input with no newline, supplemented newline
URxvt.urlLauncher: firefox
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
No protocol specified
xscreensaver: 17:50:32: Can't open display: :0
xscreensaver: 17:50:32: initial effective uid/gid was root/root (0/0)
xscreensaver: 17:50:32: running as nobody/nobody (99/99)
xscreensaver: 17:50:32: This is probably because you're logging in as root. You
shouldn't log in as root: you should log in as a normal user,
and then `su' as needed. If you insist on logging in as
root, you will have to turn off X's security features before
xscreensaver will work.
Please read the manual and FAQ for more information:
http://www.jwz.org/xscreensaver/faq.html
http://www.jwz.org/xscreensaver/man.html
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
(II) AIGLX: Suspending AIGLX clients for VT switch
libgl-switcheroo: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
gtkglswitch: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
after 3980 requests (3980 known processed) with 0 events remaining.
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
after 11 requests (11 known processed) with 0 events remaining.
xinit: connection to X server lost
waiting for X server to shut down (EE) Server terminated successfully (0). Closing log file.
I couldn't get the exact output from startx when user but it looks like the begining of the previous, with some complaints from (I suppose) xinitrc at the end.
X.Org X Server 1.16.3
Release Date: 2014-12-20
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.17.4-1-ARCH x86_64
Current Operating System: Linux lu-tze 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64
Kernel command line: initrd=\initramfs-linux.img root=/dev/sdb6 rw
Build Date: 20 December 2014 01:34:48PM
Current version of pixman: 0.32.6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 24 17:50:31 2014
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitetd)
No Protocol specified.
waiting for X server to begin accepting connections.
Meet my .xinitrc
nvidia-settings --load-config-only
nvidia-settings -a InitialPixmapPlacement=2
# Read xprofile files
[ -f /etc/xprofile ] && source /etc/xprofile
[ -f ~/.xprofile ] && source ~/.xprofile
xrdb -merge ~/.Xresources
setxkbmap fr -option compose:menu
xsetroot -cursor_name left_ptr
xset +fp /usr/share/fonts/local
xset fp rehash
pulseaudio --start
xscreensaver&
exec xmonad
a few mod
-rwxr-xr-x 1 root root 277 Dec 20 14:36 /usr/bin/Xorg
-rwxr-xr-x 1 root root 2245152 Dec 20 14:36 /usr/bin/Xorg.bin
-rwsr-xr-x 1 root root 10472 Dec 20 14:36 /usr/bin/Xorg.wrap
-rw-r--r-- 1 root root 1667 Oct 28 18:33 50-synaptics.conf
/etc/X11/:
drwxr-xr-x 3 root root 4096 Oct 28 17:27 xinit
drwxr-xr-x 2 root root 4096 Oct 28 18:33 xorg.conf.d
/etc/X11/xinit:
-rw-r--r-- 1 root root 739 Sep 11 23:42 xinitrc
drwxr-xr-x 2 root root 4096 Dec 20 15:57 xinitrc.d
-rw-r--r-- 1 root root 132 Oct 27 2013 xserverrc
/etc/X11/xinit/xinitrc.d:
-rwxr-xr-x 1 root root 180 Dec 3 05:39 30-dbus
-rwxr-xr-x 1 root root 398 Jun 7 2013 40-libcanberra-gtk-module
/etc/X11/xorg.conf.d:
-rw-r--r-- 1 root root 1667 Oct 28 18:33 50-synaptics.conf
50-synaptics.conf is the only non empty xorg conf file in xorg.conf.d (something from archwiki about fancy scrolling on my touchpad)
Hope it's not something too complicated...

Thank you all for your answers.
CarID > I think I chose nividia driver because I had some issues with the open
source one at the time I installed everything. Maybe was it only that nvidia
worked fine on first shot and nouveau didn't. If I remember correctly, bumblebee
was unstable with the nouveau driver while nvidia behaved properly. I will try
nouveau again but I woudld like to understand why my system stopped working
after last update first.
jasonwryan > I saw that, but honestly I don't really understand what it says and
what are the consequencies. Since it's from July and my system was working fine
in November I thought it was unrelated. What is this supposed to mean ? I
suppose the "redirecting stderr also breaks rootless login" explains that I
failed when I attempted to redirect startx output with 2&> as a user ?
rebootl > My laptop has NVIDIA Optimus, so when I got my it a year ago I tried to
follow the wiki about Bumblebee. I don't really remember how well I did and the
nvidia-settings in .xinitrc might well be superstition.  /etc/X11/xorg.conf
exists and is empty.
When I startx as a user, I can't find any proper log
file. ~/.local/share/xorg/Xorg.0.log is created (correct date) but empty. I
get a black screen and the only way I found to get away is to killall Xorg.bin
from another tty. When I am back on the user tty after I killed Xorg.bin, I can
read something like that (not 100% accurate since I can only retype it so far...)
X.Org X Server 1.16.3
Release Date: 2014-12-20
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.17.4-1-ARCH x86_64
Current Operating System: Linux lu-tze 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64
Kernel command line: initrd=\initramfs-linux.img root=/dev/sdb6 rw
Build Date: 20 December 2014 01:34:48PM
Current version of pixman: 0.32.6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/home/nbrr/.local/share/xorg/Xorg.0.log", Time: Thu Dec 25 02:15:32 2014
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
No Protocol specified.
waiting for X server to begin accepting connections .(II) AIGLX: Suspending AIGLX clients for VT switch
No protocole specified
No protocole specified
No protocole specified
No protocole specified
No protocole specified
No protocole specified.(II) AIGLX: Suspending AIGLX clients for VT switch
(EE) Server terminated succesfully (0). Closing log file.
xinit: giving up
xinit: unable to connect to X server : Resource temporarily unavailable
xinit: server error

Similar Messages

  • Facetime and Photo Booth will not work in my regular user account.

    The camera is not recognized.  In Facetime preferences is greyed out.  If I switch accounts it works fine. What now?

    If it works with the other account, the Flash Player is installed and able to work properly.
    There's something with the admin account that's blocking it.
    What that could be, is not possible to troubleshoot in a forum environment, unfortunately.

  • IChat not working with Open Directory users

    I have a Mac Mini running Snow Leopard Server 10.6.1. It provides services like Address Book, iCal, iChat, Mobile Access, MySQL, Web, SMB, Push, etc... I named the server 'Alpha' with the hostname 'alpha.markhadjar.com'
    I use DynDNS to help update my dynamic IP address with my ISP. They host my domain markhadjar.com. I created an 'A' record for markhadjar.com using my current IP. The DynDNS software client sends my current dynamic IP address and updates the record. I also created an alias for 'www'.
    Airport Extreme port forwards the correct ports to the requested server providing those services.
    All my users are listed in the Open Directory. My trouble is I can't seem to get iChat to work for the OD users. I get a connection error.
    The jabber account i'm using is the [email protected] I use the server 'ichat.markhadjar.com' with port 5222 without SSL as I do not have a SSL certificate.
    In the ichat settings of Server Admin, I specified ichat.markhadjar.com as the server name. I also created an alias in DynDNS for ichat.markhadjar.com - not sure if that was needed.
    I cannot connect using iChat to the server. I even changed the server in the iChat preferences (client side) to just markhadjar.com with no luck.
    Any help is greatly appreciated!
    Thanks.

    Mark, you mention that this server 'alpha' is running many things including Mobile Access Server. Do you also run Open Directory on the server? I am trying to figure out if Open Directory is required to be running on the server that runs Mobile Access for it to work in authenticating users and granting them appropriate access. I am hoping it is not required, because I'm having problems getting it to replicate from the Master OD server. It would be easier if it doesn't need to run OD at all. But then if it doesn't run OD, what do I need to do to "bind" it to the other internal origin server? I have read all the MObile Access doc's 50 times, and this is not clear to me. Just wondering how you are using Mobile Access. thanks man!

  • PIX 501 config - access to internal network not working from remote VPN users - everything on the inside is OK

    One other thing - I had a problem with the key pairing so I rebuilt the rsa 1024 and the unit started working. Unfortunately I reloaded without the config in place and now I cannot get it to work again. Any help will be greatly apprecaited although I did review a dozen other posts of people having similar problems and for some reason there is never any conclusion as to the solution and I am not sure why.           
    Some other info from the client end:
    I just ran the stats on the client and packets are being encrypted BUT none are decrypted.
    Also Tunnel received 0 and sent 115119
    Encryption is 168-bit 3-DES
    Authentication is HMAC-SHA1
    also even though the allow LAN is selected in the Cisco VPN client it states the local LAN is disabled in the client stats
    also Transparent tunneling is selcted but in the stats it states it is inactive
    I am connecting with the Cisco VPN Client Ver 5.0.07.0440
    This config works. It is on the internal net 192.168..40.x and all users obtain dhcp and surf the web. It has required ports opened.The problem is that you can connect remotely via the VPN and you receive an IP address from the remote-vpn pool but you cannot see any machines on the internal network. The pix is at 40.2 and you cannot ping the pix and the pix from the remote PC connecting via the VPN and youcannot ping the remote PC from the PIX console when the remote is connected and receives the first IP address in the VPN pool of 192.168.40.25
    I need to  see the internal network and map network drives. I have another friend that is running the same config and it works but his computer is on a linksys wireless and has an IP of 192.168.1.x and the IP he receives from the VPN pool is 192.168.1.25 so I do not know if the same network is allowing this config to work even if there is an error in the config. In my present case I obtain the ip of 192.168.40.25 from the VPN pool and my connecting pc on 192.168.1.x    I really am not sure how the VPN virtual adapter works. I am assuming it routes all traffic from your connecting PC to and from the virtual adapater but I really do not know for sure.
    Other people have had similar issues with accessing the internal network from the VPN. One solution was the split-tunnel, another was the natting and another had to do with the encrption where there and an issue with the encrypt and ecrypt which was stopping the communicaton via the VPN.
    I still cannot seem to find the issue with this config and any help will be greatly appreciated.
    This is the config
    interface ethernet0 100full
    interface ethernet1 100full
    nameif ethernet0 outside security0
    nameif ethernet1 inside security100
    enable password somepassword
    hostname hostname
    fixup protocol dns maximum-length 512
    fixup protocol ftp 21
    fixup protocol h323 h225 1720
    fixup protocol h323 ras 1718-1719
    fixup protocol http 80
    fixup protocol rsh 514
    fixup protocol rtsp 554
    fixup protocol sip 5060
    fixup protocol sip udp 5060
    fixup protocol skinny 2000
    fixup protocol smtp 25
    fixup protocol sqlnet 1521
    fixup protocol tftp 69
    names
    object-group network internal_trusted_net
      network-object 192.168.40.0 255.255.255.0
    object-group icmp-type icmp_outside
      icmp-object echo-reply
      icmp-object unreachable
      icmp-object time-exceeded
      icmp-object source-quench
    access-list OutToIn permit icmp any xxx.xxx.xxx.0 255.255.255.248 object-group icmp_outside
    access-list no_nat_inside permit ip 192.168.40.0 255.255.255.0 192.168.40.0 255.255.255.0
    access-list split_tunnel permit ip 192.168.40.0 255.255.255.0 192.168.40.0 255.255.255.0
    access-list OutToIn permit ip any any
    access-list outbound permit ip any any
    (NOTE: I had many more entries in the access list but removed them. Even with the above two allowing everything it does not work)
    pager lines 24
    mtu outside 1500
    mtu inside 1500
    ip address outside xxx.xxx.xxx.xxx 255.255.255.248
    ip address inside 192.168.40.2 255.255.255.0
    ip audit info action alarm
    ip audit attack action alarm
    ip local pool vpn_client_pool 192.168.40.25-192.168.40.30
    pdm history enable
    arp timeout 14400
    global (outside) 1 interface
    I had this statement missing from the previous posted config but even with the nat (inside) 0 access-list no_nat_inside  it still does not work.
    nat (inside) 0 access-list no_nat_inside
    nat (inside) 1 0.0.0.0 0.0.0.0 0 0
    access-group acl_outside_in in interface outside
    access-group outbound in interface inside
    route outside 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
    timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
    timeout uauth 0:05:00 absolute
    aaa-server TACACS+ protocol tacacs+
    aaa-server RADIUS protocol radius
    aaa-server LOCAL protocol local
    http server enable
    http 192.168.40.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server community $XXXXXX$
    no snmp-server enable traps
    floodguard enable
    sysopt connection permit-ipsec
    crypto ipsec transform-set 3des_strong esp-3des esp-sha-hmac
    crypto dynamic-map clientmap 50 set transform-set 3des_strong
    crypto map vpn 50 ipsec-isakmp dynamic clientmap
    crypto map vpn client configuration address initiate
    crypto map vpn client configuration address respond
    crypto map vpn client authentication LOCAL
    crypto map vpn interface outside
    isakmp enable outside
    isakmp identity address
    isakmp client configuration address-pool local vpn_client_pool outside
    isakmp nat-traversal 20
    isakmp policy 10 authentication pre-share
    isakmp policy 10 encryption 3des
    isakmp policy 10 hash sha
    isakmp policy 10 group 2
    isakmp policy 10 lifetime 86400
    vpngroup remote-vpn split-tunnel split_tunnel
    vpngroup remote-vpn idle-time 10800
    vpngroup remote-vpn password ANOTHER PASSWORD
    telnet timeout 5
    ssh 0.0.0.0 0.0.0.0 outside
    ssh 192.168.40.0 255.255.255.0 inside
    ssh timeout 30
    console timeout 60
    dhcpd address 192.168.40.100-192.168.40.131 inside
    dhcpd dns xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
    dhcpd lease 3600
    dhcpd ping_timeout 750
    dhcpd enable inside
    username AUSER password PASSWORD privilege 15
    terminal width 80
    ****************** End of config
    I have been searching docs and other people's postings trying to obtain the info to make this work. It appears pretty much boiler plate but I believe my problem is in the natting. I am using a range in the internal network for the VPN pool and I have tried switching this to other networks but this has not helped. Unfortunately I have been unable to get the PDM to work and I believe this is a PC config thing and I did not want to waste the time on it. I read a post where a person using the PDM interface with the same problem (not being able to access the internal network)  was able to go to a section in the VPN wizard and set the Address Exeption Translation. They said they originally set the VPN subnet when they did not have to. Many of the other blogs I read also stated that if the natting is not proper  for the VPN pool- that it will not work but I am confused by the examples. They show as I do the complete range for an access-list called no_nat_inside but I believe it should only have the VPN pool IP range and not the entire network since the others do require natting - not sure if my thought process is correct here. Any help will be greatly apprecaited. Also this morning I just tried a boiler plate example from CISCO and it also did not do what I need for it to do. And I also connect a PC to obtain an IP to see if I can see it - no good. The PC can ping the PIX and viceversa but no one can ping the remote PC that connects via the CISCO Remote VPN client even though it receive an address from the vpnpool. Also include LAN is checked off on the client. This was mentioned in anther post.
    Thank you once again.

    Hi,
    PIX501 is a very very old Cisco firewall that has not been sold for a long time to my understanding. It also doesnt support even close to new software levels.
    If you wanted to replace the PIX501 the corresponding model nowadays would be ASA5505 which is the smallest Cisco ASA firewall with 8 switch port module. There is already a new ASA5500-X Series (while ASA5505 is of the original ASA 5500 Series) but they have not yet introduced a replacing model for this model nor have they stopped selling this unit. I have a couple of them at home. Though naturally they are more expensive than your usual consumer firewalls.
    But if you wanted to replace your PIX firewall then I would probably suggest ASA5505. Naturally you could get some other models too but the cost naturally rises even more. I am not sure at what price these are sold as used.
    I used some PIX501 firewalls at the start of my career but have not used them in ages since ASA5505 is pretty much the firewall model we use when we need a firewall/vpn device for a smaller network/branch site.
    Here is a PDF of the original ASA5500 Series.
    http://www.cisco.com/en/US/prod/collateral/vpndevc/ps6032/ps6094/ps6120/prod_brochure0900aecd80285492.pdf
    Here is a PDF of the new ASA5500-X Series
    http://www.cisco.com/en/US/prod/collateral/vpndevc/ps6032/ps6094/ps6120/at_a_glance_c45-701635.pdf
    I am afraid that its very hard for me atleast to troubleshoot this especially since I have not seen any outputs yet. Also the very old CLI and lack of GUI (?) make it harder to see what the problem is.
    Could you provide the requested outputs?
    From the PIX after connection test
    show crypto ipsec sa
    Screen captures of the VPN Client routing and statistics sections.
    - Jouni

  • MOSS 2007 Enterprise Search not working for Korea based users but WSS Search is working fine.

    Hi,
    In my organization all the users are able to do Enterprise content search and people search but only Korea based users its not working (both content search & people search). But at the same time WSS 3.0 search (its a different farm) is working fine.
    Your search cannot be completed because of a service error. Try your search again or contact your administrator for more information.
    1. No changes in the URL for all users and Korea users
    2. Tried with different browsers and clearly the temp files but no use.
    3. Korea users also working from office only with Wired LAN connection.
    4. Tried different accounts (including Farm account) but no use.
    5. Not receiving any errors in the Event Viewer
    Anyone please let me know what went wrong.
    Regards,
    Prabhu.

    Hi,
    Is the Archive folders open in your Outlook?
    Please try to click and hight All Mail Items under Mail Folders and then try to search again:
    Please let me know the result.
    Best Regards,
    Steve Fan
    TechNet Community Support

  • Style Code Not Working for Read Only Users !

    Hi 
    Can anyone help us with this issue. We have created some special Styling code in order to hid the Quick Launch on the home page of our main SharePoint site. The Styling works no problem at
    all for users with edit rights, however we found that the styling did not work for users with read only access.  What we found was that if we switched on the "Edit Items  -  Edit items in lists, edit documents in document libraries, and
    customize Web Part Pages in document libraries." in the List Permissions for the Permission Levels for the Read Access group, the Styling then works no problem at all. HOWEVER it then gives those users the ability to EDIT the site page, as it then
    puts the Edit option on the page top right for the user to click and then mess up the web page, which we can not permit. 
    SO..... How do we get this styling to work for ALL user types ?

    Hi,
    This usually happens when the CSS file is not published or approved, please check it.
    If the CSS files uploaded in the Style Library, please check whether you had to check in those CSS files or not.
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Smudge brush not working like in regular Photoshop

    I just got Touch  for my Samsung Galaxy Tab 2 10.1 yesterday.  I needed a blending/smudging capability and saw that the toolset for Touch had both blur and smudge.  So I got it.  Blur seems to work fine...but smudge only seemed to darken my colors and formed a wierd edge, hard edge betwee the colors.  Not at all like in the regular Photoshop...I have CS6.
    I am thinking of returning the Tab 2 and getting the Note instead which has pressure sensitivity (or so I have heard)...but if there is no decent paint program out that will allow for halfway decent blending then I will simply return the Tab and wait a bit longer for the paint programs to evolve in this new format.
    Has anyone else noticed this effect with smudge?  Is there a setting that will make it work like it's full fledged cousin?
    Thanks

    I'm also having problems with the smudge/blur brush. My tablet (Samsung Note 10.1) was bought so I could do my work on the fly using a touch sensitive stylus with Photoshop. However the smudge brush simply isn't working as it should and this all but renders PS redundant in my portable work flow as I use this particular brush a lot.
    Like the original poster my smudge brush seems to be simultaneously burning/darkening. The harder I lean the more the image underneath darkens. Likewise if I lift the pen off between strokes each successive stroke darkens. Do it a sufficient amount of times and I end up with black even if I'm blending along the edge of 2 pale hues! I'm a very experienced Photoshop user so I'm fairly confident that the fault lies not with my brush settings but rather seems to be an unwanted side effect of the brush.
    As the Note tablet is a new device I'm guessing that there will be more complaints about this popping up as and when the Note becomes more popular as a creative tool. Meantime I find myself unable to do the work I bought the tablet for in the first place.
    Any ideas what software I can use to work around this? I need something which will allow me to work in layers with a smudge tool enabling me to - for example -  smudge and blend cross hatched lines to create a highly finished tonal surface. Ordinarily I would use PS for this! The ability to import this precisely smudged image into PS Touch for further editing would be a large bonus.

  • Home sharing does not work as standard windows user

    I have two computers in my home network - Windows 7 Professional Desktop and a Windows 7 Professional Laptop.
    Both running latest itunes 11 software.
    Win7 Desktop has two accounts: Administrator and JB (a standard user)
    Win7 Laptop has two accounts: Administrator and JB (a standard user)
    Home Sharing is enabled on both using the same apple ID.
    I can log in on the desktop as JB/standard user and see my apple TV.
    I can log in on my laptop as JB/standard user and do NOT see my apple TV ( the airplay icon is just missing).
    Additionally - I do not see "shared" libraries on either machine.
    On the laptop, if i open itunes by "run as administartor" I am then able to see the other "shared library" and ALSO see the apple tv Airplay icon.
    Not able to figure out why I cant see home sharing or the apple tv Airplay icon unless I run as an administrator on the laptop.

    Our Apple TVs continue to lose connection ever since installing Mountain Lion on the host computer. The only thing that fixes them is to quit and relaunch iTunes, which only works unti the ATV goes to sleep. If a movie is paused for more than a few minutes and the ATV goes to sleep, pressing play again on the remote is greeted with "There are no movies on this computer" or "Turn on Home Sharing."
    If we stop a video on one ATV and attempt to resume it in another room, the error begins again. The other ATV can't connect until iTunes is relaunched.
    My guess is that it has something to do with the new [annoying] security settings. But I still haven't found a fix other than restarting iTunes everytime we want to watch something from our downloads. Fail.

  • Voicemail not working after moving a user to Office 365

    We moved 30 or so users in December to Office 365 from on prem Exchange 2007.  Before moving we disabled unified messaging.  Once we moved them voicemail worked and we didn't have to do anything further.
    Last week we moved another user and on Exchange online Unified messaging was disabled.  I enabled it but it still isn't working.  I tried disabling and re-enabling but it has not helped.  When dialed it rings and then the call disconnects
    when it should send to voicemail.
    Any ideas what has changed to stop this working now?

    Hi Michael, thanks for the quick reply.  This is what happens when we try for the user with the problem:
    PS C:\> Set-CsUser -Identity "xxxxxxxx" -HostedVoiceMail:1
    Set-CsUser : A hosted voice mail policy with empty destination is assigned to
    a user enabled for hosted voice mail.
    At line:1 char:1
    + Set-CsUser -Identity "xxxxxxxx" -HostedVoiceMail:1
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (CN=xxxx xxxx...xxxx,DC
       =org:OCSADUser) [Set-CsUser], ManagementException
        + FullyQualifiedErrorId : SetCSUser,Microsoft.Rtc.Management.AD.Cmdlets.Se
       tOcsUserCmdlet
    But for a user whose voicemail works (both are setup identically in exchange online):
    PS C:\> Set-CsUser -Identity "yyyyyyyy" -HostedVoiceMail:1
    WARNING: Object with identity "CN=yyyyyy yyyy,OU=PST
    Override,OU=Standard Users,OU=People,DC=xxxxxx,DC=org" was not changed.

  • After 10.7.5 update, internet browsers do not work for non-admin user.

    My daughter has a Macbook Air running OS 10.7.5. I'm the administrator and have no problems. My daughter has had a separate user account ever since we bought the computer 13 months ago (just out of warranty).
    The computer is connected to the internet via WiFi router.
    Since the most recent system update, we can't connect to any webpages when logged in under my daughter's user account.
    Connections time out and the error message suggests we disable firewalls and proxies (there are none... I think).
    She can still connect Mail, Skype and iTunes Store but not Safari or Firefox. We downloaded Google Chrome with the admin account and installed after this problem showed but it has the same problem when using her account.
    I've searched the Apple forums and elsewhere and seen a few similar problems but none where the administrator's browsers work and the user doesn't.
    By the way, there are NO parental controls activated.
    Please help.

    Hi,
    I can imagine the inconvenience you have experienced. I will try to help you in fixing the issue.
    Please test this issue in the Clean Boot environment to check if there is some conflicts with network.
    If the issue disappears in the Clean Boot environment, we can use a 50/50 approach to quickly narrow down which entry is causing the issue.
    How to perform a clean boot to troubleshoot a problem in Windows 8, Windows 7, or Windows Vista
    http://support.microsoft.com/kb/929135
    Also, to find where your problem is, I suggest you use Network Monitor tool to capture a network package:
    http://www.microsoft.com/en-in/download/details.aspx?id=4865
    Then, please upload the package here for further research.
    Note: I highly recommend you use SkyDrive to upload collected files and to post screen shots/pictures. Although you might not be used to it, SkyDrive features a lot of free advanced functionality around file storage capacity, sharing, privacy, and collaboration:
    http://skydrive.com
    Regards,
    Kelvin hsu
    TechNet Community Support

  • Webcam not working (in my main user account)

    I've been trying to debug and even reset the SMC, but then I saw something that implied that the problem might be user based, so I set up another account and, sure enough, the camera works ok.  But I can't figure out how to change the settings on my main user account to get the camera working again.

    And this occurred on my iMac, too, not just the MBA.  Has anybody had problems with their camera recently?  Might have to do with a recent software update (my OS is 10.7.4 on both computers).

  • JSP Custom tag not working correctly for multiple users

    I am doing some support work for an existing web system. When doing single user access (a custom tag is called within the JSP); the output of the Custom tag is fine. However, during multiple user access to the JSP, as I could see on the log files, 2 users access the custom tag at exactly the same time- the output of one of the users was incorrect. The custom tag btw, uses TreeMap, Stringbuffer and does not have a body, only attributes passed to it. It takes an input file and a Hashmap as input attributes and it sets a string in the page context which is later being used in the JSP. No error is logged, its just that the string produced(placed in the page context) is incorrect. This only happens when this tag is called at same time(when multiple users accessing the page) Has anyone encountered this problem? Is there a known pooling/thread problem with custom tags?

    in a servlet/jsp (a jsp is compiled into a servlet),
    the class atrributes are shared. only the
    variables declared in the doservice (doGet or doPost)
    method are threadsafe.
    post your jsp plzhere's the snippet of the jsp code:
    <%@ page language="java"
    errorPage="Error.jsp"
    autoFlush="false"
    buffer="128kb"
    import="java.text.*,
    java.math.BigDecimal,
    java.rmi.RemoteException,
    java.util.*,
    java.io.*,
    %>
    <%@ include file="Secure.jsp" %>
    // a set of request.getParameter are being called here
    HashMap myMap = new HashMap();
    myMap.put(xmlDPhoneNumber, dPhoneNumber);
    myMap.put(xmlDPhoneType, "D");
    myMap.put(xmlDPhoneExt, dExtension);
    myMap.put(xmlDPhoneDigits, dPhoneDigits);
    // other myMap putting of key values are called here
    %>
    <test:applyCustomerSearchValues id="resultXml" xmlTemplate="/xml/message/CustomerUpdateRequest.xml"
    xmlMap="<%= myMap %>" />
    <test:transformXMLString id="customerUpdateRequest"
    xmlString="<%= resultXml.toString() %>"
    xslFileName="/xsl/message/CustomerCreateRequest.xsl"
    paramMap="<%= PMap %>"/>
    now here's the thing: the xml produced by test:applyCustomerSearchValues is resultXml which is used in test:transformXMLString. I got no problem with the output of test:transformXMLString. I am sure that a phone number is being passed into the former as part of the HashMap key-value. However when test:applyCustomerSearchValues is called when 2 users access the jsp, it seems like the the first xml produced does not have the phone number in it - but the other has it. The xml is OK for both users, its just that the values of the HashMap do not seem to be passed correctly into the xml produced.
    --- here's the snippet of the log, the first httpWorkerThread-80-6 does not have the phone number, however the second one-httpWorkerThread-80-7 has the phone number. The first one should also have a phone number as in the start of the log, the number was listed, but as the system called the test:applyCustomerSearchValues tag, the number was not included. There are different phone numbers for the 2 users. The odd thing here is, the userID which is the 'LastUpdatedBy' element has been set correctly. The userID is being fetched from a session attribute while the phone number is fetched from a request parameter, both are being placed in the HashMap attribute passed to the custom tag.
    2007-06-05 10:55:41,954 DEBUG [httpWorkerThread-80-6] (?:?) - ApplyCustomerSearchValuesTag : String produced is :<Values><Customer>
    <Status>
         <CustomerType></CustomerType>
         <FirstContactDate>2007-06-05</FirstContactDate>
         <StatusFlags>
              <Fraud>N</Fraud>
              <BadCheck>N</BadCheck>
              <BadCredit>N</BadCredit>
              <DoNotMerge>N</DoNotMerge>
              <ARHoldRefundCheck>N</ARHoldRefundCheck>
         </StatusFlags>
         <LastUpdatedDateTime>2007-06-05 10:55:41</LastUpdatedDateTime>
         <LastUpdatedBy>5555</LastUpdatedBy>
         <OPAlertClass></OPAlertClass>
         <MailListStoreID></MailListStoreID>
         <OriginatingSource>CSA</OriginatingSource>
    </Status>
    <DPhone id="D">
         <DPhoneNumber></DPhoneNumber>
         <DPhoneDigits></DPhoneDigits>
         <DPhoneType></DPhoneType>
         <DExtension></DExtension>
         <DAreaCode></DAreaCode>
         <DPhoneCountryCode></DPhoneCountryCode>
    </DPhone>
    </Customer>
    </Values>
    2007-06-05 10:55:41,954 DEBUG [httpWorkerThread-80-7] (?:?) - ApplyCustomerSearchValuesTag : String produced is :<Values><Customer>
    <Status>
         <CustomerType>N</CustomerType>
         <FirstContactDate>2007-06-05</FirstContactDate>
         <StatusFlags>
              <Fraud>N</Fraud>
              <BadCheck>N</BadCheck>
              <BadCredit>N</BadCredit>
              <DoNotMerge>N</DoNotMerge>
              <ARHoldRefundCheck>N</ARHoldRefundCheck>
         </StatusFlags>
         <LastUpdatedDateTime>2007-06-05 10:55:41</LastUpdatedDateTime>
         <LastUpdatedBy>1840</LastUpdatedBy>
         <OPAlertClass></OPAlertClass>
         <MailListStoreID></MailListStoreID>
         <OriginatingSource>CSA</OriginatingSource>
    </Status>
    <DPhone id="D">
         <DPhoneNumber>(123) 123-4788</DPhoneNumber>
         <DPhoneDigits>1231234788</DPhoneDigits>
         <DPhoneType>D</DPhoneType>
         <DExtension></DExtension>
         <DAreaCode>123</DAreaCode>
         <DPhoneCountryCode>US</DPhoneCountryCode>
    </DPhone>
    </Customer>
    </Values>
    Message was edited by:
    Mutya

  • SMS relay not working with non-iMessage users?

    One of the features I'm most looking forward to in Yosemite is the ability to text people without iPhones. I attempted to do this tonight, but the message failed to send and the person's name was in red. I got the standard "message failed" note, like I get on my iPhone when a message doesn't go through, but I thought it should have gone through just fine.
    More info: the contact is in red, not blue or green, and when I type the phone number I get the "this contact is not registered with iMessage" error message. Of course it's not - the contact is not an Apple user!
    My iPhone is an iPhone 6 running iOS 8.0.2 and my Mac is running Yosemite 10.10.
    What am I doing wrong?
    Thanks!
    Michael M

    I am fortunate to report that it is, in fact, working for me, as evidenced by the fact that I sent and received an SMS to and from an Android user. There was a bit of a hiccup when I enabled SMS relay on my iPhone, as the code which was required popped up and then canceled itself. Once I canceled the entire process, and re-linked the two (Macbook Air and iPhone 6) the pairing and relay went off without a hitch.
    Try this: start from the phone, then the iMac. Only input the code in Messages on your iMac after the link is established. I have a feeling it might not truly be synced yet.

  • Embedded Flash not working for limited access users?

    Hi there,
    Im currently having an issue with Flash 10.1 on a new student image im creating,
    After testing the install of 10.1.122.64 this is the findings i made:-
    As administrator i could run Mainstream Flash players such as BBC iplayer and youtube
    As limited user i could also run mainstream flash players
    As administrator i could run embedded flash videos
    as limited user i could not run embedded flash videos
    This is proving somewhat a big issue as the machines we have that cant run embedded flash videos some of them have Adobe Web design CS5 and they are unable to test their flash videos through IE8
    Our current image uses Windows XP with IE8 and office 2010 amongst other things
    if you need any more information please let me know.
    Thanks

    Hi all , thanks for your responses :-
    Willenger - I have 3rd party flash content enabled already,
    SOS - After checking the two video links youve both posted , the youtube one works, the embedded one SOS linked doesnt.
    ive increased the amount allowed aswell to no avail.
    thanks for your updates but no success so far, any other questions or details you need, give me a shout

  • Shares not working after reprovision of users

    I just repovisioned my users from iFolder 3.6 running on SLES 10 OES2 to iFolder 3.9 on SLES 11Sp1 OES 11. The users folders sync, however any folders shared to them do not. The client gives the server available error. If I log in via the web client all is there and working fine. I'm thinking the links on the client for the shared folders are still pointing to the old server, which no longer has the data stored there. Anyway to fix this without having the users download the shares again? Don't want to take the chance of having duplicate folders on their workstations. Any thoughts would be appreciated.

    krobertsjr,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

Maybe you are looking for

  • CS3 - Adobe Camera Raw 4.6

    I just got a Nikon D300 camera and now need something to read RAW camera files. From what I could tell, the Adobe Camera Raw 4.6 plugin was what I needed for CS3. I did download it, but when I double-clicked on the Camera_Raw_4_6 file, it installed i

  • Missing Album Artworks in Album view in Music iOS

    Apple updated Music App in iOS 6. New interface Design but a new bug appear some album artworks are missing when we go in the Album list view. But when you select an album, the artworks appear well and also appear in Cover Flow. The album artworks ar

  • Connecting Ipod to PC

    WHen I connect my IPOD to my pc it isnt recognized and doesn't connect to ITunes. WHen I connect a second IPOD it is recognized. HELP.................

  • HTTP adapter question - how to tell what URL was used in the runtime

    I need to know the URL information used when sending via HTTP adapter. I cannot find this information in the SXMB_MONI trace under SOAP header or in any other place. THanks, Pam

  • Moving lines in still frames

    In FCP I have imported some high quality digital pics to make a montage. On some of them I use the keyframing to move them around the screen, but they all get funky movement on fine lines or patterns. It's not a de-interlacing problem because I filte