Results 1 to 4 of 4

Thread: Sound system problems, need help with change permissions (fixed, thanks)

  1. #1
    Member AljoshaNL's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    230

    Sound system problems, need help with change permissions (fixed, thanks)

    Hello,

    When I first logged in as a non-root user (it taked very long, I like to be root ), I got a sound error, when i tried to test my sound in the Control Panel the system reported the error again. I'm using SuSE 9.1, this is the error: (alexei is the name of my user account)
    /tmp/mcop-alexei is not owned by user
    Seems i need to change permission,
    I just don't know how to do this...
    Thanks in appreciation,

    aljosha

  2. #2

    Re:Sound system problems, need help with change permissions

    From a command prompt, do:

    Code:
    su -c "rm -rf /tmp/mcop-alexei"
    That should remove the file and allow it to be recreated with the right permissions.

    Alternatively, you can just take ownership of the file:

    Code:
    su -c "chown alexei /tmp/mcop-alexei"

  3. #3
    Member AljoshaNL's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    230

    Re:Sound system problems, need help with change permissions

    It works
    Problem solved...
    I think I'm going to take a book to look up what the commands mean

    Very much thanks

  4. #4

    Re:Sound system problems, need help with change permissions (fixed, thanks)

    Look at our PET section.

Similar Threads

  1. List of fixes included in Windows XP SP2
    By regix in forum Windows - General Topics
    Replies: 6
    Last Post: 01-03-2005, 10:44 PM
  2. Fixing 95/98 Networking problems
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 01:35 AM
  3. No Sound in Slackware 9.1
    By trickster in forum Linux - General Topics
    Replies: 18
    Last Post: 10-08-2003, 07:24 PM
  4. sound problems
    By klrmar in forum Linux - General Topics
    Replies: 7
    Last Post: 04-14-2002, 03:32 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •