After updating to 2.630 Webalizer is trowing this error: Failed to run /usr/libexec/webmin/webalizer/webalizer.pl : No such file or directory at /etc/webmin/webalizer/webalizer.pl line 13.
This on a working production server after updating Webmin.
AlmaLinux 9.7, Just did a Virtualmin update the error on the webmin dashboard was gone.
But the Webalizer error not. I found out that the directory /usr/libexec/webmin/webalizer was deleted by the update. I copied the directory from another production server with the old webmin and every thing is fine now. Somehow the update screw up the /usr/libexec/webmin/webalizer directory.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
What OS and version is this?
Do you have the new Virtualmin download.virtualmin.com repos configured? If so, how did you set up these new repositories?
Hi,
This on a working production server after updating Webmin.
AlmaLinux 9.7, Just did a Virtualmin update the error on the webmin dashboard was gone.
But the Webalizer error not. I found out that the directory /usr/libexec/webmin/webalizer was deleted by the update. I copied the directory from another production server with the old webmin and every thing is fine now. Somehow the update screw up the /usr/libexec/webmin/webalizer directory.
Which repositories are configured in
/etc/yum.repos.d? What is the output of:There’s no need to do it like that; just install it using your package manager:
sudo grep -Rsi -A5 -B 5 'virtualmin' /etc/yum.repos.d
/etc/yum.repos.d/virtualmin-stable.repo:[virtualmin-stable]
/etc/yum.repos.d/virtualmin-stable.repo:name=Virtualmin Stable
/etc/yum.repos.d/virtualmin-stable.repo:baseurl=https://download.virtualmin.com
/etc/yum.repos.d/virtualmin-stable.repo-enabled=1
/etc/yum.repos.d/virtualmin-stable.repo:gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-virtualmin-developers
/etc/yum.repos.d/virtualmin-stable.repo-gpgcheck=1
/etc/yum.repos.d/virtualmin-stable.repo-exclude=webmin-virtual-server-pro.noarch
And when and how did you upgrade to these new repos?
From Webmin Dashboard -> Package updates -> Updates Selected Packages.