Displaying 2 results from an estimated 2 matches for "master_service_open_config".
2012 Oct 12
0
dsync ignores ssh-agent
...r_service_env_clean () at master-service.c:454
#2 0xb7df26d4 in master_service_exec_config (service=0x809e7d0,
input=0xbffff7e4) at master-service-settings.c:103
#3 0xb7df29be in config_exec_fallback (service=0x809e7d0, input=0xbffff7e4)
at master-service-settings.c:153
#4 0xb7df2b65 in master_service_open_config (service=0x809e7d0,
input=0xbffff7e4, path_r=0xbffff780, error_r=0xbffff7d8)
at master-service-settings.c:206
#5 0xb7df3130 in master_service_settings_read (service=0x809e7d0,
input=0xbffff7e4, output_r=0xbffff7dc, error_r=0xbffff7d8)
at master-service-settings.c:345
#6 0x0805c6...
2010 May 14
3
dovecot 2.0 vs. SELinux
...REFUSED (Connection refused)
close(4) = 0
nanosleep({0, 80000000}, NULL) = 0
...
(tries to connect 14x)
traceback for connect causing this selinux denial is:
connect
net_connect_unix : lib/network.c #246
net_connect_unix_with_retries : lib/network.c : #255
master_service_open_config : lib-master/master-service-settings.c #157
master_service_settings_read : lib-master/master-service-settings.c #302
master_settings_read : master/main.c
main : master/main.c
Does anyone know what happens here? Why dovecot tries to use regular file
dovecot.conf as socket? There is probably some...