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

SVN 3592 snapins issues

Scheduled Pinned Locked Moved Solved
FOG Problems
4
9
2.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.
  • R
    robza
    last edited by Jun 23, 2015, 11:57 AM

    Hello,
    Ubuntu 13.10_64B
    After update to version 3592 I noticed that I can’t add snapins to host. Added earlier snapins are visible. On host management ->Snapins I can remover existed snapins but can’t add new. Please find attached picture. I remember there was “Tick square” but no now.
    Any advice appreciated
    Regards
    fog_snapin.png

    C 1 Reply Last reply Jun 23, 2015, 12:17 PM Reply Quote 0
    • C
      cml Moderator
      last edited by Jun 23, 2015, 12:12 PM

      Do you have any errors in apache?

      1 Reply Last reply Reply Quote 0
      • C
        ch3i Moderator @robza
        last edited by Jun 23, 2015, 12:17 PM

        @robza

        @cml said:

        Do you have any errors in apache?

        tail -n 100 /var/log/apache2/error.log
        
        1 Reply Last reply Reply Quote 0
        • R
          robza
          last edited by Jun 23, 2015, 12:26 PM

          Hi my logs from apache error.log
          error.log
          Regards

          1 Reply Last reply Reply Quote 0
          • C
            cml Moderator
            last edited by cml Jun 23, 2015, 6:52 AM Jun 23, 2015, 12:36 PM

            PHP Warning:  require_once(../commons/base.inc.php): failed to open stream: No such file or directory in /var/www/fog/service/servicemodule-active.php on line 2
            

            Do you have base.inc.php under /var/www/fog/commons? What are the permissions?

            ls -lah /var/www/fog/commons/
            

            Also, check /var/www/fog/lib/fog/Config.class.php has the correct username/password for mysql

            cat /var/www/fog/lib/fog/Config.class.php
            

            And check the socket php and mysql are using, they should be the same.

            mysql -u root -p
            SHOW GLOBAL VARIABLES where Variable_name="socket";
            EXIT;
            
            php -i | grep -F .default_socket
            
            R 1 Reply Last reply Jun 23, 2015, 1:05 PM Reply Quote 0
            • T
              Tom Elliott
              last edited by Jun 23, 2015, 12:55 PM

              Found and confirmed. Fixed in SVN 3594.

              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 1
              • R
                robza @cml
                last edited by Jun 23, 2015, 1:05 PM

                @cml ls -lah /var/www/fog/commons/ is 644,
                password for mysql is correct (no password)

                mysql> show global variables where Variable_name=“socket”;
                ±--------------±----------------------------+
                | Variable_name | Value |
                ±--------------±----------------------------+
                | socket | /var/run/mysqld/mysqld.sock |
                ±--------------±----------------------------+

                php
                php -i |grep .default_socket
                mysql.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock
                mysqli.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock
                pdo_mysql.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock

                C 1 Reply Last reply Jun 23, 2015, 1:06 PM Reply Quote 0
                • C
                  ch3i Moderator @robza
                  last edited by Jun 23, 2015, 1:06 PM

                  @robza As tom said you can update to latest SVN 🙂

                  @Tom-Elliott said:

                  Found and confirmed. Fixed in SVN 3594.

                  1 Reply Last reply Reply Quote 0
                  • R
                    robza
                    last edited by Jun 23, 2015, 1:09 PM

                    Hello,
                    after update to version 3594 everything looks good 😉
                    Thank for fast response.
                    Regards.
                    FOG forever 😉

                    1 Reply Last reply Reply Quote 0
                    • 1 / 1
                    1 / 1
                    • First post
                      6/9
                      Last post

                    191

                    Online

                    12.0k

                    Users

                    17.3k

                    Topics

                    155.2k

                    Posts
                    Copyright © 2012-2024 FOG Project