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

    Could not start: download operation not supported"

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    5
    18
    7.1k
    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
      bveiga
      last edited by

      Hi,
      Thanks for your fast response, now I can only test it tomorrow,I will keep you updated.

      Congrats for your work.

      Best regards

      1 Reply Last reply Reply Quote 0
      • B
        bveiga
        last edited by

        For the difference between the picture and the text in red ,is because I copied the text from another threat, the picture is my fog server.

        Best regards

        1 Reply Last reply Reply Quote 0
        • B
          bveiga
          last edited by

          hi,
          i upgraded as you told me but still the same error.

          best regards

          1 Reply Last reply Reply Quote 0
          • T
            TheKoR
            last edited by

            Do you have another server/box, who deliver DHCP other than your Fog server ? i have the problem, stop the other one, and work fine now.

            Ubuntu 13.10 - Fog 1.3.0
            XEON E5630 - 16 Go - 6To raid 5
            Best download : 22Go in 23 sec
            Avg rate : 4.5G/min on 20 unicasts at same time

            1 Reply Last reply Reply Quote 0
            • K
              Kronkras
              last edited by

              Hello,

              Fedora14 - Fog 1.2.0

              After updating undionly.kpxe I’m unable to register or image host. I update the indionly.kpxe because the Acers 532h are not imaging or registering. When I boot from network, DHCP loads but it gets stuck there.

              This is what I’m seeing on the screen

              CLIENT MAC ADDR: #### GUID: ######
              CLIENT IP: #### MASK: #####
              GATEWAY IP: #######

              TFTP seems to not be loading

              Here is the error log:

              [Mon Jul 28 10:54:37 2014] [notice] caught SIGTERM, shutting down
              [Mon Jul 28 10:55:30 2014] [notice] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
              [Mon Jul 28 10:55:30 2014] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
              [Mon Jul 28 10:55:31 2014] [notice] Digest: generating secret for digest authentication …
              [Mon Jul 28 10:55:31 2014] [notice] Digest: done
              [Mon Jul 28 10:55:31 2014] [notice] Apache/2.2.17 (Unix) DAV/2 PHP/5.3.8 configured – resuming normal operations
              [Mon Jul 28 10:55:31 2014] [warn] ./mod_dnssd.c: No services found to register
              [Mon Jul 28 11:11:50 2014] [error] [client 10.##.0.###] File does not exist: /var/www/html/favicon.ico
              [Mon Jul 28 11:13:53 2014] [error] [client 10.##.0.###] File does not exist: /var/www/html/fog/management/css/images/ui-bg_glass_75_e6e6e6_1x400.png, referer: [url]http://10.##.0.###/fog/management/css/jquery-ui.css[/url]
              [Mon Jul 28 11:13:53 2014] [error] [client 10.##.0.###] File does not exist: /var/www/html/fog/management/css/images/ui-bg_flat_75_ffffff_40x100.png, referer: [url]http://10.##.0.###/fog/management/css/jquery-ui.css[/url]
              [Mon Jul 28 11:13:53 2014] [error] [client 10.##.0.###] File does not exist: /var/www/html/fog/management/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png, referer: [url]http://10.##.0.###/fog/management/css/jquery-ui.css[/url]
              [Mon Jul 28 11:24:00 2014] [error] [client 10.##.1.24] File does not exist: /var/www/html/fog/management/css/images/ui-bg_flat_75_ffffff_40x100.png, referer: [url]http://10.##.0.###/fog/management/index.php?node=about&sub=settings[/url]
              [Mon Jul 28 11:24:00 2014] [error] [client 10.##.#.##] File does not exist: /var/www/html/fog/management/css/images/ui-bg_glass_75_e6e6e6_1x400.png, referer: [url]http://10.##.0.110/fog/management/index.php?node=about&sub=settings[/url]
              [Mon Jul 28 11:24:00 2014] [error] [client 10.##.#.##] File does not exist: /var/www/html/fog/management/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png, referer: [url]http://10.##.0.###/fog/management/index.php?node=about&sub=settings[/url]

              Thanks

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

                Turn off SELINUX:
                [quote][Mon Jul 28 10:55:30 2014] [notice] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0[/quote]

                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
                • K
                  Kronkras
                  last edited by

                  [quote=“Tom Elliott, post: 34215, member: 7271”]Turn off SELINUX:[/quote]

                  Thanks for your prompted response,

                  I believe is already disable?

                  This file controls the state of SELinux on the system.

                  SELINUX= can take one of these three values:

                  #enforcing - SELinux security policy is enforced.
                  #permissive - SELinux prints warnings instead of enforcing.
                  #disabled - SELinux is fully disabled.
                  SELINUX=permissive

                  SELINUXTYPE= type of policy in use. Possible values are:

                  #targeted - Only targeted network daemons are protected.
                  #strict - Full SELinux protection.
                  SELINUXTYPE=targeted

                  Thanks

                  1 Reply Last reply Reply Quote 0
                  • K
                    Kronkras
                    last edited by

                    I was able to make it work again back re installing Fog. Now the problem I’m getting is that after it boots from the network, it seems as everything goes fine until it gets to [[I]configuring (net0 70:5a:…[/I].)].
                    After that it reboots without going into the fog menu.

                    I’m trying to register and image an Acer Aspire One 532h with Atheros NIC. Previously I was able to image these laptops before upgrading Fog from 0.32 to 1.2.0.

                    Thanks

                    New Error Log

                    [Mon Jul 28 12:53:18 2014] [notice] Apache/2.2.17 (Unix) DAV/2 PHP/5.3.8 configured – resuming normal operations
                    [Mon Jul 28 12:54:43 2014] [error] [client 10.##.0.###] File does not exist: /var/www/html/fog/management/css/images/ui-bg_flat_75_ffffff_40x100.png, referer: [url]http://10.##.0.###/fog/management/index.php?node=about&sub=settings[/url]
                    [Mon Jul 28 12:54:43 2014] [error] [client 10.##.0.###] File does not exist: /var/www/html/fog/management/css/images/ui-bg_glass_75_e6e6e6_1x400.png, referer: [url]http://10.##.0.###/fog/management/index.php?node=about&sub=settings[/url]
                    [Mon Jul 28 12:54:43 2014] [error] [client 10.##.#.##] File does not exist: /var/www/html/fog/management/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png, referer: [url]http://10.##.0.###/fog/management/index.php?node=about&sub=settings[/url]
                    [Mon Jul 28 13:13:37 2014] [error] [client 10.##.0.##] PHP Warning: array_filter() expects parameter 1 to be array, null given in /var/www/html/fog/lib/pages/GroupManagementPage.class.php on line 252, referer: [url]http://10.##.0.###/fog/management/index.php?node=group&sub=list[/url]
                    [Mon Jul 28 13:16:54 2014] [error] [client 10.##.0.##] File does not exist: /var/www/html/favicon.ico
                    [Mon Jul 28 13:17:05 2014] [error] [client 10.##.0.##] File does not exist: /var/www/html/fog/management/css/images/ui-bg_flat_75_ffffff_40x100.png, referer: [url]http://10.##.0.###/fog/management/index.php?node=about&sub=settings[/url]
                    [Mon Jul 28 13:17:05 2014] [error] [client 10.##.0.###] File does not exist: /var/www/html/fog/management/css/images/ui-bg_glass_75_e6e6e6_1x400.png, referer: [url]http://10.##.0.###/fog/management/index.php?node=about&sub=settings[/url]
                    [Mon Jul 28 13:17:05 2014] [error] [client 10.##.0.###] File does not exist: /var/www/html/fog/management/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png, referer: [url]http://10.##.0.###/fog/management/index.php?node=about&sub=settings[/url]
                    [Mon Jul 28 13:23:31 2014] [error] [client 10.##.0.###] File does not exist: /var/www/html/fog/management/css/images/ui-bg_glass_75_dadada_1x400.png, referer: [url]http://10.##.0.###/fog/management/index.php?node=about&sub=settings[/url]

                    1 Reply Last reply Reply Quote 0
                    • D
                      David Schneider
                      last edited by

                      Has there been a resolution to this at all? I am currently having the issue, I had no issues with these laptops previously HP 840 laptops. The problem started intermittently, now I can’t really get any of them to work.

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

                        [quote=“David Schneider, post: 35666, member: 23828”]Has there been a resolution to this at all? I am currently having the issue, I had no issues with these laptops previously HP 840 laptops. The problem started intermittently, now I can’t really get any of them to work.[/quote]

                        I guess I don’t understand what issue you’re having. You’re systems aren’t booting to the FOG Menu? Are you getting any error messages that we may be able to work with from the ipxe screen?

                        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
                        • D
                          David Schneider
                          last edited by

                          Ubuntu 12.04.4
                          Fog .32
                          as far as the logs go I’m pretty new to Linux, how do I open the log file, I see it is there along with about 15 other error logs.

                          The error i’m getting is "could not start download: operation not supported [url]http://ipxe.org/3c092003[/url]

                          If I pause the system periodically it will work. I tried some of the updates from other posts, but have not seemed to help the situation.

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

                            If you’re running FOG 0.32, why are you trying to point at undionly files?

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

                            177

                            Online

                            12.1k

                            Users

                            17.3k

                            Topics

                            155.4k

                            Posts
                            Copyright © 2012-2024 FOG Project