Object Does Not Exist(Code:5) When adding new Gateway

Hi,
when i add try to create/add a new GW to server, server return object does not exist. How can i solve this problem?

I have tried to update the server using “sudo apt-get update” , but get error

check the network server is running, check the app and network server logs output.

which error? Be more informative in your posts, pls. There are no telepaths here :slight_smile:

Hello, I am new to forum and get some issues inserting the “sudo apt-get” response… so here it is now

ubuntuadmin@loraserver:~$ sudo apt-get update
[sudo] password for ubuntuadmin:
Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease
Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:5 http://archive.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:4 https://artifacts.chirpstack.io/packages/3.x/deb stable InRelease [14.0 kB]
Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [833 kB]
Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,044 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic-security/main amd64 Packages [611 kB]
Get:9 http://archive.ubuntu.com/ubuntu bionic-security/main Translation-en [199 kB]
Get:10 http://archive.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [634 kB]
Get:11 http://archive.ubuntu.com/ubuntu bionic-security/universe Translation-en [213 kB]
Err:4 https://artifacts.chirpstack.io/packages/3.x/deb stable InRelease
The following signatures were invalid: EXPKEYSIG CFF064C9D12ECB34 Orne Brocaar     <info@brocaar.com>
Fetched 3,801 kB in 3s (1,391 kB/s)
Reading package lists... Done
W: An error occurred during the signature verification. The repository is not updated and the     previous index files will be used. GPG error: https://artifacts.chirpstack.io/packages/3.x/deb stable           
InRelease: The following signatures were invalid: EXPKEYSIG CFF064C9D12ECB34 Orne Brocaar <info@brocaar.com>
W: Failed to fetch https://artifacts.loraserver.io/packages/3.x/deb/dists/stable/InRelease  The following signatures were invalid: EXPKEYSIG CFF064C9D12ECB34 Orne Brocaar     
<info@brocaar.com>
W: Some index files failed to download. They have been ignored, or old ones used instead.
ubuntuadmin@loraserver:~$ ps -ef | grep -i lora
appserv+   1091      1  0  2019 ?        04:36:41 /usr/bin/lora-app-server
postgres  24315   1384  0 Jan13 ?        00:18:12 postgres: 10/main: loraserver_ns loraserver_ns ::1(46208) idle
postgres  79342   1384  0 Jan18 ?        00:08:38 postgres: 10/main: loraserver_ns loraserver_ns ::1(33858) idle
postgres 126735   1384  0 20:26 ?        00:00:04 postgres: 10/main: loraserver_as loraserver_as ::1(43910) idle
postgres 127239   1384  0 20:47 ?        00:00:00 postgres: 10/main: loraserver_as loraserver_as ::1(44098) idle
ubuntuadmin@loraserver:~$ sudo apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:5 http://archive.ubuntu.com/ubuntu bionic-security InRelease
Get:3 https://artifacts.chirpstack.io/packages/3.x/deb stable InRelease [14.0 kB]
Err:3 https://artifacts.chirpstack.io/packages/3.x/deb stable InRelease
The following signatures were invalid: EXPKEYSIG CFF064C9D12ECB34 Orne Brocaar      
<info@brocaar.com>
Reading package lists... Done
W: An error occurred during the signature verification. The repository is not updated and the    previous index files will be used. GPG error: https://artifacts.chirpstack.io/packages/3.x/deb stable    InRelease: The following signatures were invalid: EXPKEYSIG CFF064C9D12ECB34 Orne Brocaar   <info@brocaar.com>
W: Failed to fetch https://artifacts.loraserver.io/packages/3.x/deb/dists/stable/InRelease  The following signatures were invalid: EXPKEYSIG CFF064C9D12ECB34 Orne Brocaar  <info@brocaar.com>
W: Some index files failed to download. They have been ignored, or old ones used instead.

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1CE2AFD36DBCCA00
will solve your problem

1 Like