openhab / openhabian

openHABian - empowering the smart home, for Raspberry Pi and Debian systems
https://community.openhab.org/t/13379
ISC License
821 stars 252 forks source link

openhabian-config: Deconz Installation fails #1593

Closed Flip76 closed 2 years ago

Flip76 commented 2 years ago

Issue information:

Installing deconz app with openhabian-config via "20 | Optional Components" fails with:

2021-10-01_14:00:11_+07 [openHABian] Adding required keys to apt... OK
2021-10-01_14:00:11_+07 [openHABian] Preparing deCONZ repository ... FAILED (update apt lists)
2021-10-01_14:00:11_+07 [openHABian] Installing deCONZ ... FAILED (install deCONZ package)

Debug information:

Please provide all of the output provided by utilizing the debugmode=maximum parameter in the /etc/openhabian.conf file. For more information on how to accomplish this, please see openhabian-DEBUG.md.

[14:08:01] root@openhab3:/etc/apt/sources.list.d# cat deconz.list 
deb [signed-by=/usr/share/keyrings/deconz.gpg] [arch=amd64] http://phoscon.de/apt/deconz buster main
[14:08:05] root@openhab3:/etc/apt/sources.list.d# apt-get update
E: Malformed entry 1 in list file /etc/apt/sources.list.d/deconz.list (URI parse)
E: The list of sources could not be read.

# gpg-file exists in /usr/share/keyrings/deconz.gpg: 

[14:08:09] root@openhab3:/etc/apt/sources.list.d# ls -al /usr/share/keyrings/deconz.gpg
-rw-r--r-- 1 root root 1189 Oct  1 14:07 /usr/share/keyrings/deconz.gpg

System information:

Please tell us what OS you are running (Raspberry Pi OS, Debian, Ubuntu), what HW you are running on (Raspberry Pi, amd64). Also include the output of cat /etc/os-release and uname -m.

[14:02:56] root@openhab3:/etc/apt/sources.list.d# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
[14:04:55] root@openhab3:/etc/apt/sources.list.d# uname -m
x86_64
mstormi commented 2 years ago

Provide a log with debugmode=maximum please as you were already requested to provide

Flip76 commented 2 years ago

openhabian_debug.log

mstormi commented 2 years ago

update (main branch) and try again