SABnzbdplus는 부팅시 시작되지 않지만 init.d 스크립트 실행은 정상적으로 실행됩니다


9

Ubuntu 12.04 서버 버전 (정적 LAN IP)을 실행 중이며 여기 지침에 따라 apt를 사용하여 SABnzbdplus를 설치하려고합니다. Ubuntu PPA Repository

설치가 순조롭게 진행되었으며 서버 다운로드 등 아무런 문제가 없습니다! 문제는 지시에 따라 / etc / default / sabnzbdplus를 편집했다는 것입니다.

# This file is sourced by /etc/init.d/sabnzbdplus
#
# When SABnzbd+ is started using the init script, the
# --daemon option is always used, and the program is
# started under the account of $USER, as set below.
#
# Each setting is marked either "required" or "optional";
# leaving any required setting unconfigured will cause
# the service to not start.

# [required] user or uid of account to run the program as:
USER=omar

# [optional] full path to the configuration file of your choice;
#            otherwise, the default location (in $USER's home
#            directory) is used:
CONFIG=

# [optional] hostname/ip and port number to listen on:
HOST=0.0.0.0
PORT=8080

# [optional] extra command line options, if any:
EXTRAOPTS=

내 (omar) 런레벨은 N 2입니다.

/etc/init.d/sabnzbdplus를 실행하여 수행 할 작업을 잘 모르겠습니다. 오류없이 작동합니다.

여기서 무엇을해야할지 모르겠습니다. 조언과 지원에 크게 감사하겠습니다!

감사,

답변:


0

가이드는 잊었다

sudo update-rc.d sabnzbdplus defaults

이 명령은 부팅, 재부팅, 종료 등에서 sabnzbdplus가 시작 및 중지되도록 올바른 런레벨에 링크를 추가합니다.

편집 : 해당 링크가 이미 있다는 메시지가 표시되면 질문을 살펴보십시오.

EDIT2 : 또는 하나


나는 그것을 시도했지만 작동하지 않았다. 방금 데비안으로 전환했는데 모든 것이 잘 작동합니다.
Omar Mir

오, 너무 나쁘다, 그래도 작동하게되어 기쁘다!
게르하르트 버거
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.