Tom,
You are awesome. Worked like a charm. Feel free to move this to the Linux Problems forum if you feel appropriate. I couldn’t decide between the two.
Magnus
Tom,
You are awesome. Worked like a charm. Feel free to move this to the Linux Problems forum if you feel appropriate. I couldn’t decide between the two.
Magnus
Hi folks,
I’m seeing multiple errors pointing to fog in my terminal window when attempting to install various packages (xrdp and one other package). I’m a linux guppy and I have no idea why my package installs are failing. Would someone mind looking at the attached terminal output and explain what’s going on?
Thanks in advance for the replies. I’m running Debian 7.5 and fog v1.1.1.
[url=“/_imported_xf_attachments/1/1019_package_install_errors.txt?:”]package_install_errors.txt[/url]
[quote=“astrouga, post: 8526, member: 907”]BTW, the solution ullawolf1 suggested works really well:
"So tftpd-hpa starts “to early”. You can fix this by editing the /etc/rc.local and add the line
[CODE]/bin/sleep 30 && /etc/init.d/tftpd-hpa restart[/CODE]
to restart the daemon after 30 seconds."
The thread is here:
[U][SIZE=2][COLOR=#0060e0][url]http://fogproject.org/forum/threads/tftp-stops-on-reboot-after-install.488/#post-5353[/url][/COLOR][/SIZE][/U]
[SIZE=2]astrouga[/SIZE][/quote]
Just wanted to add that I needed this fix on clean install of Debian 7.5 and fog 1.1.0 to get the TFTP server talking to my clients.
[quote=“Wolfbane8653, post: 29564, member: 3362”]Ubuntu 14.04 LTS is having serious issues with mysql. At this time it is[B] not recommended[/B] by anyone here to have your fog installation on Ubuntu 14.04.[/quote]
That’s great. I’ve lost count of how many times I’ve re-installed my linux server. What do you recommend for the most headache free fog experience? The latest version of Debian (I’d want to install a desktop environment)? Ubuntu 13.10?
I don’t need a bleeding edge Linux OS…just a stable environment for using fog.
[quote=“Tom Elliott, post: 29566, member: 7271”]All those having mysql problems on 14.04, what is the RAM amount on your systems?
What’s the mysql version installed?
[URL=‘https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1312936’]https://bugs.launchpad.net/ubuntu/ source/mysql-5.6/ bug/1312936[/URL][/quote]
I have 4GB of RAM and running mysql v5.5.37.
Update - restarting the mysql service and then clicking install/upgrade seems to have fixed the problem. It reported no upgrade was necessary and I’m no longer being prompted. Hope it doesn’t return.
Thanks.
HI fogsters,
I was having an issue with my fog v1.0.1 server and after a bit of unsuccessful troubleshooting and noticing v1.1.0 had dropped I decided to do a clean install (Ubuntu 14.04 LTS).
The install went fine and I was able to pull an issue from my client computer with no issues but now I’m being repeatedly prompted to update my database schema despite doing so successfully when asked during the fog server install. When I click the button to update the schema (again) I get an ‘Update/Install Failed’ message.
I attached a copy of my install log and a copy of the error log I received.
Can anyone point me to how to resolve this?
Thanks in advance for the help!
[url=“/_imported_xf_attachments/0/928_FOG 1.1.0 Database Schema Installer _ Updater.txt?:”]FOG 1.1.0 Database Schema Installer _ Updater.txt[/url][url=“/_imported_xf_attachments/0/929_v110_foginstall.txt?:”]v110_foginstall.txt[/url]
[quote=“Iulian Constantinescui, post: 27800, member: 24331”]Solved,
If you do a cleanup install or an upgrade you must change the config/settings in your linux/windows DHCP server.
On windows DHCP server make sure you put the 66 and 67 option.[/quote]
My option 66 and 67 settings were correct, otherwise the client wouldn’t have been able to talk to the fog server at all. What solved (and I use that term loosely) the problem was a clean install of Ubuntu 14.04. All is working beautifully now and I don’t need an rc.local edit either.
Thanks again to everyone that chimed in.
[quote=“Tom Elliott, post: 27249, member: 7271”][code]/bin/sleep 30 && /etc/init.d/htftpd-hpa restart[/code] Is that what’s really in your rc.local?
Try:
[code]/bin/sleep 30 && /etc/init.d/tftpd-hpa restart[/code][/quote]
No, I caught the error. My syntax is correct.
Tom,
Thanks for the reply. That command does work for me to get the TFTP server going. And there is a known bug with TFTP in 12.04…I’m just not sure why the rc.local hack worked with 0.32 isn’t working with 1.0.1.