-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem after update (virtual-server::list_system_info failed line 3617) (Fixed) #211
Comments
You probably edited those files manually? At the moment I have no clue and based on the error message it seems that it's not theme related? Tried to restart Webmin? Are you installing Webmin from the repo or using package manager? What OS you're on and how do you upgrade? |
I have exactly the same problem as Goeny after update |
Same here. Updated two servers, one Debian 6 the other Debian 7 |
Restart Webmin! |
Restarting Webmin didn't help. Going back to 14.0... |
Is this only happening on System Information page? |
Yes |
Not only System Information: Webmin: Network -> Linux Firewall: Undefined subroutine &net::boot_interfaces called at debian-linux-lib.pl line 121. Virtualmin: Backup & Restore -> Restore Backup: Undefined subroutine &net::active_interfaces called at /usr/share/webmin/virtual-server/virtual-server-lib-funcs.pl line 3617. Virtualmin: Add Servers -> Import Virtual Server: Undefined subroutine &net::active_interfaces called at /usr/share/webmin/virtual-server/virtual-server-lib-funcs.pl line 3617. Vitualmin: List Virtual Servers: Undefined subroutine &net::active_interfaces called at /usr/share/webmin/virtual-server/virtual-server-lib-funcs.pl line 3617. |
You will be surprised to know, that I haven't changed Your error has nothing to do with the theme. Change to default theme and you should experience that same issue, I bet! How and when did you install/update Webmin? |
I actually switched theme... Problem is not there with other themes. |
Bet lost! ;) authentic-theme 14.0 and Virtualmin Framed Theme are ok Both server installed via Virtualmin GPL install.sh script and updated via package manager. One (Debian 6) two years ago, Webmin 1.760/Virtualmin 4.17 |
Hmm. :) Will see. Let me take a look again! I will post a bit later. |
Jamie few days ago updated Webmin |
Guys its all fine from Ubuntu 14.04.2 LTS , authentic 14.01 and Webmin 1.760 ... cleared cache memory etc... restared Webmin .... just fine from my side. |
The error from virtual-server.lib.funcs.pl, line 3617, says that there is no method # From interface detected at check time
&foreign_require("net", "net-lib.pl");
local $ifacename = $config{'iface'} || &first_ethernet_iface();
local ($iface) = grep { $_->{'fullname'} eq $ifacename }
&net::active_interfaces();
if ($iface) {
return $iface->{'address'};
}
else {
return undef;
}
} Tell me how does it tie to Authentic Theme? |
Hm. If you running Debian, actually you could experience this problem, as I would say, that you should have faced this issue long before. Will notify Joe. |
Strange... But what could trigger this issue? Tried a third server (Debian 6) same behaviour: Other themes and 14.0 work fine, 14.01 -> throws this |
What is the output on |
No, this method is there, my bad, as What is causing it? I have no clue yet. I'm not at the machine. I will ask again, please:
|
I have it too, qooob. It is 100% certainly an error in 14.01. 14.00 and later work FINE. I just tested the last three versions. All other themes work FINE. The original, virtualmin framed, and the bwtheme (bootstrap). I both tried upgrading and installing manually. The error is the same no matter how 14.01 is applied. ----- REASON cron job scheduled_collect_system_info fails with: failed : system-status::scheduled_collect_system_info failed : Undefined subroutine &net::active_interfaces called at /usr/share/webmin/system-status/system-status-lib.pl line 172. ===== Output of ls command root@*******:~# ls -lsaZ /usr/share/webmin/authentic-theme |
insgesamt 292 |
I can't believe to what I'm seeing and why actually Perl didn't fail. This is horrible. I simply placed parenthesis in the wrong place that I would expect to fail in any programming language but it worked in Perl taking the error to the other place? I will ask Joe or Jamie about this as it's completely rediculus. Probably it's the Perl bug. Was: Has to be: I will do the update in few minutes. |
Alright, guys, please upgrade! Version 14.02 should fix this bug. Very sorry about this and thanks for pointing out!! Could you please report your Perl versions? |
Working! 👍 |
I see!! Great! That is so wrong that it passed compilation on my machines. I got Perl v5.20.2 |
Sorry for the late reply... I am on Perl 5.14.2 (Debian 7) |
I have Perl v5.14.2 too The 14.02 update fixed the issue for me, too. Thanks! :-) |
You are welcome, guys! Good luck! ;) Thanks for reporting! |
I just updated to v14.01 (or something like that) And the system info page won't load anymore.
Now i get the following message.. How should i fix this? (or how to revert to v14.0)
virtual-server::list_system_info failed : Undefined subroutine &net::active_interfaces called at /usr/share/webmin/virtual-server/virtual-server-lib-funcs.pl line 3617.
The text was updated successfully, but these errors were encountered: