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

Fog client issue version 0.13.0

Scheduled Pinned Locked Moved Unsolved
FOG Problems
2
11
233
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.
  • H
    HorizonG
    last edited by Aug 6, 2024, 4:26 PM

    Hello,

    I’d like to use FOG Client to launch a snapin, but I can’t, there seems to be a communication problem with the server.

    fogclient.png

    I’ve no error in apache logs.

    Secondly, I’d like to know if it’s possible to change the name of the certificates: srvpublic.crt to something else?

    can you help me?

    H 1 Reply Last reply Aug 7, 2024, 11:29 AM Reply Quote 0
    • H
      HorizonG
      last edited by Aug 7, 2024, 10:19 AM

      Hello,

      • I’ve recreated a new FOG server
      • Recreate a snapin
      • Install FOG Client on machine

      Everything seemed to work at first startup of FOGService, no error.
      I run the snapin, now I get the same problem

      T 1 Reply Last reply Aug 7, 2024, 10:57 AM Reply Quote 0
      • T
        Tom Elliott @HorizonG
        last edited by Aug 7, 2024, 10:57 AM

        @HorizonG what version of fog are you running?

        can you provide your fog servers php-fpm www-error logs please

        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

        H 1 Reply Last reply Aug 7, 2024, 11:12 AM Reply Quote 0
        • H
          HorizonG @Tom Elliott
          last edited by Aug 7, 2024, 11:12 AM

          @Tom-Elliott

          Hello,

          I’m glad to have an answer 🙂

          OS version: Debian Bookworm latest version
          FOG server version: 1.5.10.1565
          FOG Client version: 0.13.0
          Server IP: 10.19.0.5
          IP Client (Windows): 10.18.0.4

          Source : git clone https://github.com/FOGProject/fogproject.git

          (I’ve tried to install the previous version, but there’s an update to the latest version every time)

          from : /var/log/php8.2-fpm.log

          php.png

          T 2 Replies Last reply Aug 7, 2024, 11:18 AM Reply Quote 0
          • T
            Tom Elliott @HorizonG
            last edited by Tom Elliott Aug 7, 2024, 5:19 AM Aug 7, 2024, 11:18 AM

            @HorizonG what OS is FOG running?

            The reason I’m asking, is you have an error in the Client log saying 500 internal server error.

            This effectively means that 500 error has been written somewhere.

            In redhat distributions, this is generally written in /var/www/php-fpm/www-error.log where any httpd errors are written here now: /var/log/http/error_log

            In Debian based (ubuntu, etc…) it’s generally written directly in the /var/log/apache2/error.log

            I don’t know if this has changed recently though.

            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
            • T
              Tom Elliott @HorizonG
              last edited by Aug 7, 2024, 11:28 AM

              @HorizonG Also it seems your FOG Server version isn’t reporting appropriately in the fog client as if you are indeed on 1565, the FOG Client is seeing it as 1.5.10 (not .1565) and that might be playing into things?

              I say this as we are not stripping the value on send to the FOG CLient, and from what I can tell of the FOG Client code, it also isn’t doing any stripping either (so it should be reporting the same version.)

              This would make sense as to why you’re not seeing logs, potentially as the url I see for your FOG Server is:

              https://fogserver.fr

              While I do not know if that dns record points to 10.19.0.5, it almost seems not to be?

              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
              • H
                HorizonG @HorizonG
                last edited by Aug 7, 2024, 11:29 AM

                @HorizonG

                OS Version :

                PRETTY_NAME=“Debian GNU/Linux 12 (bookworm)”
                NAME=“Debian GNU/Linux”
                VERSION_ID=“12”
                VERSION=“12 (bookworm)”
                VERSION_CODENAME=bookworm
                ID=debian
                HOME_URL=“https://www.debian.org/”
                SUPPORT_URL=“https://www.debian.org/support”
                BUG_REPORT_URL=“https://bugs.debian.org/”

                In /var/log/apache2.log i’ve this error :
                error.png

                T 2 Replies Last reply Aug 7, 2024, 11:32 AM Reply Quote 0
                • T
                  Tom Elliott @HorizonG
                  last edited by Aug 7, 2024, 11:32 AM

                  @HorizonG The snapin that’s attempting to run, does it have a storage group that has an enabled storage node on it?

                  I’m seeing the error is basically unable to find a master node to try to get the snapin from.

                  I’m not sure how best to address at this point, just pointing out what I’m seeing based on that error 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! 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

                  H 2 Replies Last reply Aug 7, 2024, 11:51 AM Reply Quote 0
                  • T
                    Tom Elliott @HorizonG
                    last edited by Aug 7, 2024, 11:37 AM

                    @HorizonG I also have another small request if you can:

                    please copy paste the text? Trying to locate things off an image is a bit … problematic when trying to use other elements to help find things. For example, I want to see if there’s anything I can do for the code error, so I would generally copy the text and paste in google trying to narrow what I’m looking for" but now I am kind of stuck typing and hoping I don’t mistype something lol

                    My problem I know, but just hoping for a little assist if possible.

                    If it’s text based (and you have to cat the file anyway, you can copy / paste it here instead of an screenshot/image.)

                    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
                    • H
                      HorizonG @Tom Elliott
                      last edited by Aug 7, 2024, 11:51 AM

                      @Tom-Elliott

                      Oh sorry for the misunderstanding, the first capture comes from my 1st server which was called “fogserver.fr” with self-signed CA.

                      The second part of the conversation is from my second server.

                      However, thanks to you I just understood the BUG.
                      The FOG Client stops working when I get a new node.

                      In fact, I’d like to hijack the node function so that I can associate snapins only.

                      Then I could use the node name and launch snapins via API via postdownload script.

                      I’ve just deleted my storage node and the FOG client is working again!

                      1 Reply Last reply Reply Quote 0
                      • H
                        HorizonG @Tom Elliott
                        last edited by Aug 7, 2024, 12:15 PM

                        @Tom-Elliott

                        You’re right, I created a storage group without making the storage node.

                        Here’s what I did:

                        1. Storage Management => New Storage Group => Storage_Group
                        2. Snapin => New Snapin => Powershel script => Member of Storage_Group

                        The second part was to use the

                        $ALL_Snapins = Get-FogObject -type object -CoreObject snapin
                        $ALL_Snapins.data
                        $All_Snapins_Target = ($ALL_Snapin.snapins | where {$_.storagegroupname -like "Storage_Group"}).name
                        

                        foreach ($ALL_Snapin in $ALL_Snapins)
                        {
                        Start-FogSnapin -hostID $FOG_HostID -snapinname ($ALL_Snapin.snapins | where {$_.storagegroupname -like “Storage_Group”}).name
                        }

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

                        170

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project