Can't start kodi via kodi.service supplied by kodi-standalone-service

I got past the same issue found here. Now I'm flummoxed by a failure to start kodi.
Journal looks something like this:
Jan 19 16:22:58 lamassu systemd[1]: Starting user-420.slice.
Jan 19 16:22:58 lamassu systemd[1]: Created slice user-420.slice.
Jan 19 16:22:58 lamassu systemd[1]: Starting Session c1 of user kodi.
Jan 19 16:22:58 lamassu systemd[1]: Started Session c1 of user kodi.
Jan 19 16:22:58 lamassu systemd[1]: Starting User Manager for UID 420...
Jan 19 16:22:58 lamassu systemd[373]: pam_unix(systemd-user:session): session opened for user kodi by (uid=0)
Jan 19 16:22:58 lamassu systemd[373]: Starting Timers.
Jan 19 16:22:58 lamassu systemd[373]: Reached target Timers.
Jan 19 16:22:58 lamassu systemd[373]: Starting Paths.
Jan 19 16:22:58 lamassu systemd[373]: Reached target Paths.
Jan 19 16:22:58 lamassu systemd[373]: Starting Sockets.
Jan 19 16:22:58 lamassu systemd[373]: Reached target Sockets.
Jan 19 16:22:58 lamassu systemd[373]: Starting Basic System.
Jan 19 16:22:58 lamassu systemd[373]: Reached target Basic System.
Jan 19 16:22:58 lamassu systemd[373]: Starting Default.
Jan 19 16:22:58 lamassu systemd[373]: Reached target Default.
Jan 19 16:22:58 lamassu systemd[373]: Startup finished in 8ms.
Jan 19 16:22:58 lamassu systemd[1]: Started User Manager for UID 420.
Jan 19 16:22:58 lamassu systemd[1]: Started Samba NetBIOS name server.
Jan 19 16:22:58 lamassu systemd[1]: Starting Samba SMB/CIFS server...
Jan 19 16:22:58 lamassu systemd[1]: Started Samba SMB/CIFS server.
Jan 19 16:22:58 lamassu systemd[1]: Starting Multi-User System.
Jan 19 16:22:58 lamassu systemd[1]: Reached target Multi-User System.
Jan 19 16:22:58 lamassu systemd[1]: Starting Graphical Interface.
Jan 19 16:22:58 lamassu systemd[1]: Reached target Graphical Interface.
Jan 19 16:22:58 lamassu systemd[1]: Startup finished in 1.539s (kernel) + 6.979s (userspace) = 23.149s.
Jan 19 16:22:58 lamassu systemd[1]: Starting Avahi mDNS/DNS-SD Stack Activation Socket.
Jan 19 16:22:58 lamassu systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Jan 19 16:22:58 lamassu systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Jan 19 16:22:58 lamassu systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Jan 19 16:23:13 lamassu systemd[1]: kodi.service: main process exited, code=exited, status=1/FAILURE
Jan 19 16:23:13 lamassu systemd[1]: Unit kodi.service entered failed state.
Jan 19 16:23:13 lamassu systemd[1]: kodi.service failed.
Jan 19 16:23:13 lamassu systemd[1]: Stopping User Manager for UID 420...
Jan 19 16:23:13 lamassu systemd[373]: Stopping Default.
Jan 19 16:23:13 lamassu systemd[373]: Stopped target Default.
Jan 19 16:23:13 lamassu systemd[373]: Starting Shutdown.
Jan 19 16:23:13 lamassu systemd[373]: Reached target Shutdown.
Jan 19 16:23:13 lamassu systemd[373]: Stopping Basic System.
Jan 19 16:23:13 lamassu systemd[373]: Stopped target Basic System.
Jan 19 16:23:13 lamassu systemd[373]: Starting Exit the Session...
Jan 19 16:23:13 lamassu systemd[373]: Stopping Paths.
Jan 19 16:23:13 lamassu systemd[373]: Stopped target Paths.
Jan 19 16:23:13 lamassu systemd[373]: Stopping Sockets.
Jan 19 16:23:13 lamassu systemd[373]: Stopped target Sockets.
Jan 19 16:23:13 lamassu systemd[373]: Stopping Timers.
Jan 19 16:23:13 lamassu systemd[373]: Stopped target Timers.
Jan 19 16:23:13 lamassu systemd[373]: Received SIGRTMIN+24 from PID 387 (kill).
Jan 19 16:23:13 lamassu systemd[1]: Stopped User Manager for UID 420.
Jan 19 16:23:13 lamassu systemd[1]: Stopping user-420.slice.
Jan 19 16:23:13 lamassu systemd[1]: Removed slice user-420.slice.
So you can see systemd starting up the user session (here its PID 373).
Kodi doesn't log anything to /var/lib/kodi/.local/share/xorg/Xorg.0.log or to /var/lib/kodi/.kodi/temp/*.log or to the journal indicating why it dies with "kodi.service: main process exited, code=exited, status=1/FAILURE".
I cannot find anything in the logs indicating what PID 387 is, or why it's issuing a SIGTRMIN.

I've compared Xorg logs from my success, and one from a failure:
58 [427808.133] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 9 p»| 55 [698283.773] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 »
59 [427808.133] (II) xfree86: Adding drm device (/dev/dri/card0) | 56 [698283.773] (EE) Error systemd-logind returned paused fd for drm node
60 [427808.133] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 »| 57 [698283.773] (II) systemd-logind: releasing fd for 226:1
On the left is the one from a successful launch of kodi-standalone as root, and on the right is comparable lines of a failed launch via systemd via PAMName login (logind).
2015-01-27 18:20:56
root@lamassu i /var/log # ls -alh /dev/dri/
total 0
drwxr-xr-x 2 root root 160 Jan 19 16:22 .
drwxr-xr-x 20 root root 3.3K Jan 22 09:11 ..
crw-rw----+ 1 root video 226, 0 Jan 19 16:22 card0
crw-rw----+ 1 root video 226, 1 Jan 19 16:22 card1
crw-rw---- 1 root video 226, 64 Jan 19 16:22 controlD64
crw-rw---- 1 root video 226, 65 Jan 19 16:22 controlD65
crw-rw----+ 1 root video 226, 128 Jan 19 16:22 renderD128
crw-rw----+ 1 root video 226, 129 Jan 19 16:22 renderD129
2015-01-27 18:25:20
root@lamassu i /var/log # groups kodi
network video audio optical kodi
And there are the permissions and group memberships for the kodi user. I'm reading that to mean that kodi should have the rights necessary to get and hold a rw fd on /dev/dri/card1...

Similar Messages

  • Can't start OracleStartOAS 4.0 service

    I installed OAS 4.0.8.1 on WIN NT workstation
    with SP 5 successfully.
    But, I can't start "OracleStartOAS 4.0" service and receive the following error:
    "Could not start the OracleStartOAS 4.0
    (OAS_HOME, website40) service on
    \\mymachine
    Error 1067: The process terminated
    unexpectedly"
    Previously, I installed Oracle DB 7.3 on a
    different directory.

    I am getting the same thing with
    OAS 4.0.8.0.2a running NT 4 SP 6 (build 1381)
    did you ever find a solution??

  • Can't start 9iAS-Management server service in Win2000 pro

    After install 9ias, I can't start Management server service. I got error emssage 'Could not start the OracleOra9ias_HomeManagement server service on local computer. Error 1053: The server did not respond to the start or control request in a timely fashion' Please assist me how can I do. Thanks in advance.

    I can do now by reinstall 9iAS with select management server.

  • Can't start http server ASControl service

    Hi, I installed http server from companion cd for oracle 10.2.0.3 but when configuration assistants was setting http server give the message failed.
    Now i can´t start http server service.
    INFO: El asistente de configuración "OC4J Configuration Assistant" se ha ejecutado correctamente
    INFO: Command = C:\oracle\product\10.2.0\http_1/opmn/bin/opmnctlw.exe startall
    Command = C:\oracle\product\10.2.0\http_1/opmn/bin/opmnctlw.exe has failed
    INFO: El asistente de configuración "Starting HTTP Server" ha fallado
    *** Starting OUICA ***
    Oracle Home set to C:\oracle\product\10.2.0\http_1
    Configuration directory is set to C:\oracle\product\10.2.0\http_1\cfgtoollogs. All xml files under the directory will be processed
    INFO: El archivo de comandos "C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands" contiene todos los comandos con fallos, saltados o cancelados. Este archivo se puede utilizar para ejecutar estos asistentes de configuración fuera de OUI. Tenga en cuenta que puede que tenga que actualizar este archivo de comandos con contraseñas (si se aplican) antes de ejecutar el mismo.
    INFO: Created a new file C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands
    INFO: Since the option is to overwrite the existing C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands.bak
    GRAVE: OUI-25031: Fallo de algunos asistentes de configuración. Se recomienda volver a probar los asistentes de configuración en este momento. Si no se ejecuta correctamente algún asistente "recomendado", el sistema no se configurará correctamente.
    1. Compruebe en el panel Detalles de la pantalla de Asistentes de Configuración los errores resultantes de los fallos.
    2. Corrija los errores que causan estos fallos.
    3. Seleccione los asistentes que han fallado y haga clic en el botón 'Reintentar' para volver a probarlos.
    INFO: Usuario seleccionado: Sí/Aceptar
    INFO: Iniciando la ejecución de los asistentes de configuración
    INFO: Command = C:\oracle\product\10.2.0\http_1/opmn/bin/opmnctlw.exe startall
    Command = C:\oracle\product\10.2.0\http_1/opmn/bin/opmnctlw.exe has failed
    INFO: El asistente de configuración "Starting HTTP Server" ha fallado
    *** Starting OUICA ***
    Oracle Home set to C:\oracle\product\10.2.0\http_1
    Configuration directory is set to C:\oracle\product\10.2.0\http_1\cfgtoollogs. All xml files under the directory will be processed
    INFO: El archivo de comandos "C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands" contiene todos los comandos con fallos, saltados o cancelados. Este archivo se puede utilizar para ejecutar estos asistentes de configuración fuera de OUI. Tenga en cuenta que puede que tenga que actualizar este archivo de comandos con contraseñas (si se aplican) antes de ejecutar el mismo.
    INFO: Since the option is to overwrite the existing C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands.bak.1
    GRAVE: OUI-25031: Fallo de algunos asistentes de configuración. Se recomienda volver a probar los asistentes de configuración en este momento. Si no se ejecuta correctamente algún asistente "recomendado", el sistema no se configurará correctamente.
    1. Compruebe en el panel Detalles de la pantalla de Asistentes de Configuración los errores resultantes de los fallos.
    2. Corrija los errores que causan estos fallos.
    3. Seleccione los asistentes que han fallado y haga clic en el botón 'Reintentar' para volver a probarlos.
    INFO: Usuario seleccionado: Sí/Aceptar
    INFO: Iniciando la ejecución de los asistentes de configuración
    INFO: Command = C:\oracle\product\10.2.0\http_1/opmn/bin/opmnctlw.exe startall
    Command = C:\oracle\product\10.2.0\http_1/opmn/bin/opmnctlw.exe has failed
    INFO: El asistente de configuración "Starting HTTP Server" ha fallado
    *** Starting OUICA ***
    Oracle Home set to C:\oracle\product\10.2.0\http_1
    Configuration directory is set to C:\oracle\product\10.2.0\http_1\cfgtoollogs. All xml files under the directory will be processed
    INFO: El archivo de comandos "C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands" contiene todos los comandos con fallos, saltados o cancelados. Este archivo se puede utilizar para ejecutar estos asistentes de configuración fuera de OUI. Tenga en cuenta que puede que tenga que actualizar este archivo de comandos con contraseñas (si se aplican) antes de ejecutar el mismo.
    INFO: Since the option is to overwrite the existing C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands.bak.2
    GRAVE: OUI-25031: Fallo de algunos asistentes de configuración. Se recomienda volver a probar los asistentes de configuración en este momento. Si no se ejecuta correctamente algún asistente "recomendado", el sistema no se configurará correctamente.
    1. Compruebe en el panel Detalles de la pantalla de Asistentes de Configuración los errores resultantes de los fallos.
    2. Corrija los errores que causan estos fallos.
    3. Seleccione los asistentes que han fallado y haga clic en el botón 'Reintentar' para volver a probarlos.
    INFO: Usuario seleccionado: Sí/Aceptar
    INFO: Iniciando la ejecución de los asistentes de configuración
    INFO: Command = C:\oracle\product\10.2.0\http_1/opmn/bin/opmnctlw.exe startall
    Command = C:\oracle\product\10.2.0\http_1/opmn/bin/opmnctlw.exe has failed
    INFO: El asistente de configuración "Starting HTTP Server" ha fallado
    *** Starting OUICA ***
    Oracle Home set to C:\oracle\product\10.2.0\http_1
    Configuration directory is set to C:\oracle\product\10.2.0\http_1\cfgtoollogs. All xml files under the directory will be processed
    INFO: El archivo de comandos "C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands" contiene todos los comandos con fallos, saltados o cancelados. Este archivo se puede utilizar para ejecutar estos asistentes de configuración fuera de OUI. Tenga en cuenta que puede que tenga que actualizar este archivo de comandos con contraseñas (si se aplican) antes de ejecutar el mismo.
    INFO: Since the option is to overwrite the existing C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands.bak.3
    GRAVE: OUI-25031: Fallo de algunos asistentes de configuración. Se recomienda volver a probar los asistentes de configuración en este momento. Si no se ejecuta correctamente algún asistente "recomendado", el sistema no se configurará correctamente.
    1. Compruebe en el panel Detalles de la pantalla de Asistentes de Configuración los errores resultantes de los fallos.
    2. Corrija los errores que causan estos fallos.
    3. Seleccione los asistentes que han fallado y haga clic en el botón 'Reintentar' para volver a probarlos.
    INFO: Usuario seleccionado: Sí/Aceptar
    INFO: Iniciando la ejecución de los asistentes de configuración
    INFO: Command = C:\oracle\product\10.2.0\http_1/opmn/bin/opmnctlw.exe startall
    Command = C:\oracle\product\10.2.0\http_1/opmn/bin/opmnctlw.exe has failed
    INFO: El asistente de configuración "Starting HTTP Server" ha fallado
    *** Starting OUICA ***
    Oracle Home set to C:\oracle\product\10.2.0\http_1
    Configuration directory is set to C:\oracle\product\10.2.0\http_1\cfgtoollogs. All xml files under the directory will be processed
    INFO: El archivo de comandos "C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands" contiene todos los comandos con fallos, saltados o cancelados. Este archivo se puede utilizar para ejecutar estos asistentes de configuración fuera de OUI. Tenga en cuenta que puede que tenga que actualizar este archivo de comandos con contraseñas (si se aplican) antes de ejecutar el mismo.
    INFO: Since the option is to overwrite the existing C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands.bak.4
    GRAVE: OUI-25031: Fallo de algunos asistentes de configuración. Se recomienda volver a probar los asistentes de configuración en este momento. Si no se ejecuta correctamente algún asistente "recomendado", el sistema no se configurará correctamente.
    1. Compruebe en el panel Detalles de la pantalla de Asistentes de Configuración los errores resultantes de los fallos.
    2. Corrija los errores que causan estos fallos.
    3. Seleccione los asistentes que han fallado y haga clic en el botón 'Reintentar' para volver a probarlos.
    INFO: Usuario seleccionado: Sí/Aceptar
    INFO: Iniciando la ejecución de los asistentes de configuración
    INFO: Command = C:\oracle\product\10.2.0\http_1/opmn/bin/opmnctlw.exe startall
    Command = C:\oracle\product\10.2.0\http_1/opmn/bin/opmnctlw.exe has failed
    INFO: El asistente de configuración "Starting HTTP Server" ha fallado
    *** Starting OUICA ***
    Oracle Home set to C:\oracle\product\10.2.0\http_1
    Configuration directory is set to C:\oracle\product\10.2.0\http_1\cfgtoollogs. All xml files under the directory will be processed
    INFO: El archivo de comandos "C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands" contiene todos los comandos con fallos, saltados o cancelados. Este archivo se puede utilizar para ejecutar estos asistentes de configuración fuera de OUI. Tenga en cuenta que puede que tenga que actualizar este archivo de comandos con contraseñas (si se aplican) antes de ejecutar el mismo.
    INFO: Since the option is to overwrite the existing C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands.bak.5
    GRAVE: OUI-25031: Fallo de algunos asistentes de configuración. Se recomienda volver a probar los asistentes de configuración en este momento. Si no se ejecuta correctamente algún asistente "recomendado", el sistema no se configurará correctamente.
    1. Compruebe en el panel Detalles de la pantalla de Asistentes de Configuración los errores resultantes de los fallos.
    2. Corrija los errores que causan estos fallos.
    3. Seleccione los asistentes que han fallado y haga clic en el botón 'Reintentar' para volver a probarlos.
    INFO: Usuario seleccionado: Sí/Aceptar
    INFO: Iniciando la ejecución de los asistentes de configuración
    INFO: Command = C:\oracle\product\10.2.0\http_1/opmn/bin/opmnctlw.exe startall
    Command = C:\oracle\product\10.2.0\http_1/opmn/bin/opmnctlw.exe has failed
    INFO: El asistente de configuración "Starting HTTP Server" ha fallado
    *** Starting OUICA ***
    Oracle Home set to C:\oracle\product\10.2.0\http_1
    Configuration directory is set to C:\oracle\product\10.2.0\http_1\cfgtoollogs. All xml files under the directory will be processed
    INFO: El archivo de comandos "C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands" contiene todos los comandos con fallos, saltados o cancelados. Este archivo se puede utilizar para ejecutar estos asistentes de configuración fuera de OUI. Tenga en cuenta que puede que tenga que actualizar este archivo de comandos con contraseñas (si se aplican) antes de ejecutar el mismo.
    INFO: Since the option is to overwrite the existing C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands.bak.6
    GRAVE: OUI-25031: Fallo de algunos asistentes de configuración. Se recomienda volver a probar los asistentes de configuración en este momento. Si no se ejecuta correctamente algún asistente "recomendado", el sistema no se configurará correctamente.
    1. Compruebe en el panel Detalles de la pantalla de Asistentes de Configuración los errores resultantes de los fallos.
    2. Corrija los errores que causan estos fallos.
    3. Seleccione los asistentes que han fallado y haga clic en el botón 'Reintentar' para volver a probarlos.
    INFO: Usuario seleccionado: Sí/Aceptar
    INFO: --------------------------------------
    INFO: El archivo de comandos "C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands" contiene todos los comandos con fallos, saltados o cancelados. Este archivo se puede utilizar para ejecutar estos asistentes de configuración fuera de OUI. Tenga en cuenta que puede que tenga que actualizar este archivo de comandos con contraseñas (si se aplican) antes de ejecutar el mismo.
    INFO: El archivo de comandos "C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolAllCommands" contiene todos los comandos que van a ejecutar los asistentes de configuración. Este archivo se puede utilizar para ejecutar los asistentes de configuración fuera de OUI. Tenga en cuenta que puede que tenga que actualizar este archivo de comandos con contraseñas (si se aplican) antes de ejecutar el mismo.
    INFO: Since the option is to overwrite the existing C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is C:\oracle\product\10.2.0\http_1\cfgtoollogs\configToolFailedCommands.bak.7
    GRAVE: OUI-25029: Uno o más asistentes de configuración "recomendados" no han terminado correctamente. Si no se ejecuta correctamente algún asistente "recomendado", el sistema no se configurará correctamente.
    INFO: Usuario seleccionado: Sí/Aceptar
    INFO:
    *** Fin de Instalación Página***
    La instalación de Oracle Database 10g Companion Products ha sido correcta, pero han fallado, se han cancelado o se han saltado algunos asistentes de configuración opcionales.
    ADVERTENCIA: ¿Seguro que desea salir?
    INFO: Usuario seleccionado: Sí/Aceptar

    user13078324 wrote:
    How ?in cmd run this
    netstat -an
    and search for a line like
    TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
    The important is TCP, 80 and keyword LISTENING
    Other may differ

  • How can i start the apple device service?

    i've resently connected my ipods hard drive in the computer and it works well but when i start up my itunes it always says *this iPod cannot be used because the apple device service is not started* but i don't know how to start it and in the meen time i can't sync my ipod.. so my question is how can i start it?
    my ipod works fine but i can't download anything..

    Type "apple mobile devie service" into the search bar at the top of this page by Support and read the resulting help article.

  • Can't start apple mobile device service

    I downloaded the latest itunes version onto a Windows 7 computer and now I can't start the apple mobile device service.  Why is that?

    I have found the solution to this.
    Step 1 - Uninstall itunes and apple apps.
    Step 2 - right-click on My Computer and click on manage
    Step 3 - Click on the Services And Applications tab
    Step 4 - Click Services
    Step 5 - look for Apple Mobile Device and double-click on it.
    Note: It should be disabled and not at automatic! try doing a disk clean up on to make sure
    the Apple Mobile Device service is ready to be deleted. *You should be able to see the service is at the point of deletion. means you cannot enable it anymore.
    Step 6 - restart your computer. *your computer should have a update.
    Step 7 - go into the Services And Applications tab again to confirm the Apple Mobile Device is deleted.
    Step 8 - Install itunes.
    Step 9 - enjoy itunes

  • TS2756 I can no longer connect via USB/service missing

    ..& my iPhone does not show up on the list anymore.  I can still use Wi-Fi, though.  I would like to be able to use the USB connection again.  Resetting the network settings doesn't help.  BTW, I'm using it with my MacBook Pro running 10.7.5 and my iPhone has the latest iOS update as well.
    When I first got the phone, I always used my internet connection via USB, but then it started giving me trouble.  I tried all kinds of suggestions that I found here and it was a real crap shoot -- sometimes it worked, and sometimes not.  Now it just won't work at all.  I recently deleted my iPhone from the list of services thinking that the next time I plugged it in, it would recreated the service.  It did not.  So, I'm still using it as before: just connecting over Wi-Fi (the network is still available, it just doesn't show up in my list of services on the left-hand column under "network").
    Anyone have any suggestions that they know will fix this? 

    Hi DaveX83 and welcome to the discussions.
    A few things to try.
    Press the reset button once on the back of your Extreme and let it restart. Check for proper operation.
    If no help there, keep the ethernet cable connected, and open Airport Utility. Click on Manual Setup near the bottom of the pane. On the next screen click the Airport icon at the upper left of the pane, then click Wireless in the line just below that reads Summary - Time Capsule - Wireless - Access.
    Check to see that your wireless is set up, security set up, passwords, etc. You may need to reconfigure your wireless settings again and update the Extreme to store them and restart.
    Hope this helps.

  • Can't start Oracle BI Server service after uploadingo RPD

    Hi,
    I have just installed OBIEE 11g and I have some problems, or I don't know fine 11g version :-)
    ONLINE RPD
    1) It response with UNKNOWN ERROR in case I would like to add new DATABASE in Physical Layer;
    2) The consistency check fail with nQSerror: 37005 Transactional Update Failed
    OFFLINE RPD
    I deploy without problem, but after uploaded RPD on line and I do start and stop with opmnctl command, the Oracle BI server service still Down ad not Alive. Other services still Alive.
    The RPD chek consistency response without error!!!
    Please can you help me???
    Thx
    GIUSEPPE CONZO

    The entire file log message is:
    //# Copyright (c) 1997-2011 Oracle Corporation, All rights reserved
    //# VERSION 1
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-22 11:13:30.142
    //# SAVED : 2012-08-22 15:45:03.896
    //# END SESSION ChangeLogTimeStamp:2012-08-22 15:45:04.554
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-22 15:51:10.183
    //# SAVED : 2012-08-23 09:08:16.877
    //# END SESSION ChangeLogTimeStamp:2012-08-23 09:08:19.911
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 09:10:33.007
    //# SAVED : 2012-08-23 10:03:51.001
    //# END SESSION ChangeLogTimeStamp:2012-08-23 10:03:51.563
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:04:26.237
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:04:37.229
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:05:24.176
    //# END SESSION ChangeLogTimeStamp:2012-08-23 10:08:30.691
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:08:45.497
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:08:50.313
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:17:05.808
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:17:11.193
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:20:53.579
    //# END SESSION ChangeLogTimeStamp:2012-08-23 10:21:45.639
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:22:33.292
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:22:38.474
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:26:02.480
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:26:10.252
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:28:36.411
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:28:42.221
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:28:57.728
    //# END SESSION ChangeLogTimeStamp:2012-08-23 10:29:50.166
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:30:08.406
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:30:13.433
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:35:06.181
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:35:12.237
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:36:52.816
    //# END SESSION ChangeLogTimeStamp:2012-08-23 10:49:15.696
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:50:17.050
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:50:22.617
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:52:19.294
    //# END SESSION ChangeLogTimeStamp:2012-08-23 10:54:52.161
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 10:59:48.588
    //# END SESSION ChangeLogTimeStamp:2012-08-23 11:03:35.447
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 11:04:46.787
    //# END SESSION ChangeLogTimeStamp:2012-08-23 11:21:09.629
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 11:21:27.020
    //# END SESSION ChangeLogTimeStamp:2012-08-23 11:25:23.819
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 11:30:03.133
    //# END SESSION ChangeLogTimeStamp:2012-08-23 11:35:25.779
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 11:35:57.415
    //# END SESSION ChangeLogTimeStamp:2012-08-23 11:50:50.490
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 11:51:08.165
    //# END SESSION ChangeLogTimeStamp:2012-08-23 11:52:21.261
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 11:52:36.061
    //# END SESSION ChangeLogTimeStamp:2012-08-23 11:53:52.961
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 11:56:02.026
    //# END SESSION ChangeLogTimeStamp:2012-08-23 12:16:59.915
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 12:17:11.915
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 12:17:18.767
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 12:17:34.227
    //# BEGIN SESSION ChangeLogTimeStamp:2012-08-23 12:52:33.344

  • Can't Start Imap or Pop Services

    In server admin I have enabled both pop and imap and restarted the mail services. However in the Overview tab it says both imap and pop are disabled. I'm guessing this means that cyrus is not running.
    How can i fix this?
    Can cyrus be started from the terminal?
    I fixed permissions, but this did nothing to help.

    For those who may have a problem with this my /etc/imapd.conf file had corruption. Once fixed server started.

  • Error 5: Access Denied can not start the DHCP Client service on Local Computer.

    Ran into this error problem with both the DHCP and BFE service. Neither will start and both give me the same error code 5 access denied.
    Found this little nugget below:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dhcp
    Right click and choose Permissions. There should be the following:
    System = Full Control
    Local Service = Read
    Network Service = Read
    Local Admin = Full Control
    Local Users = Read
    Dhcp = Read with special permissions
    No problem adding the missing Local Service and Network Service. How does one add Dhcp? Is there a way to create this because under permissions there is no way to add this or search it up. Is there a NetSH reset command that will add this in for me?
    The Netlogon service was not running and to get the Netlogon service going I ran NetSH int ip reset and it started to work. The other services were not running either and I was hoping they would after resetting IP
    Any ideas on to fix this problem? Also, the user turned off the laptop when it was doing updates. Still I do not think it would have created this headache.
    TIA
    Spammer Hammer

    Hi,
    Was your issue resolved?
    If no, please reply and tell us the current situation in order to provide further help.
    Karen Hu
    TechNet Community Support

  • Equium U400 - Can't start webcam via illumination buttons

    I'd like some help please - I can't get the webcam on my Toshiba Equium to work. It used to come on when I touched any of the hotkeys on the panel above the keyboard. That no longer works, yet they stay illuminated constantly even when the laptop is switched off.
    Can anyone help?

    Hello
    First of all you have definitively to reinstall the Camera Assistant Software. You can find it on the Toshiba website:
    http://eu.computers.toshiba-europe.com => Support & Downloads => Download Drivers
    Furthermore you should check the illumination setting in BIOS as Chad suggested. There it can be turned off or on.
    If it doesnt work try also to reinstall the Value Added Package. It controls the special functions like illumination buttons, FN keys, etc.
    You can find it on the Toshiba website too.
    Greets

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

  • RAC service can't start after upgrading to 10.2.0.4

    Hi All,
    After upgrading to 10.2.0.4 from 10.2.01 (linux32 with 2 nodes), I am experiencing the following:
    1. The rac service (created after the database was created, not the default service) can not start after the database started with "prkp-1030" error.
    2.The service somehow is online and available from the "lsnrctl status" command. Further verified that the users could connect to the rac via that service.
    3. The "crs_stat -t" command and the "srvctl status service..." also show the service is not running.
    Have anyone seen this problem before? what is need to be done to make it consistent.
    Thanks,
    TN

    I found something that might cause this problem.
    When I shut down everything (service, db, asm, nodeapps), and start them back on one by one in the opposite order (nodeapps, asm, database). I found out that the service is somehow get restarted when I start the database (when I have yet started the service itself). the lsnrctl status shows that the service is up. but the crs_stat shows the service is down.
    My question is that why the service is tied up with the database startup (using srvctl start database -d database_name)?

  • Can not start data Collection service

    I have installed Fabric Manager version 3.3.(4). In the Performance Web Client I can not start the service Data Collection is in starting forever.
    I also could not stop it. I rebooted the server and the status for this service is in starting.
    Thanks,

    Please provide more details like: Server OS, Java version, and what type of database you are using for the FM Server.  Have you considered using a newer version of FM Server?

Maybe you are looking for

  • Adobe Reader 9 pdf printing turns text into symbols

    I am trying to print a pdf file, when it starts printing all of the text turns into random symbols, I am trying to print a rebate and this is really frustrating. I saved the online pdf to my HardDrive, then I try to print it after opening with Adobe

  • Unable to access Planning 9.3.1 from Workspace & Metadata load question

    Hi: I created a planning application through Classic View and was able to successfully register the app. I even updated the dimensions. I did all this using the Admin ID provided by a thrid party installation firm. They updated my security to match t

  • Enable Stamp Tool in PDF Form Created in LiveCycle

    I've created a form in LiveCycle to send to users for their own use in completing/saving using Acrobat Reader.  Is it possible to enable the use of the stamp tool for their use within the PDF form?  Or, alternately, can I embed an image field in the

  • Oracle JDBC Connectivity

    I am trying to connect to oracle8.0.5 database from JDK1.3 on windows 2000 os my program code is as follows import java.sql.*; class JEmpt{ public static void main (String args [])      throws SQLException {      try           Class.forName("oracle.j

  • Does WBP54G work with Wireless Routers

    I have the Dlink DIR 655. Can I use this with my Sipura Telephone adapter? Please advise.