NZB stops after update to 18.2

NZB stops after update to 18.2

Postby brinka123 » Sun Feb 23, 2020 10:14 pm

Hi,

Recently I updated to 18.2. Works fine. Thanks. Only the nzbget crashes continously.

Did I do something wrong? Is nzbget still supported? I din't see nzbget in the addons part of the forum as upgrade.

Regards Andre
brinka123
Donator VIP
Donator VIP
 
Posts: 126
Joined: Sat Nov 17, 2012 3:06 pm

Re: NZB stops after update to 18.2

Postby Jocko » Tue Feb 25, 2020 1:34 pm

Hi

I am sorry but I did not notice your post.

As there is no change on nzbget side with versions 18.x I do not think the issue is related to the firmware version.

So you should deepen on nzbget feature. So post
Code: Select all
ls -l  /usr/bin/nzbget
ls -l /direct-usb/nzbget/nzbget.conf
ldd  /usr/bin/nzbget
/usr/bin/nzbget -D -c /share/1100/nzbget/nzbget.conf
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: NZB stops after update to 18.2

Postby brinka123 » Wed Feb 26, 2020 4:01 pm

I upgraded from 16.0 to 18.2 (With all the inbetween steps to get there from this forum)
Webinterface works. When I start downloading nzbget stops. It can download some but crashes often.

Code: Select all
root@NETWORKSPACE2:/usr/bin # ls -l nzbget
-rwxr-xr-x  1 root root 466256 2014-04-13 12:18 nzbget
root@NETWORKSPACE2:/usr/bin #

root@NETWORKSPACE2:/direct-usb/nzbget # ls -l nzbget.conf
-rw-rw-rw-  1 root root 59132 2020-02-24 08:49 nzbget.conf
root@NETWORKSPACE2:/direct-usb/nzbget #


root@NETWORKSPACE2:/direct-usb/nzbget # ldd /usr/bin/nzbget
        libz.so.1 => /usr/lib/libz.so.1 (0xb6f55000)
        libpar2.so.0 => /usr/lib/libpar2.so.0 (0xb6ed7000)
        libncurses.so.5 => /usr/lib/libncurses.so.5 (0xb6e92000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb6e72000)
        libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0xb6d08000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb6be3000)
        libsigc-2.0.so.0 => /usr/lib/libsigc-2.0.so.0 (0xb6bd7000)
        libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0xb6b7b000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb6aa8000)
        libm.so.6 => /lib/libm.so.6 (0xb6a00000)
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb69d9000)
        libc.so.6 => /lib/libc.so.6 (0xb689d000)
        /lib/ld-linux.so.3 (0xb6f75000)
        libdl.so.2 => /lib/libdl.so.2 (0xb6891000)
root@NETWORKSPACE2:/direct-usb/nzbget #

root@NETWORKSPACE2:/ # /usr/bin/nzbget -D -c /share/1000/nzbget/nzbget.conf
root@NETWORKSPACE2:/ #
brinka123
Donator VIP
Donator VIP
 
Posts: 126
Joined: Sat Nov 17, 2012 3:06 pm

Re: NZB stops after update to 18.2

Postby Jocko » Wed Feb 26, 2020 5:20 pm

Hi

All seems to ok.
Maybe there is information in the log when nzbget stops. So search in /direct-usb/nzbget/download/dst/nzbget.log.

If you run many retrieving, perhaps there is an issue with memory. (on some context, the current kernel fails to swap some data). So try this command
Code: Select all
echo 4100 >/proc/sys/vm/min_free_kbytes
and see if nzbget stops no longer with this new value
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: NZB stops after update to 18.2

Postby brinka123 » Sat Feb 29, 2020 1:04 pm

Hi,

Thanks for the help.

This week I could download a small item with nzbget.

This morning I tried again. no luck. Looks like the moment that nzbget reads the .nzb file. nzb stops.
Tried a fiew different .nzb files.

Changed
Code: Select all
/proc/sys/vm/min_free_kbytes
from 2000 to 4100.
No change. NZBGET stops.

Items in the .log file don't show errors.


There is enough space on the disk:
Code: Select all
root@NETWORKSPACE2:/ # df
Filesystem     1K-blocks      Used Available Use% Mounted on
/dev/sda2         489669    142432    342097  30% /
/dev/sda5         805832      1344    796136   1% /rw_fs
tmpfs               5000       112      4888   3% /rw_fs/tmp/usr/var
/dev/sda8      958067140 632807080 315525316  67% /share/1000
/dev/root         231584    145152     73632  67% /lacie-boot
root@NETWORKSPACE2:/ #



Code: Select all
root@NETWORKSPACE2:/ # fdisk -l

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sda1               9          72      514080  83 Linux
/dev/sda2              73         136      514080  83 Linux
/dev/sda3             137         200      514080  82 Linux swap
/dev/sda4             201      121600   975145500   5 Extended
/dev/sda5             209         312      835380  83 Linux
/dev/sda6             321         328       64260  83 Linux
/dev/sda7             337         400      514080  83 Linux
/dev/sda8             409      121600   973474740  83 Linux
root@NETWORKSPACE2:/ #
brinka123
Donator VIP
Donator VIP
 
Posts: 126
Joined: Sat Nov 17, 2012 3:06 pm

Re: NZB stops after update to 18.2

Postby brinka123 » Sat Feb 29, 2020 2:55 pm

Somtimes the process stops and have to start using nzbget -D again.
Sometimes it runs:
When it runs (with 1MB/sec download speed):
https://ibb.co/0jhSb10

Sometimes there is no response from nzbget using the webserver for 1 minute or so. Don't see any processes which use a lot of memory or CPU during that time.
Scheduling mechanism of the kernel?
brinka123
Donator VIP
Donator VIP
 
Posts: 126
Joined: Sat Nov 17, 2012 3:06 pm

Re: NZB stops after update to 18.2

Postby Jocko » Sat Feb 29, 2020 4:25 pm

Ok What you can try is to re-install nzbget after making a backup of your data.

So do:
0/ of course, stop any nzbget daemon
1/
Code: Select all
 mv /direct-usb/nzbget /direct-usb/nzbget-org
2/ delete the share nzbget (use the file share management menu)
3/ create a share nzbget-org (to restore an access on your original data)
4/ reinstall nzbget (can not be done if you do not run the step 2)

So see if nzbget stops no longer with a fresh install
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: NZB stops after update to 18.2

Postby brinka123 » Sat Feb 29, 2020 5:03 pm

Jocko wrote:Hi

All seems to ok.
Maybe there is information in the log when nzbget stops. So search in /direct-usb/nzbget/download/dst/nzbget.log.

If you run many retrieving, perhaps there is an issue with memory. (on some context, the current kernel fails to swap some data). So try this command
Code: Select all
echo 4100 >/proc/sys/vm/min_free_kbytes
and see if nzbget stops no longer with this new value


Sorry didn't know this setting is not permanent. I try this first without rebooting.
brinka123
Donator VIP
Donator VIP
 
Posts: 126
Joined: Sat Nov 17, 2012 3:06 pm


Return to Lacie Network Space vs2 and max version

Who is online

Users browsing this forum: No registered users and 3 guests