@Tom-Elliott
It would show 177 imported. It would throw an error for a few but I know what’s wrong with those ones in the .csv already. So in a way it’s spitting out errors like “not valid mac address”.
Posts made by jquilli1
-
RE: Import host.csv not working or impatient
-
RE: Import host.csv not working or impatient
@Wayne-Workman
Nevermind it was user error obviously.
The hostnames were way too long and weren’t being imported.Any chance an error can be thrown in stating that hostnames are too long instead of showing import successfully?
Thanks for the help btw! -
RE: Import host.csv not working or impatient
@Wayne-Workman
Still having issues with this.
My excel spreadsheet looks like this:Column 1
01:23:45:67:89:10Column 2
HostnameI’m saving it as a .csv (comma delimited)
It shows all hosts have imported successfully but will only import the same 6 hosts as before and no one else. -
Import host.csv not working or impatient
Server
- FOG Version: 1.3.0-RC-15
- OS: Ubuntu 14.04
Client
- Service Version: 0.11.5
- OS: Windows 10 Pro x64
Description
Importing host.csv doesn’t seem to be importing the whole list - or maybe I’m just impatient.
I’ve downloaded our DHCP client list and only have the MAC, hostname, added image ID, and OSID. When
I import the list only 5 or 6 clients are actually imported. The rest do not show up. There’s about 177 clients
total. -
RE: FOG Service Settings cannot be re-enabled
@Tom-Elliott
Thanks Tom - everything seems to be working great! -
RE: FOG Service Settings cannot be re-enabled
@Tom-Elliott
I installed FOG Thursday or Friday of last week - I then just updated it right before posting this morning.
How do I drop the FOG database and re-establish it? Would it be easier to just blow the server away and start new? I only have 1 host, no images or anything else. -
RE: FOG Service Settings cannot be re-enabled
@Tom-Elliott
Still having issues with this. I’ve upgraded to RC-15 and it’s still not showing check boxes.
Maybe it’s me? I’m going to Service Settings for the host - all boxes are grey except Select/Deselect All. I’ll select that box, hit update, and it’ll notify me the changes have been saved but all boxes are still unchecked. -
FOG Service Settings cannot be re-enabled
Server
- FOG Version: 1.3.0-RC-14
- OS: Ubuntu 14.04
Client
- Service Version: 0.11.5
- OS: Windows 10 Pro x64
Description
Can disable FOG Service Settings but cannot re-enable them.
Tried checking Hostname Changer setting, but when applied it shows the box unchecked and says “saved”. -
Issues with FOG Client Pre-Sysprep (Or maybe it's me)
FOG GIT 7919
Ubuntu 14.04I am creating a pre-sysprepped image (Windows 10) with very minor software installed.
I can capture the image with all software I needed installed with the exception of the FOG client.
When I install the FOG client, sysprep, and capture the computer captures the image as normal, but
when it restarts it gives me the error or something along these lines “Windows 10 cannot be installed on this computer. Try restarting”. Restart just repeats the same error message.If I uninstall the FOG client and capture the image all is well. I’ve used both the Smart Installer and Network Installer with no luck. The reason I’m not pushing this out through the network is because we are still using Novell and not AD.
If I’m doing something incorrectly can someone tell me where I’m messing up? I’ve been able to do this before.
-
SQL : : command not found (PXE problems)
FOG GIT 7731
Ubuntu 14.04Am receiving this error when trying to boot. Computers are stuck in a loop unless DHCP options are removed.
-
RE: FOG Inventory Report Issue
@Tom-Elliott
I’m assuming they are the same. Sorry I should have said that. What I did was export the host list, rebuild the server, and then imported the host list. When I go take an inventory it only shows new clients that I’ve added. -
RE: FOG Inventory Report Issue
@Wayne-Workman
Updated and still the same issue. -
RE: FOG Inventory Report Issue
@Tom-Elliott
Yes, apologies for the late reply. -
FOG Inventory Report Issue
Ubuntu 14.04
FOG GIT 6323I’m not sure if this has already been or is being addressed, but when I go to Report Management and click on Inventory it looks like it’s only showing me computers that I have recently registered instead of every computer registered. I have rebuilt my FOG server a few weeks ago but I did make sure to export the old inventory list and import it back.
-
RE: FOG Apache / Web Page / DNS issues
If anyone else is having this issue the fix was:
symbolically link /var/www/fog to /var/www/html/fog
ln -s /var/www/fog /var/www/html
Mod edited to include command.
-
RE: FOG Apache / Web Page / DNS issues
I know you guys are busy but just wanted to see if you had any idea on what would be causing this?
-
RE: FOG Apache / Web Page / DNS issues
@Wayne-Workman yes, I’m landing at the Apache test page.
@Sebastian-Roth Here is my Apache error log.
http://pastebin.com/XEZaLZN6 -
RE: FOG Apache / Web Page / DNS issues
There is a PTR record
The hostname when running hostname command in Ubuntu is fog.mydomain.comif I navigate just to the IP address I can see the parent directory of “fog” and “html”
-
FOG Apache / Web Page / DNS issues
Completely wiped out my server to virtualize it. Running on ESXi 5.5 with the latest version of FOG GIT and using Ubuntu 14.04.
I’ve added a DNS entry for the FOG server but am getting issues when trying to navigate to the page. I can get to fog.mydomain.com but when I do I get the default Apache welcome page. When I add fog.mydomain.com/fog/management I get 404 not found. I can ping fog.mydomain.com and get a resolved IP. I can also navigate to ipaddress/fog/management and get to the FOG homepage.
So the only issue I’m having is trying to navigate to the homepage using the DNS entry. I’ve also flushed my DNS entries with not luck.
-
RE: Checking Package: libapache2-mod-php5....Failed!
I’m catting the latest log file and that’s all I’m getting. Should I run the upgrade again and see if it generates a new file?