FOG version 1.2 images will not deploy
-
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.