View previous topic :: View next topic |
Author |
Message |
Mroofka Guru

Joined: 25 Jan 2005 Posts: 369 Location: Poland
|
Posted: Fri Apr 08, 2005 1:49 pm Post subject: [solved] Cdrecord problem |
|
|
I would ask what that's meen:
Code: |
Blocks total: 359849 Blocks current: 359849 Blocks remaining: 274
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. |
Pozdrawiam _________________ "Make install not love"
registred linux User # 379143
"Ready for Anything; Prepared for everything; Surprised by Nothing !"
Last edited by Mroofka on Fri Apr 08, 2005 3:21 pm; edited 1 time in total |
|
Back to top |
|
 |
nielchiano Veteran

Joined: 11 Nov 2003 Posts: 1287 Location: 50N 3E
|
Posted: Fri Apr 08, 2005 1:51 pm Post subject: |
|
|
since CD-burning is time-sensitive, cdrecord asks the kernel to give him top-priority. So he can make sure no buffer-underrun occures.
However, the kernel denies that request because cdrecord (=YOU) doesn't have enough privileges to do so.
Are you running cdrecord as root? or as a normal user? is is suid-root? |
|
Back to top |
|
 |
Mroofka Guru

Joined: 25 Jan 2005 Posts: 369 Location: Poland
|
Posted: Fri Apr 08, 2005 2:28 pm Post subject: |
|
|
No I use normal user to burn cd, how to change te prioryty to higher. I don't want to use root accont to burn cd's
I belive I know now what's this worrning means I have just failed to burn 4 cd's
Should I check the suid bit for cdrecord or what ?
Pozdrawiam _________________ "Make install not love"
registred linux User # 379143
"Ready for Anything; Prepared for everything; Surprised by Nothing !" |
|
Back to top |
|
 |
nielchiano Veteran

Joined: 11 Nov 2003 Posts: 1287 Location: 50N 3E
|
Posted: Fri Apr 08, 2005 2:58 pm Post subject: |
|
|
Mroofka wrote: | Should I check the suid bit for cdrecord or what ? |
You could do that. setting an executable suid-root is essentialy the same as running it as root.
With me, I don't have the suid-bit set, and can burn fine, but YMMV |
|
Back to top |
|
 |
|