On May 10, 2010, at 8:25 AM, Reinaldo de Carvalho wrote: > On Sun, May 9, 2010 at 11:24 PM, Jamal Mubarak <jmubar...@gmail.com> wrote: >>> >>> 'owner process' isn't 'owner of lp* files', you need look owner pf >>> cups process with 'ps' command. >> >> jamal% ps -afx | grep cups >> 0 11783 1 0 0:00.90 ?? 0:00.96 /usr/sbin/cupsd -l > > Who is the process onwer? try 'ps -ef | grep cups'
ps -aux does not work in Mac OS (Darwin) any more. jamal% ps -ajx | grep cups root 11783 1 11783 8fade78 0 Ss ?? 0:01.71 /usr/sbin/cupsd -l So it appears that cups is running as root. >> jamal% ls -l /usr/sbin/cupsd >> -r-x------ 1 root wheel 887456 Feb 11 01:47 /usr/sbin/cupsd >> >> Is this what you are asking for? I have tried to change the group of >> /usr/sbin/postdrop to "wheel" from "_postdrop" without any difference. Same >> error. > > Cups process onwer is in wheel? I think no. Apparently so, but I defer to your wisdom. On May 10, 2010, at 5:57 PM, mouss wrote: > OP has "another" problem. see Wietse posts. Well, Mac OS has BSM (Basic Security Module) audit. http://www.trustedbsd.org/openbsm.html http://developer.apple.com/mac/library/DOCUMENTATION/Darwin/Reference/ManPages/man2/auditon.2.html Should I mess with auditon? Jamal