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

Cannot Get Capture To Work (New Server)

Scheduled Pinned Locked Moved
FOG Problems
5
37
10.5k
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 Sebastian Roth Jan 14, 2016, 6:44 AM Jan 14, 2016, 12:42 PM

    @nbuursma The version you can see in the blue cloud on the web interface. Probably a number between five and six thousand. I doubt you see 1.2.0 in that cloud. Right?

    Edit: Yeah, so you are running trunk version (will be 1.3.0 when finally released but is still under development right now). Probably best if you upgrade to the very latest version (update the checkout code and re-run the installer) and see if it works for you.

    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

    N 1 Reply Last reply Jan 14, 2016, 12:46 PM Reply Quote 0
    • N
      nbuursma @george1421
      last edited by Jan 14, 2016, 12:43 PM

      @george1421 … soo…5927?

      G 1 Reply Last reply Jan 14, 2016, 12:47 PM Reply Quote 1
      • N
        nbuursma @Sebastian Roth
        last edited by Jan 14, 2016, 12:46 PM

        @Sebastian-Roth said:

        @nbuursma The version you can see in the blue cloud on the web interface. Probably a number between five and six thousand. I doubt you see 1.2.0 in that cloud. Right?

        Gotcha! Sorry guys, yep its 5927, thanks so much!

        1 Reply Last reply Reply Quote 0
        • G
          george1421 Moderator @nbuursma
          last edited by george1421 Jan 14, 2016, 6:48 AM Jan 14, 2016, 12:47 PM

          @nbuursma said:

          @george1421 … soo…5927?

          As Sebastian said, its best if you have problems to upgrade the latest trunk release. The trunk releases are really dynamic as the bugs are squashed. Your version can get stale in a matter of hours. But the more things people run into the better the quality of 1.3.0 stable will be when its released.

          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!

          N 1 Reply Last reply Jan 14, 2016, 12:49 PM Reply Quote 0
          • N
            nbuursma @george1421
            last edited by Jan 14, 2016, 12:49 PM

            @george1421 said:

            @nbuursma said:

            @george1421 … soo…5927?

            As Sebastian said, its best if you have problems to upgrade the latest trunk release. The trunk releases are really dynamic as the bugs are squashed.

            Okay, so how do I do this? (Again, I’m a total noob), do I use this?

            svn co https://svn.code.sf.net/p/freeghost/code/trunk FogDownload

            svn co https://github.com/FOGProject/fogproject FogDownload

            Will that get me the newest version?

            G 1 Reply Last reply Jan 14, 2016, 12:50 PM Reply Quote 0
            • G
              george1421 Moderator @nbuursma
              last edited by george1421 Jan 14, 2016, 6:51 AM Jan 14, 2016, 12:50 PM

              @nbuursma Well since you are already on a trunk version what did you do to upgrade from 1.2.0 stable? Did you use svn or git?

              If you use svn, just change into the trunk directory [FogDirectory] and key in svn up then run the installer again in the …/bin folder.

              No worries on being a noob. We all were at one time or another. Just hang in there we’ll get this worked out.

              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!

              N 1 Reply Last reply Jan 14, 2016, 1:16 PM Reply Quote 0
              • N
                nbuursma @george1421
                last edited by Jan 14, 2016, 1:16 PM

                @george1421 said:

                @nbuursma Well since you are already on a trunk version what did you do to upgrade from 1.2.0 stable? Did you use svn or git?

                If you use svn, just change into the trunk directory [FogDirectory] and key in svn up then run the installer again in the …/bin folder.

                No worries on being a noob. We all were at one time or another. Just hang in there we’ll get this worked out.

                Ugh. I hate feeling so usesless…

                I"m gonna talk this out like a toddler - ha!

                So I need to “svn up https://svn.code.sf.net/p/freeghost/code/trunk /opt/fog_1.2.0/” ?

                That URL I have is the same one I used to install my server yesterday, and the readme I get when I browse says 1.2.0… do I not have the correct version URL?

                G 1 Reply Last reply Jan 14, 2016, 1:22 PM Reply Quote 0
                • G
                  george1421 Moderator @nbuursma
                  last edited by Jan 14, 2016, 1:22 PM

                  @nbuursma no worries here.

                  Just change into the directory where you already ran the svn program and it downloaded the files to.

                  SO assuming if you ran this command to initially download the svn trunk.
                  svn co https://svn.code.sf.net/p/freeghost/code/trunk /opt/fog_trunk

                  To upgrade to the latest release you need to do this

                  cd /opt/fog_trunk
                  svn up
                  cd /opt/fog_trunk/bin
                  ./installfog.sh
                  
                  

                  Then just follow the installer script again. It should pick up your previous settings so you don’t need to answer them again. Once the installer is complete then refresh the fog management page and the number in the cloud should be updated. Just be aware that the git and svn numbers will be different so don’t worry about that what you need is the cloud number.

                  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!

                  N 1 Reply Last reply Jan 14, 2016, 1:36 PM Reply Quote 0
                  • N
                    nbuursma @george1421
                    last edited by Jan 14, 2016, 1:36 PM

                    @george1421 said:

                    @nbuursma no worries here.

                    Just change into the directory where you already ran the svn program and it downloaded the files to.

                    SO assuming if you ran this command to initially download the svn trunk.
                    svn co https://svn.code.sf.net/p/freeghost/code/trunk /opt/fog_trunk

                    To upgrade to the latest release you need to do this

                    cd /opt/fog_trunk
                    svn up
                    cd /opt/fog_trunk/bin
                    ./installfog.sh
                    
                    

                    Then just follow the installer script again. It should pick up your previous settings so you don’t need to answer them again. Once the installer is complete then refresh the fog management page and the number in the cloud should be updated. Just be aware that the git and svn numbers will be different so don’t worry about that what you need is the cloud number.

                    Thank you guys, its running now…

                    @george1421 said:

                    @nbuursma no worries here.

                    Just change into the directory where you already ran the svn program and it downloaded the files to.

                    SO assuming if you ran this command to initially download the svn trunk.
                    svn co https://svn.code.sf.net/p/freeghost/code/trunk /opt/fog_trunk

                    To upgrade to the latest release you need to do this

                    cd /opt/fog_trunk
                    svn up
                    cd /opt/fog_trunk/bin
                    ./installfog.sh
                    
                    

                    Then just follow the installer script again. It should pick up your previous settings so you don’t need to answer them again. Once the installer is complete then refresh the fog management page and the number in the cloud should be updated. Just be aware that the git and svn numbers will be different so don’t worry about that what you need is the cloud number.

                    Well I’m updated and all my settings stayed - yay!

                    0_1452778552949_Capture2.PNG

                    But I’m getting the same error - but with more information maybe?

                    http://imgur.com/QnoooBh

                    Thoughts?

                    1 Reply Last reply Reply Quote 0
                    • G
                      george1421 Moderator
                      last edited by george1421 Jan 14, 2016, 7:44 AM Jan 14, 2016, 1:43 PM

                      OK now that you are at the latest release the devs can start to work on your 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!

                      1 Reply Last reply Reply Quote 0
                      • G
                        george1421 Moderator
                        last edited by george1421 Jan 14, 2016, 7:49 AM Jan 14, 2016, 1:48 PM

                        To acquire / steal a post from Sebastian.

                        “Could you please run a debug session on this device (WebGUI -> Host -> Basic tasks -> Debug) and run lsblk from the command line of the target computer? What do you get?”

                        We were also focused on the fog version (important to know). What device are you trying to capture (make and model). Does this have a traditional hard drive, ssd, or m.2 SSD drive?

                        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!

                        N 2 Replies Last reply Jan 14, 2016, 2:10 PM Reply Quote 0
                        • N
                          nbuursma @george1421
                          last edited by Jan 14, 2016, 2:10 PM

                          @george1421 said:

                          To acquire / steal a post from Sebastian.

                          “Could you please run a debug session on this device (WebGUI -> Host -> Basic tasks -> Debug) and run lsblk from the command line of the target computer? What do you get?”

                          We were also focused on the fog version (important to know). What device are you trying to capture (make and model). Does this have a traditional hard drive, ssd, or m.2 SSD drive?

                          I’ll run the task right now, as to the device - currently its a Lenovo X250 with a Samsung SSD 850 EVO 120GB HDD

                          1 Reply Last reply Reply Quote 0
                          • N
                            nbuursma @george1421
                            last edited by Jan 14, 2016, 2:27 PM

                            @george1421 said:

                            To acquire / steal a post from Sebastian.

                            “Could you please run a debug session on this device (WebGUI -> Host -> Basic tasks -> Debug) and run lsblk from the command line of the target computer? What do you get?”

                            We were also focused on the fog version (important to know). What device are you trying to capture (make and model). Does this have a traditional hard drive, ssd, or m.2 SSD drive?

                            Okay I ran it:

                            http://imgur.com/tVVvEj7

                            1 Reply Last reply Reply Quote 0
                            • N
                              nbuursma
                              last edited by Jan 14, 2016, 2:40 PM

                              Oh! Okay… hmm… it appears that the x250s have a small SSD built into them perhaps?

                              Would that not having any partitions on it throw off Fog?

                              G 1 Reply Last reply Jan 14, 2016, 3:38 PM Reply Quote 0
                              • G
                                george1421 Moderator @nbuursma
                                last edited by Jan 14, 2016, 3:38 PM

                                @nbuursma OK, that is where lenovo is hiding all of that malware lol.

                                I think that should be a question for the @Developers but the structure of the drives /dev/sda (etc) should not trow off FOG. But that 14GB empty hard drive might.

                                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!

                                T 1 Reply Last reply Jan 14, 2016, 3:40 PM Reply Quote 1
                                • T
                                  Tom Elliott @george1421
                                  last edited by Jan 14, 2016, 3:40 PM

                                  @george1421 depends on how it is seen in the system.

                                  If the SSD is the first drive, it may pose a problem.

                                  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

                                  G 1 Reply Last reply Jan 14, 2016, 3:44 PM Reply Quote 0
                                  • G
                                    george1421 Moderator @Tom Elliott
                                    last edited by george1421 Jan 14, 2016, 9:45 AM Jan 14, 2016, 3:44 PM

                                    @Tom-Elliott His link to the image has this built in lenovo hard drive as /dev/sdb, where his main SATA SSD is /dev/sda. But who knows what format or partition table it has on this 14GB drive, let alone the reason why it is there truly there.

                                    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!

                                    T 1 Reply Last reply Jan 14, 2016, 3:45 PM Reply Quote 0
                                    • T
                                      Tom Elliott @george1421
                                      last edited by Jan 14, 2016, 3:45 PM

                                      @george1421 We get partitions based on the drive.

                                      If this is a resizable image, then it should get the first device found (/dev/sda in this case).

                                      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
                                      • G
                                        george1421 Moderator
                                        last edited by george1421 Jan 14, 2016, 9:48 AM Jan 14, 2016, 3:47 PM

                                        @Tom-Elliott Interesting. Then if we look at this picture http://imgur.com/QnoooBh can we tell if sda or sdb is thowing the error. Its not quite clear. Its coming up with an unterminated string. According to the output of lsblk it should be working no problem.

                                        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!

                                        N 1 Reply Last reply Jan 14, 2016, 4:07 PM Reply Quote 0
                                        • N
                                          nbuursma @george1421
                                          last edited by Jan 14, 2016, 4:07 PM

                                          @george1421 said:

                                          @Tom-Elliott Interesting. Then if we look at this picture http://imgur.com/QnoooBh can we tell if sda or sdb is thowing the error. Its not quite clear. Its coming up with an unterminated string. According to the output of lsblk it should be working no problem.

                                          Okay guys, I got pretty far on my own…

                                          I figured the small SSD was the issue so I logged into windows - > disk management -> formatted it
                                          Then I updated the host on the fog server so Host Primary Disk = /dev/sda
                                          This seems to work, the partclone actually images the hard drive re-sizing as it goes… it still failed though at the end when it was updating the database.

                                          W 1 Reply Last reply Jan 14, 2016, 6:29 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 2 / 2
                                          2 / 2
                                          • First post
                                            21/37
                                            Last post

                                          208

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project