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

Ubuntu 14.04/FOG 1.01, copied snapins from old installation not deploying

Scheduled Pinned Locked Moved
FOG Problems
1
3
1.1k
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.
  • A
    andjjru
    last edited by May 27, 2014, 6:13 PM

    Hi,

    I re-did our main FOG server with the new versions out, and am in the process of cleaning up the wreckage I caused in the process.

    One of the big issues right now is snapins that I had copied over from the previous installation are not able to deploy. I re-uploaded one of them to test and check that permissions were correct. Even though all are owned by www-data (user and group) and have read rights for all, I’m getting a “zero size file” error on clients when trying to deploy them. The one I uploaded through the web interface deployed successfully.

    Any ideas of what I should try next?

    Thanks,
    Andy

    1 Reply Last reply Reply Quote 0
    • A
      andjjru
      last edited by May 27, 2014, 7:27 PM

      I’m seeing now that in the database the files on the non-working ones are listed with the full path under sFilePath, while the ones I’ve uploaded post upgrade are just the filename. I’m going to attempt editing one and seeing if that will take care of it for some reason.

      1 Reply Last reply Reply Quote 0
      • A
        andjjru
        last edited by May 28, 2014, 4:03 PM

        A find and replace on that field in MySQL took care of it for me.
        [CODE]UPDATE snapins
        SET sFilePath = replace(sFilePath, ‘/opt/fog/snapins/’, ‘’);[/CODE]

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

        168

        Online

        12.1k

        Users

        17.3k

        Topics

        155.3k

        Posts
        Copyright © 2012-2024 FOG Project