Bug #701

default oned.conf im_kvm problem adding host

Added by Shi Jin about 10 years ago. Updated about 10 years ago.

Status:ClosedStart date:06/28/2011
Priority:NormalDue date:
Assignee:Javi Fontan% Done:

0%

Category:Drivers - Auth
Target version:Release 3.0
Resolution:fixed Pull request:
Affected Versions:

Description

Hi,

I am testing the latest master code.
I got error adding a host with im_kvm with error
syntax error, unexpected $end, expecting VARIABLE at line 2, columns 1:2

The problem is traced to the default oned.conf, there is

121 IM_MAD = [
122       name       = "im_kvm",
123       executable = "one_im_ssh",
124       arguments  = "-r 0 -t 15 kvm" ]

However, the lib/mads/one_im_exec does not take -t arguments.

The simple solution now is to remove the -t

121 IM_MAD = [
122       name       = "im_kvm",
123       executable = "one_im_ssh",
124       arguments  = "-r 0 kvm" ]

However, would it make more sense to add the handling of -t argument?

Associated revisions

Revision 0912dd69
Added by Javi Fontan about 10 years ago

bug #701: old code left in im wrapper

History

#1 Updated by Javi Fontan about 10 years ago

There was some argument handling code left in the wrapper that don't belong there anymore. Should be fixed with 0912dd6.

#2 Updated by Javi Fontan about 10 years ago

  • Category set to Drivers - Auth
  • Status changed from New to Closed
  • Assignee set to Javi Fontan
  • Resolution set to fixed

Also available in: Atom PDF