Re: SCSI scanner permissions

2003-06-09 Thread Allan Wind
On 2003-06-09 19:30:34, Tom Allison wrote: > I thought I could do this: > > addgroup scanner > chown root.scanner /dev/scsi/host2.../generic > adduser {me} scanner > chmod g+rw /dev/scsi/host2/.../generic > > It didn't work. > > I had to chmod a+rw to the scsi device for it to work. The above sh

SCSI scanner permissions

2003-06-09 Thread Tom Allison
I finally got my SCSI scanner working. Now I have to get the permissions set up correctly. I thought I could do this: addgroup scanner chown root.scanner /dev/scsi/host2.../generic adduser {me} scanner chmod g+rw /dev/scsi/host2/.../generic It didn't work. I had to chmod a+rw to the scsi device f