FOG version 1.2 images will not deploy
-
you need to check your ftp settings in both the storage management and in fog settings
make sure the settings match what the password is for the linux user “fog” as well. -
I checked my settings: Have the username fog with my password in storage management for the defaultmember management username and password. It is the same in the TFTP settings in FOG settings. I don’t see a setting for FTP, only TFTP server. My username and password are the same in all areas that I know to check.
For me, when I copied the image over manually from /images/dev/macaddress to /images/imagename, it worked for deploying the image, but this should be an automatic process.
We use this server in a production environment almost daily, so this is very important to get fixed. thanks!
-
have you verified that the username and password can log into the ftp server?
-
I just tried going to [url]ftp://10.10.100.218[/url] which is my server’s ip address and get the following error: v500 OOPS: priv_sock_get_int
.Tried using web browser. Sorry I am not more familiar with the fog server’s ftp setup, but usually this works when logging into an internet ftp site.
-
Awesome,
Edit your /etc/vsftpd.conf file and add the parameter:
[code]seccomp_sandbox=NO[/code]Save and close the file.
Restart ftp services:
[code]sudo service vsftpd restart[/code] -
Ah, OK now I can login to ftp via web and see the directory tree. So should I try uploading a new image and see what happens?
-
yes
-
Let me know if this is an unrelated issue and needs to be on its own thread, but ever since day 1 when we upload an image using the default partclone image, it crawls along at under 500 MB transfer rate on a Gigabit network. When we deploy an older image using partimage, it flys at 2-3 GB transfer rate. Just wondering if this is something that can be adjusted as it now takes forever to upload an image. Deploying the partclone image does seem faster, just the uploads are so slow.
-
that’s the compression. uploads slow, downloads fast. you can turn it down from the default of 9 in the settings page, i keep mine around 6.
-
OK, I must be a complete blind idiot today, because I can’t find that setting anywhere on the FOG settings page. What title should I look for? Thanks a lot!
-
fog configuration>fog settings>fog boot settings> FOG_PIGZ_COMP
-
Thanks! If it was a snake, I’d be less one nose right now!
-
has this been resolved? i checked all settings and can login to ftp with broswer and filezilla. but images stay in /images/dev until manually moved
-
[quote=“neilm, post: 37138, member: 24150”]has this been resolved? i checked all settings and can login to ftp with broswer and filezilla. but images stay in /images/dev until manually moved[/quote]
Tom Elliott’s post above fixed it for me. You have to edit /etc/vsftpd.conf and then restart the ftp services.