Oh wait… my / is full !
Perhaps this is related :).
I will increase it and I’ll keep you informed.
Oh wait… my / is full !
Perhaps this is related :).
I will increase it and I’ll keep you informed.
In HOST Management => List all Hosts, all my hosts are gone. It says “No result found”.
I can see my hosts passing by the Group Management => Click on a group => Membership.
Strange isn’t it ?
My FOG server is on a VM (vSphere 5.5) backup by Veeam.
I had a problem after an update to RC-19. Before doing anything, I restored the VM from the last backup.
Is it related ?
Thanks
Thanks ! That was not a fog problem :
Current Kerberos password: Current Kerberos password: passwd : Erreur de manipulation du jeton d’authentification
My /etc/pam.d/common-password was not correct.
And now installfog.sh says : * Setup complete
Have a nice day
Hello
I tried to updgrade to RC-19 from RC-17.
After launching installfog.sh :
Configuring services
Setting up fog user…Already setup
Setting up fog password…Failed!
Any idea ?
Shoud I try --exitFail option ?
Thanks.
Hi
I am installing FOG 1.3.0-RC-13
Just a question that I don’t understand.
Would you like DHCP to handle DNS? [Y/n]
I am integrating FOG into an existing network
https://wiki.fogproject.org/wiki/index.php?title=Integrating_FOG_into_an_Existing_Network
Shoud I say Yes or No ? What does this option is going to do ?
Thanks
No problem. Excuse me for the wrong forum ;).
Adding the sleep 5
solved our problem. The sleep 2
was already here unless I am mistaken.
Re : Multicast randomly hangs##### Server
Hi,
Thanks to Felipe Solari
https://forums.fogproject.org/topic/2810/multicast-randomly-hangs/19
We managed to deploy a multi partition image with multicast.
We just add a sleep 5
to the fog.download at the line 440.
elif [ "$imgType" == "mps" ]; then
dots "Checking Hard Disks";
runPartprobe $hd &> /dev/null;
echo "Done";
parts=`fogpartinfo --list-parts $hd 2>/dev/null`;
diskLength=`expr length $hd`;
for part in $parts; do
partNum=${part:$diskLength};
echo " * Processing Partition: $part ($partNum)";
imgpart="$imagePath/d1p${partNum}.img*";
sleep 2;
if [ ! -f $imgpart ]; then
echo " * Partition File Missing: $imgpart";
# Add a sleep here
sleep 5;
else
writeImage "$imgpart" $part;
fi
resetFlag $part;
done
Hope this help.
Thanks for Fog It’s a great soft.