• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Joseph Hales
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 46
    • Posts 433
    • Groups 1

    Topics

    • Joseph HalesJ

      SVN vs GIT redux

      Watching Ignoring Scheduled Pinned Locked Moved General
      5
      0 Votes
      5 Posts
      2k Views
      Wayne WorkmanW

      @joseph-hales That article needs overhauled I suppose. Probably re-titled too. I’ll see what I can do.

    • Joseph HalesJ

      AD join works with legacy client fails with new client

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      7
      0 Votes
      7 Posts
      2k Views
      J

      @Joseph-Hales the new client always shipped with plain text passwords as the security model is fundamentally different.

    • Joseph HalesJ

      Fog Client fails to authenticate

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      17
      0 Votes
      17 Posts
      7k Views
      S

      @Joseph-Hales Ok, thanks for reporting back on this. Will mark this solved then. Feel free to open a new post on the AD issue if you can’t figure it out yourself.

    • Joseph HalesJ

      Catching up to latest svn issues

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      3
      0 Votes
      3 Posts
      919 Views
      Wayne WorkmanW

      There is a client update.

      I remember you were the one that had load issues in the past. You’ll be relieved that the communications between the client & server have been reworked to be far more efficient. I think your load issues are behind you now.

    • Joseph HalesJ

      Fog SVN 5020 and above CPU Hammered thread.

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      41
      0 Votes
      41 Posts
      29k Views
      Wayne WorkmanW

      @Joseph-Hales said:

      It is likely that I am the only one who is trying to run SVN at this time most large shops won’t upgrade till final release.

      And that is greatly appreciated, you’re helping support FOG just by running trunk in your organization and working with the developers on issues. People like you help make FOG releases solid for everyone else.

    • Joseph HalesJ

      Fog user rights

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      10
      0 Votes
      10 Posts
      4k Views
      cmlC

      I created this script from various install files:

      https://github.com/AdmissionRegret/utils/blob/master/fog-resetpermissions.sh

      wget https://raw.githubusercontent.com/AdmissionRegret/utils/master/fog-resetpermissions.sh chmod +x fog-resetpermissions.sh
    • Joseph HalesJ

      New Server

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      10
      0 Votes
      10 Posts
      5k Views
      Tom ElliottT

      @Uncle-Frank I remotes in with Joseph last night. We fixed the issue. Basically he had a link in www and www/html. They both pointed at each other which was causing the problem.

    • Joseph HalesJ

      SVN 4972 to SVN 5046 server load

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      28
      0 Votes
      28 Posts
      15k Views
      Wayne WorkmanW

      @Tom-Elliott said:

      You are running legacy client, so you would have to update all of the clients to receive these new configs?

      set the interval for checkin
      reinstall the legacy client on a computer.
      copy C:\Program Files (x86)\FOG\etc\config.ini
      push that file out as an update…

      There is an option here:
      Service Configuration -> Client Updater

      This area will allow you to push out the new config.

    • Joseph HalesJ

      Unable to Add New Snapin

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      6
      0 Votes
      6 Posts
      2k Views
      Joseph HalesJ

      Tom pointed me to the max_upload_size as well I should have remembered.

    • Joseph HalesJ

      After Update to SVN 4928 web pages time out constantly

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      55
      0 Votes
      55 Posts
      43k Views
      Tom ElliottT

      @Joseph-Hales I agree with the plan to solve the thread but not for the reasons you describe, rather for the fact this was likely somewhat related to the issues found earlier.

    • Joseph HalesJ

      Service Settings not enabled by default

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      5
      0 Votes
      5 Posts
      2k Views
      Joseph HalesJ

      that fixed it thanks

    • Joseph HalesJ

      Deleting a single snapin deletes all

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      5
      0 Votes
      5 Posts
      1k Views
      Tom ElliottT

      4696 should fix this for you now.

      Thanks for reporting.

    • Joseph HalesJ

      Fog web interface times out loading almost any page

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      22
      0 Votes
      22 Posts
      11k Views
      Joseph HalesJ

      Ok bit the bullet and restored a backup of the database seems to have fixed the issue I will keep an eye on how it behaves under load today.

    • Joseph HalesJ

      Ubuntu 14 php session purging

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      4
      0 Votes
      4 Posts
      1k Views
      JunkhackerJ

      i would add a note that it’s only specific versions of Ubuntu

    • Joseph HalesJ

      fog unable to register host for the following reasons

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      14
      0 Votes
      14 Posts
      5k Views
      Tom ElliottT

      I’m solving this thread. The reason your systems were failing to register wasn’t, specifically, a problem with FOG directly, but seemingly specific to this one system. Does this sound correct?

    • Joseph HalesJ

      Storage node not syncing

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      12
      0 Votes
      12 Posts
      4k Views
      Joseph HalesJ

      I’m gonna shelve this for a bit we break for vacation today when i get back I will hit this again and get all the logs posted.

    • Joseph HalesJ

      FOG Debian and SVN

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      2
      0 Votes
      2 Posts
      1k Views
      Wayne WorkmanW

      You should be able to install a clean copy of FOG Trunk straight away on Debian 8.1 without any sort of prior installation.

      The @Developers will need to answer your storage node question because I’m unsure.

    • Joseph HalesJ

      Compression change

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      6
      0 Votes
      6 Posts
      3k Views
      cmlC

      No idea if this is the best way, but it seems to be working. I’ll let y’all know when it finishes compressing.

      for f in *.img; do mv "$f" "${f%.img}-bak.img"; done for f in *bak.img; do pigz -d -c $f | pigz -9 > "${f%-bak.img}.img"; done
    • Joseph HalesJ

      Password Menu Options

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      3
      0 Votes
      3 Posts
      1k Views
      Joseph HalesJ

      Here is what I have set currently. menu.png
      Maybe it would be simpler to add a check box to add these to the advanced menu amd then check the login box there.

    • Joseph HalesJ

      Missing legacy client

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      11
      0 Votes
      11 Posts
      3k Views
      Joseph HalesJ

      We’re not using the new client yet I upgraded to SVN 3463 this morning which fixed the missing client issue.

    • 1
    • 2
    • 3
    • 1 / 3