[SOLVED]Can't start mpd

I tried today to setup mpd, so I could connect ncmcpp to it, but it seems that it fails everytime I try to "systemctl start mpd".
My config for mpd (/etc/mpd.conf)
# Files and directories #######################################################
music_directory "/root/Desktop/music/"
playlist_directory "/root/Desktop/music/"
db_file "/var/lib/mpd/mpd.db"
log_file "/var/lib/mpd/mpd.log"
pid_file "/run/mpd/mpd.pid"
state_file "/var/lib/mpd/mpd.state"
sticker_file "/var/lib/mpd/mpd.stickers"
# General music daemon options ################################################
user "lain"
bind_to_address "any"
port "6600"
#log_level "default"
#uncomment here and set restore_pause parameter to yes if you want MPD does not start automatically the latest playlist at startup
#restore_paused "no"
metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
auto_update "yes"
gapless_mp3_playback "yes"
# Zeroconf / Avahi Service Discovery ##########################################
zeroconf_enabled "yes"
zeroconf_name "Music Player Deamon"
# Input #######################################################################
input {
plugin "curl"
# Audio Output ################################################################
#Cubox Optical output
audio_output {
type "alsa"
name "SPDIF optique"
device "hw:0,0"
#Any USB dac if you plugged one
audio_output {
type "alsa"
name "Your USB DAC"
device "hw:1,0"
#Uncomment if you allow MPD to manage volume by software
#mixer_type "software"
# MPD Internal Buffering ######################################################
#Increase values if you heard some clicks and pops
audio_buffer_size "2048"
buffer_before_play "10%"
# Character Encoding ##########################################################
filesystem_charset "UTF-8"
id3v1_encoding "UTF-8"
# Plugins ##########################################################
#uncomment to enable LastFM feature - doc : http://mpd.wikia.com/wiki/Last.fm_Radio
#playlist_plugin {
# name "lastfm"
# user "my_username"
# password "my_password"
My mpd.socket.
[Unit]
Description=Music Player Daemon Sockets
[Socket]
ListenStream=/var/run/mpd/socket
ListenStream=6600
[Install]
WantedBy=sockets.target
The error I get when typing systemctl start mpd:
* mpd.service - Music Player Daemon Sockets
Loaded: error (Reason: Invalid argument)
Active: inactive (dead)
Jul 11 14:22:09 Host-001.homenet.telecomitalia.it systemd[1]: [/usr/lib/systemd/system/mpd.service:1] .include not allowed here. Ignoring.
Jul 11 14:22:09 Host-001.homenet.telecomitalia.it systemd[1]: mpd.service lacks ExecStart setting. Refusing.
Jul 11 14:31:30 Host-001.homenet.telecomitalia.it systemd[1]: [/usr/lib/systemd/system/mpd.service:4] Unknown section 'Socket'. Ignoring.
Jul 11 14:31:30 Host-001.homenet.telecomitalia.it systemd[1]: mpd.service lacks ExecStart setting. Refusing.
Jul 11 14:32:04 Host-001.homenet.telecomitalia.it systemd[1]: [/usr/lib/systemd/system/mpd.service:4] Unknown section 'Socket'. Ignoring.
Jul 11 14:32:04 Host-001.homenet.telecomitalia.it systemd[1]: mpd.service lacks ExecStart setting. Refusing.
Jul 11 15:10:01 Host-001.homenet.telecomitalia.it systemd[1]: [/usr/lib/systemd/system/mpd.service:4] Unknown section 'Socket'. Ignoring.
Jul 11 15:10:01 Host-001.homenet.telecomitalia.it systemd[1]: mpd.service lacks ExecStart setting. Refusing.
Jul 11 15:10:26 Host-001.homenet.telecomitalia.it systemd[1]: [/usr/lib/systemd/system/mpd.service:4] Unknown section 'Socket'. Ignoring.
Jul 11 15:10:26 Host-001.homenet.telecomitalia.it systemd[1]: mpd.service lacks ExecStart setting. Refusing.
I can see that mpd.service is my problem (I accidently put the same in it as in mpd.service), but I searched everywhere but I just don't understand what I have to enter in it.
Last edited by Mugi (2014-07-11 22:44:39)

HiImTye wrote:
ps -ef
netstat -an
would be useful as well
ps -ef:
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 22:12 ? 00:00:01 /sbin/init
root 2 0 0 22:12 ? 00:00:00 [kthreadd]
root 3 2 0 22:12 ? 00:00:00 [ksoftirqd/0]
root 5 2 0 22:12 ? 00:00:00 [kworker/0:0H]
root 7 2 0 22:12 ? 00:00:01 [rcu_preempt]
root 8 2 0 22:12 ? 00:00:00 [rcu_sched]
root 9 2 0 22:12 ? 00:00:00 [rcu_bh]
root 10 2 0 22:12 ? 00:00:00 [migration/0]
root 11 2 0 22:12 ? 00:00:00 [watchdog/0]
root 12 2 0 22:12 ? 00:00:00 [watchdog/1]
root 13 2 0 22:12 ? 00:00:00 [migration/1]
root 14 2 0 22:12 ? 00:00:00 [ksoftirqd/1]
root 16 2 0 22:12 ? 00:00:00 [kworker/1:0H]
root 17 2 0 22:12 ? 00:00:00 [khelper]
root 18 2 0 22:12 ? 00:00:00 [kdevtmpfs]
root 19 2 0 22:12 ? 00:00:00 [netns]
root 20 2 0 22:12 ? 00:00:00 [khungtaskd]
root 21 2 0 22:12 ? 00:00:00 [writeback]
root 22 2 0 22:12 ? 00:00:00 [ksmd]
root 23 2 0 22:12 ? 00:00:01 [khugepaged]
root 24 2 0 22:12 ? 00:00:00 [kintegrityd]
root 25 2 0 22:12 ? 00:00:00 [bioset]
root 26 2 0 22:12 ? 00:00:00 [crypto]
root 27 2 0 22:12 ? 00:00:00 [kblockd]
root 28 2 0 22:12 ? 00:00:00 [kworker/1:1]
root 29 2 0 22:12 ? 00:00:00 [kswapd0]
root 30 2 0 22:12 ? 00:00:00 [fsnotify_mark]
root 34 2 0 22:12 ? 00:00:00 [kthrotld]
root 35 2 0 22:12 ? 00:00:00 [ipv6_addrconf]
root 36 2 0 22:12 ? 00:00:00 [deferwq]
root 63 2 0 22:12 ? 00:00:00 [khubd]
root 64 2 0 22:12 ? 00:00:00 [ata_sff]
root 65 2 0 22:12 ? 00:00:00 [scsi_eh_0]
root 66 2 0 22:12 ? 00:00:00 [scsi_tmf_0]
root 67 2 0 22:12 ? 00:00:00 [scsi_eh_1]
root 68 2 0 22:12 ? 00:00:00 [scsi_tmf_1]
root 71 2 0 22:12 ? 00:00:00 [scsi_eh_2]
root 72 2 0 22:12 ? 00:00:00 [scsi_tmf_2]
root 73 2 0 22:12 ? 00:00:00 [scsi_eh_3]
root 74 2 0 22:12 ? 00:00:00 [scsi_tmf_3]
root 75 2 0 22:12 ? 00:00:00 [scsi_eh_4]
root 76 2 0 22:12 ? 00:00:00 [scsi_tmf_4]
root 77 2 0 22:12 ? 00:00:00 [scsi_eh_5]
root 78 2 0 22:12 ? 00:00:00 [scsi_tmf_5]
root 79 2 0 22:12 ? 00:00:00 [scsi_eh_6]
root 80 2 0 22:12 ? 00:00:00 [scsi_tmf_6]
root 81 2 0 22:12 ? 00:00:00 [scsi_eh_7]
root 82 2 0 22:12 ? 00:00:00 [scsi_tmf_7]
root 95 2 0 22:12 ? 00:00:03 [kworker/1:2]
root 98 2 0 22:12 ? 00:00:00 [kworker/1:1H]
root 99 2 0 22:12 ? 00:00:00 [kworker/0:1H]
root 107 2 0 22:12 ? 00:00:00 [jbd2/sda1-8]
root 108 2 0 22:12 ? 00:00:00 [ext4-rsv-conver]
root 143 1 0 22:12 ? 00:00:00 /usr/lib/systemd/systemd-journald
root 154 1 0 22:12 ? 00:00:00 /usr/lib/systemd/systemd-udevd
root 169 2 0 22:12 ? 00:00:00 [acpi_thermal_pm]
root 172 2 0 22:12 ? 00:00:00 [edac-poller]
root 175 2 0 22:12 ? 00:00:00 [kpsmoused]
root 176 2 0 22:12 ? 00:00:00 [cfg80211]
root 181 2 0 22:12 ? 00:00:00 [ttm_swap]
root 194 2 0 22:12 ? 00:00:00 [kvm-irqfd-clean]
root 208 2 0 22:12 ? 00:00:00 [jbd2/sda2-8]
root 209 2 0 22:12 ? 00:00:00 [ext4-rsv-conver]
dbus 219 1 0 22:12 ? 00:00:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
root 222 1 0 22:12 ? 00:00:00 /usr/lib/systemd/systemd-logind
root 230 1 0 22:12 ? 00:00:00 login -- root
root 231 1 0 22:12 ? 00:00:00 /usr/bin/kdm -nodaemon
root 233 231 0 22:12 tty7 00:00:00 /usr/bin/X :0 vt7 -nolisten tcp -auth /var/run/xauth/A:0-Xupqdb
root 239 231 0 22:12 ? 00:00:00 -:0
kdm 240 239 0 22:12 ? 00:00:02 /usr/lib/kde4/libexec/kdm_greet
root 251 1 0 22:13 ? 00:00:00 /usr/lib/systemd/systemd --user
root 253 251 0 22:13 ? 00:00:00 (sd-pam)
root 255 230 0 22:13 tty1 00:00:00 -bash
root 337 1 0 22:13 ? 00:00:00 wpa_supplicant -B -P /run/wpa_supplicant_wlp8s0.pid -i wlp8s0 -D nl80211,wext -c/run/network/wpa_supplicant_wlp8s0.conf
root 500 1 0 22:13 ? 00:00:00 dhcpcd -4 -q -t 30 -L wlp8s0
root 503 255 0 22:13 tty1 00:00:00 /bin/sh /usr/bin/startx
root 520 503 0 22:13 tty1 00:00:00 xinit /root/.xinitrc -- /etc/X11/xinit/xserverrc :1 -auth /tmp/serverauth.AO0gpiN7dM
root 521 520 2 22:13 ? 00:01:16 /usr/bin/X -nolisten tcp :1 -auth /tmp/serverauth.AO0gpiN7dM vt1
root 525 520 0 22:13 tty1 00:00:05 awesome
root 530 1 0 22:13 tty1 00:00:00 /usr/bin/dbus-launch --autolaunch 947893976d9f4146aced9d933faba20c --binary-syntax --close-stderr
root 531 1 0 22:13 ? 00:00:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
root 541 1 0 22:13 ? 00:00:00 urxvt
root 542 541 0 22:13 pts/0 00:00:00 -bash
root 551 1 7 22:14 ? 00:04:26 /usr/lib/firefox/firefox
root 557 1 0 22:14 ? 00:00:00 /usr/lib/GConf/gconfd-2
root 650 2 0 22:23 ? 00:00:02 [kworker/0:2]
root 682 2 0 22:55 ? 00:00:00 [kworker/u8:25]
root 722 2 0 22:55 ? 00:00:00 [kworker/u8:65]
root 904 1 0 22:59 ? 00:00:00 urxvt
root 905 904 0 22:59 pts/1 00:00:00 -bash
root 910 1 0 22:59 ? 00:00:00 urxvt
root 911 910 0 22:59 pts/2 00:00:00 -bash
root 916 1 0 22:59 ? 00:00:00 urxvt
root 917 916 0 22:59 pts/3 00:00:00 -bash
root 922 1 0 22:59 ? 00:00:00 urxvt
root 923 922 0 22:59 pts/4 00:00:00 -bash
root 927 905 0 22:59 pts/1 00:00:00 su lain
lain 928 927 0 22:59 pts/1 00:00:00 bash
lain 929 928 0 22:59 pts/1 00:00:00 weechat
root 948 2 0 23:06 ? 00:00:00 [kworker/0:0]
root 959 2 0 23:11 ? 00:00:00 [kworker/0:1]
root 969 1 0 23:14 ? 00:00:00 /usr/lib/at-spi2-core/at-spi-bus-launcher
root 973 969 0 23:14 ? 00:00:00 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3
root 976 1 0 23:14 ? 00:00:00 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session
root 987 2 0 23:16 ? 00:00:00 [kworker/u8:0]
netstat -an:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 192.168.1.105:37496 91.217.189.42:6667 ESTABLISHED
udp 0 0 0.0.0.0:68 0.0.0.0:*
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node Path
unix 2 [ ACC ] STREAM LISTENING 10763 /var/run/xdmctl/dmctl-:0/socket
unix 2 [ ] DGRAM 11794 /run/user/0/systemd/notify
unix 2 [ ACC ] STREAM LISTENING 11796 /run/user/0/systemd/private
unix 2 [ ACC ] STREAM LISTENING 11645 @/tmp/.X11-unix/X0
unix 2 [ ACC ] STREAM LISTENING 12359 @/tmp/.X11-unix/X1
unix 2 [ ACC ] STREAM LISTENING 12360 /tmp/.X11-unix/X1
unix 2 [ ] DGRAM 7031 /run/systemd/notify
unix 2 [ ACC ] STREAM LISTENING 7033 /run/systemd/private
unix 2 [ ACC ] STREAM LISTENING 10620 /run/dbus/system_bus_socket
unix 2 [ ACC ] STREAM LISTENING 11646 /tmp/.X11-unix/X0
unix 2 [ ] DGRAM 11916 /run/wpa_supplicant/wlp8s0
unix 2 [ ] DGRAM 7054 /run/systemd/shutdownd
unix 6 [ ] DGRAM 7056 /run/systemd/journal/dev-log
unix 2 [ ACC ] STREAM LISTENING 190509 @/tmp/dbus-OIWjnV7E3y
unix 2 [ ACC ] STREAM LISTENING 7060 /run/lvm/lvmetad.socket
unix 2 [ ACC ] SEQPACKET LISTENING 7063 /run/udev/control
unix 2 [ ACC ] STREAM LISTENING 7066 /run/systemd/journal/stdout
unix 6 [ ] DGRAM 7068 /run/systemd/journal/socket
unix 2 [ ACC ] STREAM LISTENING 12383 @/tmp/dbus-vOywFZMoCE
unix 2 [ ACC ] STREAM LISTENING 10739 /var/run/xdmctl/dmctl/socket
unix 3 [ ] STREAM CONNECTED 12927 @/tmp/dbus-vOywFZMoCE
unix 3 [ ] STREAM CONNECTED 108627 @/tmp/.X11-unix/X1
unix 3 [ ] STREAM CONNECTED 10765
unix 3 [ ] STREAM CONNECTED 11535
unix 3 [ ] STREAM CONNECTED 12907 @/tmp/.X11-unix/X1
unix 3 [ ] DGRAM 7777
unix 3 [ ] STREAM CONNECTED 12936
unix 3 [ ] STREAM CONNECTED 12787 @/tmp/.X11-unix/X1
unix 3 [ ] STREAM CONNECTED 13392
unix 3 [ ] STREAM CONNECTED 11688
unix 3 [ ] STREAM CONNECTED 12384
unix 3 [ ] STREAM CONNECTED 10767
unix 3 [ ] STREAM CONNECTED 10774
unix 3 [ ] STREAM CONNECTED 10627
unix 3 [ ] STREAM CONNECTED 11782
unix 3 [ ] STREAM CONNECTED 13395 /run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 10775
unix 3 [ ] STREAM CONNECTED 13372
unix 3 [ ] STREAM CONNECTED 13444 @/tmp/dbus-vOywFZMoCE
unix 3 [ ] STREAM CONNECTED 190499 /run/systemd/journal/stdout
unix 2 [ ] DGRAM 11256
unix 3 [ ] STREAM CONNECTED 189949 @/tmp/.X11-unix/X1
unix 3 [ ] STREAM CONNECTED 12950
unix 3 [ ] STREAM CONNECTED 108596
unix 3 [ ] STREAM CONNECTED 10748 /run/systemd/journal/stdout
unix 3 [ ] STREAM CONNECTED 12032 @/tmp/dbus-vOywFZMoCE
unix 3 [ ] STREAM CONNECTED 190498 /run/systemd/journal/stdout
unix 3 [ ] STREAM CONNECTED 12019
unix 3 [ ] STREAM CONNECTED 189892 @/tmp/dbus-vOywFZMoCE
unix 3 [ ] STREAM CONNECTED 190533
unix 3 [ ] STREAM CONNECTED 12025
unix 3 [ ] STREAM CONNECTED 189948
unix 3 [ ] STREAM CONNECTED 190510
unix 3 [ ] STREAM CONNECTED 190511
unix 3 [ ] STREAM CONNECTED 189939 @/tmp/dbus-OIWjnV7E3y
unix 3 [ ] STREAM CONNECTED 11404
unix 3 [ ] STREAM CONNECTED 12020 @/tmp/.X11-unix/X1
unix 3 [ ] STREAM CONNECTED 189915
unix 3 [ ] STREAM CONNECTED 11403
unix 3 [ ] STREAM CONNECTED 11379
unix 3 [ ] STREAM CONNECTED 189916
unix 3 [ ] STREAM CONNECTED 10768
unix 2 [ ] DGRAM 7773
unix 3 [ ] STREAM CONNECTED 13402 /run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 107420
unix 2 [ ] DGRAM 11529
unix 3 [ ] STREAM CONNECTED 10779 @/tmp/.X11-unix/X0
unix 2 [ ] DGRAM 12942
unix 3 [ ] STREAM CONNECTED 13386
unix 3 [ ] STREAM CONNECTED 10766
unix 3 [ ] STREAM CONNECTED 10769 @/tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 12934
unix 3 [ ] STREAM CONNECTED 190504
unix 3 [ ] DGRAM 7776
unix 3 [ ] STREAM CONNECTED 12933 @/tmp/dbus-vOywFZMoCE
unix 3 [ ] STREAM CONNECTED 12941
unix 3 [ ] STREAM CONNECTED 11783 /run/systemd/journal/stdout
unix 3 [ ] STREAM CONNECTED 10706 /run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 12937
unix 3 [ ] STREAM CONNECTED 107351
unix 3 [ ] STREAM CONNECTED 12385
unix 3 [ ] STREAM CONNECTED 11694
unix 3 [ ] STREAM CONNECTED 12387 @/tmp/.X11-unix/X1
unix 2 [ ] DGRAM 10860
unix 3 [ ] STREAM CONNECTED 11405 /run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 108566 @/tmp/.X11-unix/X1
unix 3 [ ] STREAM CONNECTED 12283
unix 2 [ ] DGRAM 11789
unix 3 [ ] STREAM CONNECTED 12386
unix 3 [ ] STREAM CONNECTED 12033
unix 3 [ ] STREAM CONNECTED 12016 @/tmp/.X11-unix/X1
unix 3 [ ] STREAM CONNECTED 12390 /run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 12364
unix 3 [ ] STREAM CONNECTED 189888
unix 3 [ ] STREAM CONNECTED 107395 @/tmp/.X11-unix/X1
unix 3 [ ] STREAM CONNECTED 189889
unix 3 [ ] STREAM CONNECTED 189918 /run/systemd/journal/stdout
unix 3 [ ] STREAM CONNECTED 190535 @/tmp/dbus-vOywFZMoCE
unix 2 [ ] DGRAM 7123
unix 3 [ ] STREAM CONNECTED 10747 /run/systemd/journal/stdout
unix 3 [ ] STREAM CONNECTED 189938
unix 3 [ ] STREAM CONNECTED 11445
unix 2 [ ] DGRAM 108886
unix 3 [ ] STREAM CONNECTED 107451 @/tmp/.X11-unix/X1
unix 3 [ ] STREAM CONNECTED 189917 /run/systemd/journal/stdout
unix 3 [ ] STREAM CONNECTED 12031
unix 3 [ ] STREAM CONNECTED 12377 @/tmp/.X11-unix/X1
unix 3 [ ] STREAM CONNECTED 108657

Similar Messages

  • [solved]can't start gnome as user

    I can't start gnome as user  only as root.
    error message: failed to create file /tmp/gconf-test-locking-file-kx6h6t:Permission denied (error=13)
    I think this is an pacman error (permissions)
    I made an clean install  because   last pacman -Syu  crash my os.
    And i  get the error as above so i can't get it to work.
    I also tried to run enlightment but several applications don't start.
    How to solve this?
    Solution was i wiki :chmod 1777 /tmp
    Last edited by fernux (2008-02-11 20:39:41)

    error message: failed to create file /tmp/gconf-test-locking-file-kx6h6t:Permission denied (error=13)
    this is the problem, it states that it can't create a file because of a lack of permissions to do so. Its trying to create the file in /tmp, so that tells us that /tmp directory has permissions that aren't correct or gnome would work. What u need to do is
    ls -ld /tmp
    and post the results here so someone can tell u how to put the correct permissions up.
    edit: I see u found the answer yourself.
    Last edited by jacko (2008-02-11 20:42:30)

  • [SOLVED] Can't Start MySQL after upgrading to 5.1.41-3

    I can't start mysqld with 'mysqld start'.Here is my mysqld output:
    [ahao@sky ~]$ mysqld start
    091125 18:33:48 [Note] Plugin 'FEDERATED' is disabled.
    091125 18:33:48 [Note] Plugin 'ndbcluster' is disabled.
    091125 18:33:48  InnoDB: Started; log sequence number 0 44233
    mysqld: Too many arguments (first extra is 'start').
    Use --verbose --help to get a list of available options
    091125 18:33:48 [ERROR] Aborting
    091125 18:33:48  InnoDB: Starting shutdown...
    091125 18:33:49  InnoDB: Shutdown completed; log sequence number 0 44233
    091125 18:33:49 [Note] mysqld: Shutdown complete
    This is my /var/lib/ complete with permission settings:
    [ahao@sky ~]$ cd /var/lib ; ls -al
    total 84
    drwxr-xr-x 20 root      root      4096 2009-11-25 18:08 .
    drwxr-xr-x 13 root      root      4096 2009-11-25 13:51 ..
    drwxrwx---  2 root      policykit 4096 2009-05-10 09:10 PolicyKit
    drwxr-xr-x  2 policykit root      4096 2009-05-10 09:10 PolicyKit-public
    drwxr-xr-x  3 root      root      4096 2009-09-19 12:19 bluetooth
    drwxr-xr-x  2 root      root      4096 2009-09-16 22:09 dbus
    drwxr-xr-x  2 root      root      4096 2009-11-23 17:38 dhcpcd
    drwxrwxrwt  2 root      root      4096 2009-07-19 18:17 ex
    drwxr-xr-x  2 root      root      4096 2009-09-16 22:38 hwclock
    drwxr-x---  2 root      locate    4096 2009-10-22 06:55 locate
    -rw-r--r--  1 root      root       462 2009-09-20 00:02 logrotate.status
    drwxr-xr-x  2 root      root      4096 2009-09-17 09:14 misc
    drwxr-x---  2 root      locate    4096 2009-11-25 18:09 mlocate
    drwxrwxrwx  4 mysql     mysql     4096 2009-11-25 18:33 mysql
    drwxr-xr-x  6 root      root      4096 2009-09-07 08:54 nfs
    drwxr-xr-x  4 root      root      4096 2009-11-25 18:08 pacman
    drwx------  3 root      root      4096 2009-11-21 03:30 polkit-1
    drwxr-xr-x  2 root      root      4096 2008-09-06 14:33 rarian
    drwxr-xr-x  2 root      root      4096 2009-09-17 09:14 syslog-ng
    drwxr-xr-x  3 root      root      4096 2009-10-19 20:10 wicd
    drwxr-xr-x  2 root      root      4096 2009-11-21 02:35 xkb
    /etc/mysql/my.cnf is out-of-the-box
    What seems to be the problem here? Please shed some light...thank you
    Last edited by akiglobal (2009-11-26 07:41:00)

    How silly of me.....first of all...I entered 'mysqld start', I should have just entered 'mysqld', second of all, I didn't change the file permission on /var/run/mysqld. I change /var/run/mysqld file permission into 'chmod 777 /var/run/mysqld -R', after that mysql works!

  • [Solved] Can't start GParted from XFCE menu

    Hi,
    I have polkit installed but I can't start GParted from the XFCE menu. Do I need to edit any configuration files to make this work? The wiki isn't very clear about what to do after installing polkit. Thanks.
    Last edited by kaixi (2012-11-02 15:09:12)

    In my Xfce4 installation, it's /usr/share/applications/GParted, which I copied over to ~/.local/share/applications/, as kaixi suggested, and it appeared there as gparted.desktop.  Right-click for Properties > Launcher > Command, and in that field (not wanting to install gksu) I put sudo gparted, which works, thanks.

  • [Solved] Can't get MPD to work with PulseAudio

    After a long time using straight Alsa I've been setting up Pulse because I want to send my laptop's audio to a networked device. So far I have audio output working (through my laptop) with everything except MPD.  MPD won't output audio with Pulse enabled; songs stay in "paused" mode.  I run MPD as my local user and have been trying to get this suggested systemd service to work, but it fails when I start it:
    systemd[1]: Starting Music Player Daemon (running as 0112358)...
    systemd[1]: Started Music Player Daemon (running as 0112358).
    systemd[4098]: pam_unix(system-local-login:session): session opened for user 0112358 by (uid=0)
    sudo[4095]: pam_unix(sudo:session): session closed for user root
    mpd[4098]: Failed to bind to '[::]:6600': Failed to create socket: Address family not supported by protocol
    systemd[4100]: pam_unix(system-local-login:session): session closed for user 0112358
    systemd[1]: mpd-myuser.service: main process exited, code=exited, status=1/FAILURE
    systemd[1]: Unit mpd-myuser.service entered failed state.
    dbus-daemon[943]: dbus[943]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.55" (uid=1000 pid=4100 comm="(sd-p ") interface="org.freedesktop.login1.Manager" member="ReleaseS
    dbus[943]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.55" (uid=1000 pid=4100 comm="(sd-p ") interface="org.freedesktop.login1.Manager" member="ReleaseSession" error name
    systemd[4100]: pam_systemd(system-local-login:session): Failed to release session: Access denied
    sudo[4114]: 0112358 : TTY=pts/3 ; PWD=/home/0112358 ; USER=root ; COMMAND=/usr/bin/journalctl
    sudo[4114]: pam_unix(sudo:session): session opened for user root by (uid=0)
    This is my /etc/mpd.conf:
    music_directory "/home/0112358/Music"
    playlist_directory "/home/0112358/Music/Playlists"
    db_file "/home/0112358/.mpd/mpd.db"
    log_file "/home/0112358/.mpd/mpd.log"
    pid_file "/home/0112358/.mpd/mpd.pid"
    state_file "/home/0112358/.mpd/mpd.state"
    user "0112358"
    gapless_mp3_playback "yes"
    input{
    plugin "curl"
    audio_output{
    type "pulse"
    name "My Pulse Output"
    /etc/asound.conf:
    # Use PulseAudio by default
    pcm.!default {
    type pulse
    fallback "sysdefault"
    hint {
    show on
    description "Default ALSA Output (currently PulseAudio Sound Server)"
    ctl.!default {
    type pulse
    fallback "sysdefault"
    /etc/pulse/default.pa:
    .nofail
    .fail
    load-module module-device-restore
    load-module module-stream-restore
    load-module module-card-restore
    load-module module-augment-properties
    load-module module-switch-on-port-available
    ### Automatically load driver modules depending on the hardware available
    .ifexists module-udev-detect.so
    load-module module-udev-detect
    .else
    ### Use the static hardware detection module (for systems that lack udev support)
    load-module module-detect
    .endif
    ### Automatically connect sink and source if JACK server is present
    .ifexists module-jackdbus-detect.so
    .nofail
    load-module module-jackdbus-detect channels=2
    .fail
    .endif
    ### Automatically load driver modules for Bluetooth hardware
    .ifexists module-bluetooth-policy.so
    load-module module-bluetooth-policy
    .endif
    .ifexists module-bluetooth-discover.so
    load-module module-bluetooth-discover
    .endif
    ### Load several protocols
    .ifexists module-esound-protocol-unix.so
    load-module module-esound-protocol-unix
    .endif
    load-module module-native-protocol-unix
    .ifexists module-gconf.so
    .nofail
    load-module module-gconf
    .fail
    .endif
    ### Automatically restore the default sink/source when changed by the user
    ### during runtime
    ### NOTE: This should be loaded as early as possible so that subsequent modules
    ### that look up the default sink/source get the right value
    load-module module-default-device-restore
    ### Automatically move streams to the default sink if the sink they are
    ### connected to dies, similar for sources
    load-module module-rescue-streams
    ### Make sure we always have a sink around, even if it is a null sink.
    load-module module-always-sink
    ### Honour intended role device property
    load-module module-intended-roles
    ### Automatically suspend sinks/sources that become idle for too long
    load-module module-suspend-on-idle
    ### If autoexit on idle is enabled we want to make sure we only quit
    ### when no local session needs us anymore.
    .ifexists module-console-kit.so
    .nofail
    load-module module-console-kit
    .fail
    .endif
    .ifexists module-systemd-login.so
    load-module module-systemd-login
    .endif
    ### Enable positioned event sounds
    load-module module-position-event-sounds
    ### Cork music/video streams when a phone stream is active
    load-module module-role-cork
    load-module module-filter-heuristics
    load-module module-filter-apply
    ### Load DBus protocol
    .ifexists module-dbus-protocol.so
    load-module module-dbus-protocol
    .endif
    ### Make some devices default
    #set-default-sink output
    #set-default-source input
    Could anyone give me a hand please?
    Last edited by 0112358 (2013-06-30 15:30:33)

    0112358 wrote:
    ngoonee wrote:Or you could workaround it by outputting to tcp/ip to pulse (I wrote that section of the pulseaudio article on wiki.archlinux.org)
    You're suggesting running mpd as its own user?  If I did that, and configured mpd to output to 127.0.0.1, etc, would Pulse then be able to redirect the audio to another networked machine (since that's my end goal here)?  I don't want to end up having to put the other machine's IP directly in mpd.conf, since I won't always be running that way (since it's a laptop - sometimes I'll take it on the road and use headphones).
    Pulse can do that, yes, its very flexible that way. Doesn't matter where the audio comes from, really. Though as a disclaimer, I haven't tried it myself yet.
    Why not just set two outputs for mpd and toggle between them since it has native support? Doesn't sound like you really need pulseaudio.

  • [SOLVED] Can't start pulseaudio with other users?

    I am having trouble getting pulseaudio to start using a different user. The user "corey" can run pulse just fine. After logging out and logging in on user "tv", running pulseaudio --start returns this error message:
    E [autospawn] core-util.c: Failed to create secure directory: Operation not permitted
    W [autospawn] lock-autospawn.c: Cannot access autospawn lock.
    E [pulseaudio] main.c: Failed to acquire autospawn lock
    So it seems this user does not have permission? I can't imagine why, both corey and tv are in the audio group and both had active consolekit sessions at the time.
    I don't know if this is relative information but I'll throw it out there anyway. I have a multiseat configuration with 2 seats, 1 at my desktop the other for my tv however for right now I am just logging into the display at my desktop. I followed most of the relative information about pulseaudio and multiseat from this page on the gentoo wiki (including editing the config files Xstartup and Xreset): here
    consolekit though seems to be acting wierd, right now ck-list-sessions produces this:
    Session3:
    unix-user = '1000'
    realname = 'Corey Teetor'
    seat = 'Seat1'
    session-type = ''
    active = FALSE
    x11-display = ':0'
    x11-display-device = '/dev/tty7'
    display-device = ''
    remote-host-name = ''
    is-local = TRUE
    on-since = '2012-02-17T06:19:44.835923Z'
    login-session-id = '4294967295'
    Session1:
    unix-user = '1001'
    realname = 'The Television'
    seat = 'Seat1'
    session-type = ''
    active = TRUE
    x11-display = ''
    x11-display-device = ''
    display-device = '/dev/tty1'
    remote-host-name = ''
    is-local = TRUE
    on-since = '2012-02-17T06:13:33.618814Z'
    login-session-id = '1'
    it says that the session for corey is not active even though i am logged in right now and pulse is running. I am a bit confused...please share your wisdom with me!
    Last edited by cteeto (2012-02-18 16:47:51)

    cteeto wrote:Thank you good sir, it worked Next time I should probably try googleing it myself huh?
    No problem at all , could you edit the title of the post to say solved please, Thanks.

  • [Solved] Can't Start Pulse Audio and No Sound/Volume Controls

    Ok, I booted my PC this morning to find I have no sound controls in Gnome Shell after an update yesterday or sound, I have to use alsamixer to unmute, so I am getting sound but no way to control it.  I tried killing pulseaudio and restarting but I keep getting the same error:
    pulseaudio -k:
    E: [pulseaudio] main.c: Failed to kill daemon: No such process
    pulseaudio --start:
    E: [pulseaudio] main.c: Daemon startup failed.
    start-pulseaudio-x11:
    Connection failure: Connection refused
    pa_context_connect() failed: Connection refused
    This is the output of pulseaudio -v:
    I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
    I: [pulseaudio] core-util.c: Successfully gained nice level -11.
    I: [pulseaudio] main.c: This is PulseAudio 6.0
    I: [pulseaudio] main.c: Page size is 4096 bytes
    I: [pulseaudio] main.c: Machine ID is 74ef4413bd254c10a2eee6b69deab3c7.
    I: [pulseaudio] main.c: Session ID is c2.
    I: [pulseaudio] main.c: Using runtime directory /run/user/1000/pulse.
    I: [pulseaudio] main.c: Using state directory /home/dobbie/.config/pulse.
    I: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-6.0/modules.
    I: [pulseaudio] main.c: Running in system mode: no
    I: [pulseaudio] main.c: Fresh high-resolution timers available! Bon appetit!
    I: [pulseaudio] cpu-x86.c: CPU flags: CMOV MMX SSE SSE2 SSE3 SSSE3 SSE4_1 SSE4_2
    I: [pulseaudio] svolume_mmx.c: Initialising MMX optimized volume functions.
    I: [pulseaudio] remap_mmx.c: Initialising MMX optimized remappers.
    I: [pulseaudio] svolume_sse.c: Initialising SSE2 optimized volume functions.
    I: [pulseaudio] remap_sse.c: Initialising SSE2 optimized remappers.
    I: [pulseaudio] sconv_sse.c: Initialising SSE2 optimized conversions.
    I: [pulseaudio] svolume_orc.c: Initialising ORC optimized volume functions.
    I: [pulseaudio] module-device-restore.c: Successfully opened database file '/home/dobbie/.config/pulse/74ef4413bd254c10a2eee6b69deab3c7-device-volumes'.
    I: [pulseaudio] module.c: Loaded "module-device-restore" (index: #0; argument: "").
    I: [pulseaudio] module-stream-restore.c: Successfully opened database file '/home/dobbie/.config/pulse/74ef4413bd254c10a2eee6b69deab3c7-stream-volumes'.
    I: [pulseaudio] module.c: Loaded "module-stream-restore" (index: #1; argument: "").
    I: [pulseaudio] module-card-restore.c: Successfully opened database file '/home/dobbie/.config/pulse/74ef4413bd254c10a2eee6b69deab3c7-card-database'.
    I: [pulseaudio] module.c: Loaded "module-card-restore" (index: #2; argument: "").
    I: [pulseaudio] module.c: Loaded "module-augment-properties" (index: #3; argument: "").
    I: [pulseaudio] module.c: Loaded "module-switch-on-port-available" (index: #4; argument: "").
    I: [pulseaudio] (alsa-lib)utils.c: could not open configuration file /usr/share/alsa/ucm/HD-Audio Generic/HD-Audio Generic.conf
    I: [pulseaudio] (alsa-lib)parser.c: error: could not parse configuration for card HD-Audio Generic
    I: [pulseaudio] (alsa-lib)main.c: error: failed to import HD-Audio Generic use case configuration -2
    I: [pulseaudio] alsa-ucm.c: UCM not available for card HD-Audio Generic
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0c' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0c' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device front:1: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0c' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D1c' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device iec958:1: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device front:1: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device surround21:1: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device surround40:1: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device surround41:1: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device surround50:1: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device surround51:1: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device surround71:1: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D1p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device iec958:1: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:1
    I: [pulseaudio] alsa-util.c: Error opening PCM device a52:1: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:1
    I: [pulseaudio] alsa-util.c: Error opening PCM device a52:1: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dca:1
    I: [pulseaudio] alsa-util.c: Error opening PCM device dca:1: No such file or directory
    I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1
    I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1: No such file or directory
    I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
    I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:hdmi:1: Invalid argument
    I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:hdmi:1: Invalid argument
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:1
    I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:1: No such file or directory
    I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1,1
    I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1,1: No such file or directory
    I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
    I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1,1
    I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1,1: No such file or directory
    I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
    I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1,1
    I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1,1: No such file or directory
    I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:1,1
    I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:1,1: No such file or directory
    I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1,2
    I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1,2: No such file or directory
    I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
    I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1,2
    I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1,2: No such file or directory
    I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
    I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1,2
    I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1,2: No such file or directory
    I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:1,2
    I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:1,2: No such file or directory
    I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1,3
    I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1,3: No such file or directory
    I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
    I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1,3
    I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1,3: No such file or directory
    I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
    I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1,3
    I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1,3: No such file or directory
    I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:1,3
    I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:1,3: No such file or directory
    I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1,4
    I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1,4: No such file or directory
    I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
    I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1,4
    I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1,4: No such file or directory
    I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
    I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1,4
    I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1,4: No such file or directory
    I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:1,4
    I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:1,4: No such file or directory
    I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1,5
    I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1,5: No such file or directory
    I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
    I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1,5
    I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1,5: No such file or directory
    I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
    I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1,5
    I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1,5: No such file or directory
    I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:1,5
    I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:1,5: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D12p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:1,6: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D12p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:1,6: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D12p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:1,6: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:1,6
    I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:1,6: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D13p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:1,7: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D13p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:1,7: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D13p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:1,7: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:1,7
    I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:1,7: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0c' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
    I: [pulseaudio] module-card-restore.c: Restoring port latency offsets for card alsa_card.pci-0000_01_00.1.
    I: [pulseaudio] card.c: Created 0 "alsa_card.pci-0000_01_00.1"
    I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
    I: [pulseaudio] alsa-util.c: Trying to disable ALSA period wakeups, using timers only
    I: [pulseaudio] alsa-util.c: ALSA period wakeups disabled
    I: [pulseaudio] alsa-sink.c: Successfully opened device hdmi:1.
    I: [pulseaudio] alsa-sink.c: Selected mapping 'Digital Stereo (HDMI)' (hdmi-stereo).
    I: [pulseaudio] alsa-sink.c: Successfully enabled mmap() mode.
    I: [pulseaudio] alsa-sink.c: Successfully enabled timer-based scheduling mode.
    I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1
    I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1: No such file or directory
    I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
    I: [pulseaudio] sink.c: Created sink 0 "alsa_output.pci-0000_01_00.1.hdmi-stereo" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    I: [pulseaudio] sink.c: alsa.resolution_bits = "16"
    I: [pulseaudio] sink.c: device.api = "alsa"
    I: [pulseaudio] sink.c: device.class = "sound"
    I: [pulseaudio] sink.c: alsa.class = "generic"
    I: [pulseaudio] sink.c: alsa.subclass = "generic-mix"
    I: [pulseaudio] sink.c: alsa.name = "HDMI 0"
    I: [pulseaudio] sink.c: alsa.id = "HDMI 0"
    I: [pulseaudio] sink.c: alsa.subdevice = "0"
    I: [pulseaudio] sink.c: alsa.subdevice_name = "subdevice #0"
    I: [pulseaudio] sink.c: alsa.device = "3"
    I: [pulseaudio] sink.c: alsa.card = "1"
    I: [pulseaudio] sink.c: alsa.card_name = "HD-Audio Generic"
    I: [pulseaudio] sink.c: alsa.long_card_name = "HD-Audio Generic at 0xfbf9c000 irq 28"
    I: [pulseaudio] sink.c: alsa.driver_name = "snd_hda_intel"
    I: [pulseaudio] sink.c: device.bus_path = "pci-0000:01:00.1"
    I: [pulseaudio] sink.c: sysfs.path = "/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1"
    I: [pulseaudio] sink.c: device.bus = "pci"
    I: [pulseaudio] sink.c: device.vendor.id = "1002"
    I: [pulseaudio] sink.c: device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
    I: [pulseaudio] sink.c: device.product.id = "aac0"
    I: [pulseaudio] sink.c: device.string = "hdmi:1"
    I: [pulseaudio] sink.c: device.buffering.buffer_size = "352768"
    I: [pulseaudio] sink.c: device.buffering.fragment_size = "176384"
    I: [pulseaudio] sink.c: device.access_mode = "mmap+timer"
    I: [pulseaudio] sink.c: device.profile.name = "hdmi-stereo"
    I: [pulseaudio] sink.c: device.profile.description = "Digital Stereo (HDMI)"
    I: [pulseaudio] sink.c: device.description = "HD-Audio Generic Digital Stereo (HDMI)"
    I: [pulseaudio] sink.c: alsa.mixer_name = "ATI R6xx HDMI"
    I: [pulseaudio] sink.c: alsa.components = "HDA:1002aa01,00aa0100,00100500"
    I: [pulseaudio] sink.c: module-udev-detect.discovered = "1"
    I: [pulseaudio] sink.c: device.icon_name = "audio-card-pci"
    I: [pulseaudio] source.c: Created source 0 "alsa_output.pci-0000_01_00.1.hdmi-stereo.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    I: [pulseaudio] source.c: device.description = "Monitor of HD-Audio Generic Digital Stereo (HDMI)"
    I: [pulseaudio] source.c: device.class = "monitor"
    I: [pulseaudio] source.c: alsa.card = "1"
    I: [pulseaudio] source.c: alsa.card_name = "HD-Audio Generic"
    I: [pulseaudio] source.c: alsa.long_card_name = "HD-Audio Generic at 0xfbf9c000 irq 28"
    I: [pulseaudio] source.c: alsa.driver_name = "snd_hda_intel"
    I: [pulseaudio] source.c: device.bus_path = "pci-0000:01:00.1"
    I: [pulseaudio] source.c: sysfs.path = "/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1"
    I: [pulseaudio] source.c: device.bus = "pci"
    I: [pulseaudio] source.c: device.vendor.id = "1002"
    I: [pulseaudio] source.c: device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
    I: [pulseaudio] source.c: device.product.id = "aac0"
    I: [pulseaudio] source.c: device.string = "1"
    I: [pulseaudio] source.c: module-udev-detect.discovered = "1"
    I: [pulseaudio] source.c: device.icon_name = "audio-card-pci"
    I: [pulseaudio] alsa-sink.c: Using 2.0 fragments of size 176384 bytes (999.91ms), buffer size is 352768 bytes (1999.82ms)
    I: [pulseaudio] alsa-sink.c: Time scheduling watermark is 20.00ms
    I: [pulseaudio] alsa-sink.c: Driver does not support hardware volume control, falling back to software volume control.
    I: [pulseaudio] alsa-sink.c: Driver does not support hardware mute control, falling back to software mute control.
    I: [alsa-sink-HDMI 0] core-util.c: Successfully enabled SCHED_RR scheduling for thread, with priority 5.
    I: [alsa-sink-HDMI 0] alsa-sink.c: Starting playback.
    I: [pulseaudio] module.c: Loaded "module-alsa-card" (index: #6; argument: "device_id="1" name="pci-0000_01_00.1" card_name="alsa_card.pci-0000_01_00.1" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"").
    I: [pulseaudio] module-udev-detect.c: Card /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1 (alsa_card.pci-0000_01_00.1) module loaded.
    I: [pulseaudio] (alsa-lib)utils.c: could not open configuration file /usr/share/alsa/ucm/USB Camera-B4.09.24.1/USB Camera-B4.09.24.1.conf
    I: [pulseaudio] (alsa-lib)parser.c: error: could not parse configuration for card USB Camera-B4.09.24.1
    I: [pulseaudio] (alsa-lib)main.c: error: failed to import USB Camera-B4.09.24.1 use case configuration -2
    I: [pulseaudio] alsa-ucm.c: UCM not available for card USB Camera-B4.09.24.1
    I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set
    I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set
    I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set
    I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set
    I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:hw:2: Invalid argument
    I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set
    I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set
    I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set
    I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set
    I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:front:2: Invalid argument
    I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set
    I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set
    I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set
    I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set
    I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:hw:2: Invalid argument
    I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set
    I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set
    I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set
    I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set
    I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:iec958:2: Invalid argument
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC2D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device hw:2: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC2D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device front:2: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC2D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device hw:2: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC2D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device surround21:2: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC2D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device surround40:2: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC2D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device surround41:2: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC2D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device surround50:2: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC2D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device surround51:2: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC2D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device surround71:2: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC2D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device iec958:2: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:2
    I: [pulseaudio] alsa-util.c: Error opening PCM device a52:2: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:2
    I: [pulseaudio] alsa-util.c: Error opening PCM device a52:2: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dca:2
    I: [pulseaudio] alsa-util.c: Error opening PCM device dca:2: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.0:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.0:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.0:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:2
    I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:2: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.1:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,1
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,1: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.1:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,1
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,1: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.1:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,1
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,1: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:2,1
    I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:2,1: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.2:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,2
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,2: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.2:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,2
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,2: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.2:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,2
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,2: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:2,2
    I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:2,2: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.3:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,3
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,3: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.3:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,3
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,3: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.3:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,3
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,3: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:2,3
    I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:2,3: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.4:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,4
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,4: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.4:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,4
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,4: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.4:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,4
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,4: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:2,4
    I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:2,4: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.5:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,5
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,5: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.5:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,5
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,5: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.5:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,5
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,5: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:2,5
    I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:2,5: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.6:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,6
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,6: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.6:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,6
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,6: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.6:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,6
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,6: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:2,6
    I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:2,6: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.7:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,7
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,7: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.7:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,7
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,7: No such file or directory
    I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.7:CARD=2,AES0=4,AES1=130,AES2=0,AES3=2'
    I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
    I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:2,7
    I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:2,7: No such file or directory
    I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:2,7
    I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:2,7: No such file or directory
    I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set
    I: [pulseaudio] alsa-util.c: Device hw:2 doesn't support 44100 Hz, changed to 16000 Hz.
    I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC2D0p' failed (-2)
    I: [pulseaudio] alsa-util.c: Error opening PCM device hw:2: No such file or directory
    I: [pulseaudio] module-card-restore.c: Restoring port latency offsets for card alsa_card.usb-OmniVision_Technologies__Inc._USB_Camera-B4.09.24.1-01-CameraB409241.
    I: [pulseaudio] card.c: Created 1 "alsa_card.usb-OmniVision_Technologies__Inc._USB_Camera-B4.09.24.1-01-CameraB409241"
    I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set
    I: [pulseaudio] alsa-util.c: Device hw:2 doesn't support 44100 Hz, changed to 16000 Hz.
    I: [pulseaudio] alsa-source.c: Successfully opened device hw:2.
    I: [pulseaudio] alsa-source.c: Selected mapping 'Multichannel' (multichannel).
    I: [pulseaudio] alsa-source.c: Cannot enable timer-based scheduling, falling back to sound IRQ scheduling.
    I: [pulseaudio] alsa-source.c: Successfully enabled mmap() mode.
    W: [pulseaudio] alsa-util.c: Unable to load mixer: Invalid argument
    I: [pulseaudio] alsa-source.c: Failed to find a working mixer device.
    I: [pulseaudio] source.c: Created source 1 "alsa_input.usb-OmniVision_Technologies__Inc._USB_Camera-B4.09.24.1-01-CameraB409241.multichannel" with sample spec s16le 4ch 16000Hz and channel map front-left,front-right,rear-left,rear-right
    I: [pulseaudio] source.c: alsa.resolution_bits = "16"
    I: [pulseaudio] source.c: device.api = "alsa"
    I: [pulseaudio] source.c: device.class = "sound"
    I: [pulseaudio] source.c: alsa.class = "generic"
    I: [pulseaudio] source.c: alsa.subclass = "generic-mix"
    I: [pulseaudio] source.c: alsa.name = "USB Audio"
    I: [pulseaudio] source.c: alsa.id = "USB Audio"
    I: [pulseaudio] source.c: alsa.subdevice = "0"
    I: [pulseaudio] source.c: alsa.subdevice_name = "subdevice #0"
    I: [pulseaudio] source.c: alsa.device = "0"
    I: [pulseaudio] source.c: alsa.card = "2"
    I: [pulseaudio] source.c: alsa.card_name = "USB Camera-B4.09.24.1"
    I: [pulseaudio] source.c: alsa.long_card_name = "OmniVision Technologies, Inc. USB Camera-B4.09.24.1 at usb-0000:00:1d.0-1.2, hi"
    I: [pulseaudio] source.c: alsa.driver_name = "snd_usb_audio"
    I: [pulseaudio] source.c: device.bus_path = "pci-0000:00:1d.0-usb-0:1.2:1.1"
    I: [pulseaudio] source.c: sysfs.path = "/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/sound/card2"
    I: [pulseaudio] source.c: udev.id = "usb-OmniVision_Technologies__Inc._USB_Camera-B4.09.24.1-01-CameraB409241"
    I: [pulseaudio] source.c: device.bus = "usb"
    I: [pulseaudio] source.c: device.vendor.id = "1415"
    I: [pulseaudio] source.c: device.vendor.name = "Nam Tai E&E Products Ltd. or OmniVision Technologies, Inc."
    I: [pulseaudio] source.c: device.product.id = "2000"
    I: [pulseaudio] source.c: device.product.name = "Sony Playstation Eye"
    I: [pulseaudio] source.c: device.serial = "OmniVision_Technologies__Inc._USB_Camera-B4.09.24.1"
    I: [pulseaudio] source.c: device.string = "hw:2"
    I: [pulseaudio] source.c: device.buffering.buffer_size = "12792"
    I: [pulseaudio] source.c: device.buffering.fragment_size = "3192"
    I: [pulseaudio] source.c: device.access_mode = "mmap"
    I: [pulseaudio] source.c: device.profile.name = "multichannel"
    I: [pulseaudio] source.c: device.profile.description = "Multichannel"
    I: [pulseaudio] source.c: device.description = "Sony Playstation Eye Multichannel"
    I: [pulseaudio] source.c: module-udev-detect.discovered = "1"
    I: [pulseaudio] source.c: device.icon_name = "audio-card-usb"
    I: [pulseaudio] alsa-source.c: Using 4.0 fragments of size 3192 bytes (24.94ms), buffer size is 12792 bytes (99.94ms)
    I: [alsa-source-USB Audio] core-util.c: Successfully enabled SCHED_RR scheduling for thread, with priority 5.
    I: [alsa-source-USB Audio] alsa-source.c: Starting capture.
    I: [pulseaudio] module.c: Loaded "module-alsa-card" (index: #7; argument: "device_id="2" name="usb-OmniVision_Technologies__Inc._USB_Camera-B4.09.24.1-01-CameraB409241" card_name="alsa_card.usb-OmniVision_Technologies__Inc._USB_Camera-B4.09.24.1-01-CameraB409241" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"").
    I: [pulseaudio] module-udev-detect.c: Card /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/sound/card2 (alsa_card.usb-OmniVision_Technologies__Inc._USB_Camera-B4.09.24.1-01-CameraB409241) module loaded.
    I: [pulseaudio] module-udev-detect.c: Found 3 cards.
    I: [pulseaudio] module.c: Loaded "module-udev-detect" (index: #5; argument: "").
    I: [pulseaudio] module.c: Loaded "module-esound-protocol-unix" (index: #8; argument: "").
    I: [pulseaudio] module.c: Loaded "module-native-protocol-unix" (index: #9; argument: "").
    I: [pulseaudio] module.c: Loaded "module-default-device-restore" (index: #10; argument: "").
    I: [pulseaudio] module.c: Loaded "module-rescue-streams" (index: #11; argument: "").
    I: [pulseaudio] module.c: Loaded "module-always-sink" (index: #12; argument: "").
    I: [pulseaudio] module.c: Loaded "module-intended-roles" (index: #13; argument: "").
    I: [pulseaudio] module.c: Loaded "module-suspend-on-idle" (index: #14; argument: "").
    I: [pulseaudio] module.c: Loaded "module-console-kit" (index: #15; argument: "").
    I: [pulseaudio] client.c: Created 0 "Login Session c2"
    I: [pulseaudio] module.c: Loaded "module-systemd-login" (index: #16; argument: "").
    I: [pulseaudio] module.c: Loaded "module-position-event-sounds" (index: #17; argument: "").
    I: [pulseaudio] module.c: Loaded "module-role-cork" (index: #18; argument: "").
    I: [pulseaudio] module.c: Loaded "module-filter-heuristics" (index: #19; argument: "").
    I: [pulseaudio] module.c: Loaded "module-filter-apply" (index: #20; argument: "").
    E: [pulseaudio] ltdl-bind-now.c: Failed to open module module-equalizer-sink.so: module-equalizer-sink.so: cannot open shared object file: No such file or directory
    E: [pulseaudio] module.c: Failed to open module "module-equalizer-sink".
    E: [pulseaudio] main.c: Module load failed.
    E: [pulseaudio] main.c: Failed to initialize daemon.
    I: [pulseaudio] module.c: Unloading "module-filter-apply" (index: #20).
    I: [pulseaudio] module.c: Unloaded "module-filter-apply" (index: #20).
    I: [pulseaudio] module.c: Unloading "module-filter-heuristics" (index: #19).
    I: [pulseaudio] module.c: Unloaded "module-filter-heuristics" (index: #19).
    I: [pulseaudio] module.c: Unloading "module-role-cork" (index: #18).
    I: [pulseaudio] module.c: Unloaded "module-role-cork" (index: #18).
    I: [pulseaudio] module.c: Unloading "module-position-event-sounds" (index: #17).
    I: [pulseaudio] module.c: Unloaded "module-position-event-sounds" (index: #17).
    I: [pulseaudio] module.c: Unloading "module-systemd-login" (index: #16).
    I: [pulseaudio] client.c: Freed 0 "Login Session c2"
    I: [pulseaudio] module.c: Unloaded "module-systemd-login" (index: #16).
    I: [pulseaudio] module.c: Unloading "module-console-kit" (index: #15).
    I: [pulseaudio] module.c: Unloaded "module-console-kit" (index: #15).
    I: [pulseaudio] module.c: Unloading "module-suspend-on-idle" (index: #14).
    I: [pulseaudio] module.c: Unloaded "module-suspend-on-idle" (index: #14).
    I: [pulseaudio] module.c: Unloading "module-intended-roles" (index: #13).
    I: [pulseaudio] module.c: Unloaded "module-intended-roles" (index: #13).
    I: [pulseaudio] module.c: Unloading "module-always-sink" (index: #12).
    I: [pulseaudio] module.c: Unloaded "module-always-sink" (index: #12).
    I: [pulseaudio] module.c: Unloading "module-rescue-streams" (index: #11).
    I: [pulseaudio] module.c: Unloaded "module-rescue-streams" (index: #11).
    I: [pulseaudio] module.c: Unloading "module-default-device-restore" (index: #10).
    I: [pulseaudio] module.c: Unloaded "module-default-device-restore" (index: #10).
    I: [pulseaudio] module.c: Unloading "module-native-protocol-unix" (index: #9).
    I: [pulseaudio] module.c: Unloaded "module-native-protocol-unix" (index: #9).
    I: [pulseaudio] module.c: Unloading "module-esound-protocol-unix" (index: #8).
    I: [pulseaudio] module.c: Unloaded "module-esound-protocol-unix" (index: #8).
    I: [pulseaudio] module.c: Unloading "module-alsa-card" (index: #7).
    I: [pulseaudio] source.c: Freeing source 1 "alsa_input.usb-OmniVision_Technologies__Inc._USB_Camera-B4.09.24.1-01-CameraB409241.multichannel"
    I: [pulseaudio] card.c: Freed 1 "alsa_card.usb-OmniVision_Technologies__Inc._USB_Camera-B4.09.24.1-01-CameraB409241"
    I: [pulseaudio] module.c: Unloaded "module-alsa-card" (index: #7).
    I: [pulseaudio] module.c: Unloading "module-alsa-card" (index: #6).
    I: [pulseaudio] sink.c: Freeing sink 0 "alsa_output.pci-0000_01_00.1.hdmi-stereo"
    I: [pulseaudio] source.c: Freeing source 0 "alsa_output.pci-0000_01_00.1.hdmi-stereo.monitor"
    I: [pulseaudio] card.c: Freed 0 "alsa_card.pci-0000_01_00.1"
    I: [pulseaudio] module.c: Unloaded "module-alsa-card" (index: #6).
    I: [pulseaudio] module.c: Unloading "module-udev-detect" (index: #5).
    I: [pulseaudio] module.c: Unloaded "module-udev-detect" (index: #5).
    I: [pulseaudio] module.c: Unloading "module-switch-on-port-available" (index: #4).
    I: [pulseaudio] module.c: Unloaded "module-switch-on-port-available" (index: #4).
    I: [pulseaudio] module.c: Unloading "module-augment-properties" (index: #3).
    I: [pulseaudio] module.c: Unloaded "module-augment-properties" (index: #3).
    I: [pulseaudio] module.c: Unloading "module-card-restore" (index: #2).
    I: [pulseaudio] module.c: Unloaded "module-card-restore" (index: #2).
    I: [pulseaudio] module.c: Unloading "module-stream-restore" (index: #1).
    I: [pulseaudio] module.c: Unloaded "module-stream-restore" (index: #1).
    I: [pulseaudio] module.c: Unloading "module-device-restore" (index: #0).
    I: [pulseaudio] module.c: Unloaded "module-device-restore" (index: #0).
    I: [pulseaudio] main.c: Daemon terminated.
    When I start pavucontrol I get this:
    Can someone help me correct what the issue is, please let me know if you need more information.
    Thanks in advance.
    Last edited by Dobbie03 (2015-05-15 20:35:02)

    I tried "pulseaudio" in the terminal and get the following:
    W: [pulseaudio] alsa-util.c: Unable to load mixer: Invalid argument
    E: [pulseaudio] ltdl-bind-now.c: Failed to open module module-equalizer-sink.so: module-equalizer-sink.so: cannot open shared object file: No such file or directory
    E: [pulseaudio] module.c: Failed to open module "module-equalizer-sink".
    E: [pulseaudio] main.c: Module load failed.
    E: [pulseaudio] main.c: Failed to initialize daemon.

  • [SOLVED] can't start apache ¿because owncloud logfile doesn't exist?

    I've just installed MariaDB, PHP, mysql and owncloud, but since I installed this last one I can't run httpd. This is the error:
    $ systemctl status -l httpd
    ● httpd.service - Apache Web Server
       Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled)
       Active: failed (Result: exit-code) since jue 2014-05-22 10:43:38 ART; 6min ago
      Process: 5166 ExecStart=/usr/bin/apachectl start (code=exited, status=1/FAILURE)
    may 22 10:43:37 archserv systemd[1]: Starting Apache Web Server...
    may 22 10:43:38 archserv apachectl[5166]: (2)No such file or directory: AH02291: Cannot access directory '/etc/httpd/logs/' for error log of vhost defined at /etc/httpd/conf/extra/owncloud.conf:11
    may 22 10:43:38 archserv apachectl[5166]: AH00014: Configuration check failed
    may 22 10:43:38 archserv systemd[1]: httpd.service: control process exited, code=exited status=1
    may 22 10:43:38 archserv systemd[1]: Failed to start Apache Web Server.
    may 22 10:43:38 archserv systemd[1]: Unit httpd.service entered failed state.
    And
    $ nano /etc/httpd/conf/extra/owncloud.conf
    <IfModule mod_alias.c>
    Alias /owncloud /usr/share/webapps/owncloud/
    </IfModule>
    <Directory /usr/share/webapps/owncloud/>
       Options FollowSymlinks
       Order allow,deny
       AllowOverride all
       allow from all
       php_admin_value open_basedir "/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/owncloud/:/etc/webapps/owncloud"
    </Directory>
    <VirtualHost *:80>
        ServerAdmin [email protected]
        DocumentRoot /usr/share/webapps/owncloud
        ServerName owncloud.foo.com
        ErrorLog logs/owncloud.foo.info-error_log
        CustomLog logs/owncloud.foo.info-access_log common
    </VirtualHost>
    It seems simple, but I can't understand it. What am I missing?
    Thank you all.
    Last edited by persio (2014-05-22 14:19:14)

    Instead I suggest to change Log directories to  /var/log/httpd/
        ErrorLog /var/log/httpd/owncloud.foo.info-error_log
        CustomLog /var/log/httpd/owncloud.foo.info-access_log common

  • [SOLVED] Can't start compiz with gnome

    When I set up gnome initially, I used the following wiki guide:
    https://wiki.archlinux.org/index.php/Co … k_Users.29
    I had some issues after upgrading to gnome 3.8 that have now since been solved.  I wen't through quite a bit trying to fix it and now somehow compiz isn't starting with my gnome/compiz session.  It starts just fine if I run
    $ compiz ccp --replace
    after logging into the session.  I think I'm simply not understanding how this session that I've installed works (or .session files in general).
    here is my /usr/share/gnome-session/sessions/gnome-compiz.session:
    [GNOME Session]
    Name=GNOME Compiz
    RequiredComponents=compiz;cairo-dock;gnome-settings-daemon;
    RequiredProviders=notifications;
    DefaultProvider-windowmanager=compiz
    DefaultProvider-notifications=notification-daemon
    I tried removing cairo-dock from the above file just to make sure that this is the file actually being used and it did start up without the dock as I guessed.  Obviously this file is being used.  Why won't compiz start as well?  I also tried adding gnome-panel to the file and gnome-panel did not start.  Is this because it needs a .desktop file as well?  I assume so.
    Here is my /usr/share/xsessions/gnome-compiz.desktop:
    [Desktop Entry]
    Encoding=UTF-8
    Name=GNOME/Compiz
    Comment=This session logs you into the GNOME desktop environment with Compiz and Cairo-Dock
    Exec=/usr/bin/gnome-session --session=gnome-compiz
    Icon=compiz
    Type=XSession
    and here is my /usr/share/applications/compiz.desktop:
    [Desktop Entry]
    Type=Application
    Encoding=UTF-8
    Name=Compiz
    Exec=bash -c 'compiz --replace --sm-client-id $DESKTOP_AUTOSTART_ID --keep-desktop-hints ccp decoration'
    NoDisplay=true
    # name of loadable control center module
    X-GNOME-WMSettingsModule=compiz
    # autostart phase
    X-GNOME-Autostart-Phase=WindowManager
    X-GNOME-Provides=windowmanager
    # name we put on the WM spec check window
    X-GNOME-WMName=compiz
    # back compat only
    X-GnomeWMSettingsLibrary=compiz
    Last edited by instantaphex (2013-05-04 20:59:44)

    So I started to think that maybe compiz was actually starting up but the ccp argument wasn't taking.  I ran
    $ pgrep -l compiz
    and got no output.  So compiz really isn't starting at all.  What gives?

  • [SOLVED] Can't start NFS server

    I've read the wiki page and I've been changing my config files accordingly. When I try to start it I get the following error (from journalctl):
    Nov 02 21:41:47 arch sudo[11201]: dennis : TTY=pts/0 ; PWD=/home/dennis ; USER=root ; COMMAND=/usr/bin/systemctl start nfsd.
    service rpc-idmapd.service rpc-mountd.service rpcbind.service
    Nov 02 21:41:47 arch sudo[11201]: pam_unix(sudo:session): session opened for user root by dennis(uid=0)
    Nov 02 21:41:47 arch systemd[1]: Starting NFS server...
    Nov 02 21:41:47 arch systemd[1]: Mounting RPC pipe filesystem...
    [b]Nov 02 21:41:47 arch rpc.nfsd[11204]: rpc.nfsd: Unable to access /proc/fs/nfsd errno 2 (No such file or directory).
    Nov 02 21:41:47 arch rpc.nfsd[11204]: Please try, as root, 'mount -t nfsd nfsd /proc/fs/nfsd' and then restart rpc.nfsd to correct the problem[/b]
    Nov 02 21:41:47 arch rpc.nfsd[11204]: error starting threads: errno 38 (Function not implemented)
    Nov 02 21:41:47 arch systemd[1]: Started RPC Bind.
    Nov 02 21:41:47 arch systemd[1]: nfsd.service: main process exited, code=exited, status=1/FAILURE
    Nov 02 21:41:47 arch mount[11205]: mount: unknown filesystem type 'rpc_pipefs'
    Nov 02 21:41:47 arch systemd[1]: Failed to start NFS server.
    Nov 02 21:41:47 arch systemd[1]: Dependency failed for NFS Mount Daemon.
    Nov 02 21:41:47 arch systemd[1]: Job rpc-mountd.service/start failed with result 'dependency'.
    Nov 02 21:41:47 arch systemd[1]: Unit nfsd.service entered failed state
    Nov 02 21:41:47 arch systemd[1]: var-lib-nfs-rpc_pipefs.mount mount process exited, code=exited status=32
    Nov 02 21:41:47 arch systemd[1]: Failed to mount RPC pipe filesystem.
    Nov 02 21:41:47 arch systemd[1]: Dependency failed for NFSv4 ID-name mapping daemon.
    Nov 02 21:41:47 arch systemd[1]: Job rpc-idmapd.service/start failed with result 'dependency'.
    Nov 02 21:41:47 arch systemd[1]: Unit var-lib-nfs-rpc_pipefs.mount entered failed state
    Nov 02 21:41:47 arch sudo[11201]: pam_unix(sudo:session): session closed for user root
    When I run mount -t nfsd nfsd /proc/fs/nfsd it says:
    [dennis@arch ~]$ sudo mount -t nfsd nfsd /proc/fs/nfsd
    mount: unknown filesystem type 'nfsd'
    What to do? I've no idea how to solve this.
    edit : changed quote tags to code --Inxsible
    Last edited by snufkin (2012-11-03 07:50:52)

    alphaniner wrote:What happens if you just run systemctl start nfsd.service ?
    Then I got another error message.
    I found out what was wrong though. I had suspended the computer, which caused GNOME or whatever to mess with my session data. A reboot fixed the problem, although I'm sure a relog would've done the same.
    Last edited by snufkin (2012-11-03 07:51:13)

  • [Solved] Can't start xmonad from GDM

    I can't seem to get xmonad-darcs to work with GDM. I copied the xmonad.hs from the wiki. After I login to xmonad, GDM disappears (the background stays the same) and nothing happens. Mod-shift-return doesn't start a terminal and the cursor isn't displayed. Has anyone had the same experience?
    Last edited by KRTac (2010-03-17 19:37:04)

    If you have compiled your xmonad.hs, maybe it has been running normally!
    You can test it by modifying your xmonad.hs as below to see if roxterm starts, then:
    %xmonad --recompile
    %xmonad --restart
    myStartupHook :: X ()
    myStartupHook = do {
    spawn "roxterm";
    --spawn "lxpanel";
    xmonad $ defaultConfig
    { borderWidth = 1
    , startupHook = myStartupHook

  • [SOLVED]can't start X after full upgrade

    I just recently updating arch linux on X41 Tablet (i686, cpu=pentium m)..
    after restarting, i can't startx.
    it says
    Loading extension GLX
    AIGLX: Suspending AIGLX clients for VT switch(EE) Server terminated with error (1). Closing log file.onal information. (EE) (II)
    ^Cxinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: unexpected signal 2
    here's the Xorg.0.log
    [ 170.079] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 170.079] (EE)
    Fatal server error:
    [ 170.079] (EE) failed to create screen resources(EE)
    [ 170.080] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 170.080] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 170.080] (EE)
    [ 170.080] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 170.109] (EE) Server terminated with error (1). Closing log file.
    and here's pacman.log today
    [2014-06-17 12:05] [PACMAN] Running 'pacman -Syyu'
    [2014-06-17 12:05] [PACMAN] synchronizing package lists
    [2014-06-17 12:05] [PACMAN] starting full system upgrade
    [2014-06-17 13:01] [PACMAN] upgraded perl (5.20.0-2 -> 5.20.0-4)
    [2014-06-17 13:01] [PACMAN] upgraded openssl (1.0.1.g-1 -> 1.0.1.h-1)
    [2014-06-17 13:01] [PACMAN] upgraded sqlite (3.8.4.3-2 -> 3.8.5-1)
    [2014-06-17 13:01] [PACMAN] upgraded aircrack-ng (1.1-10 -> 1.2beta3-1)
    [2014-06-17 13:01] [PACMAN] upgraded arpwatch (2.1a15-13 -> 2.1a15-14)
    [2014-06-17 13:01] [PACMAN] upgraded binutils (2.24-4 -> 2.24-6)
    [2014-06-17 13:01] [PACMAN] upgraded cifs-utils (6.3-1 -> 6.3-2)
    [2014-06-17 13:01] [PACMAN] upgraded gcc-libs (4.9.0-3 -> 4.9.0-4)
    [2014-06-17 13:01] [PACMAN] upgraded llvm-libs (3.4.1-2 -> 3.4.2-1)
    [2014-06-17 13:01] [PACMAN] upgraded llvm (3.4.1-2 -> 3.4.2-1)
    [2014-06-17 13:01] [PACMAN] upgraded isl (0.12.2-1 -> 0.13-1)
    [2014-06-17 13:01] [PACMAN] upgraded cloog (0.18.1-2 -> 0.18.1-3)
    [2014-06-17 13:01] [PACMAN] upgraded gcc (4.9.0-3 -> 4.9.0-4)
    [2014-06-17 13:02] [PACMAN] upgraded clang (3.4.1-2 -> 3.4.2-1)
    [2014-06-17 13:02] [PACMAN] upgraded cmake (2.8.12.2-2 -> 3.0.0-3)
    [2014-06-17 13:02] [PACMAN] upgraded libdbus (1.8.2-1 -> 1.8.4-1)
    [2014-06-17 13:02] [PACMAN] upgraded dbus (1.8.2-1 -> 1.8.4-1)
    [2014-06-17 13:02] [PACMAN] upgraded libsystemd (213-5 -> 213-9)
    [2014-06-17 13:02] [PACMAN] upgraded systemd (213-5 -> 213-9)
    [2014-06-17 13:02] [PACMAN] upgraded mesa (10.1.4-1 -> 10.2.1-2)
    [2014-06-17 13:02] [PACMAN] upgraded mesa-libgl (10.1.4-1 -> 10.2.1-2)
    [2014-06-17 13:02] [PACMAN] installed json-glib (1.0.2-1)
    [2014-06-17 13:02] [PACMAN] installed libnm-glib (0.9.8.10-3)
    [2014-06-17 13:02] [PACMAN] installed libmm-glib (1.2.0-4)
    [2014-06-17 13:02] [PACMAN] installed geoclue2 (2.1.8-2)
    [2014-06-17 13:02] [PACMAN] upgraded giflib (5.0.6-1 -> 5.1.0-1)
    [2014-06-17 13:02] [PACMAN] upgraded libwebp (0.4.0-1 -> 0.4.0-2)
    [2014-06-17 13:02] [PACMAN] upgraded webkitgtk2 (2.4.2-1 -> 2.4.3-1)
    [2014-06-17 13:02] [ALPM-SCRIPTLET] ==> If you are using extensions you should update the extensions with
    [2014-06-17 13:02] [ALPM-SCRIPTLET] ==> dwbem -u or dwbem -Nu
    [2014-06-17 13:02] [PACMAN] upgraded dwb (2014.03.07-1 -> 2014.03.07-2)
    [2014-06-17 13:02] [PACMAN] installed libx264 (1:142.20140311-4)
    [2014-06-17 13:02] [PACMAN] upgraded x265 (1.0-1 -> 1.1-1)
    [2014-06-17 13:02] [PACMAN] upgraded ffmpeg (1:2.2.3-1 -> 1:2.2.3-2)
    [2014-06-17 13:02] [ALPM] warning: /etc/group installed as /etc/group.pacnew
    [2014-06-17 13:02] [ALPM] warning: /etc/passwd installed as /etc/passwd.pacnew
    [2014-06-17 13:02] [PACMAN] upgraded filesystem (2013.05-2 -> 2014.06-1)
    [2014-06-17 13:02] [PACMAN] upgraded gc (7.4.0-3 -> 7.4.2-1)
    [2014-06-17 13:02] [PACMAN] upgraded geoip-database (20140304-1 -> 20140604-1)
    [2014-06-17 13:02] [PACMAN] upgraded gnupg (2.0.22-2 -> 2.0.23-1)
    [2014-06-17 13:02] [PACMAN] upgraded gparted (0.18.0-1 -> 0.19.0-1)
    [2014-06-17 13:02] [PACMAN] upgraded grep (2.19-1 -> 2.20-1)
    [2014-06-17 13:02] [PACMAN] upgraded hunspell (1.3.2-3 -> 1.3.3-1)
    [2014-06-17 13:02] [PACMAN] upgraded imlib2 (1.4.6-1 -> 1.4.6-2)
    [2014-06-17 13:02] [PACMAN] upgraded intel-dri (10.1.4-1 -> 10.2.1-2)
    [2014-06-17 13:03] [PACMAN] upgraded jre7-openjdk-headless (7.u55_2.4.7-1 -> 7.u60_2.5.0-2)
    [2014-06-17 13:03] [PACMAN] upgraded xdg-utils (1.1.0.git20140207-1 -> 1.1.0.git20140426-1)
    [2014-06-17 13:03] [PACMAN] upgraded jre7-openjdk (7.u55_2.4.7-1 -> 7.u60_2.5.0-2)
    [2014-06-17 13:03] [PACMAN] installed librevenge (0.0.1-2)
    [2014-06-17 13:03] [PACMAN] upgraded libwpd (0.9.9-1 -> 0.10.0-1)
    [2014-06-17 13:03] [PACMAN] upgraded libcdr (0.0.16-2 -> 0.1.0-1)
    [2014-06-17 13:03] [PACMAN] upgraded libetonyek (0.0.4-1 -> 0.1.1-1)
    [2014-06-17 13:03] [PACMAN] upgraded libevdev (1.2.1-1 -> 1.2.2-1)
    [2014-06-17 13:03] [PACMAN] upgraded libgdiplus (2.10.9-4 -> 2.10.9-5)
    [2014-06-17 13:03] [PACMAN] upgraded libice (1.0.8-2 -> 1.0.9-1)
    [2014-06-17 13:03] [PACMAN] upgraded libmspub (0.0.6-2 -> 0.1.0-1)
    [2014-06-17 13:03] [PACMAN] upgraded libodfgen (0.0.4-1 -> 0.1.1-1)
    [2014-06-17 13:03] [PACMAN] upgraded libproxy (0.4.11-3 -> 0.4.11-4)
    [2014-06-17 13:03] [PACMAN] upgraded libreoffice-en-US (4.2.4-1 -> 4.2.4-2)
    [2014-06-17 13:03] [PACMAN] upgraded libreoffice-common (4.2.4-1 -> 4.2.4-2)
    [2014-06-17 13:03] [PACMAN] upgraded libreoffice-base (4.2.4-1 -> 4.2.4-2)
    [2014-06-17 13:03] [PACMAN] upgraded libreoffice-calc (4.2.4-1 -> 4.2.4-2)
    [2014-06-17 13:03] [PACMAN] upgraded libreoffice-draw (4.2.4-1 -> 4.2.4-2)
    [2014-06-17 13:03] [PACMAN] upgraded libreoffice-gnome (4.2.4-1 -> 4.2.4-2)
    [2014-06-17 13:03] [PACMAN] upgraded libreoffice-impress (4.2.4-1 -> 4.2.4-2)
    [2014-06-17 13:03] [PACMAN] upgraded libreoffice-math (4.2.4-1 -> 4.2.4-2)
    [2014-06-17 13:04] [PACMAN] upgraded libreoffice-writer (4.2.4-1 -> 4.2.4-2)
    [2014-06-17 13:04] [PACMAN] upgraded libwpg (0.2.2-2 -> 0.3.0-1)
    [2014-06-17 13:04] [PACMAN] upgraded libvisio (0.0.31-3 -> 0.1.0-1)
    [2014-06-17 13:04] [PACMAN] upgraded libwps (0.2.9-1 -> 0.3.0-1)
    [2014-06-17 13:04] [PACMAN] upgraded libxft (2.3.1-2 -> 2.3.2-1)
    [2014-06-17 13:04] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2014-06-17 13:04] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2014-06-17 13:04] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2014-06-17 13:04] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2014-06-17 13:04] [ALPM-SCRIPTLET] ==> Starting build: 3.14.6-1-ARCH
    [2014-06-17 13:04] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-06-17 13:04] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-06-17 13:04] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2014-06-17 13:04] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-06-17 13:04] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-06-17 13:04] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-06-17 13:04] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-06-17 13:04] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-06-17 13:04] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-06-17 13:04] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2014-06-17 13:04] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-06-17 13:04] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2014-06-17 13:04] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2014-06-17 13:04] [ALPM-SCRIPTLET] ==> Starting build: 3.14.6-1-ARCH
    [2014-06-17 13:04] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-06-17 13:04] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-06-17 13:04] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-06-17 13:04] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-06-17 13:04] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2014-06-17 13:04] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2014-06-17 13:04] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-06-17 13:04] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-06-17 13:04] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-06-17 13:04] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-06-17 13:04] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2014-06-17 13:04] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-06-17 13:04] [PACMAN] upgraded linux (3.14.5-1 -> 3.14.6-1)
    [2014-06-17 13:05] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2014-06-17 13:05] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2014-06-17 13:05] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
    [2014-06-17 13:05] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts.img
    [2014-06-17 13:05] [ALPM-SCRIPTLET] ==> Starting build: 3.10.43-1-lts
    [2014-06-17 13:05] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-06-17 13:05] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-06-17 13:05] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2014-06-17 13:05] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-06-17 13:05] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-06-17 13:05] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-06-17 13:05] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-06-17 13:05] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-06-17 13:05] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-06-17 13:05] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-lts.img
    [2014-06-17 13:05] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-06-17 13:05] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
    [2014-06-17 13:05] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts-fallback.img -S autodetect
    [2014-06-17 13:05] [ALPM-SCRIPTLET] ==> Starting build: 3.10.43-1-lts
    [2014-06-17 13:05] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-06-17 13:05] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-06-17 13:05] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-06-17 13:05] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-06-17 13:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2014-06-17 13:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2014-06-17 13:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2014-06-17 13:05] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-06-17 13:05] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-06-17 13:05] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-06-17 13:05] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-06-17 13:05] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-lts-fallback.img
    [2014-06-17 13:05] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-06-17 13:05] [PACMAN] upgraded linux-lts (3.10.41-1 -> 3.10.43-1)
    [2014-06-17 13:05] [PACMAN] upgraded linux-lts-docs (3.10.41-1 -> 3.10.43-1)
    [2014-06-17 13:05] [PACMAN] upgraded linux-lts-headers (3.10.41-1 -> 3.10.43-1)
    [2014-06-17 13:05] [PACMAN] upgraded man-pages (3.68-1 -> 3.69-1)
    [2014-06-17 13:05] [PACMAN] upgraded mdadm (3.3-2 -> 3.3.1-2)
    [2014-06-17 13:06] [PACMAN] upgraded mpv (0.3.10-1 -> 0.3.11-1)
    [2014-06-17 13:06] [PACMAN] upgraded nspr (4.10.5-1 -> 4.10.6-1)
    [2014-06-17 13:06] [PACMAN] upgraded python-setuptools (4.0.1-1 -> 1:5.1-1)
    [2014-06-17 13:06] [PACMAN] upgraded python2 (2.7.6-3 -> 2.7.7-1)
    [2014-06-17 13:06] [PACMAN] upgraded python2-mako (0.9.1-2 -> 1.0.0-1)
    [2014-06-17 13:06] [PACMAN] upgraded s-nail (14.6.4-1 -> 14.7-1)
    [2014-06-17 13:06] [ALPM-SCRIPTLET] Syslinux BIOS update successful
    [2014-06-17 13:06] [ALPM-SCRIPTLET]
    [2014-06-17 13:06] [ALPM-SCRIPTLET] ==> For setting up Syslinux BIOS using the syslinux-install_update script follow
    [2014-06-17 13:06] [ALPM-SCRIPTLET] https://wiki.archlinux.org/index.php/Syslinux#Automatic_Install
    [2014-06-17 13:06] [ALPM-SCRIPTLET]
    [2014-06-17 13:06] [ALPM-SCRIPTLET] ==> For setting up Syslinux EFI follow
    [2014-06-17 13:06] [ALPM-SCRIPTLET] https://wiki.archlinux.org/index.php/Syslinux#UEFI_Systems
    [2014-06-17 13:06] [ALPM-SCRIPTLET]
    [2014-06-17 13:06] [ALPM-SCRIPTLET] ==> The syslinux-install_update script does not currently support EFI install
    [2014-06-17 13:06] [ALPM-SCRIPTLET]
    [2014-06-17 13:06] [PACMAN] upgraded syslinux (6.03pre12-3 -> 6.03pre14-1)
    [2014-06-17 13:06] [PACMAN] upgraded systemd-sysvcompat (213-5 -> 213-9)
    [2014-06-17 13:06] [PACMAN] upgraded tp_smapi (0.41-46 -> 0.41-47)
    [2014-06-17 13:06] [PACMAN] upgraded tzdata (2014d-1 -> 2014e-1)
    [2014-06-17 13:06] [PACMAN] upgraded volumeicon (0.5.0-2 -> 0.5.0-3)
    [2014-06-17 13:06] [PACMAN] upgraded wireshark-cli (1.10.7-2 -> 1.10.8-1)
    [2014-06-17 13:06] [PACMAN] upgraded wireshark-gtk (1.10.7-2 -> 1.10.8-1)
    [2014-06-17 13:06] [PACMAN] upgraded x264 (1:142.20140311-3 -> 1:142.20140311-4)
    [2014-06-17 13:06] [PACMAN] upgraded xf86-video-intel (2.99.911-2 -> 2.99.912-1)
    [2014-06-17 13:06] [PACMAN] upgraded xfce4-timer-plugin (1.0.0-1 -> 1.6.0-1)
    [2014-06-17 13:06] [PACMAN] upgraded xfsprogs (3.1.11-2 -> 3.2.0-1)
    [2014-06-17 13:06] [PACMAN] upgraded xscreensaver (5.26-1 -> 5.29-1)
    [2014-06-17 13:06] [PACMAN] upgraded youtube-dl (2014.06.04-1 -> 2014.06.16-1)
    [2014-06-17 13:07] [PACMAN] Running 'pacman -S mplayer'
    [2014-06-17 13:07] [PACMAN] Running 'pacman -S mplayer youtube-viewer'
    [2014-06-17 13:09] [PACMAN] installed mplayer (37224-1)
    [2014-06-17 13:09] [PACMAN] installed perl-xml-fast (0.11-5)
    [2014-06-17 13:09] [PACMAN] installed youtube-viewer (1:3.1.1-1)
    [2014-06-17 13:12] [PACMAN] Running 'pacman -Sc'
    help appreciated..
    Last edited by veroke12 (2014-06-17 07:55:23)

    amatriain wrote:Same here. Did you file a bug report?
    kralyk wrote:
    I had the same problem on a Dell laptop. Had to dowgrade to 2.99.911.
    Did you guys file a bugreport?
    not yet, i'm not sure if i have time to file a bugreport..
    and not just the i686 version of xf86-video-intel 2.99.912-1 has problem, the x64 version seems to break the video rendering > https://bbs.archlinux.org/viewtopic.php?id=183052
    Last edited by veroke12 (2014-07-08 15:23:45)

  • [Solved] Can not start timidity

    Edit: The problem disappeared after rebooting the system.
    I am using timidity with pulseaudio. I was able to use timidity a year ago but it doesn't start today.
    % timidity -iA
    Requested buffer size 32768, fragment size 8192
    ALSA pcm 'default' set buffer size 32768, period size 8192 bytes
    TiMidity starting in ALSA server mode
    ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such device
    error in snd_seq_open
    It seems to me that /dev/snd/seq exists. (I am in the audio group.)
    % ls -la /dev/snd/seq
    crw-rw---- 1 root audio 116, 1 Sep 29 22:39 /dev/snd/seq
    I also tried to start timidity as root, getting different errors.
    # timidity -iA
    No protocol specified
    xcb_connection_has_error() returned true
    No protocol specified
    xcb_connection_has_error() returned true
    No protocol specified
    xcb_connection_has_error() returned true
    Couldn't open output device
    Some people got similar errors before, and they fixed their errors by loading snd-seq module.
    # modprobe snd-seq
    modprobe: FATAL: Module snd-seq not found.
    Can anyone fix it?
    Edit: The problem disappeared after rebooting the system.
    Last edited by Haomin (2013-10-05 01:19:23)

    I would do a search for the file libGLU.so.1 to see if it exists on your system.  If it does, I would try to find out where virtualbox is looking for it and symlink it there.  If it does not, I would google to find what package supplies this file.  Hope that helps.  I use virtualbox but have not seen this problem.  If you do need to reinstall, I don't think you would loose your clients unless you delete the config folder in your home directory.

  • [SOLVED] Can't start dhcpcd service

    Hi,
    I installed arch freshly and for some reboots connecting to the internet worked. Somehow I managed to mess it up.
    I tried connecting to a openVPN network (which btw. failed) and when I came back to my other workplace, I could not connect to the internet.
    The ethernet device is up according to ip link. When typing systemctl start dhcpcd@enp8s0 it tells me:
    Failed to start [email protected]: The name org.freedesktop.PolicxKit1 was not provided bz any .service files
    Any hinters how I can restore the default settings I had after/during the installation? My openVPN connectivity problem is a whole other problem, but it would be nice if I could connect to the internet when a router is available...
    Thank you!
    Last edited by mrkernelpanic (2014-10-03 12:15:58)

    Yes I did use sudo, but let me try as root too.
    So after login as root:
    #systemctl enable dhcpcd.service
    Created symlink from /etc/systemd/system/multi-user.target.wants/dhcpcd.service to /usr/lib/sysstemd/system/dhcpcd.service.
    #ip link set enpd8s00 up
    enp8s0 <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    So this results in a working DHCP:
    ● dhcpcd.service - dhcpcd on all interfaces
    Loaded: loaded (/usr/lib/systemd/system/dhcpcd.service; enabled)
    Active: active (running) since Fri 2014-10-03 15:21:18 CEST; 5min ago
    Process: 317 ExecStart=/usr/bin/dhcpcd -q -b (code=exited, status=0/SUCCESS)
    Main PID: 318 (dhcpcd)
    CGroup: /system.slice/dhcpcd.service
    └─318 /usr/bin/dhcpcd -q -b
    Oct 03 15:26:00 lenovo_arch dhcpcd[318]: wlp2s0: if_sendrawpacket: Network is down
    Oct 03 15:26:00 lenovo_arch dhcpcd[318]: wlp2s0: dhcp if_readrawpacket: Network is down
    Oct 03 15:26:04 lenovo_arch dhcpcd[318]: wlp2s0: if_sendrawpacket: Network is down
    Oct 03 15:26:04 lenovo_arch dhcpcd[318]: wlp2s0: dhcp if_readrawpacket: Network is down
    Oct 03 15:26:08 lenovo_arch dhcpcd[318]: wlp2s0: if_sendrawpacket: Network is down
    Oct 03 15:26:08 lenovo_arch dhcpcd[318]: wlp2s0: dhcp if_readrawpacket: Network is down
    Oct 03 15:26:12 lenovo_arch dhcpcd[318]: wlp2s0: if_sendrawpacket: Network is down
    Oct 03 15:26:12 lenovo_arch dhcpcd[318]: wlp2s0: dhcp if_readrawpacket: Network is down
    Oct 03 15:26:16 lenovo_arch dhcpcd[318]: wlp2s0: if_sendrawpacket: Network is down
    Oct 03 15:26:16 lenovo_arch dhcpcd[318]: wlp2s0: dhcp if_readrawpacket: Network is down
    Oh, actually, systemctl status dhcpcd.service > text did output me something for enp8s0 and not just the wireless connections (which I ignore at this point). Let me reboot.
    So this is the newest log. Everything run as root right after reboot.
    #systemctl status dhcdpcd.serivce
    ● dhcpcd.service - dhcpcd on all interfaces
    Loaded: loaded (/usr/lib/systemd/system/dhcpcd.service; enabled)
    Active: active (running) since Fri 2014-10-03 15:40:58 CEST; 38s ago
    Process: 261 ExecStart=/usr/bin/dhcpcd -q -b (code=exited, status=0/SUCCESS)
    Main PID: 266 (dhcpcd)
    CGroup: /system.slice/dhcpcd.service
    └─266 /usr/bin/dhcpcd -q -b
    Oct 03 15:40:58 lenovo_arch dhcpcd[266]: wlp2s0: carrier lost
    Oct 03 15:40:59 lenovo_arch dhcpcd[266]: wlp2s0: soliciting a DHCP lease
    Oct 03 15:41:00 lenovo_arch dhcpcd[266]: enp8s0: carrier acquired
    Oct 03 15:41:00 lenovo_arch dhcpcd[266]: enp8s0: IAID 0e:69:ff:09
    Oct 03 15:41:01 lenovo_arch dhcpcd[266]: enp8s0: rebinding lease of 192.168.33.___
    Oct 03 15:41:01 lenovo_arch dhcpcd[266]: enp8s0: soliciting an IPv6 router
    Oct 03 15:41:09 lenovo_arch dhcpcd[266]: enp8s0: leased 192.168.33.___ for 3600 seconds
    Oct 03 15:41:09 lenovo_arch dhcpcd[266]: enp8s0: adding route to 192.168.32._/__
    Oct 03 15:41:09 lenovo_arch dhcpcd[266]: enp8s0: adding default route via 192.168.32.___
    Oct 03 15:41:14 lenovo_arch dhcpcd[266]: enp8s0: no IPv6 Routers available
    #ip link
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: enp8s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether 3c:97:0e:69:ff:09 brd ff:ff:ff:ff:ff:ff
    3: wlp2s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
    link/ether 60:36:dd:e3:57:b0 brd ff:ff:ff:ff:ff:ff
    #openvpn /etc/openvpn/config.ovpn
    Fri Oct 3 15:43:11 2014 DEPRECATED OPTION: --tls-remote, please update your configuration
    Fri Oct 3 15:43:11 2014 OpenVPN 2.3.4 x86_64-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on May 3 2014
    Fri Oct 3 15:43:11 2014 library versions: OpenSSL 1.0.1i 6 Aug 2014, LZO 2.08
    Fri Oct 3 15:43:17 2014 WARNING: file '/etc/openvpn/ta.key' is group or others accessible
    Fri Oct 3 15:43:17 2014 Control Channel Authentication: using '/etc/openvpn/ta.key' as a OpenVPN static key file
    Fri Oct 3 15:43:17 2014 failed to find GID for group nogroup
    Fri Oct 3 15:43:17 2014 Exiting due to fatal error
    To me, it seems like dhcp is running on ethernet now, but since I have no router at this place (only way to connect to the internet would be establishing a openVPN connection) these logs seem perfectly ok to me. The only thing bugging me right now, is that the wireless card is turned up by default.
    Am I correct with the assumption that connecting to a router should work now?
    Last edited by mrkernelpanic (2014-10-03 12:56:43)

  • [SOLVED]Can´t start SimCity 3000 Linux Edition

    On start i get this
    [vamp898@VampLap vamp898]$ export LD_ASSUME_KERNEL=2.4.1
    [vamp898@VampLap vamp898]$ LD_LIBRARY_PATH=/opt/lib32/lib /usr/local/bin/sc3u
    /usr/local/bin/sc3u: error while loading shared libraries: libdl.so.2: wrong ELF class: ELFCLASS64
    why does he load the 64bit lib even if i give the path?
    //SOLVED: I used the updated/patched installer for SC3U
    Last edited by Vamp898 (2010-06-21 20:53:45)

    As I understand it, as long as you don't try to load rc.lua in your home directory it works, is that correct?
    If so, my own experience is that the easiest is to compare default rc.lua with your own (or if changes have been made to themes), and work it out from there.

Maybe you are looking for

  • Return Messages for a BAPI run in Background

    Hi all, I am running a BAPI( BAPI_SALESORDER_CHANGE ) in Background task, It works fine and updates the Sales order but i dont get any return messages.But based on the return messages i need to show up on the report which orders got updated and which

  • Help with iTunes update and accidentally syncing phone to another iTunes account

    I'm really hoping someone can help me. Earlier tonight I updated iTunes on my laptop. I synced my phone and backed it up only to find an hour later when I was going through my messages that all of my contacts were gone. I read up online and apparentl

  • Connection sql developer

    Hi, I have problems to create a new connection on sql developer. I I create the new connection, the subject, but then when I turn off the computer and then turn it on, starting sqldeveloper, the connection is gone. How can I do? Thank you all for you

  • Maintenance mode related

    Hello, how to identify whether the application is in maintenance mode or not ? Like 1) in front end we wll get the message that application is in maintenance mode? thats it? or anyother way to know?Kindly tell me. Thanks, 928714.

  • Project will not open for Editing from Project Library

    Help! I'm a teacher who puts together a 5 minute news show each week. I was almost done last night when imovie crashed. I tried to get into the project library and can see my project with everything done but the titles and sound. I select it and hit