Page 1 of 1

Buffalo Linkstation Live installation, no web interface

Posted: October 8th, 2011, 5:38 am
by Baz8755
Hi,

I am trying to install SABNzbdPlus onmy linkstation using http://buffalo.nas-central.org/index.php/Sabnzbdplus as a guide.

I have managed to work my way through to running :-

cd /opt/share/SABnzbd (not the same foled as listed in wiki for some reason)
python2.5 SABnzbd.py -f SABnzbd.ini -d

However I cannot connect to the web interface using:-

http://192.168.0.21:8808/sabnzbd/

I have tried changing the port and can see the process is running, any ideas/guides anyone?

The box is running LS-CHL F/W 1.12

See below for log

2007-11-01 17:25:21,433::INFO::[SABnzbd:973] --------------------------------
2007-11-01 17:25:21,439::INFO::[SABnzbd:974] SABnzbd.py-0.5.6 (rev=2503)
2007-11-01 17:25:21,444::INFO::[SABnzbd:984] Platform = posix
2007-11-01 17:25:21,448::INFO::[SABnzbd:985] Python-version = 2.5.6 (r256:88840,
May 30 2011, 05:33:55)
[GCC 3.4.4 (release) (CodeSourcery ARM 2005q3-2)]
2007-11-01 17:25:22,297::INFO::[__init__:702] /opt/share/SABnzbd/cache/bookmarks
.sab removed
2007-11-01 17:25:22,318::INFO::[postproc:139] Loading postproc queue
2007-11-01 17:25:22,328::INFO::[__init__:702] /opt/share/SABnzbd/cache/postproc1
.sab removed
2007-11-01 17:25:22,354::INFO::[downloader:334] Resuming
2007-11-01 17:25:22,670::INFO::[__init__:251] All processes started
2007-11-01 17:25:22,676::INFO::[SABnzbd:269] Web dir is /opt/share/SABnzbd/inter
faces/smpl
2007-11-01 17:25:24,011::INFO::[SABnzbd:1038] Starting SABnzbd.py-0.5.6
2007-11-01 17:25:24,080::INFO::[dirscanner:375] Dirscanner starting up
2007-11-01 17:25:24,100::INFO::[urlgrabber:103] URLGrabber starting up
2007-11-01 17:25:24,109::INFO::[SABnzbd:390] _yenc module... found!
2007-11-01 17:25:24,114::INFO::[SABnzbd:398] par2 binary... found (/opt/bin/par2
)
2007-11-01 17:25:24,119::WARNING::[SABnzbd:408] unrar binary... NOT found
2007-11-01 17:25:24,125::INFO::[SABnzbd:411] unzip binary... found (/usr/bin/unz
ip)
2007-11-01 17:25:24,130::INFO::[SABnzbd:417] nice binary... found (/bin/nice)
2007-11-01 17:25:24,134::INFO::[SABnzbd:423] ionice binary... NOT found!
2007-11-01 17:25:24,139::INFO::[SABnzbd:428] pyOpenSSL... NOT found - try apt-ge
t install python-pyopenssl (SSL is optional)
2007-11-01 17:25:24,162::INFO::[SABnzbd:1136] Starting web-interface on localhos
t:8080
2007-11-01 17:25:24,173::INFO::[_cplogging:55] [01/Nov/2007:17:25:24] ENGINE Bus
STARTING
2007-11-01 17:25:24,250::INFO::[_cplogging:55] [01/Nov/2007:17:25:24] ENGINE Sta
rted monitor thread '_TimeoutMonitor'.
2007-11-01 17:25:24,483::INFO::[_cplogging:55] [01/Nov/2007:17:25:24] ENGINE Ser
ving on localhost:8080
2007-11-01 17:25:24,488::INFO::[_cplogging:55] [01/Nov/2007:17:25:24] ENGINE Bus
STARTED
2007-11-01 17:25:37,310::INFO::[rss:376] Running scheduled RSS scan

Re: Buffalo Linkstation Live installation, no web interface

Posted: October 8th, 2011, 6:13 am
by shypike
Of course you cannot.
The log says: "Starting web-interface on localhost:8080".
Localhost is not externally accessible.
Add -s 0.0.0.0 to your start up command.

Re: Buffalo Linkstation Live installation, no web interface

Posted: October 8th, 2011, 8:10 am
by Baz8755
Many thanks

That worked.

My next problem being a noob is that any folders it creates are owned by root, when I try and delete them from a saba share I get permission denied.

I have already set create permissions to 777, what else do I need to do?

Cheers

Baz