Several issues with Connect 4
Posted: 17 May 2024, 10:52
Our company bought a Connect 4 module for me to verify it with our measurement logger applikation. During my preparation and configuration of it have I found several issues that caused extra work compared to modules based on Stretch and Buster. I upgraded the Linux distribution with sudo apt update and sudo apt full-upgrade with some upgrade issues reported from the 177 packages that were updated and installed.
- 1. The commands ethtool -P eth0 and ethtool -P eth1 returns other MAC addresses than those on the module cover, those returned from the command ifconfig and those presented in the DHCP server function of my router
2. The apache2.service stops with a configuration error in the configuration file /etc/apache2/sites-enabled/revpi-nodered-proxy.conf where a keyword on line 10 is invalid. When I commented out this keyword did apache2.service start correctly on every reboot.
3. The package proftpd-basic doesn't install correctly. The log file directory /var/log/proftpd isn't created upon every reboot and the proftpd.service doesn't start. When I tried to first purge the package and reinstall it dpkg returned several errors about corrupted files.
4. The Bullseye based image (as returned from the command lsb_release -a) uses Network Manager instead of dhcpcd. Since Raspberry Pi OS based on Debian 11 Bullseye still uses dhcpcd am I curious as why Kunbus based on the same uses Network Manager?