Temat: rsget brak www
witam , zainstalowałem rsget zodnie z instrukcją Cezarego" niby wszystko startuje , ale nie moge dostać sie przez www, mam tylko jeden port w rtr eth0 - i jest skonfigurowany jako lan.
rsget startuje
# ./rsget.pl
[Actual date: 1970-01-01]
[00:36:06] INFO: Using 'get.list' file list
[00:36:06] INFO: Using './.get.list.swp' as file lock
[00:36:06] INFO: /home/get/Get/BadongoCom: Get::BadongoCom plugin error: Plugin is marked as BROKEN 2010-06-04
[00:36:06] INFO: /home/get/Get/EasyShare: Get::EasyShare plugin error: Plugin is marked as BROKEN 2010-07-14
[00:36:06] INFO: /home/get/Get/RapidShark: Get::RapidShark plugin error: Plugin is marked as BROKEN 2010-07-13
[00:36:06] INIT: /home/get/Get: found 31 new plugins
[00:36:06] INIT: /home/get/Video: found 20 new plugins
[00:36:06] INIT: /home/get/Audio: found 2 new plugins
[00:36:06] INIT: /home/get/Image: found 2 new plugins
[00:36:06] INIT: /home/get/Link: found 19 new plugins
[00:36:06] INFO: /home/get/Direct/RTSP: Direct::RTSP plugin error: Plugin is marked as BROKEN 2010-06-28
[00:36:06] INIT: /home/get/Direct: found 4 new plugins
[00:36:06] rsget.pl started successfully on pid 675
[00:36:06] WARNING: *** This is the last release of the current rsget.pl series. ***
[00:36:06] WARNING: *** Find out more at: ***
[00:36:06] WARNING: *** http://rsget.pl/about/new-core/ ***
\--------------------------< 1970-01-01 0:36:14 >---------------------------/
| rsget.pl -- total speed: 0.00KB/s; |
/----------------------------------------------------------------------------\na porcir 7666 nie wystawia www, mimo że w konfigu tak ma
config:
# Example config file
# $Id: README.config 11725 2010-07-28 15:21:30Z pawelz $
#
# Copy it to $HOME/.rsget.pl/config and make necessary adjustments.
# backups may be disabled or enabled for 3 different cases:
# done - make backup of file in donedir
# continue - make backup of file in workdir if continuing partial download
# scratch - make backup of file in workdir if downloading it from scratch
# no - backups are never made
# make backups always:
backup = done,continue,scratch
# make backups of completed downloads only:
#backup = done
# never make backups:
#backup = no
# for file FILE_NAME.EXT by default backups will be named as:
# FILE_NAME-{N}.EXT where {N} is 1, 2, 3...
# to name backups as FILE_NAME.EXT~{N} use:
backup_suf = ~
# Start web interface by setting http_port to a non-zero value.
# I suggest using port 7666 as it is used in all other examples.
# NOTE: rsget.pl has very weak authentication so make sure firewall only
# allows trusted hosts to connect to this port.
http_port = 7666
# require authentication for http:
# user: root
# password: qwerty
http_pass = qwerty
# Some services have no parallel-downloads limitation, set max slots
# for such services. If you've got fast connection and only one
# ip address / interface, increase this number to a large value.
# Number of maximum connections is the number of max_slots multiplied
# by number of ip addresses / interfaces.
max_slots = 8
# number of links to check at once in the same service
max_slots_check = 8
config 4660/4705 99%
#postdownload = ${HOME}/bin/postdownload $(file) $(source) || notify-send "rsget.pl: "$(name) "postdownload failed"
# Execute shell command after successfully adding new link directly to the list
# (direct list manipulation only, http interface doesn't trigger it).
# Recognized special variables:
# $(uri) - original URI
# $(newuri) - unified URI
# $(getter) - name of the plugin
#
# * send dbus org.freedesktop.Notifications message
#list_link_new = notify-send "rsget.pl: " "Added "$(uri)" as "$(newuri)" for "$(getter)
# Execute shell command if link wasn't recognized.
# (no getter found that supports it)
# Recognized special variables:
# $(uri) - original URI
#
# * send dbus org.freedesktop.Notifications message
#list_link_failed = notify-send "rsget.pl: " "Link "$(uri)" failed"
# Execute shell command if download fails.
# (download returns an error)
# Recognized special variables:
# $(uri) - URI that was used
# $(error) - error message
# $(getter) - plugin used
# $(interface) - interface used, if any
# $(command) - what rsget.pl was trying to do: check or get
#
# * send dbus org.freedesktop.Notifications message
#download_fail = notify-send "rsget.pl: " $(uri)" download failed: "$(error)
# update automatically from SVN (possibly dangerous, but very convenient):
#use_svn = update
# save erroneous pages (only useful for getter debugging):
#debug = 1
# be verbose (useful for debugging):
#verbose = 2
# save captcha images (useful for debugging) in ~/.rsget.pl/captcha directory:jakieś rozwiązanie?
pozdr