database update failed after capture
-
IMHO, even requiring ui credentials inside .fogsettings creates an unnecessary complexity for fog. When I setup this initially using just BASH, it didn’t require any such ui credentials, but only access to the DB, which the main already has, and a remote node has because the user has to enter the
fogstorage
credentials. The new way Tom has it setup is php based, and requires valid web interface credentials.I’ve discussed this with Tom at great length several times, he feels differently.
-
@george1421 When running the showmount -e 127.0.0.1 in SSH it gives me a Port mapper failure - timed out error.
I did reboot the system but I mounted the external drive back using mount --bind /media/EXT /images/EXT
-
@alansopro Try:
service rpcbind restart; service nfsd restart
-
@Tom-Elliott NFSD is an unrecognized service.
-
again, what information do we have?
What’s the OS you’re running?
-
@Tom-Elliott Sorry I’m running CentOS 6.8 Final /w FOG 1.3.0 RC4 (Trying to upgrade to RC5 but fails on the NFS setting up/starting step.
-
@alansopro If you replace nfsd with just nfs does it work?
-
@phishphan 's issue was FTP credentials. I helped him get it sorted.
-
This is what I get when trying to restart it.
service nfs restart
Shutting down NFS daemon: [ OK ]
Shutting down NFS mountd: [ OK ]
Shutting down NFS quotas: [FAILED]
Shutting down NFS services: [ OK ]
Shutting down RPC idmapd: [ OK ]
Starting NFS services: [ OK ]
Starting NFS quotas: kCannot register service: RPC: Timed out
rpc.rquotad: unable to register (RQUOTAPROG, RQUOTAVERS, udp). -
Yet this morning I restarted it and everything is fine. So I’m really confused. Let me try capturing an image again…
EDIT:
I was able to get it working and I searched the apache logs and found an error on on a fogmanagement file which someone else had a topic on and had to remove a & symbol. Everything seems to be good and the image was captured. Thank you.
-
@alansopro Why not use CentOS 7? It is free, and newer. We even have this spiffy tutorial for it: https://wiki.fogproject.org/wiki/index.php?title=CentOS_7
Clearly the build you have has issues. These would likely be resolved in CentOS 7.