Hello,
I recently bought the ConBee 2 stick and wanted to start it up with Proxmox today, unfortunately I can’t get the stick to run at the moment.
I have reinstalled Proxmox (normal PC/Server), applied all updates, so I am on 7.1.10.
Then I tried to install the stick (following the official instructions).
When I start the service “service deconz start” comes up
root@proxmox:~# service deconz start
root@proxmox:~# systemctl status deconz
● deconz.service - deCONZ: ZigBee gateway -- REST API
Loaded: loaded (/lib/systemd/system/deconz.service; disabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Fri 2022-03-18 15:48:55 CET; 1s ago
Main PID: 1491 (code=exited, status=217/USER)
Tasks: 0 (limit: 16620)
Memory: 0B
CPU: 0
CGroup: /system.slice/deconz.service
root@proxmox:~#
does anyone have any idea what the problem is?
Mimiix
March 18, 2022, 3:23pm
2
Hi, can you please translate this post to english?
done, i hope DeepL dose a good job
Mimiix
March 18, 2022, 3:36pm
4
You need to use systemctl deconz start
root@proxmox:/# systemctl deconz start
Unknown command verb deconz.
root@proxmox:/#
Mimiix
March 18, 2022, 3:37pm
6
Sorry:
systemctl start deconz
root@proxmox:~#
root@proxmox:~# gpasswd -a $USER dialout
Adding user root to group dialout
root@proxmox:~# wget -O - http://phoscon.de/apt/deconz.pub.key | \
apt-key add -
--2022-03-18 16:42:40-- http://phoscon.de/apt/deconz.pub.key
Resolving phoscon.de (phoscon.de)... 144.76.96.194
Connecting to phoscon.de (phoscon.de)|144.76.96.194|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1692 (1.7K) [application/octet-stream]
Saving to: ‘STDOUT’
- 100%[=================================================================================>] 1.65K --.-KB/s in 0s
2022-03-18 16:42:40 (429 MB/s) - written to stdout [1692/1692]
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
root@proxmox:~# sh -c "echo 'deb http://phoscon.de/apt/deconz \
$(lsb_release -cs) main' > \
/etc/apt/sources.list.d/deconz.list"
root@proxmox:~# apt update
Hit:1 http://security.debian.org bullseye-security InRelease
Hit:2 http://download.proxmox.com/debian/pve bullseye InRelease
Get:3 http://phoscon.de/apt/deconz bullseye InRelease [2,873 B]
Hit:4 http://ftp.de.debian.org/debian bullseye InRelease
Get:5 http://ftp.de.debian.org/debian bullseye-updates InRelease [39.4 kB]
Get:6 http://phoscon.de/apt/deconz bullseye/main amd64 Packages [732 B]
Fetched 43.0 kB in 0s (116 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
root@proxmox:~# apt install deconz
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
deconz is already the newest version (2.14.01-debian-buster-stable).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@proxmox:~# systemctl start deconz
root@proxmox:~# systemctl status deconz
● deconz.service - deCONZ: ZigBee gateway -- REST API
Loaded: loaded (/lib/systemd/system/deconz.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Fri 2022-03-18 16:43:41 CET; 9s ago
Main PID: 14035 (code=exited, status=217/USER)
Tasks: 0 (limit: 16620)
Memory: 0B
CPU: 0
CGroup: /system.slice/deconz.service
root@proxmox:~#
Problem gelöst, Installation VM defekt.
1 Like