Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NZBget won't start after upgrading to DSM 6.0.2-8451 Update 4 #2526

Closed
3muzel opened this issue Nov 18, 2016 · 10 comments
Closed

NZBget won't start after upgrading to DSM 6.0.2-8451 Update 4 #2526

3muzel opened this issue Nov 18, 2016 · 10 comments

Comments

@3muzel
Copy link

3muzel commented Nov 18, 2016

Hi there,

I'm running NZBget 16.4-22 on Synology 1815+. It's been running great until yesterday I upgraded to 6.0.2-8451 Update 4. After the restart the package won't start.

When I run start-stop-status in root I get the following:
`/usr/local/nzbget/bin/nzbget: /lib/libstdc++.so.6: no version information available (required by /usr/local/nzbget/bin/nzbget)

/usr/local/nzbget/bin/nzbget: /lib/libstdc++.so.6: no version information available (required by /usr/local/nzbget/bin/nzbget)

/usr/local/nzbget/bin/nzbget: /lib/libstdc++.so.6: no version information available (required by /usr/local/nzbget/bin/nzbget)`

Anyone else having the same issue?
Thanks
Ageel

@Ric1234Fr
Copy link

Hello,
Same here:

./nzbget

./nzbget: /lib/libstdc++.so.6: no version information available (required by ./nzbget)
./nzbget: /lib/libstdc++.so.6: no version information available (required by ./nzbget)
./nzbget: /lib/libstdc++.so.6: no version information available (required by ./nzbget)

I hope this can be fixed soon.
Thanks a lot to the authors in advance.
Cheers
Ric

@noshali
Copy link

noshali commented Nov 23, 2016

Just got 1815+ and updated to DSM 6.0.2-8451 Update 4. Was able to install mono and Sonarr but none of the other packages run. I get the "failed to run the package service" This is for Sabnzbd, nzbget, transmission. I looked through the forums and tried all solutions but nothing worked. Hopefully someone can fix this...thanks in advance

@AirRailey
Copy link

The following steps helped me:

  • if SABnzbd or Python are still installed -> first uninstall again
  • then reinstall, but do not run
  • Restart the DS
  • now SABnzbd went with me problem-free

Hope it helps you too.

@Dr-Bean
Copy link
Contributor

Dr-Bean commented Dec 1, 2016

If installing a DSM update broke it, please report it to Synology. It's possible (theoretically, I guess) that we need the DSM6.x toolchains, but that seems unlikely at this point.
Is it only nzbget, or are there other packages (either official or 3rd party)?

@noshali
Copy link

noshali commented Dec 1, 2016 via email

@Ric1234Fr
Copy link

Hi,
I just sent the below support request to synology.
I will keep you posted if I receive a reply.

====
Hi,

Following the upgrade in DSM 6.0.2-8451 Update 4 or 6 the package "NZBGet 16.4-22" from synocommunity.com fails at startup.

More precisely, the following error occurs under ssh:

root@DS416:~# /usr/local/nzbget/bin/nzbget
/usr/local/nzbget/bin/nzbget: /lib/libstdc++.so.6: no version information available (required by /usr/local/nzbget/bin/nzbget)
/usr/local/nzbget/bin/nzbget: /lib/libstdc++.so.6: no version information available (required by /usr/local/nzbget/bin/nzbget)
/usr/local/nzbget/bin/nzbget: /lib/libstdc++.so.6: no version information available (required by /usr/local/nzbget/bin/nzbget)

This problem is reported in the synocommunity bugtracker
There was no update of the NZBGet package

The author asks to report this issue to the synology support for more help in solving this.

Thanks in advance for your actions,
Regards,

@Ric1234Fr
Copy link

Hi,
Just got the reply from Synology support... does not help much in fact.
Here is what they wrote:
"A user reported that each user must receive allowance to start the packages in the user settings. We are not sure if it works for you and we do not have further detail.
If this hint does not help, we apologize for any inconvenience.
Unfortunately NZBget are third party packages not developed by Synology.
For technical support regarding these packages, please kindly contact the package's developers for more information."

Anyway, I searched again and managed to make nzbget work!

The answer comes from this page: https://www.bountysource.com/issues/32220873-dsm-6-0-released-report-success-issues-with-packages-here

Here is what I did and the results:

  • nzbget is run by user "nzbget"
  • assigned the user nzbget to the newly created user group "sc-download"
  • gave read&write permissions for my download to sc-download group for nzbget
  • chown -R nzbget:sc-download /volume1/@appstore/nzbget
  • same chown procedure for /usr/local/nzbget

=> at this stage, nzbget would not start

  • added nzbget:*:10933:0:99999:7::: at the end of /etc/shadow

=> bingo! nzbget now starts from the Package center

@Hubfront
Copy link

Hubfront commented May 7, 2017

I wonder if this package is still installing and running on DSM 5? I plan to downgrade to DSM 5.2.

@Hubfront
Copy link

Hubfront commented May 9, 2017

This i how i got the package nzbget running after reading the helpful comment from user Ric1234Fr above.

Before installing nzbget i did

  • create a user nzbget manually with the Usermanager of the DSM System Tools.
  • set the passwort to be different as the default "nzbget" (has 2 be different to username).
  • add user nzbget to the default system group for downloads: "sc-download"
  • add rw permissions to working folders (e.g. /volume1/downloads) for user nzbget

Installation process of the Synocommunity package nzbget:

  • set the pw to the one choosen before (see above).

Because user and permissions are created and properly set, the package starts right away.

I know, above instructions might not be very helpful for getting automating installation done, but it may be helpful for people, who are willing to do additional steps manually to get the package running, but arent familiar with console commands.

@Safihre
Copy link
Contributor

Safihre commented Feb 19, 2018

Test package for new-style NZBGet has been released: #3138.
We no longer compile it here on the repo, but fetch the latest official installer from NZBGet.
During package installation you can choose if you want the latest stable or testing release. After this you can use NZBGet's internal update system to do updates. It also includes updates to user-management.
We hope to soon publish this on the official repo.

@Safihre Safihre closed this as completed Feb 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants