Pine as a Pi-hole ... Does that make it a PineHole?
#11
(01-22-2017, 06:38 PM)auger Wrote: Thanks. It does indeed look like it's failing at the update. 

Code:
::: Updating local cache of available packages...+ apt-get update

Try running the `apt` update and that should give you any errors that are occurring and I'll see about adding some more information when the script fails to give you the error that was generated instead of just dropping back to the shell prompt.
  Reply
#12
(01-23-2017, 12:50 PM)DanSchaper Wrote:
(01-22-2017, 06:38 PM)auger Wrote: Thanks. It does indeed look like it's failing at the update. 

Code:
::: Updating local cache of available packages...+ apt-get update

Try running the `apt` update and that should give you any errors that are occurring and I'll see about adding some more information when the script fails to give you the error that was generated instead of just dropping back to the shell prompt.

Code:
s@pine64:~$ sudo apt update
[sudo] password for s:
Hit:1 http://ppa.launchpad.net/longsleep/ubuntu-pine64-flavour-makers/ubuntu xenial InRelease
Hit:2 http://ports.ubuntu.com xenial InRelease                                                          
Hit:3 http://repo.ajenti.org/debian main InRelease                                                      
Ign:4 http://ppa.launchpad.net/marutter/rdev/ubuntu xenial InRelease              
Get:5 http://ports.ubuntu.com xenial-updates InRelease [102 kB]          
Hit:6 http://ppa.launchpad.net/marutter/rrutter/ubuntu xenial InRelease            
Ign:7 http://ppa.launchpad.net/relan/exfat/ubuntu xenial InRelease                  
Get:8 https://downloads.plex.tv/repo/deb public InRelease [3,408 B]                
Err:9 http://ppa.launchpad.net/marutter/rdev/ubuntu xenial Release                
 404  Not Found
Err:10 http://ppa.launchpad.net/relan/exfat/ubuntu xenial Release                  
 404  Not Found
Get:11 http://ports.ubuntu.com xenial-security InRelease [102 kB]      
Hit:12 http://ports.ubuntu.com xenial-backports InRelease      
Get:13 http://ports.ubuntu.com/ubuntu-ports xenial-proposed InRelease [253 kB]
Ign:14 https://cran.cnr.berkeley.edu//bin/linux/debian jessie-cran3/ InRelease
Hit:15 https://cran.cnr.berkeley.edu//bin/linux/debian jessie-cran3/ Release
Get:16 https://cran.cnr.berkeley.edu//bin/linux/debian jessie-cran3/ Release.gpg [181 B]
Get:17 http://ports.ubuntu.com xenial-updates/main Sources [217 kB]
Get:18 http://ports.ubuntu.com xenial-updates/main arm64 Packages [410 kB]
Get:19 http://ports.ubuntu.com xenial-updates/main armhf Packages [422 kB]          
Get:20 http://ports.ubuntu.com xenial-updates/main Translation-en [180 kB]          
Get:21 http://ports.ubuntu.com xenial-updates/universe arm64 Packages [350 kB]            
Get:22 http://ports.ubuntu.com xenial-updates/universe armhf Packages [346 kB]      
Hit:23 https://dev2day.de/pms jessie InRelease                                      
Get:24 http://ports.ubuntu.com xenial-updates/universe Translation-en [141 kB]        
Get:25 http://ports.ubuntu.com xenial-security/main Sources [54.9 kB]                      
Get:26 http://ports.ubuntu.com xenial-security/main arm64 Packages [167 kB]                
Get:27 http://ports.ubuntu.com xenial-security/main armhf Packages [176 kB]      
Get:28 http://ports.ubuntu.com xenial-security/main Translation-en [84.6 kB]                  
Get:29 http://ports.ubuntu.com xenial-security/universe arm64 Packages [72.8 kB]                      
Get:30 http://ports.ubuntu.com xenial-security/universe armhf Packages [70.9 kB]                
Get:31 http://ports.ubuntu.com xenial-security/universe Translation-en [38.2 kB]          
Get:32 http://ports.ubuntu.com/ubuntu-ports xenial-proposed/main arm64 Packages [91.1 kB]        
Ign:16 https://cran.cnr.berkeley.edu//bin/linux/debian jessie-cran3/ Release.gpg          
Get:33 http://ports.ubuntu.com/ubuntu-ports xenial-proposed/main armhf Packages [93.6 kB]
Get:34 http://ports.ubuntu.com/ubuntu-ports xenial-proposed/main Translation-en [39.1 kB]
Reading package lists... Done                                                                
E: The repository 'http://ppa.launchpad.net/marutter/rdev/ubuntu xenial Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/relan/exfat/ubuntu xenial Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'http://repo.ajenti.org/debian main InRelease' doesn't support architecture 'arm64'
N: Skipping acquire of configured file 'ubuntu/binary-arm64/Packages' as repository 'http://repo.ajenti.org/debian main InRelease' doesn't support architecture 'arm64'
W: GPG error: https://cran.cnr.berkeley.edu//bin/linux/debian jessie-cran3/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 06F90DE5381BA480
E: The repository 'https://cran.cnr.berkeley.edu//bin/linux/debian jessie-cran3/ Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'https://dev2day.de/pms jessie InRelease' doesn't support architecture 'arm64'

Looks like a bunch of CRAN and Ajenti repositories that aren't compatible? Would those errors be enough to drop out of the update? Can I have it run to it ignores those?

Thanks!
  Reply
#13
(01-23-2017, 02:37 PM)auger Wrote:
Code:
Err:9 http://ppa.launchpad.net/marutter/rdev/ubuntu xenial Release                
 404  Not Found
Err:10 http://ppa.launchpad.net/relan/exfat/ubuntu xenial Release                  
 404  Not Found
Reading package lists... Done                                                                
E: The repository 'http://ppa.launchpad.net/marutter/rdev/ubuntu xenial Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/relan/exfat/ubuntu xenial Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'http://repo.ajenti.org/debian main InRelease' doesn't support architecture 'arm64'
N: Skipping acquire of configured file 'ubuntu/binary-arm64/Packages' as repository 'http://repo.ajenti.org/debian main InRelease' doesn't support architecture 'arm64'
W: GPG error: https://cran.cnr.berkeley.edu//bin/linux/debian jessie-cran3/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 06F90DE5381BA480
E: The repository 'https://cran.cnr.berkeley.edu//bin/linux/debian jessie-cran3/ Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'https://dev2day.de/pms jessie InRelease' doesn't support architecture 'arm64'

Looks like a bunch of CRAN and Ajenti repositories that aren't compatible? Would those errors be enough to drop out of the update? Can I have it run to it ignores those?

Thanks!

Those errors are at the operating system level with Ubuntu. We can't bypass those errors as you need to have an updated system in order to install the latest versions of the packages. We don't use any PPA's or other repositories besides the official source repositories so the ones that are generating errors are from another packages installation. You may want to check the PPA and CRAN for updated repository locations.
  Reply
#14
(01-25-2017, 12:55 PM)DanSchaper Wrote:
(01-23-2017, 02:37 PM)auger Wrote:
Code:
Err:9 http://ppa.launchpad.net/marutter/rdev/ubuntu xenial Release                
 404  Not Found
Err:10 http://ppa.launchpad.net/relan/exfat/ubuntu xenial Release                  
 404  Not Found
Reading package lists... Done                                                                
E: The repository 'http://ppa.launchpad.net/marutter/rdev/ubuntu xenial Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/relan/exfat/ubuntu xenial Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'http://repo.ajenti.org/debian main InRelease' doesn't support architecture 'arm64'
N: Skipping acquire of configured file 'ubuntu/binary-arm64/Packages' as repository 'http://repo.ajenti.org/debian main InRelease' doesn't support architecture 'arm64'
W: GPG error: https://cran.cnr.berkeley.edu//bin/linux/debian jessie-cran3/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 06F90DE5381BA480
E: The repository 'https://cran.cnr.berkeley.edu//bin/linux/debian jessie-cran3/ Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'https://dev2day.de/pms jessie InRelease' doesn't support architecture 'arm64'

Looks like a bunch of CRAN and Ajenti repositories that aren't compatible? Would those errors be enough to drop out of the update? Can I have it run to it ignores those?

Thanks!

Those errors are at the operating system level with Ubuntu. We can't bypass those errors as you need to have an updated system in order to install the latest versions of the packages. We don't use any PPA's or other repositories besides the official source repositories so the ones that are generating errors are from another packages installation. You may want to check the PPA and CRAN for updated repository locations.

Thanks for the help. I cleaned up my apt and now we're up and running. So long, ads!
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Pine 1 will no longer boot (bricked) dstallmo 0 1,253 06-22-2023, 12:22 PM
Last Post: dstallmo
  Xenial Minimal Image (PINE A64(+)) 0.6.2-77 pineadmin 4 21,476 08-30-2020, 10:35 AM
Last Post: jrronimo
  Successful build on arm64 pine a64 1GB on armbian alladinrouteme 1 3,987 09-23-2019, 03:30 AM
Last Post: cr2016
  Pine hangs up on boot if I add my exFAT USB drive to /etc/fstab pqueiro 0 3,009 06-10-2019, 12:07 PM
Last Post: pqueiro
  Pine Board using linux stuck during boot sequence ktaragorn 0 2,757 03-23-2019, 04:06 AM
Last Post: ktaragorn
  PINE A64 upgrade to 18.04 possible? RandomUser324 4 9,211 11-29-2018, 11:46 PM
Last Post: tllim
  Xenial Minimal Image (PINE A64(+)) 0.5.5-65 pineadmin 0 4,083 06-15-2017, 12:37 AM
Last Post: pineadmin
  Xenial Minimal Image (PINE A64(+)) 0.5.2-59 pineadmin 0 3,761 05-25-2017, 09:27 AM
Last Post: pineadmin
  Unable to start Pine Topgun505 16 17,504 11-13-2016, 12:01 AM
Last Post: Gnx
  Problem with Pine honkimonk1 1 3,320 10-11-2016, 09:03 AM
Last Post: Luke

Forum Jump:


Users browsing this thread: 1 Guest(s)