@george1421 it is uefi
Posts made by darkxeno
-
RE: Need help added Duke and nuke to fog ipxe menu
the error I am getting is dban.bzi… ok
then after that I get a could not boot exec format errorim also using this in the Ipxe menu
:DBAN
kernel ${fog-ip}/dban/dban.bzi nuke=“dwipe --autonuke --method dod522022m” silent vga=785
boot -
Need help added Duke and nuke to fog ipxe menu
I have been following the wiki for adding the dban iso. To the ipxe menu. So far I have the menu idea but I’m having issues with getting dban to boot.
-
Feature request for FOG 1.6.x Device warranty and Info pulled down from Vendor Site.
WOuld there be a way to add a Feature that would pull down the Device Warranty and Info from a vendors site like dell? Where it will poll the Service tag and bring in the Info like the day it was bought and what not?
Also it would be also if we could add some Fields to the Host register that lets us add that data as well.
we use Intake sheets and I can provide a blank one to show you the info im talking about.
it would be great to Generate a Intake sheet from within Fog after we Register the Host.[0_1602709810152_Equipment intake sheet (Blank)1.xlsx](Uploading 100%)
-
RE: Unable to rename/join - Error multiple hosts returned for list of mac addresses
@Sebastian-Roth I understand than I was racing my brain on this lol
-
RE: Unable to rename/join - Error multiple hosts returned for list of mac addresses
@Sebastian-Roth That worked thanks man I owe you a beer!!!
-
RE: Unable to rename/join - Error multiple hosts returned for list of mac addresses
@Sebastian-Roth said in Unable to rename/join - Error multiple hosts returned for list of mac addresses:
SELECT hostName FROM hosts where hostID IN ( 357, 419 );
Got them what do I need to do with them?
-
RE: Unable to rename/join - Error multiple hosts returned for list of mac addresses
@Sebastian-Roth said in Unable to rename/join - Error multiple hosts returned for list of mac addresses:
use fog;
Database changed MariaDB [fog]> SELECT hmHostID FROM hostMAC where hmMAC IN ('00:09:0F:AA:00:01', '4E:4D:D9:8C:1F:5B', '54:B2:03:E4:6A:D5', 'F8:AC:65:BE:26:0C', 'F8:AC:65:BE:26:0D', 'FA:AC:65:BE:26:0C', 'F8:AC:65:BE:26:10', '90:93:8B:56:52:54'); +----------+ | hmHostID | +----------+ | 357 | | 419 | +----------+ 2 rows in set (0.00 sec)
-
RE: Unable to rename/join - Error multiple hosts returned for list of mac addresses
@Sebastian-Roth said in Unable to rename/join - Error multiple hosts returned for list of mac addresses:
mysql> SELECT hmHostID FROM hostMAC where hmMAC IN (‘00:09:0F:AA:00:01’, ‘4E:4D:D9:8C:1F:5B’, ‘54:B2:03:E4:6A:D5’, ‘F8:AC:65:BE:26:0C’, ‘F8:AC:65:BE:26:0D’, ‘FA:AC:65:BE:26:0C’, ‘F8:AC:65:BE:26:10’, ‘90:93:8B:56:52:54’);
MariaDB [(none)]> SELECT hmHostID FROM hostMAC where hmMAC IN ('00:09:0F:AA:00:01', '4E:4D:D9:8C:1F:5B', '54:B2:03:E4:6A:D5', 'F8:AC:65:BE:26:0C', 'F8:AC:65:BE:26:0D', 'FA:AC:65:BE:26:0C', 'F8:AC:65:BE:26:10', '90:93:8B:56:52:54'); ERROR 1046 (3D000): No database selected MariaDB [(none)]>
-
RE: Unable to rename/join - Error multiple hosts returned for list of mac addresses
@Sebastian-Roth heres the log file after updating to 0.12fog.log
-
RE: Unable to rename/join - Error multiple hosts returned for list of mac addresses
@Sebastian-Roth here is the output
MariaDB [(none)]> use fog;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -ADatabase changed
MariaDB [fog]> SELECT * FROM hostMAC WHERE hmMAC IN (SELECT hmMAC FROM hostMAC GROUP BY hmMAC HAVING COUNT(hmMAC) > 1);
Empty set (0.02 sec)MariaDB [fog]> SELECT * FROM hosts WHERE hostID IN (SELECT hmHostID FROM hostMAC GROUP BY hmMAC HAVING COUNT(hmMAC) > 1);
Empty set (0.01 sec) -
Unable to rename/join - Error multiple hosts returned for list of mac addresses
10/13/2020 9:35 AM Client-Info Version: 0.11.16 10/13/2020 9:35 AM Client-Info OS: Windows 10/13/2020 9:35 AM Middleware::Authentication Waiting for authentication timeout to pass 10/13/2020 9:37 AM Middleware::Communication Download: http://fogserver/fog/management/other/ssl/srvpublic.crt 10/13/2020 9:37 AM Data::RSA FOG Server CA cert found 10/13/2020 9:37 AM Middleware::Authentication Cert OK 10/13/2020 9:37 AM Middleware::Authentication No token found at C:\Program Files (x86)\FOG\token.dat, this is expected if the client has not authenticated before 10/13/2020 9:37 AM Middleware::Authentication ERROR: Could not get security token 10/13/2020 9:37 AM Middleware::Authentication ERROR: Could not find file ‘C:\Program Files (x86)\FOG\token.dat’. 10/13/2020 9:37 AM Middleware::Communication POST URL: http://fogserver/fog/management/index.php?sub=requestClientInfo&authorize&newService 10/13/2020 9:37 AM Middleware::Response Error multiple hosts returned for list of mac addresses ... --------------------------------HostnameChanger------------------------------- 10/13/2020 9:31 AM Client-Info Client Version: 0.11.16 10/13/2020 9:31 AM Client-Info Client OS: Windows 10/13/2020 9:31 AM Client-Info Server Version: 1.5.9 10/13/2020 9:31 AM Middleware::Response ERROR: Unable to get subsection 10/13/2020 9:31 AM Middleware::Response ERROR: Object reference not set to an instance of an object
-
RE: Very slow registering host and pushing images to Dell Optiplex 7070 ultras.
@george1421 thanks for the info I’ll get that done Monday and I’ll left you know what we find
-
RE: Very slow registering host and pushing images to Dell Optiplex 7070 ultras.
@Sebastian-Roth I’m curious on this, the reason being is one we have been using fog for years since v 0.27 and haven’t have this issue before. And it’s only been on these 7070 ultras we just got in. I just did an image on the regular optiplex 7070s and had no issue with them at all. However this past Tuesday we had a battery back up fail and would keep failing every time we though we had it back up so we had a lot of unsafe shutdowns. So that could be a possibility. However when I pushed those other images that was after all of that was resolved and we didn’t have those issues but we’ll do a wireshark and check I’m curious now.
-
RE: Very slow registering host and pushing images to Dell Optiplex 7070 ultras.
@george1421 that seemed to do the trick I’ll do some more Monday and let you now I will go ahead and move to the dev branch as well
-
RE: Very slow registering host and pushing images to Dell Optiplex 7070 ultras.
@george1421 I will try that Update you onmonday when I get back to work thanks for your help today
-
RE: Very slow registering host and pushing images to Dell Optiplex 7070 ultras.
@george1421 do you think it has anythign to do with the ultra having a nvme drive?
-
RE: Very slow registering host and pushing images to Dell Optiplex 7070 ultras.
this is the error I get when I do get to partclone
-
RE: Very slow registering host and pushing images to Dell Optiplex 7070 ultras.
@george1421 this is what I got from Device manager
PCI\VEN_8086&DEV_15BE&SUBSYS_091B1028&REV_11
PCI\VEN_8086&DEV_15BE&SUBSYS_091B1028
PCI\VEN_8086&DEV_15BE&CC_020000
PCI\VEN_8086&DEV_15BE&CC_0200edit: Looks like its an Intel I219-V Ethernet Controller