Actions
Bug #24591
closedIncorrect error reporting for MS DHCP
Fixed in Releases:
Found in Releases:
Description
When request fail, error is not reported correctly and this is thrown instead:
E, [2018-08-10T19:55:09.502316 42606010] ERROR -- : undefined local variable or method `opts' for ms dhcp server:Proxy::DHCP::NativeMS::Provider D, [2018-08-10T19:55:09.502316 42606010] DEBUG -- : undefined local variable or method `opts' for ms dhcp server:Proxy::DHCP::NativeMS::Provider (NameError) C:/smart-proxy-1.18.0/modules/dhcp_native_ms/dhcp_native_ms_main.rb:224:in `rescue in build_lease' C:/smart-proxy-1.18.0/modules/dhcp_native_ms/dhcp_native_ms_main.rb:212:in `build_lease' C:/smart-proxy-1.18.0/modules/dhcp_native_ms/dhcp_native_ms_main.rb:209:in `block in all_leases' C:/smart-proxy-1.18.0/modules/dhcp_native_ms/dhcp_native_ms_main.rb:209:in `map' C:/smart-proxy-1.18.0/modules/dhcp_native_ms/dhcp_native_ms_main.rb:209:in `all_leases' C:/smart-proxy-1.18.0/modules/dhcp_native_ms/dhcp_native_ms_main.rb:109:in `unused_ip' C:/smart-proxy-1.18.0/modules/dhcp/dhcp_api.rb:34:in `block in <class:DhcpApi>' C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sinatra-2.0.3/lib/sinatra/base.rb:1635:in `call' C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sinatra-2.0.3/lib/sinatra/base.rb:1635:in `block in compile!'
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/603 added
Updated by Tomer Brisker over 6 years ago
- Related to Bug #18070: When adding a new dhcp reservation, ip and mac addresses should be checked not only against existing reservations but leases as well added
Updated by Tomer Brisker over 6 years ago
- Fixed in Releases added
- Found in Releases 1.15.0, 1.15.1, 1.15.3, 1.15.4, 1.16.0, 1.16.1, 1.17.0, 1.17.2 added
Updated by Anonymous over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 45b67ee495100f67f849697217dca6efa8eb8135.
Updated by Ewoud Kohl van Wijngaarden over 6 years ago
- Fixed in Releases 1.20.0 added
- Fixed in Releases deleted (
) - Found in Releases 1.18.1 added
- Found in Releases deleted (
)
Updated by Ewoud Kohl van Wijngaarden over 6 years ago
- Target version set to 1.20.0
Updated by Ewoud Kohl van Wijngaarden over 6 years ago
- Found in Releases 1.18.0 added
- Found in Releases deleted (
)
Updated by Lukas Zapletal over 6 years ago
- Related to Bug #25024: Failed to fetch a free IP from proxy - undefined local variable or method `opts' for ms dhcp server:Proxy::DHCP::NativeMS::Provider added
Actions