ports/99460: CUPS 1.2.0: Unable to open USB device "usb:/dev/ulpt0": Permission denied

Micah micahjon at ywave.com
Mon Jun 26 03:06:51 UTC 2006


The following reply was made to PR ports/99460; it has been noted by GNATS.

From: Micah <micahjon at ywave.com>
To: bug-followup at FreeBSD.org,  nb_root at videotron.ca
Cc:  
Subject: Re: ports/99460: CUPS 1.2.0: Unable to open USB device "usb:/dev/ulpt0":
 Permission denied
Date: Sun, 25 Jun 2006 18:10:08 -0700

 Changing ownership on /dev/ulptx to root:cups and changing permissions 
 to 0660 fixed it for me. Adding the following lines to /etc/devfs.rules 
 made the changes permanent:
 
 [system=10]
 add path 'unlpt*' mode 0660 group cups
 add path 'ulpt*' mode 0660 group cups
 
 - Micah



More information about the freebsd-ports-bugs mailing list