match googles fax name properly with outlooks
Thar fixed the memory issue. Looks like we just have one more issue. ie" Undefined subroutine &proc::get_cpu_io_usage called at C:/Webmin/authentic-theme/stats.cgi line 33. [10/Jun/2018:17:30:20 -0400] [127.0.0.1] /stats.cgi : Missing Content-Type Header Undefined subroutine &proc::get_cpu_io_usage called at C:/Webmin/authentic-theme/stats.cgi line 33. [10/Jun/2018:17:30:21 -0400] [127.0.0.1] /stats.cgi : Missing Content-Type Header Undefined subroutine &proc::get_cpu_io_usage called at C:/Webmin/authentic-theme/stats.cgi...
You are correct that the "running processes" has some issues, but it does not fail. Here is the latest log FYI... [13/Jun/2018:08:59:38 -0400] miniserv.pl started [13/Jun/2018:08:59:38 -0400] Using MD5 module Digest::MD5 [13/Jun/2018:08:59:38 -0400] Using SHA512 module Crypt::SHA [13/Jun/2018:08:59:38 -0400] Random number generator file /dev/urandom is not reliable Temp file clearing is not done for the custom directory c:/webmintemp Use of uninitialized value $settings{"settings_sysinfo_real_time_statu"...}...
the dashboard opens fine now. I have been going through the menu picks. network interfaces activated on boot does not list any, however they do show up under "active now". So far the rest of the picks show up fine. Thanks for the work you have done so far. On Tue, 12 Jun 2018 at 16:16, Ilia Rostovtsev qooob@users.sourceforge.net wrote: Yes, I should have looked more patiently. Sorry. Does the Dashboard loads for you without problems? [bugs:#5135] https://sourceforge.net/p/webadmin/bugs/5135/ perl...
the dashboard opens fine now. I have been going through the menu picks. network interfaces activated on boot does not list any, however they do show up under "active now". So far the rest of the picks show up fine. Thanks for the work you have done so far. On Tue, 12 Jun 2018 at 16:16, Ilia Rostovtsev qooob@users.sourceforge.net wrote: Yes, I should have looked more patiently. Sorry. Does the Dashboard loads for you without problems? [bugs:#5135] https://sourceforge.net/p/webadmin/bugs/5135/ perl...
The latest commit fixed the memory sub routine issue ie: Undefined subroutine &proc::get_memory_info called at C:/Webmin/authentic-theme/stats.cgi line 32. But there still is an error the the cpu sub ie: Undefined subroutine &proc::get_cpu_io_usage called at C:/Webmin/authentic-theme/stats.cgi line 33. John From: Ilia Rostovtsev qooob@users.sourceforge.net Sent: Tuesday, June 12, 2018 8:37 AM To: [webadmin:bugs] 5135@bugs.webadmin.p.re.sourceforge.net Subject: [webadmin:bugs] #5135 perl error installing...
Works much better. Thank you. I do see some errors in the log however. re: 08/Jun/2018:10:18:06 -0400] [127.0.0.1] /stats.cgi : Missing Content-Type Header 'process' is not recognized as an internal or external command, operable program or batch file. 'process' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. Undefined subroutine &proc::get_memory_info called at C:/Webmin/authentic-theme/stats.cgi line 32. [08/Jun/2018:10:18:09...
I read that as well. I created a test script to see if the if the function worked and it did. ie: use Win32; use Win32::pwent qw(getpwnam getpwent endpwent); my $uid = getpwnam(getlogin); my $win32login = Win32::LoginName(); while( my @pwent = getpwent ) { if( $pwent[0] eq $win32login and $pwent[2] == $uid ) { print( "It's me \\o/\n" ); endpwent(); last; } } I guess my concern is that if this is indeed a problem with activeperl, then the developers of webmin need to either remove the installation...