Latest Development FOG
- 
Hi, I just upgraded to the last SVN and my clients can’t download any image.
There’s a blinking cursor in the bottom left ad if there was a key pressed and the screen is scrolling up continuously.
I’ve tried reverting to a previous SVN but the problem persists.
Any idea?
 - 
What, exact, revision are you running? The “last” doesn’t mean a whole lot.
 - 
Rev 3060
 - 
You can upgrade to Rev 3061, though it shouldn’t matter. I’ve updated the init’s as well.
 - 
It made no difference. It PXE boots and after displaying the FOG banner with the Image Download task information it scrolls up real quick leaving the blinking cursor.
 - 
Can you recreate the task as a debug task?
 - 
Thanks for your time Tom.
I sent it as a Debug Download. At the prompt I typed fog to start the task. It displays the banner and afetr hitting Enter I go back to the blinking cursor.
I’ve tried to run the scripts manually and it all starts when it runs fog.checkin
 - 
if you can get back to the command prompt, type
[code]ifconfig[/code]Does the network you need show up? What if you type
[code]ifconfig -a[/code]What’s in the /etc/network/interfaces file?
[code]cat /etc/network/interfaces[/code] - 
It has no ip address, although the eth0 interface is there.
The content of /etc/network/interfaces shows
[CODE]iface lo inet loopback[/CODE]
I tried to set the IP manually, with no luck.
 - 
what do you get if you run:
[code]/etc/init.d/S40network[/code]
??
Are there errors reported?
 - 
[CODE]Starting network …
ifup: duplicate interface "lo[/CODE]But no ip received from DHCP
PS: This computer could image earlier this morning, before updating to 3060.
 - 
If you:
[code]cat /etc/network/interfaces[/code]
What do you see?
 - 
[CODE]iface lo inet loopback
auto eth0
iface eth0 inet dhcp
udhcpc_opts -t 100 -T 20
iface lo inet loopback
[/CODE] - 
Can you reinstall? I think the issue has finally been found and fixed.
 - 
I’ll give it a try and let you know the results.
 - 
I’ve deleted
/opt/fog
/var/www/fog
/tftpbootDownloaded the latest SVN revision (3067) but I’m still having the same error

 - 
Download my init.xz from [url]http://mastacontrola.com/fogboot/init.xz[/url]
I do want to get it set by a more automated means, but it seems nothing works.
 - 
Thanks Tom again for your time.
I’ve downloaded and installed your init.xz. This time it has taken a little longer to boot, in the discovery phase. It grabs the IP with udhcpc correctly but we get to the same point.
I’ve grabbed a video I’m trying to upload to show you how it behaves. For what I’ve seen (pausing the video), the problem starts right after sending the inventory …
You can find the video here: [url]http://1drv.ms/1M4DkFT[/url]
 - 
I have a suspicion of the problem.
Can you delete the host and re-register it?
 - 
Unfortunately, Deleting and re-adding the host made no difference.