I need some help setting up Sickbeard.
I installed Sickbeard using
$this->bbcode_second_pass_code('', 'yaourt -AS sickbeard')
The problem is that the web interface loads only if type in "sickbeard" while in the ssh prompt. I get this output:
$this->bbcode_second_pass_code('', '
Starting up Sick Beard master from /opt/sickbeard/config.ini
23:30:31 INFO::MAIN :: Checking database structure...
23:30:31 INFO::MAIN :: Checking database structure...
23:30:31 INFO::MAIN :: No duplicate episode, check passed
23:30:31 INFO::MAIN :: Starting Sick Beard on http://0.0.0.0:8081/
23:30:31 INFO::MAIN :: Loading initial show list
23:30:31 INFO::CHECKVERSION :: Checking if git needs an update
23:30:31 INFO::BACKLOG :: Running limited backlog on recently missed episodes only
23:30:31 INFO::SEARCHQUEUE-RSS-SEARCH :: Changing all old missing episodes to status WANTED
23:30:31 INFO::SEARCHQUEUE-RSS-SEARCH :: Beginning search for new episodes on RSS
23:30:31 INFO::SEARCHQUEUE-RSS-SEARCH :: Searching all providers for any needed episodes
23:30:32 INFO::CHECKVERSION :: No update needed
23:30:33 INFO::SEARCHQUEUE-RSS-SEARCH :: No needed episodes found on the RSS feeds
')
As soon as i close the shh connection the web interface is no longer available.
