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

Mounting /images/dev Permission Denied

Scheduled Pinned Locked Moved Unsolved
FOG Problems
6
67
27.0k
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.
  • T
    Tom Elliott
    last edited by May 11, 2017, 3:52 PM

    Similarly,

    It doesn’t matter where the share is coming from.

    You can share an mount point no matter how it’s being requested.

    For example:

    If you only have the windows share, (this is the first share), and you mount it directly on the client, you will have success. You can have other systems mount this share as many number of times as needed.

    Now let’s place this in the realm of FOG server.

    You have mounted the windows share to /images. This is perfectly fine.

    Now you’re sharing the same already mounted share to another system.

    /FOG-Share is mounted to /images. The client machine loads and tries to mount the /images mount to the client. This is the double share. You’re using a proxy trying to mount the system as it’s already been mounted.

    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
    • V
      vkenny
      last edited by vkenny May 12, 2017, 9:36 AM May 12, 2017, 3:35 PM

      @vkenny said in Mounting /images/dev Permission Denied:

      So if I make my /etc/fstab look like this:
      $ cat /etc/fstab
      UUID=ca0220ba-82d7-434f-9231-74ba18706ac1 / ext4 defaults 1 1
      UUID=20a99d10-8d99-429c-82b7-4c8655a22d22 swap swap defaults 0 0
      169.254.91.1:/FOG-Share /FOG-Share nfs _netdev,defaults,user,auto,noatime,intr 0 0
      169.254.91.1:/FOG-Share /images nfs _netdev,defaults,user,auto,noatime,intr 0 0

      then complete the necessary steps to change the storage node, this should work?
      Or if not what should I do?

      T 1 Reply Last reply May 12, 2017, 3:36 PM Reply Quote 0
      • T
        Tom Elliott @vkenny
        last edited by May 12, 2017, 3:36 PM

        @vkenny No.

        You cannot reshare an nfs share.
        What we’re trying to tell you, no amount of “sharing” is going to fix this for you. You could try another mounting option. Maybe CIFS/Samba from the windows share. Mounted via CIFS then the nfs side should work, but this is still fragile.

        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
        • V
          vkenny
          last edited by May 12, 2017, 3:42 PM

          ok, so I’m sorry this is confusing me, I’m just not grasping the direction you are providing. Sometimes I need to be told like I’m 5 yrs old… What it sounds like to me that you are saying is that I cannot use an NFS Share as a repository for images which I know is not the case…

          If you could give me a few directions to follow I would be very grateful.

          I also have to say the almost instant turn around in responses is exceptional. Thank you very much for such a solid support system. You guys rock!

          T 1 Reply Last reply May 12, 2017, 3:48 PM Reply Quote 0
          • T
            Tom Elliott @vkenny
            last edited by May 12, 2017, 3:48 PM

            @vkenny You cannot use an nfs share to mount and then re-export it as an nfs share.

            This is what you’re currently doing.

            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
            • V
              vkenny
              last edited by May 12, 2017, 3:52 PM

              Right. After 50 times of telling me I understand what you are saying. Problem is I’m now at a stand still because I don’t know a solution. Is there something else I can do to use this NFS Share as an image repo?

              T G 2 Replies Last reply May 12, 2017, 3:53 PM Reply Quote 0
              • T
                Tom Elliott @vkenny
                last edited by May 12, 2017, 3:53 PM

                @vkenny I just told you how.

                Share the volume, not as NFS, but as a windows “Share”

                Mount that share via fstab using cifs or samba (whatever it’s called).

                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 @vkenny
                  last edited by george1421 May 12, 2017, 10:01 AM May 12, 2017, 3:55 PM

                  @vkenny Well lets start in the beginning…

                  The target computer must connect to the FOG server over NFS. That must happen.

                  The fog server in YOUR setup is connecting to an external NFS share. So this is resharing an nfs mounted share.

                  As Tom said, you could install SAMBA on your FOG server and then connect to your windows server over CIFS (windows share technology). Then it might work ( I say might because I have not personally done this. ).

                  As I posted before you could use iSCSI and connect your fog server to an iscsi target software running on your windows server.

                  -OR- you can setup your windows server as a FOG storage node. Then the FOS engine will connect to your windows server over NFS (that you already setup) and not have to talk to the fog server at all.

                  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 1
                  • G
                    george1421 Moderator @george1421
                    last edited by May 12, 2017, 3:59 PM

                    @george1421 said in Mounting /images/dev Permission Denied:

                    I did write a proof of concept tutorial for turning a windows server into what fog calls a storage node. ref: https://forums.fogproject.org/topic/6941/windows-server-as-fog-storage-node-proof-of-concept-blog

                    Without intending to sound self righteous, my first post outlined what you “could” do to use your windows server as a fog storage node.

                    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!

                    V 1 Reply Last reply May 12, 2017, 5:25 PM Reply Quote 1
                    • V
                      vkenny
                      last edited by vkenny May 12, 2017, 11:23 AM May 12, 2017, 5:22 PM

                      alright. so I mounted the Windows share as cifs. I can add and remove directories to the mounted share with no issues. I made and deleted directories to assure I was connected.
                      UUID=ca0220ba-82d7-434f-9231-74ba18706ac1 / ext4 defaults 1 1
                      UUID=20a99d10-8d99-429c-82b7-4c8655a22d22 swap swap defaults 0 0
                      //169.254.91.1/FOG-Share /images cifs username=fog_user,password=ThePasswordForFog_User,_netdev,defaults,user,auto,intr 0 0

                      then I ran the fogsetup script again and received this:

                      • You still need to install/update your database schema.

                      • This can be done by opening a web browser and going to:

                        http://10.2.20.6/fog/management

                      • Press [Enter] key when database is updated/installed.

                      • Setting up storage…Failed!

                      any ideas?

                      1 Reply Last reply Reply Quote 0
                      • V
                        vkenny @george1421
                        last edited by May 12, 2017, 5:25 PM

                        @george1421 it says at the end of the comments you are at a stand still. Does this work?
                        ref: https://forums.fogproject.org/topic/6941/windows-server-as-fog-storage-node-proof-of-concept-blog

                        G 1 Reply Last reply May 12, 2017, 5:29 PM Reply Quote 0
                        • G
                          george1421 Moderator @vkenny
                          last edited by May 12, 2017, 5:29 PM

                          @vkenny The standstill was getting the web pages to display correctly. But that is not needed for imaging function, just for reporting to the FOG console. The imaging part should work.

                          Just understand that was a proof of concept document that was written quite a while ago with a different version of FOG. Will it work today??

                          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!

                          V 1 Reply Last reply May 12, 2017, 5:33 PM Reply Quote 0
                          • V
                            vkenny @george1421
                            last edited by May 12, 2017, 5:33 PM

                            @george1421
                            since I’m so close at this point, do you have any ideas on my previous post before I burn everything down and start over with your proof of concept…

                            T 1 Reply Last reply May 12, 2017, 5:34 PM Reply Quote 0
                            • T
                              Tom Elliott @vkenny
                              last edited by May 12, 2017, 5:34 PM

                              @vkenny What’s in the installers error log in regards to the setting up storage failed.

                              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
                              • V
                                vkenny
                                last edited by May 12, 2017, 5:44 PM

                                error log:
                                chmod: changing permissions of ‘/images’: Permission denied
                                chown: changing ownership of ‘/images’: Permission denied

                                T 1 Reply Last reply May 12, 2017, 5:46 PM Reply Quote 0
                                • T
                                  Tom Elliott @vkenny
                                  last edited by May 12, 2017, 5:46 PM

                                  @vkenny This might be because of how you’re sharing. You haven’t done anything wrong, but it’s shared from another element.

                                  Try running the installer with the -X argument.

                                  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
                                  • V
                                    vkenny
                                    last edited by vkenny May 12, 2017, 12:35 PM May 12, 2017, 6:34 PM

                                    ran it with -X and it bypassed the storage setup which indicates failed when script is running. The /images directory still does not have the correct permissions.

                                    what’s more is when I try to chmod or chown the /images directory I get permission denied even though I’m root, and the user used to mount cifs in fstab is in the administrators group in windows with full control.

                                    T 1 Reply Last reply May 12, 2017, 6:44 PM Reply Quote 0
                                    • T
                                      Tom Elliott @vkenny
                                      last edited by May 12, 2017, 6:44 PM

                                      @vkenny THis is because it’s shared from a windows source. Permissions must be set at the windows side, not the linux side.

                                      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
                                      • Q
                                        Quazz Moderator
                                        last edited by May 16, 2017, 10:59 AM

                                        Maybe I’m missing something, but why don’t you just add the NFS share of Windows directly as a storage option? I don’t really see the point in the reexporting, particularily because it doesn’t work by default afaik.

                                        1 Reply Last reply Reply Quote 1
                                        • T
                                          Tom Elliott
                                          last edited by May 16, 2017, 11:22 AM

                                          It doesn’t work by default, not only as far as you (or I) can tell, but it obviously isn’t working anyway.

                                          @vkenny Can you just take what you’re trying to get “Windows” to do an place it on the actual FOG Server?

                                          I don’t understand why you’re wanting this on a Windows machine. FOG doesn’t run, natively on a windows machine. So you already have a FOG Server. Why not (as @quazz suggested) take this particular “storage” and put it directly on the FOG Server?

                                          Nothing we’ve done has worked and has been more a waste of time than it would’ve taken to have started by placing it directly on the server as it’s own storage element.

                                          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
                                          • 2
                                          • 3
                                          • 4
                                          • 2 / 4
                                          2 / 4
                                          • First post
                                            33/67
                                            Last post

                                          201

                                          Online

                                          12.1k

                                          Users

                                          17.3k

                                          Topics

                                          155.4k

                                          Posts
                                          Copyright © 2012-2024 FOG Project