Stuck at resizing after successful capture.
-
Fog 1.5.10.1716 Ubuntu Server 24.04.3 LTS
I am experiencing an issue after updating to the latest dev version (see pic). Over the last few releases, FOG has been having problems resizing NVMe drives or producing unusual errors. These errors appear during capture or after deployment, ranging from “Could not adjust bad sector list” to “1 cluster outside the volume.” Usually, a complete drive wipe and Windows reinstall resolves the issue, even though the drive and volume are clean. chkdsk /x/f/r
I previously solved the “1 cluster outside the volume” error by restoring the previous image, shrinking and expanding the Windows partition, and trying again. Unfortunately, that method does not work in this case. I am now stuck at this point:
-
@Fog_Newb Is this happening on all images you’re capturing or just this specific machine, or this specific model of machine?
-
Hi, turns out, I had some funk on my network. It was happening on just one machine. I wiped everything, and I mean everything, router, wifi access point, phone, NAS, tablets, PC’s macs, TV’s then rebuilt from scratch, changed all passwords, authenticator everything, new keys… ugh. Rough weekend but all better now. Happy to report the latest FOG dev version is running great, although FOGMulticastManager is leaving zombie processes. I’m about to update to working 1.6 just to check it out.
-
@Tom-Elliott psst… https://forums.fogproject.org/topic/18001/problem-storage-node-connection-issues-after-updating-to-fog-1-6
The interface looks nice though
-
@Fog_Newb Yep, it’s as I suspected:
The Line:
Subsystem sftp /usr/lib/openssh/sftp-server
should be changed to:
Subsystem sftp internal-sftp
Then restart ssh services:
systemctl restart sshd
Then your Storage Node testing should succeed!