• 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

      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

        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

          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
          • First post
            Last post

          175

          Online

          12.0k

          Users

          17.3k

          Topics

          155.2k

          Posts
          Copyright © 2012-2024 FOG Project