Jamal Mubarak:
> > Ask Apple. Postfix does not change spontaneously.
> 
> I filed a bug report with Apple with number 7477314.  They asked
> me for some details about my system, including permissions.  Then
> nothing.
>
> I have tried to post to a few forums, including the CUPS forum,
> but no luck.  Can someone offer me some ideas on how to attack
> this problem?

This involves getting a trace of system calls (arguments and results)
when the error happens.

Some systems capture a system call trace with commands like:

    ktrace -f /file/name -d command
    strace -o /file/name -f command
    truss -o /file/name -f command  

But, things may be different on MacOS.

Above, "command" is the command that starts the entire printing
system.  On some systems, "command" would be:

    sh /etc/rc.d/cups start
    sh /etc/init.d/cups start

But, things may be different on MacOS.

        Wietse

Reply via email to