Page 2 of 2 FirstFirst 12
Results 16 to 30 of 64

Thread: [How To] Install and Configure Hellanzb

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Quote Originally Posted by SeverusSneep View Post
    Fault: Code: 5 Reason 'Didn't receive 200 OK from remote server. (HTTP/1.0 401 Unauthorized)'

    Installed everything correctly

    How did you get this error message? by looking at the logfile? by opening the browser to surf to zussaweb?

    If you could. please post the log file.

  2. #2
    Quote Originally Posted by raas View Post
    How did you get this error message? by looking at the logfile? by opening the browser to surf to zussaweb?

    If you could. please post the log file.

    well, I installed everything correclty, and did not received any errormessages. but when I try to reach: http://192.168.1.34:7007/zussaweb I get the error message mentioned above.

    Even after I installed the whole firmware from scratch, I receive this error message.

  3. #3
    I get a slightly different code 5 error when HellaNZB is not running.

    can you confirm that HellaNZB is running?

    Also, pleast post hella's logfile.

  4. #4
    Quote Originally Posted by SeverusSneep View Post
    Fault: Code: 5 Reason 'Didn't receive 200 OK from remote server. (HTTP/1.0 401 Unauthorized)'
    Have you entered the same password and port number in both /opt/etc/hellanzb.conf and /opt/share/www/lighttpd/zussaweb/settings.php ??

  5. #5
    I am getting this :

    Fault: Code: 5 Reason 'Connect error: Connection refused (146)'

  6. #6
    Hi PinkFloyd,


    Did you start HellaNZB with /opt/bin/startHellaNZB ?
    It does not start on itself after a reboot.
    (Referring to the headstart image you're using)

  7. #7
    Join Date
    Mar 2008
    Location
    Haarlem, Netherlands
    Posts
    22
    installing fcgi-php gave an error:

    Cannot find package fcgi-php.

    ipkg install fcgi-php was my input

    it isn't at http://ipkg.nslu2-linux.org/feeds/op.../cross/stable/

  8. #8
    hi when you edit the lighttpd file it says to do this

    change
    #fastcgi.server = ( ".php" =>
    # ( "localhost" =>
    # (
    # "socket" => "/tmp/php-fastcgi.socket",
    # "bin-path" => "/usr/local/bin/php"
    # )
    # )
    # )

    into
    fastcgi.server = ( ".php" =>
    ( "localhost" =>
    (
    "socket" => "/tmp/php-fastcgi.socket",
    "bin-path" => "/opt/bin/php-fcgi"
    )
    )
    )

    however in my file it says

    ## read fastcgi.txt for more info
    #fastcgi.server = ( ".php" =>
    # ( "localhost" =>
    # (
    # "socket" => "/tmp/php-fcgi.sock",
    # "bin-path" => "/opt/bin/php-fcgi",
    # "bin-environment" => (
    # "PHP_FCGI_MAX_REQUESTS" => "4000"
    # )
    # )
    # )
    # )

    so can someone tell me what to delete do i need to delete the whole statement or just part of it thanks

  9. #9
    Quote Originally Posted by danandrews80 View Post
    so can someone tell me what to delete do i need to delete the whole statement or just part of it thanks
    Well that part of the manual is a bit outdated...

    Today if you install php-fcgi, the neccesary settings are automaticly made in /opt/etc/lighttpd/conf.d/10-php-fcgi.conf

    It should work out of the box.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •