• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Rico
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 12
    • Best 0
    • Controversial 0
    • Groups 0

    Rico

    @Rico

    0
    Reputation
    342
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Rico Unfollow Follow

    Latest posts made by Rico

    • RE: dhcp/bootp: ignoring delayed packet

      A lot faster now 👍

      Thanks for your help.
      Regards

      posted in FOG Problems
      R
      Rico
    • RE: dhcp/bootp: ignoring delayed packet

      Thanks, let’s upgrade !

      posted in FOG Problems
      R
      Rico
    • RE: dhcp/bootp: ignoring delayed packet

      I tried a few days ago, cloned 1.3 from git repo (branch master)
      Should I try again ?

      Is there a doc for upgrading from 1.2 to 1.3 ?

      posted in FOG Problems
      R
      Rico
    • RE: dhcp/bootp: ignoring delayed packet

      hello,

      from “about” page :
      Version: 1.2.0
      Your verson of FOG is up to date.

      I’ve tried latest beta, but I encountered problems, so I came back to latest stable.

      regards

      posted in FOG Problems
      R
      Rico
    • dhcp/bootp: ignoring delayed packet

      Hello,
      I’m having an issue with FOG.
      Everything work as expected, except that FOG client “freezes” for about 2 minutes before host registration and before image download.

      After 2 minutes of freeze state, I see the message “DHCP/BOOTP: ignoring delayed packet”, and then the process continues.

      I put a client in debug mode and the only thing I saw is this error :

      unable to load firmware patch rtl_nic/rtl8168g-2.fw

      My dhcp server is a pfsense router.
      Any idea about the thing’s going wrong ?

      Regards,
      Cédric

      posted in FOG Problems
      R
      Rico
    • RE: mount partition image and edit it

      @cml said:

      Give this a try: https://forums.fogproject.org/topic/5264/peek-into-img-files/4

      hello cml

      I’ve tried, but it does not seem to work.
      here’s the things I’ve done :

      [root@fog ]# file d1p1.img 
      d1p1.img: gzip compressed data, from Unix, last modified: Wed Feb 17 15:38:56 2016, max compression
      
      [root@fog ]# cat d1p1.img | pigz -d -c | partclone.restore -C -s - -O d1p1_extracted.img
      Partclone v0.2.71 http://partclone.org
      Démarrage restauration image (-) vers périphérique (d1p1_extracted.img)
      device (d1p1_extracted.img) is mounted at 
      error exit
      Partclone fail, please check /var/log/partclone.log !
      

      I have to precise that “d1p1_extracted.img” is not mounted anywhere. I really don’t understand this error.


      Another thing I’ve done, I’ve tried to extract the image :

      [root@fog ]# cat d1p1.img | gzip -d -c > d1p1_extract.img
      [root@fog SrvToip_fpbx_2T0]# file d1p1_extract.img 
      d1p1_extract.img: data
      
      [root@fog ]# losetup /dev/loop0 d1p1_extract.img 
      losetup: d1p1_extract.img: warning: file does not fit into a 512-byte sector the end of the file will be ignored.
      

      Any tip ?
      Regards,
      Cédric

      posted in General
      R
      Rico
    • RE: "Cannot create references" error

      @Tom-Elliott Yes, thank you.

      Regards,
      Cédric

      posted in FOG Problems
      R
      Rico
    • RE: "Cannot create references" error

      Just need to update /etc/yum.repos.d/remi.repo

      [remi-php56]
      …
      enabled=1

      Regards,
      Cédric

      posted in FOG Problems
      R
      Rico
    • RE: "Cannot create references" error

      Hello,
      I have the same error, just after the step :

      • You still need to install/update your database schema.

      • This can be done by opening a web browser and going to:

        http://192.168.222.14/fog/management

      [root@fog fog]# tail /var/log/httpd/error_log -fn1
      [Tue Feb 16 18:12:40 2016] [error] [client 192.168.222.174] PHP Fatal error: Cannot create references to elements of a temporary array expression in /var/www/html/fog/lib/fog/fogbase.class.php on line 134

      [root@fog fogproject]# git describe --tags
      v1.3.0-beta.3510-2778-g0853fd

      [root@fog fogproject]# git log -1
      commit 2db42ffc1d9ce960389ddcf4a2bd37e4d3443417
      Merge: 9e9f7d3 0916fbd
      Author: Tom Elliott tommygunsster@gmail.com
      Date: Tue Feb 16 19:13:53 2016 -0500

      Merge svn with dev-branch
      

      [root@fog fogproject]# git rev-parse HEAD
      2db42ffc1d9ce960389ddcf4a2bd37e4d3443417

      posted in FOG Problems
      R
      Rico
    • mount partition image and edit it

      Hello,
      Following this topuic which is quite old : Mount saved image and edit it?

      I’m looking for a way to mount a fog partition image. I tried many things

      Uncompress partition image :
      [root@fog images]# cd dev/srvtoip_dev/
      [root@fog srvtoip_dev]# pwd
      /images/dev/srvtoip_dev
      [root@fog srvtoip_dev]# file d1p1.img
      d1p1.img: gzip compressed data, from Unix, last modified: Wed Feb 10 10:43:58 2016, max compression

      mount image :
      [root@fog srvtoip_dev]# losetup /dev/loop0 d1p1.img
      losetup: d1p1.img: warning: file does not fit into a 512-byte sector the end of the file will be ignored.

      I’ve tried many combinations with losetup / mount / gunzip…

      Can somebody help me with that ?

      Regards,
      Cédric

      posted in General
      R
      Rico