Latest Development FOG
-
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.
-
I just upgraded to Version 3067 and I’m noticing a lot of issues with this revision. When you go into a host none of the Host Menu links work. It doesn’t try to load any of the pages. The Host List Report also only shows a blank page. All of the service links on the services page takes me to a page to download FOG. When I come across any others I’ll post it but right now those are the big ones I’m noticing.
-
Try clearing your browser cache jamesb.
-
That worked for the host menu issues, but I the service configuration links still have a the problem. I can’t open up any form of a host list, whether it’s a report or just through host management, I always get a blank page. I’m also having the same problem as YuYo with images not downloading. I haven’t tried your other solution for the link you gave him. I’m going to try that now.
-
Raise your memory limit. 256M on the FOG Configuration Page->FOG Settings->General Settings->FOG_MEMORY_LIMIT
-
That fixed the host list report, but listing all hosts through host management still gives me a white page and the service links still redirect me to a different page asking me to download FOG.
-
My issue for the image is slightly different than YuYo’s actually, where he has a cursor on his screen I just have a a pure black screen with no cursor at all right after it starts the inventory.