Quick work around fix is to edit /etc/rc.d/rc.local and add
chown barry:barry /dev/sg4
Tex:
"Quick" and "fix" couldn't be more accurate.
Worked great!
Another great mystery solved. Seems this problem should be taken care of in udev
but I hate udev. Wish there were a better way.
Thanks Tex, and congratulations on the super job you and the ripper gang did on this distro.
Yeh I can't make head nor tails of udev rules. I hate udev.
# permissions for SCSI CD devices
SUBSYSTEM=="scsi", KERNEL=="sg*", MODE="0660", GROUP="cdwriter"
and
SUBSYSTEMS=="scsi", KERNEL=="sg[0-9]*", ATTRS{type}=="[18]", GROUP="tape" MODE="0660"
Why 2 entries and why does one have cdwriter and the other has tape? I don't know...
