27.05.2024, 08:19 UhrDeutsch | English
Hallo Gast [ Registrierung | Anmelden ]

Neues Thema eröffnen   Neue Antwort erstellen
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
Autor Nachricht
LtWorf
19 Titel: k3b & cdrecord  BeitragVerfasst am: 03.09.2006, 10:20 Uhr



Anmeldung: 15. Jul 2006
Beiträge: 20
Wohnort: Italy
I upgraded k3b, cdrecord and cdrdao.

Now when i open k3b it says it isn's safe to run cdrecord and cdrdao in non admin mode.
I tried using the burning group but i've got the same error message.
Then i ignored it, but i was unable to burn a cd.

I started k3b as root and anything goes... But i need to allow all the users to burn a cd (and please don't suggest to give 'em the root password Auf den Arm nehmen )

Ty
 
 Benutzer-Profile anzeigen Private Nachricht senden Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
bjkarma
Titel: k3b & cdrecord  BeitragVerfasst am: 03.09.2006, 11:52 Uhr



Anmeldung: 04. Apr 2006
Beiträge: 7

Hi,
have a look at at this link, the last post on this site from "regenbogen" solved the problem for me. You need to be root in konsole to do it.

http://kanotix.com/PNphpBB2-viewtopic-t ... drdao.html

best
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
LtWorf
Titel: RE: k3b & cdrecord  BeitragVerfasst am: 04.09.2006, 17:07 Uhr



Anmeldung: 15. Jul 2006
Beiträge: 20
Wohnort: Italy
Ty. Now it goes.

_________________
Perhaps today is a good day to die!
 
 Benutzer-Profile anzeigen Private Nachricht senden Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
op4latino
Titel:   BeitragVerfasst am: 04.09.2006, 18:16 Uhr



Anmeldung: 18. Jul 2005
Beiträge: 293
Wohnort: EST US
Reading that post, the solution is:
Code:
# chmod 7411 /usr/bin/cdrdao
# chmod 7411 /usr/X11R6/bin/cdrdao
# chown root:root /usr/bin/cdrecord.mmap
# chmod 4711 /usr/bin/cdrecord.mmap
# chown root:root /usr/X11R6/bin/cdrecord.mmap
# chmod 4711 /usr/X11R6/bin/cdrecord.mmap
# chmod 4711 /usr/X11R6/bin/cdrecord.mmap
# chmod 4711 /usr/X11R6/bin/growisofs

Why are there 2 "# chmod 4711 /usr/X11R6/bin/cdrecord.mmap" ?
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
piper
Titel:   BeitragVerfasst am: 04.09.2006, 18:21 Uhr
Team Member
Team Member


Anmeldung: 03. Mai 2005
Beiträge: 1544
Wohnort: out there somewhere
I believe that is a typo Winken or I am missing something

_________________
h2's d-u script
h2's rdiff-backup script
 
 Benutzer-Profile anzeigen Private Nachricht senden Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
drb
Titel:   BeitragVerfasst am: 06.09.2006, 11:24 Uhr



Anmeldung: 03. Jul 2004
Beiträge: 525

After the d-u to wodim I can't write to a DVD. CDs are OK. I get the following :

Found media : DVD-R Sequential (Empty)

Please insert an empty CD (RW) into drive

Anyone else with this problem? Any solutions? The above didn't help.

drb

_________________
Kernel 2.6.21-slh-up-7
_____________________
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
bushit
Titel:   BeitragVerfasst am: 06.09.2006, 11:43 Uhr



Anmeldung: 05. Aug 2006
Beiträge: 93
Wohnort: Tirol
Same problem with DVDs here.
I´m looking forward to an update. Winken

_________________
"Punk is the personal expression of uniqueness that comes from the experiences of growing up in touch with our human ability to reason and ask questions" Greg Graffin
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
devil
Titel:   BeitragVerfasst am: 06.09.2006, 11:51 Uhr
Team Member
Team Member


Anmeldung: 06. Mai 2005
Beiträge: 3087
Wohnort: berlin
how about growisofs for now, until a new k3b is out?
Code:
growisofs -dvd-compat -Z /dev/dvd=image.iso

will write iso to dvd
Code:
growisofs -Z /dev/dvd -R -J datei1 datei2 datei3 ...

will write multiple files to dvd
for more parameters, check: man growisofs

greetz
devil

_________________
<<We are Xorg - resistance is futile - you will be axximilated>>

Host/Kernel/OS "devilsbox" running[2.6.19-rc1-git5-kanotix-1KANOTIX-2006-01-RC4 ]
CPU Info AMD Athlon 64 3000+ clocked at [ 803.744 MHz ]
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
h2
Titel:   BeitragVerfasst am: 06.09.2006, 19:16 Uhr



Anmeldung: 12. Mar 2005
Beiträge: 1005

As far as I know, the wodim fix is all that is required, I just tested that with a simulated dvd copy/burn and saw no copy / iso / or write issues.

"wodim" is as root, do:
chown root:cdrom /usr/bin/wodim
chmod 4750 /usr/bin/wodim

that's it. The du-fixes script now includes that fix in it, it runs after the dist-upgrade is completed.

_________________
Read more on dist-upgrades using du-fixes-h2.sh script.
New: rdiff-backup script
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
drb
Titel:   BeitragVerfasst am: 06.09.2006, 19:33 Uhr



Anmeldung: 03. Jul 2004
Beiträge: 525

Thanks h2! That has sorted things out OK.

drb

_________________
Kernel 2.6.21-slh-up-7
_____________________
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
bushit
Titel:   BeitragVerfasst am: 06.09.2006, 19:44 Uhr



Anmeldung: 05. Aug 2006
Beiträge: 93
Wohnort: Tirol
Thank you! Problem ist solved now.

bushit

_________________
"Punk is the personal expression of uniqueness that comes from the experiences of growing up in touch with our human ability to reason and ask questions" Greg Graffin
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
LtWorf
Titel:   BeitragVerfasst am: 09.09.2006, 18:49 Uhr



Anmeldung: 15. Jul 2006
Beiträge: 20
Wohnort: Italy
I am upgrading k3b again. It is removing cdrecord and installing wodim. I do that because after the last update, cdrecord were too slow, it was used to ignore the burning speed i select, use too much CPU.

_________________
Perhaps today is a good day to die!
 
 Benutzer-Profile anzeigen Private Nachricht senden Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
LtWorf
Titel:   BeitragVerfasst am: 09.09.2006, 22:06 Uhr



Anmeldung: 15. Jul 2006
Beiträge: 20
Wohnort: Italy
apt-get install k3b removed cdrecord package and when running k3b it said it was unable to find it.
I did apt-get install cdrecord and i had again the same error about running it in non admin mode.

_________________
Perhaps today is a good day to die!
 
 Benutzer-Profile anzeigen Private Nachricht senden Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
hubi
Titel:   BeitragVerfasst am: 09.09.2006, 22:42 Uhr



Anmeldung: 22. Jan 2006
Beiträge: 1296
Wohnort: Budapest
LtWorf,

just wait a bit till upgrading is ok again. I did a dist-upgrade yesterday, and the transfer to the new burning programs worked perfectly. But: dist-upgrading is hazardous at the moment (watch the news).

hubi

_________________
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Beiträge vom vorherigen Thema anzeigen:     
Gehe zu:  
Alle Zeiten sind GMT + 1 Stunde
Neues Thema eröffnen   Neue Antwort erstellen
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
PNphpBB2 © 2003-2007 
 
Deutsch | English
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2004 - 2006 by Jörg Schirottke (Kano).
Consult Impressum and Legal Terms for details. Kanotix is Free Software released under the GNU/GPL license.
This CMS is powered by PostNuke, all themes used at this site are released under the GNU/GPL license. designed and hosted by w3you. Our web server is running on Kanotix64-2006.