hautreux / auks

Kerberos credential support for batch environments
Other
20 stars 18 forks source link

auksd on Centos6 #16

Closed dietrichliko closed 7 years ago

dietrichliko commented 8 years ago

I have another issue ....

I am running my auksd on Scientific Linux 6 box. I am observing a problem with a leak of fd's. In case the process runs out of fd's, it stops working.

lsof shows that the file in concern is /var/lib/sss/mc/passwd. For me this indicates a problem is with sssd, when called in auks_cred.c ... maybe getpwnam_r ... but that is just a guess.

I will try to understand, if the problem also exists in Centos7. It should have a different version of sssd ... If you have some other suggestion, I am happy to try it.

Cheers, Dietrich

dietrichliko commented 7 years ago

In the currect version of Scientific Linux 6 the problem is gone. I close the issue.

Cheers., Dietrich