* [gentoo-user-de] Probleme mit cdrecord...
@ 2004-11-24 1:22 Christian Panten
2004-11-24 9:46 ` Joachim Schlöffel
2004-11-24 14:24 ` [gentoo-user-de] " Martin Wegner
0 siblings, 2 replies; 5+ messages in thread
From: Christian Panten @ 2004-11-24 1:22 UTC (permalink / raw
To: gentoo-user-de
Hallo zusammen,
Ich habe vor ein paar Tagen mein erstes Gentoo selbstkompiliert...
Bis auf dass das Installieren ziemlich lange dauert, bin ich super
zufrieden...
Nun versuche ich meinem System beizubringen, CDs und DVDs zu brennen.
Nur leider habe ich es bisher nicht geschafft...
Ich habe mich ziemlich genau an die Anleitung auf www.gentoo.de gehalten.
Mit einer Abweichung: ich habe kein Modul: sg...
Nun ein wenig zu meiner Konfiguration:
Kernel: 2.6.9-rc4 (gentoo-dev-source: ich glaube so hieß er ;-) )
KDE: 3.3.1
cdrecord:Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg
Schilling
cdrdao: Cdrdao version 1.1.8 - (C) Andreas Mueller <andreas@daneb.de>
Die beiden Programme liefern folgenden Output:
CDRECORD
mcr@home mcr $ cdrecord -scanbus
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: Warning: Running on Linux-2.6.9-gentoo-r4
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
cdrecord: Warning: Linux-2.6.8 introduced incompatible interface changes.
cdrecord: Warning: SCSI transport does no longer work for suid root programs.
cdrecord: Warning: if cdrecord fails, try to run it from a root account.
Linux sg driver version: 3.5.31
Using libscg version 'schily-0.8'.
scsibus0:
0,0,0 0) '_NEC ' 'DVD_RW ND-1300A ' '1.06' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
scsibus1:
1,0,0 100) 'ATA ' 'ST3120026AS ' '3.18' Disk
1,1,0 101) *
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *
CDRDAO
mcr@home mcr $ cdrdao scanbus
Cdrdao version 1.1.8 - (C) Andreas Mueller <andreas@daneb.de>
SCSI interface library - (C) Joerg Schilling
Paranoia DAE library - (C) Monty
Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables.
Using libscg version 'schily-0.8'
0,0,0: _NEC , DVD_RW ND-1300A , 1.06
So.. Nun zu meinem Problem:
Das Brennen mit cdrecord funktioniert als normaler User nicht, daher auch das
Brennen mit k3b nicht. Wenn ich aber als root brenne, funktioniert es
einwandfrei.
Ich habe mal ein wenig bei google gesucht und habe herausgefunden, daß es
wohl eine Unstimmigkeit zwischen Kernel-Programmierern und
CDRECORD-Programmieren gibt.
Gibt es da eine Lösung für mich...
Ich danke euch schon mal...
Gruß Christian
--
gentoo-user-de@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user-de] Probleme mit cdrecord...
2004-11-24 1:22 [gentoo-user-de] Probleme mit cdrecord Christian Panten
@ 2004-11-24 9:46 ` Joachim Schlöffel
2004-11-24 10:58 ` [gentoo-user-de] " Alexander Skwar
2004-11-24 14:24 ` [gentoo-user-de] " Martin Wegner
1 sibling, 1 reply; 5+ messages in thread
From: Joachim Schlöffel @ 2004-11-24 9:46 UTC (permalink / raw
To: Gentoo DE
[-- Attachment #1: Type: text/plain, Size: 416 bytes --]
On Wed, 24 Nov 2004 01:22:47 +0000
Christian Panten <mcr76@gmx.net> wrote:
> Gibt es da eine Lösung für mich...
Wenn du cdrecord suid setzt, könnte es klappen. Eventuell vorher mal
checken, wem das Laufwerk gehört (bei mir der Gruppe cdrom) und deinen
Normalo-User dieser Gruppe zuordnen.
--
There are three things I always forget. Names, faces -- the third I
can't remember.
-- Italo Svevo
[-- Attachment #2: Type: application/pgp-signature, Size: 481 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user-de] Re: Probleme mit cdrecord...
2004-11-24 9:46 ` Joachim Schlöffel
@ 2004-11-24 10:58 ` Alexander Skwar
2004-11-24 12:53 ` Stefan Schweizer
0 siblings, 1 reply; 5+ messages in thread
From: Alexander Skwar @ 2004-11-24 10:58 UTC (permalink / raw
To: gentoo-user-de
Joachim Schlöffel wrote:
> On Wed, 24 Nov 2004 01:22:47 +0000
> Christian Panten <mcr76@gmx.net> wrote:
>
>> Gibt es da eine Lösung für mich...
>
> Wenn du cdrecord suid setzt, könnte es klappen.
Was ist von folgender Warnung zu halten, wenn man Kernel >=2.6.8 verwendet?
cdrecord: Warning: Linux-2.6.8 introduced incompatible interface changes.
cdrecord: Warning: SCSI transport does no longer work for suid root programs.
cdrecord: Warning: if cdrecord fails, try to run it from a root account.
Ignorierbar?
Alexander Skwar
--
The majority of the stupid is invincible and guaranteed for all time. The
terror of their tyranny, however, is alleviated by their lack of consistency.
-- Albert Einstein
-------------------------------------------------------------------------
--
gentoo-user-de@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user-de] Probleme mit cdrecord...
2004-11-24 1:22 [gentoo-user-de] Probleme mit cdrecord Christian Panten
2004-11-24 9:46 ` Joachim Schlöffel
@ 2004-11-24 14:24 ` Martin Wegner
1 sibling, 0 replies; 5+ messages in thread
From: Martin Wegner @ 2004-11-24 14:24 UTC (permalink / raw
To: gentoo-user-de Mailing-list
[-- Attachment #1: Type: text/plain, Size: 908 bytes --]
Hallo,
Christian Panten wrote:
> [...]
> So.. Nun zu meinem Problem:
> Das Brennen mit cdrecord funktioniert als normaler User nicht, daher auch das
> Brennen mit k3b nicht. Wenn ich aber als root brenne, funktioniert es
> einwandfrei.
Das ist auch den Messages von cdrecord zu Beginn zu entnehmen. Wenn du dich
nicht jedesmal als root einloggen möchtest, benutze sudo.
HTH
martin
> [...]
--
Get my public GPG key from pgp.mit.edu or wwwkeys.pgp.net - Key ID: 0x44085D12
--
Homepage: http://mroot.net/
Powered by Gentoo Linux (http://www.gentoo.org/)
--
Mails von dieser Adresse sind nur gültig, wenn sie mit dem o. g.
Schlüssel signiert wurden. Unsignierte Mails von dieser Adresse
sind gefälscht und stehen in keinerlei Verbindung zu mir.
Mails from this address are only valid if they are signed with the
abovementioned key. Unsigned mails from this address are faked and
have no relation to me.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-11-24 14:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-24 1:22 [gentoo-user-de] Probleme mit cdrecord Christian Panten
2004-11-24 9:46 ` Joachim Schlöffel
2004-11-24 10:58 ` [gentoo-user-de] " Alexander Skwar
2004-11-24 12:53 ` Stefan Schweizer
2004-11-24 14:24 ` [gentoo-user-de] " Martin Wegner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox