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

    Volume not found: cant read the following volume file

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    26
    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.
    • K
      Kevin
      last edited by

      It might be a permission issue. From that last pic, your management password is set to password. Did you just change that for the pic, or did you actually change it on the server. There are a few spots you would need to check to make sure the right passwords are in the right config files. Also, if it is a permission issue, you can always try chmodding the folder/image to something like 777.

      "The quieter you become, the more you are able to hear"

      New to FOG? Check the [URL='http://www.fogproject.org/wiki/index.php/FOGUserGuide']Wiki[/…

      1 Reply Last reply Reply Quote 0
      • C
        chad-bisd Moderator
        last edited by

        after you defined the image, did you actually upload an image from a client before trying to image the machine? The image question at the end of the full registration is asking if you want to download and overwrite the client with a stored image, not if you want to upload this client to the image file.


        If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

        1 Reply Last reply Reply Quote 0
        • E
          Elamont
          last edited by

          @kevin V=
          password is actually set to password, i kept the defualt username and password alone until i can things running smoothly.

          as i am a linux novice could you give me the code to accomplish this?

          thank you!

          1 Reply Last reply Reply Quote 0
          • E
            Elamont
            last edited by

            [ATTACH=full]257[/ATTACH] i ran a debug in the pxe boot, and came up with the sytstem stopping at this: rtnetlink answers file exists

            [url=“/_imported_xf_attachments/0/257_fog4.jpg?:”]fog4.jpg[/url]

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

              Can you confirm that you actually uploaded an image to FOG? looks like everything in the debug is ok, at least from what I can see, but i’m by no means the best at deciphering it all, but it all looks ok. Can you try uploading another image and see if it shows up in the /images folder?

              "The quieter you become, the more you are able to hear"

              New to FOG? Check the [URL='http://www.fogproject.org/wiki/index.php/FOGUserGuide']Wiki[/…

              1 Reply Last reply Reply Quote 0
              • E
                Elamont
                last edited by

                no i did not upload an image this is what i am trying to do. when you do a full registration the last question is do you want to upload an image now…i answer yes…and then thats when i get the problems…am i just brain dead and gong about this in all the wrong way?

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

                  ah ok, now we are getting it figured out. Like Chad-Bisd said, the question at the end is if you want to push and existing image to a machine. So to upload a machine, make sure you have one ready that you want to image. Then log into the web interface and go to Host Management > List All Hosts > Select the machine that you’ve registered and want to upload > Make sure your image is selected > Basic Tasks > Upload image. Then PXE boot the machine and it’ll upload your image.

                  "The quieter you become, the more you are able to hear"

                  New to FOG? Check the [URL='http://www.fogproject.org/wiki/index.php/FOGUserGuide']Wiki[/…

                  1 Reply Last reply Reply Quote 0
                  • E
                    Elamont
                    last edited by

                    ok, here is what i have done step for step.

                    1. booted to the pxe menu, and did a quick registration.
                    2. made sure that i had a my image in image management set up.
                    3. went to host management - list all hosts - selected the only host ive registered - selected the host image and host OS (XP)
                    4. went to basic tasks on the left pane - selected upload - this brought me to a task management window underneath the title it was a blank space
                    5. rebooted the host pxe. - went to the pxe menu 3 seconds times out and went right to windows splash screen and then to windows…
                    6. no image created—i would assume.

                    im sure this is user error somewhere…

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

                      Step 4 would be where the problem is, you should have a button that says upload image that you need to click.

                      "The quieter you become, the more you are able to hear"

                      New to FOG? Check the [URL='http://www.fogproject.org/wiki/index.php/FOGUserGuide']Wiki[/…

                      1 Reply Last reply Reply Quote 0
                      • E
                        Elamont
                        last edited by

                        ok…got it…so where is the button?? LOL!

                        1 Reply Last reply Reply Quote 0
                        • E
                          Elamont
                          last edited by

                          im using fog .032 and ubuntu 12.10

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

                            that would be the index.php located in /var/www/fog/management, I guess how big is that file on your machine? I don’t know why the button wouldn’t be showing up

                            "The quieter you become, the more you are able to hear"

                            New to FOG? Check the [URL='http://www.fogproject.org/wiki/index.php/FOGUserGuide']Wiki[/…

                            1 Reply Last reply Reply Quote 0
                            • E
                              Elamont
                              last edited by

                              odd…it looks like it is 8.1 kb…i went in to the file and there seems to be HTML in it…

                              1 Reply Last reply Reply Quote 0
                              • C
                                chad-bisd Moderator
                                last edited by

                                The problem is the version of PHP that is installed is much newer than the FOG code.

                                [url]http://fogproject.org/forum/threads/cannot-create-tasks-task-manager-blank.3823/[/url]

                                summary: a small amount of code used by FOG was deprecated when it was released and is now unsupported. In the file you need to replace all function calls that pass &$tmp with just $tmp.


                                If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

                                1 Reply Last reply Reply Quote 0
                                • E
                                  Elamont
                                  last edited by

                                  it worked!!! now i had a tftp timeout on pxe boot…>LOL

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

                                    [QUOTE]The problem is the version of PHP that is installed is much newer than the FOG code.

                                    [url]http://fogproject.org/forum/threads/cannot-create-tasks-task-manager-blank.3823/[/url]

                                    summary: a small amount of code used by FOG was deprecated when it was released and is now unsupported. In the file you need to replace all function calls that pass &$tmp with just $tmp. [/QUOTE]

                                    That’s news to me 🙂 Good to know.

                                    For the TFTP problem try [B]sudo service tftpd-hpa restart[/B] and see if that solves your problem

                                    "The quieter you become, the more you are able to hear"

                                    New to FOG? Check the [URL='http://www.fogproject.org/wiki/index.php/FOGUserGuide']Wiki[/…

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

                                    239

                                    Online

                                    12.1k

                                    Users

                                    17.3k

                                    Topics

                                    155.3k

                                    Posts
                                    Copyright © 2012-2024 FOG Project