Cannot delete Multicast tasks
-
Hi all, I’m on trunk SVN 5732 - GIT 8209, over Debian 8.4, and I cannot delete one previously created Multicast deployment task. In my logs I can see this
[Wed Jun 22 12:16:23.897489 2016] [:error] [pid 1597] [client 10.11.53.24:43628] PHP Warning: trim() expects parameter 1 to be string, array given in /var/www/html/fog/lib/fog/fogmanagercontroller.class.php on line 55
[Wed Jun 22 12:16:23.903022 2016] [:error] [pid 1597] [client 10.11.53.24:43628] PHP Warning: trim() expects parameter 1 to be string, array given in /var/www/html/fog/lib/fog/fogmanagercontroller.class.php on line 55
[Wed Jun 22 12:16:23.906281 2016] [:error] [pid 1597] [client 10.11.53.24:43628] PHP Warning: trim() expects parameter 1 to be string, array given in /var/www/html/fog/lib/fog/fogmanagercontroller.class.php on line 55
[Wed Jun 22 12:16:25.282210 2016] [:error] [pid 971] [client 10.11.100.73:40748] PHP Warning: trim() expects parameter 1 to be string, array given in /var/www/html/fog/lib/fog/fogmanagercontroller.class.php on line 55I don’t know if they’re related.
Thanks in advance
-
Search the wiki for “Troubleshoot Downloading - Multicast” and there are steps in there to clear multicast tasks.
-
That was right @Wayne-Workman, in the center of the target.
Thank you so much
-
@URfog if it’s fixed, tell what you did.
-
Just what you indicated.
mysql
use fog
DELETE FROMmulticastSessions
WHERE 1;
DELETE FROMmulticastSessionsAssoc
WHERE 1;
DELETE FROMtasks
WHEREtaskTypeID
= 8;
quitThat’s all