• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Snap-ins won't deploy

    Scheduled Pinned Locked Moved
    FOG Problems
    2
    3
    1.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jmdgfc
      last edited by

      I recently upgraded from .32 to 1.1 to 1.2.

      Imaging seems to work fine, along with other fog services, but I cannot get snapins to download. They cue up appropriately in the active tasks, but are never downloaded. The log on the client computer displays the following exception recursively. The information listed is wrong as the snap in is much newer than 2011, but made a couple months ago. This is not limited to one snap in or one computer, but happens across the board.

      Obviously this is not enough information to help me, but if anyone could tell me what information to provide, I’ll be happy to post it.

      9/8/2014 2:11 PM FOG::SnapinClient Attempting to connect to fog server…
      9/8/2014 2:11 PM FOG::SnapinClient Module is active…
      9/8/2014 2:12 PM FOG::SnapinClient Snapin Found:
      9/8/2014 2:12 PM FOG::SnapinClient ID: 61
      9/8/2014 2:12 PM FOG::SnapinClient RunWith:
      9/8/2014 2:12 PM FOG::SnapinClient RunWithArgs:
      9/8/2014 2:12 PM FOG::SnapinClient Name:
      9/8/2014 2:12 PM FOG::SnapinClient Created: 2011-01-14 09:31:32
      9/8/2014 2:12 PM FOG::SnapinClient Args:
      9/8/2014 2:12 PM FOG::SnapinClient Reboot: No
      9/8/2014 2:12 PM FOG::SnapinClient Starting FOG Snapin Download
      9/8/2014 2:12 PM FOG::SnapinClient Failed to download file.
      9/8/2014 2:12 PM FOG::SnapinClient An exception occurred during a WebClient request.
      9/8/2014 2:12 PM FOG::SnapinClient at System.Net.WebClient.DownloadFile(Uri address, String fileName)
      at FOG.SnapinClient.startWatching()
      9/8/2014 2:12 PM FOG::SnapinClient Attempting to connect to fog server…
      9/8/2014 2:12 PM FOG::SnapinClient Module is active…
      9/8/2014 2:12 PM FOG::SnapinClient Snapin Found:
      9/8/2014 2:12 PM FOG::SnapinClient ID: 61
      9/8/2014 2:12 PM FOG::SnapinClient RunWith:
      9/8/2014 2:12 PM FOG::SnapinClient RunWithArgs:
      9/8/2014 2:12 PM FOG::SnapinClient Name:
      9/8/2014 2:12 PM FOG::SnapinClient Created: 2011-01-14 09:31:32
      9/8/2014 2:12 PM FOG::SnapinClient Args:
      9/8/2014 2:12 PM FOG::SnapinClient Reboot: No
      9/8/2014 2:12 PM FOG::SnapinClient Starting FOG Snapin Download
      9/8/2014 2:12 PM FOG::SnapinClient Failed to download file.
      9/8/2014 2:12 PM FOG::SnapinClient An exception occurred during a WebClient request.
      9/8/2014 2:12 PM FOG::SnapinClient at System.Net.WebClient.DownloadFile(Uri address, String fileName)
      at FOG.SnapinClient.startWatching()

      1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott
        last edited by

        This sounds funny, but truncate your snapin jobs and tasks tables:
        [code]mysql -u root [-p’PASSWORD’ #only if you set mysqlpass] fog
        truncate table snapinTasks;
        truncate table snapinJobs;[/code]

        Then try an re-schedule your snapin tasks.

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 0
        • J
          jmdgfc
          last edited by

          You sir, are my hero.

          May someone buy you a beer on my behalf!

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post

          179

          Online

          12.1k

          Users

          17.3k

          Topics

          155.3k

          Posts
          Copyright © 2012-2024 FOG Project