FOG server not replicating drivers correctly to secondary node
-
@george1421 I didn’t see anything in there related to ftp unfortunately.
I agree, this has to be something little that we’re missing.
I chmod 777’d /images/drivers to be sure.
-
@themcv chmod on both source and destination /images/drivers folders?
If that is the case and you restart the fog image replicator service with no joy then we will need to get the @Developers involved for additional debugging steps.
-
@george1421 Just upgraded to RC-7. I will restart both of the FOG servers just in case. @Tom-Elliott do you have time to remote in this week by any chance?
-
I’ve remoted in we are checking a change to see if the replication of sub sub sub folder stuff will work appropriately. Right now it’s in the middle of file 1.6million (I don’t really know but it’s a lot of them).
At least it appears to be checking the files iterative now.
Once it completes the first check, I’ll restart the service and hopefully it will work. It will take a while of course :(. -
@THEMCV Was this actually solved. Sounds like it but I am not absolutely sure.
-
@sebastian-roth Not yet. He setup a check to see if the servers were online, but right now the check doesn’t work so it doesn’t replicate. Still having issues, but for now I’m using rsync to send them.
-
@THEMCV You might want to upgrade to RC9 and see if this is working for you.
-
@sebastian-roth Doesn’t look like it. Doing an rsync for the time being and that seems to work okay for now.
-
@themcv Is it possible there’s a firewall blocking ping checks to port 21? All the change I made does is check that the server is available and responding on port 21. (or whatever your ftp port is defined within
/var/www/fog/lib/fog/fogftp.class.php
(Usually 21)) -
@tom-elliott Anything is possible where I work. : )
I will see if that could be the issue and let you know.