[SOLVED] NetworkManager not starting wireless at startup

I am new to Arch Linux and my only problem so far has been the wireless. At startup NetworkManager loads fine but it does not bring up the wireless. I know when it is on by the orange light by my power button. I have atheros card and use ath9k. After I login there is still no wireless on. I go to network manager and turn wireless on. (gnome shell). Everything works after that. For troubleshooting, I put in rc.conf "ifconfig wlan0 up". The message is get is wlan0 no such device or something like that in similar words. I have removed that from rc.conf but despite the error message my orange light turns on but networkmanager does not detect it. I press click the wireless on and the wireless starts to connect. In terminal if I do ifconfig wlan0 down, NetworkManager takes a while to detect that this has been done and then turns the wireless back on by itself. I am pretty sure I have something minor in the installation instructions. Any help is much appreciated.
Last edited by quasifilmie (2011-10-27 18:32:50)

# /etc/rc.conf - Main Configuration for Arch Linux
# LOCALIZATION
# LOCALE: available languages can be listed with the 'locale -a' command
#   LANG in /etc/locale.conf takes precedence
# DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
# startup and during the boot process. If set to 'no', the C locale is used.
# HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
#   in the hardware clock being left untouched (useful for virtualization)
#   Note: Using "localtime" is discouraged, using "" makes hwclock fall back
#   to the value in /var/lib/hwclock/adjfile
# TIMEZONE: timezones are found in /usr/share/zoneinfo
#   Note: if unset, the value in /etc/localtime is used unchanged
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
LOCALE="en_US.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="UTC"
TIMEZONE="America/Toronto"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
# HARDWARE
# MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
#   Replace every !module by an entry as on the following line in a file in
#   /etc/modprobe.d:
#     blacklist module
#   See "man modprobe.conf" for details.
MODULES=()
# Udev settle timeout (default to 30)
UDEV_TIMEOUT=30
# Scan for FakeRAID (dmraid) Volumes at startup
USEDMRAID="no"
# Scan for BTRFS volumes at startup
USEBTRFS="no"
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# NETWORKING
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
HOSTNAME="myhost"
# Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
# Wired network setup
#   - interface: name of device (required)
#   - address: IP address (leave blank for DHCP)
#   - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
#   - broadcast: broadcast address (ignored for DHCP) (optional)
#   - gateway: default route (ignored for DHCP)
# Static IP example
# interface=eth0
# address=192.168.0.2
# netmask=255.255.255.0
# broadcast=192.168.0.255
# gateway=192.168.0.1
# DHCP example
# interface=eth0
# address=
# netmask=
# gateway=
interface=
address=
netmask=
broadcast=
gateway=
# Setting this to "yes" will skip network shutdown.
# This is required if your root device is on NFS.
NETWORK_PERSIST="no"
# Enable these netcfg profiles at boot-up. These are useful if you happen to
# need more advanced network features than the simple network service
# supports, such as multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
# Network profiles are found in /etc/network.d
# This requires the netcfg package
#NETWORKS=(main)
# DAEMONS
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
# If you are sure nothing else touches your hardware clock (such as ntpd or
# a dual-boot), you might want to enable 'hwclock'. Note that this will only
# make a difference if the hwclock program has been calibrated correctly.
# If you use a network filesystem you should enable 'netfs'.
DAEMONS=(syslog-ng crond dbus networkmanager gdm)

Similar Messages

  • OSX 10.5. Will not start normally. Startup sound, then shutsdown.

    OS X 10.5.  Will not start normally.  Startup sound, then shutsdown. Will start with startup disc inserted holding "C".  297.8gb capacity. 297.3gb used.  Say's must format HD to install.  How can I free up space to save my stuff? Can't access anything on HD.  Disk Utility First Aid no help.  What can I do?

    Boot from the startup disk and run disk utility, repair permissions and repair disk as well.  Reboot and see if this helps.
    Your startup disk is completely full and could be why it will not boot.  If you have access to another Mac and a firewire cable you can boot your broken Mac into Target Firewire mode by holding down T at the chime.  This will then mean your broken Mac appears as an external drive on the other Mac allowing you to delete some files and see if it will boot once you have freed up some space.

  • [SOLVED] cups not started under systemd

    Under systemd cupsd is not started automatically; but manually run
    systemctl start cups
    start it. In trying to figure out what happens I see that the install section of cups.service contains the following:
    WantedBy=printer.target
    But nothing seems to depends on printer target. I have just changed that by
    WantedBy=multi-user.target
    and everything works. Anyway, either there is a bug that I have corrected, either I have missed something. The original printer.target seems to have nothing that depends on it. Could someone tell me what's the proper way to configure printing under systemd.
    Last edited by olive (2012-12-14 06:51:27)

    Now cups start properly and everything is fine. I do not know if is due to an upgrade or so, but I put solved now. Thanks for the explanation of the printer target.

  • I can not start oracle using "startup " command

    I installed the oracle 11g software on linux red hat, then i connect using “sqlplus / as sysdba”
    but when I type “startup” on SQL prompt it gives the following error:
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file'/oraeng/app/oracle/product/11.1.0/dbs/initorcl.ora'
    I tried: export ORACLE_SID=orcl
    But it gives the same error.
    Then i checked the directory “dbs” but could not find the pfile:initorcl.ora,
    however there was a file named “init.ora” only. I remember that in bash_profile I set the ORACLE_SID as “orcl”
    Then i searched the web and tried the following command to set the pfile
    SQL> startup pfile=/oraeng/app/oracle/product/11.1.0/dbs/init.ora
    but it gave me following error
    ORA-00371: not enough shared pool memory, should be at least 102341017 bytes
    Could anyone please help me identify the problem? why i could not start it using start it in SQL prompt.
    Thanks in advance
    AZ

    844019 wrote:
    I installed the oracle 11g software on linux red hat, then i connect using “sqlplus / as sysdba”
    but when I type “startup” on SQL prompt it gives the following error:
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file'/oraeng/app/oracle/product/11.1.0/dbs/initorcl.ora'
    I tried: export ORACLE_SID=orcl
    But it gives the same error.
    Then i checked the directory “dbs” but could not find the pfile:initorcl.ora,
    however there was a file named “init.ora” only. I remember that in bash_profile I set the ORACLE_SID as “orcl”
    Then i searched the web and tried the following command to set the pfile
    SQL> startup pfile=/oraeng/app/oracle/product/11.1.0/dbs/init.ora
    but it gave me following error
    ORA-00371: not enough shared pool memory, should be at least 102341017 bytes
    Could anyone please help me identify the problem? why i could not start it using start it in SQL prompt.
    Thanks in advance
    AZWhat's the output of the
    ls -l $ORACLE_HOME/dbsWhat is happening that you don't seem to have the required init or SP file for the startup of your instance. If that's the case, you need to create it manually from the copy/paste of the alert.log content if the instance ever started before . Show us hte output of the DBS directory that what it contains.
    HTH
    Aman....

  • [SOLVED] Lyx Not Starting Up: boost regex error

    I've just installed Lyx from official repositories but It's not starting up.
    If i run it from terminal:
    [#######@archTiD ~]$ lyx
    lyx: error while loading shared libraries: libboost_regex.so.1.55.0: cannot open shared object file: No such file or directory
    What did I do wrong?
    Thanks in advance.
    Last edited by Tid91 (2013-12-08 16:38:30)

    loafer wrote:
    pacman -Qo /usr/lib/libboost_regex.so.1.55.0
    /usr/lib/libboost_regex.so.1.55.0 is owned by boost-libs 1.55.0-2
    Is the file present?  You could try reinstalling boost-libs.
    Is present just the 1.54 version of that file.
    If I do:
    sudo pacman -S boost-libs
    resolving dependencies...
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: boost: requires boost-libs=1.54.0

  • [SOLVED] X not starting at login

    I have followed this: https://wiki.archlinux.org/index.php/Start_X_at_Login
    But still X do not start at login, after logging in I just get in the tty console.
    If I type 'startxfce4' all work fine, it's like that command is not being executed automatically.
    My bash profile:
    $ cat .bash_profile
    # ~/.bash_profile
    . $HOME/.bashrc
    #[[ -f ~/.bashrc ]] && . ~/.bashrc
    [[ -z $DISPLAY && $XDG_VTNR -eq 3 ]] && exec startx
    export LD_LIBRARY_PATH="/opt/java/jre/lib/amd64"
    My xinitrc (do not pay attention to the 2 xrandr lines):
    $ cat .xinitrc
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    ####### Personalizzazioni ########
    xmodmap -e 'add mod3 = Scroll_Lock'
    xrandr --fbmm 408x255
    #xrandr --output DVI-I-1 --pos 1440x0 --mode 1440x900 --rate 75.0
    ######## Ambiente singolo ########
    # exec gnome-session
    # exec startkde
    exec startxfce4
    # ...or the Window Manager of your choice
    ######### Post ambiente ##########
    xrandr --output DVI-I-1 --pos 1440x0 --mode 1440x900 --rate 75.0
    ######## Ambiente multiplo #######
    # exec ck-launch-session --exit-with-session startxfce4
    #DEFAULT_SESSION="exec ck-launch-session --exit-with-session startxfce4"
    #case $1 in
    #xfce4)
    # exec startxfce4
    #gnome)
    # exec gnome-session
    #e17)
    # exec enlightenment_start
    #esac
    EDIT: added description about happens after login, in the 2nd row of the post.
    Last edited by buntolo (2014-09-13 12:40:20)

    Trilby wrote:What does not starting look like?  Do you get an error?  Does it crash?  Do you just log in and see a command prompt?  See other diagnostic tests here
    I get logged in the tty console, no error at all! It acts like there is no .xinitrc file.
    $ pgrep Xorg
    443
    $ echo $0
    bash
    $ echo $XDG_VTNR
    1
    $ loginctl
    SESSION UID USER SEAT
    c1 1000 archio seat0
    1 sessions listed.
    $ uname -a
    Linux archio-immobile 3.16.2-1-ARCH #1 SMP PREEMPT Sat Sep 6 13:12:51 CEST 2014 x86_64 GNU/Linux
    After manually launching startxfce4 I get a correct session:
    $ loginctl show-session $XDG_SESSION_ID
    Id=c1
    Name=archio
    Timestamp=Sat 2014-09-13 10:38:24 UTC
    TimestampMonotonic=21599169
    VTNr=1
    TTY=tty1
    Remote=no
    Service=login
    Scope=session-c1.scope
    Leader=383
    Audit=0
    Type=tty
    Class=user
    Active=yes
    State=active
    IdleHint=yes
    IdleSinceHint=1410604736829235
    IdleSinceHintMonotonic=0
    Last edited by buntolo (2014-09-13 12:06:25)

  • [SOLVED] NetworkManager not letting me connect to the internet.

    Hello everyone,
    I normally connect to my WiFi using wifi-menu each start-up, but since I'm coming from Ubuntu in this laptop, and want the NetworkManager integration in GNOME, as well as automatically connecting to my preferred network on startup, I decided to install NetworkManager and network-manager-applet, as well as networkmanager-openvpn and networkmanager-pptp for vpn support.
    Unfortunately, enabling the NetworkManager service and starting the NetworkManager service (first disabling the netctl@wlo1\x2dCasa.service and wpa_supplicant.service) disconnects me from WiFi, and connecting to my network asks for the password (WPA2 Personal), after 50 seconds it asks for the password again, and goes on forever, unless one presses "Cancel" and it disconnects.
    I'm new to Arch Linux (not to Linux in general, as I actually used Ubuntu since 2009, and have some command-line experience), so if this seems like an easy task, or a rookie mistake, please bear with me.
    Is any more info required? Log files?
    -Jonathan
    Last edited by Jonathan Precise (2015-04-04 13:36:19)

    Yes, you are indeed right Xabre, I stopped netctl@wlo1\x2dCasa.service, but not wpa_supplicant.service, and enabled that last one. Now NetworkManager runs perfect!
    EDIT: I'm imagining that's how you mark this thread as solved? Or is there another method?
    -Jonathan
    Last edited by Jonathan Precise (2015-04-04 13:37:19)

  • [SOLVED] Xorg not starting on non-root user [My First Linux]

    Hello, I recently turned back to linux after digging up my old ASUS EEE 900a, which I messed up with partitioning fun after trying to cram Windows XP on it and etc. Anyways, I managed to fix it, and after Ubuntu being too big, I was turned on to Arch as a good distro, and I've been having a very good time setting everything up so far.
    Anyways: My issue arises after needing to use a different user in order to use Chrome. I created a new account and tried to run startx like I usually do. It spat out the usual few lines, but failed and gave me this log:
    [ 4616.974]
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    [ 4616.974] X Protocol Version 11, Revision 0
    [ 4616.974] Build Operating System: Linux 3.8.7-1-ARCH i686
    [ 4616.974] Current Operating System: Linux archieee 3.9.4-1-ARCH #1 SMP PREEMPT Sun May 26 11:56:48 CEST 2013 i686
    [ 4616.975] Kernel command line: root=/dev/sda1 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    [ 4616.975] Build Date: 17 April 2013 02:43:06PM
    [ 4616.975]
    [ 4616.975] Current version of pixman: 0.30.0
    [ 4616.975] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 4616.975] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4616.977] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 4 21:56:02 2013
    [ 4616.977] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 4616.978] (==) No Layout section. Using the first Screen section.
    [ 4616.978] (==) No screen section available. Using defaults.
    [ 4616.978] (**) |-->Screen "Default Screen Section" (0)
    [ 4616.978] (**) | |-->Monitor "<default monitor>"
    [ 4616.978] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 4616.978] (==) Automatically adding devices
    [ 4616.978] (==) Automatically enabling devices
    [ 4616.978] (==) Automatically adding GPU devices
    [ 4616.978] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 4616.978] Entry deleted from font path.
    [ 4616.978] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 4616.978] Entry deleted from font path.
    [ 4616.978] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 4616.978] Entry deleted from font path.
    [ 4616.978] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 4616.979] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 4616.979] Entry deleted from font path.
    [ 4616.979] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 4616.979] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 4616.979] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 4616.979] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 4616.979] (II) Loader magic: 0x8258620
    [ 4616.979] (II) Module ABI versions:
    [ 4616.979] X.Org ANSI C Emulation: 0.4
    [ 4616.979] X.Org Video Driver: 14.1
    [ 4616.979] X.Org XInput driver : 19.1
    [ 4616.979] X.Org Server Extension : 7.0
    [ 4616.980] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 4616.983] (--) PCI:*(0:0:2:0) 8086:27ae:1043:8340 rev 3, Mem @ 0xf3e00000/524288, 0xd0000000/268435456, 0xf3dc0000/262144, I/O @ 0x0000cc00/8
    [ 4616.983] (--) PCI: (0:0:2:1) 8086:27a6:1043:8340 rev 3, Mem @ 0xf3e80000/524288
    [ 4616.983] Initializing built-in extension Generic Event Extension
    [ 4616.983] Initializing built-in extension SHAPE
    [ 4616.984] Initializing built-in extension MIT-SHM
    [ 4616.984] Initializing built-in extension XInputExtension
    [ 4616.984] Initializing built-in extension XTEST
    [ 4616.984] Initializing built-in extension BIG-REQUESTS
    [ 4616.984] Initializing built-in extension SYNC
    [ 4616.984] Initializing built-in extension XKEYBOARD
    [ 4616.984] Initializing built-in extension XC-MISC
    [ 4616.985] Initializing built-in extension SECURITY
    [ 4616.985] Initializing built-in extension XINERAMA
    [ 4616.987] Initializing built-in extension XFIXES
    [ 4616.990] Initializing built-in extension RENDER
    [ 4616.993] Initializing built-in extension RANDR
    [ 4616.995] Initializing built-in extension COMPOSITE
    [ 4616.998] Initializing built-in extension DAMAGE
    [ 4617.000] Initializing built-in extension MIT-SCREEN-SAVER
    [ 4617.003] Initializing built-in extension DOUBLE-BUFFER
    [ 4617.005] Initializing built-in extension RECORD
    [ 4617.007] Initializing built-in extension DPMS
    [ 4617.010] Initializing built-in extension X-Resource
    [ 4617.012] Initializing built-in extension XVideo
    [ 4617.015] Initializing built-in extension XVideo-MotionCompensation
    [ 4617.017] Initializing built-in extension XFree86-VidModeExtension
    [ 4617.019] Initializing built-in extension XFree86-DGA
    [ 4617.021] Initializing built-in extension XFree86-DRI
    [ 4617.023] Initializing built-in extension DRI2
    [ 4617.023] (II) LoadModule: "glx"
    [ 4617.024] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 4617.024] (II) Module glx: vendor="X.Org Foundation"
    [ 4617.024] compiled for 1.14.1, module version = 1.0.0
    [ 4617.024] ABI class: X.Org Server Extension, version 7.0
    [ 4617.024] (==) AIGLX enabled
    [ 4617.026] Loading extension GLX
    [ 4617.026] (==) Matched intel as autoconfigured driver 0
    [ 4617.026] (==) Matched intel as autoconfigured driver 1
    [ 4617.026] (==) Matched vesa as autoconfigured driver 2
    [ 4617.026] (==) Matched modesetting as autoconfigured driver 3
    [ 4617.026] (==) Matched fbdev as autoconfigured driver 4
    [ 4617.026] (==) Assigned the driver to the xf86ConfigLayout
    [ 4617.026] (II) LoadModule: "intel"
    [ 4617.026] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 4617.027] (II) Module intel: vendor="X.Org Foundation"
    [ 4617.027] compiled for 1.14.1, module version = 2.21.8
    [ 4617.027] Module class: X.Org Video Driver
    [ 4617.027] ABI class: X.Org Video Driver, version 14.1
    [ 4617.027] (II) LoadModule: "vesa"
    [ 4617.027] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 4617.028] (II) Module vesa: vendor="X.Org Foundation"
    [ 4617.028] compiled for 1.14.0, module version = 2.3.2
    [ 4617.028] Module class: X.Org Video Driver
    [ 4617.028] ABI class: X.Org Video Driver, version 14.1
    [ 4617.028] (II) LoadModule: "modesetting"
    [ 4617.029] (WW) Warning, couldn't open module modesetting
    [ 4617.029] (II) UnloadModule: "modesetting"
    [ 4617.029] (II) Unloading modesetting
    [ 4617.029] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 4617.029] (II) LoadModule: "fbdev"
    [ 4617.029] (WW) Warning, couldn't open module fbdev
    [ 4617.029] (II) UnloadModule: "fbdev"
    [ 4617.030] (II) Unloading fbdev
    [ 4617.030] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 4617.030] (II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT3), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT3), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT3), Haswell (GT1), Haswell (GT2), Haswell (GT3),
    Haswell (GT1), Haswell (GT2), Haswell (GT3),
    Haswell SDV Desktop (GT1), Haswell SDV Desktop (GT2),
    Haswell SDV Desktop (GT3), Haswell SDV Mobile (GT1),
    Haswell SDV Mobile (GT2), Haswell SDV Mobile (GT3),
    Haswell SDV Server (GT1), Haswell SDV Server (GT2),
    Haswell SDV Server (GT3), Haswell SDV (GT1), Haswell SDV (GT2),
    Haswell SDV (GT3), Haswell SDV (GT1), Haswell SDV (GT2),
    Haswell SDV (GT3), Haswell ULT Desktop (GT1),
    Haswell ULT Desktop (GT2), Haswell ULT Desktop (GT3),
    Haswell ULT Mobile (GT1), Haswell ULT Mobile (GT2),
    Haswell ULT Mobile (GT3), Haswell ULT Server (GT1),
    Haswell ULT Server (GT2), Haswell ULT Server (GT3),
    Haswell ULT (GT1), Haswell ULT (GT2), Haswell ULT (GT3),
    Haswell ULT (GT1), Haswell ULT (GT2), Haswell ULT (GT3),
    Haswell CRW Desktop (GT1), Haswell CRW Desktop (GT2),
    Haswell CRW Desktop (GT3), Haswell CRW Mobile (GT1),
    Haswell CRW Mobile (GT2), Haswell CRW Mobile (GT3),
    Haswell CRW Server (GT1), Haswell CRW Server (GT2),
    Haswell CRW Server (GT3), Haswell CRW (GT1), Haswell CRW (GT2),
    Haswell CRW (GT3), Haswell CRW (GT1), Haswell CRW (GT2),
    Haswell CRW (GT3), ValleyView PO board
    [ 4617.032] (II) VESA: driver for VESA chipsets: vesa
    [ 4617.032] (++) using VT number 1
    [ 4617.033] (WW) Falling back to old probe method for vesa
    [ 4617.033] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 4617.034] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 4617.034] (==) intel(0): RGB weight 888
    [ 4617.034] (==) intel(0): Default visual is TrueColor
    [ 4617.034] (--) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
    [ 4617.034] (**) intel(0): Relaxed fencing disabled
    [ 4617.034] (**) intel(0): Wait on SwapBuffers? enabled
    [ 4617.034] (**) intel(0): Triple buffering? enabled
    [ 4617.034] (**) intel(0): Framebuffer tiled
    [ 4617.034] (**) intel(0): Pixmaps tiled
    [ 4617.034] (**) intel(0): 3D buffers tiled
    [ 4617.034] (**) intel(0): SwapBuffers wait enabled
    [ 4617.034] (==) intel(0): video overlay key set to 0x101fe
    [ 4617.034] (II) intel(0): Output LVDS1 has no monitor section
    [ 4617.035] (--) intel(0): found backlight control interface /sys/class/backlight/eeepc
    [ 4617.066] (II) intel(0): Output VGA1 has no monitor section
    [ 4617.067] (II) intel(0): EDID for output LVDS1
    [ 4617.067] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 4617.067] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 4617.067] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 4617.068] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 4617.068] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 4617.068] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 4617.068] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 4617.068] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 4617.068] (II) intel(0): Printing probed modes for output LVDS1
    [ 4617.068] (II) intel(0): Modeline "1024x600"x60.0 45.00 1024 1077 1112 1200 600 604 609 625 -hsync -vsync (37.5 kHz P)
    [ 4617.068] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 4617.068] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 4617.068] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 4617.100] (II) intel(0): EDID for output VGA1
    [ 4617.100] (II) intel(0): Output LVDS1 connected
    [ 4617.100] (II) intel(0): Output VGA1 disconnected
    [ 4617.100] (II) intel(0): Using exact sizes for initial modes
    [ 4617.100] (II) intel(0): Output LVDS1 using initial mode 1024x600
    [ 4617.100] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 4617.100] (II) intel(0): Kernel page flipping support detected, enabling
    [ 4617.100] (==) intel(0): DPI set to (96, 96)
    [ 4617.100] (II) Loading sub module "fb"
    [ 4617.100] (II) LoadModule: "fb"
    [ 4617.101] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 4617.102] (II) Module fb: vendor="X.Org Foundation"
    [ 4617.103] compiled for 1.14.1, module version = 1.0.0
    [ 4617.103] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4617.103] (II) Loading sub module "dri2"
    [ 4617.103] (II) LoadModule: "dri2"
    [ 4617.103] (II) Module "dri2" already built-in
    [ 4617.103] (II) UnloadModule: "vesa"
    [ 4617.103] (II) Unloading vesa
    [ 4617.103] (==) Depth 24 pixmap format is 32 bpp
    [ 4617.104] (II) intel(0): [DRI2] Setup complete
    [ 4617.104] (II) intel(0): [DRI2] DRI driver: i915
    [ 4617.104] (II) intel(0): Allocated new frame buffer 1024x600 stride 4096, tiled
    [ 4617.104] (II) UXA(0): Driver registered support for the following operations:
    [ 4617.104] (II) solid
    [ 4617.104] (II) copy
    [ 4617.104] (II) composite (RENDER acceleration)
    [ 4617.104] (II) put_image
    [ 4617.105] (II) get_image
    [ 4617.105] (==) intel(0): Backing store disabled
    [ 4617.105] (==) intel(0): Silken mouse enabled
    [ 4617.105] (II) intel(0): Initializing HW Cursor
    [ 4617.105] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 4617.113] (==) intel(0): DPMS enabled
    [ 4617.113] (==) intel(0): Intel XvMC decoder disabled
    [ 4617.113] (II) intel(0): Set up textured video
    [ 4617.113] (II) intel(0): Set up overlay video
    [ 4617.113] (II) intel(0): direct rendering: DRI2 Enabled
    [ 4617.113] (==) intel(0): hotplug detection: "enabled"
    [ 4617.123] (--) RandR disabled
    [ 4617.160] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 4617.160] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 4617.160] (II) AIGLX: enabled GLX_ARB_create_context
    [ 4617.160] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 4617.160] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 4617.160] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 4617.160] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 4617.160] (II) AIGLX: Loaded and initialized i915
    [ 4617.160] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 4617.162] (II) intel(0): Setting screen physical size to 270 x 158
    [ 4617.278] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 4617.278] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 4617.278] (II) LoadModule: "evdev"
    [ 4617.278] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 4617.279] (II) Module evdev: vendor="X.Org Foundation"
    [ 4617.279] compiled for 1.14.0, module version = 2.8.0
    [ 4617.279] Module class: X.Org XInput Driver
    [ 4617.279] ABI class: X.Org XInput driver, version 19.1
    [ 4617.279] (II) Using input driver 'evdev' for 'Power Button'
    [ 4617.279] (**) Power Button: always reports core events
    [ 4617.279] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 4617.279] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 4617.279] (--) evdev: Power Button: Found keys
    [ 4617.279] (II) evdev: Power Button: Configuring as keyboard
    [ 4617.279] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 4617.279] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 4617.279] (**) Option "xkb_rules" "evdev"
    [ 4617.280] (**) Option "xkb_model" "evdev"
    [ 4617.280] (**) Option "xkb_layout" "us"
    [ 4617.363] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
    [ 4617.363] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 4617.363] (II) Using input driver 'evdev' for 'Video Bus'
    [ 4617.363] (**) Video Bus: always reports core events
    [ 4617.363] (**) evdev: Video Bus: Device: "/dev/input/event7"
    [ 4617.363] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 4617.364] (--) evdev: Video Bus: Found keys
    [ 4617.364] (II) evdev: Video Bus: Configuring as keyboard
    [ 4617.364] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
    [ 4617.364] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 4617.364] (**) Option "xkb_rules" "evdev"
    [ 4617.364] (**) Option "xkb_model" "evdev"
    [ 4617.364] (**) Option "xkb_layout" "us"
    [ 4617.365] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 4617.365] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 4617.365] (II) Using input driver 'evdev' for 'Power Button'
    [ 4617.366] (**) Power Button: always reports core events
    [ 4617.366] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 4617.366] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 4617.366] (--) evdev: Power Button: Found keys
    [ 4617.366] (II) evdev: Power Button: Configuring as keyboard
    [ 4617.366] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3"
    [ 4617.366] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 4617.366] (**) Option "xkb_rules" "evdev"
    [ 4617.366] (**) Option "xkb_model" "evdev"
    [ 4617.366] (**) Option "xkb_layout" "us"
    [ 4617.368] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 4617.368] (II) No input driver specified, ignoring this device.
    [ 4617.368] (II) This device may have been added with another device file.
    [ 4617.369] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 4617.369] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 4617.369] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 4617.369] (**) Sleep Button: always reports core events
    [ 4617.369] (**) evdev: Sleep Button: Device: "/dev/input/event2"
    [ 4617.369] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 4617.369] (--) evdev: Sleep Button: Found keys
    [ 4617.369] (II) evdev: Sleep Button: Configuring as keyboard
    [ 4617.369] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
    [ 4617.369] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 4617.369] (**) Option "xkb_rules" "evdev"
    [ 4617.369] (**) Option "xkb_model" "evdev"
    [ 4617.369] (**) Option "xkb_layout" "us"
    [ 4617.370] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 4617.371] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event8)
    [ 4617.372] (II) No input driver specified, ignoring this device.
    [ 4617.372] (II) This device may have been added with another device file.
    [ 4617.372] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event9)
    [ 4617.372] (II) No input driver specified, ignoring this device.
    [ 4617.372] (II) This device may have been added with another device file.
    [ 4617.373] (II) config/udev: Adding input device Asus EeePC extra buttons (/dev/input/event5)
    [ 4617.373] (**) Asus EeePC extra buttons: Applying InputClass "evdev keyboard catchall"
    [ 4617.373] (II) Using input driver 'evdev' for 'Asus EeePC extra buttons'
    [ 4617.373] (**) Asus EeePC extra buttons: always reports core events
    [ 4617.373] (**) evdev: Asus EeePC extra buttons: Device: "/dev/input/event5"
    [ 4617.374] (--) evdev: Asus EeePC extra buttons: Vendor 0 Product 0
    [ 4617.374] (--) evdev: Asus EeePC extra buttons: Found keys
    [ 4617.374] (II) evdev: Asus EeePC extra buttons: Configuring as keyboard
    [ 4617.374] (**) Option "config_info" "udev:/sys/devices/platform/eeepc/input/input5/event5"
    [ 4617.374] (II) XINPUT: Adding extended input device "Asus EeePC extra buttons" (type: KEYBOARD, id 10)
    [ 4617.374] (**) Option "xkb_rules" "evdev"
    [ 4617.374] (**) Option "xkb_model" "evdev"
    [ 4617.374] (**) Option "xkb_layout" "us"
    [ 4617.375] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 4617.375] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 4617.376] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 4617.376] (**) AT Translated Set 2 keyboard: always reports core events
    [ 4617.376] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 4617.376] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 4617.376] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 4617.376] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 4617.376] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 4617.376] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [ 4617.376] (**) Option "xkb_rules" "evdev"
    [ 4617.376] (**) Option "xkb_model" "evdev"
    [ 4617.376] (**) Option "xkb_layout" "us"
    [ 4617.378] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event10)
    [ 4617.378] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    [ 4617.378] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
    [ 4617.378] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
    [ 4617.378] (II) LoadModule: "synaptics"
    [ 4617.378] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 4617.379] (II) Module synaptics: vendor="X.Org Foundation"
    [ 4617.379] compiled for 1.14.1, module version = 1.7.1
    [ 4617.379] Module class: X.Org XInput Driver
    [ 4617.379] ABI class: X.Org XInput driver, version 19.1
    [ 4617.379] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
    [ 4617.379] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 4617.379] (**) Option "Device" "/dev/input/event10"
    [ 4617.380] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 32 - 544 (res 0)
    [ 4617.380] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 32 - 352 (res 0)
    [ 4617.380] (II) synaptics: ETPS/2 Elantech Touchpad: device does not report pressure, will use touch data.
    [ 4617.380] (II) synaptics: ETPS/2 Elantech Touchpad: device does not report finger width.
    [ 4617.380] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
    [ 4617.380] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
    [ 4617.380] (--) synaptics: ETPS/2 Elantech Touchpad: invalid pressure range. defaulting to 0 - 255
    [ 4617.380] (--) synaptics: ETPS/2 Elantech Touchpad: invalid finger width range. defaulting to 0 - 15
    [ 4617.380] (**) Option "TapButton1" "1"
    [ 4617.380] (**) Option "TapButton2" "2"
    [ 4617.380] (**) Option "TapButton3" "3"
    [ 4617.381] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    [ 4617.381] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 4617.383] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event10"
    [ 4617.383] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 12)
    [ 4617.383] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
    [ 4617.383] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
    [ 4617.383] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.332
    [ 4617.384] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    [ 4617.384] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
    [ 4617.384] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [ 4617.384] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [ 4617.384] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    [ 4617.385] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
    [ 4617.385] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 4617.386] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
    [ 4617.386] (II) No input driver specified, ignoring this device.
    [ 4617.386] (II) This device may have been added with another device file.
    I've tried looking for this problem elsewhere as it feels like such a newbie problem to have, but I have had difficulty. There are two errors in this log, I think, but they didn't mean much to me... Any help for a linux newbie? Thanks!
    EDIT: Solved; as pointed out below, I needed a window manager for a non-root user to use.
    Last edited by DJMankiewicz (2013-06-05 07:30:06)

    Well, soon you'll have to try out one of the more minimal options, in which you don't use any desktop environment but instead you install your own window manager (openbox, dwm, i3, etc) and use small, dedicated programs.  Given your extreme space restrictions, I recommend going that route! But, take your time because that requires a bit of learning: you need to figure out which parts of a desktop environment you really need, then you need to learn the proper names for them so that you can search for information, then you need to start fiddling with configurations, etc.  Better first to make sure your first Arch Linux installation is up and running properly and to learn a bit about the system before entering that downward spiral.

  • [solved]PulseAudio not starting

    Hello,
    I have card
    Audio device: ATI Technologies Inc RV710/730
    Here is the output of pulseaudio -vvv
    [artur@myhost ~]$ pulseaudio -vvv
    I: main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
    I: main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
    D: core-rtclock.c: Timer slack is set to 50 us.
    I: core-util.c: Failed to acquire high-priority scheduling: Permission denied
    I: main.c: This is PulseAudio 0.9.22
    D: main.c: Compilation host: i686-pc-linux-gnu
    D: main.c: Compilation CFLAGS: -march=i686 -mtune=generic -O2 -pipe -Wall -W -Wextra -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing=2 -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option
    D: main.c: Running on host: Linux i686 2.6.38-ARCH #1 SMP PREEMPT Fri Apr 22 17:48:36 UTC 2011
    D: main.c: Found 2 CPUs.
    I: main.c: Page size is 4096 bytes
    D: main.c: Compiled with Valgrind support: no
    D: main.c: Running in valgrind mode: no
    D: main.c: Running in VM: no
    D: main.c: Optimized build: yes
    D: main.c: All asserts enabled.
    I: main.c: Machine ID is 977dc0d3771acb51b972c2b8000001de.
    I: main.c: Using runtime directory /home/artur/.pulse/977dc0d3771acb51b972c2b8000001de-runtime.
    I: main.c: Using state directory /home/artur/.pulse.
    I: main.c: Using modules directory /usr/lib/pulse-0.9.22/modules.
    I: main.c: Running in system mode: no
    I: main.c: Fresh high-resolution timers available! Bon appetit!
    I: cpu-x86.c: CPU flags: CMOV MMX SSE SSE2 SSE3 SSSE3 SSE4_1
    I: svolume_mmx.c: Initialising MMX optimized functions.
    I: remap_mmx.c: Initialising MMX optimized remappers.
    I: svolume_sse.c: Initialising SSE2 optimized functions.
    I: remap_sse.c: Initialising SSE2 optimized remappers.
    I: sconv_sse.c: Initialising SSE2 optimized conversions.
    D: memblock.c: Using shared memory pool with 1024 slots of size 64.0 KiB each, total size is 64.0 MiB, maximum usable slot size is 65496
    D: database-tdb.c: Opened TDB database '/home/artur/.pulse/977dc0d3771acb51b972c2b8000001de-device-volumes.tdb'
    I: module-device-restore.c: Sucessfully opened database file '/home/artur/.pulse/977dc0d3771acb51b972c2b8000001de-device-volumes'.
    I: module.c: Loaded "module-device-restore" (index: #0; argument: "").
    D: database-tdb.c: Opened TDB database '/home/artur/.pulse/977dc0d3771acb51b972c2b8000001de-stream-volumes.tdb'
    I: module-stream-restore.c: Sucessfully opened database file '/home/artur/.pulse/977dc0d3771acb51b972c2b8000001de-stream-volumes'.
    I: module.c: Loaded "module-stream-restore" (index: #1; argument: "").
    D: database-tdb.c: Opened TDB database '/home/artur/.pulse/977dc0d3771acb51b972c2b8000001de-card-database.tdb'
    I: module-card-restore.c: Sucessfully opened database file '/home/artur/.pulse/977dc0d3771acb51b972c2b8000001de-card-database'.
    I: module.c: Loaded "module-card-restore" (index: #2; argument: "").
    I: module.c: Loaded "module-augment-properties" (index: #3; argument: "").
    D: cli-command.c: Checking for existance of '/usr/lib/pulse-0.9.22/modules/module-udev-detect.so': success
    D: module-udev-detect.c: /dev/snd/controlC1 is accessible: no
    D: module-udev-detect.c: /dev/snd/controlC0 is accessible: no
    I: module-udev-detect.c: Found 2 cards.
    I: module.c: Loaded "module-udev-detect" (index: #4; argument: "").
    D: cli-command.c: Checking for existance of '/usr/lib/pulse-0.9.22/modules/module-bluetooth-discover.so': success
    D: dbus-util.c: Successfully connected to D-Bus system bus 5b0524221b017c86bfd569d900000008 as :1.14
    D: bluetooth-util.c: dbus: interface=org.freedesktop.DBus, path=/org/freedesktop/DBus, member=NameAcquired
    D: bluetooth-util.c: Bluetooth daemon is apparently not available.
    I: module.c: Loaded "module-bluetooth-discover" (index: #5; argument: "").
    D: cli-command.c: Checking for existance of '/usr/lib/pulse-0.9.22/modules/module-esound-protocol-unix.so': success
    I: module.c: Loaded "module-esound-protocol-unix" (index: #6; argument: "").
    I: module.c: Loaded "module-native-protocol-unix" (index: #7; argument: "").
    D: cli-command.c: Checking for existance of '/usr/lib/pulse-0.9.22/modules/module-gconf.so': success
    I: module.c: Loaded "module-gconf" (index: #8; argument: "").
    I: module-default-device-restore.c: Saved default sink 'auto_null' not existant, not restoring default sink setting.
    I: module-default-device-restore.c: Saved default source 'auto_null.monitor' not existant, not restoring default source setting.
    I: module.c: Loaded "module-default-device-restore" (index: #9; argument: "").
    I: module.c: Loaded "module-rescue-streams" (index: #10; argument: "").
    D: module-always-sink.c: Autoloading null-sink as no other sinks detected.
    I: sink.c: Created sink 0 "auto_null" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    I: sink.c: device.description = "Dummy Output"
    I: sink.c: device.class = "abstract"
    I: sink.c: device.icon_name = "audio-card"
    D: core-subscribe.c: Dropped redundant event due to change event.
    I: source.c: Created source 0 "auto_null.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    I: source.c: device.description = "Monitor of Dummy Output"
    I: source.c: device.class = "monitor"
    I: source.c: device.icon_name = "audio-input-microphone"
    D: module-null-sink.c: Thread starting up
    I: module.c: Loaded "module-null-sink" (index: #11; argument: "sink_name=auto_null sink_properties='device.description="Dummy Output"'").
    I: module.c: Loaded "module-always-sink" (index: #12; argument: "").
    I: module.c: Loaded "module-intended-roles" (index: #13; argument: "").
    D: module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    I: module.c: Loaded "module-suspend-on-idle" (index: #14; argument: "").
    E: module-console-kit.c: GetSessionsForUnixUser() call failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files
    E: module.c: Failed to load module "module-console-kit" (argument: ""): initialization failed.
    I: module.c: Loaded "module-position-event-sounds" (index: #15; argument: "").
    I: module.c: Loaded "module-cork-music-on-phone" (index: #16; argument: "").
    E: main.c: Module load failed.
    D: dbus-util.c: Successfully connected to D-Bus session bus 18b3894595c9b2b2f974b3c200000013 as :1.14
    D: main.c: Got org.pulseaudio.Server!
    I: main.c: Daemon startup complete.
    I: module-suspend-on-idle.c: Sink auto_null idle for too long, suspending ...
    D: sink.c: Suspend cause of sink auto_null is 0x0004, suspending
    D: core-subscribe.c: Dropped redundant event due to change event.
    I am using openbox no kde or gnome installed. I consult wiki but can't find answer
    Thanks in advance
    Best regards
    Last edited by latorion (2011-05-02 19:51:20)

    Does it really exit? It's not really saying anything about that.
    I see two problems in the log - I don't know if they're fatal. Starting openbox with "exec ck-launch-session openbox-session" and putting yourself in the audio group (gpasswd -a artur audio) might help.

  • [SOLVED] NetworkManager "not authorized to control networking" error

    I'm installing arch with XFCE on an eeepc-1005ha. My wired ethernet works fine, both with dhcpcd eth0 and the NetworkManager (which connects automatically on boot). I'm following the instructions from this link: https://wiki.archlinux.org/index.php/Ne … nager#XFCE
    I installed the NetworkManager and the xfce notify package. From the configuration setting part of the linked page, I disabled my internet connections with these commands:
    ip link set down eth0
    ip link set down wlan0
    I added NetworkManager to the DAEMONS array, after dbus, per the instructions. I still get a "not authorized to control networking" error when I select a wireless network, so I followed the troubleshooting instructions. This is my .xinitrc file:
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    # exec gnome-session
    # exec startkde
    exec startxfce4 --with-ck-launch
    #exec ck-launch-session dbus-launch startxfce4
    # ...or the Window Manager of your choice
    The exec line that's not commented out comes from the XFCE configuration instructions. The troubleshooting instructions for NetworkManager say to add
    exec ck-launch-session wm
    to .xinitrc, where wm is whatever window manager I'm using. Should
    exec ck-launch-session startxfce4
    or
    exec dbus-launch ck-launch-session startxfce4
    work? Neither of those options, nor the commented exec line in .xinitrc work.
    Finally, I followed the NetworkManager troubleshooting instructions and added my user to the wheel group, using this command:
    gpasswd -a myusername wheel
    After a reboot, everything else still works (wired ethernet, xfce4, etc.) but the error upon connecting to wireless is still the same.
    Any ideas? My user (username: myusername) does have full sudo privileges for this hostname.
    Last edited by pythonscript (2012-05-22 18:41:41)

    Both my flatmate and I are having this problem too, I am using openbox with consolekit and he is using awesome, again with consolekit.
    We both use slim, me through inittab and he through the slim daemon.
    By the way, it used to work, and has for around a year until now.
    My outputs from ck-list-sessions:
    Session1:
    unix-user = '1000'
    realname = '(null)'
    seat = 'Seat1'
    session-type = 'x11'
    active = TRUE
    x11-display = ':0.0'
    x11-display-device = '/dev/tty7'
    display-device = ''
    remote-host-name = ''
    is-local = TRUE
    on-since = '2012-05-17T07:56:42.199869Z'
    login-session-id = '1'
    Session2:
    unix-user = '1000'
    realname = '(null)'
    seat = 'Seat1'
    session-type = ''
    active = FALSE
    x11-display = ':0.0'
    x11-display-device = '/dev/tty7'
    display-device = ''
    remote-host-name = ''
    is-local = TRUE
    on-since = '2012-05-17T07:56:43.178151Z'
    login-session-id = '1'
    Last edited by tntexplosivesltd (2012-05-17 10:37:04)

  • [Solved] vsftpd not starting on boot

    Hi,
    I have problems running vsftpd via systemd on boot.
    What I did: Install vsftpd, configure it properly, enable and start vsftpd.service. It works fine, but it won't start on boot; I need to start it manually.
    This is what systemctl status vsftpd sais:
    $ systemctl status vsftpd.service
    vsftpd.service - vsftpd daemon
    Loaded: loaded (/usr/lib/systemd/system/vsftpd.service; enabled)
    Active: failed (Result: exit-code) since Wed 2014-01-01 21:28:21 CET; 7s ago
    Process: 866 ExecStart=/usr/bin/vsftpd (code=exited, status=2)
    Main PID: 866 (code=exited, status=2)
    CGroup: /system.slice/vsftpd.service
    However, starting it manually works fine and vsftpd is running then. I already read another topic, where a user had exactly the same problem. Unfortunately, that solution (adding network.target to service file) does not work for me. (topic: https://bbs.archlinux.org/viewtopic.php?pid=1251823)
    This is what my vsftpd.service file looks like:
    $ cat /usr/lib/systemd/system/vsftpd.service
    [Unit]
    Description=vsftpd daemon
    Requires=network.target
    After=network.target
    [Service]
    ExecStart=/usr/bin/vsftpd
    ExecReload=/bin/kill -HUP $MAINPID
    KillMode=process
    [Install]
    WantedBy=multi-user.target
    I recently added the Requires= field, it did not change anything. Further I tried adding NetworkManager.service and NetworkManager-wait-online.service, it did not change anything as well.  Any idea how I might fix that?
    Last edited by vibee (2014-01-09 12:31:21)

    After boot:
    $ systemctl list-units
    vsftpd.service loaded failed failed vsftpd daemon
    $ systemctl list-unit-files
    vsftpd-ssl.service disabled
    [email protected] static
    vsftpd.service enabled
    [email protected] static
    I am wondering that network.target is not shown when doing systct list-dependencies; vsftpd.service only depends on default.target and multi-user.target. Why is network.target not shown?
    $ systemctl list-dependencies
    default.target
    ├─gdm.service
    └─multi-user.target
    ├─avahi-daemon.service
    ├─cpupower.service
    ├─cronie.service
    ├─cups.path
    ├─dbus.service
    ├─dkms.service
    ├─hddtemp.service
    ├─httpd.service
    ├─iked.service
    ├─mysqld.service
    ├─NetworkManager-wait-online.service
    ├─NetworkManager.service
    ├─radicale.service
    ├─rpc-mountd.service
    ├─rpc-statd.service
    ├─smbd.service
    ├─sshd.service
    ├─svnserve.service
    ├─systemd-ask-password-wall.path
    ├─systemd-logind.service
    ├─systemd-user-sessions.service
    ├─verynice.service
    ├─vsftpd.service
    ├─basic.target
    │ ├─alsa-restore.service
    │ ├─alsa-state.service
    │ ├─paths.target
    │ ├─slices.target
    │ │ ├─-.slice
    │ │ └─system.slice
    │ ├─sockets.target
    │ │ ├─avahi-daemon.socket
    │ │ ├─cups.socket
    │ │ ├─dbus.socket
    │ │ ├─dmeventd.socket
    │ │ ├─lvmetad.socket
    │ │ ├─systemd-initctl.socket
    │ │ ├─systemd-journald.socket
    │ │ ├─systemd-shutdownd.socket
    │ │ ├─systemd-udevd-control.socket
    │ │ └─systemd-udevd-kernel.socket
    │ ├─sysinit.target
    │ │ ├─dev-hugepages.mount
    │ │ ├─dev-mqueue.mount
    │ │ ├─kmod-static-nodes.service
    │ │ ├─proc-sys-fs-binfmt_misc.automount
    │ │ ├─sys-fs-fuse-connections.mount
    │ │ ├─sys-kernel-config.mount
    │ │ ├─sys-kernel-debug.mount
    │ │ ├─systemd-ask-password-console.path
    │ │ ├─systemd-binfmt.service
    │ │ ├─systemd-journal-flush.service
    │ │ ├─systemd-journald.service
    │ │ ├─systemd-modules-load.service
    │ │ ├─systemd-random-seed.service
    │ │ ├─systemd-sysctl.service
    │ │ ├─systemd-tmpfiles-setup-dev.service
    │ │ ├─systemd-tmpfiles-setup.service
    │ │ ├─systemd-udev-trigger.service
    │ │ ├─systemd-udevd.service
    │ │ ├─systemd-update-utmp.service
    │ │ ├─systemd-vconsole-setup.service
    │ │ ├─cryptsetup.target
    │ │ ├─local-fs.target
    │ │ │ ├─-.mount
    │ │ │ ├─mnt-serverdisk.mount
    │ │ │ ├─mnt-windows.mount
    │ │ │ ├─systemd-remount-fs.service
    │ │ │ └─tmp.mount
    │ │ └─swap.target
    │ │ ├─dev-disk-by\x2did-ata\x2dST3000DM001\x2d1CH166_Z1F23A7C\x2dpart2.swap
    │ │ ├─dev-disk-by\x2did-wwn\x2d0x5000c5004f7babf3\x2dpart2.swap
    │ │ ├─dev-disk-by\x2dpartuuid-e8647b5a\x2de808\x2d41a8\x2d86e7\x2d353410f0a4bb.swap
    │ │ ├─dev-disk-by\x2duuid-3a4d745f\x2d7d88\x2d48ad\x2dba59\x2d261410fcbb8a.swap
    │ │ ├─dev-disk-by\x2duuid-3a4d745f\x2d7d88\x2d48ad\x2dba59\x2d261410fcbb8a.swap
    │ │ └─dev-sdb2.swap
    │ └─timers.target
    │ └─systemd-tmpfiles-clean.timer
    ├─getty.target
    │ └─[email protected]
    └─remote-fs.target
    And one more strange thing: If I want to start vsftpd manually by hitting systemctl start, vsftpd.service does not appear via auto-completion.
    Last edited by vibee (2014-01-02 15:59:08)

  • [SOLVED] Slim not starting Openbox

    Hi :)
    I've run a search through this forum and all, and I can't seem to solve my problem...
    I've installed Arch on VirtualBox (so that I can try it out) and I installed Slim and Openbox.
    The problem is that when I log in, the screen flickers, and Slim comes back up, as if openbox wasn't executed at all
    Any of you guys has this setup? (slim and ob)
    If so, please tell me how you configured it...
    Thanks in advance
    Last edited by pedro-kun (2007-08-05 18:09:56)

    Here it is:
    # Path, X server and arguments (if needed)
    # Note: -xauth $authfile is automatically appended
    default_path ./:/bin:/usr/bin:/usr/local/bin:/usr/bin
    default_xserver /usr/bin/X
    xserver_arguments -nolisten tcp vt07
    # Commands for halt, login, etc.
    halt_cmd /sbin/shutdown -h now
    reboot_cmd /sbin/shutdown -r now
    console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
    #suspend_cmd /usr/sbin/suspend
    # Full path to the xauth binary
    xauth_path /usr/bin/xauth
    # Xauth file for server
    authfile /var/run/slim.auth
    # Activate numlock when slim starts. Valid values: on|off
    # numlock on
    # Hide the mouse cursor (note: does not work with some WMs).
    # Valid values: true|false
    # hidecursor false
    # This command is executed after a succesful login.
    # you can place the %session and %theme variables
    # to handle launching of specific commands in .xinitrc
    # depending of chosen session and slim theme
    # NOTE: if your system does not have bash you need
    # to adjust the command according to your preferred shell,
    # i.e. for freebsd use:
    # login_cmd exec /bin/sh - ~/.xinitrc %session
    login_cmd exec /bin/bash -login ~/.xinitrc
    # Commands executed when starting and exiting a session.
    # They can be used for registering a X11 session with
    # sessreg. You can use the %user variable
    # sessionstart_cmd some command
    # sessionstop_cmd some command
    # Start in daemon mode. Valid values: yes | no
    # Note that this can overridden by the command line
    # option "-d"
    # daemon yes
    # Available sessions (first one is the default).
    # The current chosen session name is replaced in the login_cmd
    # above, so your login command can handle different sessions.
    # see the xinitrc.sample file shipped with slim sources
    # sessions xfce4,icewm,wmaker,blackbox
    # Executed when pressing F11 (requires imagemagick)
    screenshot_cmd import -window root /slim.png
    # welcome message. Available variables: %host, %domain
    welcome_msg Welcome to %host
    # shutdown / reboot messages
    shutdown_msg The system is halting...
    reboot_msg The system is rebooting...
    # default user, leave blank or remove this line
    # for avoid pre-loading the username.
    #default_user pedro
    # current theme, use comma separated list to specify a set to
    # randomly choose from
    current_theme default
    # Lock file
    lockfile /var/lock/slim.lock
    # Log file
    logfile /var/log/slim.log
    i got rid of the %session bit, and the sessions, because i'm gonna use only openbox. Either way, i don't think doing that has anything to do with the problem, because i think i tried it with the default slim.conf and it didn't work anyway.

  • [SOLVED]Arch not acknowledging wireless card.

    So Im a returning user, feel like a total newb again.
    I recently purchased an "Asus k53sv-xr1"
    The wireless card inside is "Intel Centrino Wireless-N 100," I determined this by installing the proper driver in windows and checking the device manage (as asus could not answer my question as to the model number and the spec indicate "integrated blahblahblah"
    Following the "Wireless Setup Instructions" I did the following (filling the xs' with their respective version numbers)
    "Installing Firmware (Microcode)
    Important: Installing these firmware packages is not required since the 2.6.34 kernel update, when the firmware files were moved to the linux-firmware package.
    If you need wireless connectivity to access pacman's repositories, the firmware files are also available direct from Intel. See this  page, select and download the archive.
    $ wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-XXXX-ucode-XXX.XX.X.XX.tgz"
    After downloading, you must extract and copy the *.ucode file to the firmware directory, commonly /lib/firmware
    # tar zxvf iwlwifi-XXXX-ucode-XXX.XX.X.XX.tgz
    # cd iwlwifi-XXXX-ucode-XXX.XX.X.XX/
    # cp iwlwifi-XXXX-X.ucode /lib/firmware/"
    The wireless setup manual goes on to say that
    "If MOD_AUTOLOAD is set to yes in /etc/rc.conf (it is by default) that should be all that is required. Simply check for the presence of the drivers by running ip addr from a terminal. There should be a listing for wlan0."
    My outputs are the following
    lspci | grep -i net
    03:00:0 Network controller: Intel Corporation Decive 08ae
    04:00:0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/816B PCI Express Gigabit Ethernet controller (rev06)
    lsusb
    Bus 002 Device 002: ID 8087:0024 Intel Corp.
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 004: ID 0bda:0139 Realtek Semiconductor Corp.
    Bus 001 Device 003: ID 058f:a014 Alcor Micro Corp.
    Bus 001 Device 002: ID 8087:0024 Intel Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    iwconfig
    lo    no wireless extentions
    eth0 no wireless extentions
    Thank you in advance!
    Last edited by Stromblad (2011-08-16 02:13:50)

    If anything I have (re)learned some things about whats going on, which...ultimately led to more questions.
    First these two snippets led me to some interesting ideas.
    "Installing Firmware (Microcode)
    Important: Installing these firmware packages is not required since the 2.6.34 kernel update, when the firmware files were moved to the linux-firmware package.
    If you need wireless connectivity to access pacman's repositories, the firmware files are also available direct from Intel. See this  page, select and download the archive."
    From the  "Wireless Setup" Wiki
    and
    "Using kernels 2.6.24 and up
    These kernels have the iwlwifi driver included and the released drivers (available from this site under download page) do  not  work with these kernels. If you want to run the latest (or very close to it) development code with your kernel then you should use the compat-wireless project that retrieves the latest driver development code from the  upstream repository. We do push our changes to this repository very frequently."
    Which means that the firmware I downladed from http://intellinuxwireless.org/?p=iwlwifi, would not work.
    I reinstalled, this time including the all the "iwl" packages from the "dev" section of the packages.
    The result was the same.
    dmesg | grep -i iw
    would report nothing at all
    until i input the command
    modprobe iwlagn
    then dmesg | grep -i iw would report
    iwlagn: Intel(r) Wireless WiFi Link AGN driver for linux, 2.6.33-ARCH-ks
    iwlagn: Copyright(c) 2003-2009 Intel Corporation
    I really wanted to figure this out the arch way, but I can find little to no threads on my specific card.."Intel Centrino N-100 Wireless"
    If anyone can help, it would be greatly appreciated. In the meantime, I will boot the ubuntu live cd and hope that wireless is automatically configured, that way I can at the very least, attempt to figure out what model card it reports and try again with that information.
    My question, other than "can anyone provide some insight as to why the system can detect the card, but not be able to bring wlan0 up", is can modprobe insert modules that do not correspond with what is actually in the machine?
    Thank you

  • [SOLVED] libreoffice not starting context fails to supply singleton

    Whenever I start libreoffice it shows this error:
    The application cannot be started.
    component context fails to supply singleton com.sun.star.deployment.ExtensionManager of type com.sun.star.deployment.XExtensionManager
    in a window.
    I found this old thread : https://bbs.archlinux.org/viewtopic.php?id=148053
    But the latest  clucene-2.3.3.4-8 is already installed, and btw I don't have any other language installed on the system:
    pacman -Ss libreoffice | grep installed
    extra/libcdr 0.1.1-2 [installed]
    extra/libreoffice-fresh 4.4.3-1 [installed]
    I replaced clucene with clucene-git (just to try) , but instead of the error the application keeps loading and nothing happens,
    11801  0.0  0.0 200088  5476 tty1     Sl   14:56   0:00 /usr/lib/libreoffice/program/oosplash --writer
    11818  0.2  0.4 876740 72548 tty1     Sl   14:56   0:00 /usr/lib/libreoffice/program/soffice.bin --writer --splash-pipe=5
    11829  0.0  0.0  52216  4508 tty1     Sl   14:56   0:00 /usr/lib/libreoffice/program/oosplash --writer
    11844  0.0  0.0  52216  4424 tty1     Sl   14:56   0:00 /usr/lib/libreoffice/program/oosplash --writer
    It's weird not to find any threads on this which makes me think, am I the only one with this problem?
    I'm on LXDE (maybe it's related?)
    The system is full up to date.
    Last edited by r0b0t (2015-05-28 11:08:10)

    Ok, this was weird, so:
    1) install the git package
    2) reinstall clucene and clucene-git will be removed and will work ???
    Will see if this works after the reboot

  • [SOLVED] Amarok not starting up after the latest update

    Hi there,
    as the title says, my Amarok isn't starting anymore since I did the latest update (from today to 2.4.1-3).
    I see my bouncing logo animation on the cursor for a few seconds and after that it just disappears and nothing happens.
    Did this happen to anyone else? Any hints what I can do now to fix this?
    Thanks in advance!
    Last edited by derblub (2011-06-28 22:13:52)

    Ok, sorry for that - just thought someone else run into that too - now some details:
    [blub ~ ]$ amarok
    KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work
    amarok: symbol lookup error: /usr/lib/xine/plugins/1.29/xineplug_inp_cdda.so: undefined symbol: xine_get_homedir
    unnamed app(4575): Communication problem with "amarok" , it probably crashed.
    Error message was: "org.freedesktop.DBus.Error.ServiceUnknown" : " "The name org.kde.amarok was not provided by any .service files" "
    [blub ~ ]$ sudo amarok
    unnamed app(4881): KUniqueApplication: Cannot find the D-Bus session server: "/usr/bin/dbus-launch terminated abnormally with the following error: No protocol specified
    Autolaunch error: X11 initialization failed.
    unnamed app(4880): KUniqueApplication: Pipe closed unexpectedly.
    [blub ~ ]$ kdesu amarok
    kdesu(4586) startApp: Daemon not safe (not sgid), not using it.
    kdesu(4586)/kdesu (kdelibs) KDESu::PtyProcess::exec: [ /build/src/kdelibs-4.6.3/kdesu/process.cpp : 293 ] Running "/bin/su"
    kdesu(4586)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.3/kdesu/su.cpp : 259 ] Read line "Password: "
    kdesu(4586)/kdesu (kdelibs) KDESu::PtyProcess::exec: [ /build/src/kdelibs-4.6.3/kdesu/process.cpp : 293 ] Running "/bin/su"
    kdesu(4586)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.3/kdesu/su.cpp : 259 ] Read line "Password: "
    kdesu(4586)/kdesu (kdelibs) KDESu::PtyProcess::WaitSlave: [ /build/src/kdelibs-4.6.3/kdesu/process.cpp : 379 ] Child pid 4593
    kdesu(4586)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.3/kdesu/su.cpp : 259 ] Read line ""
    kdesu(4586)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.3/kdesu/su.cpp : 259 ] Read line "kdesu_stub"
    kdesu(4586)/kdesu (kdelibs) KDESu::PtyProcess::exec: [ /build/src/kdelibs-4.6.3/kdesu/process.cpp : 293 ] Running "/bin/su"
    kdesu(4586)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.3/kdesu/su.cpp : 259 ] Read line "Password: "
    kdesu(4586)/kdesu (kdelibs) KDESu::PtyProcess::WaitSlave: [ /build/src/kdelibs-4.6.3/kdesu/process.cpp : 379 ] Child pid 4597
    kdesu(4586)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.3/kdesu/su.cpp : 259 ] Read line ""
    kdesu(4586)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.3/kdesu/su.cpp : 259 ] Read line "kdesu_stub"
    in my .xsession-errors I'm seeing just this - not sure if it's really related
    [/usr/bin/nepomukservicestub] '' is not a UTF8 or latin1 string
    '' is not a UTF8 or latin1 string
    '' is not a UTF8 or latin1 string
    [/usr/bin/nepomukservicestub] virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
    [/usr/bin/nepomukservicestub] void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 9
    [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() Soprano::Server::ServerConnection(0xa692a0)
    and
    yakuake(1539)/kdeui (KWindowInfo) KWindowInfo::desktop: Pass NET::WMDesktop to KWindowInfo

Maybe you are looking for

  • Flash Player will not work even upon reinstalling it

    Hello! I am having quite the time trying to get Adobe Flash Player to work! Seemingly "out of nowhere", none of the youtube videos of my nephew were visible on the site any longer, when they had previously been working just fine. When I went to the p

  • Win8.1 - Error when using traceview "PDB file does not contain provider information"

    We have been attempting to manage a Windows 8.1 machine by using the Enterprise Device Management Protocol. We are encountering a failure during the process and would like to inspect what is going wrong on the Client Side. Used the "Windows 8.1 Enter

  • Iphone display hard to read in sun light

    Why does Apple continue to make iphones that have displays that are almost un readable in sun light.  New os 7.0 is worse than the old version as far as displays go.

  • How to set default directory for SQL LOADER

    hi all, i wanted to know how can we setup a default directory for SQL LOADER if at all we can. i connot place my control and data files in local system and use them at command prompt. rather i wanted to know if we can set default directory that the l

  • Developer 2000(report builder) back to back printing

    hello, we have problem regarding printing in report builder. how to create one report with two layout? first layout will BE printed at the front page and second layout will be printed at the back page. we have already a printer machine which capable