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

After reinstall need to clic always on button for listing all things, like list all groups, list all images, list all snapins etc...

Scheduled Pinned Locked Moved
General Problems
2
8
409
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.
  • Y
    yannickF
    last edited by Jul 1, 2024, 9:04 AM

    Hi,
    Is it possible to change parameter for automatically browse all items in category like it was at first install ?
    i have imported all items from my last server with an old version of fog.

    Capture d’écran 2024-07-01 à 11.00.21.png

    after cliking:

    Capture d’écran 2024-07-01 à 11.00.35.png

    i got this for all category

    best regards
    yannick

    T 1 Reply Last reply Jul 1, 2024, 10:13 AM Reply Quote 0
    • T
      Tom Elliott @yannickF
      last edited by Tom Elliott Jul 1, 2024, 4:17 AM Jul 1, 2024, 10:13 AM

      @yannickF I don’t understand what you are asking.

      1.5.x also worked this way as it was intended to be a jump between of the older style (0.32 -> 1.4.x) versions of FOG, allowing us to work toward a reactive interface. It was not a perfect UI, just meant to get us the framework to a better system.

      This is still in progress, if you’re willing to look at it and test it along side things.

      Install FOG working-1.6 branch and i think you’ll see a vastly differently layout and operational structure.

      It, in my opinion, is needing the testing. Functionally all the same things are present and operational, but much more suited for performance and hopefully ease of use.

      To install it:

      cd /path/to/foginstall # if git
      git checkout working-1.6
      git pull
      cd bin
      sudo ./installfog.sh -y
      

      Should do all the things necessary for you.

      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

      Y 3 Replies Last reply Jul 3, 2024, 1:29 PM Reply Quote 0
      • Y
        yannickF
        last edited by Jul 2, 2024, 12:16 PM

        hi,
        thanks for your response, ok i ll test it next few days , and i ll post result here.

        1 Reply Last reply Reply Quote 0
        • Y
          yannickF @Tom Elliott
          last edited by Jul 3, 2024, 1:29 PM

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • Y
            yannickF @Tom Elliott
            last edited by Jul 3, 2024, 1:45 PM

            @Tom-Elliott

            hmmmm i post an houra houra maybe too quickly.

            my ldap plugin not working now.

            DataTables warning: table id=dataTable - An SQL error occurred: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘lsGroupNamAttr’ in 'field list’SQL: SELECT lsID,lsID,lsName,lsName,lsDesc,lsCreatedBy,lsCreatedTime,lsAddress,lsPort,lsUserSearchDN,lsUserNamAttr,lsGroupNamAttr,lsGrpMemberAttr,lsAdminGroup,lsUserGroup,lsSearchScope,lsBindDN,lsBindPwd,lsGrpSearchDN,lsUseGroupMatch,lsDisplayNameEnabled,lsDisplayNameAttr,lsIsLDAPs
            FROM LDAPServers

                ORDER BY `lsName` ASC
                LIMIT 0, 10
            

            i continue to see if i have some new troubles,

            T 1 Reply Last reply Jul 3, 2024, 2:58 PM Reply Quote 0
            • T
              Tom Elliott @yannickF
              last edited by Jul 3, 2024, 2:58 PM

              @yannickF I suspect the upgrade itself, doesnt’ upgrade/retrigger upgrades to plugin tables unfortunately.

              You can fix this issue with LDAP by mysql command into your database:

              mysql -u fogmaster -p fog (find your fogmaster password in /opt/fog/.fogsettings

              Run:

              ALTER TABLE `LDAPServers` ADD COLUMN `lsGroupNamAttr` VARCHAR(255) NOT NULL AFTER `lsUserNamAttr`
              

              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
              • Y
                yannickF @Tom Elliott
                last edited by Jul 5, 2024, 8:41 AM

                @Tom-Elliott hi tom,
                too much problem with migrations and database and plugins.
                whatever, because the new interface of working 1.6 looks like nicely and because one day 1.6 will arrive, i decide to reinstalled a frech one fogproject. i have just imported my hosts. because in my last update i haved some hash not matching when snapins deployment; i decide to create all snapins again. But i noticed that fogproject 1.6 dont work like other versions.

                i got a snapin error when i try to upload:

                Type: 2, File: /var/www/fog/lib/fog/fogssh.class.php, Line: 102, Message: ssh2_sftp(): Unable to startup SFTP subsystem: Timeout waiting for response from SFTP subsystem, Host: 162.38.197.130, Username: fogproject

                fogproject snapin.PNG

                just for the screen shot i have replaced my password by xxxxxxxx

                there is a new doc about 1.6 usage ?
                i m in trouble with just a little snapin… i think ill need some help

                ps: i have checked on other post and i have already setup my ftp and my image path to owner fogproject:www-data on my debian12 and 777 chmod just for the test

                some others screens i didnt’ touch something. (ip xxx for screen)
                node.PNG
                ftp.PNG

                best regards yann

                T 1 Reply Last reply Jul 5, 2024, 11:48 AM Reply Quote 0
                • T
                  Tom Elliott @yannickF
                  last edited by Jul 5, 2024, 11:48 AM

                  @yannickF I’m working on using SSH vs FTP for file transfers and deletions as it’s more “natual” in today’s security conscious world.

                  If you’re able to allow SSH to the remote ends, this may help out with things.

                  I’ll have to change the text on these fields to remove “FTP” as the main parameter.

                  As, and this is very much just a guess, the Error is showing specifically teh SFTP subsystem is failing, I am guessing the remote side is not setup (properly) for SFTP, and is instead using the default sshd_config file.

                  I say this because there’s checks letting you know if you can connect, and if the sftp fails. Since connect has to happen first, that message tells me the configuration on the remote machine needs a minor update.

                  If you have admin access to that remote node (as well any node you need this to connect to)

                  Please open the relative machine’s /etc/ssh/sshd_config

                  Look for the line:
                  Subsystem sftp /usr/libexec/openssh/sftp-server

                  Replace it with:
                  Subsystem sftp internal-sftp

                  Restart sshd service:
                  sudo systemctl restart sshd.service

                  This should fix that particular error message.

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

                  234

                  Online

                  12.0k

                  Users

                  17.3k

                  Topics

                  155.2k

                  Posts
                  Copyright © 2012-2024 FOG Project