Hallo Claus,
vielen Dank.
Das Paket habe ich aktualisiert, aber es läuft noch nicht.
Das argonone-config-script läuft unter bash - auf sh geändert hat es nicht funktioniert.
Also habe ich bash nachinstalliert - das Script läuft.
Weiterhin fehlt python3 und libmpdec2 - das konnte ich nachinstallieren:
MLD /root# apt install python3
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libmpdec2
The following NEW packages will be installed:
libmpdec2 python3
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 8.282 kB of archives.
After this operation, 23,8 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://www.minidvblinux.de/download/5.5/files unstable/main armhf libmpdec2 armhf 2.4.2-~1 [75,2 kB]
Get:2 http://www.minidvblinux.de/download/5.5/files unstable/main armhf python3 armhf 3.7-4.1 [8.207 kB]
Fetched 8.282 kB in 4s (1.878 kB/s)
Create a snapshot of '/mnt/root/@root' in '/mnt/root/2021-12-22 12:54'
Delete subvolume (no-commit): '/mnt/root/2021-12-22 12:30'
Selecting previously unselected package libmpdec2.
(Reading database ... 4356 files and directories currently installed.)
Preparing to unpack .../libmpdec2_2.4.2-~1_armhf.deb ...
Unpacking libmpdec2 (2.4.2-~1) ...
Selecting previously unselected package python3.
Preparing to unpack .../python3_3.7-4.1_armhf.deb ...
Unpacking python3 (3.7-4.1) ...
Setting up libmpdec2 (2.4.2-~1) ...
Setting up python3 (3.7-4.1) ...
Der script-daemon läuft aber trotzdem nicht - von Hand gestartet spuckt er aber ein fehlendes Modul aus:
MLD /root# python3 -- /usr/bin/argononed.py
Traceback (most recent call last):
File "/usr/bin/argononed.py", line 2, in <module>
import smbus
ModuleNotFoundError: No module named 'smbus'
Weder das Paket python3-smbus noch python-smbus kann ich nachinstallieren:
MLD /root# apt install python3-smbus
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python3-smbus
MLD /root# apt install python-smbus
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-smbus
Viele Grüße
NoTape