Project

General

Profile

Actions

Bug #880

closed

wrong argument type

Added by Arlo Gilbert almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
DHCP
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

Submiting a new host

Error shows Failed to set the DHCP record: wrong argument type false (expected Regexp)

Log shows:

D, [2011-05-05T17:15:04.423161 #7790] DEBUG -- : Loading subnets for 127.0.0.1
D, [2011-05-05T17:15:04.423284 #7790] DEBUG -- : Added 10.0.10.0/255.255.255.0 to 127.0.0.1
D, [2011-05-05T17:15:04.424062 #7790] DEBUG -- : Loading subnet data for 10.0.10.0/255.255.255.0
I, [2011-05-05T17:15:04.424264 #7790] INFO -- : Enumerated hosts on 10.0.10.0
D, [2011-05-05T17:15:04.424321 #7790] DEBUG -- : Lazy loaded 10.0.10.0/255.255.255.0 records
E, [2011-05-05T17:15:04.425720 #7790] ERROR -- : wrong argument type false (expected Regexp)
D, [2011-05-05T17:15:04.432589 #7790] DEBUG -- : nsupdate: started - /etc/foreman-proxy/foreman.key
D, [2011-05-05T17:15:04.432676 #7790] DEBUG -- : nsupdate: executed command - update delete loadbalancer-01.internal.XXXXX.com A
D, [2011-05-05T17:15:04.509538 #7790] DEBUG -- : nsupdate: started - /etc/foreman-proxy/foreman.key
D, [2011-05-05T17:15:04.509630 #7790] DEBUG -- : nsupdate: executed command - update delete 2.10.0.10.in-addr.arpa PTR

Actions #1

Updated by Ohad Levy almost 13 years ago

what happens if you simply open a browser and point to http://yourproxy:port/dhcp ?

can you attach your dhcp conf and lease files?

Actions #2

Updated by Ohad Levy almost 13 years ago

To get the full trace error, simply comment the following two lines: (https://github.com/ohadlevy/smart-proxy/blob/develop/lib/dhcp_api.rb#L48)

rescue => e
  log_halt 400, e.to_s
Actions #3

Updated by Ohad Levy almost 13 years ago

  • Status changed from New to Ready For Testing
  • % Done changed from 0 to 100
Actions #4

Updated by Ohad Levy almost 13 years ago

  • Status changed from Ready For Testing to Closed
  • Assignee set to Ohad Levy
Actions

Also available in: Atom PDF