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

    Requests for Wiki Access <--- ASK HERE

    Scheduled Pinned Locked Moved
    General
    78
    148
    152.9k
    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.
    • C
      chad-bisd Moderator
      last edited by

      I have been really busy with back-to-school. Haven’t had a chance to create wiki accounts. I believe I am the only mod that does it right now. I’ll get them hammered out and PM you the info as I create them.


      If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

      1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott
        last edited by

        All accounts thus far should now be created.

        Please check your respective PM’s for your login information.

        Thank you,

        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.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 0
        • M
          MikeoftheLibrary
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • A
            Andrew Single
            last edited by

            Looking for wiki access. I’m going to document my auto driver install script there with screenshots & how-to’s. I’ve noticed there’s also a lot documentation that’s not up to date for 1.2.

            1 Reply Last reply Reply Quote 0
            • falkoF
              falko Moderator
              last edited by

              Andrew, check your PM

              1 Reply Last reply Reply Quote 0
              • B
                Ben Cole
                last edited by

                Hi Can I get wiki access.

                1 Reply Last reply Reply Quote 0
                • G
                  Gilou
                  last edited by

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • B
                    Berend de Boer
                    last edited by

                    This post is deleted!
                    1 Reply Last reply Reply Quote 0
                    • W
                      Wolfbane8653 Developer
                      last edited by

                      [quote=“Berend de Boer, post: 42118, member: 28367”]Looking for wiki access. I’d like to make a few clarifications, for example firewall exceptions has:

                      [FONT=monospace][COLOR=#000000]netsh advfirewall firewall add rule name=“Fog Client” dir=in action=allow program=“C:\Program Files\FOG\FOGService.exe”[/COLOR][/FONT]

                      But for 64-bit that should be “Program Files (x86)” I believe. So copy/paste of that stuff needs some car[/quote]

                      Yes this was a bit dated but has been corrected now. Thank you for for reporting.

                      1 Reply Last reply Reply Quote 0
                      • B
                        Berend de Boer
                        last edited by

                        Thanks! Have more. On [URL=‘http://www.fogproject.org/wiki/index.php/FOGCrypt’]the FOGCrypt page[/URL] I would like to point out that you can run FOGCrypt on Linux as well with:

                        [CODE]mono ./FOGCrypt.exe[/CODE]

                        If it complains about mscorlib.dll, run it as:

                        [CODE]MONO_PATH=/usr/lib/mono/4.5 mono ./FOGCrypt.exe[/CODE]

                        1 Reply Last reply Reply Quote 0
                        • B
                          Berend de Boer
                          last edited by

                          And on [URL=‘http://www.fogproject.org/wiki/index.php/Managing_FOG#FOG_Tray’]the troubleshooting page[/URL]: there is some formatting issue I think: the phrase “If the PXE boot does not work” is probably meant as an header, has nothing to do with the preceding issue.

                          1 Reply Last reply Reply Quote 0
                          • B
                            Berend de Boer
                            last edited by

                            And update [URL=‘http://www.fogproject.org/wiki/index.php/Main_Page’]the main page[/URL] to direct users to the proper thread to requests access: The “please request one in our [URL=‘http://www.fogproject.org/forum’]forums[/URL]” should link to this thread.

                            1 Reply Last reply Reply Quote 0
                            • B
                              Berend de Boer
                              last edited by

                              [quote=“Wolfbane8653, post: 42156, member: 3362”]Yes this was a bit dated but has been corrected now.[/quote]

                              My suggestion is to use an environment variable, i.e.:

                              [CODE]netsh advfirewall firewall add rule name=“Fog Client” dir=in action=allow program=“%ProgramFiles(x86)%\FOG\FOGService.exe”[/CODE]

                              1 Reply Last reply Reply Quote 0
                              • B
                                Berend de Boer
                                last edited by

                                PS: the even better thing to do would be for the FOG Client to setup these rules upon install!

                                1 Reply Last reply Reply Quote 0
                                • B
                                  Berend de Boer
                                  last edited by

                                  Typo on [URL=‘http://www.fogproject.org/wiki/index.php/Client_Setup#Windows_7_3’]this page[/URL]: "
                                  [LIST]
                                  [*]As of FOG 0.28 this is no longer riquired.
                                  [/LIST]
                                  "

                                  1 Reply Last reply Reply Quote 0
                                  • B
                                    Berend de Boer
                                    last edited by

                                    [URL=‘http://www.fogproject.org/wiki/index.php/Managing_FOG#Preparing_the_Image’]This page[/URL] has, I believe, outdated information: “Enter the user name that has access to the computer objects. Include the name of your domain, i.e. mydomain\username”

                                    I believe “mydomain” should be left out since the latest versions.

                                    1 Reply Last reply Reply Quote 0
                                    • W
                                      Wolfbane8653 Developer
                                      last edited by

                                      [quote=“Berend de Boer, post: 42245, member: 28367”]Thanks! Have more. On [URL=‘http://www.fogproject.org/wiki/index.php/FOGCrypt’]the FOGCrypt page[/URL] I would like to point out that you can run FOGCrypt on Linux as well with:

                                      [CODE]mono ./FOGCrypt.exe[/CODE]

                                      If it complains about mscorlib.dll, run it as:

                                      [CODE]MONO_PATH=/usr/lib/mono/4.5 mono ./FOGCrypt.exe[/CODE][/quote]

                                      mono is not installed by default by fog I have entered this information but I have also shown that mono must be installed before hand.

                                      [quote=“Berend de Boer, post: 42248, member: 28367”]And on [URL=‘http://www.fogproject.org/wiki/index.php/Managing_FOG#FOG_Tray’]the troubleshooting page[/URL]: there is some formatting issue I think: the phrase “If the PXE boot does not work” is probably meant as an header, has nothing to do with the preceding issue.[/quote]
                                      It’s kind of obvious that I havent finished sprucing up this page yet. I stopped just before Users. See that there is no icons or cleaner formatting? Remember we use our spare time to put into FOG. I assure you that wiki edits occur daily.

                                      [quote=“Berend de Boer, post: 42252, member: 28367”]Typo on [URL=‘http://www.fogproject.org/wiki/index.php/Client_Setup#Windows_7_3’]this page[/URL]: "
                                      [LIST]
                                      [*]As of FOG 0.28 this is no longer riquired.
                                      [/LIST]
                                      "[/quote]
                                      What is the typo here? Are you really going to rag on me b/c there is no comma? I didn’t even write this page.

                                      [quote=“Berend de Boer, post: 42253, member: 28367”][URL=‘http://www.fogproject.org/wiki/index.php/Managing_FOG#Preparing_the_Image’]This page[/URL] has, I believe, outdated information: “Enter the user name that has access to the computer objects. Include the name of your domain, i.e. mydomain\username”

                                      I believe “mydomain” should be left out since the latest versions.[/quote]

                                      Yes and no. 1.1.0 it is proper but in 1.2.0 and 1.3.0 is should just be username. I have just changed to.

                                      " 7. [FONT=sans-serif][COLOR=#000000]Enter the user name that has access to the computer objects. You may need to include the name of your domain. ([/COLOR][/FONT][B][FONT=sans-serif][COLOR=#000000]username [I]OR[/I] mydomain/username[/COLOR][/FONT][/B][FONT=sans-serif][COLOR=#000000])"[/COLOR][/FONT]

                                      1 Reply Last reply Reply Quote 0
                                      • W
                                        Wolfbane8653 Developer
                                        last edited by

                                        [quote=“Berend de Boer, post: 42251, member: 28367”]PS: the even better thing to do would be for the FOG Client to setup these rules upon install![/quote]

                                        That will be done with the NEW CLIENT INSTALL that is in development as I type this.

                                        1 Reply Last reply Reply Quote 0
                                        • B
                                          Berend de Boer
                                          last edited by

                                          [quote=“Wolfbane8653, post: 42275, member: 3362”]What is the typo here? Are you really going to rag on me b/c there is no comma? I didn’t even write this page.[/quote]

                                          As you saw per the directions of the wiki I asked for wiki access, so I could fix obvious issues. There maybe a policy of not granting access anymore, and instead of that you seem to get annoyed when I mention issues.

                                          If you don’t want me to help improve the wiki, please say so directly, and I’ll stop immediately pointing out things.

                                          The typo is the word " riquired." whould should be “required.”

                                          1 Reply Last reply Reply Quote 0
                                          • W
                                            Wolfbane8653 Developer
                                            last edited by

                                            AH thanks. Don’t know how I missed that.

                                            I do not have wiki user management rights since I am the baby on the dev team. Usually a week or so the manager will read this and grant access.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 4 / 8
                                            • First post
                                              Last post

                                            151

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project