Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2006 01:20:24 GMT
From:      Micah <micahjon@ywave.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/99460: CUPS 1.2.0: Unable to open USB device "usb:/dev/ulpt0": Permission denied
Message-ID:  <200606260120.k5Q1KOfX000477@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/99460; it has been noted by GNATS.

From: Micah <micahjon@ywave.com>
To: bug-followup@FreeBSD.org,  nb_root@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606260120.k5Q1KOfX000477>