[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)

Similar Messages

  • HT6117 Error : Can not start the service "Apple Mobile Device"

    I get this error message of Can not start the service "Apple Mobile Device" please verify if you have enough permission to start a service. I have tried reinstalling itunes but could not get rid of the error. I use Win 7 64bit OS. Please help me to resolve the issue
    Thanks
    Venky

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • [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

  • [Solved] Failing to start dhcpcd@eth0 inside libvirt-lxc vm

    What the subject says.
    I was thinking that this could be some systemd 197 related problem. I've downgraded
    to 196 and the problem remains. I have the latest version of all packages (linux, libvirt, etc.)
    See the log below, please. Note that the there is a eth0 interface.
    [arch@gitolite ~]$ ip link
    12: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000
    link/ether 02:00:00:00:00:17 brd ff:ff:ff:ff:ff:ff
    14: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN mode DEFAULT
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    [arch@gitolite ~]$ sudo systemctl start dhcpcd@eth0
    A dependency job for [email protected] failed. See 'journalctl -xn' for details.
    [arch@gitolite ~]$ sudo journalctl -xn
    -- Logs begin at Fri, 2013-01-18 18:32:42 UTC, end at Fri, 2013-01-18 22:32:09 U
    Jan 18 22:29:58 gitolite sudo[45]: pam_unix(sudo:session): session opened for us
    Jan 18 22:29:58 gitolite systemd[1]: Expecting device sys-subsystem-net-devices-
    -- Subject: Unit sys-subsystem-net-devices-eth0.device has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/7d495
    -- Unit sys-subsystem-net-devices-eth0.device has begun starting up.
    Jan 18 22:31:28 gitolite systemd[1]: Job sys-subsystem-net-devices-eth0.device/s
    Jan 18 22:31:28 gitolite systemd[1]: Timed out waiting for device sys-subsystem-
    -- Subject: Unit sys-subsystem-net-devices-eth0.device has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02c
    -- Unit sys-subsystem-net-devices-eth0.device has failed.
    -- The result is timeout.
    Jan 18 22:31:28 gitolite systemd[1]: Dependency failed for dhcpcd on eth0.
    -- Subject: Unit [email protected] has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02c
    -- Unit [email protected] has failed.
    -- The result is dependency.
    Jan 18 22:31:28 gitolite systemd[1]: Job [email protected]/start failed with r
    Jan 18 22:31:28 gitolite systemd[1]: Job sys-subsystem-net-devices-eth0.device/s
    Jan 18 22:31:28 gitolite sudo[45]: pam_unix(sudo:session): session closed for us
    Jan 18 22:32:09 gitolite sudo[48]: arch : TTY=console ; PWD=/home/arch ; USER=ro
    Jan 18 22:32:09 gitolite sudo[48]: pam_unix(sudo:session): session opened for us
    libvirt configuration is simple:
    <domain type='lxc'>
    <name>gitolite</name>
    <uuid>3122bf1d-11bb-0dd8-be64-7e352b3f8694</uuid>
    <memory unit='KiB'>262144</memory>
    <currentMemory unit='KiB'>262144</currentMemory>
    <vcpu placement='static'>1</vcpu>
    <os>
    <type arch='x86_64'>exe</type>
    <init>/sbin/init</init>
    </os>
    <clock offset='utc'/>
    <on_poweroff>destroy</on_poweroff>
    <on_reboot>restart</on_reboot>
    <on_crash>restart</on_crash>
    <devices>
    <emulator>/usr/lib/libvirt/libvirt_lxc</emulator>
    <filesystem type='mount' accessmode='passthrough'>
    <source dir='/mnt/gitolite'/>
    <target dir='/'/>
    </filesystem>
    <interface type='network'>
    <mac address='02:00:00:00:00:17'/>
    <source network='default'/>
    </interface>
    <console type='pty'>
    <target type='lxc' port='0'/>
    </console>
    </devices>
    </domain>
    Can anyone help, please?
    Last edited by masm (2013-01-25 21:12:30)

    I'm trying to get this running without using systemd.
    I restart the domain, and do
    # ip link set eth0 up
    # ip link show eth0
    14: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000
    link/ether 02:00:00:00:00:17 brd ff:ff:ff:ff:ff:ff
    # dhcpcd eth0
    dhcpcd[44]: version 5.6.4 starting
    dhcpcd[44]: eth0: if_init: Read-only file system
    dhcpcd[44]: eth0: interface not found or invalid
    What does this mean? I googled for it, but didn'g find anything
    In the guest, the only filesystem marked as read-only is /sys.
    Any idea?

  • [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!

  • Can't start Foundation Services on Windows XP, Essbase 11.1.2

    Installation and & configuration were fine and everything worked for a while. Machine was rebooted. After that, I tried : "EPM System Start" from start menu, but it fails starting foundation services. I tried starting only Foundation services ... It is the same. In the starter log I can see:
    Adding reference: ant.PropertyHelper
    Detected Java version: 1.6 in: C:\Oracle\Middleware\jdk160_11\jre
    Detected OS: Windows XP
    Adding reference: ant.ComponentHelper
    Setting ro project property: ant.file -> C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml
    Adding reference: ant.projectHelper
    Adding reference: ant.parsing.context
    Adding reference: ant.targets
    parsing buildfile C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml with URI = file:/C:/Oracle/Middleware/EPMSystem11R1/common/config/11.1.2.0/resources/instance/start.xml
    Setting ro project property: ant.project.name -> start engine
    Adding reference: start engine
    Setting ro project property: ant.file.start engine -> C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml
    Project base dir set to: C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance
    +Target:
    +Target: start
    +Target: stop
    [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
    [property] Loading Environment env.
    Setting project property: env.TEMP -> C:\DOCUME~1\apsarch\LOCALS~1\Temp
    Setting project property: env.INIT_PARAM -> EssbaseAdminServices.properties
    Setting project property: env.JAVA_HOME -> C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11
    Setting project property: env.CLASSPATH -> .;C:\Oracle\Middleware\EPMSystem11R1\common\utilities\Ant\1.7.0\lib;C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11\lib;C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\configtool.jar;
    Setting project property: env.day -> 18
    Setting project property: env.ProgramFiles -> C:\Program Files
    Setting project property: env.Path -> C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0;C:\Oracle\Middleware\EPMSystem11R1/products/Essbase/EssbaseServer/bin;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient\bin;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient;;C:\Oracle\Middleware\EPMSystem11R1\common\EssbaseRTC\11.1.2.0;C:\Oracle\Middleware\ohs\bin;C:\Oracle\Middleware\ohs\opmn\bin;C:\Oracle\Middleware\ohs\opmn\lib;C:\Oracle\Middleware\ohs\perl\bin;C:\Oracle\Middleware\EPMSystem11R1\common\ODBC\Merant\6.0\Drivers;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eas\console\bin;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eas\server\bin;C:\Oracle\Middleware\EPMSystem11R1\common\JRE\Sun\1.6.0\bin;C:\WINDOWS\system32C:\Oracle\Middleware\EPMSystem11R1\common\utilities\Ant\1.7.0\bin;C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11\bin;
    Setting project property: env.SESSIONNAME -> RDP-Tcp#1
    Setting project property: env.EPM_ORACLE_INSTANCE -> C:\Oracle\Middleware\user_projects\epmsystem1
    Setting project property: env.SystemRoot -> C:\WINDOWS
    Setting project property: env.EPM_ORACLE_HOME -> C:\Oracle\Middleware\EPMSystem11R1
    Setting project property: env.USERNAME -> apsarch
    Setting project property: env.APS_HOME -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\aps
    Setting project property: env._JAVACMD -> C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11\bin\java.exe
    Setting project property: env.PROCESSOR_LEVEL -> 15
    Setting project property: env.VSEDEFLOGDIR -> C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
    Setting project property: env.FP_NO_HOST_CHECK -> NO
    Setting project property: env.USERPROFILE -> C:\Documents and Settings\apsarch
    Setting project property: env.PROCESSOR_REVISION -> 0209
    Setting project property: env.timestamp -> 20100618T052007
    Setting project property: env.CommonProgramFiles -> C:\Program Files\Common Files
    Setting project property: env.ANT_CMD_LINE_ARGS -> -debug -f C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml start -logfile C:\Oracle\Middleware\user_projects\epmsystem1\diagnostics\logs\starter\starter20100618T052007.log
    Setting project property: env.HOMEPATH -> \Documents and Settings\apsarch
    Setting project property: env.HYPERION_HOME -> C:\Oracle\Middleware\EPMSystem11R1
    Setting project property: env.minute -> 20
    Setting project property: env.PROCESSOR_ARCHITECTURE -> x86
    Setting project property: env.OS -> Windows_NT
    Setting project property: env.EAS_HOME -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eas\server
    Setting project property: env.CLIENTNAME -> Console
    Setting project property: env.ComSpec -> C:\WINDOWS\system32\cmd.exe
    Setting project property: env.PATHEXT -> .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1
    Setting project property: env.PROMPT -> $P$G
    Setting project property: env.dow -> Fri
    Setting project property: env.ALLUSERSPROFILE -> C:\Documents and Settings\All Users
    Setting project property: env.ESSLANG -> English_UnitedStates.Latin1@Binary
    Setting project property: env.HOMEDRIVE -> C:
    Setting project property: env.year -> 2010
    Setting project property: env.PROCESSOR_IDENTIFIER -> x86 Family 15 Model 2 Stepping 9, GenuineIntel
    Setting project property: env.APPDATA -> C:\Documents and Settings\apsarch\Application Data
    Setting project property: env.ESSBASEPATH -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient
    Setting project property: env.NUMBER_OF_PROCESSORS -> 1
    Setting project property: env.month -> 06
    Setting project property: env.second -> 07
    Setting project property: env.ANT_HOME -> C:\Oracle\Middleware\EPMSystem11R1\common\utilities\Ant\1.7.0
    Setting project property: env._USE_CLASSPATH -> yes
    Setting project property: env.DEFLOGDIR -> C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
    Setting project property: env.ARBORPATH -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient
    Setting project property: env.SystemDrive -> C:
    Setting project property: env.TMP -> C:\DOCUME~1\apsarch\LOCALS~1\Temp
    Setting project property: env.USERDOMAIN -> RYLIU-TEST
    Setting project property: env.tvdebugflags -> 0x20805
    Setting project property: env.hour -> 05
    Setting project property: env.windir -> C:\WINDOWS
    Setting project property: env.COMPUTERNAME -> RYLIU-TEST
    Setting project property: env.LOGONSERVER -> \\RYLIU-TEST
    Class com.hyperion.cis.ant.starter.StarterEngine loaded from parent loader (parentFirst)
    +Datatype starter com.hyperion.cis.ant.starter.StarterEngine
    Attempting to create object of type org.apache.tools.ant.helper.DefaultExecutor
    Adding reference: ant.executor
    Build sequence for target(s) `start' is [start]
    Complete build sequence is [start, stop, ]
    start:
    [starter] Starting component: FoundationServices.properties
    [starter] Selected starter: com.hyperion.cis.ant.starter.ServiceStarter@b9b538[name=HyS9FoundationServices,checker=com.hyperion.cis.ant.starter.checkers.J2eeChecker@1e1a408,engine=<null>,id=<null>,type=<null>,waitFor=true,running=false,timeout=500000,interval=5000,softDependency=[],strongDependency=[],isExecuted=false]
    [starter] Start time: Fri Jun 18 05:20:16 PDT 2010
    [starter] End time: Fri Jun 18 05:30:11 PDT 2010. Delay : 595063ms
    [starter] Operation 'start' wasn't completed
    [starter] Starting component: EssbaseAdminServices.properties
    [starter] Selected starter: com.hyperion.cis.ant.starter.ServiceStarter@1835282[name=HyS9eas,checker=com.hyperion.cis.ant.starter.checkers.J2eeChecker@9df354,engine=<null>,id=<null>,type=<null>,waitFor=true,running=false,timeout=500000,interval=5000,softDependency=[FoundationServices.properties],strongDependency=[],isExecuted=false]
    [starter] Start time: Fri Jun 18 05:30:16 PDT 2010
    [starter] End time: Fri Jun 18 05:40:11 PDT 2010. Delay : 595313ms
    [starter] Operation 'start' wasn't completed
    BUILD SUCCESSFUL
    Total time: 20 minutes 1 second
    I need to run Admin Services Console & essmsh. If I try to run Admin Service Console it has error: "Could not connect to admin server" and after thae "EAS server not available". How can I start Essbase? After reboot, I can see only Hyperion Integration service started - all others not (they are set to Automatic start). Also, I see ESSBASE.exe process and couple of opmn.exe ...
    Does anything else has to be started before starting EPM System start script? I really appreciate any help!

    Can't you install Essbase 11.1.1.x to not use Shared Services?
    From the 11.1.1.3 install guide:
    If you want to install Essbase in standalone mode (not using Shared Services), you can skip the installation for Shared Services. However, you must configure the Oracle's Hyperion Shared Services Registry database. To configure the Shared Services Registry database without installing Shared Services, see “Setting Up the Shared Services Registry Without Installing Shared Services” on page 112.And from page 112:
    If you want to install Essbase in standalone mode (not using Shared Services), you can skip the installation for Shared Services. However, you must still configure the Shared Services Registry database. To configure the Shared Services Registry database without installing Shared Services, you run EPM System Configurator from the command line using the –forceRegistry option. This option forces the “Shared Services and Registry Database Configuration” page to display during configuration so you can enter database details for the Shared Services Registry. EPM System Configurator populates the database with tables for the Shared Services Registry, but not for Shared Services.I'm pretty sure people are running Essbase on XP boxes. That includes EAS, and maybe APS for SmartView, and that's pretty much it.
    For sure XP isn't a supported environment.
    Regards,
    Cameron Lackpour

  • Can't start xbmc.service since upgrade to xbmc 12.3-10

    Hi,
    I normally start xbmc via a service file and do not use a login manager, and have done successfully for some time now,
    I can no longer start xbmc.service since upgrading to xbmc 12.3-10
    The errors I receive in the journal are:
    Feb 27 10:52:20 wolverine systemd[242]: pam_nologin(login:account): conversation failed
    Feb 27 10:52:20 wolverine systemd[242]: Failed at step PAM spawning /usr/bin/xinit: Operation not permitted
    Looking at the old and new xbmc.service files, the new xbmc.service now has an additional line specifying "PamName=login"
    Not sure what I need to look at to fix this, any ideas are much appreciated.
    I am temporarily using the old xbmc.service file from the xbmc 12.3-9 package to ensure xbmc starts.
    Thanks in advance for any help.

    Thought I'd chime in here, as I'm having the same problem.  I am using the default service file provided by the xbmc package.  Commenting out PAMName=login in xbmc.service allows xbmc to start successfully on boot.  If I start xbmc.service from a normal shell prompt, it will start fine even with PAMName set.
    cat /usr/lib/systemd/system/xbmc.service
    [Unit]
    Description = Starts instance of XBMC using xinit
    After = remote-fs.target
    [Service]
    User = xbmc
    Group = xbmc
    PAMName=login
    Type = simple
    ExecStart = /usr/bin/xinit /usr/bin/dbus-launch /usr/bin/xbmc-standalone -l /run/lirc/lircd -- :0 -nolisten tcp
    Restart = on-abort
    [Install]
    WantedBy = multi-user.target
    systemctl -l status xbmc.service
    xbmc.service - Starts instance of XBMC using xinit
    Loaded: loaded (/usr/lib/systemd/system/xbmc.service; enabled)
    Active: failed (Result: exit-code) since Fri 2014-02-28 10:56:50 EST; 42min ago
    Process: 205 ExecStart=/usr/bin/xinit /usr/bin/dbus-launch /usr/bin/xbmc-standalone -l /run/lirc/lircd -- :0 -nolisten tcp (code=exited, status=224/PAM)
    Main PID: 205 (code=exited, status=224/PAM)
    CGroup: /system.slice/xbmc.service
    Feb 28 10:56:49 zbox systemd[1]: Starting Starts instance of XBMC using xinit...
    Feb 28 10:56:49 zbox systemd[1]: Started Starts instance of XBMC using xinit.
    Feb 28 10:56:50 zbox systemd[1]: xbmc.service: main process exited, code=exited, status=224/PAM
    Feb 28 10:56:50 zbox systemd[1]: Unit xbmc.service entered failed state.
    cat /etc/pam.d/login
    #%PAM-1.0
    auth required pam_securetty.so
    auth requisite pam_nologin.so
    auth include system-local-login
    account include system-local-login
    session include system-local-login

  • Can't start OLAPServer service after installing patches #9.0.1.3

    I had a running OLAPServer service before I installed the 9i latest patches (#9.0.1.3) yesterday.
    I have tried to use either Windows Service Manager or OLAP Services Instances Manager to start that service.
    When I tried to use OLAP OSIM, I got error message like this :
    XPINSMGR - 10565 Cannot access olap service from this database. Cause : an attempt was made to access OLAP services on a database on which it is not installed (?). Action: Install OLAP Service in the database...
    I have tried to create a new database and set all the OLAP configuration, but it is still not working..
    Is there someone can help me to figure out what happened ?
    thanks, Sjarif

    Thank's for your suggestion. But my problem occured after I installed the 9.0.1.3.1 patch on my 9i database server (in run on XP Pro machine). I have checked OLAPDBA,OLAPSYS,and OLAPSVR security status, they are NOT LOCKED and NOT EXPIRED.
    I have checked the content of OLAPServicesAgent.log file and I find ORA-03113 error.
    This is the content of OLAPServicesAgent.log file:
    [08-Apr-2002, 12:47:28PM] Finished waiting for init thread to finish; wait result: 0
    [08-Apr-2002, 12:47:28PM] Waiting for serviceDoneEvent to be triggered.
    [08-Apr-2002, 12:47:28PM] Filtering output using VERBOSE DEBUG (level 3 of 3) mode.
    [08-Apr-2002, 12:47:28PM]
    [08-Apr-2002, 12:47:28PM] Retrieving privilege information from registry and RDBMS.
    [08-Apr-2002, 12:47:28PM] New RDBMSInstance() allocated.
    [08-Apr-2002, 12:47:28PM] ztcsr failed with error code -1013
    [08-Apr-2002, 12:47:28PM]
    [08-Apr-2002, 12:47:37PM] GetRDBMSConnection(): setConnection() failed.
    [08-Apr-2002, 12:47:37PM] Was trying to connect to tns listener, OLAPDATA, with user id, olapsvr
    [08-Apr-2002, 12:47:37PM] Error message was: ORA-03113: end-of-file on communication channel
    [08-Apr-2002, 12:47:37PM]
    [08-Apr-2002, 12:47:37PM] Error code was: 4294967295, Function was: TxsRdbOCIConnection::connect
    [08-Apr-2002, 12:47:37PM] RDBMSInstance() destructor called.
    [08-Apr-2002, 12:47:37PM] New RDBMSInstance() allocated.
    [08-Apr-2002, 12:47:37PM] ztcsr failed with error code -1013
    [08-Apr-2002, 12:47:37PM]
    [08-Apr-2002, 12:47:37PM] GetRDBMSConnection(): setConnection() failed.
    [08-Apr-2002, 12:47:37PM] Was trying to connect to tns listener, OLAPDATA, with user id, olapsvr
    [08-Apr-2002, 12:47:37PM] Error message was: ORA-03113: end-of-file on communication channel
    [08-Apr-2002, 12:47:37PM]
    [08-Apr-2002, 12:47:37PM] Error code was: 4294967295, Function was: TxsRdbOCIConnection::connect
    [08-Apr-2002, 12:47:37PM] RDBMSInstance() destructor called.
    [08-Apr-2002, 12:47:37PM] New RDBMSInstance() allocated.
    [08-Apr-2002, 12:47:37PM] ztcsr failed with error code -1013
    [08-Apr-2002, 12:47:37PM]
    [08-Apr-2002, 12:47:38PM] GetRDBMSConnection(): setConnection() failed.
    [08-Apr-2002, 12:47:38PM] Was trying to connect to tns listener, OLAPDATA, with user id, olapsvr
    [08-Apr-2002, 12:47:38PM] Error message was: ORA-03113: end-of-file on communication channel
    [08-Apr-2002, 12:47:38PM]
    [08-Apr-2002, 12:47:38PM] Error code was: 4294967295, Function was: TxsRdbOCIConnection::connect
    [08-Apr-2002, 12:47:38PM] RDBMSInstance() destructor called.
    [08-Apr-2002, 12:47:38PM] New RDBMSInstance() allocated.
    [08-Apr-2002, 12:47:38PM] ztcsr failed with error code -1013
    [08-Apr-2002, 12:47:38PM]
    [08-Apr-2002, 12:47:38PM] GetRDBMSConnection(): setConnection() failed.
    [08-Apr-2002, 12:47:38PM] Was trying to connect to tns listener, OLAPDATA, with user id, olapsvr
    [08-Apr-2002, 12:47:38PM] Error message was: ORA-03113: end-of-file on communication channel
    [08-Apr-2002, 12:47:38PM]
    [08-Apr-2002, 12:47:38PM] Error code was: 4294967295, Function was: TxsRdbOCIConnection::connect
    [08-Apr-2002, 12:47:38PM] RDBMSInstance() destructor called.
    [08-Apr-2002, 12:47:38PM] Done retrieving privilege information.
    [08-Apr-2002, 12:47:38PM] Starting IOR listener on port: 7051
    [08-Apr-2002, 12:47:38PM] ServiceManager Constructor called.
    [08-Apr-2002, 12:47:38PM] ScmEnumServicesStatus()***ret = 234***m_hServiceManager = 1417944***bufsize = 10180***numServices = 0
    [08-Apr-2002, 12:47:38PM] ScmEnumServicesStatus()***ret = 0***m_hServiceManager = 1417944***bufsize = 0***numServices = 98
    [08-Apr-2002, 12:47:39PM] An access provider was found reading the Security/AuthenticationProviderPath registry key (C:\OraHome1\bin\xsapdbms.dll) for the service name, OLAPServer
    [08-Apr-2002, 12:47:39PM] New RDBMSInstance() allocated.
    [08-Apr-2002, 12:47:39PM] ztcsr failed with error code -1013
    [08-Apr-2002, 12:47:39PM]
    [08-Apr-2002, 12:47:39PM] GetRDBMSConnection(): setConnection() failed.
    [08-Apr-2002, 12:47:39PM] Was trying to connect to tns listener, OLAPDATA, with user id, olapsvr
    [08-Apr-2002, 12:47:39PM] Error message was: ORA-03113: end-of-file on communication channel
    [08-Apr-2002, 12:47:39PM]
    [08-Apr-2002, 12:47:39PM] Error code was: 4294967295, Function was: TxsRdbOCIConnection::connect
    [08-Apr-2002, 12:47:39PM] RDBMSInstance() destructor called.
    [08-Apr-2002, 12:47:39PM] ExecuteRDBMSCommand() failed, command = select * from ALL_OLAP_os_child_instances
    [08-Apr-2002, 12:47:39PM] Unable to add Olap child instance, OLAPServer, to the Oracle ALL_OLAP_os_child_instances table.
    [08-Apr-2002, 12:47:39PM] Check to see if the usernames and passwords within olap.key associated with
    [08-Apr-2002, 12:47:39PM] this instance are correct. If not, use the /CreateKeyval option of xsdaemon to reset the values, or use
    [08-Apr-2002, 12:47:39PM] the script provided for that purpose.
    [08-Apr-2002, 12:47:39PM] xsdaemon process is terminating abnormally.
    It seems to me there is a problem in OCI connection ...
    Thanks.
    Sjarif

  • Can't start messaging service

    I am not able to start my messaging server
    this is what i get when i do ./start-msg01
    # ./start-msg
    /usr/iplanet/server5: POP3 daemon process already running: 756
    /usr/iplanet/server5: IMAP4 daemon process already running: 770
    /usr/iplanet/server5: HTTP daemon process already running: 785
    11:02:32.76: Internal error in cl_init -- cannot open extant command option file
    Starting ENS daemon
    if i do netstat -an|grep 143
    i can see IMAP is running
    if i do netstat -an|grep 110
    i can see POP3 is running
    if i do netstat -an|grep 25
    i can't see any service running on port 25 (smtp)
    Please let me know about it

    cannot open extant command option file
    Sounds like you have created an option file, but the server can't open it. Check permisisons and contents of all channel option files.
    did this ever work? What have you changed since it last worked?

  • Can't  start oracle8i service after installing successfully

    Hello
    i have already install oracle8.1.5 on solaris intel 7
    after installing, i want to start oracle service,
    using oracle accout, i log in , i go to $ORACLE_HOME/bin and execute 'dbstart'
    it is said 'cat can't open /etc/oratab'
    my ipc parametr is:
    set shmsys:shminfo_shmmax=4294967295
    set shmsys:shminfo_shmmin=1
    set shmsys:shminfo_shmmni=100
    set shmsys:shminfo_shmseg=10
    set semsys:seminfo_semmni=100
    set semsys:seminfo_semmsl=200
    set semsys:seminfo_semmns=420
    set semsys:seminfo_semopm=100
    set semsys:seminfo_semvmx=32767
    .profile is
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/8.1.5
    ORACLE_SID=o815
    PATH=$ORACLE_HOME/bin:/bin:/usr/bin
    can anyone help me?
    thanks a lot
    liu fang

    Hi,
    check the file oratab under /etc and the permission on that.if oratab is not under etc make a search for oratab and copy that to under /etc.
    try ps -ef |grep oracle
    see what happened.
    Yogi
    [email protected]

  • Can't Start FRS services.

    Hi,
    I can't seem to start my input, or output FRS. If I try to start the services, they stop immediatly. The following error is logged in event viewer:
    The root server reported an error Configuration Problem. (Reason: Cannot find the root directory '' to start the File Repository Server.).
    Any support would be greatly appreciated.
    Sang.

    Alright here you go...give this a shot!
    AGAIN...I have never used CE8 so I am not sure if CE8 had a CCM interface like BO XI does, but if it does, then this might work....
    1. Open the CCM.
    2. Stop the appropriate FRS and click the Properties button.
    3. Type u201Cu2013RootDir <RootDirFolder>u201D at the end of the Command text box:
    u201C\C$\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\outputfileserver.exeu201D -service -name <FileServerInstance> -ns <CMSClusterName> -restart -RootDir u201CD:\BO FRS\Outputu201D
    4. Restart the FRS.
    Edited by: Sarang Deshpande on Oct 13, 2008 2:27 PM

  • Can't start MTA service

    I have installed "ims-5.2-zh.x86-intel-winnt4.0" in win2000 server(SP2), but I can't start both "iPlanet Job Controller" and "iPlanet Dispatcher" service, the system error code is 1067.
    thanks!
    I print out the conf here:"
    alarm.diskavail.msgalarmdescription = "percentage mail partition diskspace available"
    alarm.diskavail.msgalarmstatinterval = 3600
    alarm.diskavail.msgalarmthreshold = 10
    alarm.diskavail.msgalarmthresholddirection = -1
    alarm.diskavail.msgalarmwarninginterval = 24
    alarm.msgalarmnoticeport = 25
    alarm.msgalarmnoticercpt = postmaster
    alarm.msgalarmnoticesender = postmaster
    alarm.serverresponse.msgalarmdescription = "server response time in seconds"
    local.defdomain = zspower.com
    local.enduseradmindn = "uid=msg-admin-mail.zspower.com-20041013085035, ou=People, o=zspower.com, o=internet"
    local.hostname = mail.zspower.com
    local.imta.imta_tailor = C:/iPlanet/Server5/msg-mail/imta/config/imta_tailor
    local.imta.ssrenabled = yes
    local.installeddir = C:/iPlanet/Server5/bin/msg
    local.instancedir = C:/iPlanet/Server5/msg-mail
    local.ldapbasedn = o=NetscapeRoot
    local.ldapcachefile = C:/iPlanet/Server5/msg-mail/config/local.conf
    local.ldaphost = mail.zspower.com
    local.ldapport = 389
    local.ldapsiedn = "cn=msg-mail, cn=iPlanet Messaging Applications, cn=Server Group, cn=mail.zspower.com, ou=zspower.com, o=NetscapeRoot"
    local.ldapusessl = False
    local.servergid = None
    local.servername = mail
    local.serverroot = C:/iPlanet/Server5
    local.servertype = msg
    local.serveruid = mailsrv
    local.service.pab.ldapbinddn = "uid=msg-admin-mail.zspower.com-20041013085035, ou=People, o=zspower.com, o=internet"
    local.service.pab.ldaphost = mail.zspower.com
    local.service.pab.ldapport = 389
    local.ugldapbasedn = o=internet
    local.ugldapbinddn = "uid=msg-admin-mail.zspower.com-20041013085035, ou=People, o=zspower.com, o=internet"
    local.ugldapdeforgdn = "o=zspower.com, o=internet"
    local.ugldaphost = mail.zspower.com
    local.ugldapport = 389
    local.ugldapuselocal = yes
    local.webmail.da.host = mail.zspower.com
    local.webmail.da.port = 180
    service.dcroot = o=internet
    service.defaultdomain = zspower.com
    store.serviceadmingroupdn = "cn=Service Administrators, ou=Groups, o=internet"

    have you ran ims_dssetup.pl from the hot-fix package?
    have you installed iMS hot-fix?
    the one supplied with the packag is a little buggy and may not work properly.

  • Can't start NT service for Directory Server using other acc. than LocalSys.

    Hi!
    I'm using Directory Server 5.1 on a Windows 2000 machine.
    I wrote a Plug-In for DS that needs Administrator Access to the NT Domain. So I tried to run the DS-Service as Administrator but the service can not start. I just keeps in status "starting...".
    I don't get any error message and the errorlog doesn't contain anything.
    Has anyone an idea?
    Thanks!
    Florian

    I forgot to tell one thing: I use SSL, without SSL I do not have this problem. Perhaps it's only the popup I get when starting DS, where I have to enter the certificate password?

  • Can't start web services in OSX Server 10.3

    I used the GUI to turn on webDAV on one of my domains and now I can't even start web services.
    For some reason, all of my domains now have multiple alias mappings, redirects, alias matches and redirect matches.
    I have tried to delete the additional mappings from my domains, but everytime I hit save, they rewrite themselves. I deleted the domain in which I activated webDAV and recreated it and the mappings still rewrite themselves.
    Any suggestions as to how to stop the automatic writing of the mappings and get my web services up and running again?
    This is the last error in the httpd error log:
    [Wed Mar 22 18:14:17 2006] [notice] SIGUSR1 received. Doing graceful restart

    Here is the info from the apache config test:
    Processing config directory: /etc/httpd/sites/*.conf
    Processing config file: /etc/httpd/sites/0000127.0.0.1_80macintosh.local.conf
    Processing config file: /etc/httpd/sites/0001216.170.182.82_80www.volbusiness.com.conf
    Syntax error on line 36 of /etc/httpd/sites/0001216.170.182.82_80www.volbusiness.com.conf:
    Redirect to non-URL
    From the error log:
    [Sat Mar 18 04:31:21 2006] [notice] Apache/1.3.33 (Darwin) PHP/4.3.11 mod_perl/1.26 configured -- resuming normal operations
    [Sat Mar 18 04:31:21 2006] [notice] Accept mutex: flock (Default: flock)
    [Sat Mar 18 04:45:05 2006] [error] [client 216.170.182.82] File does not exist: /Library/WebServer/Documents/masterfritts/x-plane/
    airports/cyyzoverhead.jpg
    [Sat Mar 18 04:45:05 2006] [error] [client 216.170.182.82] File does not exist: /Library/WebServer/Documents/masterfritts/error.ht
    ml
    [Sat Mar 18 04:45:20 2006] [error] [client 216.170.182.82] File does not exist: /Library/WebServer/Documents/robots.txt
    [Sat Mar 18 04:45:24 2006] [error] [client 151.44.166.127] File does not exist: /Library/WebServer/Documents/masterfritts/favicon.
    ico
    [Sat Mar 18 04:45:24 2006] [error] [client 151.44.166.127] File does not exist: /Library/WebServer/Documents/masterfritts/error.ht
    ml
    [Sat Mar 18 04:45:27 2006] [error] [client 216.170.182.82] File does not exist: /Library/WebServer/Documents/masterfritts/favicon.
    ico
    [Sat Mar 18 04:45:27 2006] [error] [client 216.170.182.82] File does not exist: /Library/WebServer/Documents/masterfritts/error.ht
    ml
    [Sat Mar 18 04:45:31 2006] [error] [client 216.170.182.82] File does not exist: /Library/WebServer/Documents/masterfritts/favicon.
    ico
    [Sat Mar 18 04:45:31 2006] [error] [client 216.170.182.82] File does not exist: /Library/WebServer/Documents/masterfritts/error.ht
    ml
    [Sat Mar 18 04:45:58 2006] [error] [client 151.44.166.127] File does not exist: /Library/WebServer/Documents/masterfritts/favicon.
    ico
    [Sat Mar 18 04:45:58 2006] [error] [client 151.44.166.127] File does not exist: /Library/WebServer/Documents/masterfritts/error.ht
    ml
    [Sat Mar 18 04:47:57 2006] [error] [client 216.170.182.82] File does not exist: /Library/WebServer/Documents/masterfritts/robots.t
    xt
    [Sat Mar 18 04:47:57 2006] [error] [client 216.170.182.82] File does not exist: /Library/WebServer/Documents/masterfritts/error.ht
    ml
    [Sat Mar 18 04:57:55 2006] [error] [client 216.170.182.82] File does not exist: /Library/WebServer/Documents/masterfritts/ultrabou
    vi.jpg
    [Sat Mar 18 04:57:55 2006] [error] [client 216.170.182.82] File does not exist: /Library/WebServer/Documents/masterfritts/error.ht
    ml
    [Sat Mar 18 05:14:38 2006] [error] [client 202.160.180.194] File does not exist: /Library/WebServer/Documents/masterfritts/robots.
    txt
    [Sat Mar 18 05:14:38 2006] [error] [client 202.160.180.194] File does not exist: /Library/WebServer/Documents/masterfritts/error.h
    tml
    [Sat Mar 18 05:18:57 2006] [error] [client 66.249.65.230] File does not exist: /Library/WebServer/Documents/masterfritts/robots.tx
    t
    [Sat Mar 18 05:18:57 2006] [error] [client 66.249.65.230] File does not exist: /Library/WebServer/Documents/masterfritts/error.htm

  • Subordinate certification authority can't start ADCS service: The revocation function was unable to check revocation because the revocation server was offline. 0x80092013 (-2146885613 CRYPT_E_REVOCATION_OFFLINE).

    Hi
    I have 1 rootCA and 1 subordinate CA. I removed one of the locations to publish CRL and after that the ADCS service can't start. I get the warning first:
    Revocation status for a certificate in the chain for CA certificate 2 for siu-SRVDC01-CA could not be verified because a server is currently unavailable.  The revocation function was unable to check revocation because the revocation server was offline.
    0x80092013 (-2146885613 CRYPT_E_REVOCATION_OFFLINE).
    And then the error:
    Active Directory Certificate Services did not start: Could not load or verify the current CA certificate.  siu-SRVDC01-CA The revocation function was unable to check revocation because the revocation server was offline. 0x80092013 (-2146885613 CRYPT_E_REVOCATION_OFFLINE).
    I've read many threads with similar problems but I can't find the solution. The CDP is online. I've run "certutil -url cert.cer" to verify the CDP and AIA and everything is fine. But the service is still not starting.
    See this command too:
    C:\>certutil -verify -urlfetch subCADC01.cer
    Issuer:
        CN=siu-SRVDC02-CA
        DC=siu
        DC=domain
      Name Hash(sha1): 152a7c43f186d9179c1c3256d3a1a0af4a9df892
      Name Hash(md5): b409e417a38bbe04b5800512bd94efac
    Subject:
        CN=siu-SRVDC01-CA
        DC=siu
        DC=domain
      Name Hash(sha1): 5ee421b84c3b18ff134cf2e42226853d78d3409b
      Name Hash(md5): e1a454692361733e45dad374dc14cae3
    Cert Serial Number: 1e0000022c707c76c0a27b315700000000022c
    dwFlags = CA_VERIFY_FLAGS_CONSOLE_TRACE (0x20000000)
    dwFlags = CA_VERIFY_FLAGS_DUMP_CHAIN (0x40000000)
    ChainFlags = CERT_CHAIN_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT (0x40000000)
    HCCE_LOCAL_MACHINE
    CERT_CHAIN_POLICY_BASE
    -------- CERT_CHAIN_CONTEXT --------
    ChainContext.dwInfoStatus = CERT_TRUST_HAS_PREFERRED_ISSUER (0x100)
    ChainContext.dwRevocationFreshnessTime: 1 Hours, 2 Minutes, 16 Seconds
    SimpleChain.dwInfoStatus = CERT_TRUST_HAS_PREFERRED_ISSUER (0x100)
    SimpleChain.dwRevocationFreshnessTime: 1 Hours, 2 Minutes, 16 Seconds
    CertContext[0][0]: dwInfoStatus=102 dwErrorStatus=0
      Issuer: CN=siu-SRVDC02-CA, DC=siu, DC=domain
      NotBefore: 19.03.2015 11:18
      NotAfter: 19.03.2017 11:28
      Subject: CN=siu-SRVDC01-CA, DC=siu, DC=domain
      Serial: 1e0000022c707c76c0a27b315700000000022c
      Template: SubCA
      a1a8a95464c5b586da6e9b304142d59fc5a22ae0
      Element.dwInfoStatus = CERT_TRUST_HAS_KEY_MATCH_ISSUER (0x2)
      Element.dwInfoStatus = CERT_TRUST_HAS_PREFERRED_ISSUER (0x100)
      ----------------  Certificate AIA  ----------------
      Verified "Certificate (0)" Time: 0
        [0.0] http://wwwca/CertEnroll/srvdc02.siu.domain_siu-SRVDC02-CA.crt
      ----------------  Certificate CDP  ----------------
      Verified "Base CRL (26)" Time: 0
        [0.0] http://sharepoint.siu.no:8088/siu-SRVDC02-CA.crl
      ----------------  Base CRL CDP  ----------------
      No URLs "None" Time: 0
      ----------------  Certificate OCSP  ----------------
      No URLs "None" Time: 0
        CRL 26:
        Issuer: CN=siu-SRVDC02-CA, DC=siu, DC=domain
        ThisUpdate: 19.03.2015 11:10
        NextUpdate: 15.09.2015 23:30
        e2ee543a68214f9b99dda2e9f58b1ddfc34429d1
    CertContext[0][1]: dwInfoStatus=10c dwErrorStatus=0
      Issuer: CN=siu-SRVDC02-CA, DC=siu, DC=domain
      NotBefore: 23.09.2011 13:00
      NotAfter: 23.09.2021 13:10
      Subject: CN=siu-SRVDC02-CA, DC=siu, DC=domain
      Serial: 60fc459ebdefa5b646a081b0c21c259d
      4ea8bb95b0038c69a83c939e8a54f892cd0b5056
      Element.dwInfoStatus = CERT_TRUST_HAS_NAME_MATCH_ISSUER (0x4)
      Element.dwInfoStatus = CERT_TRUST_IS_SELF_SIGNED (0x8)
      Element.dwInfoStatus = CERT_TRUST_HAS_PREFERRED_ISSUER (0x100)
      ----------------  Certificate AIA  ----------------
      No URLs "None" Time: 0
      ----------------  Certificate CDP  ----------------
      No URLs "None" Time: 0
      ----------------  Certificate OCSP  ----------------
      No URLs "None" Time: 0
    Exclude leaf cert:
      691f7e42f5c4a86d03b7225bf7303369ef6dcc7e
    Full chain:
      17e5b9477a1736c33dc0ff245e7b06de5b958c4c
    Verified Issuance Policies: None
    Verified Application Policies: All
    Cert is a CA certificate
    Leaf certificate revocation check passed
    CertUtil: -verify command completed successfully.
    Any clue?

    It looks like it is trying to get the CRL using LDAP. It is quite strange since no ldap entry is on the subordinate CA,
    only an HTTP address:
              <CertificateRevocationList location="TvoCache" url="ldap:///CN=siu-SRVDC02-CA,CN=srvdc02,CN=CDP,CN=Public%20Key%20Services,CN=Services,CN=Configuration,DC=siu,DC=domain?certificateRevocationList?base?objectClass=cRLDistributionPoint"
    fileRef="DEEB557897A9FEA217DF83D95BF24CA54051B1CF.crl" issuerName="siu-SRVDC02-CA" />
                <CertificateRevocationList deltaCRL="true" location="TvoCache" url="ldap:///CN=siu-SRVDC02-CA,CN=srvdc02,CN=CDP,CN=Public%20Key%20Services,CN=Services,CN=Configuration,DC=siu,DC=domain?deltaRevocationList?base?objectClass=cRLDistributionPoint" 
    I have checked that object using adsi Edit and the permissions seem ok. Also there is a value on both attributes: certificateRevocationList and deltaRevocationList.
    This problem happened after I removed the LDAP entry for the "CRL Distribution point" from the sub CA properties. Should I add back the LDAP entry?
    Log Name:      Microsoft-Windows-CAPI2/Operational
    Source:        Microsoft-Windows-CAPI2
    Date:          19.03.2015 14:42:07
    Event ID:      11
    Task Category: Build Chain
    Level:         Error
    Keywords:      Path Discovery,Path Validation
    User:          SYSTEM
    Computer:      srvdc01.siu.domain
    Description:
    For more details for this event, please refer to the "Details" section
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-CAPI2" Guid="{5bbca4a8-b209-48dc-a8c7-b23d3e5216fb}" />
        <EventID>11</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>11</Task>
        <Opcode>2</Opcode>
        <Keywords>0x4000000000000003</Keywords>
        <TimeCreated SystemTime="2015-03-19T13:42:07.481533500Z" />
        <EventRecordID>131</EventRecordID>
        <Correlation />
        <Execution ProcessID="6288" ThreadID="5472" />
        <Channel>Microsoft-Windows-CAPI2/Operational</Channel>
        <Computer>srvdc01.siu.domain</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <UserData>
        <CertGetCertificateChain>
          <Certificate fileRef="E02AA2C59FD54241309B6EDA86B5C56454A9A8A1.cer" subjectName="siu-SRVDC01-CA" />
          <ExtendedKeyUsage />
          <Flags value="40000000" CERT_CHAIN_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT="true" />
          <ChainEngineInfo context="machine" />
          <CertificateChain chainRef="{60B61582-1C3C-4B58-AE8C-70278ADEE402}" revocationFreshnessTime="P2DT21H13M20S">
            <TrustStatus>
              <ErrorStatus value="1000040" CERT_TRUST_REVOCATION_STATUS_UNKNOWN="true" CERT_TRUST_IS_OFFLINE_REVOCATION="true" />
              <InfoStatus value="100" CERT_TRUST_HAS_PREFERRED_ISSUER="true" />
            </TrustStatus>
            <ChainElement>
              <Certificate fileRef="E02AA2C59FD54241309B6EDA86B5C56454A9A8A1.cer" subjectName="siu-SRVDC01-CA" />
              <SignatureAlgorithm oid="1.2.840.113549.1.1.5" hashName="SHA1" publicKeyName="RSA" />
              <PublicKeyAlgorithm oid="1.2.840.113549.1.1.1" publicKeyName="RSA" publicKeyLength="2048" />
              <TrustStatus>
                <ErrorStatus value="1000040" CERT_TRUST_REVOCATION_STATUS_UNKNOWN="true" CERT_TRUST_IS_OFFLINE_REVOCATION="true" />
                <InfoStatus value="102" CERT_TRUST_HAS_KEY_MATCH_ISSUER="true" CERT_TRUST_HAS_PREFERRED_ISSUER="true" />
              </TrustStatus>
              <ApplicationUsage any="true" />
              <IssuanceUsage />
              <RevocationInfo freshnessTime="P2DT21H13M20S">
                <RevocationResult value="80092013">The revocation function was unable to check revocation because the revocation server was offline.</RevocationResult>
                <StrongSignProperties signHash="RSA/SHA1" issuerPublicKeyLength="2048" />
                <DeltaStrongSignProperties signHash="RSA/SHA1" issuerPublicKeyLength="2048" />
                <CertificateRevocationList location="TvoCache" url="ldap:///CN=siu-SRVDC02-CA,CN=srvdc02,CN=CDP,CN=Public%20Key%20Services,CN=Services,CN=Configuration,DC=siu,DC=domain?certificateRevocationList?base?objectClass=cRLDistributionPoint"
    fileRef="DEEB557897A9FEA217DF83D95BF24CA54051B1CF.crl" issuerName="siu-SRVDC02-CA" />
                <CertificateRevocationList deltaCRL="true" location="TvoCache" url="ldap:///CN=siu-SRVDC02-CA,CN=srvdc02,CN=CDP,CN=Public%20Key%20Services,CN=Services,CN=Configuration,DC=siu,DC=domain?deltaRevocationList?base?objectClass=cRLDistributionPoint"
    fileRef="58A2CDBC7A238DDD76EEFEDE354A04596F5AED71.crl" issuerName="siu-SRVDC02-CA" />
              </RevocationInfo>
            </ChainElement>
            <ChainElement>
              <Certificate fileRef="56500BCD92F8548A9E933CA8698C03B095BBA84E.cer" subjectName="siu-SRVDC02-CA" />
              <SignatureAlgorithm oid="1.2.840.113549.1.1.5" hashName="SHA1" publicKeyName="RSA" />
              <PublicKeyAlgorithm oid="1.2.840.113549.1.1.1" publicKeyName="RSA" publicKeyLength="2048" />
              <TrustStatus>
                <ErrorStatus value="0" />
                <InfoStatus value="10C" CERT_TRUST_HAS_NAME_MATCH_ISSUER="true" CERT_TRUST_IS_SELF_SIGNED="true" CERT_TRUST_HAS_PREFERRED_ISSUER="true" />
              </TrustStatus>
              <ApplicationUsage any="true" />
              <IssuanceUsage any="true" />
            </ChainElement>
          </CertificateChain>
          <EventAuxInfo ProcessName="certsrv.exe" />
          <CorrelationAuxInfo TaskId="{54E4FCD3-E70A-4024-BB81-6A053EAACE21}" SeqNumber="9" />
          <Result value="80092013">The revocation function was unable to check revocation because the revocation server was offline.</Result>
        </CertGetCertificateChain>
      </UserData>
    </Event>

Maybe you are looking for

  • How can I access my files one more time?

    I am using OS X 10.4 on PowerBook G4. I did something very wrong. I right clicked on my actual hard drive then "Get info" then I tried to do some changes. On the very bottom of that menu I saw an option calls Access, so I changed it to admin then pre

  • IPod not being recognized as being connected!

    I purchased my iPod mini about a week ago and for the past 2 days when I plugin the iPod to the USB cord which is connected to my 2.0 USB port, iTunes & iPod Updater do not recognize that there is an iPod connected. Can someone please help me? Thanks

  • Remove XI-part of SOAP Header in Axis Adapter

    Hi folks! We are running a PI 7.11 and use the SOAP Axis Sender Adapter in a synchronous SOAP Web Service scenario. Our challenge is that in our response we definitely need a SOAP Header tag, but it should be empty like this <soapenv:Header/> or this

  • [3.2.20.09]Select Connection dialog no longer remember previous selection

    Hi. With the latest version a new (relatively minor) annoyance has been introduced. If you go to Reports -> Data Dictionary Reports -> PLSQL -> Search Source Code a "Select Connection" popup dialog appears. In older versions, the item selected on las

  • Attempt to access files shuts down logic pro

    Hi, I'm trying to open a file with logic Pro That used to open but now when i try to open it, it shuts down logic instantly! The file is on a firewire drive but there are other files on that drive that give me no problems! I copied the file to my sys