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

Snapin ID was not set, or unable to be created SVN Revision: 5661

Scheduled Pinned Locked Moved Solved
Bug Reports
3
28
10.9k
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 @Raymond Bell
    last edited by Jun 14, 2016, 9:53 AM

    @Raymond-Bell Can you walk me through the exact steps you’re doing that this happens with please? I can’t replicate, and all I’m doing is creating a task. I’ve tried upload, download, download with debug, advanced download debug, advanced upload debug, snapin task single, snapin task all, and I have yet to see this issue.

    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

    R 1 Reply Last reply Jun 14, 2016, 10:19 PM Reply Quote 0
    • R
      Raymond Bell Testers @Tom Elliott
      last edited by Jun 14, 2016, 10:19 PM

      I am out of town at a tech conference and want be back till next week. I will get with you then.

      @Tom-Elliott said in Snapin ID was not set, or unable to be created SVN Revision: 5661:

      @Raymond-Bell Can you walk me through the exact steps you’re doing that this happens with please? I can’t replicate, and all I’m doing is creating a task. I’ve tried upload, download, download with debug, advanced download debug, advanced upload debug, snapin task single, snapin task all, and I have yet to see this issue.

      Raymond Bell
      WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

      T 1 Reply Last reply Jun 17, 2016, 1:40 PM Reply Quote 0
      • T
        Tom Elliott @Raymond Bell
        last edited by Jun 17, 2016, 1:40 PM

        @Raymond-Bell When you get a chance please let us know. I had another person who had the same issue and I believe I have corrected it now. With any luck you can confirm shortly.

        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

        R 2 Replies Last reply Jun 20, 2016, 3:52 PM Reply Quote 0
        • R
          Raymond Bell Testers @Tom Elliott
          last edited by Raymond Bell Jun 20, 2016, 9:56 AM Jun 20, 2016, 3:52 PM

          @Tom-Elliott said in Snapin ID was not set, or unable to be created SVN Revision: 5661:

          @Raymond-Bell When you get a chance please let us know. I had another person who had the same issue and I believe I have corrected it now. With any luck you can confirm shortly.

          Just got back trying to up now and getting this error on storage nodes

           * Setting up and starting RPCBind.............................OK
           * Setting up and starting NFS Server..........................OK
          ERROR 1045 (28000): Access denied for user 'fogstorage'@'10.24.28.16' (using password: YES)
          ERROR 1045 (28000): Access denied for user 'fogstorage'@'10.24.28.16' (using password: YES)
          
           * Setup complete
          

          Raymond Bell
          WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

          Q 1 Reply Last reply Jun 20, 2016, 3:56 PM Reply Quote 0
          • Q
            Quazz Moderator @Raymond Bell
            last edited by Jun 20, 2016, 3:56 PM

            @Raymond-Bell Ubuntu 16.04?

            R 1 Reply Last reply Jun 20, 2016, 4:08 PM Reply Quote 0
            • R
              Raymond Bell Testers @Quazz
              last edited by Jun 20, 2016, 4:08 PM

              @Quazz said in Snapin ID was not set, or unable to be created SVN Revision: 5661:

              @Raymond-Bell Ubuntu 16.04?

              14.04

              Raymond Bell
              WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

              T 1 Reply Last reply Jun 20, 2016, 4:10 PM Reply Quote 0
              • R
                Raymond Bell Testers @Tom Elliott
                last edited by Jun 20, 2016, 4:09 PM

                @Tom-Elliott Same issue

                Raymond Bell
                WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

                1 Reply Last reply Reply Quote 0
                • T
                  Tom Elliott @Raymond Bell
                  last edited by Jun 20, 2016, 4:10 PM

                  @Raymond-Bell What version/revision?

                  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

                  R 1 Reply Last reply Jun 20, 2016, 4:12 PM Reply Quote 0
                  • R
                    Raymond Bell Testers @Tom Elliott
                    last edited by Raymond Bell Jun 20, 2016, 10:13 AM Jun 20, 2016, 4:12 PM

                    @Tom-Elliott r5716 newest
                    going back to 5633

                    Raymond Bell
                    WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

                    1 Reply Last reply Reply Quote 0
                    • T
                      Tom Elliott
                      last edited by Jun 20, 2016, 4:50 PM

                      @Raymond-Bell

                      Please try this:

                      delete from snapinAssoc WHERE saSnapinID NOT IN (SELECT snapinID FROM snapins);
                      truncate table snapinJobs;
                      truncate table snapinTasks;
                      

                      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

                      R T 2 Replies Last reply Jun 20, 2016, 5:48 PM Reply Quote 0
                      • R
                        Raymond Bell Testers @Tom Elliott
                        last edited by Jun 20, 2016, 5:48 PM

                        @Tom-Elliott said in Snapin ID was not set, or unable to be created SVN Revision: 5661:

                        truncate table

                        mysql> use fog
                        Database changed
                        mysql> delete from snapinAssoc WHERE saSnapinID NOT IN (SELECT snapinID FROM snapins);
                        ERROR 1054 (42S22): Unknown column 'snapinID' in 'field list'
                        mysql>
                        

                        Raymond Bell
                        WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

                        T 1 Reply Last reply Jun 20, 2016, 5:49 PM Reply Quote 0
                        • T
                          Tom Elliott @Tom Elliott
                          last edited by Jun 20, 2016, 5:49 PM

                          @Tom-Elliott

                          @Tom-Elliott said in Snapin ID was not set, or unable to be created SVN Revision: 5661:

                          @Raymond-Bell

                          Please try this:

                          delete from snapinAssoc WHERE saSnapinID NOT IN (SELECT sID FROM snapins);
                          truncate table snapinJobs;
                          truncate table snapinTasks;
                          

                          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

                          R 2 Replies Last reply Jun 20, 2016, 6:10 PM Reply Quote 0
                          • T
                            Tom Elliott @Raymond Bell
                            last edited by Jun 20, 2016, 5:49 PM

                            @Raymond-Bell sorry i’m allowed to make a mistake once in a while lol.

                            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

                            R 2 Replies Last reply Jun 20, 2016, 5:52 PM Reply Quote 0
                            • R
                              Raymond Bell Testers @Tom Elliott
                              last edited by Jun 20, 2016, 5:52 PM

                              @Tom-Elliott said in Snapin ID was not set, or unable to be created SVN Revision: 5661:

                              @Raymond-Bell sorry i’m allowed to make a mistake once in a while lol.

                              LOL

                              Raymond Bell
                              WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

                              1 Reply Last reply Reply Quote 0
                              • R
                                Raymond Bell Testers @Tom Elliott
                                last edited by Raymond Bell Jun 20, 2016, 12:16 PM Jun 20, 2016, 6:10 PM

                                @Tom-Elliott
                                Ok done that… This is what happens when trying to image after upgrading to Revision 5717

                                0_1466446587690_Untitled.png

                                Tried on 3 different computers

                                Raymond Bell
                                WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

                                1 Reply Last reply Reply Quote 0
                                • R
                                  Raymond Bell Testers @Tom Elliott
                                  last edited by Jun 20, 2016, 6:26 PM

                                  @Tom-Elliott And if i change the image on a guest from the GUI i get this error, but it does save the change

                                  0_1466447160655_Untitled2.png

                                  Raymond Bell
                                  WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

                                  1 Reply Last reply Reply Quote 0
                                  • R
                                    Raymond Bell Testers @Tom Elliott
                                    last edited by Jun 21, 2016, 3:07 PM

                                    @Tom-Elliott Any more thought to this issue? I am unable to image anything… Unless i go back to Revision 5633
                                    I am up to SVN Revision: 5725 and same issue

                                    Raymond Bell
                                    WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      Tom Elliott
                                      last edited by Tom Elliott Jun 21, 2016, 9:29 AM Jun 21, 2016, 3:29 PM

                                      Can you get me output of mysql command:

                                      SELECT * FROM snapins \G

                                      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

                                      R 2 Replies Last reply Jun 21, 2016, 4:03 PM Reply Quote 0
                                      • R
                                        Raymond Bell Testers @Tom Elliott
                                        last edited by Jun 21, 2016, 4:03 PM

                                        @Tom-Elliott said in Snapin ID was not set, or unable to be created SVN Revision: 5661:

                                        Can you get me output of mysql command:

                                        SELECT * FROM snapins \G

                                        Yes one min

                                        Raymond Bell
                                        WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

                                        1 Reply Last reply Reply Quote 0
                                        • R
                                          Raymond Bell Testers @Tom Elliott
                                          last edited by Raymond Bell Jun 21, 2016, 10:05 AM Jun 21, 2016, 4:05 PM

                                          @Tom-Elliott

                                          Database changed
                                          mysql> SELECT * FROM snapins \G
                                          *************************** 1. row ***************************
                                                    sID: 0
                                                  sName:
                                                  sDesc:
                                              sFilePath:
                                                  sArgs:
                                            sCreateDate: 2015-11-09 10:08:23
                                               sCreator: fog
                                                sReboot:
                                               sRunWith:
                                           sRunWithArgs:
                                                 sAnon3:
                                          snapinProtect: 0
                                               sEnabled: 1
                                             sReplicate: 1
                                              sShutdown: 0
                                               sHideLog: 0
                                               sTimeout: 0
                                          *************************** 2. row ***************************
                                                    sID: 56
                                                  sName: NCE
                                                  sDesc:
                                              sFilePath: /opt/fog/snapins/New Century Learning System Client.msi
                                                  sArgs: /qn
                                            sCreateDate: 2011-08-29 13:23:09
                                               sCreator: fog
                                                sReboot: 0
                                               sRunWith: c:\windows\system32\msiexec.exe
                                           sRunWithArgs: /i SERVERNAME="GSD-NCE" SHAREPATH="\\GSD-NCE\nceroot"
                                                 sAnon3:
                                          snapinProtect: 0
                                               sEnabled: 1
                                             sReplicate: 1
                                              sShutdown: 0
                                               sHideLog: 0
                                               sTimeout: 0
                                          *************************** 3. row ***************************
                                                    sID: 64
                                                  sName: Rosetta Stone
                                                  sDesc: Rosetta Stone Client
                                              sFilePath: /opt/fog/snapins/Rosetta Stone Client.bat
                                                  sArgs: /qn
                                            sCreateDate: 2012-12-04 12:33:16
                                               sCreator: dholifield
                                                sReboot: 0
                                               sRunWith: c:\windows\system32\msiexec.exe
                                           sRunWithArgs: /i
                                                 sAnon3:
                                          snapinProtect: 0
                                               sEnabled: 1
                                             sReplicate: 1
                                              sShutdown: 0
                                               sHideLog: 0
                                               sTimeout: 0
                                          *************************** 4. row ***************************
                                                    sID: 67
                                                  sName: LockdownBrowser
                                                  sDesc:
                                              sFilePath: /opt/fog/snapins/lockdownbrowser.bat
                                                  sArgs:
                                            sCreateDate: 2013-09-03 14:46:51
                                               sCreator: fog
                                                sReboot: 0
                                               sRunWith:
                                           sRunWithArgs:
                                                 sAnon3:
                                          snapinProtect: 0
                                               sEnabled: 1
                                             sReplicate: 1
                                              sShutdown: 0
                                               sHideLog: 0
                                               sTimeout: 0
                                          *************************** 5. row ***************************
                                                    sID: 69
                                                  sName: iTalc-Client
                                                  sDesc:
                                              sFilePath: /opt/fog/snapins/iTALC-Client.exe
                                                  sArgs:
                                            sCreateDate: 2013-10-04 10:33:52
                                               sCreator: dholifield
                                                sReboot: 0
                                               sRunWith:
                                           sRunWithArgs:
                                                 sAnon3:
                                          snapinProtect: 0
                                               sEnabled: 1
                                             sReplicate: 1
                                              sShutdown: 0
                                               sHideLog: 0
                                               sTimeout: 0
                                          *************************** 6. row ***************************
                                                    sID: 70
                                                  sName: Baby Center
                                                  sDesc:
                                              sFilePath: /opt/fog/snapins/Baby Control Center.msi
                                                  sArgs: /qn
                                            sCreateDate: 2014-01-27 10:51:03
                                               sCreator: fog
                                                sReboot: 0
                                               sRunWith: c:\windows\system32\msiexec.exe
                                           sRunWithArgs: /i
                                                 sAnon3:
                                          snapinProtect: 0
                                               sEnabled: 1
                                             sReplicate: 1
                                              sShutdown: 0
                                               sHideLog: 0
                                               sTimeout: 0
                                          *************************** 7. row ***************************
                                                    sID: 71
                                                  sName: Drivers
                                                  sDesc:
                                              sFilePath: /opt/fog/snapins/dpinst.bat
                                                  sArgs:
                                            sCreateDate: 2014-02-20 13:59:41
                                               sCreator: fog
                                                sReboot: 0
                                               sRunWith:
                                           sRunWithArgs:
                                                 sAnon3:
                                          snapinProtect: 0
                                               sEnabled: 1
                                             sReplicate: 1
                                              sShutdown: 0
                                               sHideLog: 0
                                               sTimeout: 0
                                          7 rows in set (0.00 sec)
                                          
                                          

                                          But i do not use any snapins

                                          Raymond Bell
                                          WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

                                          T 1 Reply Last reply Jun 21, 2016, 4:09 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 1 / 2
                                          1 / 2
                                          • First post
                                            13/28
                                            Last post

                                          172

                                          Online

                                          12.2k

                                          Users

                                          17.4k

                                          Topics

                                          155.5k

                                          Posts
                                          Copyright © 2012-2024 FOG Project