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

Please point me to 1.2.0 -> 1.3.4 for Centos 6.7 upgrade docs/guide.

Scheduled Pinned Locked Moved Unsolved
FOG Problems
4
47
16.2k
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.
  • B
    BardWood @Tom Elliott
    last edited by Mar 14, 2017, 11:24 PM

    @Tom-Elliott

    X1 Carbon, gen1:
    Output of above command:
    ‘Error: The location 206848 is outside of the device /dev/sda’
    *This only has a 160G disk so 206848 may be too large.

    Optiplex 7010, 500GB disk:
    Error: Can’t have overlapping partitions.

    X1 Carbon, Gen 5:
    Error: Could not stat device /dev/sda - no such file or directory

    Unsure if this is related but while FOG is booting the kernel, I see output stating:

    “Populating /dev using udev: udevd[2536]: error creating epoll fd: Function not implemented”

    T 1 Reply Last reply Mar 14, 2017, 11:28 PM Reply Quote 0
    • T
      Tom Elliott @BardWood
      last edited by Mar 14, 2017, 11:28 PM

      @BardWood Not related.

      Is this image a single partition image? Or do you have a recovery partition as well?

      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

      B 1 Reply Last reply Mar 15, 2017, 4:01 AM Reply Quote 0
      • B
        BardWood @Tom Elliott
        last edited by Mar 15, 2017, 4:01 AM

        @Tom-Elliott I saw that in the screenshot, ‘recovery partition’. Thing is, I booted that machine off a Gparted live USB image (latest version as of today) and it only sees 2. The MS riser and primary (technically, both are primary but you know what I mean). I’m trying to deploy a Win7, full disk, multi-partition. No recovery partition spotted so far. The disk on the ‘Gen5’ is using NVMe on SATA3(6gb).

        1 Reply Last reply Reply Quote 0
        • T
          Tom Elliott @BardWood
          last edited by Mar 15, 2017, 12:17 PM

          @BardWood The message of the “Output of above command: ’ Error: The location 206848 is outside of the device /dev/sda’” Was this on the machine with the NVMe disk?

          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

          B 1 Reply Last reply Mar 15, 2017, 4:47 PM Reply Quote 0
          • B
            BardWood @Tom Elliott
            last edited by BardWood Mar 15, 2017, 10:48 AM Mar 15, 2017, 4:47 PM

            @Tom-Elliott No, that was from the X1 ‘Gen1’. The NVMe machine (Gen5) error is: X1 Carbon, Gen 5:
            Error: Could not stat device /dev/sda - no such file or directory

            FYI: I updated to RC-15 but so far no change in the errors. I’ve only tested RC-15 on the ‘Gen1’. I’ll try to re-run the parted command on the Gen5.

            T 1 Reply Last reply Mar 15, 2017, 4:49 PM Reply Quote 0
            • T
              Tom Elliott @BardWood
              last edited by Mar 15, 2017, 4:49 PM

              @BardWood The debug, because you have nvme, probably needs:

              /dev/nvmen0 (a fdisk -l or lsblk -dpno might prove more fruitful here)

              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

              B 1 Reply Last reply Mar 15, 2017, 8:20 PM Reply Quote 0
              • B
                BardWood @Tom Elliott
                last edited by Mar 15, 2017, 8:20 PM

                @Tom-Elliott Results of your suggestions (on Gen5/NVMe):

                parted -s /dev/nvmen0 mkpart primary ntfs 206848s – -1s
                ‘Could not stat device /dev/nvmen0 - No such file or directory’

                So I re-ran with a slight syntax change based on lsblk output
                Input:
                ‘parted -s /dev/nvmen0n1 mkpart primary ntfs 206848s – -1s’
                Output:
                Error: You requested a partition from 106mb to 512gb
                (sectors 206848… 1000215215)
                The closest location we can manage is 512GB to 512GB (sectors 1000212480… 1000215215.
                So, at least parted sees it now. Small victories.

                Results of lsblk -dpn (-dpno spit out the help file. -d/-dp/-dpn had similar output. ‘-o’ either on its own or in combo with other switches resulted in help file).
                0_1489609197631_gen5-lsblk-dpn.jpg

                Results of ‘fdisk -l’
                0_1489609244337_gen5-fdisk-l.jpg

                1 Reply Last reply Reply Quote 0
                • B
                  BardWood
                  last edited by Mar 15, 2017, 8:30 PM

                  @Tom-Elliott Additional info from Optiplex Desktop:

                  0_1489609827234_fog-o7010.jpg

                  T 1 Reply Last reply Mar 15, 2017, 9:38 PM Reply Quote 0
                  • T
                    Tom Elliott @BardWood
                    last edited by Mar 15, 2017, 9:38 PM

                    @BardWood That message (the it exists is non-issue).

                    SO now that we know the device name (it’s not /dev/sda)

                    Try the fog until it fails.

                    Then when it fails at the prompt try:

                    parted -s /dev/nvme0n1 mkpart primary ntfs 206848s -- -1s

                    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

                    B 1 Reply Last reply Mar 15, 2017, 10:02 PM Reply Quote 0
                    • B
                      BardWood @Tom Elliott
                      last edited by Mar 15, 2017, 10:02 PM

                      @Tom-Elliott Tried that (see below): Output = ‘Error: You requested a partition from 106mb to 512gb (sectors 206848… 1000215215)’

                      T 1 Reply Last reply Mar 15, 2017, 10:02 PM Reply Quote 0
                      • T
                        Tom Elliott @BardWood
                        last edited by Mar 15, 2017, 10:02 PM

                        @BardWood It’s a 512 Gb disk?

                        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
                        • T
                          Tom Elliott
                          last edited by Mar 15, 2017, 10:04 PM

                          can you try:
                          parted -s /dev/nvme0n1 mkpart primary ntfs 206848s 100%

                          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

                          B 2 Replies Last reply Mar 16, 2017, 6:40 PM Reply Quote 0
                          • T
                            Tom Elliott
                            last edited by Mar 15, 2017, 10:10 PM

                            I see what the problem is.

                            What I don’t understand is what the OS is.

                            Can you get contents of ls /images/<relevantimagehere>?

                            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

                            B 1 Reply Last reply Mar 16, 2017, 5:02 PM Reply Quote 0
                            • B
                              BardWood @Tom Elliott
                              last edited by BardWood Mar 16, 2017, 11:12 AM Mar 16, 2017, 5:02 PM

                              @Tom-Elliott I’ll post the gen1\gen5\Optiplex7010 directory listing(s) but it’s affecting ALL images. All deploys fail with 1.3.X. This isn’t some system I casually use from time-to-time. This is a production system with storage nodes in NY, Dublin, Zurich and Singapore. These images are battle-tested and have been deployed hundreds of times each. That said…:

                              Optiplex 7010
                              Image path: /images/O7010V3
                              Dir listing:
                              -rwxrwxrwx 1 fog root 2 Oct 12 14:42 d1.fixed_size_partitions
                              -rwxrwxrwx 1 fog root 15 Oct 12 14:42 d1.original.fstypes
                              -rwxrwxrwx 1 fog root 259 Oct 12 14:42 d1.original.partitions
                              -rwxrwxrwx 1 fog root 0 Oct 12 14:42 d1.original.swapuuids
                              -rwxrwxrwx 1 fog root 8822083 Oct 12 14:45 rec.img.000
                              -rwxrwxrwx 1 fog root 18137848997 Oct 12 14:59 sys.img.000

                              Lenovo X1 (non-carbon, AKA ‘Gen1’)
                              Image path: /images/X1CG1V2
                              Dir listing:
                              -rwxrwxrwx 1 fog root 2 Oct 11 14:00 d1.fixed_size_partitions
                              -rwxrwxrwx 1 fog root 15 Oct 11 14:00 d1.original.fstypes
                              -rwxrwxrwx 1 fog root 259 Oct 11 14:00 d1.original.partitions
                              -rwxrwxrwx 1 fog root 0 Oct 11 14:00 d1.original.swapuuids
                              -rwxrwxrwx 1 fog root 8686938 Oct 11 14:01 rec.img.000
                              -rwxrwxrwx 1 fog root 16026941814 Oct 11 14:33 sys.img.000

                              Lenovo X1 Carbon (NVMe/AKA ‘Gen5’)
                              note: This is using a Kaby Lake Intel chipset. This chipset is only a minor iteration on the Skylake chipset which the Gen4 (Gen4 is also NVMe) used. For this reason, I’m attempting to write the ‘Gen4’ image to the ‘Gen5’

                              Image path: /images/X1CG4V3
                              Dir listing:
                              -rwxrwxrwx 1 fog root 2 Oct 12 12:24 d1.fixed_size_partitions
                              -rwxrwxrwx 1 fog root 15 Oct 12 12:24 d1.original.fstypes
                              -rwxrwxrwx 1 fog root 259 Oct 12 12:24 d1.original.partitions
                              -rwxrwxrwx 1 fog root 0 Oct 12 12:24 d1.original.swapuuids
                              -rwxrwxrwx 1 fog root 8822643 Oct 12 12:25 rec.img.000
                              -rwxrwxrwx 1 fog root 15994261402 Oct 12 12:52 sys.img.000

                              1 Reply Last reply Reply Quote 0
                              • B
                                BardWood @Tom Elliott
                                last edited by Mar 16, 2017, 6:40 PM

                                @Tom-Elliott I will try the 100% switch. Also, no change with RC16.

                                1 Reply Last reply Reply Quote 0
                                • B
                                  BardWood @Tom Elliott
                                  last edited by Mar 16, 2017, 6:48 PM

                                  @Tom-Elliott Parted - 100% switch:

                                  0_1489690090555_fog_g5_100.jpg

                                  T 1 Reply Last reply Mar 16, 2017, 9:35 PM Reply Quote 0
                                  • T
                                    Tom Elliott @BardWood
                                    last edited by Mar 16, 2017, 9:35 PM

                                    @BardWood What’s the contents of the d1.original.partitions files you have?

                                    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

                                    B 1 Reply Last reply Mar 16, 2017, 10:22 PM Reply Quote 0
                                    • B
                                      BardWood @Tom Elliott
                                      last edited by Mar 16, 2017, 10:22 PM

                                      @Tom-Elliott

                                      Optiplex 7010
                                      Image path: /images/O7010V3
                                      Contents of d1.original.partitions:
                                      /dev/sda1 : start= 2048, size= 204800, Id= 7, bootable
                                      /dev/sda2 : start= 206848, size=976566320, Id= 7
                                      /dev/sda3 : start= 0, size= 0, Id= 0
                                      /dev/sda4 : start= 0, size= 0, Id= 0

                                      Lenovo X1 (non-carbon, AKA ‘Gen1’)
                                      Image path: /images/X1NCV2
                                      Contents of d1.original.partitions:
                                      /dev/sda1 : start= 2048, size= 204800, Id= 7, bootable
                                      /dev/sda2 : start= 206848, size=312374960, Id= 7
                                      /dev/sda3 : start= 0, size= 0, Id= 0
                                      /dev/sda4 : start= 0, size= 0, Id= 0

                                      Lenovo X1 Carbon (NVMe/AKA ‘Gen5’)
                                      Image path: /images/X1CG4V3
                                      Contents of d1.original.partitions:
                                      /dev/sda1 : start= 2048, size= 204800, Id= 7, bootable
                                      /dev/sda2 : start= 206848, size=499911344, Id= 7
                                      /dev/sda3 : start= 0, size= 0, Id= 0
                                      /dev/sda4 : start= 0, size= 0, Id= 0

                                      T 1 Reply Last reply Mar 16, 2017, 10:30 PM Reply Quote 0
                                      • T
                                        Tom Elliott @BardWood
                                        last edited by Mar 16, 2017, 10:30 PM

                                        @BardWood I’m rebuilding init’s that I hope might help you out with this. I’ll let you know when it’s ready if you’d be so kind as to see if your images will work after this?

                                        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
                                        • T
                                          Tom Elliott
                                          last edited by Mar 16, 2017, 10:33 PM

                                          Init’s are up at:

                                          http://mastacontrola.com/init.xz
                                          http://mastacontrola.com/init_32.xz

                                          wget -O /var/www/fog/service/ipxe/init.xz http://mastacontrola.com/init.xz
                                          wget -O /var/www/fog/service/ipxe/init_32.xz http://mastacontrola.com/init_32.xz

                                          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

                                          B 1 Reply Last reply Mar 17, 2017, 12:06 AM Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 2 / 3
                                          2 / 3
                                          • First post
                                            24/47
                                            Last post

                                          211

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project