Windows share that use CIFS/SMB mount will only work with user space NFS server such as unfsd3 or NFS-Ganesha
The regular kernel mode nfs_kernel_server does not compiled to support NFS re-export.
@Nicolas-Bricet Thanks for reporting back on this! I am still working on improving this article. Knowing what works and what not for different machines is very helpful. I am marking this thread as solved. If you see new issues with Mac OS you might want to open up a new post.
@cnaud86 What @ch3i is saying, is it’s still an FTP issue. You manually moving things around, or not, means it is most likely an FTP problem even still. That said, if all of the stuff is “working” automatically, there is still the chance that FTP just can’t read the file size as you would like.
@Tom-Elliott In first sorry if I seemed to insist heavily.
As i said before your works is great and the help on the forum also.
I will install fog as you explained me with “./installfog.sh -D /var/www -W fog/ -y” parameters.
Sorry again and thanks again for your precious help 😉
The suggestion I made to add seccomp_sandbox=NO was the issue.
The vsftpd service would “start” but promptly crash. Removing the line of sandbox and restarting the services, all systems appear to be operating properly now, from an FTP standpoint.
A good follow up question is… what is seccomp_sandbox and what does it do when set to no or yes, and what systems should this be set on?
I already know that (after four agonizing yet very educational weeks in February with my first FOG rundown ever) on Fedora 21 Workstation you absolutely must have it turned on.
I’ve got always these :
Estimated FOG sites: Error contacting server
Latest Version: Error contacting server
Could you explain me what is the utility of “FOG prep”
During pxe boot of a client, the console is in qwerty, is there a way to pass it on azerty ?
You told me to create PXE files with azerty layout, but how you do that ?
I am very excited to be upgraded to the builds, from 1.2 - but I am having the same error. It seems the thread died with a solution if you ar
e behind a proxy, but both Scott and I are not. First, I was aiming for using btsync, but I am running into a permissions error - appears to be btsync itself, something in the config file I found here: https://github.com/tuxpoldo/btsync-deb/issues/182 . I am going to circle back to that error. For now, I used the wget and extracted the tarball. The installer found all of my old settings, but I am stuck adding a repository.
I am running FOG 1.2 on a Debian machine. I am stuck at
To solve my problem I had to correct the /dev/sda3 before upload in debug task :
1/ Add free space before and after partition (2Mo for each)
/dev/sda1 100mb Windows Reserved
/dev/sda2 Windows OS
free space (2mo)
/dev/sda3 Ubuntu OS /
free space (2mo)
/dev/sda4 Extended Partition
/dev/sda5 swap linux
/dev/sda6 /data linux (free for use)
/dev/sda7 d: Windows (free for use)
Glad you got it solved. How did you add free space between the partitions? I’m curious.