cdrecord warning message

Ask a Question related to Debian, Design and Development.

  1. #1

    Default cdrecord warning message

    I recently rebuilt my system. I didn't use to get this message:

    cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
    cdrecord: Permission denied. WARNING: Cannot set priority using
    setpriority(). cdrecord: WARNING: This causes a high risk for buffer
    underruns.

    The cd burned just fine but I'd like to know what needs to be changed to
    avoid the warnings. I'm burning it as a regular user that's been added
    to the cdrom group.

    BTW, is there a way to re-read the /etc/group file without logging out
    and then logging in?

    --
    "The authority of government ... to be strictly just, it must have the
    sanction and consent of the governed. It can have no pure right over my
    person and property but what I concede to it." -- Henry David Thoreau
    Rick Pasotto [email]rick@niof.net[/email] [url]http://www.niof.net[/url]


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Rick Pasotto Guest

  2. Similar Questions and Discussions

    1. warning message (alert)
      Hi, I want to create the alert message ' You are about to over writte the acct, do you wish to continue?'). I need two buttons here, YES/ NO. If...
    2. Disable warning message
      We have an Acrobat database of over 1000 PDF files totalling 310MB. Acrobat 5.0 searches across this fully indexed database almost instantly. ...
    3. Please, once & for all, Explain the Warning message!
      I'm sorry, but I'm having problems with the horrible message that means nothing to me. LOL Warning: No pixels are more than 50% selected. The...
    4. Help with Warning Message please
      I have to tell someone - Photoshop has to be the worst piece of Software in my computer as far as User Friendly goes... It's not going back in it's...
    5. Warning Message
      Hi Everyone, I'll explain what I'm doing first. At the moment, I am doing a record search via a form. I like to know if it's possible to display...
  3. #2

    Default Re: cdrecord warning message

    On Wed, Jul 02, 2003 at 05:37:21PM -0400, Rick Pasotto wrote:
    > cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
    > cdrecord: Permission denied. WARNING: Cannot set priority using
    > setpriority(). cdrecord: WARNING: This causes a high risk for buffer
    > underruns.
    Simply that cdrecord wants to do things that root is allowed, but a normal
    user is not.
    > I'm burning it as a regular user that's been added to the cdrom group.
    Which gives you access to the device, but doesn't give you access to
    setpriority().

    Either run cdrecord as root (using sudo, for instance), or set it suid
    root, so that it can do what it wants to do.
    > BTW, is there a way to re-read the /etc/group file without logging out
    > and then logging in?
    No. Or not really. What's wrong with logging in again?

    --
    Marc Wilson | Necessity is the plea for every infringement of
    [email]msw@cox.net[/email] | human freedom. It is the argument of tyrants;
    | it is the creed of slaves. -- William Pitt, 1783


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Marc Wilson Guest

  4. #3

    Default Re: cdrecord warning message

    #include <hallo.h>
    * Marc Wilson [Wed, Jul 02 2003, 10:01:53PM]:
    > Either run cdrecord as root (using sudo, for instance), or set it suid
    > root, so that it can do what it wants to do.
    Will work with SUID only with the latest Sid version.


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Eduard Bloch Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139