Failed vista image upload help
-
Hey guys new here, I created 2 vista images, 1 on desktop and 1 laptop. Laptop is failing and looking for help as to why. Attaching pic of message.
[url="/_imported_xf_attachments/0/670_IMG_20140421_120633_477-1.jpg?:"]IMG_20140421_120633_477-1.jpg[/url]
-
@Tom-Elliott Ok, well after upgrading to svn 2096, I am still unable to deploy a vista image to this laptop. I reuploaded the image just to make sure and still no go
-
Yes. Change the user to root and my guess is your root user does not have a password set. So make it just two single quotes. You will need to edit the .fogsettings file as it will pull in the info for the update. Edit the fogsettings file and then rerun the installer.
-
@Tom-Elliott That must have been what it was, I deleted the username and password in the .fogsettings file and it now works
-
@Tom-Elliott This is from my .fogsettings file
snmysqluser=“fogstorage”
snmysqlpass=“fs6181”;
snmysqlhost=“localhost”;do I need to delete the username and password here?
Full fledged server
-
@the_duke are you installing a node or a full fledged fog server?
-
This post is deleted!
-
@the_duke going on a limb that the db has a root user and password?
-
@Tom-Elliott apache is fine, just the database update failing
-
@Tom-Elliott same thing
-
@the_duke please rerun the installer in whole. My guess is the Config file is not present as it failed to even restart Apache before.
-
@Tom-Elliott Ok, now it restarted the apache2, but when I go to my web gui to update/install database schema, I get the update/installed failed
-
@the_duke now run
sudo a2dissite 001-fog
. Then rerunsudo service apache2 restart
-
@Tom-Elliott Here is what it it is saying now:
Restarting web server apache2 [fail]
- The apache2 configtest failed.
Output of config test was:
AH00526: Syntax error on line 12 of /etc/apache2/sites-enabled/001-fog.conf:
SSLCertificateFile: file ‘/var/www/fog/management/other/ssl/srvpublic.crt’ does not exist or is empty
Action ‘configtest’ failed.
The Apache error log may have more information.
- The apache2 configtest failed.
-
@the_duke can you reboot?
-
@Tom-Elliott Tried that too, here’s the output of that:
jcsadmin@jcstest69:~$ sudo service apache2 restart
- Restarting web server apache2 [fail]
- There are processes named ‘apache2’ running which do not match your pid file which are left untouched in the name of safety, Please review the situation by hand.
-
@Tom-Elliott sorry the sudo apache2 restart should’ve been sudo service apache2 restart
-
@Tom-Elliott Ok, installed revision 2096 and apache2 still failed. I then ran the commands that you posted and here is what came out:
Module authz_default already disabled
Module authz_default already disabled
ERROR: Module mem_cached does not exist!
jcsadmin@jcstest69:~$ sudo a2enmod authz_core
Module authz_core already enabled
jcsadmin@jcstest69:~$ sudo apache2 restart
Usage: apache2 [-D name] [-d directory] [-f file]
[-C “directive”] [-c “directive”]
[-k start|restart|graceful|graceful-stop|stop]
[-v] [-V] [-h] [-l] [-L] [-t] [-T] [-S] [-X]
Options:
-D name : define a name for use in <IfDefine name> directives
-d directory : specify an alternate initial ServerRoot
-f file : specify an alternate ServerConfigFile
-C “directive” : process directive before reading config files
-c “directive” : process directive after reading config files
-e level : show startup errors of level (see LogLevel)
-E file : log startup errors to file
-v : show version number
-V : show compile settings
-h : list available command line options (this page)
-l : list compiled in modules
-L : list available configuration directives
-t -D DUMP_VHOSTS : show parsed vhost settings
-t -D DUMP_RUN_CFG : show parsed run settings
-S : a synonym for -t -D DUMP_VHOSTS -D DUMP_RUN_CFG
-t -D DUMP_MODULES : show all loaded modules
-M : a synonym for -t -D DUMP_MODULES
-t : run syntax check for config files
-T : start without DocumentRoot(s) check
-X : debug mode (only one worker, do not detach)
-
@the_duke
To fix those issues run:sudo a2dismod authz_default authz_default mem_cached; sudo a2enmod authz_core;sudo apache2 restart;
-
@Tom-Elliott Yes I did, I’ll do this now