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

    New Client 0 Bytes

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    6
    25
    10.1k
    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.
    • Polii123P
      Polii123
      last edited by

      Hi

      I just updated to SVN 3138 an wanted to check out the new client. But when i download the size is 0 Bytes and i can’t open it.

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

        can you try re-running the installer then give the output of:
        [code]ls -lh /var/www/fog/client/[/code]

        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
        • Polii123P
          Polii123
          last edited by

          Looks like it is working now, i will download the client for testing.

          [CODE]-rw-r–r-- 1 www-data www-data 8.6K Mar 24 14:08 FOGCrypt.zip
          -rw-r–r-- 1 www-data www-data 4.7K Mar 24 14:08 FogPrep.zip
          -rw-r–r-- 1 root root 1.7M Mar 23 23:11 FOGService.msi
          -rw-r–r-- 1 www-data www-data 778K Mar 24 14:08 FogService.zip
          -rw-r–r-- 1 www-data www-data 291 Mar 24 14:08 index.php
          [/CODE]

          1 Reply Last reply Reply Quote 0
          • Polii123P
            Polii123
            last edited by

            I have installed the client, but the AD join doesn’t work. Error Code 1326. DO I have to activate AES? This would be pretty bad, because we also nedd the old client to work.

            Also the log file looks pretty nice in Notepad++, but we don’t intall it on our clients and with the indows notepad it is hard to read.

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

              AD Join should work, but the new client uses a different mechanism than the old FOGCrypt method.

              The new client uses AES-256-CBC. To aes encrypt the password, in the FOG Configuration->FOG Settings->Active Directory password field you type in the plaintext version of your AD Password. When you press save, it will aes encrypt the password for you and stores the encrypted value in the database.

              This is only for global settings, so to get your clients to operate with the new system, you will need to create a new group containing all the hosts you want to connect to AD.

              Edit the group and choose Active Directory in the side menu and click the checkbox. It should store the AD Password (aes encrypted of course) in the host’s adpass field.

              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
              • Tom ElliottT
                Tom Elliott
                last edited by

                FOG_AES_ENCRYPT is only needed if you want to send the data between the clients encrypted
                it’s not needed, but should give better security.

                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
                • Tom ElliottT
                  Tom Elliott
                  last edited by

                  I believe FOG_NEW_CLIENT does need to be checked to store the password aes encrypted 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
                  • J
                    Joe Schmitt Senior Developer
                    last edited by

                    [B]Please[/B] post bug reports in a new thread. If you post them in threads about something else there’s a high chance I’ll overlook them.

                    Work package created for log files:
                    [url]http://portal.fogproject.org/work_packages/29[/url]

                    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.

                    1 Reply Last reply Reply Quote 0
                    • Polii123P
                      Polii123
                      last edited by

                      So i updatet to latest SVN with the updated new client. The Problem with the 0 Bytes happend again, and my host updatet to the new version of the client, wich obviously didn’t work.

                      I had to manual install the client again, because the one on the host was broken. There should be a check before update, if the client on the server is more than 0 Bytes.

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

                        I’m more confused why it’s downloading a 0 byte file in your case. During the upgrade procedure, is it spitting out any errors in regards to the download of the new client?

                        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
                        • Polii123P
                          Polii123
                          last edited by

                          Client or Server Upgrade?

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

                            The server upgrade. Client may have some reports, but the file is downloaded from github.com, so if there’s a problem with the FOGService.msi, chances are it’s happening during the server upgrade.

                            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
                            • Polii123P
                              Polii123
                              last edited by

                              Found something in the install log.

                              Downloading New FOG Client file PHP Warning: Module ‘mysqlnd’ already loaded in Unknown on line 0
                              OK

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

                                I don’t know why you’re seeing that message, but it, directly, shouldn’t be causing the issues you’re seeing.

                                That’s most likely a message from when it’s attempting to ensure usage of the mysqlnd vs. mysql plugin to php.

                                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
                                • ch3iC
                                  ch3i Moderator
                                  last edited by

                                  Hi,

                                  I have the same problem :

                                  [CODE]-rw-r–r-- 1 www-data www-data 8,6K mars 25 13:59 FOGCrypt.zip
                                  -rw-r–r-- 1 www-data www-data 4,7K mars 25 13:59 FogPrep.zip
                                  -rw-r–r-- 1 root root 0 mars 25 14:00 FOGService.msi
                                  -rw-r–r-- 1 www-data www-data 778K mars 25 13:59 FogService.zip
                                  -rw-r–r-- 1 www-data www-data 291 mars 25 13:59 index.php
                                  [/CODE]

                                  Regards,
                                  Ch3i.

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

                                    Weird question, but maybe related. Those that are getting the 0 byte problem, are you using sudo ./installfog.sh?

                                    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
                                    • ch3iC
                                      ch3i Moderator
                                      last edited by

                                      [quote=“Tom Elliott, post: 44397, member: 7271”]Weird question, but maybe related. Those that are getting the 0 byte problem, are you using sudo ./installfog.sh?[/quote]

                                      I use the root account and Debian.

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

                                        No problem,

                                        Can you update and try again? I’m attempting a little checking and using curl to perform the download from the script, hopefully this will give us the results we need?

                                        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
                                        • ch3iC
                                          ch3i Moderator
                                          last edited by

                                          I’ve just update my installation, now I have that :

                                          [CODE]-rw-r–r-- 1 www-data www-data 8717 mars 26 12:02 FOGCrypt.zip
                                          -rw-r–r-- 1 www-data www-data 4741 mars 26 12:02 FogPrep.zip
                                          -rw-r–r-- 1 www-data www-data 796658 mars 26 12:02 FogService.zip
                                          -rw-r–r-- 1 www-data www-data 291 mars 26 12:02 index.php
                                          [/CODE]

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

                                            Are you behind a proxy by chance?

                                            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
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post

                                            167

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project