*BUMP*
By chance are you still having trouble?
If so, then the best that I can offer is to tweak and restart your syslog daemon.
1. Ensure a "
lpr.debug" and "
daemon.debug" lines exist in your /etc/syslog.conf.
Example:
lpr.debug /var/adm/print.log
daemon.debug /var/adm/messages
NOTE: I would suggest a 'tab' instead of a space between those fields.
2. Restart your syslog daemon
svcadm restart svc:/system/system-log:default
Once that's done, start a "
tail -f /var/adm/print.log" in one xterm/dtterm/whatever session, and a "
tail -f /var/adm/print.log" in another session, then start throwing "
disable" commands at the printer.
Maybe that'll show something useful, because I know we're missing something here....
Good Luck!
P.S: You might want to comment-out those
syslog.conf entries and restart the syslog service once you've found something useful. Things can get quite chatty, and huge log files are a pest.