@george1421 said in could not mount images folder (/bin/fog.upload):
./installfog.sh
Hi George i have a feeling it was using git
@george1421 said in could not mount images folder (/bin/fog.upload):
./installfog.sh
Hi George i have a feeling it was using git
@Trev-lchs what would be the best way to rerun the installer?
@Trev-lchs Hi George do you think that might reset other things that we had to change since the install?
no not at all, it used to work brilliantly, those images were all uploaded before with no issues, the only thing that has happened is the updates and the work around that i have already posted?
root@fog-03:~# ls -la /images
total 40
drwxrwxrwx 10 fogproject root 4096 Nov 5 12:58 .
drwxr-xr-x 26 root root 4096 Nov 14 06:49 ..
drwxrwxrwx 2 fogproject root 4096 Dec 9 2016 5730Exams
drwxrwxrwx 2 fogproject root 4096 Aug 2 2018 8300Win10SW
drwxrwxrwx 2 root root 4096 Nov 5 10:38 EliteDesk800G2
drwxrwxrwx 2 root root 4096 Oct 17 08:53 HPProDeskG400G5
drwxrwxrwx 2 fogproject root 4096 Dec 9 2016 Kitchen
drwxrwxrwx 2 root root 4096 Nov 4 12:16 LenovoV130-15IKB
-rwxrwxrwx 1 fogproject root 0 Dec 1 2016 .mntcheck
drwxrwxrwx 2 fogproject root 4096 Dec 9 2016 PresLaptops
drwxrwxrwx 2 root root 4096 Oct 16 14:36 winbasic-testws
@george1421 login as: root
root@10.10.11.160’s password:
[Thu Dec 19 root@fogclient ~]# mkdir /images
[Thu Dec 19 root@fogclient ~]# mount -o nolock,proto=tcp,rsize=32768,wsize=32768,intr,noatime “10.10.1.26:/images/dev” /images
mount: mounting 10.10.1.26:/images/dev on /images failed: No such file or directory
[Thu Dec 19 root@fogclient ~]#
@george1421 Thanks George, just going though everything, I will be a while with the results as i have to be in a meeting at 13:00
yes the PC is on the same subnet as fog.
root@fog-03:~# showmount -e 127.0.0.1
Export list for 127.0.0.1:
/images/dev *
/images *
root@fog-03:~#
root@fog-03:~# ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 00:21:5a:d1:d2:20 brd ff:ff:ff:ff:ff:ff
inet 10.10.1.26/16 brd 10.10.255.255 scope global enp3s0
valid_lft forever preferred_lft forever
inet6 fe80::221:5aff:fed1:d220/64 scope link
valid_lft forever preferred_lft forever
3: enp5s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether 00:21:5a:d1:d2:1e brd ff:ff:ff:ff:ff:ff
@Sebastian-Roth this one https://forums.fogproject.org/topic/10006/ubuntu-is-fog-s-enemy/22?lang=en-US&page=2
I think i would have followed those instructions, could this be the issue?
@Sebastian-Roth I seem to remember that fog stopped working after an unbuntu update, the webpage would not work and system locked up when rebooted as they could not get the ipex file i seem to remember a thread call Unbuntu updates the ememy of fog
@Sebastian-Roth i mean 10 or less at once, not more.
@Sebastian-Roth to 10 or more PCs please see the attached picture of the error
we can deploy images correctly though, just not upload them
@Sebastian-Roth said in could not mount images folder (/bin/fog.upload):
iptables -L -n -v
systemctl status firewalld
firewall-cmd --state
getenforce
Hi 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 destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain 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:~# getenforce
Centos?
@Sebastian-Roth yes it is giving the correct address
@Sebastian-Roth the upper case is a mistake, oops sorry about that. Search is working now thanks all. it was the search box that was not displaying, so i could not type anything in, just clicking the search magnifying glass (expecting a search box to open), of course with no words to search it couldn’t find anything
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?