Hi george1421,
first 'd like to thank you very much for your quick reaction.
Your effort to help me solve my problem is highly appreciated!
Regrettably this didn’t solve my problem.
I still have the same issue the update of the mariadb still fails.
The Selinux is in permissive mode now and a check of the DB proved that the DB itself is not
showing any problem:
[root@myserver ~]# mysqlcheck --all-databases
fog.clientUpdates OK
fog.dirCleaner OK
fog.globalSettings OK
fog.greenFog OK
fog.groupMembers OK
fog.groups OK
fog.history OK
fog.hookEvents OK
fog.hostAutoLogOut OK
fog.hostMAC OK
fog.hostScreenSettings OK
fog.hosts OK
fog.imageGroupAssoc OK
fog.imagePartitionTypes OK
fog.imageTypes OK
fog.images OK
fog.imagingLog OK
fog.inventory OK
fog.ipxeTable OK
fog.keySequence OK
fog.moduleStatusByHost OK
fog.modules OK
fog.multicastSessions OK
fog.multicastSessionsAssoc OK
fog.nfsFailures OK
fog.nfsGroupMembers OK
fog.nfsGroups OK
fog.notifyEvents OK
fog.os OK
fog.oui OK
fog.plugins OK
fog.powerManagement OK
fog.printerAssoc OK
fog.printers OK
fog.pxeMenu OK
fog.scheduledTasks OK
fog.schemaVersion OK
fog.snapinAssoc OK
fog.snapinGroupAssoc OK
fog.snapinJobs OK
fog.snapinTasks OK
fog.snapins OK
fog.supportedOS OK
fog.taskLog OK
fog.taskStates OK
fog.taskTypes OK
fog.tasks OK
fog.userCleanup OK
fog.userTracking OK
fog.users OK
fog.virus OK
mysql.columns_priv OK
mysql.db OK
mysql.event OK
mysql.func OK
mysql.help_category OK
mysql.help_keyword OK
mysql.help_relation OK
mysql.help_topic OK
mysql.host OK
mysql.ndb_binlog_index OK
mysql.plugin OK
mysql.proc OK
mysql.procs_priv OK
mysql.proxies_priv OK
mysql.servers OK
mysql.tables_priv OK
mysql.time_zone OK
mysql.time_zone_leap_second OK
mysql.time_zone_name OK
mysql.time_zone_transition OK
mysql.time_zone_transition_type OK
mysql.user OK
[root@myserver ~]#getenforce
Permissive
The ftp connection with the fog user and the fog password that I did choose for the Linux user,
the web GUI user and the storage default in the web GUI was rechecked and worked in every case.
Login to the web GUI works , ftp connection is successfull, Linux login is working .
The password in the tftpd section was set back to “password” but that doesn’t seem to make any difference.
As an additional information I add the .fogsettings for you to check (IP addresses hidden for security reasons):
[root@myserver fog]# cat .fogsettings
## Start of FOG Settings
## Created by the FOG Installer
## Find more information about this file in the FOG Project wiki:
## https://wiki.fogproject.org/wiki/index.php?title=.fogsettings
## Version: 1.5.4
## Install time: Mi 27 Mär 2019 08:36:26 CET
ipaddress='X.X.X.X'
copybackold='0'
interface='enp3s0'
submask='255.255.255.0'
routeraddress='# option routers x.x.x.x;';'
plainrouter=''
dnsaddress='# option domain-name-servers x.x.x.x; ';
username='fog'
password='+7351TPXMaVv5C+geraboer3gNVVGYbJEkyusfIbmlA='
osid='1'
osname='Redhat'
dodhcp='y'
bldhcp='1'
dhcpd='dhcpd'
blexports='1'
installtype='N'
snmysqluser='root'
snmysqlpass=''
snmysqlhost='localhost'
installlang='0'
storageLocation='/images'
fogupdateloaded=1
docroot='/var/www/html/'
webroot='/fog/'
caCreated='yes'
httpproto='http'
startrange='X.X.X.X'
endrange='X.X.X.X'
bootfilename='undionly.kpxe'
DHCP-Boot='undionly.kpxe=,X.X.X.X'
packages='bc curl dhcp gcc gcc-c++ genisoimage gzip httpd lftp m4 make mariadb mariadb-server mod_ssl mtools net-tools nfs-utils php php-bcmath php-cli php-common php-fpm php-gd php-ldap php-mbstring php-mcrypt php-mysqlnd php-process syslinux tar tftp-server unzip vsftpd wget xinetd xz-devel '
noTftpBuild=''
notpxedefaultfile=''
sslpath='/opt/fog/snapins/ssl/'
backupPath='/home/'
php_ver=''
php_verAdds=''
sslprivkey='/opt/fog/snapins/ssl//.srvprivate.key'
## End of FOG Settings
[root@myserver fog]#
Any other ideas or proposals?
kind regards
megaadm