Are you sure I have to do this ? This folder contains a lot of information for fog …
Posts made by Ethaan268
-
RE: Image ID must be numeric ...
-
RE: Image ID must be numeric ...
I have to delete the 01-XX file from /images or from /images/dev ?..
-
RE: Image ID must be numeric ...
Tom please … Your help is so precious for me as I cannot take place any more
The new error message is “unable to move /images/dev/00XXXXX… to /images/w7opt620”In /images :
01XX… dev w7opt620In /images/dev :
01XX…ls -ln /images :
-rwxrwxrwx 1 1000 0 0 févr. 11 14:20 01XXX…
drwxrwxrwx 2 1000 0 1024 févr. 11 14:46 devls -ln / :
drwxrwxrwx 3 1000 0 1024 févr. 11 14:45 images
Ideas ? -
RE: Image ID must be numeric ...
I did the sql request and the result is “1”; so I add imgid=1 at the end of the append line and message error changed. It is a problem in my different files, so I will go to look it and I will tell you evolution !
Thank you very much Tom !!! -
RE: Image ID must be numeric ...
So, I add imgid=w7opt620 at the end of the append line ?
(w7opt620 is the one image id I know …) -
RE: Image ID must be numeric ...
File 01-XX… :
type=up img=w7opt620Image Management :
w7opt620All was fine …
-
RE: Image ID must be numeric ...
Screen with the evolution of client image’s upload appears (as in 6:14 [media=youtube]fdfY7kt7oGE[/media]) but the screen change few seconds after it and it shows the error message “Image ID must be numeric”.
-
RE: Image ID must be numeric ...
It is the only thing I found on Internet and that’s why I posted on FOG forums… I verified, image’s name, deleting space or dash, I hoped it would change the problem but anything happened …
-
RE: Image ID must be numeric ...
FOG 0.32 on Debian 7.1 …
Thanks for your answer Albatros ! -
RE: Image ID must be numeric ...
I found it, if it can help someone …
“[B][FONT=Courier New][COLOR=#000000]$mac[/COLOR][/FONT][/B][FONT=Courier New][COLOR=#000000]=[/COLOR][/FONT][B][FONT=Courier New][COLOR=#000000]$_GET[/COLOR][/FONT][/B][FONT=Courier New][COLOR=#000000][[/COLOR][/FONT][COLOR=#ff0000][FONT=Courier New]“mac”[/FONT][/COLOR][FONT=Courier New][COLOR=#000000]];[/COLOR][/FONT]
[FONT=Courier New][COLOR=#000000][COLOR=#555555] 35 [/COLOR][I][COLOR=#838183]//$size = $_GET[“size”];[/COLOR][/I]
[COLOR=#555555] 36 [/COLOR][B]$imgid[/B] = [B]$GET[/B][[COLOR=#ff0000]“imgid”[/COLOR]];
[COLOR=#555555] 37 [/COLOR][B]$type[/B] = [B]$GET[/B][[COLOR=#ff0000]“imgtype”[/COLOR]];
[COLOR=#555555] 38 [/COLOR]
[COLOR=#555555] 39 [/COLOR][B]if[/B] ( ! [COLOR=#010181]isValidMACAddress/COLOR )
[COLOR=#555555] 40 [/COLOR]{
[COLOR=#555555] 41 [/COLOR] [B]die[/B]( [COLOR=#010181][/COLOR]([COLOR=#ff0000]“Invalid MAC address format!”[/COLOR]) );
[COLOR=#555555] 42 [/COLOR]}
[COLOR=#555555] 43 [/COLOR]
[COLOR=#555555] 44 [/COLOR][B]if[/B] ( ! [COLOR=#010181]is_numeric/COLOR ) <-----------------------------------------
[COLOR=#555555] 45 [/COLOR]{
[COLOR=#555555] 46 [/COLOR] [B]die[/B]( [COLOR=#010181][/COLOR]([COLOR=#ff0000]“Image ID must be numeric”[/COLOR]) ); <----------------------------------
[COLOR=#555555] 47 [/COLOR]}
[COLOR=#555555] 48 [/COLOR]
[COLOR=#555555] 49 [/COLOR][B]if[/B] ( [B]$mac[/B] != null )”[/COLOR][/FONT] -
Image ID must be numeric ...
Hello everybody,
First, I will ask you to be lenient with me and my english because I’m a french student …
So I’m in course training in a University and I have to make a FOG server to deploy system image in computer room.I feel I am close to, and I have a little problem who Internet forums don’t speak a lot … Blue screen appears and it’s like uploading is begining but an other blue screen appears and it tells me “Image ID must be numeric”…
Please, if you know what it means …
-
RE: Unable to determine best node for transfer
Thank you Tom, this problem was solved !
But I meet a new problem:
“An error has been detected !
Unable to locate image file for Windows 7! (sys.img.000)
Computer will reboot in 1minute.” -
Unable to determine best node for transfer
Hello everybody,
First, I will ask you to be lenient with me and my english because I’m a french student …
So I’m in course training in a University and I have to make a FOG server to deploy system image in computer room.All is right until today where I meet a problem: my pxe boot is good, I made a task on my FOG server and on the screen of my client, I have this error message: "Cheking Queue … Done
Using Storage Node … TFTP
Mounting File System …Failedmount: RPC: Remote system error - Connection refused
mount: mounting 127.0.0.1:/images on /images failed: Bad file descrptionCheking Queue … Done
Unable to determine best node for transfer !Storage node: TFTP is open, but has recently failed.
Unable to determine best node for transfer !"My differents config files:
/etc/exports:
“/images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
/images/dev *(rw,sync,no_wdelay,no_root_squash,insecure)”/var/lib/fog/commons/config.php:
“define( “STORAGE_FTP_USERNAME”, “fog” );
define( “STORAGE_FTP_PASSWORD”, “root” );
define( “STORAGE_DATADIR”, “/images/” );
define( “STORAGE_DATADIR_UPLOAD”, “/images/dev/” );”
define( “MYSQL_HOST”, “localhost” );
define( “MYSQL_DATABASE”, “fog” );
define( “MYSQL_USERNAME”, “root” );
define( “MYSQL_PASSWORD”, “root” );My config on FOG server:
Storage Management:
“Storage Node Name: TFTP
IP Address 127.0.0.1
Is Master Node check
Storage Group default
Image location /images/
Is enabled check
Management username fog
Management password root”Fog Settings, FOG Storage Nodes:
“FOG_storagenode_mysqluser root
FOG_storagenode_mysqlpass root”
FOG settings, FOG TFTP server:
FOG_TFTP_HOST 193.52.239.23
FOG_TFTP_FTP_USERNAME fog
FOG_TFTP_FTP_PASSWORD root
FOG_TFTP_PXE_CONFIG_DIR /tftpboot/pxelinux.cfg/
FOG_TFTP_PXE_KERNEL_DIR /tftpboot/fog/kernel/
FOG_TFTP_PXE_KERNEL fog/kernel/bzImage
FOG_KERNEL_RAMDISK_SIZE 127000
FOG_PXE_BOOT_IMAGE fog/images/init.gz
FOG_PXE_IMAGE_DNSADDRESS 193.52.239.1
Thanks for every helps you could bring me