Hi Ilia Update done. System is running fine. Thank's a lot Mit freundlichen Grüssen Sven Zauber Gesendet: Sonntag, 28. Februar 2021 um 16:14 Uhr Von: "Ilia Rostovtsev" <rostovtsev@users.sourceforge.net> An: "[webadmin:bugs] " <5442@bugs.webadmin.p.re.sourceforge.net> Betreff: [webadmin:bugs] Re: #5442 error after update to 1.970 You can try Webmin 1.972 that fixes this problem. https://download.webmin.com/devel [bugs:#5442] error after update to 1.970 Status: open Group: 1.970 Created: Fri Jan 08,...
Hi Ilia Thank's a lot for your work. regards Sven
Hi Ilia My version before was 1.962 I have configured it as you said. miniserv.conf preroot=gray-theme preroot_root=authentic-theme config theme=gray-theme theme_root=authentic-theme This is not working for me. The second one is working :-) miniserv.conf preroot=authentic-theme preroot_root=gray-theme config theme=authentic-theme theme_root=gray-theme Thank's a lot
Hi Carlo I changed the same. But without success. :-(
and here the cat output from config file. root@U-Server:/etc/webmin# cat config nowebminup= real_os_type=Debian Linux passwd_cindex=2 lang=en.UTF-8 log=1 showhost=0 referers_none=1 path=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin ld_env=LD_LIBRARY_PATH gotoone=0 lang_root=de.UTF-8 by_view=0 passwd_file=/etc/shadow nomoduleup= passwd_pindex=1 webprefix= theme_root=authentic-theme product=webmin ****theme=theme-stressfree nofeedbackcc=0 help_width= find_pid_command=ps auwwwx | grep NAME | grep -v...
Hi Ilia My config looks like below. I have marked the preroot entries bold. root@U-Server:/home/sroot# cat /etc/webmin/miniserv.conf port=10000 addtype_cgi=internal/cgi realm=Webmin Server logfile=/var/webmin/miniserv.log errorlog=/var/webmin/miniserv.error pidfile=/var/webmin/miniserv.pid logtime=168 ssl=1 no_ssl2=1 no_ssl3=1 no_tls1=1 no_tls1_1=1 ssl_honorcipherorder=1 no_sslcompression=1 env_WEBMIN_CONFIG=/etc/webmin env_WEBMIN_VAR=/var/webmin atboot=1 logout=/etc/webmin/logout-flag listen=10000...
Hi Ilia OS is Linux Mint 19 Tara cat commad gives that back root@U-Server:/home/sroot# cat /usr/share/webmin/miniserv.pl |grep -B 1 -A 6 getenv sub getenv { my ($key) = @_; return $ENV{ uc($key) } || $ENV{ lc($key) }; } Output after changing index.cgi and restart webmin Error - Perl execution failed /usr/share/webmin/theme-stressfree at /usr/share/webmin/authentic-theme/index.cgi line 10. and cat command root@U-Server:/home/sroot# cat /usr/share/webmin/miniserv.pl |grep -B 1 -A 6 getenv sub getenv...
root@U-Server:/home/sroot# ps -ef | grep miniserv root 19022 1 0 14:15 ? 00:00:00 /usr/bin/perl /usr/share/webmin/miniserv.pl /etc/webmin/miniserv.conf root 19374 6265 0 14:17 pts/0 00:00:00 grep --color=auto miniserv root@U-Server:/home/sroot# /etc/webmin/restart Stopping Webmin server in /usr/share/webmin Starting Webmin server in /usr/share/webmin root@U-Server:/home/sroot# ps -ef | grep miniserv root 19481 1 0 14:17 ? 00:00:00 /usr/bin/perl /usr/share/webmin/miniserv.pl /etc/webmin/miniserv.conf...