Call Trace??
-
use this guide [url]http://www.fogproject.org/wiki/index.php/SVN[/url]
but use this address:
svn checkout svn://svn.code.sf.net/p/freeghost/code/trunk freeghost-code
instead of this address:
[url]https://svn.code.sf.net/p/freeghost/code/trunk[/url] -
tom’s way works too. i just find svn easier
-
This post is deleted! -
[quote=“Tom Elliott, post: 34348, member: 7271”][code]cd /home/mcasd-fogserver/Desktop/fog_1.2.0/bin
sudo ./installfog.sh[/code][/quote]When I visit my GUI, I get database schema installer/ updater prompted to Install/upgrade. When clicked I get a long list of errors.
-
ok, that means that you still have your database issue. do you know if the database had a password before you upgraded? it is likely that the password is incorrect in [FONT=arial][COLOR=#262626]/var/www/fog/lib/fog/Config.class.php[/COLOR][/FONT]
-
[quote=“Junkhacker, post: 34363, member: 21583”]ok, that means that you still have your database issue. do you know if the database had a password before you upgraded? it is likely that the password is incorrect in [FONT=arial][COLOR=#262626]/var/www/fog/lib/fog/Config.class.php[/COLOR][/FONT][/quote]
When opened, Do I type my password in…?
define(‘DATABASE_TYPE’, ‘mysql’); // mysql or oracle
define(‘DATABASE_HOST’, ‘localhost’);
define(‘DATABASE_NAME’, ‘fog’);
define(‘DATABASE_USERNAME’, ‘root’);
define(‘DATABASE_PASSWORD’, ’ '); -
if you know what the root mysql user password is enter it between the empty quotes here
define(‘DATABASE_PASSWORD’, ’ ');
if you do not know what the password is, we will need to reset it -
[quote=“Junkhacker, post: 34366, member: 21583”]if you know what the root mysql user password is enter it between the empty quotes here
define(‘DATABASE_PASSWORD’, ’ ');
if you do not know what the password is, we will need to reset it[/quote]That’s what I thought, but when I type in what I think the password is, I can’t save it… Is that normal?
-
that file is read only for normal users, try this
sudo nano [FONT=arial][COLOR=#262626]/var/www/fog/lib/fog/Config.class.php[/COLOR][/FONT] -
[quote=“Junkhacker, post: 34370, member: 21583”]that file is read only for normal users, try this
sudo nano [FONT=arial][COLOR=#262626]/var/www/fog/lib/fog/Config.class.php[/COLOR][/FONT][/quote]THAT WORKED!! Now when I PXE boot I don’t get a boot menu…
TFTP.
PXE-T01:File not found
PXE-E3B: TFTP Error-File Not found
PXE-M0f: Exiting PXE ROM.Any suggestions on that?
-
did you change your dhcp option 67 from pxelinux.0 to undionly.kpxe?
-
[quote=“Junkhacker, post: 34376, member: 21583”]did you change your dhcp option 67 from pxelinux.0 to undionly.kpxe?[/quote]
Fellas, Let me tell you how much I appreciate everything you have done for me. Everything is in working order. I can’t thank you guys enough for the help! Hopefully someday I can repay you somehow.
Nate