On Fri, 24 Nov 2000, brian moore wrote: > In order to make groups work, you have to log out and log back in (only > root can change which groups you're in, else they're inherited from the > program's parent ... logging out takes you back to login or xdm, which > is running as root and can start its children with you in the proper > groups). > > Make sure that /dev/cdrom points to the right place. It's normally a > symlink pointing at the real cdrom drive.... if it's not there or points > to the wrong place, it won't work. >
allright, it seems the problem *did* end up being a groups issue. I forgot to mention in my original email that i added my non-privaleged account to the cdrom group and it also did not work. so what i did was change the group of /dev/hdc to cdrom (it was root.disks before) and also the /dev/cdrom link as well for good measure, and all seems to work. anyway, thanks for your help! dave