@tanguy Salut, Peux tu partager le code utilisé ?
Posts
-
RE: Windows 10 changed the boot order !!posted in Windows Problems
-
RE: Windows 10 changed the boot order !!posted in Windows Problems
@tanguy Ah oui compliqué alors.
Chez nous une solution de contournement que nous avons trouvé est de positionner le wakeonlan sur “boot on pxe” mais ça revient au meme il faut une methode pour le propager sur vos divers modèles de plusieurs marques.
Pour les snapins il faut juste avoir un agent FOG installé sur les PC concernés, et que sur les Host dans FOG snapins soit coché -
RE: Windows 10 changed the boot order !!posted in Windows Problems
@tanguy If it’s Dell manufacturer you can use CCTK config tool to modify boot order
-
RE: Wake on lan difference between basic tasks and power management ?posted in FOG Problems
@florent
Sorry i found the problem, i think it’s bad value on the mysql table.
I go to the powerManagement table and see line like this with “-” :
0 8 - * wol 0
I have deleted this line and restart FOGScheduler, after it’s ok[03-04-21 5:08:23 pm] * Found a wake on lan task that should run. [03-04-21 5:08:23 pm] | Task sent to XXXIt’s resolved for me
-
RE: Wake on lan difference between basic tasks and power management ?posted in FOG Problems
@sebastian-roth My log is weird :
[03-04-21 1:54:23 pm] Interface Ready with IP Address: 127.0.0.1 [03-04-21 1:54:23 pm] Interface Ready with IP Address: 127.0.1.1 [03-04-21 1:54:23 pm] Interface Ready with IP Address: xx.xx.xx.xx [03-04-21 1:54:23 pm] Interface Ready with IP Address: fog.mydomain.fr [03-04-21 1:54:23 pm] * Starting TaskScheduler Service [03-04-21 1:54:23 pm] * Checking for new items every 60 seconds [03-04-21 1:54:23 pm] * Starting service loop [03-04-21 1:54:23 pm] * Sending 1 wake on lan request. [03-04-21 1:54:23 pm] * 1 total mac attempting to wake up. [03-04-21 1:54:23 pm] * 601 tasks found.and the last line (line 562) is this, nothing happen at the time i have schedule wake on lan :
[03-04-21 1:54:24 pm] * Task run time: Tue, 09 Mar 2021 07:30:00 +0100This morning i have try to restart FOGScheduler service but change nothing.
-
RE: Wake on lan difference between basic tasks and power management ?posted in FOG Problems
Hi @sebastian-roth
FOG 1.5.9 on Debian 10 -
Wake on lan difference between basic tasks and power management ?posted in FOG Problems
Hi,
I have problem with Wake on lan in Power Management.
If i launch Wake on lan from Host or Group / Basic tasks / advanced / wake-up it’s work fine.
But if i use on Power Management to schedule, it’s not work.
Power Management work for Reboot.
Any ideas ?Regards
-
RE: Update initrd (of live pxe)posted in Feature Request
@sebastian-roth Yes curl -k works, but if i can avoid this.
Intersting nobody never asked this. -
RE: Update initrd (of live pxe)posted in Feature Request
@sebastian-roth Hi,
Sorry i poorly explained.
We are on FOG 1.5.9
When computer boot on PXE after cloning, there is “postdownload” bash script.
In this script we try to get an external URL (not FOG) who have “Geant” certificate but https verification failed.
If i test on classic computer it’s work.
I go to try to update the init.xz -
Update initrd (of live pxe)posted in Feature Request
Hi,
Is it possible to update initrd (of live PXE) for the next upgrade of FOG ?
We have Geant certificates that have not recognize by curl. I think it’s need the last ca-certificates ? -
RE: Wakeonlan where ?posted in General
Don"t worry it’s not for copy

I use FOG, just want to see (untderstand) how wakeonlan is send by FOG. (etherwake or wakeonlan, with options or not etc)
When i have try grep i do mistake syntax this explain why i found nothing on my server.
Sorry thanks for the tips -
Wakeonlan where ?posted in General
Hi,
I want to see how wakeonlan is implementend in code source.
I have search on github “wakeonlan” or “etherwake” but find nothing.
Don’t find wol.php in /fogCan you help me ?
-
Multicast - Sometimes a few host not update databaseposted in Bug Reports
Hi,
Other problem with multicast but not blocking.
Sometimes a few host not update database.
At the end of imaging with Partclone, postinstall script do various tasks (copy of drivers for example).
I have the feeling that my computers not take the same time to execute this postinstall scripts. And “active task” disappear
This not create problem but only Database not update.
In “Image History” host, not see the last imaging date.Not possible to adjust timeout or other things ?
Regards

-
RE: Interface not ready, waiting for it to come upposted in FOG Problems
Sorry i have found the problem.
In FOG Settings / Web Server / Web Host i have set the same result ofcat /etc/hostnameBecause before i have here an network alias.
Regards.
-
RE: Interface not ready, waiting for it to come upposted in FOG Problems
This not resolve for me

All my FOG* service areActive: active (running)correctly
Upload and download image work.
Just schedule tasks (for example wakeonlan with cron) and multicast not work. -
Interface not ready, waiting for it to come upposted in FOG Problems
Hi,
Since i have upgrade to 1.5.8 i have problem with multicast and fogscheduler.In all my logs file (fogscheduler.log, multicast.log etc) i have this line repaeted :
Interface not ready, waiting for it to come up: mydomain.frI have verify this :
-ip addr show => eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
-Fog Configuration -> Fog Settings -> Multicast settings -> UPDCAST INTERFACE => eth0
-Storage -> Default storage node -> Interface => eth0I have try to reboot my server.
Have you idea ?