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

Fog server keeps going down

Scheduled Pinned Locked Moved Solved
FOG Problems
7
103
88.0k
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.
  • S
    szecca1 @Wayne Workman
    last edited by Dec 1, 2015, 2:36 PM

    @Wayne-Workman 0_1448980546116_upload-b996b95f-b042-49a1-bcdd-ec4580b0d045

    This is what I am getting when I typed that path in. Am I doing something wrong?

    W 1 Reply Last reply Dec 1, 2015, 2:44 PM Reply Quote 0
    • W
      Wayne Workman @szecca1
      last edited by Wayne Workman Dec 1, 2015, 8:46 AM Dec 1, 2015, 2:44 PM

      @szecca1 The path is /root/ the filename is monitor.sh

      You create the file. I made it from scratch. You can create it with Vi. Like vi /root/monitor.sh

      I suppose you can put the script anywhere you like.

      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/

      S 2 Replies Last reply Dec 1, 2015, 4:25 PM Reply Quote 0
      • S
        szecca1 @Wayne Workman
        last edited by Dec 1, 2015, 4:25 PM

        @Wayne-Workman Hey after I am done typing the script how do I save it?

        1 Reply Last reply Reply Quote 0
        • S
          szecca1 @Wayne Workman
          last edited by Dec 1, 2015, 4:37 PM

          @Wayne-Workman I’m sorry I am having a difficult time doing this, so I’m just going to skip it unless you have more instructions on how to do this.

          W 1 Reply Last reply Dec 1, 2015, 4:49 PM Reply Quote 0
          • W
            Wayne Workman @szecca1
            last edited by Wayne Workman Dec 1, 2015, 10:50 AM Dec 1, 2015, 4:49 PM

            @szecca1 https://wiki.fogproject.org/wiki/index.php/Vi

            Also - use putty and just copy / paste. No need to type all that out.

            In Putty, you can copy by selecting the text and then right clicking anywhere on the window.
            In Putty, you can paste by simply putting the cursor where you want your text to go, and then right click anywhere on the window.

            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/

            S 1 Reply Last reply Dec 1, 2015, 5:10 PM Reply Quote 0
            • S
              szecca1 @Wayne Workman
              last edited by Dec 1, 2015, 5:10 PM

              @Wayne-Workman Thank you but clearly I did something wrong. This is my output when I followed your instructions
              0_1448989852542_upload-f2f4a8dc-1889-4681-9097-91d7083a4258

              W 1 Reply Last reply Dec 1, 2015, 5:13 PM Reply Quote 0
              • W
                Wayne Workman @szecca1
                last edited by Dec 1, 2015, 5:13 PM

                @szecca1 The cat command just outputs the contents of a file for viewing.

                You run executibles in Linux with ./

                Like ./installfog.sh ?

                Try to run the script you just wrote. Like this:
                cd /root
                ./monitor.sh
                then output the contents of the log using the cat command.
                cat /root/monitor.log

                You can also look at the log using vi…
                vi /root/monitor.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/

                S 1 Reply Last reply Dec 1, 2015, 5:21 PM Reply Quote 0
                • S
                  szecca1 @Wayne Workman
                  last edited by Dec 1, 2015, 5:21 PM

                  @Wayne-Workman I may have found my problem but not sure how to fix it
                  0_1448990477493_upload-9f582c84-7e96-43a6-9566-86d924f5ff64

                  W 1 Reply Last reply Dec 1, 2015, 5:22 PM Reply Quote 0
                  • W
                    Wayne Workman @szecca1
                    last edited by Dec 1, 2015, 5:22 PM

                    @szecca1 That’s not a big deal. What gets ran is what is stored on the disk.

                    Can you run the script? Is there output in 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/

                    S 1 Reply Last reply Dec 1, 2015, 5:24 PM Reply Quote 0
                    • S
                      szecca1 @Wayne Workman
                      last edited by Dec 1, 2015, 5:24 PM

                      @Wayne-Workman No I tried to see if the file was in the /root folder and its not so i wanted to make sure that wasn’t a problem. I’ll just recreate it again

                      W S 2 Replies Last reply Dec 1, 2015, 5:26 PM Reply Quote 0
                      • W
                        Wayne Workman @szecca1
                        last edited by Dec 1, 2015, 5:26 PM

                        @szecca1 You’re using Fedora right?

                        Did you create the crontab event as root? the crontab -e command will create a cron event and run as the user who created the event, meaning, not created using root, no permission to the /root directory.

                        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
                        • S
                          szecca1 @szecca1
                          last edited by Dec 1, 2015, 5:27 PM

                          @szecca1 I dont know what I am doing wrong but when I type /root then ls the file is not there and I continue to go back and resave it and still nothing

                          W 1 Reply Last reply Dec 1, 2015, 5:27 PM Reply Quote 0
                          • W
                            Wayne Workman @szecca1
                            last edited by Wayne Workman Dec 1, 2015, 11:30 AM Dec 1, 2015, 5:27 PM

                            @szecca1 Switch to the root user like this: su root and then create the crontab event.

                            Apologies for not saying that earlier. I do everything as root.

                            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/

                            S 2 Replies Last reply Dec 1, 2015, 5:30 PM Reply Quote 0
                            • S
                              szecca1 @Wayne Workman
                              last edited by Dec 1, 2015, 5:30 PM

                              @Wayne-Workman apparently I don’t have the password for root

                              1 Reply Last reply Reply Quote 0
                              • S
                                szecca1 @Wayne Workman
                                last edited by Dec 1, 2015, 5:30 PM

                                @Wayne-Workman I was just doing everything through sudo and my password

                                W 1 Reply Last reply Dec 1, 2015, 5:33 PM Reply Quote 0
                                • G
                                  george1421 Moderator
                                  last edited by Dec 1, 2015, 5:32 PM

                                  For better or worse here, I have to be the voice of reason: At some point (in the near future) you have to make a decision to continue down the path to try to fix this install, or just abandon it and spin up a new fog instance and manually copy the files across.

                                  IMO something is botched with this OS install. This system should not become unavailable like this. How much effort are you going to expend on trying to revive this system, where spinning up a new OS and fog install can be done in about 30 minutes.

                                  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!

                                  W S 2 Replies Last reply Dec 1, 2015, 5:34 PM Reply Quote 0
                                  • W
                                    Wayne Workman @szecca1
                                    last edited by Dec 1, 2015, 5:33 PM

                                    @szecca1 Ok.

                                    You can set this up under your username and not even need sudo or root permissions.

                                    Log into the server using your normal user account. issue the pwd command as soon as you log in (present working directory). What does it say?

                                    Change the paths in the script to point to that directory instead of /root/
                                    Also, create the script in this directory as well.

                                    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
                                    • W
                                      Wayne Workman @george1421
                                      last edited by Dec 1, 2015, 5:34 PM

                                      @george1421 said:

                                      For better or worse here, I have to be the voice of reason: At some point (in the near future) you have to make a decision to continue down the path to try to fix this install, or just abandon it and spin up a new fog instance and manually copy the files across.

                                      IMHO, not having the root password is reason enough…

                                      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
                                      • S
                                        szecca1 @george1421
                                        last edited by Dec 1, 2015, 5:35 PM

                                        @george1421 The problem isn’t getting the new OS installed, I have a NAS that also needs to be attached that Tom spent some time with me to get set up properly. If it was that simple I wouldn’t have even bothered to worry about it. The install of the OS was fine for about 5 months and then randomly this issue started occurring.

                                        W 1 Reply Last reply Dec 1, 2015, 5:37 PM Reply Quote 0
                                        • W
                                          Wayne Workman @szecca1
                                          last edited by Dec 1, 2015, 5:37 PM

                                          @szecca1 The synology NAS? FOG now fully supports those. No need for symbolic links or anything anymore.

                                          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/

                                          S 1 Reply Last reply Dec 1, 2015, 5:41 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 5
                                          • 6
                                          • 5 / 6
                                          5 / 6
                                          • First post
                                            84/103
                                            Last post

                                          157

                                          Online

                                          12.1k

                                          Users

                                          17.3k

                                          Topics

                                          155.3k

                                          Posts
                                          Copyright © 2012-2024 FOG Project