It’s working with the latest SVN version, thank you very much!
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.
-
Unable to do a host registration
Hi,
I recently installed the 1.2.0 version of FOG and I’m not able to do a host registration. Both options do nothing, when I select an option it boots to the hard drive without show errors or do the task.Any idea?
Thanks
-
RE: Latest FOG 0.33b
It’s really weird. I’ll test more tomorrow, I have another theory for what is failing.
Thank you Tom!
-
RE: Latest FOG 0.33b
Hi Tom,
there is the “ls” of the image folder:
-rwxrwxrwx 1 root root 32K feb 3 23:30 d1.mbr
-rwxrwxrwx 1 root root 219K feb 3 23:30 d1p1.img (ntfs empty)
-rwxrwxrwx 1 root root 1,2G feb 3 23:34 d1p2.img (/ of ubuntu)
-rwxrwxrwx 1 root root 69 feb 3 23:34 d1p3.img (extended)
-rwxrwxrwx 1 root root 2,3M feb 3 23:36 d1p5.img (/home ubuntu)
-rwxrwxrwx 1 root root 3,2M feb 3 23:35 d1p6.img (swap)All partitions are present.
-
RE: Latest FOG 0.33b
I think yes, but I can’t confirm until tomorrow, the fog server is in my institute.
Thank you and good night!
-
RE: Latest FOG 0.33b
My disk has the following partitions:
[LIST=1]
[]NTFS (no OS installed, future windows 7).
[]ext4 --> / of ubuntu 12.04
[]Extended:
[LIST=1]
[]ext4 --> /home of ubuntu 12.04
[*]swap partition.
[/LIST]
[/LIST]
The image is Linux(50) and multipartition single disk (I didn’t try multicast).All the upload process seems to be ok, all partitions were backed.
When I try to deploy, no errors are showed on screen, it reboots without do nothing. On previous revisions deploy worked correctly, the problem was on upload. Now upload seems to be ok, deploy not. -
RE: Latest FOG 0.33b
Ok, thank you!
The other problem I’m trying to explain is with the “multipartition, single disk” option, it uploads well, but fails on deploy.
-
RE: Latest FOG 0.33b
On RAW fails on upload, that is what I tried to say. I don’t know if deploy works or not, because I can’t make the backup.
-
RE: Latest FOG 0.33b
Oh, sorry, I have explained badly:
[LIST]
[]Multipartition, single disk --> Backup seems ok. [B]Restore doesn’t work[/B].
[]Raw --> Backup doesn’t work.
[/LIST]
I prefer “multipartition, single disk” but I was just testing “raw” and I found that it doesn’t work too. -
RE: Latest FOG 0.33b
I’m on revision 1185. Multipartition restore isn’t working, I tried RAW and it reboots when it starts to image (no error I could see). Anyone with multipartition/raw working?
-
RE: Latest FOG 0.33b
I don’t understant the osid variable, if it’s multipartition and it can hold multiple os, for what is $osid?
I can’t test until monday, but, it’s supposed to exist a [FONT=Consolas]/tmp/status.fog where I can check errors?[/FONT]