More > JRiver Media Center 29 for Linux

Quick Start Guide for Installing JRiver Mediacenter 29 on an rPi4 2-4-8GB

(1/2) > >>

Wheaten:
removed

JeeCee:
I am getting following error message. I removed the pub key from the error message to be cautious

--- Quote ---$ sudo apt-get update
Hit:1 http://deb.debian.org/debian bullseye InRelease
Hit:2 http://deb.debian.org/debian bullseye-updates InRelease                                   
Hit:3 http://security.debian.org/debian-security bullseye-security InRelease                     
Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease                                     
Hit:5 http://archive.raspberrypi.org/debian bullseye InRelease
Get:6 http://dist.jriver.com/latest/mediacenter buster InRelease [3,621 B]
Err:6 http://dist.jriver.com/latest/mediacenter buster InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY CXXBXXCXXXXXXDX

--- End quote ---

I am getting this error message after following steps

--- Code: ---sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter29.list -O /etc/apt/sources.list.d/mediacenter29.list
sudo apt-get update

--- End code ---

Any help is much appreciated. Thank you
I am installing for JRiver MC for 1st time with master license to be purchased yet

I also  tried updating public key using

--- Code: ---sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CXXBXXCXXXXXXDX
--- End code ---

but received the message

--- Quote ---gpg: keyserver receive failed: No data
--- End quote ---


Wheaten:
Looks like you have missed the step to get the key:


--- Code: ---$ sudo apt install gnupg2 wget ca-certificates
$ which apt-key
$ wget -nc http://dist.jriver.com/mediacenter@jriver.com.gpg.key
$ sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter29.list -O /etc/apt/sources.list.d/mediacenter29.list
--- End code ---

JeeCee:
Thank you for looking into my query.
I did run all the commands

--- Quote ---wget -nc http://dist.jriver.com/mediacenter@jriver.com.gpg.key
File ‘mediacenter@jriver.com.gpg.key’ already there; not retrieving.

--- End quote ---
I am putting the whole script I ran with error messages I am getting

--- Code: ---[ sudo apt install gnupg2 wget ca-certificates
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
ca-certificates is already the newest version (20210119).
gnupg2 is already the newest version (2.2.27-2).
wget is already the newest version (1.21-1+deb11u1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pi@audiopi:~ $ which apt-key
/usr/bin/apt-key
pi@audiopi:~ $ wget -nc http://dist.jriver.com/mediacenter@jriver.com.gpg.key
File ‘mediacenter@jriver.com.gpg.key’ already there; not retrieving.

pi@audiopi:~ $ sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter29.list -O /etc/apt/sources.list.d/mediacenter29.list
--2022-03-19 23:00:25--  http://dist.jriver.com/latest/mediacenter/mediacenter29.list
Resolving dist.jriver.com (dist.jriver.com)... 216.14.187.181
Connecting to dist.jriver.com (dist.jriver.com)|216.14.187.181|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 94
Saving to: ‘/etc/apt/sources.list.d/mediacenter29.list’

/etc/apt/sources.li 100%[===================>]      94  --.-KB/s    in 0s     

2022-03-19 23:00:26 (5.32 MB/s) - ‘/etc/apt/sources.list.d/mediacenter29.list’ saved [94/94]

pi@audiopi:~ $ sudo apt-get update
Hit:1 http://deb.debian.org/debian bullseye InRelease
Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]       
Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease                 
Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB]
Get:6 http://dist.jriver.com/latest/mediacenter buster InRelease [3,621 B]
Err:6 http://dist.jriver.com/latest/mediacenter buster InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C30B25C6077765D5
Reading package lists... Done
W: GPG error: http://dist.jriver.com/latest/mediacenter buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C30B25C6077765D5
E: The repository 'http://dist.jriver.com/latest/mediacenter buster InRelease' 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.
/code]
--- End code ---

Wheaten:
looks like there is something wrong at JRiver site  ?

you can also try this, and ignore the complaints regarding ......deprecated......


--- Code: ---$ wget -q "http://dist.jriver.com/mediacenter@jriver.com.gpg.key" -O- | sudo apt-key add

$ sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter29.list -O /etc/apt/sources.list.d/mediacenter29.list

$ sudo apt-get update
$ sudo apt-get install mediacenter29
--- End code ---


Navigation

[0] Message Index

[#] Next page

Go to full version