Thank you I wasn’t able to find similar posts.
Latest posts made by Seraphin692
-
RE: Mount a FOG image as NFS/SMB/Whatever share
-
Mount a FOG image as NFS/SMB/Whatever share
Hello,
Is there a way to mount a FOG image like I’d mount an iso to a specific folder using Linux ?
Regards,
-
RE: r5767 Host is not registered / Invalid MAC after I set an image
Tracking the database I see hostEnforce gets a “0” when you use the web interface. Simply editing the ImageID in database works.
-
r5767 Host is not registered / Invalid MAC after I set an image
Hello (again)
I have a message stating “Host is NOT registered” when I want to depoy an existing image to a computer.
Step to reproduce :
1 - Register the machine
2 - Reboot : Host is registered xx:xx:xx:xx:xx:xx (OK at this state)
3 - Go to All hosts, select host, associate an existing image
4 - Boot the machine : Host is NOT registered.
5 - Perform registration again : Invalid MAC address ! (it creates a duplicate entry in table “Hosts” aswell)Regards,
-
RE: [Fixed] r5766 SVN issue with MACAddress class / Inventory issue
Fixed in r5767. Thanks
-
RE: [Fixed] r5766 SVN issue with MACAddress class / Inventory issue
Running Version 8277
SVN Revision: 5766I can’t register anything at the moment (neither can I add host manually from web interface)
Regads,
-
[Fixed] r5766 SVN issue with MACAddress class / Inventory issue
Hello,
We have an issue with the last Toshiba laptop so updated to last trunk to see if the issue was fixed.
Sadly, I have an error when trying to register a host (either using the Web GUI, the quick inventory or the manuel inventory process) leading to that in apache logs :
[Tue Jun 28 02:42:17.263654 2016] [:error] [pid 8128] [client 10.1.24.210:37966] PHP Fatal error: Call to a member function get() on string in /var/www/html/fog/lib/fog/host.class.php on line 373
or
[Tue Jun 28 02:42:39.970503 2016] [:error] [pid 8128] [client 10.1.30.29:50506] PHP Fatal error: Call to a member function get() on string in /var/www/html/fog/lib/fog/host.class.php on line 373, referer: http://fogserver/fog/management/index.php?node=host&sub=add
It refers to the function :
protected function loadMac() { if (!$this->get('id')) return; $this->set('mac',self::getClass('MACAddress',$this->get('primac')->get('mac'))); }
Any idea what the problem is and how to fix it ?
Regards,