• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Jon Vinther
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 6
    • Best 0
    • Controversial 0
    • Groups 0

    Jon Vinther

    @Jon Vinther

    3
    Reputation
    205
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Age 39

    Jon Vinther Unfollow Follow

    Latest posts made by Jon Vinther

    • RE: Multi-PC single snapin deploy

      Seems it was totally my own fault.

      I did not read the entire [I][SIZE=12px]tasks.advanced.include.php [/SIZE][/I][SIZE=12px]file through, so i just posted it in the Host part of the file, instead of the “else” part, so i[/SIZE]t ended up being on the Host page.

      After just moving it down in the file to the next part, it made a lot more sense 🙂

      Thanks a lot for the help!

      -Jon

      posted in Feature Request
      J
      Jon Vinther
    • RE: Multi-PC single snapin deploy

      [quote=“timcough, post: 11711, member: 40”]Add the following lines to tasks.advanced.include.php:

      [PHP]<tr>
      <td class=“c”><a href=“?node=tasks&type=group&direction=onesnap&noconfirm=<?php print $groupid; ?>”><img src=“./images/snap.png” /><p><?php print _(‘Deploy Single Snapin’); ?></p></a></td>
      <td><p><?php print _(‘This option allows you to send one of the snapins to the group without imaging the computers. (Requires FOG Service to be installed on client)’); ?></p></td>
      </tr>[/PHP]

      Hope this helps![/quote]
      That seem to work!
      Wonderfull 🙂

      It does however only add the button if you look up a single computer, and not the group itself.
      I am unable to find a group.advanced.include.php, could you point me in the right direction?

      And thanks a bunch Timcough, thats gonne save me a lot of time 🙂

      -Jon

      posted in Feature Request
      J
      Jon Vinther
    • RE: Multi-PC single snapin deploy

      I have this exact same problem.

      I have almost a hundred computers of different kinds on my network.
      I also push a lot of different snapins.
      Its fine for stuff like giving a computer Adobe Photoshop.
      But if i want to update java on all computers, i really need a push single snapin to groups.
      Doing it manually is almost more painfull that doing it by hand 🙂

      Otherwise, great work.
      Apart from maybe a dependability function, and push - the system works great.

      -Jon

      posted in Feature Request
      J
      Jon Vinther
    • New kernel for VMWare

      I recently installed FOG 0.32 on a Ubuntu 12.04 server.
      However I now need to migrate the server to a VMWare virtual machine instead.

      I tried using the [FONT=Calibri]VMware VCenter Converter Standalone Converter, but got a message saying that the linux kernel version was to old.[/FONT]

      [FONT=Calibri]I therefore wanted to try to update to linux kernel 3.5.3, and give it another go, but I don’t have any experience making custom kernels.[/FONT]
      Does anyone have a newer FOG kernel that I could use?

      Or maybe a different way entirely to migrate my server to VMWare.
      I could install it all over again, but making all the small tweaks, and moving the SQL server, seems like a real hassle.

      Thanks for your assistance.

      -Jon[FONT=Calibri][/FONT]

      posted in FOG Problems
      J
      Jon Vinther
    • RE: Infinite booting loop

      [quote=“BryceZ, post: 5243, member: 2”]Did you add/replace the files listed in the [URL=‘http://www.fogproject.org/wiki/index.php?title=FIX:_Chainloading_alternate_SYSLINUX_to_force_boot_from_first_hard_drive’]chainloading[/URL] article on the wiki?[/quote]
      I did not, and that was my downfall ^^

      After switching out the files, it was an immediate success!

      Thanks for the help.

      -Jon

      posted in General
      J
      Jon Vinther
    • RE: Infinite booting loop

      I have just set up FOG at my place of work. It has been working fine for all of our computers so far (apart from those running in hardware raid)
      We use mainly Dell, and so far it works fine on both Precision T1500 and T3500, STUDIO laptops and a few different Optiplex.

      However on out XPS laptops, I get the same cycle spoken about in this post.

      It reaches the Gui boot menu, counts down from 3 seconds, and then quits its.
      But instead of booting the hdd, it reboots and tries all over again.

      From this post I tried to make this change to /tftpboot/pxelinux.cfg/default

      LABEL fog.local
      [B]kernel chain.c32 [/B]
      [B]append hd0 [/B]
      MENU DEFAULT
      MENU LABEL Boot from hard disk
      TEXT HELP
      Boot from the local hard drive.
      If you are unsure, select this option.
      ENDTEXT

      However that put all of my machines in a cycle inside the Gui instead, continually counting down from 3.

      I also tried hd1 and other abbreviations (hd0,0 and so), to no avail.

      Also, if I escape out of the Gui, and try to do a hd0 or hd1, it says it cant be found in the kernel.

      Could it have another name?

      I am running Windows 7 Ultimate on all the machines.

      For now I have changed it back to default, so it can be used on the other machines while I figure this out.

      Sincerely
      Jon

      posted in General
      J
      Jon Vinther