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

    Downloading a HDD image to PCIe SSD

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    5
    10
    2.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.
    • LenainL
      Lenain
      last edited by

      Hello,
      I’m tring to download an image to a HP Z-Turbo 256GB G2 PCIe ssd, FOG see the drive but can’t write to it “error exit” then “No surch drive or directory”.
      In debug mode with lsblk I see /dev/nvme0n1.

      The image I’m downloading came from a HDD, could it be a problem? This image work fine when I download it to HDD and SSD on the same computer.

      Thanks 😉

      1 Reply Last reply Reply Quote 0
      • Q
        Quazz Moderator
        last edited by

        What FOG version are you running?

        1 Reply Last reply Reply Quote 0
        • S
          Sebastian Roth Moderator
          last edited by

          @Lenain As Quazz said it would be good to know which version of FOG you use. There have been many changes in the code to support this kind of disks in the last months. So if you still use FOG 1.2.0 it won’t work for sure. Best if you run the latest release candidate.

          Did you set /dev/nvme0n1 as disk device for that host in the host configuration (web gui)?

          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

          LenainL 1 Reply Last reply Reply Quote 3
          • LenainL
            Lenain @Sebastian Roth
            last edited by Lenain

            @Sebastian-Roth
            Hello,
            Yes I use 1.2.0 version… So I have to update? How do i do?
            No I don’t set the disk in web gui, should I?
            I’m using “4.1.2 TomElliott” kernel

            Tom ElliottT 1 Reply Last reply Reply Quote 0
            • Tom ElliottT
              Tom Elliott @Lenain
              last edited by

              @Lenain simplest approach would be updating. http://wiki.fogproject.org/wiki/index.php?title=Upgrade_to_trunk

              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

              LenainL 1 Reply Last reply Reply Quote 3
              • LenainL
                Lenain @Tom Elliott
                last edited by

                @Tom-Elliott
                Hello,
                Thanks for your help, while installation I have an error:
                Fog Error
                We have a proxy so I set “export http_proxy=proxy_ip:port_number” in /etc/profile and /etc/bash.bashrc but still don’t work 😢

                Tom ElliottT 1 Reply Last reply Reply Quote 0
                • Tom ElliottT
                  Tom Elliott @Lenain
                  last edited by

                  @Lenain try setting the proxy variable inline with the installer.

                  So:
                  http_proxy='proxyip:proxyport' ./installfog.sh -y

                  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

                  george1421G LenainL 2 Replies Last reply Reply Quote 0
                  • george1421G
                    george1421 Moderator @Tom Elliott
                    last edited by

                    This is what I have in my bashrc profile for my site.

                    export http_proxy=http://192.168.1.2:3128
                    export https_proxy=https://192.168.1.2:3128
                    export ftp_proxy=http://192.168.1.2:3128
                    export no_proxy=“192.168.1.88”

                    Where 192.168.1.2 is the proxy server and 192.168.1.88 is the fog server ip address.

                    Since it appears you are using ubuntu you may need to configure apt to use your proxy server. In my case I use rhel and I have to add a proxy command to the yum.conf file.

                    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!

                    LenainL 1 Reply Last reply Reply Quote 0
                    • LenainL
                      Lenain @Tom Elliott
                      last edited by

                      @Tom-Elliott
                      Don’t work to but I’v find this:
                      "First add the proxy with:
                      export http_proxy=http://username:password@host:port/
                      export https_proxy=https://username:password@host:port/

                      Then put in /etc/sudoers:
                      Defaults env_keep=“https_proxy”

                      Create file /etc/apt/apt.conf.d/proxyPerso.conf
                      Add lines:

                      Acquire::http::proxy “http://adresse:port/”;
                      Acquire::https::proxy “http://adresse:port/”;
                      "
                      And it work!
                      Then I have a lot of fail with installing package, if I install them manualy will it work fine?

                      1 Reply Last reply Reply Quote 0
                      • LenainL
                        Lenain @george1421
                        last edited by

                        @george1421
                        Ok thanks.
                        My problem is solved now, i’v updated Fog.

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        • First post
                          Last post

                        125

                        Online

                        12.1k

                        Users

                        17.3k

                        Topics

                        155.3k

                        Posts
                        Copyright © 2012-2024 FOG Project