Re: xplaycd can't open /dev/hdd, permission denied.

1997-09-01 Thread Carey Evans
Orn E. Hansen [EMAIL PROTECTED] writes:

[snip]

   You have two options, as root do:
 
 chmod o+rw /dev/hdd
 
   Which will give everyone read/write access to /dev/hdd, or 
 alternatively you can add all users that are to have access to
 the cdrom as members of the group 'disk'.

This will also give all those users access to the hard drives, giving
them the possibility to do all sorts of damage, even by accident.

I would prefer to `chgrp cdrom /dev/hdd' and `vigr' to add the users
to the cdrom group.  This is also much more secure.

-- 
  Carey Evans  *  http://home.clear.net.nz/pages/c.evans/

kernel: Warning: possible SYN flooding. Sending cookies. 
kernel: validated probe(17f, 17f, 11557, 5010, -1645409555) 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: xplaycd can't open /dev/hdd, permission denied.

1997-09-01 Thread Orn E. Hansen
On 01-Sep-97 Carey Evans wrote:

This will also give all those users access to the hard drives, giving
them the possibility to do all sorts of damage, even by accident.

  I wholeheartedly agree, but on a private Linux system at home, it
doesn't matter... just a bad habbit :)

I would prefer to `chgrp cdrom /dev/hdd' and `vigr' to add the users
to the cdrom group.  This is also much more secure.


  Or use a program like 'xfusers', or mine 'xaccman' to get a GUI
interface to add users to the member list.


...just me


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


RE: xplaycd can't open /dev/hdd, permission denied.

1997-08-31 Thread Orn E. Hansen
On 30-Agz-97 Cheng-Chang Wu wrote:

 When xplaycd runs, it says can't not open /dev/hdd,
permission denied. How can I correct this problem? I like
hear music with Linux-:)

$ ls -l hdd
brw-rw   1 root disk  22,  64 May 28 02:50 hdd


  This is most likely because you are trying to access the device
as a normal user.  But as you can see, you don't have any access to
the device as a normal user.

  You have two options, as root do:

chmod o+rw /dev/hdd

  Which will give everyone read/write access to /dev/hdd, or 
alternatively you can add all users that are to have access to
the cdrom as members of the group 'disk'.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .