Announcement

Collapse
No announcement yet.

After WHM 11.44 update, getting MySQL Governor cron error: Undefined subroutine getcpusers dbgovernor_map

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • After WHM 11.44 update, getting MySQL Governor cron error: Undefined subroutine getcpusers dbgovernor_map

    After our server was updated to cPanel 11.44, we are getting this cron email each night:

    SUBJECT: Cron <root@redacted> /usr/share/lve/dbgovernor/mysqlgovernor.py --dbupdate

    BODY: Undefined subroutine &Cpanel::Config::Users::getcpusers called at /usr/share/lve/dbgovernor/utils/dbgovernor_map line 82, <FILENAME> line 503.

    Can you suggest the fix?

    - Scott

  • #2
    Do you use latest db-governor ? I suppose you don , please update it.

    Comment


    • #3
      I tried to update, but nothing is updated:

      root@redcated [~]# yum update db-governor db-governor-mysql --enablerepo=cloudlinux
      Loaded plugins: fastestmirror, priorities, rhnplugin, security
      Loading mirror speeds from cached hostfile
      * cloudlinux-x86_64-server-6: xmlrpc.cln.cloudlinux.com
      cl-mysql-meta | 951 B 00:00
      cloudlinux-updates-testing | 1.1 kB 00:00
      cloudlinux-updates-testing/primary | 420 kB 00:00
      cloudlinux-updates-testing 1627/1627
      cloudlinux-x86_64-server-6 | 1.0 kB 00:00
      stable-arch | 951 B 00:00
      stable-generic | 951 B 00:00
      stable-noarch | 951 B 00:00
      28 packages excluded due to repository priority protections
      Setting up Update Process
      No Match for argument: db-governor
      No package db-governor available.
      No Match for argument: db-governor-mysql
      No package db-governor-mysql available.
      No Packages marked for Update

      Comment


      • #4
        I went ahead and opened a ticket with CloudLinux, ticket #XAJ-546-92044

        I will post the results, once the solution is found.

        - Scott

        Comment


        • #5
          It appears that I was not using the right Update commands. I was using an old method, and not the current/proper method. For anyone that is interested, here is the current update method:

          To update:
          $ yum update governor-mysql --enablerepo=cloudlinux-updates-testing
          $ /usr/share/lve/dbgovernor/mysqlgovernor.py --install

          Comment

          Working...
          X