• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Jacques-Olivier
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 15
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Jacques-Olivier

    • WOL and network interface

      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 ?

      posted in General Problems
      Jacques-OlivierJ
      Jacques-Olivier
    • Time lag between the fog web interface and the system time

      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.

      3b45c18c-a38b-48a6-abc7-17c13f6ae7b4-image.png

      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.

      posted in General Problems
      Jacques-OlivierJ
      Jacques-Olivier
    • RE: Raspberry Pi 4 unable to pxe boot

      @george1421 I am looking for a way to easely clone (for backup) the data on several PIs

      posted in Bug Reports
      Jacques-OlivierJ
      Jacques-Olivier
    • RE: Raspberry Pi 4 unable to pxe boot

      @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.

      posted in Bug Reports
      Jacques-OlivierJ
      Jacques-Olivier
    • RE: Raspberry Pi 4 unable to pxe boot

      @george1421

      Hi there,

      I am interrested of this possibility to install and clone Raspberry PI with FOG.

      Did you achieve this project ?

      posted in Bug Reports
      Jacques-OlivierJ
      Jacques-Olivier
    • RE: Installation of FOG with external MySQL base

      @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.

      posted in FOG Problems
      Jacques-OlivierJ
      Jacques-Olivier
    • RE: Installation of FOG with external MySQL base

      Do we need to add our external database parameters befoer lanuching the installation in /etc/my.cnf ?

      posted in FOG Problems
      Jacques-OlivierJ
      Jacques-Olivier
    • Installation of FOG with external MySQL base

      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 ?

      posted in FOG Problems
      Jacques-OlivierJ
      Jacques-Olivier
    • RE: [SOLVED] Using Preseed in PXE for autoinstallation HTTPS error

      @sebastian-roth Hey thanks a lot, it worked!

      posted in FOG Problems
      Jacques-OlivierJ
      Jacques-Olivier
    • [SOLVED] Using Preseed in PXE for autoinstallation HTTPS error

      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 ?

      posted in FOG Problems
      Jacques-OlivierJ
      Jacques-Olivier
    • RE: Install error init.xy on CentOS 8 via proxy

      @george1421 Thanks, i will try that.

      posted in Linux Problems
      Jacques-OlivierJ
      Jacques-Olivier
    • RE: Install error init.xy on CentOS 8 via proxy

      @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
      
      posted in Linux Problems
      Jacques-OlivierJ
      Jacques-Olivier
    • RE: Install error init.xy on CentOS 8 via proxy

      @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

      posted in Linux Problems
      Jacques-OlivierJ
      Jacques-Olivier
    • RE: Install error init.xy on CentOS 8 via proxy

      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
      
      posted in Linux Problems
      Jacques-OlivierJ
      Jacques-Olivier
    • Install error init.xy on CentOS 8 via proxy

      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 ?

      posted in Linux Problems
      Jacques-OlivierJ
      Jacques-Olivier
    • 1 / 1