Page 4 of 5 FirstFirst ... 2345 LastLast
Results 46 to 60 of 64

Thread: [How To] Install and Configure Hellanzb

  1. #46
    How can I disable the auto unrar and par repair in hellanzb or in zussaweb.
    I like work manual.
    Thank you.

  2. #47
    Hi,

    don't know exactly for the par, but for the rar it is (at 3/4 in the /opt/etc/hellanzb.conf)

    Code:
    # Skip unraring during post processing
    Hellanzb.SKIP_UNRAR = True
    HTH

  3. #48
    Hi all,

    I get the following message when following the link Zussaweb on the Headstart frontpage:

    Fault: Code: 5 Reason 'Didn't receive 200 OK from remote server. (HTTP/1.0 401 Unauthorized)'

    Some more information, when I get the fault:
    - I installed Headstart II using the tutorial.
    - Used /opt/bin/startHellaNZB to start hellanzb (using top it shows in the process list)
    - Changed configuration for my newsgroup, etc. in /opt/etc/hellanzb.conf

    Have you entered the same password and port number in both /opt/etc/hellanzb.conf and /opt/share/www/lighttpd/zussaweb/settings.php ??
    I don't have the folder zussaweb in the lighttpd folder, so i'm pretty sure that the passwords are not equal...

    Can anybody help me?
    Last edited by alias88; 16-11-2008 at 19:08. Reason: typefout
    WL500g Premium v1 with Oleg 1.9.2.7-10 and 320GB HDD
    Thanx to Wengi and Raas (Transmission HellaNZB mysql php lighttpd myphpadmin samba AIOCP CMSimple AmpJuke ADOS)

  4. #49
    Hi Alias88,

    When you started HellaNZB with /opt/bin/startHellaNZB, did it say it started HellaNZB 'daemonized' (or something like that).

    Normally, when such error message appears in the WebUI, the daemon didn't startup correctly. maybe you have an small error in HellaNZB's config file.
    (please post config file, and make sure you anonymize your newsserver credentials (if you use a payserver))

  5. #50
    Hi Raas,

    thanx for the quick reaction! I attached the conf as asked. I hope it can help you help me...

    Greetz!
    Attached Files Attached Files
    WL500g Premium v1 with Oleg 1.9.2.7-10 and 320GB HDD
    Thanx to Wengi and Raas (Transmission HellaNZB mysql php lighttpd myphpadmin samba AIOCP CMSimple AmpJuke ADOS)

  6. #51
    Hi,

    looks good to me.
    is it just the webinterface which doesn't run, or does hellanzb not run at all?
    (check by putting a nzb in the queue and see if it gets processed (file is moved to current and hella will take up cpu and download.))

    HTH

  7. #52
    Quote Originally Posted by raas View Post
    is it just the webinterface which doesn't run, or does hellanzb not run at all?
    (check by putting a nzb in the queue and see if it gets processed (file is moved to current and hella will take up cpu and download.))
    HellaNZB is running perfectly... I put in a nzb (one mp3) and this was processed in a couple of seconds and downloaded.

    Code:
    [admin@NAS root]$ /opt/bin/startHellaNZB
    hellanzb v0.13 (config = /opt/etc/hellanzb.conf, daemonized, C yenc module)
    So that also looks ok...

    Any other suggestions?

    Thanks in advance!
    WL500g Premium v1 with Oleg 1.9.2.7-10 and 320GB HDD
    Thanx to Wengi and Raas (Transmission HellaNZB mysql php lighttpd myphpadmin samba AIOCP CMSimple AmpJuke ADOS)

  8. #53
    Quote Originally Posted by alias88 View Post
    Any other suggestions?
    And of course like a miracle ZussaWeb works now I try to open the webpage again... Thanks for the trouble... I hope it keeps working. I'll get back if not.

    Greetz, Alias88
    WL500g Premium v1 with Oleg 1.9.2.7-10 and 320GB HDD
    Thanx to Wengi and Raas (Transmission HellaNZB mysql php lighttpd myphpadmin samba AIOCP CMSimple AmpJuke ADOS)

  9. #54
    Hi,

    maybe it's just the browser cache of your internet browser which presented you with an old (cached) page. ?

  10. #55
    Quote Originally Posted by raas View Post
    maybe it's just the browser cache of your internet browser which presented you with an old (cached) page. ?
    That's problably the reason why it didn't work. Everything looks it's working like it should, but I have some warning in the frontend, that I would like to get rid of. It says the following:

    Code:
    HellaNZB version 0.13, uptime 22:20
    total downloaded: 727MB, total downloaded nzbs: 1, 
    Notice: Undefined variable: disk in /mnt/protected/WebUI/zussaweb/functions.php on line 4
    
    Warning: disk_free_space() [function.disk-free-space]: No such file or directory in /mnt/protected/WebUI/zussaweb/functions.php on line 4
    free disk space: 0MB
    I looked for the variable and changed the path in settings.php, but to no avail. Should I kill zussaweb and restart it? If yes, how can I do that?

    Thanx in advance...
    WL500g Premium v1 with Oleg 1.9.2.7-10 and 320GB HDD
    Thanx to Wengi and Raas (Transmission HellaNZB mysql php lighttpd myphpadmin samba AIOCP CMSimple AmpJuke ADOS)

  11. #56
    Yep, having the same error (otherwise it wouldn't be in the image )
    have tried the path variable also, but that didn't work.

    other thing.
    zussaweb isn't a process, it's a webapplication which is 'user-initiated' and is running on the process lighttpd (which is the webserver which 'listenes' for a request on the port (8082))), if no client is connected, no request is posted to the webserver so there's no need to 'generate' information about the download. If you have a browser open on zussa's page it is refreshed every 10-15 sec. by a background javascript (ajax) which 'requests' new information about the downloads from the webserver. since you request zussa's pages which has code to read out HellaNZB's variables, which in fact is a background process which looks (listenes) for files on a given location (\..\..\daemon.queue)
    if you want to restart the lighttpd webserver (e.g. after changing config, and you want to apply the config without restarting) you use the following code:

    Code:
    /opt/etc/init.d/S80lighttpd restart
    HTH

  12. #57
    Quote Originally Posted by raas View Post
    Yep, having the same error (otherwise it wouldn't be in the image )
    have tried the path variable also, but that didn't work.
    didn't you use the fix from the first post??

    Quote Originally Posted by DrChair View Post
    Finally we need to fix a bug:
    Edit /opt/share/www/lighttpd/zussaweb/functions.php and change:

    Code:
    function freediskspace() {
            return (round (disk_free_space(disk)/1024/1024,2));
    }
    into:
    Code:
    function freediskspace($disk) {
            return (round (disk_free_space($disk)/1024/1024,2));
    }

  13. #58
    Quote Originally Posted by DrChair View Post
    didn't you use the fix from the first post??
    Appearantly not

    Will try this, test this, and update the images, when I have the time.

  14. #59
    Quote Originally Posted by DrChair View Post
    didn't you use the fix from the first post??
    I used this fix, but it didn't have any effect... Anyway even with the bugs in zussaweb, i can work with it and see all that i need to see. Again thanx for the help!
    WL500g Premium v1 with Oleg 1.9.2.7-10 and 320GB HDD
    Thanx to Wengi and Raas (Transmission HellaNZB mysql php lighttpd myphpadmin samba AIOCP CMSimple AmpJuke ADOS)

  15. #60
    Hello,

    I set up everything like described in the first post, but I always get displayed a 404 error. What's wrong? Even if I want to open a txt-file in the root directory of the webserver it stays the same. The only thing what is sucessful is the index.html.

    Can you help?

Page 4 of 5 FirstFirst ... 2345 LastLast

Posting Permissions

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