Hi,
We are trying to use WOL brodcast in a multiple VLAN structure.
Is there a way to link one WOL Broadcast to a group of computers ?
Hi,
We are trying to use WOL brodcast in a multiple VLAN structure.
Is there a way to link one WOL Broadcast to a group of computers ?
Hi there,
In the fog wen interface, we have 2 hours of lag between our local time, and the time show for the tasks.
Even if the dashboard shown the good time.
It should be starttime 15:05:08 instead of 13:05:08
Any ideas ? I don’t see anything about time settings in fog settings.
@george1421 I am looking for a way to easely clone (for backup) the data on several PIs
@george1421 Really thank you @george1421 for this long answer.
I think i will try another way to autoinstall my PIs until FOG pi better integration.
Hi there,
I am interrested of this possibility to install and clone Raspberry PI with FOG.
Did you achieve this project ?
@sebastian-roth said in Installation of FOG with external MySQL base:
DB root user.
Do you mean we can’t have a priviledge root user with another name to access our external database ? For example we would like to use theboss instead of root as this priviledge user already exists.
Do we need to add our external database parameters befoer lanuching the installation in /etc/my.cnf ?
Hi,
We are trying to install FOG with an external MySQL base.
We tried this command :
snmysqlhost=‘192168.1.1’ snmysqluser=‘mypriviledgeusername’
./installfog.sh
But we also need to specify our database name, how could we do that during this installation ?
@sebastian-roth Hey thanks a lot, it worked!
Hi,
We re trying to autoinstall Ubuntu 20.04 with FOG.
Our iPXE parameters are :
kernel tftp://${fog-ip}/os/ubuntu/20.04.01.LTS/linux
initrd tftp://${fog-ip}/os/ubuntu/20.04.01.LTS/initrd.gz
imgargs linux auto=true root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/images/os/ubuntu/20.04.01.LTS/ locale=fr_FR.UTF-8 keyboard-configuration/layoutcode=fr debian-installer/allow_unauthenticated_ssl=true url=http://${fog-ip}/preseed/preseed.cfg splash ip=dhcp rw
boot || goto MENU
The system is booting, but when trying to get the preseed file in the debian-installer, we have an error about FOG CA-CERT as we have installed FOG with the HTTPS option.
In the debian-installer i open a console and execute :
wget http:(or https)//ip_of_my_FOG_server/preseed/preseed.cfg , i also have the error of certificate.
If using :
wget --no-check-certificate http:(or https)//ip_of_my_FOG_server/preseed/preseed.cfg
It is downloading the file.
I thought the option debian-installer/allow_unauthenticated_ssl=true in the imgargs options should correct this, but it is not.
Any idea ?
@george1421 Thanks, i will try that.
@tom-elliott I have :
cat .wget-hsts
# HSTS 1.0 Known Hosts database for GNU Wget.
# Edit at your own risk.
# <hostname> <port> <incl. subdomains> <created> <max-age>
fogproject.org 0 0 1606476412 15768000
github.com 0 1 1606477609 31536000
@tom-elliott Hi Tom, yes we are behind a Squid proxi.
We have added http://github.com and https://fogproject.org in out white list.
But the curl command line is not working in /lib/common/functions.sh
Using
bash -x installfog.sh
Show me these commands :
curl --silent -kOL https://github.com/FOGProject/fos/releases/download/1.5.9/init.xz
+ curl --silent -kOL https://github.com/FOGProject/fos/releases/download/1.5.9/init.xz.sha256
+ let cnt+=1
+ [[ 1 -ne 0 ]]
+ [[ 9 -lt 10 ]]
+ [[ -f init.xz.sha256 ]]
+ checksum=1
+ [[ 1 -ne 0 ]]
+ curl --silent -kOL https://github.com/FOGProject/fos/releases/download/1.5.9/init.xz
+ curl --silent -kOL https://github.com/FOGProject/fos/releases/download/1.5.9/init.xz.sha256
+ let cnt+=1
+ [[ 1 -ne 0 ]]
+ [[ 10 -lt 10 ]]
+ [[ 1 -ne 0 ]]
+ echo ' * Could not download init.xz properly'
* Could not download init.xz properly
+ [[ -z '' ]]
+ exit 1
Hi there,
I am on a fresh install of CentOS 8.
Everything is fine until the install script try to download init.xy.
I have the msg :
Downloading kernel, init and fog-client binaries… * Could not download init.xz properly
We use a proxy, but i have added the domain fogproject.org.
And if i use wget https://fogproject.org/inits/init.xz, it works fine.
Any idea ?