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

1.3.0-RC-13 Can't import Hosts

Scheduled Pinned Locked Moved Solved
FOG Problems
3
32
5.8k
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.
  • F
    FlareImp @Wayne Workman
    last edited by Oct 18, 2016, 1:41 PM

    @Wayne-Workman It’s the same file format I have used for my other fog servers. I have even tried using a file from another site that I know works.

    W 1 Reply Last reply Oct 18, 2016, 1:46 PM Reply Quote 0
    • W
      Wayne Workman @FlareImp
      last edited by Oct 18, 2016, 1:46 PM

      @FlareImp Are you sure you’re on rc-14? What does the cloud say in the top left of the web gui?

      Also, can you please run the following two commands to completely clean out the fog web directory and then immediately re-run the rc-14 installer please - and then try again?
      rm -rf /var/www/fog
      rm -rf /var/www/html/fog
      Then re-run installer.

      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
      • F
        FlareImp
        last edited by Oct 18, 2016, 3:26 PM

        The cloud says:
        Tue Oct 18, 2016 15:25 pm
        Running Version 1.3.0-RC-14
        SVN Revision: 5974

        I will give those commands a try in the next hour and let you know the outcome.

        1 Reply Last reply Reply Quote 0
        • F
          FlareImp
          last edited by Oct 18, 2016, 3:35 PM

          I ran the two commands and then ran the installer. Afterwards I rebooted the server and then tried to import the hosts again with the same result.

          Total Rows 0
          Successful Hosts 0
          Failed Hosts 0
          Errors

          1 Reply Last reply Reply Quote 0
          • W
            Wayne Workman
            last edited by Oct 18, 2016, 11:10 PM

            @Tom-Elliott The import was working in RC-11.

            I have confirmed that the import file that @FlareImp supplied me imported successfully in this commit:

            https://github.com/FOGProject/fogproject/commit/d6cff6cfc2272cbde7764217292715129fc8c2a6

            And that the issue became present in this commit:

            https://github.com/FOGProject/fogproject/commit/3c916866f0f8ddc93c7f54edcf2eb48675606a90

            And the issue remained present in RC-12, RC-13, RC-14, and the present working-RC-15 branch.

            His CSV file is just two columns of data that are not quoted at all, just separated by a comma. First column is a MAC address, the second column is hostname.

            I’ve replicated the format with my computers here at home for you to test with, here it is:
            0_1476832244270_host_export.csv

            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
            • T
              Tom Elliott
              last edited by Oct 19, 2016, 12:39 AM

              Added better checking and allowing csv’s to contain equal to field count or less than from the csv.

              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

              W 1 Reply Last reply Oct 19, 2016, 1:55 AM Reply Quote 0
              • W
                Wayne Workman @Tom Elliott
                last edited by Oct 19, 2016, 1:55 AM

                @Tom-Elliott I just tried working-RC-15 version 51, its not importing the file I made, nor the file that @FlareImp gave me.

                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
                • T
                  Tom Elliott
                  last edited by Oct 19, 2016, 2:14 AM

                  Sorry had flipped check. I meant to check if the comma fields was greater than what was expected, but was checking that the comma fields was less than or equal to.

                  This is fixed for sure now.

                  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
                  • W
                    Wayne Workman
                    last edited by Oct 19, 2016, 2:17 AM

                    Confirmed fixed in rc-15.

                    @FlareImp you can either wait for RC-15 to be released, or you can message me for instructions on getting rc-15 before release - which may or may not be ideal at the moment, but I can confirm that this particular problem is resolved.

                    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/

                    F 1 Reply Last reply Oct 19, 2016, 2:55 PM Reply Quote 0
                    • F
                      FlareImp @Wayne Workman
                      last edited by Oct 19, 2016, 2:55 PM

                      @Wayne-Workman Cool, I’m just glad a fix was found, has been driving me nuts! lol

                      Do you have an idea when RC-15 will go live?

                      Thanks for all your help on this guys, I really appreciate all that hard work everyone puts into helping us out!

                      W 1 Reply Last reply Oct 19, 2016, 3:02 PM Reply Quote 0
                      • W
                        Wayne Workman @FlareImp
                        last edited by Oct 19, 2016, 3:02 PM

                        @FlareImp said in 1.3.0-RC-13 Can't import Hosts:

                        Do you have an idea when RC-15 will go live?

                        No idea, but if I had to guess, probably the next weekend.

                        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
                        • F
                          FlareImp
                          last edited by Oct 21, 2016, 4:12 PM

                          The RC-15 works now for me when trying to import hosts. I am seeing the same issue as posted here though.

                          In any case my submitted issue will be resolved in the RC-15 release.

                          Thank you all for the assistance.

                          1 Reply Last reply Reply Quote 0
                          • 1
                          • 2
                          • 2 / 2
                          2 / 2
                          • First post
                            24/32
                            Last post

                          201

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project