SABnzbdplus बूट पर शुरू नहीं होगा, लेकिन init.d स्क्रिप्ट को चलाने से ठीक चलता है


9

मैं Ubuntu 12.04 सर्वर संस्करण (स्टेटिक लैन आईपी) चला रहा हूं और यहां दिए गए निर्देशों के अनुसार apt का उपयोग करके SABnzbdplus को स्थापित करने के लिए बांध रहा था: Ubuntu PPA रिपोजिटरी

स्थापना आसानी से चली गई है और सर्वर डाउनलोड आदि कोई समस्या नहीं है! समस्या यह है कि मैंने संपादित / आदि / डिफ़ॉल्ट / 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

यह कमांड सही रनलेव पर लिंक जोड़ेगी ताकि सब्बनज़्डप्लस शुरू हो और बूटिंग, रिबूटिंग, शट डाउन करना आदि बंद हो जाए।

संपादित करें: यदि आपको यह संदेश मिलता है कि वे लिंक पहले से मौजूद हैं तो इस प्रश्न पर एक नज़र डालें

edit2: या यह एक


मैंने कोशिश की और यह काम नहीं किया। मैं सिर्फ डेबियन में बदल गया और सभी अच्छी तरह से काम करते हैं।
उमर मीर

ओह यह बहुत बुरा है, खुशी है कि आप इसे काम कर रहे हैं, हालांकि!
गेरहार्ड बर्गर
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.