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

    Jacques-Olivier

    @Jacques-Olivier

    0
    Reputation
    3
    Profile views
    15
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Rennes

    Jacques-Olivier Unfollow Follow

    Latest 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