From: Adrian K. <ak...@at...> - 2001-12-01 04:27:20
|
On Friday 30 November 2001 11:17 am, you wrote: > Ah..That was it thanks. > > > I had mkisofs, but I was running kreatecd as a user. > It only seems to work when I run it as root. > I tried putting my user in the same group as mkisofs, and cdrecord, no > good. Then I tried making them both suid still no good. > But running kreatecd as root works fine. > > Derek The fact that you have to run the program as root would seem to indicate that the permissions for the cdburner are to restrictive. I run Kreatecd as a normal user with no problem. You should pay attention to symbolic links i.e. /dev/cdwriter--> scd0. The link may have user permissions, while the device it points to does not. The more restrictive permission will prevail. I know this from personal experience. |