Brand new NetSUS installation of Ubuntu 10.04.4 using the 1.02 seed file. Fresh after the install, I've reconfigured the server for a static IP address, I've modified the adminHelper.sh script to work with DeployStudio .nbi bundles, and I've enabled ufw but have allowed access from the subnet that my workstation is on.
I upload my newly generated "DSR-1083.nbi" bundle to the SMB share, I configure NetBoot to listen on my subnet, and click the Enable NetBoot button but nothing happens.
The /etc/dhcpd.conf file looks correct--it has the path to the .sparseimage inside the .nbi bundle and everything. If I manually launch dhcpd from the command line, however:
shelluser@NetSUS:~$ sudo /usr/local/sbin/dhcpd
/usr/local/sbin/dhcpd: 2: Syntax error: ")" unexpected
shelluser@NetSUS:~$ sudo /usr/local/sbin/dhcpd --version
/usr/local/sbin/dhcpd: 2: Syntax error: ")" unexpected
shelluser@NetSUS:~$ ls -l /usr/local/sbin/dhcpd
-rwxr-xr-x 1 root root 6613000 2012-09-20 12:10 /usr/local/sbin/dhcpd
Does anybody have a clue what could be causing this or, more importantly, how to fix it?