sockets - MIT Kerberos - kpropd does nothing -
i'm attempting start kpropd on centos box. gives no status , doesn't start process. exit code "1"
i started in debug mode:
kpropd -d -s
it shows:
kpropd: address in use while binding listener socket
i don't see in netstat listening on port 754. system vm , has eth0 , lo. krb5kdc running correctly.
this local i'll post iptables entry anyway:
-a input -p tcp -m tcp --dport 754 -j accept
any thoughts on might blocking socket?
well, took doing there 2 problems.
first, starting kpropd manually -d -s, socket getting blocked /sbin/portreserve. port released during init script, if want have stop portreserve temporarily, or release port /sbin/portrelease. recommend not leaving portreserve off though, disable test.
service portreserve stop
the real issue didn't have kpropd.acl, or rather had named wrong. strange "service" showed nothing, returned nothing. in case, after creating file kprop inits correctly.
/var/kerberos/krb5kdc/kpropd.acl
i had hack /etc/init.d/kprop file quite bit figure out.
Comments
Post a Comment