Mailinglist Archive: opensuse (4393 mails)
| < Previous | Next > |
Re: [SLE] locatedb in 7.3?
- From: Cliff Sarginson <cliff@xxxxxxxxxxxxxxx>
- Date: Thu, 1 Nov 2001 07:34:55 +0100
- Message-id: <20011101073455.I3114@xxxxxxxxxxxxxxx>
On Wed, Oct 31, 2001 at 06:33:15PM -0800, Jon Pennington wrote:
> --- StarTux <matthew@xxxxxxxxxxxxxxx> wrote:
>
> > Ahhh gives this...
> >
> > crw------- 1 matthew users 14, 3 Sep 23 18:54 /dev/dsp0
>
> This is all screwed up. At the very least, it should be more like:
>
> crw-rw---- 1 root audio 14, 3 Sep 23 18:54 /dev/dsp0
>
> The device should be owned by root and the group audio. This allows
> any user in the group audio to read or write to it. Why is your's so
> badly mangled? Try MAKEDEV to rebuild your devices properly.
>
Just try..
chmod 666 /dev/dsp0
chown root /dev/dsp0
chgrp audio /dev/dsp0
Change the first chmod to 660 if you really only want people
in group "audio" to have .. errm "audio"...
--
Regards
Cliff
> --- StarTux <matthew@xxxxxxxxxxxxxxx> wrote:
>
> > Ahhh gives this...
> >
> > crw------- 1 matthew users 14, 3 Sep 23 18:54 /dev/dsp0
>
> This is all screwed up. At the very least, it should be more like:
>
> crw-rw---- 1 root audio 14, 3 Sep 23 18:54 /dev/dsp0
>
> The device should be owned by root and the group audio. This allows
> any user in the group audio to read or write to it. Why is your's so
> badly mangled? Try MAKEDEV to rebuild your devices properly.
>
Just try..
chmod 666 /dev/dsp0
chown root /dev/dsp0
chgrp audio /dev/dsp0
Change the first chmod to 660 if you really only want people
in group "audio" to have .. errm "audio"...
--
Regards
Cliff
| < Previous | Next > |