• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Juan Bertolotti
    3. Posts
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 41
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Juan Bertolotti

    • "No valid data" shows when special character / is used in image name
      Server
      • FOG Version: 1.4.4 ( SVN Revision: 6077)
      • OS: Ubuntu 14.04 LTS
      Client
      • Service Version:
      • OS:
      Description

      “No valid data” shows when special character / is used in image name

      posted in Feature Request
      J
      Juan Bertolotti
    • RE: Integrating Hirens Boot 15.2 into fog 1.2.0

      Solved:
      My working menu is:
      [CODE]:MENU
      menu
      item --gap – ---------------- iPXE boot menu ----------------
      item BOOTCD Hirens 15.2 BOOTCD
      item mint Linux Mint v2 x64
      item shell ipxe shell
      choose target && goto ${target}

      :BOOTCD
      initrd http://${fog-ip}/fog/iso/hirensboot.iso ||
      chain memdisk iso raw ||
      boot ||
      goto MENU

      :mint
      kernel http://${fog-ip}/fog/service/ipxe/ubuntu/casper/vmlinuz
      initrd http://${fog-ip}/fog/service/ipxe/ubuntu/casper/initrd.lz
      imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/var/www/fog/service/ipxe/ubuntu/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
      boot || goto failed
      goto start

      :shell
      shell ||
      goto MENU

      autoboot[/CODE]
      I also managed to get any debian based live cd booting.
      Thanks!

      posted in General
      J
      Juan Bertolotti
    • RE: Cannot create Tasks, Task Manager Blank

      I solved the problem by creating missing task* tables using a new instalation db as example, worked like charm. Would be great to have sql code to regenerate tables in case of this.
      Thanks for your time and advice!

      posted in FOG Problems
      J
      Juan Bertolotti
    • RE: Cannot create Tasks, Task Manager Blank

      I need the sql code to regenerate task* tables, any guess?

      posted in FOG Problems
      J
      Juan Bertolotti
    • RE: Cannot create Tasks, Task Manager Blank

      Im not able to see fog.taskTypes and fog.taskStates on my DB ,

      posted in FOG Problems
      J
      Juan Bertolotti
    • RE: Cannot create Tasks, Task Manager Blank

      any way to update db manually?

      posted in FOG Problems
      J
      Juan Bertolotti
    • RE: Cannot create Tasks, Task Manager Blank

      I didnt do anything , it may be a DB issue?

      posted in FOG Problems
      J
      Juan Bertolotti
    • RE: Cannot create Tasks, Task Manager Blank

      Download task.
      [FONT=helvetica][COLOR=#373e4d][SIZE=12px]Anyway I cannot see any task on the basic or advance menu.[/SIZE][/COLOR][/FONT]
      [FONT=helvetica][COLOR=#373e4d][SIZE=12px]If I click on the “Download” arrow I get[/SIZE][/COLOR][/FONT]
      [SIZE=16px][FONT=Ubuntu][COLOR=#ff0000][CENTER]task failed to create for [U]XXXXX[/U] with image[/CENTER][/COLOR][/FONT][/SIZE]
      [SIZE=16px][FONT=Ubuntu][COLOR=#ff0000][CENTER]Task Type is not valid[/CENTER][/COLOR][/FONT][/SIZE]
      [LEFT][SIZE=16px][COLOR=#000000]I just replaced the hostname.[/COLOR][/SIZE][/LEFT]

      posted in FOG Problems
      J
      Juan Bertolotti
    • RE: Cannot create Tasks, Task Manager Blank

      Fresh install

      posted in FOG Problems
      J
      Juan Bertolotti
    • RE: Cannot create Tasks, Task Manager Blank

      Yes sir

      posted in FOG Problems
      J
      Juan Bertolotti
    • Cannot create Tasks, Task Manager Blank

      [SIZE=13px][INDENT]I click on my Host Management, then select the Host I want to make an image from then click on “Basic Tasks” on the left side and selected “Upload”. Once I left click “Upload” it takes me to the Task Management section but all I have is a blank page with the Fog Menu at the top and below that it says Task Management and doesn’t allow me to do anything else.[/INDENT]
      [INDENT]Im running lastest fog release on ubuntu 13.04[/INDENT]
      [INDENT]Ive found this on the apache logs, any ideas?[/INDENT][/SIZE]
      [SIZE=11px] [/SIZE]
      [Tue Apr 14 14:18:26.290350 2015] [:error] [pid 16340] [client 192.168.1.55:17948] PHP Fatal error: Uncaught exception ‘Exception’ with message ‘Task Type is not valid’ in /var/www/fog/lib/fog/Host.class.php:968\nStack trace:\n#0 /var/www/fog/lib/fog/BootMenu.class.php(371): Host->createImagePackage(1, ‘AutoRegTask’, false, false, true, false, ‘jmb’)\n#1 /var/www/fog/lib/fog/BootMenu.class.php(343): BootMenu->setTasking()\n#2 /var/www/fog/lib/fog/BootMenu.class.php(146): BootMenu->verifyCreds()\n#3 /var/www/fog/service/ipxe/boot.php(14): BootMenu->__construct(Object(Host))\n#4 {main}\n thrown in /var/www/fog/lib/fog/Host.class.php on line 968

      posted in FOG Problems
      J
      Juan Bertolotti
    • RE: Deploying issues

      Issue resolved.
      Dont ask me how but I tried with two different systems and Ive been able to restore them

      posted in FOG Problems
      J
      Juan Bertolotti
    • RE: Integrating Hirens Boot 15.2 into fog 1.2.0

      how does promp work? how I should use it in order to see the error message?

      posted in General
      J
      Juan Bertolotti
    • RE: Deploying issues

      well actually im running the system on a new hard drive

      posted in FOG Problems
      J
      Juan Bertolotti
    • RE: Deploying issues

      I still having this issue when deploying, ive already reinstaled all my os ( Ubuntu 13.04 server x64) and fog 1.2.0 , ive recreated one of my images and i still having this “Read error” message at some point on the restoration process, sometimes at 50 sometimes at 10 , I dont really know what to do at this point

      posted in FOG Problems
      J
      Juan Bertolotti
    • RE: Integrating Hirens Boot 15.2 into fog 1.2.0

      root@vortex:/var/www/iso# md5sum hirensboot15.iso
      7efc81adbbd551d56f6021c439c6837c hirensboot15.iso
      i still trying to figure this out

      posted in General
      J
      Juan Bertolotti
    • RE: FOGFTP: Failed to rename file

      update: [FONT=Consolas]chmod -R 777 /images helped me on this issue :)[/FONT]

      posted in General
      J
      Juan Bertolotti
    • RE: FOGFTP: Failed to rename file

      Yes, i did it. Update both username and password (TFTP_FTP_USERNAME and TFTP_FTP_PASSWORD) and storage node also

      posted in General
      J
      Juan Bertolotti
    • FOGFTP: Failed to rename file

      Im getting that error at the end of the imaging process. I have change tftp user and password and updated user and password on the box and I still got the same

      posted in General
      J
      Juan Bertolotti
    • RE: Integrating Hirens Boot 15.2 into fog 1.2.0

      I did that with no changes, still getting the same response. Is there any way to pause the script? I think im getting an error message but it goes to fast

      posted in General
      J
      Juan Bertolotti
    • 1 / 1