dick hoogendijk wrote:
Is it normal that this snmp service does not run? I've seen errors with this "/org/freedesktop/Hal/" often recently, but have no clue.
The first thing to ask, do you have Cups enabled?
If yes, you can't have Printer device discover and Cups enabled at the same time. Cups does it's own printer device discovery. I had this same problem and just simply disabled Printer device discovery.
$ svcs -a | grep print disabled 10:22:58 svc:/application/print/server:default disabled 10:22:59 svc:/application/print/ipp-listener:default disabled 10:22:59 svc:/application/print/ppd-cache-update:default disabled 10:22:59 svc:/network/device-discovery/printers:snmp disabled 10:23:02 svc:/application/print/rfc1179:default $ svcs -a | grep cups online 10:23:01 svc:/application/cups/scheduler:default online 10:23:03 svc:/application/cups/in-lpd:default $ Paul _______________________________________________ indiana-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/indiana-discuss
