• 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.
  • W
    Wayne Workman
    last edited by Mar 15, 2016, 5:46 PM

    With version r6717, we are having issues with the Lenovo 7303. We are able to image other models fine.

    This model hangs on the line Starting sshd: OK

    We’ve tried the latest kernel and various kernels back to 3.18 and they all produce the same result. I’ve never seen the imaging process hang at this point before. Ideas?

    "0_1458063916410_IMG_1114.JPG

    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 15, 2016, 6:42 PM

      @Wayne-Workman Same if you schedule the job in debug mode? After the /etc/init.d/S50sshd there is only S99fog to run. This should either run the scheduled task (fog.upload or fog.download) or get you to the shell (which means calling fog.debug). Where would one of these hang I wonder?

      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 Mar 29, 2016, 8:18 PM

        @Sebastian-Roth
        On r6717, with a debug task, the system ends up with just a blinking cursor and is unresponsive.

        It does the exact same thing but just slightly different behaviour.

        adding dns 10.51.1.6
        adding dns 10.51.1.1
        ssh-kegen: generating new host keys: blah blah
        starting sshd: OK
        

        Then immediately after that last line, “starting sshd: OK”, the entire screen goes black with just a blinking cursor.

        This has been tried on two Lenovo 7303 computers with the same results.

        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 Mar 30, 2016, 3:07 PM

          on r7001 with debug mode, the little help page is displayed with available commands

          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/

          T 1 Reply Last reply Mar 30, 2016, 3:14 PM Reply Quote 0
          • T
            Tom Elliott @Wayne Workman
            last edited by Mar 30, 2016, 3:14 PM

            @Wayne-Workman So it’s working 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

            W 1 Reply Last reply Mar 30, 2016, 3:25 PM Reply Quote 0
            • W
              Wayne Workman @Tom Elliott
              last edited by Mar 30, 2016, 3:25 PM

              @Tom-Elliott oh wow. no lol. I could have sworn I typed much, much more lol.

              I’m told when the fog command is given, the screen turns to a blinking cursor, probably much like what’s been previously described.

              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 Mar 30, 2016, 3:30 PM

                Here is the variable dump before the fog command is given.

                I don’t see anything particularly wrong with it, other than the image format being missing.

                0_1459351832320_upload-695935ea-d6fb-49fb-8b08-23c62442c145

                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/

                T 1 Reply Last reply Mar 30, 2016, 4:02 PM Reply Quote 0
                • T
                  Tom Elliott @Wayne Workman
                  last edited by Mar 30, 2016, 4:02 PM

                  @Wayne-Workman imgFormat is not needed. If it is set, it will use partimage. If it is not set, it will use partclone.

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

                    @Wayne-Workman Please let your colleges run bash -x /bin/fog instead of just fog and see what you get…

                    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
                    • L
                      LPetelik
                      last edited by Mar 30, 2016, 6:00 PM

                      Working with Wayne Workman: In a debug session the file /usr/share/fog/lib/funcs.sh line #31 (wget call that fails) causes the blinking cursor.

                      We’ve tried eliminating the options but it still fails but the url does work in a browser.

                      1 Reply Last reply Reply Quote 0
                      • L
                        LPetelik
                        last edited by Mar 30, 2016, 6:04 PM

                        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.

                        S 1 Reply Last reply Mar 30, 2016, 6:07 PM Reply Quote 0
                        • 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

                                          Wayne WorkmanW 1 Reply Last reply Mar 30, 2016, 8:23 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 1 / 2
                                          • First post
                                            Last post

                                          151

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project