Hello, i tried running my magni after installing the new MCB but seems like my magni cannot do teleop_twist_keyboard and get “Waiting for subscriber to connect to /cmd_vel”. Checked rostopic list and there’s /cmd_vel. I also checked rosnode list and see the motor node.
But then I tried running sudo apt upgrade and got this issue which is multipath service.
Reading package lists… Done
Building dependency tree
Reading state information… Done
Calculating upgrade… Done
The following packages were automatically installed and are no longer required:
libxmlb1 python3-rosdistro
Use ‘sudo apt autoremove’ to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up multipath-tools (0.8.3-1ubuntu2.1) …
Job for multipathd.service failed because the control process exited with error code.
See “systemctl status multipathd.service” and “journalctl -xe” for details.
invoke-rc.d: initscript multipath-tools, action “start” failed.
● multipathd.service - Device-Mapper Multipath Device Controller
Loaded: loaded (/lib/systemd/system/multipathd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2023-02-02 10:14:32 +08; 64ms ago
TriggeredBy: ● multipathd.socket
Process: 9227 ExecStartPre=/sbin/modprobe -a scsi_dh_alua scsi_dh_emc scsi_dh_rdac dm-multipath (code=exited, status=1/FAILURE)
Process: 9228 ExecStart=/sbin/multipathd -d -s (code=exited, status=1/FAILURE)
Main PID: 9228 (code=exited, status=1/FAILURE)
Status: “configure”
Feb 02 10:14:32 ubiquityrobot modprobe[9227]: modprobe: WARNING: Module scsi_dh_rdac not found in directory /lib/modules/5.4.51-v7l+
Feb 02 10:14:32 ubiquityrobot modprobe[9227]: modprobe: WARNING: Module dm-multipath not found in directory /lib/modules/5.4.51-v7l+
Feb 02 10:14:32 ubiquityrobot multipathd[9228]: --------start up--------
Feb 02 10:14:32 ubiquityrobot multipathd[9228]: read /etc/multipath.conf
Feb 02 10:14:32 ubiquityrobot multipathd[9228]: path checkers start up
Feb 02 10:14:32 ubiquityrobot multipathd[9228]: DM multipath kernel driver not loaded
Feb 02 10:14:32 ubiquityrobot multipathd[9228]: DM multipath kernel driver not loaded
Feb 02 10:14:32 ubiquityrobot systemd[1]: multipathd.service: Main process exited, code=exited, status=1/FAILURE
Feb 02 10:14:32 ubiquityrobot systemd[1]: multipathd.service: Failed with result ‘exit-code’.
Feb 02 10:14:32 ubiquityrobot systemd[1]: Failed to start Device-Mapper Multipath Device Controller.
dpkg: error processing package multipath-tools (–configure):
installed multipath-tools package post-installation script subprocess returned error exit status 1
Processing triggers for libc-bin (2.31-0ubuntu9.9) …
Errors were encountered while processing:
multipath-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
Does anyone knows how to fix this problem ? Thank you.