Upgrading : cpanel-monitoring-cpanel-plugin-1.0.2-28.28.1.cpanel rename error

Spirogg

Well-Known Member
Feb 21, 2018
700
161
43
chicago
cPanel Access Level
Root Administrator
hello I just updated and got an error


cPanel Package Upgrades in Progress...
checkyum version 22.3 (excludes: bind-chroot)
All Needed Packages are already installed.
checkyum version 22.3 (excludes: bind-chroot)
Last metadata expiration check: 3:26:24 ago on Mon Mar 28 18:02:02 2022.
Dependencies resolved.
================================================================================
Package Arch Version Repository Size
================================================================================
Upgrading:
cpanel-monitoring-cpanel-plugin
noarch 1.0.2-28.28.1.cpanel cpanel-plugins 127 k

Transaction Summary
================================================================================
Upgrade 1 Package

Total download size: 127 k
Downloading Packages:
cpanel-monitoring-cpanel-plugin-1.0.2-28.28.1.c 770 kB/s | 127 kB 00:00
--------------------------------------------------------------------------------
Total 227 kB/s | 127 kB 00:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Running scriptlet: cpanel-monitoring-cpanel-plugin-1.0.2-28.28.1.cpanel 1/2

Plugin uninstalled ok
Plugin uninstalled ok

Upgrading : cpanel-monitoring-cpanel-plugin-1.0.2-28.28.1.cpanel 1/2
Running scriptlet: cpanel-monitoring-cpanel-plugin-1.0.2-28.28.1.cpanel 1/2
Plugin installed ok
Plugin installed ok
Code:
Cpanel::Exception::IO::RenameError/(XID qeb2bu) The system failed to rename \u201c/usr/local/cpanel/base/frontend/paper_lantern/styled/basic/sprites/icon_spritemap.png.build\u201d to \u201c/usr/local/cpanel/base/frontend/paper_lantern/styled/basic/sprites/icon_spritemap.png\u201d because of an error: No such file or directory
at /usr/local/cpanel/Cpanel/Autodie/CORE/rename.pm line 29.
    Cpanel::Autodie::rename("/usr/local/cpanel/base/frontend/paper_lantern/styled/basic/sp"..., "/usr/local/cpanel/base/frontend/paper_lantern/styled/basic/sp"...) called at /usr/local/cpanel/bin/sprite_generator line 387
    Cpanel::Bin::SpriteGenerator::_generate_sprite("/usr/local/cpanel/base/frontend/paper_lantern/styled/basic", ARRAY(0x2653f88), HASH(0x1f9dea0)) called at /usr/local/cpanel/bin/sprite_generator line 259
    Cpanel::Bin::SpriteGenerator::_run_new_sprite_generator(HASH(0x1f9dea0)) called at /usr/local/cpanel/bin/sprite_generator line 154
    Cpanel::Bin::SpriteGenerator::run() called at /usr/local/cpanel/bin/sprite_generator line 64
Id: TQ:TaskQueue:12322
Running scriptlet: cpanel-monitoring-cpanel-plugin-1.0.2-27.27.2.cpanel 2/2
Cleanup : cpanel-monitoring-cpanel-plugin-1.0.2-27.27.2.cpanel 2/2
Running scriptlet: cpanel-monitoring-cpanel-plugin-1.0.2-27.27.2.cpanel 2/2
Verifying : cpanel-monitoring-cpanel-plugin-1.0.2-28.28.1.cpanel 1/2 Verifying : cpanel-monitoring-cpanel-plugin-1.0.2-27.27.2.cpanel 2/2


Upgraded:
cpanel-monitoring-cpanel-plugin-1.0.2-28.28.1.cpanel.noarch

Complete!

Complete
just wondering if this needs to be fixed Almalinux 8.5 cPanel 102.08
 
Last edited by a moderator:

andrew.n

Well-Known Member
Jun 9, 2020
949
351
63
EU
cPanel Access Level
Root Administrator

"Resource Monitor was a cPanel & WHM plugin previously developed by Buycpanel. The software was used to view system-wide and per-user CPU, Memory, Disk, and other resource usage. The plugin was deprecated in May 2020 and is no longer available for purchase or installation. For robust and accurate resource monitoring as well as resource limiting features, we suggest using CloudLinux's LVE manager."

so the plugin probably won't be updated :( (btw you are getting that error since Paper Lantern theme has been depreciated and was removed in version 102).
 

Spirogg

Well-Known Member
Feb 21, 2018
700
161
43
chicago
cPanel Access Level
Root Administrator

"Resource Monitor was a cPanel & WHM plugin previously developed by Buycpanel. The software was used to view system-wide and per-user CPU, Memory, Disk, and other resource usage. The plugin was deprecated in May 2020 and is no longer available for purchase or installation. For robust and accurate resource monitoring as well as resource limiting features, we suggest using CloudLinux's LVE manager."

so the plugin probably won't be updated :( (btw you are getting that error since Paper Lantern theme has been depreciated and was removed in version 102).
Hello thanks @andrew.n

I never installed this plugin. With this server ? First install was probably lts version and then now upgraded to 102.08 so did cPanel have this plugin when they bought out the other company ?
Just trying to figure out how this was part of my setup since I never installed it on this server ?
 

andrew.n

Well-Known Member
Jun 9, 2020
949
351
63
EU
cPanel Access Level
Root Administrator
It was developed by Buycpanel originally which cPanel acquired a bit ago. You probably can't see the content of that article so I'm pasting here in full:

Procedure


Resource Monitor was a cPanel & WHM plugin previously developed by Buycpanel. The software was used to view system-wide and per-user CPU, Memory, Disk, and other resource usage.



The plugin was deprecated in May 2020 and is no longer available for purchase or installation. For robust and accurate resource monitoring as well as resource limiting features, we suggest using CloudLinux's LVE manager. We have more information about CloudLinux here:



What features are available with CloudLinux?
How To Upgrade to CloudLinux

How to install CloudLinux LVE Manager



If you would like to remove this plugin, run the uninstall script within the rsmonitorfolder:



sh uninstall.sh


If this script does not exist on your server, create it with the following content:



#!/bin/bash
d=`date "+%b%d"`
echo "Please confirm us to Uninstall WHM Resource Monitor Installation Plugin press Y / N"
read -p " y / n ?" ans
if [ "$ans" == "y" ]
then
echo "Uninstalling......"
if [ -f /usr/local/cpanel/3rdparty/rsmonitor.cpanelplugin ]; then
/usr/local/cpanel/bin/unregister_cpanelplugin /usr/local/cpanel/3rdparty/rsmonitor.cpanelplugin
fi
for rem in `ls /usr/local/cpanel/base/frontend/`
do
echo $rem
rm -rf /usr/local/cpanel/base/frontend/$rem/rsmonitor > /dev/null 2>&1
done
rm -rf /usr/local/cpanel/3rdparty/rsmonitor.cpanelplugin > /dev/null 2>&1
rm -rf /usr/local/cpanel/whostmgr/cgi/rsmonitor > /dev/null 2>&1
rm -rf /usr/local/cpanel/whostmgr/cgi/addon_resource_monitor.cgi > /dev/null 2>&1
rm -rf ../rsmonitor > /dev/null 2>&1
rm -rf /usr/local/cpanel/whostmgr/docroot/themes/x/icons/resourceMonitor.gif > /dev/null 2>&1
cp -Rf /var/spool/cron/root /var/spool/cron/root.`date "+%b%d"`
cd
sed -i '/rsmonitor/d' /var/spool/cron/root > /dev/null 2>&1
service crond restart
elif [ "$ans" == "n" ]
then
echo "Uninstall Request has been aborted"
exit 0
else
echo "Type y/n"
fi
 
  • Like
Reactions: cPRex

Spirogg

Well-Known Member
Feb 21, 2018
700
161
43
chicago
cPanel Access Level
Root Administrator

Spirogg

Well-Known Member
Feb 21, 2018
700
161
43
chicago
cPanel Access Level
Root Administrator
Automatically removing things is a dangerous game. It can be done with planning and notice, but it's something we avoid in general.
yes I understand but if we never installed this plugin we have to do all that work, for a plugin that cPanel installed..

Code:
If this script does not exist on your server, create it with the following content:



#!/bin/bash
d=`date "+%b%d"`
echo "Please confirm us to Uninstall WHM Resource Monitor Installation Plugin press Y / N"
read -p " y / n ?" ans
if [ "$ans" == "y" ]
then
echo "Uninstalling......"
if [ -f /usr/local/cpanel/3rdparty/rsmonitor.cpanelplugin ]; then
/usr/local/cpanel/bin/unregister_cpanelplugin /usr/local/cpanel/3rdparty/rsmonitor.cpanelplugin
fi
for rem in `ls /usr/local/cpanel/base/frontend/`
do
echo $rem
rm -rf /usr/local/cpanel/base/frontend/$rem/rsmonitor > /dev/null 2>&1
done
rm -rf /usr/local/cpanel/3rdparty/rsmonitor.cpanelplugin > /dev/null 2>&1
rm -rf /usr/local/cpanel/whostmgr/cgi/rsmonitor > /dev/null 2>&1
rm -rf /usr/local/cpanel/whostmgr/cgi/addon_resource_monitor.cgi > /dev/null 2>&1
rm -rf ../rsmonitor > /dev/null 2>&1
rm -rf /usr/local/cpanel/whostmgr/docroot/themes/x/icons/resourceMonitor.gif > /dev/null 2>&1
cp -Rf /var/spool/cron/root /var/spool/cron/root.`date "+%b%d"`
cd
sed -i '/rsmonitor/d' /var/spool/cron/root > /dev/null 2>&1
service crond restart
elif [ "$ans" == "n" ]
then
echo "Uninstall Request has been aborted"
exit 0
else
echo "Type y/n"
fi
that would be extra work for admins, and we never installed it.. this should get removed by cPanel on update.

just fyi not fair to have us do this
 

Spirogg

Well-Known Member
Feb 21, 2018
700
161
43
chicago
cPanel Access Level
Root Administrator

Spirogg

Well-Known Member
Feb 21, 2018
700
161
43
chicago
cPanel Access Level
Root Administrator
[[email protected] ~]# whereis rsmonitor
rsmonitor:
[[email protected] ~]# find rsmonitor
find: ‘rsmonitor’: No such file or directory
[[email protected] ~]#
so if its not there why do we have to create uninstall.sh etc and run it?
cPanel should be responsible for removing this cause they have this in their code somewhere otherwise it would not show up on my update

somehow this was part of an update.. and people will be like Wt? where did this come from and why the error. Just like I did...

now I need to take time out of my day to research, findout why there is an error and then find out that we never installed this and then find how to remove this.

time is money for everyone...

PS every other feature you deprecate you guys always remove it in a update. so what's the difference here

I don't get it. This is not something that I installed or added to my server.
 

Spirogg

Well-Known Member
Feb 21, 2018
700
161
43
chicago
cPanel Access Level
Root Administrator
Let me do some more research on this, although I likely won't have anything useful to report until tomorrow at this point.
I dont find that plugin anywhere.. I search all the folders in the script?
so not sure what that script will do if i run it since the files are not in those paths?

remeber I have Alamlinux and cpanel 102.08 maybe this was a centOS 7 thing, not sure but i don't find those paths and files folders for that plugin
 

Spirogg

Well-Known Member
Feb 21, 2018
700
161
43
chicago
cPanel Access Level
Root Administrator
Let me do some more research on this, although I likely won't have anything useful to report until tomorrow at this point.
rm -rf /usr/local/cpanel/whostmgr/cgi/rsmonitor > /dev/null 2>&1
rm -rf /usr/local/cpanel/whostmgr/cgi/addon_resource_monitor.cgi > /dev/null 2>&1
rm -rf ../rsmonitor > /dev/null 2>&1



Code:
[[email protected] frontend]# cd /usr/local/cpanel/whostmgr/cgi/
[[email protected] cgi]# ls
activate_remote_nameservers.cgi  api_shell                        cpaddons.pl              mailflow.cgi          sshcheck.cgi
addrbl.cgi                       brandingimage.cgi                cpaddons_report.pl       nDeploy_whm           statmanager.cgi
adjustclusterdns.cgi             build_locale_databases.pl        cpanel_log_rotation.pl   news.cgi              traceaddy.cgi
adjustclusteroptions.cgi         changeclusterdns.cgi             diskusage.cgi            parseform.pl          trustclustermaster.cgi
adjustuniquedns.cgi              changelog.cgi                    enableclusterserver.cgi  passwordstrength.cgi
ajax_locale_delete_local_key.pl  configserver                     hostaccess.cgi           process_tail.cgi
ajax_maketext_syntax_util.pl     configure_remote_nameserver.cgi  live_tail_log.cgi        remclusterserver.cgi
apache_log_rotation.pl           cpaddons                         locale_duplicate.cgi     securityadvisor
[[email protected] cgi]#

/usr/local/cpanel/whostmgr/docroot/themes/x/icons/resourceMonitor.gif >

Code:
[[email protected] cgi]# cd /usr/local/cpanel/whostmgr/docroot/themes/x/icons/
[[email protected] icons]# ls
account_enhancements.png                             mail_delivery_reports.png
account_enhancements.svg                             mail_delivery_reports.svg
account_functions.png                                mailing_list_manager_mailman.png
account_information.png                              mailing_list_manager_mailman.svg
accounts_manager.png                                 mail_queue_manager.png
accounts_manager.svg                                 mail_queue_manager.svg
add_a_dns_zone.png                                   mailserver_configuration.png
add_a_dns_zone.svg                                   mailserver_configuration.svg
add_an_a_entry_for_your_hostname.png                 mail_server_exim.png
add_an_a_entry_for_your_hostname.svg                 mail_server_exim.svg
add_a_new_ip_address.png                             mail_troubleshooter.png
add_a_new_ip_address.svg                             mail_troubleshooter.svg
add_a_package.png                                    manage_account_suspension.png
add_a_package.svg                                    manage_account_suspension.svg
additional_mysql_access_hosts.png                    manage_autossl.png
additional_mysql_access_hosts.svg                    manage_autossl.svg
apache_configuration.png                             manage_cpaddons_site_software.png
apache_configuration.svg                             manage_cpaddons_site_software.svg
apache_mod_userdir_tweak.png                         manage_databases.png
apache_mod_userdir_tweak.svg                         manage_databases.svg
apache_status.png                                    manage_database_users.png
apache_status.svg                                    manage_database_users.svg
api_shell.png                                        manage_demo_mode.png
api_shell.svg                                        manage_demo_mode.svg
api_tokens.png                                       manage_external_authentication.png
api_tokens.svg                                       manage_external_authentication.svg
apps_managed_by_appconfig.png                        manage_hooks.png
apps_managed_by_appconfig.svg                        manage_hooks.svg
arrow-up.gif                                         manage_mysql_profiles.png
assign_ipv6_address.png                              manage_mysql_profiles.svg
assign_ipv6_address.svg                              manage_plugins.png
background_process_killer.png                        manage_plugins.svg
background_process_killer.svg                        manage_resellers_ip_delegation.png
backup_configuration.png                             manage_resellers_ip_delegation.svg
backup_configuration.svg                             manage_resellers_shared_ip.png
backup.png                                           manage_resellers_shared_ip.svg
backup_restoration.png                               manage_roots_ssh_keys.png
backup_restoration.svg                               manage_roots_ssh_keys.svg
backup_system_migration.png                          manage_services_ssl_certificates.png
backup_system_migration.svg                          manage_services_ssl_certificates.svg
backup_user_selection.png                            manage_shell_access.png
backup_user_selection.svg                            manage_shell_access.svg
basic_webhost_manager_setup.png                      manage_ssl_hosts.png
basic_webhost_manager_setup.svg                      manage_ssl_hosts.svg
blocker.png                                          manage_wheel_group_users.png
blocker.svg                                          manage_wheel_group_users.svg
canary.png                                           market.png
canary.svg                                           market_provider_manager.png
change_account_contact_email.png                     market_provider_manager.svg
change_account_contact_email.svg                     memory_usage_restrictions.png
change_hostname.png                                  memory_usage_restrictions.svg
change_hostname.svg                                  modify_an_account.png
change_log.png                                       modify_an_account.svg
change_log.svg                                       modify_cpanel_whm_news.png
change_multiple_sites_ip_addresses.png               modify_cpanel_whm_news.svg
change_multiple_sites_ip_addresses.svg               modify_upgrade_multiple_accounts.png
change_mysql_user_password.png                       modify_upgrade_multiple_accounts.svg
change_mysql_user_password.svg                       modsecurity_configuration.png
change_ownership_of_an_account.png                   modsecurity_configuration.svg
change_ownership_of_an_account.svg                   modsecurity_tools.png
change_ownership_of_multiple_accounts.png            modsecurity_tools.svg
change_ownership_of_multiple_accounts.svg            modsecurity_vendors.png
change_root_password.png                             modsecurity_vendors.svg
change_root_password.svg                             module_installers.png
change_sites_ip_address.png                          module_installers.svg
change_sites_ip_address.svg                          multi_account_functions.png
cloudlinux_manager.png                               multiphp_ini_editor.png
cloudlinux_manager.svg                               multiphp_ini_editor.svg
clusters.png                                         multiphp_manager.png
compiler_access.png                                  multiphp_manager.svg
compiler_access.svg                                  mysql_mariadb_upgrade.png
configuration_cluster.png                            mysql_mariadb_upgrade.svg
configuration_cluster.svg                            mysql_root_password.png
configure_application_locales.png                    mysql_root_password.svg
configure_application_locales.svg                    nameserver_record_report.png
configure_cpanel_analytics.png                       nameserver_record_report.svg
configure_cpanel_analytics.svg                       nameserver_selection.png
configure_cpanel_cron_jobs.png                       nameserver_selection.svg
configure_cpanel_cron_jobs.svg                       networking_setup.png
configure_php_and_suexec.png                         nginx_manager.png
configure_postgresql.png                             nginx_manager.svg
configure_postgresql.svg                             packages.png
configure_remote_service_ips.png                     park_a_domain.png
configure_remote_service_ips.svg                     park_a_domain.svg
configure_security_policies.png                      password_modification.png
configure_security_policies.svg                      password_modification.svg
contact.gif                                          password_strength_configuration.png
contact_manager.png                                  password_strength_configuration.svg
contact_manager.svg                                  perform_a_dns_cleanup.png
convert_addon_domain_to_account.png                  perform_a_dns_cleanup.svg
convert_addon_domain_to_account.svg                  pgsql_server.gif
copy_a_locale.png                                    php_fpm_service_for_apache.png
copy_a_locale.svg                                    php_fpm_service_for_apache.svg
cpanel_development_forum.png                         phpMyAdmin.png
cpanel_development_forum.svg                         phpMyAdmin.svg
cpanel_log_rotation_configuration.png                piped_log_configuration.png
cpanel_log_rotation_configuration.svg                piped_log_configuration.svg
cpanel_plugin_file_generator.png                     plugin_placeholder.png
cpanel_plugin_file_generator.svg                     plugins.png
cpanel.png                                           process_manager.png
cpanel_web_disk_configuration.png                    process_manager.svg
cpanel_web_disk_configuration.svg                    purchase_and_install_an_ssl_certificate.png
cpanel_web_services_configuration.png                purchase_and_install_an_ssl_certificate.svg
cpanel_web_services_configuration.svg                quota_modification.png
cphulk_brute_force_protection.png                    quota_modification.svg
cphulk_brute_force_protection.svg                    raw_apache_log_download.png
create_a_new_account.png                             raw_apache_log_download.svg
create_a_new_account.svg                             raw_ea_nginx_log_download.png
create_support_ticket.png                            raw_ea_nginx_log_download.svg
create_support_ticket.svg                            raw_ftp_log_download.png
customization.png                                    raw_ftp_log_download.svg
customization.svg                                    rearrange_an_account.png
daily_process_log.png                                rearrange_an_account.svg
daily_process_log.svg                                rebuild_rpm_database.png
database_map_tool.png                                rebuild_rpm_database.svg
database_map_tool.svg                                rebuild_the_ip_address_pool.png
delete_a_dns_zone.png                                rebuild_the_ip_address_pool.svg
delete_a_dns_zone.svg                                remote_access_key.png
delete_a_locale.png                                  remote_access_key.svg
delete_a_locale.svg                                  repair_a_mysql_database.png
delete_a_package.png                                 repair_a_mysql_database.svg
delete_a_package.svg                                 repair_mailbox_permissions.png
development.png                                      repair_mailbox_permissions.svg
directoryindex_priority.png                          reseller_center.png
directoryindex_priority.svg                          reseller_center.svg
disk.gif                                             resellers.png
dns_cluster.png                                      reserved_ips_editor.png
dns_cluster.svg                                      reserved_ips_editor.svg
dns_functions.png                                    reset_account_bandwidth_limit.png
dns_server.png                                       reset_account_bandwidth_limit.svg
dns_server.svg                                       reset_a_mailman_password.png
easyapache_4.png                                     reset_a_mailman_password.svg
easyapache_4.svg                                     reset_resellers.png
edit_a_locale.png                                    reset_resellers.svg
edit_a_locale.svg                                    resolver_configuration.png
edit_a_package.png                                   resolver_configuration.svg
edit_a_package.svg                                   restart_services.png
edit_dns_zone.png                                    restore_modules_summary.png
edit_dns_zone.svg                                    restore_modules_summary.svg
edit_mx_entry.png                                    review_transfers_and_restores.png
edit_reseller_name_servers_and_privileges.png        review_transfers_and_restores.svg
edit_reseller_name_servers_and_privileges.svg        security_center.png
edit_system_mail_preferences.png                     security_questions.png
edit_system_mail_preferences.svg                     security_questions.svg
edit_zone_templates.png                              server_configuration.png
edit_zone_templates.svg                              server_contacts.png
email_all_resellers.png                              server_information.png
email_all_resellers.svg                              server_information.svg
email_all_users.png                                  server_profile.png
email_all_users.svg                                  server_profile.svg
email_deliverability.png                             server_status.png
email_deliverability.svg                             server_time.png
email.gif                                            server_time.svg
email.png                                            service_configuration.png
email_routing_configuration.png                      service_manager.png
email_routing_configuration.svg                      service_manager.svg
enable_dkim_and_spf_globally.png                     service_status.png
enable_dkim_and_spf_globally.svg                     service_status.svg
exim_configuration_manager.png                       servlet_server_tomcat.gif
exim_configuration_manager.svg                       setup_edit_domain_forwarding.png
fallback_icon.png                                    setup_edit_domain_forwarding.svg
feature_manager.png                                  set_zone_time_to_live_ttl.png
feature_manager.svg                                  set_zone_time_to_live_ttl.svg
file_and_directory_restoration.png                   shell_fork_bomb_protection.png
file_and_directory_restoration.svg                   shell_fork_bomb_protection.svg
filter_email_by_country.png                          show_accounts_over_quota.png
filter_email_by_country.svg                          show_accounts_over_quota.svg
filter_incoming_emails_by_domain.png                 show_current_disk_usage.png
filter_incoming_emails_by_domain.svg                 show_current_disk_usage.svg
forceful_server_reboot.png                           show_current_running_processes.png
forceful_server_reboot.svg                           show_current_running_processes.svg
force_password_change.png                            show_edit_reserved_ips.png
force_password_change.svg                            show_edit_reserved_ips.svg
ftp_server_configuration.png                         show_ip_address_usage.png
ftp_server_configuration.svg                         show_ip_address_usage.svg
ftp_server_proftpd_pureftpd.png                      show_mysql_processes.png
ftp_server_proftpd_pureftpd.svg                      show_mysql_processes.svg
ftp_server_selection.png                             show_or_delete_current_ip_addresses.png
ftp_server_selection.svg                             show_or_delete_current_ip_addresses.svg
generate_an_ssl_certificate_and_signing_request.png  show_reseller_accounts.png
generate_an_ssl_certificate_and_signing_request.svg  show_reseller_accounts.svg
global_configuration.png                             site_monitoring.png
global_configuration.svg                             site_monitoring.svg
graceful_server_reboot.png                           skeleton_directory.png
graceful_server_reboot.svg                           skeleton_directory.svg
grant_cpanel_support_access.png                      smtp_restrictions.png
grant_cpanel_support_access.svg                      smtp_restrictions.svg
greylisting.png                                      software_add_a_package.png
greylisting.svg                                      software_add_a_package.svg
group_account_functions.svg                          software_development_kit.png
group_account_information.svg                        software_development_kit.svg
group_backup.svg                                     software.png
group_clusters.svg                                   software.svg
group_cpanel.svg                                     spamd_startup_configuration.png
group_development.svg                                spamd_startup_configuration.svg
group_dns_functions.svg                              sql_server.gif
group_email.svg                                      sql_server_mysql.png
group_ip_functions.svg                               sql_server_mysql.svg
group_locales.svg                                    sql_server_pgsql.png
group_market.svg                                     sql_server_pgsql.svg
group_multi_account_functions.svg                    sql_services.png
group_networking_setup.svg                           ssh_password_authorization_tweak.png
group_packages.svg                                   ssh_password_authorization_tweak.svg
group_plugins.svg                                    ssh_server_openssh.png
group_resellers.svg                                  ssh_server_openssh.svg
group_restart_services.svg                           ssl_storage_manager.png
group_security_center.svg                            ssl_storage_manager.svg
group_server_configuration.svg                       ssl_tls_configuration.png
group_server_contacts.svg                            ssl_tls_configuration.svg
group_server_status.svg                              ssl_tls.png
group_service_configuration.svg                      statistics_software_configuration.png
group_software.svg                                   statistics_software_configuration.svg
group_sql_services.svg                               status.gif
group_ssl_tls.svg                                    support_center.png
group_support.svg                                    support_center.svg
group_system_health.svg                              support.png
group_system_reboot.svg                              synchronize_dns_records.png
group_themes.svg                                     synchronize_dns_records.svg
group_transfers.svg                                  system_health.png
host_access_control.png                              system_reboot.png
host_access_control.svg                              system_update.png
http_server_apache.png                               system_update.svg
http_server_apache.svg                               task_queue_monitor.png
ico-security-advisor.png                             task_queue_monitor.svg
ico-security-advisor.svg                             terminal.png
imap_server.png                                      terminal.svg
imap_server.svg                                      terminate_accounts.png
include_editor.png                                   terminate_accounts.svg
include_editor.svg                                   theme_manager.png
initial_quota_setup.png                              theme_manager.svg
initial_quota_setup.svg                              themes.png
install_an_ssl_certificate_on_a_domain.png           traceroute_enable_disable.png
install_an_ssl_certificate_on_a_domain.svg           traceroute_enable_disable.svg
install_a_perl_module.png                            transfer_cpanel_account.png
install_a_perl_module.svg                            transfer_cpanel_account.svg
install_cpaddons_site_software.png                   transfers.png
install_cpaddons_site_software.svg                   transfer_tool.png
install_servlets.png                                 transfer_tool.svg
install_servlets.svg                                 tweak_settings.png
ip_functions.png                                     tweak_settings.svg
ip_migration_wizard.png                              two_factor_authentication.png
ip_migration_wizard.svg                              two_factor_authentication.svg
ipv6_ranges.png                                      unsuspend_bandwidth_exceeders.png
ipv6_ranges.svg                                      unsuspend_bandwidth_exceeders.svg
legacy_backup_configuration.png                      update_database_map.png
legacy_backup_configuration.svg                      update_database_map.svg
legacy_restore_backups.png                           update_preferences.png
legacy_restore_backups.svg                           update_preferences.svg
legacy_restore_multiple_backups.png                  update_server_software.png
legacy_restore_multiple_backups.svg                  update_server_software.svg
limit_bandwidth_usage.png                            upgrade_downgrade_an_account.png
limit_bandwidth_usage.svg                            upgrade_downgrade_an_account.svg
link_server_nodes.png                                upgrade_to_latest_version.png
link_server_nodes.svg                                upgrade_to_latest_version.svg
list_accounts.png                                    view_available_locales.png
list_accounts.svg                                    view_available_locales.svg
list_parked_domains.png                              view_bandwidth_usage.png
list_parked_domains.svg                              view_bandwidth_usage.svg
list_subdomains.png                                  view_mail_statistics_summary.png
list_subdomains.svg                                  view_mail_statistics_summary.svg
list_suspended_accounts.png                          view_relayers.png
list_suspended_accounts.svg                          view_relayers.svg
locales.png                                          view_reseller_usage_and_manage_account_status.png
locale_xml_download.png                              view_reseller_usage_and_manage_account_status.svg
locale_xml_download.svg                              view_sent_summary.png
locale_xml_upload.png                                view_sent_summary.svg
locale_xml_upload.svg                                web_template_editor.png
log_config.gif                                       web_template_editor.svg
log_rotation.png                                     whm_marketplace.png
log_rotation.svg                                     whm_marketplace.svg
mailbox_conversion.png                               wh_sql_config.svg
mailbox_conversion.svg
[[email protected] icons]#
nothing


not here ?
 

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
14,249
2,218
363
cPanel Access Level
Root Administrator
I think there is some confusion between the actual issue you're seeing and the post from @andrew.n.may have led us down the wrong path on this one.

The link andrew.n originally mentioned is a separate plugin that wasn't originally created by cPanel: https://support.cpanel.net/hc/en-us/articles/1500002141562-Resource-Monitor-Plugin

If we look into the history of that plugin, we'll find details like this:


which include the rsmonitor name. This is completely separate from the cpanel-monitoring-cpanel-plugin package as rsmonitor had to be manually installed on servers where users wanted it, and isn't something that ever came with a default cPanel installation.

So, if you're seeing an issue with rsmonitor, that isn't something we can help with, but I don't think that's what you're experiencing here.

Here is your original error:

Code:
Cpanel::Exception::IO::RenameError/(XID qeb2bu) The system failed to rename \u201c/usr/local/cpanel/base/frontend/paper_lantern/styled/basic/sprites/icon_spritemap.png.build\u201d to \u201c/usr/local/cpanel/base/frontend/paper_lantern/styled/basic/sprites/icon_spritemap.png\u201d because of an error: No such file or directory
at /usr/local/cpanel/Cpanel/Autodie/CORE/rename.pm line 29.
    Cpanel::Autodie::rename("/usr/local/cpanel/base/frontend/paper_lantern/styled/basic/sp"..., "/usr/local/cpanel/base/frontend/paper_lantern/styled/basic/sp"...) called at /usr/local/cpanel/bin/sprite_generator line 387
    Cpanel::Bin::SpriteGenerator::_generate_sprite("/usr/local/cpanel/base/frontend/paper_lantern/styled/basic", ARRAY(0x2653f88), HASH(0x1f9dea0)) called at /usr/local/cpanel/bin/sprite_generator line 259
    Cpanel::Bin::SpriteGenerator::_run_new_sprite_generator(HASH(0x1f9dea0)) called at /usr/local/cpanel/bin/sprite_generator line 154
    Cpanel::Bin::SpriteGenerator::run() called at /usr/local/cpanel/bin/sprite_generator line 64
Id: TQ:TaskQueue:12322
The /usr/local/cpanel/base/frontend/paper_lantern/styled/basic/sprites/icon_spritemap.png wouldn't be related to any of the mentioned monitoring tools. It looks like there was just an issue with a temporary icon_spritemap.png.build file that didn't exist by the time the update got around to it.

My personal server has the /usr/local/cpanel/base/frontend/paper_lantern/styled/basic/sprites/icon_spritemap.png file but not the .build as well. This notification just happened to get presented at the same time the plugin was being updated, but I don't think either the old plugin or the current one is related to this issue.

If you run upcp again, you'll likely see it works just fine since that temporary file is not being checked again.
 

Spirogg

Well-Known Member
Feb 21, 2018
700
161
43
chicago
cPanel Access Level
Root Administrator
@cPRex I just did it. how to tell if whatever this was - was uninstalled?

Code:
[[email protected] ~]# nano uninstall.sh
[[email protected] ~]# sh uninstall.sh
Please confirm us to Uninstall WHM Resource Monitor Installation Plugin press Y / N
 y / n ?y
Uninstalling......
delete.jpg
demo.live.php
disconnect.gif
disconnect.jpg
edit.jpg
includes.html
jupiter
paper_lantern
passwd.jpg
webmail.jpg
x3_redirect_index.html
Redirecting to /bin/systemctl restart crond.service
[[email protected] ~]#
 

Spirogg

Well-Known Member
Feb 21, 2018
700
161
43
chicago
cPanel Access Level
Root Administrator
@cPRex I just did it. how to tell if whatever this was - was uninstalled?

Code:
[[email protected] ~]# nano uninstall.sh
[[email protected] ~]# sh uninstall.sh
Please confirm us to Uninstall WHM Resource Monitor Installation Plugin press Y / N
y / n ?y
Uninstalling......
delete.jpg
demo.live.php
disconnect.gif
disconnect.jpg
edit.jpg
includes.html
jupiter
paper_lantern
passwd.jpg
webmail.jpg
x3_redirect_index.html
Redirecting to /bin/systemctl restart crond.service
[[email protected] ~]#
OK so I did this for nothing, hope I did not screw anything up ahhhhhhhhhhhhhhhhhhhhhhhhhhhh....
 

Spirogg

Well-Known Member
Feb 21, 2018
700
161
43
chicago
cPanel Access Level
Root Administrator
I think there is some confusion between the actual issue you're seeing and the post from @andrew.n.may have led us down the wrong path on this one.

The link andrew.n originally mentioned is a separate plugin that wasn't originally created by cPanel: https://support.cpanel.net/hc/en-us/articles/1500002141562-Resource-Monitor-Plugin

If we look into the history of that plugin, we'll find details like this:


which include the rsmonitor name. This is completely separate from the cpanel-monitoring-cpanel-plugin package as rsmonitor had to be manually installed on servers where users wanted it, and isn't something that ever came with a default cPanel installation.

So, if you're seeing an issue with rsmonitor, that isn't something we can help with, but I don't think that's what you're experiencing here.

Here is your original error:

Code:
Cpanel::Exception::IO::RenameError/(XID qeb2bu) The system failed to rename \u201c/usr/local/cpanel/base/frontend/paper_lantern/styled/basic/sprites/icon_spritemap.png.build\u201d to \u201c/usr/local/cpanel/base/frontend/paper_lantern/styled/basic/sprites/icon_spritemap.png\u201d because of an error: No such file or directory
at /usr/local/cpanel/Cpanel/Autodie/CORE/rename.pm line 29.
    Cpanel::Autodie::rename("/usr/local/cpanel/base/frontend/paper_lantern/styled/basic/sp"..., "/usr/local/cpanel/base/frontend/paper_lantern/styled/basic/sp"...) called at /usr/local/cpanel/bin/sprite_generator line 387
    Cpanel::Bin::SpriteGenerator::_generate_sprite("/usr/local/cpanel/base/frontend/paper_lantern/styled/basic", ARRAY(0x2653f88), HASH(0x1f9dea0)) called at /usr/local/cpanel/bin/sprite_generator line 259
    Cpanel::Bin::SpriteGenerator::_run_new_sprite_generator(HASH(0x1f9dea0)) called at /usr/local/cpanel/bin/sprite_generator line 154
    Cpanel::Bin::SpriteGenerator::run() called at /usr/local/cpanel/bin/sprite_generator line 64
Id: TQ:TaskQueue:12322
The /usr/local/cpanel/base/frontend/paper_lantern/styled/basic/sprites/icon_spritemap.png wouldn't be related to any of the mentioned monitoring tools. It looks like there was just an issue with a temporary icon_spritemap.png.build file that didn't exist by the time the update got around to it.

My personal server has the /usr/local/cpanel/base/frontend/paper_lantern/styled/basic/sprites/icon_spritemap.png file but not the .build as well. This notification just happened to get presented at the same time the plugin was being updated, but I don't think either the old plugin or the current one is related to this issue.

If you run upcp again, you'll likely see it works just fine since that temporary file is not being checked again.


yup it is there so no issue
Code:
[[email protected] ~]# cd /usr/local/cpanel/base/frontend/paper_lantern/styled/basic/sprites/
[[email protected] sprites]# ls
icon_spritemap.css  icon_spritemap.png  icon_spritemap.svg
[[email protected] sprites]#
 
  • Like
Reactions: cPRex