Coder Social home page Coder Social logo

Comments (14)

TommyE123 avatar TommyE123 commented on May 18, 2024 1

No problem at all. Glad I could help. I've raised 2 issues to try and address both the python version and better access details information for future. If you get any further problems please do continue to log issues :-)
Tom

from atomic-toolkit.

TommyE123 avatar TommyE123 commented on May 18, 2024

Hi Shane,

Firstly thanks for logging an issue.
If people dont tell me things are broken, unless i stumble across the issue myself I won't notice!

You have uncovered an issue that was previously reported a few weeks back however I think I may have a fix for this. Can you please update the toolkit (via the maintance menu) and give it another try and let me know the results?

Also i'd suggest you remove any applications you tried to install and then reinstall them so you get a nice clean start. :-)

from atomic-toolkit.

mosesIRL avatar mosesIRL commented on May 18, 2024

I ran the latest version against a clean install of linux mint and the three applications mentioned installed without any major issues.

from atomic-toolkit.

mosesIRL avatar mosesIRL commented on May 18, 2024

Disregard the references above, I typed the wrong issue number.

from atomic-toolkit.

TommyE123 avatar TommyE123 commented on May 18, 2024

Was that Linux mint v17 or v18?

from atomic-toolkit.

shanecasey avatar shanecasey commented on May 18, 2024

Amazing, that's fixed it! It worked a treat with lazy librarian and nzbget (although it broke unrar on my existing manual sabnzbd install).

Nzbhydra seems to have installed and it says it's running when I run the access details but there's nothing at localhost:5075. Might be a different issue though.

Thanks for your work on this. Great tool for a Linux noob like myself

from atomic-toolkit.

TommyE123 avatar TommyE123 commented on May 18, 2024

Great news!
I'm glad lazy librarian and nzbget are now working for you.

So what happened with the unrar and Sabnzbd? It should have installed the very latest version. I'm guessing you had it previously installed in another location?

i'll take a look at Nzbhydra and check there's no dependencies being missed from being installed that are required on older versions of Linux.
I'd also suggest you just try rebooting Linux just to double check it doesn't kick it into life!

Tom

from atomic-toolkit.

shanecasey avatar shanecasey commented on May 18, 2024

I'd manually installed sabnzbd with the installer from https://sabnzbd.org/downloads a while back. After I updated and ran the nzbget installer, sabnzbd had an error at the top

No UNRAR program found, unpacking RAR files is not possible

I could try reinstalling it but tbh might just stick with nzbget through atomic now.

I'll try rebooting tonight and let you know if hydra works

from atomic-toolkit.

shanecasey avatar shanecasey commented on May 18, 2024

Reboot didn't work. Neither did updating Atomic and uninstalling/reinstalling Hydra. Seems to be just an issue with Hydra though as anything else I've tried (like htpcmanager) are working fine.

Here's the screen when I check access details, if that helps.
screen shot 2017-03-20 at 11 22 02

from atomic-toolkit.

TommyE123 avatar TommyE123 commented on May 18, 2024

Great idea posting the screenshot!
I can see a problem at the top of this suggesting it hasn't installed correctly as it can't find the nzbhydra.cfg file. It also highlights we have a problem with the "Checking NZBHydra status" as it obviously shouldn't say its running and accessible!
I'm not going to be able to look at this until later this evening.
However I have a good guess what this could be! NZBHydra uses HTTPS for its github location and if you don't have "apt-transport-https" installed I don't think you can pull anything down from there.
I've already pushed a fix for this issue but not up to the master branch yet.

For now please could you do the following steps?

  1. via the "Maintenance Menu" in the toolkit select "Update ToolKit" to make sure you have the latest version.

  2. via the "Maintenance Menu" select "Update Linux". From the screenshot above you have 53 not upgraded packages and a few old mono libs hanging around.

  3. Run the following command at a terminal prompt to install the common Toolkit required packages without quotes "sudo apt-get install apt-transport-https build-essential checkinstall curl dnsutils git mediainfo mediainfo-gui p7zip-full par2 sed software-properties-common sqlite3 tar unzip wget zip -y"

  4. Remove (if it will let you) and reinstall NZBhydra.

Let me know how you get on. :-)

Tom

from atomic-toolkit.

shanecasey avatar shanecasey commented on May 18, 2024

All steps done and updated, and ran updates in apt-get too but still no luck.

Still saying it's running but like you spotted the nzbhydra.cfg file/directory doesn't exist

screen shot 2017-03-20 at 16 22 20

from atomic-toolkit.

TommyE123 avatar TommyE123 commented on May 18, 2024

Wow.
I'd have put money on that working.. ok let me have a look later. Its bugging me now!
Did you spot any errors whilst it tries to install?
I wasn't thinking earlier and apt-transport-https is probably nothing to do with it as this is a git location and that's only needed for adding https repositories I think.

from atomic-toolkit.

TommyE123 avatar TommyE123 commented on May 18, 2024

Right! pretty sure I've found the issue :-) I'm assuming your still running Linux Mint 17? NZBHydra requires at least python version 2.7.9. Could you run the following command and just confirm what it says (i'm predicting 2.7.6!)?
sudo service nzbhydra restart
and
python --version

If this is the case can you try the following?
sudo add-apt-repository ppa:jonathonf/python-2.7
sudo apt-get update
sudo apt-get dist-upgrade

python --version (check it says 2.7.13)
sudo service nzbhydra restart

I've just done this on a vm of Linux Mint 17.3 and NZBHydra now appears to be working. However i'm certainly not a python expert and although this was ok for me I would air some caution.

I know this sounds a bit drastic but is there any reason why you wouldn't consider updating to the latest version of Linux mint 18.1 in the future?

from atomic-toolkit.

shanecasey avatar shanecasey commented on May 18, 2024

Success! Nailed it. Was 2.7.6 and it's 2.7.13 now.

Sorry for taking so much of your time. This is my first Linux box so haven't upgraded to 18 simply because it's stable and running well as my HTPC. I'll definitely do some reading up though... obviously there was reason to upgrade that I wasn't even aware of.

Thanks again.

from atomic-toolkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.