Issue #569 has been updated by Clément OUDOT. Status changed from Assigned to Feedback Assigned to changed from Clément OUDOT to Bartłomiej B.
Fixed in r1812. Could you test? ---------------------------------------- Bug #569: Start script sets bad /var/run/* ownership http://tools.lsc-project.org/issues/569 Author: Bartłomiej B. Status: Feedback Priority: Normal Assigned to: Bartłomiej B. Category: Administration Target version: 2.0.2 Problem in version: 2.0.1 /etc/init.d/lsc: LSC_PID_FILE="/var/run/lsc.pid" ... piddir=`dirname "$LSC_PID_FILE"` if [ ! -d "$piddir" ]; then mkdir -p "$piddir" fi touch $LSC_PID_FILE [ -z "$LSC_USER" ] || chown -R "$LSC_USER" "$piddir" [ -z "$LSC_GROUP" ] || chgrp -R "$LSC_GROUP" "$piddir" Finally the script sets ownership to lsc.lsc on whole /var/run/ directory, possibly preventing other daemons to start. Tested on Centos 6.3 -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

