Can't upload Dell Latitude 3440 image
-
Can someone maybe pinpoint what the solution was here? I too, am not able to capture dell 3440 image. Everything works fine, looks like the image capture completes, then computer reboots. However the image file is empty, showing no data, and the dev folder / mac address has the image in it still? any ideas, I had no issues with dell 3440 on my old FOG 0.32 server on 2.8.8 kernel. I have tried most things above!
-
Can someone maybe pinpoint what the solution was here? I too, am not able to capture dell 3440 image. Everything works fine, looks like the image capture completes, then computer reboots. However the image file is empty, showing no data, and the dev folder / mac address has the image in it still? any ideas, I had no issues with dell 3440 on my old FOG 0.32 server on 2.8.8 kernel. I have tried most things above!
-
@pizzutoitalia
This is the error I get at the end of imaging! Says image copied successfull then this below:Error returned: Type 2, File /var/www/html/fog/lib/fog/fogftp.class.php. Line 107, Message: ftp_login(): Login incorrect., Host: 192.168.1.1 Username :fog *reattempting to update database …Failed.
-
@pizzutoitalia It has been a while, but from what I remember (at least in our environment) our 3440s were using a hybrid drive. I had to write 0s to the drive before loading Windows 7.
My current environment is:
Ubuntu 14.04
SVN 7717
Kernel: 4.5.3
Boot file: undionly.kpxeTurned off secure boot and UEFI.
-
@pizzutoitalia said in Can't upload Dell Latitude 3440 image:
Message: ftp_login(): Login incorrect
That line tells me that it’s FTP related, likely credentials.
This article helps greater than 90% of folks with your problem:
https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTP -
@Wayne-Workman
This has to do with editing the storage node in the FOG GUI. I changed the eth0 to eth1 in storage node, to make the bandwidth monitor on front page work, since then I have not been able to capture images (however the bandwidth monitor works great for deployment). Before that, I captured many images fine. It would appear my problem is that I left the fog SQL password blank, and when editing the storage node via gui, its does not let you save it with a blank password. Upon checking .fogsettings, I found that the password field has " " not ’ '. I have changed it back, and its still not working! Perrhaps I should start over again with a fresh install of ubuntu and fog? I seem to have different passwords everywhere now as I have started trying to resolve this! -
@pizzutoitalia Please do the simple FTP test in that article and see if it works?
-
@Wayne-Workman
I did the test, perhaps I wasn’t clear. I can login to ftp with username fog and password as password, I originally had everything working without a password, however it wants a password now. However I’m not sure where to update the password for FOG ftp in settings. I have edited the .fogsettings in opt/fog and the name and password field were blank. I have updated them to reflect the FOG / Password combo, however the error remains upon trying to capture image.
I have Ubuntu 14.04 with Trunk 7827Cliffnotes: Everything was working until I update the storage node settings via config yesterday. Now I need to understand where to tell fog that I now have a sql password as opposed to blank like it was.
-
@pizzutoitalia You’d set the mysql password inside
/opt/fog/.fogsettings
and then re-run your installer. You’ll see three fields for it. host, username, and password. In most scenarios the user should be root, and password blank.Also - if the MySQL credentials that are set were not good, you wouldn’t even be able to use the web interface at all, whatsoever.
Check what username/password is set in the web interface’s storage management area.
-
@Wayne-Workman
That did Wayne, thanks again for the help. Updating passwords between storage node in gui, and .fogsettings, so they match, was the final answer.