• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Wayne Workman
    3. Posts
    • Profile
    • Following 11
    • Followers 31
    • Topics 425
    • Posts 12,326
    • Best 1,524
    • Controversial 0
    • Groups 2

    Posts made by Wayne Workman

    • RE: Issues after changing server IP

      @TaTa We’d need a packet capture during an attempt to tell you what’s going on.

      posted in FOG Problems
      Wayne WorkmanW
      Wayne Workman
    • RE: Migrate Fog Images

      @mpatel If you’re saying the images are not showing in the new server’s web interface, this would indicate that the image definitions were not transferred from the old server to the new server. The article covers migrating the database entirely. If you don’t want to do that, you can create the image definitions manually, though this can be error prone.

      posted in Tutorials
      Wayne WorkmanW
      Wayne Workman
    • RE: Migrate Fog Images

      @mpatel There’s a guide here: https://wiki.fogproject.org/wiki/index.php?title=Migrate_FOG

      posted in Tutorials
      Wayne WorkmanW
      Wayne Workman
    • RE: PHP7.1 failed during confiming package installation on ubuntu

      I’d recommend Debian 9 minimal installation. Historically with fog, Debian has had the least number of issues.

      posted in Linux Problems
      Wayne WorkmanW
      Wayne Workman
    • RE: Adding needed repository... Failed!

      @Sebastian-Roth said in Adding needed repository... Failed!:

      @Wayne-Workman The installer test seems absolutely fine but possibly that’s because you have the package software-properties-common pre-installed? Can you check on that? I have had a look at the logs from your installer tests but the package is not mentioned and that’s why I guess you have it pre-installed…

      Yes, it’s pre-installed. This is on Ubuntu 18.04 server, minimal installation.

      root@ip-10-0-0-165:~# dpkg -l | grep software-properties-common
      ii  software-properties-common     0.96.24.32.7                      all          manage the repositories that you install software from (common)
      
      posted in FOG Problems
      Wayne WorkmanW
      Wayne Workman
    • RE: FoG with UEFI or Secure Boot?

      @jcabuco No, not realistically. Blame Microsoft for that. They charge money to sign iPXE binaries. With FOG being an incredibly low budget open source project supported by volunteers, Microsoft has pretty much all but barred FOG from playing the SecureBoot game (eyes on you, Microsoft).

      posted in FOG Problems
      Wayne WorkmanW
      Wayne Workman
    • RE: Use an external database

      You should consider more than just a remote database, you need to scale. You should probably put a few FOG servers behind HAProxy as a load balancer (And have HAProxy do SSL offloading if you use https), and turn sticky on for HAProxy. Then, each of those FOG Servers should point to another HAProxy load balancer that distributes database queries across a Galara MariaDB cluster.

      ^ I know how to do all that, and can guide you.

      A quick google search gives some tutorials:

      HAProxy http load balancing:
      https://thegeeksalive.com/how-to-setup-haproxy-http-load-balancer-on-centos/
      https://www.digitalocean.com/community/tutorials/how-to-use-haproxy-to-set-up-http-load-balancing-on-an-ubuntu-vps

      HAProxy Galara load balancing:
      http://galeracluster.com/documentation-webpages/haproxy.html#using-haproxy
      https://www.cloudandheat.com/blog/tutorial-simple-mariadb-galera-cluster-with-haproxy-load-balancing/

      posted in General
      Wayne WorkmanW
      Wayne Workman
    • RE: Single User Image access

      I don’t know if the access control plugin applies to the boot menu… @Fernando-Gietz ?

      posted in General Problems
      Wayne WorkmanW
      Wayne Workman
    • RE: Incorrect Password on Domain Join with a Re-image

      @dooleyrd We need the FOG log from one of the host’s failed attempts before we can tell you anything. It’s normally at C:\fog.log Please don’t snip a tiny piece from this file, but give us a whole client iteration - or the whole file.

      posted in FOG Problems
      Wayne WorkmanW
      Wayne Workman
    • RE: Log Viewer entries vanished

      @fenix_team Check for Apache errors that are written during an attempt to see logs via the UI. Also check free space on your fog server.
      Also, just as a general rule you can re-run the fog installer when you have issues, it’s pretty good at fixing them. As always, I recommend a snapshot/backup before making changes.

      posted in FOG Problems
      Wayne WorkmanW
      Wayne Workman
    • RE: Partclone Upload Stalling

      @Sebastian-Roth I don’t have access to their articles anymore - but when I did have access back at a previous job, I found if I google’d enough I could find the same stuff elsewhere.

      Has a duplicate IP been looked for yet, for the fog server and for the VMs?

      posted in FOG Problems
      Wayne WorkmanW
      Wayne Workman
    • RE: Database Connection Unavailable (CentOS 7 VM)

      @lambdacalculus Typically, this error is not caused by accessing certain pages… Generally speaking, your database connection is totally busted, or is intermittently working. And when it’s intermittently working, it’s usually load related problems. I have some questions for you:

      • How many hosts do you have running the fog client?
      • How much ram/cpu do you have allocated to your fog server?
      • What OS & version is your fog server running?
      • What version of FOG are you running?
      • Give us a screenshot of the output produced by the linux top command on your FOG server while the problem is occurring.
      • Check for a duplicate IP address concerning your FOG server’s IP address using these instructions.
      posted in General
      Wayne WorkmanW
      Wayne Workman
    • RE: Presenting On FOG at conference?

      @george1421 said in Presenting On FOG at conference?:

      I happen to have Raspbian installed without the gui.

      We all know that’s the only way. 🙂

      posted in General
      Wayne WorkmanW
      Wayne Workman
    • RE: Snapin FOG 1.5.4

      @Almeida I thought the upload limits for 1.5.4 were 100MB. What OS & version is your fog server running? Also make sure you have the space in /opt/fog/snapins

      posted in FOG Problems
      Wayne WorkmanW
      Wayne Workman
    • RE: Fog server image move to another server Client problem

      Related article for future readers: https://wiki.fogproject.org/wiki/index.php?title=Migrate_FOG

      posted in General Problems
      Wayne WorkmanW
      Wayne Workman
    • RE: New FOG Testing dashboard. Feedback?

      I made the changes and did a test run, dev-branch completely passed.

      posted in General
      Wayne WorkmanW
      Wayne Workman
    • RE: Canceling Tasks

      @MoonDancer We still don’t know your fog version.

      posted in FOG Problems
      Wayne WorkmanW
      Wayne Workman
    • RE: WebUI Fog Configuration page displays php

      @Reagan delete everything in /var/www except for html, and delete everything in /var/www/html and then re-run the installer.

      posted in FOG Problems
      Wayne WorkmanW
      Wayne Workman
    • RE: How does FOG operate at 0% capacity when capturing?

      @salted_cashews Correction. This is what I use for updating Debian based systems: apt-get update;apt-get -y dist-upgrade;apt-get -y autoclean;apt-get -y autoremove

      posted in General
      Wayne WorkmanW
      Wayne Workman
    • RE: server crush need help!!

      @mstrolo Good thing we have a wiki article addressing this exact issue: https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_MySQL#Repair_broken_database

      posted in FOG Problems
      Wayne WorkmanW
      Wayne Workman
    • 1
    • 2
    • 15
    • 16
    • 17
    • 18
    • 19
    • 616
    • 617
    • 17 / 617