On Feb 28, 2009, at 12:02 AM, Fritz Borgstedt wrote: > It came through, therefore my question. I did not get it. ASSP > produces on first run its own environment, which has permissions set > after switch user. Look into the assp.pl file line searching for: > > switchUsers( $uid, $gid ) if ( $runAsUser || $runAsGroup );
I do not understand much perl, so you will need to be a little slow with me. The basic issue, I have crated user and group _assp, I chown -R all files in the ASSP directory. After starting assp.pl for the first time, some files it makes are not user and group _assp. I have edited the assp.cfg file to set user and group to _assp as well. It seems the log backup tool is part the issue, in that only the group is set to _assp, the user is set to the root user for some reason. Maybe the log backup functions are not using the correct user settings, or they happen before the switchUsers() has happened, or perhaps after switchUsers() has finished? -- Scott * If you contact me off list replace talklists@ with scott@ * ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
