• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. plegrand
    3. Posts
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 46
    • Posts 431
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Basics installation questions

      @ch3i i follow the instructions here : https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk ???
      Then there is no more error message about FOG Multicast Management Server.

      I’ve got always these :
      Estimated FOG sites: Error contacting server
      Latest Version: Error contacting server

      Could you explain me what is the utility of “FOG prep”

      During pxe boot of a client, the console is in qwerty, is there a way to pass it on azerty ?
      You told me to create PXE files with azerty layout, but how you do that ?

      Thanks a lot for your help

      posted in Linux Problems
      P
      plegrand
    • RE: Basics installation questions

      @ch3i https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk ???

      posted in Linux Problems
      P
      plegrand
    • RE: Basics installation questions

      @ch3i You think i should use trunk version ?
      Why my answer to your posts are just top of yours and not under?

      posted in Linux Problems
      P
      plegrand
    • RE: Basics installation questions

      @ch3i FOG 1.2

      posted in Linux Problems
      P
      plegrand
    • RE: Basics installation questions

      @ch3i how i start it ?
      service …
      systemctl …
      /etc/init.d …
      i havent /var/log/fog/ directory

      I dont understand how to post under you !! 😉

      posted in Linux Problems
      P
      plegrand
    • RE: Basics installation questions

      @ch3i How you do that?

      posted in Linux Problems
      P
      plegrand
    • RE: Basics installation questions

      @ch3i Yes

      posted in Linux Problems
      P
      plegrand
    • RE: Basics installation questions

      For the first error i’ve got internet connection
      For the second
      -rwxr-xr-x 1 root root 1882 sept. 15 15:44 /etc/init.d/FOGImageReplicator
      -rwxr-xr-x 1 root root 1948 sept. 15 15:44 /etc/init.d/FOGMulticastManager
      -rwxr-xr-x 1 root root 1794 sept. 15 15:44 /etc/init.d/FOGScheduler

      Thanks for your quick answer !!

      posted in Linux Problems
      P
      plegrand
    • Basics installation questions

      Hello,
      i’m trying installing fog and i’ve got some problems/questions :

      I’m using debian 8 (Jessie). It’s a fresh/new installation

      During installation, i’ve got to go to my web server : http://192.168.151.243/fog/management to install/update the database schema
      On the web interface, i’ve got this error :
      Estimated FOG sites: Error contacting server
      Latest Version: Error contacting server

      At the end of the installation “Press [Enter] key when database is updated/installed.”
      i’ve got this error message: Starting FOG Multicast Management Server…Failed!
      When i try to start it manually : service FOGMulticastManager start
      Failed to start FOGMulticastManager.service: Unit FOGMulticastManager.service failed to load: No such file or directory.
      Could you told me what is the problem ?

      Could you explain me what is the utility of “FOG prep”

      During pxe boot of a client, the console is in qwerty, is there a way to pass it on azerty ?

      Thanks for your help
      PAscal

      posted in Linux Problems
      P
      plegrand
    • RE: fog with an existing pxe server

      Hello,
      in first thank a lot for your answer.
      For my test i’m going to work with a virtual machine with only one interface, then forget the “3 networks”
      I begin by installing fog like that :
      (i use my own dhcp server)

      Type d’installation : N
      IP du serveur FOG : 192.168.39.243
      Would you like to setup a router address for the DHCP server? : n
      Would you like to setup a DNS address for the DHCP server and client boot image? : n
      Would you like to change the default network interface from eth0? : n
      Would you like to use the FOG server for DHCP service? n
      This version of FOG has internationalization support, would you like to install the additional language packs? n

      My own dhcp server is configured like that (it has 192.168.39.247 for ip address):
      subnet 192.168.39.0 netmask 255.255.255.0 {
      range 192.168.39.40 192.168.39.230;
      option subnet-mask 255.255.255.0;
      option broadcast-address 192.168.39.255;
      option routers 192.168.39.254;
      next-server 192.168.39.247;
      filename “pxelinux.0”;
      }
      then next server is the dhcp server itself

      Here is a part of the PXE configuration (on my own dhcp server. (The dhcp server act as dhcp, tftp and pxe server)

      DEFAULT vesamenu.c32
      KBDMAP fr.kbd
      MENU BACKGROUND splash.jpg
      menu color title 1;37;40 #ffffffff #00000000 std
      menu color timeout_msg 37;40 #80ffffff #00000000 std
      menu color timeout 1;31;40 #ffff0000 #00000000 std
      menu color border 30;44 #00000000 #00000000 none

      TIMEOUT 300
      ALLOWOPTIONS 0
      PROMPT 0

      MENU TITLE MENU
      LABEL BootNormal
      MENU LABEL Boot local
      MENU DEFAULT
      COM32 chain.c32
      APPEND hd0

      LABEL Drivers_Universels
      MENU LABEL Drivers Universels
      KERNEL memdisk
      APPEND keeppxe floppy initrd=ghost/universels.img

      LABEL hdt
      MENU LABEL Hardware Detection Tool
      COM32 hdt/hdt.c32
      APPEND modules=hdt/modules.pcimap pciids=hdt/pci.ids

      LABEL memtest
      MENU LABEL Memtest86+
      LINUX hdt/memtest86±4.20.bin

      My question is how i could add entry for fog server using ipxe while i’m iusing pxe (pxelinux.0)
      Thanks again for your help

      posted in General
      P
      plegrand
    • fog with an existing pxe server

      Hello,
      i actually use symantec ghost with a linux pxe server called PXE.
      The PXE server is configure with dhcp (isc-dhcp-server), tftp (tftpd-hpa) and pxe (pxelinux.0 downloaded from syslinux 4.07)
      I plan to test fog on another server called FOG
      I’ve got some question :

      Is it possible to use fog with an existing pxe server ?

      What would be the configuration in my PXE server (default file in pxelinux.cfg directory)

      Where are located client boot images ?

      i saw that it could be better to use ipxe, it’s not possible to use pxelinux.0

      Does fog support that my server is in 3 differents networks ? and what is the way to make it works like that ?

      Thanks for your answers
      Pascal

      Mod edited title to fix spelling.

      posted in General
      P
      plegrand
    • 1 / 1