LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   CD Kreator (KDE K3B) error message on Suse 9.2 (https://www.linuxquestions.org/questions/linux-software-2/cd-kreator-kde-k3b-error-message-on-suse-9-2-a-273063/)

suse2166 01-02-2005 05:41 PM

CD Kreator (KDE K3B) error message on Suse 9.2
 
Hello ... To Whom it may Concern

Running K3B - The CD Kreator on Suse 9.2 and I'm getting this error message.
As anybody seen this errror message and How do you resolved?... Please... thanks

Error Message...
Using CDrecord 2.1
Starting dao wrinting at 40xspeed
cdrecord returned an unknown error (code 11).
resource temporarily unavailabel
please send me an email with the last output
removing buffer files

Thats the error message....

What's a good CD /DVD software too create or burn CD/DVD on Suse 9.2 (Linux) ... thanks

EOHooligan 01-02-2005 05:50 PM

You might like http://arson.sourceforge.net/ or http://cdbakeoven.sourceforge.net/

Caeda 01-02-2005 05:52 PM

Ok... And what's the last output? The error message the cd-record gives that is the (code 11)

suse2166 01-02-2005 06:06 PM

thank EOH... I'll try Arson and CDBakeOven

and Caeda....thats the entire message and I think yeah - The error code is the last message output...

Caeda 01-02-2005 09:05 PM

Brilliance at work I see...

"please send me an email with the last output"

See that line there? That means your supposed to click the button to "see" the error message, which you will not otherwise be shown. That's why a window pops up with a button in the middle that's labeled for you to click it for more info.

yps 01-16-2005 08:27 AM

same prob ...k3b 11.18 doesn´t work !
 
I have the same Problem:

It says "returned unknown error code 11", http://www.linuxquestions.org/questions/newreply.php

------------------------------------

Here is the output:

System
-----------------------
K3b Version:0.11.18
KDE Version: 3.3.2 Level "a"
QT Version: 3.3.3

cdrecord
-----------------------
Cdrecord-Clone 2.01 (i686-suse-linux) Copyright (C) 1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to http://www.suse.de/feedback
Note: The author of cdrecord should not be bothered with problems in this version.
TOC Type: 1 = CD-ROM
/usr/bin/cdrecord: Resource temporarily unavailable. Cannot get mmap for 4198400 Bytes on /dev/zero.

cdrecord comand:
-----------------------
/usr/bin/cdrecord -v gracetime=2 dev=/dev/hdc speed=40 -tao driveropts=burnfree -eject -data -tsize=49773s -

mkisofs
-----------------------
49773
INFO: UTF-8 character encoding detected by locale settings.
Assuming UTF-8 encoded filenames on source filesystem,
use -input-charset to override.

mkisofs comand:
-----------------------
/usr/bin/mkisofs -gui -graft-points -volid K3b data project -volset -appid K3B THE CD KREATOR VERSION 0.11.18 (C) 2003 SEBASTIAN TRUEG AND THE K3B TEAM -publisher -preparer K3b - Version 0.11.18 -sysid LINUX -volset-size 1 -volset-seqno 1 -sort /tmp/kde-ypswes/k3bAuUOqc.tmp -rational-rock -hide-list /tmp/kde-ypswes/k3bGqkGcc.tmp -full-iso9660-filenames -iso-level 2 -path-list /tmp/kde-ypswes/k3bmYozna.tmp /home/ypswes/.kde/share/apps/k3b/temp/dummydir0/

--------------------------

and here is my /etc/fstab

dev/hda3 / reiserfs acl,user_xattr 1 1
/dev/hda7 /data reiserfs acl,user_xattr 1 2
/dev/hda6 /home reiserfs acl,user_xattr 1 2
/dev/hda1 /windows/C vfat users,gid=users,umask=0002,iocharset=utf8 0 0
/dev/hda5 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
sysfs /sys sysfs noauto 0 0
/dev/dvdrecorder /media/dvdrecorder subfs fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/fd0 /media/floppy subfs fs=floppyfss,procuid,nodev,nosuid,sync 0 0
~


So I really don´t know whats wrong. I´ m using Suse 9.2, and it´s running the 11.18 k3b.

I you have an idea please let me know.
Thank you

yps

Caeda 01-22-2005 05:57 PM

Thank you very very much yps for actually paying attention to the program and posting the error message. :)

Caeda 01-22-2005 06:00 PM

Oh, and yps. Your problem appears to be the cdrecord executable. Try running k3b setup and let it set the access permissions for the files...

Also try upgrading cdrecord if there is a newer version available.

foo_bar_foo 01-23-2005 01:11 AM

no matter how hard i try to use the ide driver the kernel developers say we should for cd burning
it sucks and screws all up (perhaps it's something i'm not getting)

anyway i keep going back to the ide-scsi driver and it works alot better with cdrtools and cdrdao

which lends some validity to the stuff the developer of cdrtools has been saying for a while now

so don't be afraid to use the scsi emulation layer -

suse2166 01-23-2005 12:57 PM

Hey Foo... This is a reply message I got from Gregory (A Newbie) and I'm passing it too you...

Lightbulb ( post #3)

I know this reply comes very late and you've probably already fixed the problem. However, maybe some other hapless soul, such as myself, will stumble across you original quyestion looking for the very same answer...

For security reasons, cdrecord and the other cd- and dvd-related utilities running on systems with kernels greater than 2.6.8 no longer require root suid in order for non-root users to burn CD's and DVD's. In fact, if your kernel is 2.6.8 or above cdrecord will NOT burn media if it's root suid AND you're a NON-ROOT user. To fix the problem, simply remove the suid permissions from the /usr/bin/cd* and /usr/bin/dvd* utilities.

Quit k3b.
Open a terminal.
Enter the following commands (you only need sudo if you're NOT root)
sudo chmod ug-s /usr/bin/cd*
sudo chmod ug-s /usr/bin/dvd*
Restart k3b and try again.

That should fix the problem. At least it did for me...


All times are GMT -5. The time now is 07:19 AM.