Dec 28 02:05:29 first logger: ERROR: Free commandline arguments are not allowed /usr/share/openqrm/plugins/device-manager/bin/openqrm-device-manager: line 122: device_manager_manager_usage: command not found
Dec 28 02:05:29 first logger: ERROR: openqrm-cmd failed running : /usr/share/openqrm/plugins/device-manager/bin/openqrm-device-manager add_vg -d /dev/sda2 -v test group -u xxxxxxxx -p xxxxxxxx
Dec 28 02:05:30 first apache2: openQRM openqrm-cmd: (base-engine) ERROR on resource 0 while running : /usr/share/openqrm/plugins/device-manager/bin/openqrm-device-manager
This is happening when I try to create new volume group. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for the late reply - took a while too figure this out. The problem seems to be the space in "-v test group" that breaks the shell script - group is interpreted as a new argument.
hope it helps
Alexander
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Guys,
Can someone help me with the following error?
Dec 28 02:05:29 first logger: ERROR: Free commandline arguments are not allowed /usr/share/openqrm/plugins/device-manager/bin/openqrm-device-manager: line 122: device_manager_manager_usage: command not found
Dec 28 02:05:29 first logger: ERROR: openqrm-cmd failed running : /usr/share/openqrm/plugins/device-manager/bin/openqrm-device-manager add_vg -d /dev/sda2 -v test group -u xxxxxxxx -p xxxxxxxx
Dec 28 02:05:30 first apache2: openQRM openqrm-cmd: (base-engine) ERROR on resource 0 while running : /usr/share/openqrm/plugins/device-manager/bin/openqrm-device-manager
This is happening when I try to create new volume group. Thanks.
Same issue with me too. I dont see device-manager plugin at all in the management list.
Hi Pugazhendhi,
Sorry for the late reply - took a while too figure this out. The problem seems to be the space in "-v test group" that breaks the shell script - group is interpreted as a new argument.
hope it helps
Alexander