Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
K3BSetup startet nicht
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Sat Oct 29, 2005 11:45 am    Post subject: K3BSetup startet nicht Reply with quote

Hi!

Wenn ich k3bsetup starte, kommt der "Einlogfenster" fürs Root Passwort. Ich gebe es ein, und dann sollte ja das Setup Programm starten, aber das kommt nicht...Einfach nichts...

Hat jemand eine Idee?

Danke


Ciaoi

Tobi
Back to top
View user's profile Send private message
UTgamer
Veteran
Veteran


Joined: 10 Aug 2003
Posts: 1326
Location: Troisdorf (Köln) Deutschland

PostPosted: Sat Oct 29, 2005 12:56 pm    Post subject: Reply with quote

Starte k3b mal von Konsole/Xterminal, evtl. erhälst du dort eine Fehlermeldung.
_________________
AMD Phenom II x4 >> CFLAGS="-march=amdfam10 -O2 -mmmx -msse3 -mfpmath=sse,387 -pipe -ffast-math" is stable and here in use.

Did Intel produce at any time bugfree HW?
http://www.urbanmyth.org/microcode/
http://www.heise.de/newsticker/meldung/91748
Back to top
View user's profile Send private message
Fauli
l33t
l33t


Joined: 24 Apr 2004
Posts: 760
Location: Moers, Germany

PostPosted: Sat Oct 29, 2005 2:04 pm    Post subject: Reply with quote

Ist der User in der Gruppe wheel?

Und ist K3bsetup bei Benutzung von udev eigentlich noch notwendig? Hier funktioniert das Brennen jedenfalls auch ohne dass ich K3bsetup benutzt habe.
_________________
Do your part to beautify the web! Turn off link underlining!
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Sat Oct 29, 2005 5:18 pm    Post subject: Reply with quote

Ja der User ist in Wheel.

Ursprung, warum ich diesen Einrichtungsassisten haben will ist folgendes:

cdrdao wird ohne Systemverwalter-Rechte laufen
Es wird dringend empfohlen, "cdrdao" so einzurichten, dass es mit Systemverwalter-Rechten läuft. Nur dadurch läuft "cdrecord" mit hoher Priorität, wodurch der Brennvorgang stabiler wird.
Lösung: Verwenden Sie den K3b-Einrichtungsassistenten zur Lösung dieses Problems.

Keine Fehlermeldung.

Oder kann ich die Rechte selbst setzen?

Weil im Moment kann ich nicht brennen.

Danke
Back to top
View user's profile Send private message
Fauli
l33t
l33t


Joined: 24 Apr 2004
Posts: 760
Location: Moers, Germany

PostPosted: Sun Oct 30, 2005 1:26 pm    Post subject: Reply with quote

Du kannst die Rechte auch manuell setzen: "chmod u+s /usr/bin/{cdrdao,cdrecord}".

Ich bezweifle aber, dass das dein Problem löst, da du schreibst, dass du überhaupt nicht brennen kannst.

Zusätzlich hat hier die Gruppe cdrom Schreibrechte auf dem Brenner-Device /dev/hdc und der User ist in der Gruppe cdrom:
Code:
$ ll /dev/hdc
brw-rw----  1 root cdrom 22,  0 30. Okt 12:55 /dev/hdc
$ groups
lp wheel audio cdrom video games users qemu

_________________
Do your part to beautify the web! Turn off link underlining!
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Sun Oct 30, 2005 1:40 pm    Post subject: Reply with quote

Mit dem Brennen war anscheinend ein zweiter "Fehler".

Hab die Rechte manuell gesetzt, und nun ist alles wieder gut. Kann also k3b ohne Fehlermeldung starten.

Aber das eigentliche Problem, warum ich k3bsetup nicht starten kann, besteht weiterhin.

Danke

Tobi
Back to top
View user's profile Send private message
piewie
Guru
Guru


Joined: 26 Sep 2002
Posts: 494
Location: old Europe

PostPosted: Mon Oct 31, 2005 11:37 am    Post subject: Reply with quote

versuche aus der konsole mal ein:

strace k3bsetup
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Mon Oct 31, 2005 3:08 pm    Post subject: Reply with quote

Code:

tobi@tobi-rechner ~ $ strace k3bsetup
execve("/usr/bin/k3bsetup", ["k3bsetup"], [/* 70 vars */]) = -1 ENOEXEC (Exec format error)
dup(2)                                  = 3
fcntl64(3, F_GETFL)                     = 0x2 (flags O_RDWR)
fstat64(3, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 3), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f44000
_llseek(3, 0, 0xbfc56a04, SEEK_CUR)     = -1 ESPIPE (Illegal seek)
write(3, "strace: exec: Exec format error\n", 32strace: exec: Exec format error
) = 32
close(3)                                = 0
munmap(0xb7f44000, 4096)                = 0
exit_group(1)                           = ?


Liegt aber daran, dass er KDESU startet, denke ich.

Tobi[/quote]
Back to top
View user's profile Send private message
theche
Guru
Guru


Joined: 26 Feb 2004
Posts: 512

PostPosted: Mon Oct 31, 2005 3:33 pm    Post subject: Reply with quote

geht kdesu denn normal? was gibt dein ein kdesu konqueror?
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Mon Oct 31, 2005 3:52 pm    Post subject: Reply with quote

Wow. Ich bin überrascht.

KDESU geht. Das Feld kommt, ich geb das Passwort ein, der Mauszeiger zeigt an, dass der Konqueror gestartet wird und plötzlich ist der Zeiger wieder normal.

Gut, oder auch schlecht. Liegt also irgendwie an KDESU.

Hast du ne Idee, wie und woran?

Danke
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum