Cannot Get Capture To Work (New Server)
-
What version of fog?
-
Looks like 1.2.0… it’s using pigz
-
It always used pigz but he error is showing the function that the error failed from so it’s some form of trunk.
-
What does the partition table look like on the client you are trying to capture from? What kind of client and what kind of HD is it? Which image type do you want to use?
-
@Tom-Elliott 1.2.0
-
@Wayne-Workman that’s the version I downloaded. How I’d I check the type?
-
@nbuursma OK, we see you are running 1.2.0. Have you / did you upgrade to the pre 1.3.0 trunk version or did you only install the 1.2.0 base image? The reason why its important is to that the pre 1.3.0 has had many upgrades in the partition table and imaging. If you did upgrade to a trunk version then on the management page for FOG there is a cloud in the upper left corner of the screen. On that cloud there will be a 4 digit number, Tom will need to know that number.
-
@nbuursma Where do you see it saying it’s 1.2.0?
FOG did not have the function name reported in 1.2.0 when there was an error. Your screenshots show otherwise.
You can see the Version you’re actually running by looking at the GUI and in the cloud, or when the init displays the FOG banner before starting the task.
-
@Sebastian-Roth I’ve attempted it on different machines, Windows 7 and Windows 10… both get the same error and their both got different partition tables and completely different HDD types.
Do you still need it?
Side note - I tired using the desk test task to get a look that partition table for you and its hung “Scanning /dev/sda1…” for like 10 mins now.
-
@Tom-Elliott Is this what you’re looking for?
-
@nbuursma The version you can see in the blue cloud on the web interface. Probably a number between five and six thousand. I doubt you see 1.2.0 in that cloud. Right?
Edit: Yeah, so you are running trunk version (will be 1.3.0 when finally released but is still under development right now). Probably best if you upgrade to the very latest version (update the checkout code and re-run the installer) and see if it works for you.
-
@george1421 … soo…5927?
-
@Sebastian-Roth said:
@nbuursma The version you can see in the blue cloud on the web interface. Probably a number between five and six thousand. I doubt you see 1.2.0 in that cloud. Right?
Gotcha! Sorry guys, yep its 5927, thanks so much!
-
@nbuursma said:
@george1421 … soo…5927?
As Sebastian said, its best if you have problems to upgrade the latest trunk release. The trunk releases are really dynamic as the bugs are squashed. Your version can get stale in a matter of hours. But the more things people run into the better the quality of 1.3.0 stable will be when its released.
-
@george1421 said:
@nbuursma said:
@george1421 … soo…5927?
As Sebastian said, its best if you have problems to upgrade the latest trunk release. The trunk releases are really dynamic as the bugs are squashed.
Okay, so how do I do this? (Again, I’m a total noob), do I use this?
svn co https://svn.code.sf.net/p/freeghost/code/trunk FogDownload
svn co https://github.com/FOGProject/fogproject FogDownload
Will that get me the newest version?
-
@nbuursma Well since you are already on a trunk version what did you do to upgrade from 1.2.0 stable? Did you use svn or git?
If you use svn, just change into the trunk directory [FogDirectory] and key in
svn up
then run the installer again in the …/bin folder.No worries on being a noob. We all were at one time or another. Just hang in there we’ll get this worked out.
-
@george1421 said:
@nbuursma Well since you are already on a trunk version what did you do to upgrade from 1.2.0 stable? Did you use svn or git?
If you use svn, just change into the trunk directory [FogDirectory] and key in
svn up
then run the installer again in the …/bin folder.No worries on being a noob. We all were at one time or another. Just hang in there we’ll get this worked out.
Ugh. I hate feeling so usesless…
I"m gonna talk this out like a toddler - ha!
So I need to “svn up https://svn.code.sf.net/p/freeghost/code/trunk /opt/fog_1.2.0/” ?
That URL I have is the same one I used to install my server yesterday, and the readme I get when I browse says 1.2.0… do I not have the correct version URL?
-
@nbuursma no worries here.
Just change into the directory where you already ran the svn program and it downloaded the files to.
SO assuming if you ran this command to initially download the svn trunk.
svn co https://svn.code.sf.net/p/freeghost/code/trunk /opt/fog_trunk
To upgrade to the latest release you need to do this
cd /opt/fog_trunk svn up cd /opt/fog_trunk/bin ./installfog.sh
Then just follow the installer script again. It should pick up your previous settings so you don’t need to answer them again. Once the installer is complete then refresh the fog management page and the number in the cloud should be updated. Just be aware that the git and svn numbers will be different so don’t worry about that what you need is the cloud number.
-
@george1421 said:
@nbuursma no worries here.
Just change into the directory where you already ran the svn program and it downloaded the files to.
SO assuming if you ran this command to initially download the svn trunk.
svn co https://svn.code.sf.net/p/freeghost/code/trunk /opt/fog_trunk
To upgrade to the latest release you need to do this
cd /opt/fog_trunk svn up cd /opt/fog_trunk/bin ./installfog.sh
Then just follow the installer script again. It should pick up your previous settings so you don’t need to answer them again. Once the installer is complete then refresh the fog management page and the number in the cloud should be updated. Just be aware that the git and svn numbers will be different so don’t worry about that what you need is the cloud number.
Thank you guys, its running now…
@george1421 said:
@nbuursma no worries here.
Just change into the directory where you already ran the svn program and it downloaded the files to.
SO assuming if you ran this command to initially download the svn trunk.
svn co https://svn.code.sf.net/p/freeghost/code/trunk /opt/fog_trunk
To upgrade to the latest release you need to do this
cd /opt/fog_trunk svn up cd /opt/fog_trunk/bin ./installfog.sh
Then just follow the installer script again. It should pick up your previous settings so you don’t need to answer them again. Once the installer is complete then refresh the fog management page and the number in the cloud should be updated. Just be aware that the git and svn numbers will be different so don’t worry about that what you need is the cloud number.
Well I’m updated and all my settings stayed - yay!
But I’m getting the same error - but with more information maybe?
Thoughts?
-
OK now that you are at the latest release the devs can start to work on your issue.