Storage nodes failing at creating ssl certificate SVN 6505 and 6507
-
@Tom-Elliott it’s a scripted install with sudo ./installfog.sh -y so I can know every node is done the same, and with all fedora updates first
-
/bin/lsb_release /bin/systemctl /bin/dnf ln: failed to create symbolic link ‘/usr/lib/systemd/system/mysql.service’: File exists ln: failed to create symbolic link ‘/usr/lib/systemd/system/mysqld.service’: File exists ln: failed to create symbolic link ‘/etc/systemd/system/mysql.service’: File exists ln: failed to create symbolic link ‘/etc/systemd/system/mysqld.service’: File exists /opt/fog/.fogsettings Last metadata expiration check performed 0:08:35 ago on Mon Feb 29 18:33:09 2016. No package epel-release available. Error: Unable to find a match. package http://rpms.remirepo.net/fedora/remi-release-22.rpm is not installed Last metadata expiration check performed 0:08:36 ago on Mon Feb 29 18:33:09 2016. Package remi-release-22-3.fc22.remi.noarch is already installed, skipping. Dependencies resolved. Nothing to do. Complete! Last metadata expiration check performed 0:08:37 ago on Mon Feb 29 18:33:09 2016. Last metadata expiration check performed 0:08:38 ago on Mon Feb 29 18:33:09 2016. Dependencies resolved. Nothing to do. Complete! /opt/fog/snapins/ssl//fog.csr: No such file or directory
This is actually from 6509 now, but same as 6505 & 6507
-
@Tom-Elliott space is plenty
-
Double forward slashes?
/opt/fog/snapins/ssl//fog.csr: No such file or directory
-
@Wayne-Workman lol I’ve tried removing that ssl path line from .fogsettings too @Wayne-Workman
-
@Hanz This can be closed…I removed /var/www/fog, and /opt/fog, and userdel fog…Re-ran installer and it went through on 6511.
-
@Hanz If possible, can you try to re-replicate the issue so we may maybe make a more proper fix for the issue?
-
@Tom-Elliott apart from doing the update to 6505 I’m not sure what could’ve happened. I did the exact same procedure to other nodes that failed, and they created the CA just fine. I honestly wouldn’t really know how to re-create this, but if you give me some suggestions I will try them.
-
@Tom-Elliott After looking at my .fogsettings file I’ve noticed that all the " have been replaced with ’ and without any “;” at the end of the lines.
## Start of FOG Settings ## Created by the FOG Installer ## Version: 6513 ## Install time: Tue 01 Mar 2016 08:12:13 AM EST ipaddress='10.72.216.50' interface='enp0s25' submask='255.255.252.0' routeraddress='' plainrouter='' dnsaddress='' dnsbootimage='' password='5N9FeRCq5ySs' osid='1' osname='Redhat' dodhcp='' bldhcp='' blexports='1' installtype='S' snmysqluser='fogstorage' snmysqlpass='fs9694191133' snmysqlhost='10.72.3.50' installlang='' donate='' storageLocation='/images' fogupdateloaded=1 storageftpuser='fog' storageftppass='5N9FeRCq5ySs' docroot='/var/www/html/' webroot='fog/' caCreated='yes' startrange='' endrange=''
-
@Hanz The ; has nothing to do with it. I had it there from old times only because it was familiarity between switching different languages. Bash scripts (as this is kind of related) don’t require a ; to end the line.
-
@Tom-Elliott Installation worked, but I’m getting
Type: 2, File:/var/www/html/fog/lib/fog/fogftp.class.php, Line:104, Message: ftp_login():Login incorrect.
This is what I see for both nodes when going into log viewer.
I checked the .fogsettings file and password in GUI under storage mgmt with no luck.
UPDATE– Nevermind I forgot to change the password for the fog user as well.