There are no snapins associated with this host
-
I’m testing version 3174 now and I get the following message when attempting to create a download task:
Failed to create deployment tasking for the following hosts
Test-Machine: There are no snapins associated with this host
I’m using Debian 7.8 (XFCE) for my fog server, and had a virtualbox xp w/ no partitions as the Test-Machine.
These are the current errors in the apache2 error log:
[Sun Mar 29 02:12:28 2015] [error] [client 192.168.1.149] PHP Warning: stream_set_blocking() expects parameter 1 to be resource, boolean given in /var/www/fog/lib/fog/Ping.class.php on line 30, referer: [url]http://192.168.1.50/fog/management/index.php?node=host&sub=list[/url]
-
The other odd thing is that images are stored in ‘images/dev/[mac address of host]’
-
some possible new clues in the apache log:
[Sun Mar 29 02:25:04 2015] [error] [client 192.168.1.149] PHP Warning: fsockopen(): unable to connect to 198.105.254.63:445 (Connection timed out) in /var/www/fog/lib/fog/Ping.class.php on line 29, referer: [url]http://192.168.1.50/fog/management/index.php?node=host&sub=list[/url]
[Sun Mar 29 02:25:04 2015] [error] [client 192.168.1.149] PHP Warning: stream_set_blocking() expects parameter 1 to be resource, boolean given in /var/www/fog/lib/fog/Ping.class.php on line 30, referer: [url]http://192.168.1.50/fog/management/index.php?node=host&sub=list[/url]
[Sun Mar 29 02:25:26 2015] [error] [client 192.168.1.149] PHP Warning: sort() expects parameter 1 to be array, null given in /var/www/fog/lib/pages/SnapinManagementPage.class.php on line 122, referer: [url]http://192.168.1.50/fog/management/index.php?node=snapin&sub=list[/url]
[Sun Mar 29 02:31:14 2015] [error] [client 192.168.1.149] PHP Warning: sort() expects parameter 1 to be array, null given in /var/www/fog/lib/pages/SnapinManagementPage.class.php on line 122, referer: [url]http://192.168.1.50/fog/management/index.php?node=snapin&sub=add[/url]
-
3175 should fix this. Sorry about the screw up.
-
The first two errors derive from FOG trying to check if you clients are up. You can turn this off in FOG Settings -> General Settings -> FOG_HOST_LOOKUP (uncheck and save).