Latest Development FOG
-
Great!! Thanks
-
I have a really weird issue. I just updated to 3051 and I’m can’t update my schema. Every time I try I get told that my database is up to date. But when I look at my FOG configuration it still says I’m on 2979.
-
[quote=“Ray Zuchowski, post: 38879, member: 24449”]Tom,
Running 2607 right now. Works nice bud. Just wanted to say nice work. Is the email feature working yet ? Do I have to set my smtp settings through my PHP. ini ?
Ray Z[/quote]
[quote=“Tom Elliott, post: 38892, member: 7271”]No, you do not need to setup php.ini sendmail/email smtp stuff.[/quote]
Hi all, currently testing the latest SVN [r3054]. unsure how to get mail notifications working can someone please help me with setting this up? is this feature finished/working yet?
where do I specify our smtp server?
so far this release is really good, have only tested upload/download/ad rename & joining as that’s all i need @ the moment I am still on 0.32 in my production so looking forward to the final release with the updated client.
edit: just to add i’m running Debian 7
thanks
-
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.