

- HOW TO RUN DELUGE CLIENT WHEN USING THE DAEMON HOW TO
- HOW TO RUN DELUGE CLIENT WHEN USING THE DAEMON INSTALL
- HOW TO RUN DELUGE CLIENT WHEN USING THE DAEMON UPDATE
- HOW TO RUN DELUGE CLIENT WHEN USING THE DAEMON CODE
Now go to the Deluged web-ui and select Preferences/Plugins/Installīrowse to the ipfilter.dat and click install Now we can install a blocklist by downloading the emule blocklist from here Now set the permissions chmod 755 /usr/local/sbin/unrar.sh Log_daemon_msg "Restarting $DESC" "$NAME1"ġ) log_end_msg 1 # Old process is still runningĮcho "Usage: $SCRIPTNAME " ) & log_daemon_msg "Stopping $DESC" "$NAME1"

& log_daemon_msg "Starting $DESC" "$NAME1"Ġ|1) & log_end_msg 0 Ģ) & log_end_msg 1 Start-stop-daemon -stop -quiet -retry=TERM/30/KILL/5 -user $DELUGED_USER -pidfile $PIDFILE1 Start-stop-daemon -stop -quiet -retry=TERM/30/KILL/5 -user $DELUGED_USER -pidfile $PIDFILE2 chuid $DELUGED_USER -user $DELUGED_USER -umask $UMASK - $DAEMON2_ARGS Start-stop-daemon -start -background -quiet -pidfile $PIDFILE2 -make-pidfile -exec $DAEMON2 \ chuid $DELUGED_USER -user $DELUGED_USER -umask $UMASK - $DAEMON1_ARGS Start-stop-daemon -start -background -quiet -pidfile $PIDFILE1 -make-pidfile -exec $DAEMON1 \ chuid $DELUGED_USER -user $DELUGED_USER -umask $UMASK -test > /dev/null Start-stop-daemon -start -background -quiet -pidfile $PIDFILE1 -exec $DAEMON1 \ # Function that starts the daemon/service Log_warning_msg "Not starting $PKGNAME, DELUGED_USER not set in /etc/default/$PKGNAME." Log_warning_msg "Not starting $PKGNAME, edit /etc/default/$PKGNAME to start it." # Depend on lsb-base (>= 3.0-6) to ensure that this file is present. # Load the VERBOSE setting and other rcS variables # Read configuration variable file if it is present UMASK=022 # Change this to 0 if running deluged as its own user

PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/binĭAEMON1_ARGS="-d" # Consult `man deluged` for more optionsĭAEMON2_ARGS="" # Consult `man deluge-web` for more options # Description: Starts the deluge daemon with the user specified in # Short-Description: Daemonized version of deluge and webui.

HOW TO RUN DELUGE CLIENT WHEN USING THE DAEMON CODE
Paste the following code into the empty nano windows (right mouse click) #!/bin/sh Now let’s create the auto-start script nano /etc/init.d/deluge-daemon # The init.d script will only run if this variable non-empty. Paste the following info into the empty nano window (right mouse click) # Configuration for /etc/init.d/deluge-daemon Now let’s create a deluge daemon file nano /etc/default/deluge-daemon To continue, enter "Yes" to abort, enter "No": Yes You should only proceed with the installation if you are certain thatĭo you want to ignore this warning and proceed anyway? You will get the following message, just type Yes when prompted Untrusted packages could compromise your system's security.
HOW TO RUN DELUGE CLIENT WHEN USING THE DAEMON UPDATE
Now let’s update deluged and the webui from 1.3.3 to 1.3.5 aptitude -t experimental install deluged deluge-web Now update your sources and install these packages apt-get updateĪpt-get install python2.7 python-libtorrent python-openssl python-twisted-core python-twisted-web deluge-common deluge-web deluged unrar You want it to look like this #deb squeeze maindeb wheezy main#deb-src wheezy main#deb sid maindeb experimental maindeb wheezy main contrib non-free We are gonna install from the wheezy, experimental and non-free repos so edit your sources.list and comment out all repos except for deb wheezy main, deb experimental main and deb wheezy main contrib non-free by putting a # at the beginning of any other repos nano /etc/apt/sources.list Run this command to remove the claims the MBL puts on some system files rm -f /var/lib/dpkg/info/wd-nas.* With that being said let’s get on with the guide Need to get the Block List working (This may be working now)
HOW TO RUN DELUGE CLIENT WHEN USING THE DAEMON HOW TO
You may want to take a look at my guide on how to reinstall a fresh OS if you run into issuesĭeluge is a lightweight, Free Software, cross-platform BitTorrent client.
