myuserlocal@SERV-FOG:/images$ ll
total 24
drwxrwxrwx 6 fog root 4096 jui 19 16:49 ./
drwxr-xr-x 26 root root 4096 jui 20 09:28 ../
drwxrwxrwx 3 fog root 4096 jui 19 16:49 dev/
-rwxrwxrwx 1 fog root 0 mar 29 11:27 .mntcheck*
drwxrwxrwx 2 fog root 4096 mar 29 11:27 postdownloadscripts/
drwxrwxrwx 2 fog root 4096 jui 19 15:41 WIN10X64STANDALONENOSYSPREP/
drwxrwxrwx 2 fog root 4096 jui 19 16:49 WIN10X64STANDALONESYSPREP/
myuserlocal@SERV-FOG:/images$ cat /images/WIN10X64STANDALONESYSPREP/d1.fixed_size_partitions
cat command return empty answer
======================================================
i go another problem since upgrade fog to 1.4.4, i got loop when i try to capture :
I have check my conf :
nano /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)
showmount -e
Export list for SERV-FOG:
/images/dev *
/images *
sudo service rpcbind status
● rpcbind.service - RPC bind portmap service
Loaded: loaded (/lib/systemd/system/rpcbind.service; indirect; vendor preset: enabled)
Drop-In: /run/systemd/generator/rpcbind.service.d
└─50-rpcbind-$portmap.conf
Active: active (running) since jeu 2017-07-20 11:06:35 CEST; 25min ago
Main PID: 1264 (rpcbind)
Tasks: 1
Memory: 732.0K
CPU: 7ms
CGroup: /system.slice/rpcbind.service
└─1264 /sbin/rpcbind -f -w
jui 20 11:06:35 SERV-FOG systemd[1]: Starting RPC bind portmap service...
jui 20 11:06:35 SERV-FOG rpcbind[1264]: rpcbind: xdr_/run/rpcbind/rpcbind.xdr: failed
jui 20 11:06:35 SERV-FOG rpcbind[1264]: rpcbind: xdr_/run/rpcbind/portmap.xdr: failed
jui 20 11:06:35 SERV-FOG systemd[1]: Started RPC bind portmap service.
sudo service nfs-kernel-server status
● nfs-server.service - NFS server and services
Loaded: loaded (/lib/systemd/system/nfs-server.service; enabled; vendor preset: enabled)
Active: active (exited) since jeu 2017-07-20 11:23:57 CEST; 8min ago
Process: 3293 ExecStopPost=/usr/sbin/exportfs -f (code=exited, status=0/SUCCESS)
Process: 3288 ExecStopPost=/usr/sbin/exportfs -au (code=exited, status=0/SUCCESS)
Process: 3283 ExecStop=/usr/sbin/rpc.nfsd 0 (code=exited, status=0/SUCCESS)
Process: 3310 ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS (code=exited, status=0/SUCCESS)
Process: 3308 ExecStartPre=/usr/sbin/exportfs -r (code=exited, status=0/SUCCESS)
Main PID: 3310 (code=exited, status=0/SUCCESS)
jui 20 11:23:57 SERV-FOG systemd[1]: Starting NFS server and services...
jui 20 11:23:57 SERV-FOG systemd[1]: Started NFS server and services.
/images$ ll
total 24
drwxrwxrwx 6 fog root 4096 jui 19 16:49 ./
drwxr-xr-x 26 root root 4096 jui 20 09:28 ../
drwxrwxrwx 3 fog root 4096 jui 19 16:49 dev/
-rwxrwxrwx 1 fog root 0 mar 29 11:27 .mntcheck*
drwxrwxrwx 2 fog root 4096 mar 29 11:27 postdownloadscripts/
drwxrwxrwx 2 fog root 4096 jui 19 15:41 WIN10X64STANDALONENOSYSPREP/
drwxrwxrwx 2 fog root 4096 jui 19 16:49 WIN10X64STANDALONESYSPREP/
myuserlocal@SERV-FOG:/images$ cd dev/
myuserlocal@SERV-FOG:/images/dev$ ll
total 12
drwxrwxrwx 3 fog root 4096 jui 19 16:49 ./
drwxrwxrwx 6 fog root 4096 jui 19 16:49 ../
-rwxrwxrwx 1 fog root 0 mar 29 11:27 .mntcheck*
drwxrwxrwx 2 fog root 4096 mar 29 11:27 postinitscripts/
ls -laR /images | grep .mntcheck
-rwxrwxrwx 1 fog root 0 mar 29 11:27 .mntcheck
-rwxrwxrwx 1 fog root 0 mar 29 11:27 .mntcheck
I have try to restart service, reboot server, update /etc/exports, i got same issue