SALT Installation

85 views
Skip to first unread message

Akash Patil

unread,
Jan 7, 2015, 2:27:20 AM1/7/15
to salt-...@googlegroups.com
I have referred the link http://docs.saltstack.com/en/latest/topics/development/hacking.html to install SALT on debian [wheezy] release.

  • I have configured the Master and Minion File as mentioned in th above URL.
  • Master
    • interface 0.0.0.0
    • publish_port 4505
    • user root
    • ipv6 false
    • ret_port 4506
    • pidfile  /var/run/salt-master.pid
    • root_dir  /path/to/your/virtualenv
  • Minion
    • master localhost
    • master_port 4506
    • pidfile /var/run/salt-minion.pid
    • root_dir /path/to/your/virtualenv
    • pki_dir /etc/salt/pki/minion
    • id saltdev
  • But when i run these commands
    • salt-master -d
      • Error : WARNING: Unable to bind socket, error: [Errno 98] Address already in use The ports are not available to bind.
    • salt-minion -d
      • No output
    • salt-key -c ./etc/salt -L
      • Exception TypeError: 'an integer is required' in <bound method MasterEvent.__del__ of <salt.utils.event.MasterEvent object at 0x2e0dd50>> ignored
    • salt-key -c ./etc/salt -A
      • The key glob '*' does not match any unaccepted keys.
      • Exception TypeError: 'an integer is required' in <bound method MasterEvent.__del__ of <salt.utils.event.MasterEvent object at 0x1c02d50>> ignored
    • salt '*' test.ping
      •  Minion did not return. [No response]
Can anyone please help me with this...????

风萧萧

unread,
Jan 8, 2015, 2:00:38 AM1/8/15
to salt-...@googlegroups.com
I met the same problem.
salt-key -c ./etc/salt/ -L
error info:
Exception TypeError: 'an integer is required' in <bound method MasterEvent.__del__ of <salt.utils.event.MasterEvent object at 0x2e1ddd0>> ignored

在 2015年1月7日星期三UTC+8下午3时27分20秒,Akash Patil写道:
Reply all
Reply to author
Forward
0 new messages