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

FOG Trunk background image.

Scheduled Pinned Locked Moved Solved
FOG Problems
6
15
3.7k
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.
  • G
    george1421 Moderator
    last edited by george1421 Jun 28, 2016, 4:21 AM Jun 28, 2016, 9:44 AM

    Can you confirm that your custom background is indeed in place on the fog server by opening a browser to http://<fog_server_ip>/fog/service/ipxe/bg.png?

    [edit] corrected my dangling ( s )

    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!

    1 Reply Last reply Reply Quote 1
    • Q
      Quazz Moderator
      last edited by Jun 28, 2016, 10:13 AM

      It’s /var/www/fog/service/ipxe (singular service)

      1 Reply Last reply Reply Quote 3
      • A
        alexwarren
        last edited by Jun 28, 2016, 12:32 PM

        Hi George,

        I used cp -i /home/deploymentsvr/Desktop/bg.png /var/www/fog/service/ipxe and it asked if i wanted to replace.

        I selected y and did use sudo too so it should have replaced however when pathing to it like you said it is not the updated background.

        Any thoughts?

        Q W G 3 Replies Last reply Jun 28, 2016, 12:35 PM Reply Quote 0
        • A
          alexwarren
          last edited by Jun 28, 2016, 12:35 PM

          Also when copying the file out, it shows the new updated one that I want to use.

          1 Reply Last reply Reply Quote 0
          • Q
            Quazz Moderator @alexwarren
            last edited by Quazz Jun 28, 2016, 6:37 AM Jun 28, 2016, 12:35 PM

            @alexwarren Try removing the file, then copying it again.

            If it still acts up see if copying it under a different name produces better results

            A 1 Reply Last reply Jun 28, 2016, 12:43 PM Reply Quote 0
            • A
              alexwarren @Quazz
              last edited by Jun 28, 2016, 12:43 PM

              @Quazz I’ll try that now and reply when done,

              Thanks

              1 Reply Last reply Reply Quote 0
              • W
                Wayne Workman @alexwarren
                last edited by Jun 28, 2016, 12:46 PM

                @alexwarren said in FOG Trunk background image.:

                Hi George,

                I used cp -i /home/deploymentsvr/Desktop/bg.png /var/www/fog/service/ipxe and it asked if i wanted to replace.

                I selected y and did use sudo too so it should have replaced however when pathing to it like you said it is not the updated background.

                Any thoughts?

                Oh, you replaced the image with a custom one? How about permissions and ownership?

                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/

                A A 2 Replies Last reply Jun 28, 2016, 12:59 PM Reply Quote 0
                • A
                  alexwarren @Wayne Workman
                  last edited by Jun 28, 2016, 12:59 PM

                  @Wayne-Workman I used sudo cp -i and have removed and re-added it to no success (still the default background). How else would I add a custom background. I managed to do it in the bootmenu.class.php in 1.2.0

                  G 1 Reply Last reply Jun 28, 2016, 1:00 PM Reply Quote 0
                  • G
                    george1421 Moderator @alexwarren
                    last edited by Jun 28, 2016, 12:59 PM

                    @alexwarren just for clarity the actual path (which should be the same as you have listed) is /var/www/html/fog/service/ipxe and from a browser http://<fog_server_ip>/fog/service/ipxe/bg.png If this is not loading your correct background then you need to traverse to the path I provided and post the output of ls -la /var/www/html/fog/service/ipxe

                    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!

                    A 1 Reply Last reply Jun 28, 2016, 1:04 PM Reply Quote 0
                    • G
                      george1421 Moderator @alexwarren
                      last edited by Jun 28, 2016, 1:00 PM

                      @alexwarren said in FOG Trunk background image.:

                      @Wayne-Workman I used sudo cp -i and have removed and re-added it to no success (still the default background). How else would I add a custom background. I managed to do it in the bootmenu.class.php in 1.2.0

                      That image file is what you need, no need to mess with any code now days. You need to get the URL i just posted to pull the correct image then you are done.

                      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!

                      1 Reply Last reply Reply Quote 0
                      • A
                        adukes40 @Wayne Workman
                        last edited by adukes40 Jun 28, 2016, 7:01 AM Jun 28, 2016, 1:01 PM

                        @Wayne-Workman Would the command for chown on the bg.png be the fog:root? (for clarification)

                        chown -R fog:root <Path to file>???

                        W 1 Reply Last reply Jun 28, 2016, 1:03 PM Reply Quote 0
                        • W
                          Wayne Workman @adukes40
                          last edited by Jun 28, 2016, 1:03 PM

                          @adukes40 I’m just guessing because I’m not at a comp, I think fog:apache 770.

                          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
                          • A
                            alexwarren @george1421
                            last edited by Jun 28, 2016, 1:04 PM

                            @george1421 Thanks George, thats solved it. I wasn’t using the /html/fog. Is this a trunk update that has included it in the html folder or just my mistake?

                            Sorry for asking such basic questions, i’ve only learnt a bit of ubuntu to get the server running

                            I 1 Reply Last reply Jun 28, 2016, 5:28 PM Reply Quote 0
                            • I
                              ITSolutions Testers @alexwarren
                              last edited by Jun 28, 2016, 5:28 PM

                              @alexwarren That is an Ubuntu 14.04 change that caused FOG to change to use the /html/fog

                              1 Reply Last reply Reply Quote 0
                              • 1 / 1
                              1 / 1
                              • First post
                                11/15
                                Last post

                              194

                              Online

                              12.1k

                              Users

                              17.3k

                              Topics

                              155.4k

                              Posts
                              Copyright © 2012-2024 FOG Project