Server: FOG 1.5.10.1622 on a Proxmox LXC container, based on Debian 12.2
Master storage node on a Synology NAS (followed the instructions from the forum)
Client: Windows 11 Home machine.
Trying to capture a Multiple Partition - Single Disk image of the OS drive.
Capture seems to go fine (except I had to remove the second SSD because it kept trying to clone the wrong drive, even though I had set the Host Primary Disk to the value I found in the partition info)
I can see files being written to the NAS, but at the end of the capture, I get the following error:
Error returned: Type: 2, File: /var/www/fog/lib/fog/fogftp.class.php, Line: 470
in(): User fogproject access denied., Host <IP_ADRESS>, Username: fogproject
IP_ADRESS is the IP of the NAS.
I made sure to create a user in Synology with a password that matches the storage node and TFTP settings and .fogsettings.
I tried enabling allowing FTP application permission for that user, but now I get:
Error returned: Type: 2, File: /var/www/fog/lib/fog/fogftp.class.php, Line: 709
Message: ftp_put(/fog_images/dev/<MAC_ADRESSS_OF_SOURCE_PC): Failed to open stream: No such file or directory, Host: <IP_ADRESS>, username: fogproject
I manually FTP’d into the NAS with the fogproject user, and I can see the folders it says it can’t find.
What am I missing?