Trouble with registering
-
Here’s the DHCPD.CONF config file from the DHCP server:
[CODE]
DHCP Server Configuration file.
see /usr/share/doc/dhcp*/dhcpd.conf.sample
This file was created by FOG
use-host-decl-names on;
ddns-update-style interim;
ignore client-updates;
allow booting;
allow bootp;subnet 192.168.0.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
range dynamic-bootp 192.168.0.20 192.168.0.95;option domain-name "mylan.lan"; option routers 192.168.0.99; option domain-name-servers 192.168.0.99, 192.168.0.251; option broadcast-address 192.168.0.255; default-lease-time 21600; max-lease-time 43200; next-server 192.168.0.253; filename "undionly.kpxe";
}
[/CODE] -
Hmmm,
Did a host get created with the right MAC Address that’s being sent?
-
[quote=“Tom Elliott, post: 36460, member: 7271”]Hmmm,
Did a host get created with the right MAC Address that’s being sent?[/quote]
No, no host entry for that MAC address in the hosts list.
Interestingly enough, I tried to manually add a host entry for the node in question, and although it accepted the input (and no error messages)… there is no new host entry in the hosts list.
:: scratching head ::
-
No errors?
The hostname you have on record that you’re attempting to assign for this host already exist?
On that “same” hostname, does it have the MAC of the system stored either as Primary or Registered MAC?
-
Old server host list
[IMG]http://tinypic.com/r/254yqes/8[/IMG]
[IMG]http://i60.tinypic.com/254yqes.jpg[/IMG]New server host list
[IMG]http://i60.tinypic.com/2qstcgi.jpg[/IMG]
No error messages when trying to manually add via web interface.
The host name and associated MAC address DID exist on the new server previously (all carried over during the migration from old server to new server). But I deleted that host thinking it might have been causing a problem when I ran into issues trying to get that machine to upload it’s image to the new Fog server. However, as stated, recreating it has been unsuccessful.
-
When you say no error, there’s no message at the top of the screen either?
-
Correct. I just walked through the process again to be sure. Create New Host -> enter info -> Add. After clicking Add, I go back to the the list of hosts, but no added host.
-
This post is deleted! -
[quote=“zilla1126, post: 36487, member: 25588”]I don’t other people’s experiences, but I and a bonified linux expert spent a few hours trying to get fog 1.2 working with ubuntu 14.
We gave up and installed Ubuntu 12.04.5 LTS. Worked nearly right out of the box.
YMMV[/quote]
I have Ubuntu 14.04 installed just for the reasons given here. I wanted to replicate what others have seen.
While I don’t recommend Ubuntu 14 for everybody, I also had no problems and it is now my primary dev box. My dev machine (the one I actually submit code from) is Centos 6.5, my three “test” servers are Centos 6.5, Ubuntu 14.04, and just for fun, a windows box running WAMP. I don’t see any issues with either of them.
-
Okay, gave up on this since I needed an operational image server to finish deploying PCs that replaced the last of our XP boxes. Uninstalled Fog on 14.04 following these instructions ([B]excluding[/B] the removal of the /images directory):
[URL=‘http://www.fogproject.org/wiki/index.php?title=Uninstall_FOG’]http://www.fogproject.org/wiki/index.php?title=Uninstall_FOG
[/URL]
Re-installed Fog 1.2.0 on same Ubuntu 14.04 server. Existing images from old Fog server still in /images. I opted not to try to import anything else from the old Fog 0.32 server. Created new image entries and assigned the corresponding image file names. I did a trial run by uploading an image from a Dell OptiPlex 390 with some success. Will be testing more today for functionality and stability.