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

    directory permissions or synchronize accounts

    Scheduled Pinned Locked Moved
    FOG Problems
    2
    7
    602
    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.
    • P
      Pilar
      last edited by Pilar

      ![0_1639688886485_fallo.jpg](Subiendo 0%)
      if I change the path of the image in the node it does NOT create a new exports with the current

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

        @Pilar Please try uploading the picture again and explain in more detail.

        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

        P 1 Reply Last reply Reply Quote 0
        • P
          Pilar @Sebastian Roth
          last edited by

          @sebastian-roth
          I can’t upload the photo. Part of the content of the photo is:

          Version: 1.5.9
          Init Version: 20200906
          *Verifying network interface configuration ………………. Done
          *Checking Operating System ……………………………………… Windows 10
          *Checking CPU Cores ………………………………………………… 12
          *Send method …………………………………………………………… NFS
          *Attempting to checking in ………………………………………… Done
          *Mounting File System ……………………………………………… Failed

          An error has been detected!

          Init Version: 20200906
          Could not mount images folder (/bin/fog.upload)
          Args Passed:
          Reason: mount: mounting 111.111.111.111:/images/dev/ on /images failed: Permission denied

          Kernel variables and settings:
          bzImage loglevel=4 initrd=init.xz root=/dev/ram0 rw ramdisk_size=275000 web=http://111.111.111.111/fog/ consoleblank=0 rootfstype=ext4 nvme_core.default_ps_max_latency_us=0 mac=00:00:00:00:00:00 ftp=111.111.111.111 storage=111.111.111.111:/images/dev/ storageip=111.111.111.111 osid=9 irqpo11 hostname=NombreEquipo chkdsk=0 img=NombreImagen imgType=n imgid=10 imgFormat=5 PIGZ_COMP=-6 hostearly=1 pct=5 ignorepg=1 type=up

          Computer Will reboot in 1 minute

          P 1 Reply Last reply Reply Quote 0
          • P
            Pilar @Pilar
            last edited by

            @pilar Attempting to capture an image

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

              @Pilar Please run the following commands and post output here:

              cat /etc/exports
              ls -al /images
              ls -al /images/dev
              

              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

              P 1 Reply Last reply Reply Quote 0
              • P
                Pilar @Sebastian Roth
                last edited by

                @sebastian-roth

                the permits were root root

                root@FOG:~# cat /etc/exports
                /images *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insec ure,fsid=0)
                /images/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1 )

                root@FOG:~# ls -al /images
                total 72
                drwxrwxrwx 15 fogproject root 4096 dic 16 14:05 .
                drwxr-xr-x 24 root root 4096 sep 27 10:17 …
                drwxrwxrwx 3 fogproject root 4096 dic 11 15:30 dev
                drwxrwxrwx 2 root root 4096 dic 11 15:09 DiscoSSDHP
                drwxrwxrwx 2 fogproject root 4096 dic 11 15:30 HPCompleto
                drwxrwxrwx 2 fogproject root 4096 nov 29 09:00 HPLabDocDATOS
                drwxrwxrwx 2 fogproject root 4096 nov 29 09:21 HPLabDocSistema
                drwxrwxrwx 2 fogproject root 4096 sep 28 15:04 L113P01W10
                drwxrwxrwx 2 fogproject root 4096 oct 6 15:05 LEN112W10Cliente
                drwx------ 2 root root 16384 dic 7 06:41 lost+found
                -rwxrwxrwx 1 root root 0 dic 11 11:34 .mntcheck
                drwxrwxrwx 2 fogproject root 4096 jul 27 15:10 postdownloadscripts
                drwxrwxrwx 2 fogproject root 4096 dic 16 14:05 tecnico1
                drwxrwxrwx 2 fogproject root 4096 dic 16 14:05 tecnico2
                drwxrwxrwx 2 fogproject root 4096 dic 16 14:05 tecnico3
                drwxrwxrwx 2 fogproject root 4096 dic 16 14:05 tecnico4

                root@FOG:~# ls -al /images/dev/
                total 12
                drwxrwxrwx 3 fogproject root 4096 dic 11 15:30 .
                drwxrwxrwx 15 fogproject root 4096 dic 16 14:05 …
                -rwxrwxrwx 1 fogproject root 0 jul 27 15:10 .mntcheck
                drwxrwxrwx 2 fogproject root 4096 jul 27 15:10 postinitscripts

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

                  @Pilar Somehow lost track of this. You still run into this issue?

                  The output you posted seems file so far. What about exportfs -v (please post output here as well)?

                  Is 111.111.111.111 your FOG server IP?

                  Is there a firewall on the FOG server or somewhere along the route between host machine and FOG server?

                  if I change the path of the image in the node it does NOT create a new exports with the current

                  I am still not sure I understand what you meant here.

                  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

                  201

                  Online

                  12.0k

                  Users

                  17.3k

                  Topics

                  155.2k

                  Posts
                  Copyright © 2012-2024 FOG Project