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

Unable to locate package nzbdrone #1502

Closed
Barishhh opened this issue Feb 10, 2018 · 7 comments
Closed

Unable to locate package nzbdrone #1502

Barishhh opened this issue Feb 10, 2018 · 7 comments
Assignees
Milestone

Comments

@Barishhh
Copy link

Creating a bug report/issue:

Required Information:

  • DietPi Version | v6.1
  • SBC Device (EG: RPi 3)? Odroid C2
  • Power supply used (EG: 5v 1A RAVpower)? 5V 3A charger
  • SD card used (EG: Sandisk ultra)? Sandisk SD 256GB
  • Distro (EG: Jessie) | uname -a?

Additional Information (if applicable):

  • Software title? Nzbdrone
  • Can this issue be replicated on a fresh installation of DietPi? Affirm.

Expected behaviour:

Trying to install Sonarr, but failing.

Actual behaviour:

Throws an error at the dietpi-software installation screen while installing Sonarr.

DietPi-Software: G_AGI: nzbdrone
│ - exit_code = 100
│ - VERSION:v6.1 | HW_MODEL:12 | HW_ARCH:3 | DISTRO:3

│ Log file contents:
│ E: Unable to locate package nzbdrone

│ If problems persist, please report this to DietPi for investigation, including a
│ screenshot of this error! (https://github.com/Fourdee/DietPi/issues).

Steps to reproduce:

Install sonarr yourself using dietpi-software

Did you submit a dietpi-bugreport?

d80ba514-469e-4fff-a964-b8492b0f8757-0

Extra details:

@Barishhh
Copy link
Author

Tried to add dpkg --add-architecture armhf after a reinstallation as suggested in https://github.com/Fourdee/DietPi/issues/1277. Didn't solve the problem and still returns a exit code 100.

@Fourdee
Copy link
Collaborator

Fourdee commented Feb 11, 2018

@Barishhh

Thanks for the report 👍

Please can you confirm which software title?

Trying to install Sonarr,

We'll try to replicate.

@Fourdee Fourdee added this to the v6.2 milestone Feb 11, 2018
@Fourdee Fourdee self-assigned this Feb 11, 2018
@Fourdee
Copy link
Collaborator

Fourdee commented Feb 11, 2018

Yep, seems armhf is being ignored.

https://wiki.debian.org/Multiarch/HOWTO

root@DietPi:~# dpkg --print-architecture
arm64
root@DietPi:~#  dpkg --print-foreign-architectures
armhf

#Should default to armhf
root@DietPi:~# cat /etc/apt/sources.list.d/sonarr.list
deb [arch=armhf] https://apt.sonarr.tv/ master main

root@DietPi:~# apt-get update | grep son
Hit https://apt.sonarr.tv master InRelease
Hit https://apt.sonarr.tv master/main armhf Packages
Get:6 https://apt.sonarr.tv master/main Translation-en_GB [169 B]
Get:8 https://apt.sonarr.tv master/main Translation-en [169 B]
Get:10 https://apt.sonarr.tv master/main Translation-en_GB [169 B]
Get:14 https://apt.sonarr.tv master/main Translation-en [169 B]
Get:17 https://apt.sonarr.tv master/main Translation-en_GB [169 B]
Get:18 https://apt.sonarr.tv master/main Translation-en [169 B]
Get:20 https://apt.sonarr.tv master/main Translation-en_GB [169 B]
Get:23 https://apt.sonarr.tv master/main Translation-en [169 B]
Get:24 https://apt.sonarr.tv master/main Translation-en_GB [169 B]
Ign https://apt.sonarr.tv master/main Translation-en_GB
Get:25 https://apt.sonarr.tv master/main Translation-en [169 B]
Ign https://apt.sonarr.tv master/main Translation-en


root@DietPi:~# apt-get install nzbdrone:armhf
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package nzbdrone


Another install option:
https://github.com/Sonarr/Sonarr/wiki/Installation#other

@Barishhh
Copy link
Author

Let me know if I can help in any way!

@Fourdee Fourdee modified the milestones: v6.2, v6.3 Feb 18, 2018
@Fourdee Fourdee modified the milestones: v6.3, v6.4, v6.5 Mar 7, 2018
@Gabba35
Copy link

Gabba35 commented Mar 20, 2018

Am also having this issue (exit code:100, version 6.4). Thanks for working on it Fourdee.

@Fourdee Fourdee modified the milestones: v6.5, v6.6, v6.7 Mar 28, 2018
Fourdee referenced this issue Apr 4, 2018
+ DietPi-Software | Sonarr: Resolved failed installation for ARMv8
devices: https://github.com/Fourdee/DietPi/issues/1502
@Fourdee
Copy link
Collaborator

Fourdee commented Apr 4, 2018

Resolved for v6.7.

@Barishhh
Copy link
Author

Barishhh commented Apr 4, 2018

👍

@Fourdee Fourdee mentioned this issue Apr 15, 2018
Fourdee referenced this issue Apr 15, 2018
**v6.7**
(15/04/18)

**Changes / Improvements / Optimizations:**

General | G_AG* visual update. Should offer a cleaner visual experience.

DietPi-Backup | Free space check is now run, prior to backup: https://github.com/Fourdee/DietPi/pull/1686

DietPi-Banner | Added additional credits and support for displaying image creator + pre-image name: https://github.com/Fourdee/DietPi/issues/1621

DietPi-Config | MPEG2/VC1 keys: GPU memory is now increased automatically to 128 (if currently lower), required for this features to function: https://github.com/Fourdee/DietPi/issues/1487

DietPi-Drive_Manager | When formatting EXT4, reserved block size is now set to 0%. This will provide the max available storage for the device (previously 5% was reserved): https://github.com/Fourdee/DietPi/issues/1662#issuecomment-378860605

DietPi-PREP | Updated to G_WHIP. Added image creator and pre-image name input box (used in banner). All user input questions/prompts at begining of script: https://github.com/Fourdee/DietPi/issues/1621

DietPi-Software | Samba Server: Reduced the process count of smbd from 4 to 3, by fully disabling printer support. Applied to new installations only: https://github.com/Fourdee/DietPi/issues/1689#issuecomment-379038594

DietPi-Software | Samba Server: Max connections is now limited to 'CPU cores * 2'. This will prevent excess connections and resource usage. Applied to new installations only.

DietPi-Software | (RPi): 'rpi-bcm2835-ultrahq' is now the default installed soundcard, if no other soundcard has been selected. Previously this was 'rpi-bcm2835', which offered a lower quality audio output when compared to 'rpi-bcm2835-ultrahq'.

DietPi-Sync | Free space check is now run, prior to sync: https://github.com/Fourdee/DietPi/pull/1686

**Bug Fixes:**

General | Swapfile Generation: Resolved an issue where 'fallocate' would fail for f2fs/xfs filesystem types. dd and pre-allocation is now used for those types: https://github.com/Fourdee/DietPi/issues/1680

DietPi-Config | Fixed an issue, where "CPU Min Freq Limit" could not be set: https://github.com/Fourdee/DietPi/issues/1690

DietPi-Config | (RPi) Resolved an issue where Samba client would fail to mount. 'vers=1.0' is now also used for compatibility: https://github.com/Fourdee/DietPi/issues/1693

DietPi-Software | OpenJDK (RPi): Resolved an external bug with installation of this package via RPi repo, that would error on installation: https://github.com/Fourdee/DietPi/issues/1682

DietPi-Software | Sonarr: Resolved failed installation for ARMv8 devices: https://github.com/Fourdee/DietPi/issues/1502

DietPi-Software | Mono: Uninstalling this program, will now also uninstall the mono APT packages.

DietPi-Software | NodeRed: User is now added to the GPIO group automatically: https://github.com/Fourdee/DietPi/issues/1687

DietPi-Software | Deluge: Resolved multiple issues where the deluge service would sometimes fail to run: https://github.com/Fourdee/DietPi/issues/1689#issuecomment-379017388

DietPi-Software | Pi-hole: Workaround applied to prevent lighttpd install during Pi-hole script, when Apache2/Nginx is installed: https://github.com/Fourdee/DietPi/issues/1696
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

3 participants