Submitted by pcfreak30 on Fri, 01/24/2014 - 20:51
At present I found if you add/scan for servers, it will add a new entry to the webmin servers list. However, I already use that system extensively for mass shell commands. There should be a check to see if theres a pre-existing server in the webmin server data, and use that rather making a new one.
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Fri, 01/24/2014 - 22:36 Comment #1
Pre-existing servers should already be skipped when scanning. Or did it get added with a different IP or hostname?
Submitted by pcfreak30 on Fri, 01/24/2014 - 22:37 Comment #2
They were the same IP and port.
Submitted by JamieCameron on Sat, 01/25/2014 - 00:54 Comment #3
Which specific menu item did you use to scan for systems?
Submitted by pcfreak30 on Sat, 01/25/2014 - 19:55 Comment #4
New System -> Find Physical Systems.
Submitted by JamieCameron on Sun, 01/26/2014 - 00:57 Comment #5
Ok, thanks. I think I see the bug that causes this now, and will include a fix in the next release.
Submitted by pcfreak30 on Sun, 01/26/2014 - 02:43 Comment #6
Yea I found it too.
server-manager-lib-funcs.pl line 597
my ($same) = grep { $_->{'host'} eq $server->{'host'} }
should probably be my ($same) = grep { $->{'host'} eq $server->{'host'} or $->{'ip'} eq $server->{'ip'}}
or similar syntax.
Submitted by Issues on Sun, 02/09/2014 - 02:47 Comment #7
Automatically closed -- issue fixed for 2 weeks with no activity.