About image acquisition error.
-
Hello,
Image acquisition was successful, but at the end of the process, ftp returns an input error. How can I solve it. This is very important for me. Thank you.I share the error image via link.
https://drive.google.com/file/d/1jkEBBQfTEQPS_YjWwaircNycdSCrZd2r/
view
Server: Ubuntu 18
Client: Windows 10 -
Did you happen to change the “fogproject” user account’s password on the Server? This account is only meant as a service account for FOG and is not meant to be used to manage fog. If you did, you must match the passwords in the following places:
Web Interface -> Storage Management -> [Your storage node] -> Management Username & Management Password Web Interface -> FOG Configuration -> FOG Settings -> TFTP Server -> FOG_TFTP_FTP_USERNAME & FOG_TFTP_FTP_PASSWORD The local 'fogproject' user's password on the Linux FOG server Server file: /opt/fog/.fogsettings -> password
The easiest method on fixing this if you did change the service account password (fogproject) on the server is to change that password on Ubuntu to match the other locations by doing this
sudo -i passwd fogproject
You will be prompted to enter a new password. Please ensure it matches the password elsewhere.
-
@fry_p said in About image acquisition error.:
Sunucudaki “fogproject” kullanıcı hesabının parolasını değiştirdiniz mi? Bu hesap yalnızca FOG için bir hizmet hesabı olarak kullanılır ve sis yönetiminde kullanılmaz. Bunu yaptıysanız, aşağıdaki yerlerde şifreleri eşleştirmeniz gerekir:
Web Interface -> Storage Management -> [Your storage node] -> Management Username & Management PasswordWeb Interface -> FOG Configuration -> FOG Settings -> TFTP Server -> FOG_TFTP_FTP_USERNAME & FOG_TFTP_FTP_PASSWORD
The local ‘fogproject’ user’s password on the Linux FOG server
Server file: /opt/fog/.fogsettings -> password
Sunucudaki hizmet hesabı parolasını (fogproject) değiştirdiyseniz bunu düzeltmenin en kolay yolu, bunu yaparak Ubuntu’daki bu parolayı diğer konumlarla eşleştirmektir.
sudo -i
passwd fogprojectYeni bir şifre girmeniz istenir. Lütfen başka bir yerde şifreyle eşleştiğinden emin olun.
Finally happened . Thank you very much for the quick answer.