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

Computers not joining our Domain during Sysprep

Scheduled Pinned Locked Moved Solved
FOG Problems
5
60
18.4k
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.
  • W
    Wayne Workman @kyle.heath
    last edited by Wayne Workman Jan 10, 2017, 2:26 PM Jan 10, 2017, 8:23 PM

    @kyle.heath is the database not on the same box that runs the web interface? Typically they are the same box for small setups. What makes you think they aren’t working right?

    The Below stuff I said about typos and reapplying settings - I was talking about doing those things in the fog web interface. web interface -> host management -> search for host and then click it -> active directory and web interface -> fog configuration -> fog settings -> active directory defaults

    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!
    Daily Clean Installation Results:
    https://fogtesting.fogproject.us/
    FOG Reporting:
    https://fog-external-reporting-results.fogproject.us/

    K 1 Reply Last reply Jan 10, 2017, 8:25 PM Reply Quote 0
    • K
      kyle.heath @Wayne Workman
      last edited by Jan 10, 2017, 8:25 PM

      @Wayne-Workman Because I added a Windows10x64 image and it’s not showing up in the images area on the FOG server.

      0_1484079904440_upload-a2f37a7b-8974-4aa1-b0b2-5ad964675703

      W 1 Reply Last reply Jan 10, 2017, 8:27 PM Reply Quote 0
      • W
        Wayne Workman @kyle.heath
        last edited by Wayne Workman Jan 10, 2017, 2:29 PM Jan 10, 2017, 8:27 PM

        @kyle.heath the files don’t exist for an image in /images/<image path> until capture completes.

        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!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        K 2 Replies Last reply Jan 10, 2017, 8:29 PM Reply Quote 0
        • K
          kyle.heath @Wayne Workman
          last edited by kyle.heath Jan 10, 2017, 2:29 PM Jan 10, 2017, 8:29 PM

          @Wayne-Workman Ahh ok so I reverted my FOG server back and I was going to do a fresh update. It says I’m on

          0_1484080137947_upload-c88079e6-ec88-472b-8d40-537ae6a662fd

          I’m trying to use git to update but it won’t work…anyway I can use SVN? I can’t find a SVN guide. When I use git it fails when trying to gather the repository.

          1 Reply Last reply Reply Quote 0
          • K
            kyle.heath @Wayne Workman
            last edited by Jan 10, 2017, 8:38 PM

            @Wayne-Workman Another question…should my setupcomplete be a batch file or a windows command script? Does that matter? It looks like I’ve been using a batch file.

            1 Reply Last reply Reply Quote 0
            • J
              Joe Schmitt Senior Developer
              last edited by Jan 10, 2017, 8:39 PM

              @kyle.heath you need to fix this error:

              1/10/2017 10:30 AM HostnameChanger Logon failure: unknown username or bad password, code = 1326
              

              before anything else. You don’t need to keep on re-capturing or deploying either. Just set up a computer with the client, monitor the fog.log file until you fix your credentials.

              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.

              K 1 Reply Last reply Jan 10, 2017, 8:42 PM Reply Quote 1
              • K
                kyle.heath @Joe Schmitt
                last edited by Jan 10, 2017, 8:42 PM

                @Joe-Schmitt Will the fog.log file change as I change the credentials. If so can I just change them on my VM or do I need to use a normal computer.

                W 1 Reply Last reply Jan 10, 2017, 8:51 PM Reply Quote 0
                • W
                  Wayne Workman @kyle.heath
                  last edited by Jan 10, 2017, 8:51 PM

                  @kyle.heath You change them in the places I described below, in the fog web interface. Yes the log will reflect changes live - every time it checks in it will update the log.

                  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!
                  Daily Clean Installation Results:
                  https://fogtesting.fogproject.us/
                  FOG Reporting:
                  https://fog-external-reporting-results.fogproject.us/

                  1 Reply Last reply Reply Quote 0
                  • K
                    kyle.heath
                    last edited by Jan 10, 2017, 9:28 PM

                    So it looks like I found the issue…for some reason my setupcomplete was changed to a batch file…it needed to be a windows command script file…not sure how that happened, but after changing it…it joined the domain.

                    W 1 Reply Last reply Jan 10, 2017, 9:34 PM Reply Quote 0
                    • W
                      Wayne Workman @kyle.heath
                      last edited by Jan 10, 2017, 9:34 PM

                      @kyle.heath That makes zero sense.

                      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!
                      Daily Clean Installation Results:
                      https://fogtesting.fogproject.us/
                      FOG Reporting:
                      https://fog-external-reporting-results.fogproject.us/

                      1 Reply Last reply Reply Quote 0
                      • J
                        Joe Schmitt Senior Developer
                        last edited by Joe Schmitt Jan 10, 2017, 3:35 PM Jan 10, 2017, 9:35 PM

                        @Wayne-Workman setupcompletes are .cmd he probably had .bat

                        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.

                        K 1 Reply Last reply Jan 10, 2017, 9:51 PM Reply Quote 1
                        • K
                          kyle.heath @Joe Schmitt
                          last edited by Jan 10, 2017, 9:51 PM

                          @Joe-Schmitt Yep I had bat for some reason…No idea how because I used to have.cmd

                          1 Reply Last reply Reply Quote 0
                          • 1
                          • 2
                          • 3
                          • 2 / 3
                          2 / 3
                          • First post
                            58/60
                            Last post

                          163

                          Online

                          12.1k

                          Users

                          17.3k

                          Topics

                          155.3k

                          Posts
                          Copyright © 2012-2024 FOG Project