Risultati da 1 a 2 di 2

Discussione: update-rc.d teamspeak defaults

  1. #1
    Junior Member
    Data Registrazione
    Jun 2014
    Località
    Rossano Stazione, Calabria, Italy, Italy
    Messaggi
    14

    update-rc.d teamspeak defaults

    Salve,
    Ho un problema per quando riguarda lo script di restart dei server in caso di crash..
    Io eseguo questo comando da root in questa directory /etc/init.d
    Codice:
    update-rc.d teamspeak defaults
    Mi ritornano questi errori:
    Codice:
    update-rc.d teamspeak defaults
    update-rc.d: using dependency-based boot sequencing
    insserv: warning: current start runlevel (s) (3 4 5) of teamspeak `script 'overrides defaults LSB (2 3 4 5).
    insserv: warning: stop current run level (s) (0 1 2 6) of teamspeak `script 'overrides defaults LSB (0 1 6).
    Il mio file in /etc/init.d/teamspeak è cosi composto:
    Codice:
    #!/bin/sh
    # Copyright (c) 2010 TeamSpeak Systems GmbH
    # All rights reserved
    ### BEGIN INIT INFO
    # Provides:          teamspeak3-server
    # Required-Start:    $ALL
    # Required-Stop:
    # Default-Start:     2 3 4 5
    # Default-Stop:      0 1 6
    # Short-Description: teamspeak3-server startscipt
    ### END INIT INFO
    
    # User which will run the Teamspeak-Server
    USER=root
    
    # The installation directory of the Teamspeak-Server
    DIR=/root/teamspeak3-server_linux-amd64/
    
    # Run the start script
    su -c "cd $DIR && $DIR/ts3server_startscript.sh $1" - $USER
    Come posso risolvere?
    Grazie in anticipo

  2. #2
    Fondatore L'avatar di Kaos
    Data Registrazione
    Sep 2011
    Località
    Verona - Italy
    Messaggi
    2,846
    Questo non permette il riavvio automatico del server di TeamSpeak in caso di crash, ma l'avvio una sola volta del server di TeamSpeak all'avvio della macchina.
    Attenzione inoltre che non facciamo supporto a script/software di terzi, non è inoltre una funzionalità integrata di TeamSpeak.

Permessi di Scrittura

  • Tu non puoi inviare nuove discussioni
  • Tu non puoi inviare risposte
  • Tu non puoi inviare allegati
  • Tu non puoi modificare i tuoi messaggi
  •  
  • Il codice BB è Attivato
  • Le faccine sono Attivato
  • Il codice [IMG] è Attivato
  • Il codice [VIDEO] è Disattivato
  • Il codice HTML è Disattivato