Thank you for the replies! The “server” I currently have it on is an old PC whereas I have a new server to implement Fog because I love it so much! The old PC was tampered with and the install of Ubuntu is clobbered. I’m not that ubuntu savvy but when I left the server was functioning fine, when I come back it locks up at boot. I have the new server anyways so I really don’t think it’s wise for me to search the forums day in and out to try and figure out the issue with it.
Posts made by taspence
-
RE: Slave Drive to backup images
-
Slave Drive to backup images
My current fog server is on it’s way out the door. I no longer have the boot or networking capability on it. I will have a new server here shortly and will install Ubuntu 12.10 and fog 0.32, but is there a way with Ubuntu 12.10 and fog 0.32 to “slave” the SATA drive and copy the images and SQL off via the linux command prompt?
Thank you in advance.
-
Cannot reset webui password
Hi All,
I took over IT at a facility that uses Fog. I have the SQL login username and password, but was never provided with a webui username and password. I tried the default username and password, and it did not work. I have version 0.29. I have booted to a recovery prompt, and done the following:sudo mysql -u root -pMYPASSWORD fog
then it comes to a mysql prompt and I typed the following:
UPDATE users SET uPass = MD5(‘password’) WHERE uName = ‘fog’;
I get the following:
mysql> UPDATE users SET uPass = MD5(‘password’) WHERE uName = ‘fog’;
Query OK, 0 rows affected (0.00 sec)
Rows matched: 0 Changed: 0 Warnings: 0I’m not sure what I’m doing wrong.
Thanks for any help in advance.