LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 04-15-2004, 01:22 PM   #1
Magus67
LQ Newbie
 
Registered: Mar 2004
Posts: 26

Rep: Reputation: 15
How to get rid of this error in Fedora core 1


bailing out..
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Linux sg driver version: 3.1.25
scsibus: 0 target: 0 lun: 0
scsidev: '0,0,0'
cdrecord: WARNING: This causes a high risk for buffer underruns.
cdrecord: Permission denied. WARNING: Cannot set priority using setpriority().
cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
cdrecord: WARNING: This causes a high risk for buffer underruns.
cdrecord: Operation not permitted. WARNING: Cannot do mlockall(2).


I am using the burn:/// folder in the Nautilus and want to copy a file to a cdrw and it's giving me this error. Any suggestions?
 
Old 04-15-2004, 02:31 PM   #2
vinay_s_s
Member
 
Registered: Jul 2003
Posts: 659

Rep: Reputation: 30
does this happen even when logged in as root ???
 
Old 04-15-2004, 05:12 PM   #3
Magus67
LQ Newbie
 
Registered: Mar 2004
Posts: 26

Original Poster
Rep: Reputation: 15
I haven't tried it as root. But i should be able to burn files to a cd under my regular login.
 
Old 04-15-2004, 09:16 PM   #4
vinay_s_s
Member
 
Registered: Jul 2003
Posts: 659

Rep: Reputation: 30
First try it as root, if it works then we are just facing a file-permissions problem. Else we will have to look deeper into the problem
 
Old 04-15-2004, 09:19 PM   #5
vinay_s_s
Member
 
Registered: Jul 2003
Posts: 659

Rep: Reputation: 30
also do ls -l /usr/bin/cdrecord /usr/bin/readcd and post the output
 
Old 04-16-2004, 11:09 AM   #6
Magus67
LQ Newbie
 
Registered: Mar 2004
Posts: 26

Original Poster
Rep: Reputation: 15
I tried it as root and it still gave the same error. I did the command of ls that you said and here is the output.
ls -l /usr/bin/cdrecord /usr/bin/readcd
-rwxr-xr-x 1 root root 311604 Oct 24 08:46 /usr/bin/cdrecord
-rwxr-xr-x 1 root root 143700 Oct 24 08:46 /usr/bin/readcd
 
Old 04-16-2004, 12:04 PM   #7
vinay_s_s
Member
 
Registered: Jul 2003
Posts: 659

Rep: Reputation: 30
try this:
chmod u+s /usr/bin/cdrecord
chmod u+s /usr/bin/readcd

also do an ls -l on ur cdrom device and post the o/p
 
Old 04-16-2004, 12:18 PM   #8
Ed-MtnBiker
Member
 
Registered: Oct 2003
Location: Reno, NV
Distribution: Fedora Core 3
Posts: 88

Rep: Reputation: 15
I saw a few options around google, maybe you'll get lucky:

1) be sure you have updated cdrecord & kernel versions.
2) kill magicdev
3) kill kscd
4) disabling Autorun-Options; Gnome-Preferences-->CD. (you don't want a CDR mounted if you're going to record to it.) (or just umount before you try to burn.)

I use X-CD-Roast rather than Nautilus' burn:///, so ymmv.
 
Old 04-19-2004, 12:43 PM   #9
Magus67
LQ Newbie
 
Registered: Mar 2004
Posts: 26

Original Poster
Rep: Reputation: 15
I changed the permissions for the symbolic link thinking that would do something. But then I read the man page for chmod and it doesn't look at the symbolic link permissions. but here is the output of both the /dev/cdrom1 and the /dev/scd0.

ls -l /dev/cdrom1
lrwxrwxrwx 2 root root 9 Apr 9 14:44 /dev/cdrom1 -> /dev/scd0

ls -l /dev/scd0
brwxrwxr-x 1 disk 11, 0 Sep 15 2003 /dev/scd0

I also changed the /dev/scd0 permissions too. Do I have them set wrong?
Also when I try to mount the /dev/cdrom1 I get this error

mount /dev/cdrom1
mount: Not a directory
 
Old 04-19-2004, 03:29 PM   #10
zeroability
Member
 
Registered: Dec 2002
Location: Kalamazoo, MI - US
Distribution: OpenMandriva
Posts: 144

Rep: Reputation: 15
Was the cdrw inside the computer when you installed Fedora?
 
Old 04-19-2004, 04:35 PM   #11
Magus67
LQ Newbie
 
Registered: Mar 2004
Posts: 26

Original Poster
Rep: Reputation: 15
Yes,it was already installed.
 
Old 04-19-2004, 08:02 PM   #12
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
you can't do this
mount /dev/cdrom1

man mount
 
Old 04-20-2004, 07:25 AM   #13
Magus67
LQ Newbie
 
Registered: Mar 2004
Posts: 26

Original Poster
Rep: Reputation: 15
I can mount my dvd player using that command. It is located on /dev/cdrom. What do you mean by I can't do that?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora Core-4 RPM Error morningkiran Fedora 2 06-25-2005 03:18 PM
Fedora Core 3; GRUB error 2 RoBoCoP Linux - Software 1 04-18-2005 06:54 PM
Postfix error on Fedora Core 3 basketkase999 Linux - Software 0 03-30-2005 09:48 PM
fedora core 3 can't dial (error 2) mabus92920 Linux - Newbie 1 02-09-2005 06:08 AM
gdk_threads_lock error fedora core 2 linuxinside Fedora - Installation 0 05-18-2004 08:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 03:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration