Strange formatting when selecting host. Dev Branch1.5.9.207 Ubuntu 22.04.1 LTS
-
Hello,
I’m not sure when this started. Some time after going from .204 to .207?
When I click on a specific host to set parameters the page displayed is strange.
It only happens with this one host. I’m thinking I should delete the host and re-register it?
It looks like this
Something that may be relevant. Next to this host, there is a gear icon, when I hover over it, a small window comes up that say FOS. It is a mac that uses a FOS USB boot stick. This is definitely something new though, it was not like this before.
-
@Fog_Newb Can’t replicate the issue with 1.5.9.207 straight away. I guess I need more details to find out what’s going on. First check the webserver log (
/var/log/apache2/error.log
) to see if you get some error or warning when editing the host in the web UI.When I click on a specific host to set parameters the page displayed is strange.
If you don’t see anything useful in the webserver error log I may ask you to clean your browser cache and try again. Kind of looks like an issue when loading the CSS formatings. Though can’t see why it should happen only on a particular host object.
Something that may be relevant. Next to this host, there is a gear icon, when I hover over it, a small window comes up that say FOS.
The icon shows the current status of this particular host. The status is updated every 300 seconds (default, can be changed in FOG Configuration -> FOG Settings -> FOG Linux Service Sleep Times -> PINGHOSTSLEEPTIME).
- When the host/PC is shut down you see a red exclamation mark.
- For a Linux system up and running you get the penguin icon.
- Windows booted should give you a green Windows logo.
- Task scheduled and PC doing a deploy/capture will show you the green gear icon you mentioned.
For the status to be properly updated it needs DNS name resolution within your network, So 2018Mini needs to resolve to an IP address pointing to that machine.
Edit: I just figured there was a bug in the code where Linux systems would always show up as FOS (task running). This should be fixed in 1.5.9.209.
-
@sebastian-roth Thanks I tried another browser without any plugin and I cleared cache. Same issue. The error log shows.
-
@fog_newb said in Strange formatting when selecting host. Dev Branch1.5.9.207 Ubuntu 22.04.1 LTS:
The error log shows.
Thanks for the log information. Nice find! Turns out this was not a bug added in dev-branch but rather still another PHP 8 support bug not found yet. This is fixed in 1.5.9.214.
Well done, keep on testing and reporting!
-
@fog_newb said in Strange formatting when selecting host. Dev Branch1.5.9.207 Ubuntu 22.04.1 LTS:
1.5.9.215
@Sebastian-Roth does this release have the updated partclone that addresses apfs cloning issue?
-
@george1421 Yes.
I just started backing up a Windows drive using 1.5.9.215. I saw Partclone 3.20 briefly appear on the screen. For some reason, while it is backing up a partition the version number of Part Clone isn’t listed. Only for a moment between capturing each partition is the version number displayed.
-
@sebastian-roth Glad I could help in some way. FOG is awesome you and @george1421 always get any issues I run into sorted with a quickness. After installing the latest as of writing this, 1.5.9.215, the host parameter settings look normal again.
(I originally posted this reply to my own comment accidentally)
-
@fog_newb said in Strange formatting when selecting host. Dev Branch1.5.9.207 Ubuntu 22.04.1 LTS:
I saw Partclone 3.20
Yes that is the version that contains the updated code for apfs support. So it should clone apple based computers beyond getting access for the T2 chip.