It’s working with the latest SVN version, thank you very much!
Latest posts made by joacliba
-
RE: Unable to do a host registration
-
RE: Unable to do a host registration
I’ll test tomorrow the SVN version.
Thank you!
-
RE: Unable to do a host registration
I’m on [SIZE=12px][FONT=Verdana][COLOR=#494949]1.2.0 (the latest version published)[/COLOR][/FONT][/SIZE]
-
RE: Unable to do a host registration
I can’t register any host.
Well! I managed to see the error on an old computer:
/bzImage32… No such file or directory ([url]http://ipxe.org/2d12603b[/url])
Could not boot: No such file or directory ([url]http://ipxe.org/2d12603b[/url]) -
RE: Unable to do a host registration
Well, I tried to boot another pcs with the same behaviour: When I click on “registration” menu option the system reboots. [S]But, if I try to boot on a virtualbox virtual machine, that option gives me a “FATAL: INT18: BOOT FAILURE” error. [/S](ops, is an Virtualbox error…). I don’t know what is happening. I tried to reinstall fog without success.
Any idea what is wrong?
Thank you
-
RE: Unable to do a host registration
Is that the information you asked for?
Thank you
-
RE: Unable to do a host registration
[COLOR=#000000]#!ipxe
cpuid --ext 29 && set arch x86_64 || set arch i386
colour --rgb 0xff6600 2
cpair --foreground 7 --background 2 2
console --picture [url]http://172.30.3.3/fog/service/ipxe/bg.png[/url] --left 100 --right 80
:MENU
menu
colour --rgb 0xff0000 0
cpair --foreground 0 3
item --gap Host is NOT registered!
item --gap – -------------------------------------
item fog.local Boot from hard disk
item fog.memtest Run Memtest86+
item fog.reginput Perform Full Host Registration and Inventory
item fog.reg Quick Registration and Inventory
item fog.sysinfo Client System Information (Compatibility)
choose --default fog.local --timeout 3000 target && goto ${target}
:fog.local
exit || goto MENU
:fog.memtest
kernel memdisk iso raw
initrd memtest.bin
boot || goto MENU
:fog.reginput
kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=172.16.100.1 keymap= web=172.30.3.3/fog/ consoleblank=0 loglevel=4 mode=manreg
imgfetch init_32.xz
boot || goto MENU
:fog.reg
kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=172.16.100.1 keymap= web=172.30.3.3/fog/ consoleblank=0 loglevel=4 mode=autoreg
imgfetch init_32.xz
boot || goto MENU
:fog.sysinfo
kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=172.16.100.1 keymap= web=172.30.3.3/fog/ consoleblank=0 loglevel=4 mode=sysinfo
imgfetch init_32.xz
boot || goto MENU
autoboot[/COLOR] -
RE: Unable to do a host registration
Today Logs:
[Thu Oct 23 14:48:46 2014] [error] [client 192.168.20.141] File does not exist: /var/www/favicon.ico
[Thu Oct 23 15:09:15 2014] [notice] caught SIGTERM, shutting down
[Thu Oct 23 15:09:16 2014] [notice] Apache/2.2.22 (Ubuntu) PHP/5.3.10-1ubuntu3.14 with Suhosin-Patch configured – resuming normal operations
[Thu Oct 23 15:09:26 2014] [error] [client 192.168.20.141] File does not exist: /var/www/favicon.ico
[Thu Oct 23 15:17:25 2014] [notice] caught SIGTERM, shutting down
[Thu Oct 23 15:17:26 2014] [notice] Apache/2.2.22 (Ubuntu) PHP/5.3.10-1ubuntu3.14 with Suhosin-Patch configured – resuming normal operations
[Thu Oct 23 15:17:35 2014] [error] [client 192.168.20.141] PHP Warning: Invalid argument supplied for foreach() in /var/www/fog/lib/fog/SubMenu.class.php on line 118, referer: [url]http://172.30.3.3/fog/management/[/url]
[Thu Oct 23 15:24:40 2014] [notice] caught SIGTERM, shutting down
[Thu Oct 23 15:24:41 2014] [notice] Apache/2.2.22 (Ubuntu) PHP/5.3.10-1ubuntu3.14 with Suhosin-Patch configured – resuming normal operationsThanks!
-
RE: Unable to do a host registration
Oh, sorry, I thought he asked for menu UI. Yes, I have access to web UI.
-
RE: Unable to do a host registration
I can go through the menu options, but when I select “quick or full registration” nothing happens, just the system boots.