@Sebastian-Roth It works! Thank you for your help.
Starting deploying and image and ended up not having enough hard disk space (oops) but its all working correctly now. Learnt quite a bit from this experience as well. Thanks again
@Sebastian-Roth It works! Thank you for your help.
Starting deploying and image and ended up not having enough hard disk space (oops) but its all working correctly now. Learnt quite a bit from this experience as well. Thanks again
@Sebastian-Roth Hi Sebastian. Thanks for going over it all again. I have some good and bad news for you this time.
I followed the instructions in the wiki link you sent me and still had the same issue. After re-reading all your replies in order, I went back through everything. I moved the images directory back to /images in the /opt/fog/.fogsettings and /etc/exports as well as in the storage node settings.
On the machine running fog server, i opened /etc/systemd/resolved.conf and set the dns in that to my server address.
I also went into the host machine and removed that from a manually input IP address and set it to automatic.
When I was in the /etc/exports file, I noticed my strings read:
/images *(ro,async,no_wdelay,insecure_locks,no_root_squash,insecure,FSID=0)
and
/images/dev *(rw,async,no_wdelay,no_root_squash,insecure,FSID=1)
so i removed the FSID parts from the strings.
After all this, I ran the capture task again and got to this screen
I let it run through the capture process, then right before the end I got this pop up
The bottom of capture process says “updating database - failed”. This pointed at /var/www/fog/lib/fog/fogftp.class.php so i opened it and took a picture of line 464 (i believe i read this right) (cursor next to the line in question) -
Any ideas on this one?
@Sebastian-Roth Hi Sebastian, got a few images here to make sure i got everything covered. The network is set up to use host-only due to trialing it in a virtual environment first. Hopefully these cover everything you asked.
- This is the virtual adapter for the environment the host and clients run in
- this is the clients settings
- clients settings according to the network adapter when running
- fog server network settings
- Fog server DHCP config
Looking at the image of the DHCP config, it says “for systems with two or more ethernet devices. subnet 136.165.0.0” This would have been caused from me running the adapter as a bridged setup so I could get Fog and all the updates I needed.
@Sebastian-Roth the client is set to 192.168.1.2. The fog server is serving as the dhcp server on the network, had some trouble getting it set up but that was my fault for not recognising what the dhcp service was called in ubuntu. Using the systemctl stop firewalld command didn’t work, got the same screen pop-up
@george1421 I set it so the fog server runs as the dhcp and the dns, so everything on the network should point back to it. not sure if this is correct though. As for the selinux being set to permissive, I don’t believe I have done this step yet
Hi all,
I’ve been researching this topic through this tech section and trying to figure out the reason behind my issue.
For reference for this issue: Running fog on an Ubuntu client, with a separate Ubuntu client and a Windows 10 client in a virtual environment using VMWare. All vm’s can communicate with each other through pings and I have registered both clients as hosts in the fog management in the browser.
When I try and capture an image of Ubuntu, I get a error stating "could not mount images folder (/bin/fog.upload)
Going through the other threads I have found, I have disabled the firewall, tried changing the folder from /images to /home/fog/images and changing the permissions of the folders to fog:root.
I followed this thread (https://forums.fogproject.org/topic/9823/mounting-images-dev-on-images-failed-permissions-denied/12) that I found from a couple of years ago since it shows the same issue as mine, but everything I have tried in there hasn’t worked for me.
NFS-Server status
showmount -e
status firewalld im not sure if this is supposed to have the warnings. This is after I tried to disable the iptables after making a fw.stop file from another thread.
/opt/fog/.fogsettings
Fog storage settings
I’m not too sure where to go with this now since I’m not great with Linux. Any help would be appreciated.