• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. timcough
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 10
    • Best 0
    • Controversial 0
    • Groups 0

    timcough

    @timcough

    3
    Reputation
    353
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Outside Philadelphia, PA Age 44

    timcough Unfollow Follow

    Latest posts made by timcough

    • RE: Just to be clear about partimage ?

      [QUOTE]Go to Image Management->List all or search relevant image->click on it to edit->On the page will be a “selector” to choose partimage or partclone.[/QUOTE]

      So, I’m not having a problem with this particular issue, but I can’t help but notice that there is no location to change the image type. Thoughts?

      [IMG]http://www.squirrelnest.net/stuff/fog_image_type.png[/IMG]

      posted in FOG Problems
      T
      timcough
    • RE: Latest FOG 0.33b

      Hi Tom,

      I haven’t been by the fog forums recently and I was delighted to see progress being made on .33. I’m managing 2000+ computer with fog right now, so I will defiantly be testing this out later today. (Not live, mind you. Igor and I shall be in the laboratory! 😉 )

      -Tim

      posted in General
      T
      timcough
    • RE: Feedback: Snap-in system

      I have suggested the following in a different thread to allow a single snapin to be sent to multiple computers:

      Add the following lines to the groups section of 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]

      posted in General
      T
      timcough
    • RE: Multi-PC single snapin deploy

      Sorry! I forgot to mention that it belongs in the groups section of the file. Glad to see y’all got it working in the end.

      posted in Feature Request
      T
      timcough
    • RE: Multi-PC single snapin deploy

      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!

      posted in Feature Request
      T
      timcough
    • RE: Where are you located ? Please Reply..

      Outside Philadelphia, PA

      posted in General
      T
      timcough
    • RE: FOG 0.33 - What's coming?

      Greetings!

      First things first, my many thanks for all the awesomeness you have pumped into FOG! It is leaps and bounds above Symantec’s Ghost Solution Suite!

      My second question is: with all the changes to the code base, will there be an upgrade path from .32? Just trying to plan ahead for either a migration or a clean install.

      I will not ask about when .33 will be out. I think we all know (or we should all know) about how real work trumps project work.

      As far as donations go, is there a way to donate equipment or is cash the preferred method?

      Thanks again!!!
      -Tim

      posted in General
      T
      timcough
    • Deploy a single snap in to a group

      Greetings!
      In version .28, I was able to add the functionality to get a single snapin to a group. With version .32, I was thinking that if I added the following code to tasks.advanced.include.php, it would work again:
      [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 a single snapin to a group without imaging the computers. (Requires FOG Service to be installed on client)’); ?></p></td>
      </tr>[/PHP]

      This didn’t work. I have scoured the tasks.confirm.include.php looking for the reason why this isn’t working without any success. Does anyone have any thoughts?

      -Tim
      [EMAIL]tim@doze.net[/EMAIL]

      posted in General
      T
      timcough
    • Deploying a single snapin to a group

      Greetings!
      In version .28, I was able to add the functionality to get a single snapin to a group. With version .32, I was thinking that if I added the following code to tasks.advanced.include.php, it would work again:
      [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 a single snapin to a group without imaging the computers. (Requires FOG Service to be installed on client)’); ?></p></td>
      </tr>[/PHP]

      This didn’t work. I have scoured the tasks.confirm.include.php looking for the reason why this isn’t working without any success. Does anyone have any thoughts?

      -Tim
      [email]tim@doze.net[/email]

      posted in FOG Problems
      T
      timcough
    • RE: Feedback: Snap-in system

      I too would like to see a Single Snapin to a group option. In version .28, I manually added it as an option for my fellow techs, but have been unable to do so in the latest release.

      posted in General
      T
      timcough