A lot faster now
Thanks for your help.
Regards
A lot faster now
Thanks for your help.
Regards
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 ?
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
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
@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
@Tom-Elliott Yes, thank you.
Regards,
CĂ©dric
Just need to update /etc/yum.repos.d/remi.repo
[remi-php56]
…
enabled=1
Regards,
CĂ©dric
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:
[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
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