Custom commands are now in two columns - can we have the 1 column mode reinstated?
Jamie, Thanks for that. I tried the yum clean all on Centos6 and when I now try to update/install webmin I can't as the Centos6 base repos are now "dead". This directory (and version of CentOS) is deprecated. Please see this FAQ concerning the CentOS release scheme: https://wiki.centos.org/FAQ/General Please keep in mind that 6.0, 6.1, 6.2, 6.3, 6.4 , 6.5, 6.6, 6.7, 6.8 , 6.9 and 6.10 no longer get any updates, nor any security fix's. The whole CentOS 6 is *dead* and *shouldn't* be used anywhere...
And also on CloudLinux 6.10 and CloudLinux 7.9 - same issue. Curiously it works on Centos6. On CloudLinux 6.10 I see: Loaded plugins: fastestmirror, rhnplugin, universal-hooks Setting up Install Process Loading mirror speeds from cached hostfile * EA4: 103.223.184.12 * cpanel-addons-production-feed: 103.223.184.12 * cpanel-plugins: 103.223.184.12 * cloudlinux-x86_64-server-6: cl-mirror-sg.vhost.vn * epel: d2lzkl7pfhq30w.cloudfront.net Resolving Dependencies --> Running transaction check ---> Package...
Also occurs on Centos7: esolving Dependencies --> Running transaction check ---> Package webmin.noarch 0:1.972-1 will be updated ---> Package webmin.noarch 0:1.973-1 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Updating: webmin noarch 1.973-1 Webmin 38 M Transaction Summary...
Unable to upgrade from 1.972 to 1.973 on Amazon Linux 2
FYI: https://bugs.mysql.com/bug.php?id=74482 PS: Thanks for a superb job on webminstats. Is installed on over 150 servers that we manage and works beautifully.
Eric, MySQL is v5.5.59 (Server is Centos6). the file /root/.my.cnf has the new password (minus the "#" characters). When I issue the command "mysqladmin -u root extended-status" I get in. Now, when I reset the password back to having the "#" characters I see: [root@asahipb ~]# vi .my.cnf (with the "#" characters) [root@asahipb ~]# mysqladmin -u root extended-status mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)' [root@asahipb...
MySQL password with '#' character does not connect
Thanks Ilia.
Thanks Eric.
the problem comes from the perl shebang. I was using 'perl -w' for security checks, and it does not work any more with the last authentic-theme. You can patch my perl code with the following command : sed -i 's/perl -w/perl/' *.pl *.cgi to be executed in /usr/libexec/webmin/sysstats (fedora, redhat), or /usr/share/webmin/sysstats (debian, ubuntu) directory
Sorry - that command should be: sed -i 's/perl -w/perl/' *.pl *.cgi
Ilia, Eric Gerbier (the creator of webminstats) has a fix that works. I can only assume that he will release a new module version soon. See https://sourceforge.net/p/webminstats/tickets/3/ Thanks for your assistance wit this one. Rick.
Sorry - that command should be: sed 's/perl -w/perl/' *.pl *.cgi
Eric, Thanks - but that command does not work. If I run it I get a "Missing Content-Type header" error. The command is incorrect as it should be: sed 's/perl -w/perl/' *.pl, *.cgi When run it will replace the 'perl -w' command with a straight call to 'perl' and that fixes it! Thanks! Let us know when the webmin module is fixed for download and I will get one of my guys to update all of our servers. Rick.
Exactly the same thing here. Over 100 webmin instances updated overnight and none have webminstats available.
(sorry that previous process list is wrong): ubuntu@prod-admin:~$ ps -ef | grep miniserv root 16592 1 0 22:23 ? 00:00:00 /usr/bin/perl /usr/share/webmin/miniserv.pl /etc/webmin/miniserv.conf ubuntu 17607 581 0 22:25 pts/1 00:00:00 grep --color=auto miniserv ubuntu@prod-admin:~$ sudo /etc/webmin/restart Stopping Webmin server in /usr/share/webmin Starting Webmin server in /usr/share/webmin ubuntu@prod-admin:~$ ps -ef | grep miniserv root 17644 1 0 22:25 ? 00:00:00 /usr/bin/perl /usr/share/webmin/miniserv.pl...
PID does change: ubuntu@prod-admin:~$ ps -f | grep miniserv ubuntu 16564 581 0 22:23 pts/1 00:00:00 grep --color=auto miniserv ubuntu@prod-admin:~$ sudo /etc/webmin/restart Stopping Webmin server in /usr/share/webmin Starting Webmin server in /usr/share/webmin ubuntu@prod-admin:~$ ps -f | grep miniserv ubuntu 16635 581 0 22:23 pts/1 00:00:00 grep --color=auto miniserv ubuntu@prod-admin:~$ Only occurs in the third party module. Has been reported to them so we'll see where the issue lies.
Same issue: Software error: Undefined subroutine &WebminCore::get_raw called at /usr/share/webmin/authentic-theme/authentic.pl line 44. For help, please send mail to this site's webmaster, giving this error message and the time and date of the error.
Undefined subroutine &WebminCore::get_raw called at /usr/share/webmin/authentic-theme/authentic.pl line 44.
Will this ever be resolved? Still having the same issue in (late) 2020.
Thanks Ilia. I have tested on Centos6.10 and Centos7 - works fine. Can it be packaged up to V1.921?
I believe that the correct code should be: elsif ($gconfig{'os_type'} eq 'redhat-linux' && $gconfig{'os_version'} >= 15 && &has_command("needs-restarting")) { as Centos6 has os_version as 14 and Centos7 has os_version as 15.
Update: Centos7 is correct in that it has the "-r" option for needs-restarting: [root@centos7test ~]# needs-restarting -h Usage: needs-restarting: Report a list of process ids of programs that started running before they or some component they use were updated. Options: -h, --help show this help message and exit -u, --useronly show processes for my userid only -r, --reboothint only report whether a full reboot is required (returns 1) or not (returns 0) -s, --services list the affected systemd services...
Centos6 and webmin 1.920 constantly reports that the server requires a reboot
Ilia, Is there some way I can send you a [private] video of what I have done? I am still unable to setup a webmin cluster using a fresh install of Ubuntu 18.04 and v1.910 of Webmin. Rick.
Ilia, just tried those suggestions with no luck. I will create a new server and will try again tomorrow.
Ilia, Here's the screen shot of the Cluster Webmin Servers: and here's the screenshot of the Webmin Servers: . NOTE I have added a second Centos server to see if it was a cross o/s issue - but still only the locahost is available.
Ilia, Here's the screen shot of the Cluster Webmin Servers: and here's the screenshot of the Webmin Servers: . NOTE I have added a second Centos server to see if it was a cross o/s issue - but still only the locahost is available.
Ilia, Here's the screen shot of the Cluster Webmin Servers: and here's the screenshot of the Webmin Servers: . NOTE I have added a second Centos server to see if it was a cross o/s issue - but still only the locahost is available.
Ilia, Here's the screen shot of the Cluster Webmin Servers: and here's the screenshot of the Webmin Servers: . NOTE I have added a second Centos server to see if it was a cross o/s issue - but still only the locahost is available.
Ilia, Here's the screen shot of the Cluster Webmin Servers: and here's the screenshot of the Webmin Servers: . NOTE I have added a second Centos server to see if it was a cross o/s issue - but still only the locahost is available.
Ilia, Server that we have webmin cluster on is CentOS Linux 6.10 with Webmin 1.910. I have configured three servers in the Webmin Servers Index (2 x Ubuntu [18.04..2 and 14.04.1] and 1 x Centos 6 [the local host]). When I go to Cluster Webmin Servers the ONLY option I have is the current server - the two other servers (both Ubuntu) do not appear. NOTE that the two Ubuntu servers are in diferent data centres - one at AWS and the other at Azure; the Centos6 server is inside our office. Rick.
Ilia, Server that we have webmin cluster on is CentOS Linux 6.10 with Webmin 1.910. I have configured three servers in the Webmin Servers Index (2 x Ubuntu [18.04..2 and 14.04.1] and 1 x Centos 6 [the local host]). When I go to Cluster Webmin Servers the ONLY option I have is the current server - the two other servers (both Ubuntu) do not appear. NOTE that the two servers are in diferent data centres - one at AWS and the other at Azure; the Centos6 server is inside our office. Rick.
Same issue here. Unable to add a new server to the webmin cluster. Seems a pity to have a pending issue like this for over 17 months.