could not mount images folder (/bin/fog.upload)
-
@Trev-lchs Deploy via multicast or on single machines. Please provide all the information requested!
-
we can deploy images correctly though, just not upload them
-
@Trev-lchs Ok seems like you use Ubuntu or Debian. Which Version??
Firewall seems off. Can you please take a picture of the error on the screen where it fails. Guess we are missing some information here.
-
@Sebastian-Roth said in could not mount images folder (/bin/fog.upload):
iptables -L -n -v
systemctl status firewalld
firewall-cmd --state
getenforceHi Sabastian, the firewall is not installed.
root@fog-03:~# iptables -L -n -v
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destinationChain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destinationChain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
root@fog-03:~# systemctl status firewalld
● firewalld.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
root@fog-03:~# firewall-cmd --state
The program ‘firewall-cmd’ is currently not installed. You can install it by typing:
apt install firewalld
root@fog-03:~# getenforceCentos?
-
@Trev-lchs Then probably the firewall is not disabled/setup to allow NFS.
iptables -L -n -v systemctl status firewalld firewall-cmd --state getenforce
Are you on CentOS?
-
@Sebastian-Roth yes it is giving the correct address
-
@Trev-lchs Ok, the NFS shares look fine!
Is the IP address of your FOG server 10.10.2.35?
-
root@fog-03:~# cat /etc/exports
/images *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0)
/images/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)root@fog-03:~# showmount -e
Export list for fog-03:
/images/dev *
/images *
root@fog-03:~# -
Hi Sebastian thanks for the reply i am running 1.5.7.2 just about to use putty to get onto the server to run those commands, that is what you mean by console?
-
@Trev-lchs Please run the following two commands on your FOG server console and post full output here:
cat /etc/exports showmount -e
By the way, which version of FOG do you run?