RC26 - Multicast image Input/output error
-
Server
- FOG Version: RC26
- OS: Centos 7
Client
- Service Version: N/A
- OS: N/A
Description
I wanted to multicast an image for a shipment we got in, but I’m getting ye olde Input/Output errors after entering the session name to join and pressing enter.
I created the multicast session by going to the image list -> multicast image -> fill in data
Here is my multicast entry:
set username foglogin set password foglogin params param mac0 ${net0/mac} param arch ${arch} param username ${username} param password ${password} param sessionJoin 1 isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
Basically the default with autologin.
-
Found the issues, thanks for reporting.
Can be fixed if needed immediately by running:
wget -O /var/www/fog/lib/fog/bootmenu.class.php https://raw.githubusercontent.com/FOGProject/fogproject/ca676afb6aa7fc749718a795b6ce8885c5cb93e7/packages/web/lib/fog/bootmenu.class.php wget -O /var/www/fog/lib/fog/fogcontroller.class.php https://raw.githubusercontent.com/FOGProject/fogproject/ca676afb6aa7fc749718a795b6ce8885c5cb93e7/packages/web/lib/fog/fogcontroller.class.php
-
Anything in your apache error logs?
-
@Tom-Elliott Aside from a the “too few arguments” in the submenu thing, this is the only other thing, but I’m not sure it’s related.
[Wed Nov 30 12:25:37.832343 2016] [:error] [pid 24185] [client 192.168.1.216:3765] PHP Fatal error: Call to a member function get() on null in /var/www/html/fog/lib/fog/bootmenu.class.php on line 1119
-
@Quazz Your bootmenu item seems to be the “trigger”, and I’m taking a look now. If i had to guess, I believe this is already fixed in RC-27 (as I’m thinking this is related to the ‘is one enabled’ issue we’re already seeing.)
-
@Tom-Elliott Alright, well, there’s no real hurry on my end, so I’ll check out RC27 when it drops and report back?
-
Found the issues, thanks for reporting.
Can be fixed if needed immediately by running:
wget -O /var/www/fog/lib/fog/bootmenu.class.php https://raw.githubusercontent.com/FOGProject/fogproject/ca676afb6aa7fc749718a795b6ce8885c5cb93e7/packages/web/lib/fog/bootmenu.class.php wget -O /var/www/fog/lib/fog/fogcontroller.class.php https://raw.githubusercontent.com/FOGProject/fogproject/ca676afb6aa7fc749718a795b6ce8885c5cb93e7/packages/web/lib/fog/fogcontroller.class.php
-
@Tom-Elliott Thanks for the very fast assistance! Awesome work as usual.