@Wayne-Workman @Tom-Elliott Thanks for all your help
Posts made by Raymond Bell
-
RE: Pxe boot looping
@Tom-Elliott
Sorry that was on the server
NO is is not running on storage node and i can not get it to stay startedRe-installed storage node
working now
thanks
-
RE: Pxe boot looping
fog@fog-virtual-machine:~$ sudo service vsftpd status vsftpd start/running, process 27945
-
RE: Pxe boot looping
@Tom-Elliott Yes it works now… Thanks but i am unable to FTP to that storage node
Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server". Error: Could not connect to server``` Should i not be able to ftp to it i had always before
-
RE: Pxe boot looping
@Tom-Elliott Yes there is and i just seen that the master node is not set as master now
-
RE: Pxe boot looping
[Mon Jun 22 12:24:21 2015] [error] [client 10.24.32.15] PHP Warning: mysqli::mysqli(): (HY000/2002): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /var/www/fog/lib/db/MySQL.class.php on line 64 [Mon Jun 22 12:24:21 2015] [error] [client 10.24.32.15] PHP Warning: mysqli::select_db(): Couldn't fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 165 [Mon Jun 22 12:24:21 2015] [error] [client 10.24.32.15] PHP Warning: mysqli::query(): Couldn't fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 89 [Mon Jun 22 12:24:21 2015] [error] [client 10.24.32.15] PHP Warning: MySQL::sqlerror(): Couldn't fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 180 [Mon Jun 22 12:24:21 2015] [error] [client 10.24.32.15] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/fog/lib/db/MySQL.class.php on line 150 [Mon Jun 22 12:24:40 2015] [notice] caught SIGTERM, shutting down [Mon Jun 22 12:24:41 2015] [notice] Apache/2.2.22 (Ubuntu) PHP/5.3.10-1ubuntu3 with Suhosin-Patch configured -- resuming normal operations [Mon Jun 22 12:26:22 2015] [error] [client 10.24.32.15] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/fog/BootMenu.class.php on line 133 [Mon Jun 22 12:28:19 2015] [error] [client 10.24.32.15] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/fog/BootMenu.class.php on line 133 [Mon Jun 22 12:30:14 2015] [error] [client 10.24.32.15] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/fog/BootMenu.class.php on line 133```
-
RE: Pxe boot looping
@Wayne-Workman i have re-run the installer and everything installed fine
But i am having the same issue
-
RE: Pxe boot looping
Mon Jun 22 11:54:45 2015] [error] [client *.*.35.3] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/fog/BootMenu.class.php on line 133 [Mon Jun 22 11:54:45 2015] [error] [client *.*.35.3] File does not exist: /var/www/favicon.ico, referer: http://*.*.28.17/fog/service/ipxe/boot.php [Mon Jun 22 11:54:48 2015] [error] [client *.*.35.3] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/fog/BootMenu.class.php on line 133 [Mon Jun 22 11:54:49 2015] [error] [client *.*.*.*] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/fog/BootMenu.class.php on line 133 [Mon Jun 22 11:54:50 2015] [error] [client *.*.35.3] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/fog/BootMenu.class.php on line 133 [Mon Jun 22 11:54:51 2015] [error] [client *.*.35.3] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/fog/BootMenu.class.php on line 133 [Mon Jun 22 11:56:14 2015] [error] [client *.*.35.3] client denied by server configuration: /var/www/server-status [Mon Jun 22 12:02:38 2015] [error] [client *.*.28.17] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/fog/BootMenu.class.php on line 133```
-
RE: Pxe boot looping
the boot.php is on the server
<?php header("Content-type: text/plain"); require_once('../../commons/base.inc.php'); if ($_REQUEST['mac0'] && !$_REQUEST['mac1'] && !$_REQUEST['mac2']) $_REQUEST['mac'] = $_REQUEST['mac0']; else if ($_REQUEST['mac0'] && $_REQUEST['mac1'] && !$_REQUEST['mac2']) $_REQUEST['mac'] = $_REQUEST['mac0'].'|'.$_REQUEST['mac1']; else if ($_REQUEST['mac0'] && !$_REQUEST['mac1'] && $_REQUEST['mac2']) $_REQUEST['mac'] = $_REQUEST['mac0'].'|'.$_REQUEST['mac2']; else if ($_REQUEST['mac0'] && $_REQUEST['mac1'] && $_REQUEST['mac2']) $_REQUEST['mac'] = $_REQUEST['mac0'].'|'.$_REQUEST['mac1'].'|'.$_REQUEST['mac2']; $MACs = HostManager::parseMacList($_REQUEST['mac']); $Host = $FOGCore->getClass('HostManager')->getHostByMacAddresses($MACs); new BootMenu($Host);```
-
Pxe boot looping
Has anyone else had this issue? I was out of town for a week and when i came back this is what I get when trying to image any PC
-
RE: Uploading windows 8.1 to Fog 1.2.0
I am Deploying Windows 8.1 with no issues except my server is 1.2 and my storage nodes are .32
If i upgrade storage nodes to 1.2 the server will not see them -
RE: Fog Nodes Not Syncing
This may have to do with another issue i am having…
https://forums.fogproject.org/topic/5068/unable-to-connect-to-storage-node-with-ver-1-2-0 -
Unable to connect to storage node with Ver 1.2.0
I am running Fog Server 1.2.0 i am unable to connect to my storage nodes if they are running 1.2.0 but if i install 0.32 they connect and show the graph fine on the Home Dashboard page. Also i am having to reboot the server every day i mean every day…
I am running the Server and the storage nodes on Ubuntu 12.04 LTS