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

Lenovo 7303

Scheduled Pinned Locked Moved Solved
Hardware Compatibility
4
22
7.6k
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.
  • S
    Sebastian Roth Moderator
    last edited by Mar 30, 2016, 6:04 PM

    @LPetelik Maybe try adding -v (verbose) option for wget??

    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 Mar 30, 2016, 6:14 PM Reply Quote 0
    • S
      Sebastian Roth Moderator @LPetelik
      last edited by Sebastian Roth Mar 30, 2016, 12:08 PM Mar 30, 2016, 6:07 PM

      @LPetelik said:

      Also, having it set as a debug session does not alway give a prompt. Sometimes, it’s just a blank screen with a flashing cursor.

      Thanks for pointing that out as well. To me this sounds a bit like a “random error”. Maybe a hardware issue? As you see this on two different laptops it might be a kernel panic?!? Just an idea. Can you please get us the full output of dmesg - plug in a VFAT/FAT32 formated USB key and then:

      # dmesg | tail
      ...
      [1571962.482081] sd 24:0:0:0: Attached scsi generic sg1 type 0
      [1571962.482902] sd 24:0:0:0: [sdb] 1992704 512-byte logical blocks: (1.02 GB/973 MiB)
      ...
      [1571962.488602]  sdb: sdb1
      [1571962.491966] sd 24:0:0:0: [sdb] Attached SCSI removable disk
      ...
      # mkdir -p /media
      # mount /dev/sdb1 /media
      # dmesg > /media/dmesg.txt
      # umount /dev/sdb1
      

      Please upload to the forum!

      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 @Sebastian Roth
        last edited by Mar 30, 2016, 6:14 PM

        @Sebastian-Roth said:

        @LPetelik Maybe try adding -v (verbose) option for wget??

        I’ll try as soon as it boots into debug again.

        Doing a download deploy and using the check box for debug seems to create a regular deploy task. Going into the advanced tasks and choosing debug deploy schedules correctly in task management but it doesn’t go into debug every time.

        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
        • S
          Sebastian Roth Moderator
          last edited by Mar 30, 2016, 6:40 PM

          @Wayne-Workman said:

          Doing a download deploy and using the check box for debug seems to create a regular deploy task.

          Is this only happening for those hosts or every one of your hosts?? I usually do debug deploy with the checkbox but haven’t tried with r7001 yet I have to admit…

          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

          L W 2 Replies Last reply Mar 30, 2016, 7:13 PM Reply Quote 0
          • L
            LPetelik
            last edited by Mar 30, 2016, 6:51 PM

            It can’t wget the version number on the main server which is on a different subnet. We changed the Web Server setting to the nodes IP and it was successful. This affects the background image for the boot menu also. It’s ARP related. It seems to only effect the older models (7303 and 6073).

            1 Reply Last reply Reply Quote 0
            • L
              LPetelik @Sebastian Roth
              last edited by Mar 30, 2016, 7:13 PM

              @Sebastian-Roth We only tried this on two 7303s and a 6073. It failed on both models.

              1 Reply Last reply Reply Quote 0
              • W
                Wayne Workman @Sebastian Roth
                last edited by Wayne Workman Mar 30, 2016, 1:16 PM Mar 30, 2016, 7:15 PM

                @Sebastian-Roth said:

                @Wayne-Workman said:

                Doing a download deploy and using the check box for debug seems to create a regular deploy task.

                Is this only happening for those hosts or every one of your hosts?? I usually do debug deploy with the checkbox but haven’t tried with r7001 yet I have to admit…

                It was happening with every 7303 we tried, which means it’s not host specific. Something to do with the web interface. I can’t say I paid attention with other models.

                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
                • W
                  Wayne Workman
                  last edited by Wayne Workman Mar 30, 2016, 1:46 PM Mar 30, 2016, 7:44 PM

                  I guess this is solved since we found a work around.

                  The work-around is changing the FOG_WEB_HOST setting to the local node temporarily.

                  Web Interface -> FOG Configuration -> FOG Settings -> Web Server -> FOG_WEB_HOST

                  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
                  • S
                    Sebastian Roth Moderator
                    last edited by Mar 30, 2016, 8:20 PM

                    @LPetelik said:

                    It’s ARP related

                    Nice find! Packet dump would be very interesting. Why would the 7303s and a 6073 not be able to send HTTP requests (actually connect via TCP) to a host in a different subnet? Possibly firewall/access list issue?

                    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 Mar 30, 2016, 8:23 PM Reply Quote 0
                    • W
                      Wayne Workman @Sebastian Roth
                      last edited by Wayne Workman Mar 30, 2016, 2:29 PM Mar 30, 2016, 8:23 PM

                      @Sebastian-Roth The issue has been there for a month at minimum. Here is the exact same issue, but it’s causing another problem in this thread: https://forums.fogproject.org/topic/6754/pxe-e11-arp-timeout

                      But in this particular situation, only older computers are affected…

                      In that older thread, I could not replicate the issue from my location. I’m going to try to find/borrow a Lenovo 7303 and see if I can network boot it from my building and see if it has issues or not.

                      I’m convinced this is a network issue.

                      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
                      • S
                        Sebastian Roth Moderator
                        last edited by Mar 30, 2016, 8:30 PM

                        @Wayne-Workman said:

                        I’m convinced this is a network issue.

                        +1 from me!

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

                        206

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project