Issues with RC 26/27
-
Server
- FOG Version: RC 27
- OS: CentOS 7
Description
With RC 26 we noticed when performing a full registration that inventory data, specifically primary name and other tag were not being populated and an image task was not being created. Updated to RC 27 this morning to see if those issues were fixed (are not fixed), and now when we try to do an image we get an in queue message and failed to check in (only 1 imaging task). I have attached a few lines from the apache error log, please let me know if you need any additional information, thanks.
[Thu Dec 01 08:25:04.247048 2016] [:error] [pid 1667] [client 10.230.11.26:44516] PHP Fatal error: Call to undefined method TaskQueue::StorageGroup() in /var/www/html/fog/lib/reg-task/taskingelement.class.php on line 115 [Thu Dec 01 08:25:09.350237 2016] [:error] [pid 8986] [client 10.230.11.26:44518] PHP Fatal error: Call to undefined method TaskQueue::StorageGroup() in /var/www/html/fog/lib/reg-task/taskingelement.class.php on line 115 [Thu Dec 01 08:25:14.437912 2016] [:error] [pid 1667] [client 10.230.11.26:44520] PHP Fatal error: Call to undefined method TaskQueue::StorageGroup() in /var/www/html/fog/lib/reg-task/taskingelement.class.php on line 115 [Thu Dec 01 08:25:19.532576 2016] [:error] [pid 1665] [client 10.230.11.26:44522] PHP Fatal error: Call to undefined method TaskQueue::StorageGroup() in /var/www/html/fog/lib/reg-task/taskingelement.class.php on line 115 [Thu Dec 01 08:25:24.631734 2016] [:error] [pid 1667] [client 10.230.11.26:44524] PHP Fatal error: Call to undefined method TaskQueue::StorageGroup() in /var/www/html/fog/lib/reg-task/taskingelement.class.php on line 115 Thu Dec 01 08:13:34.378029 2016] [:error] [pid 33906] [client 10.230.11.60:53583] PHP Warning: PDO::__construct(): MySQL server has gone away in /var/www/html/fog/lib/db/pdodb.class.php on line 153```
-
I’ve found the issue with the image task not being created and have a fix in place for it for RC-28.
The inventory didn’t seem to stick out but I haven’t been able to test either (I’m not at home sorry).
I did make various changes if you want to give them a shot. THey’re in the working branch currently.
-
Please repull and installer, should be fixed in latest.
-
If I do a quick image or create a task from the web interface it is now working. However, when we perform a full host registration no image task gets created and Primary user and Other tag do not get populated. Issues seemed to pop up with RC 26, not sure if that helps.Please let me know if you need any additional info from me, thanks.
[Thu Dec 01 10:20:11.147911 2016] [:error] [pid 128344] [client 10.230.11.26:57676] PHP Fatal error: Call to a member function isValid() on null in /var/www/html/fog/lib/fog/host.class.php on line 1609```
-
@Jason-Shoemake did you reply like I asked?
-
@Tom-Elliott Yes, pulled the latest, fixed the issue with imaging. Full Host registration still does not create a task nor does it populate Primary User and Other Tag.
-
I’ve found the issue with the image task not being created and have a fix in place for it for RC-28.
The inventory didn’t seem to stick out but I haven’t been able to test either (I’m not at home sorry).
I did make various changes if you want to give them a shot. THey’re in the working branch currently.
-
@Tom-Elliott everything seems to be working fine now using the working-branch, both inventory and the image task, thanks.