Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] "LUN appears to be stuck" beim DVD brenne
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
tycho1983
Tux's lil' helper
Tux's lil' helper


Joined: 09 Aug 2004
Posts: 141
Location: Speyer/Germany

PostPosted: Thu May 26, 2005 1:40 pm    Post subject: [solved] "LUN appears to be stuck" beim DVD brenne Reply with quote

Hi NG,

Ich habe ein Problem: :(

Code:

Executing 'builtin_dd if=TRULLALLALLALA.ISO of=/dev/hdc obs=32k
seek=0'
/dev/hdc: "Current Write Speed" is 4.1x1385KBps.
         0/4681435136 ( 0.0%) @0x, remaining ??:??
         0/4681435136 ( 0.0%) @0x, remaining ??:??
     32768/4681435136 ( 0.0%) @0.0x, remaining 30954:05
:-? the LUN appears to be stuck writing LBA=10h, retry in 0ms
:-[ WRITE@LBA=80000010h failed with SK=2h/ASC=04h/ACQ=08h]: Resource
temporarily unavailable
:-( write failed: Resource temporarily unavailable
/dev/hdc: flushing cache
/dev/hdc: closing track
/dev/hdc: closing disc


beim ausführen von:

Code:

/usr/bin/growisofs -dvd-compat -Z /dev/hdc=TRULLALLALLALA.ISO


ABER IMMER NUR wenn ich > 1 DVD pro reboot brenne! :?:

Ich habe bei google etwas von einem Kernelfehler gelesen und bin daher heute auf den Kernel 2.6.11-r7 gezogen, das Problem besteht immer noch ... :cry:

Was kann das sein? Laufwerk in falschen Stauts? Fehler im Modul?

Danke schonmal,
Steffen
_________________
Es wurde Win XP oder besser verlangt, also installierte ich Linux


Last edited by tycho1983 on Wed Jun 01, 2005 6:40 pm; edited 1 time in total
Back to top
View user's profile Send private message
return13
Guru
Guru


Joined: 02 Feb 2004
Posts: 513
Location: Hamburg - Germany

PostPosted: Thu May 26, 2005 1:52 pm    Post subject: Reply with quote

bei mir hatt ich mal sowas ähnliches, aber nachdem ich den speed auf 1 bzw 2 runtergeschraubt hatte gings....
Back to top
View user's profile Send private message
tycho1983
Tux's lil' helper
Tux's lil' helper


Joined: 09 Aug 2004
Posts: 141
Location: Speyer/Germany

PostPosted: Thu May 26, 2005 2:11 pm    Post subject: Reply with quote

return13 wrote:
bei mir hatt ich mal sowas ähnliches, aber nachdem ich den speed auf 1 bzw 2 runtergeschraubt hatte gings....


Warum passiert es dann aber immer nur bei der 2. DVD?

... ich teste mal!

Gruß,
Steffen
_________________
Es wurde Win XP oder besser verlangt, also installierte ich Linux
Back to top
View user's profile Send private message
tycho1983
Tux's lil' helper
Tux's lil' helper


Joined: 09 Aug 2004
Posts: 141
Location: Speyer/Germany

PostPosted: Thu May 26, 2005 2:58 pm    Post subject: Reply with quote

Nein, das wars leider nicht :-(

Aber trotzdem Danke!
_________________
Es wurde Win XP oder besser verlangt, also installierte ich Linux
Back to top
View user's profile Send private message
tycho1983
Tux's lil' helper
Tux's lil' helper


Joined: 09 Aug 2004
Posts: 141
Location: Speyer/Germany

PostPosted: Fri May 27, 2005 11:07 am    Post subject: Reply with quote

Das 3. und 4. brennnen hat jetzt wieder soweit funktioniert, bei der nächsten DVD hatte ich aber wieder den gleichen Fehler!

Was kann das sein? Fehler in der HW?

Hat jemand eine Vermutung?

PS: Warum passiert sowas eigentlich immer an den Tagen an denen man keine Zeit hat? ;-)
_________________
Es wurde Win XP oder besser verlangt, also installierte ich Linux
Back to top
View user's profile Send private message
Anarcho
Advocate
Advocate


Joined: 06 Jun 2004
Posts: 2970
Location: Germany

PostPosted: Fri May 27, 2005 11:41 am    Post subject: Reply with quote

Wie du schon sagtest, es ist ein Kernel-Bug. Ich hatte das auch. Als User konnte ich (mit k3b) immer nur 1 DVD brennen pro reboot.
Als root konnte ich weiterbrennen (meine ich jedenfalls). Das könntest du ja nochmal probieren.

Aber ein Kernel-Update hat den Fehler bei mir behoben, bzw. ich habe damals einen Patch eingespielt.
Jetzt mit dem neuen Kernel habe ich da keine Probleme mehr.

Sicher das du auch in den neuen Kernel gebootest hast?
_________________
...it's only Rock'n'Roll, but I like it!
Back to top
View user's profile Send private message
tycho1983
Tux's lil' helper
Tux's lil' helper


Joined: 09 Aug 2004
Posts: 141
Location: Speyer/Germany

PostPosted: Sat May 28, 2005 9:10 am    Post subject: Reply with quote

1. Ja :-)

--> Linux version 2.6.11-gentoo-r7 (root@tycho) (gcc version 3.4.3 20041125 (Gentoo Linux 3.4.3-r1, ssp-3.4.3-0, pie-8.7.7))

2. Welchen Kernel / Patch hast du zu der Zeit gefahren / fährst du heute?

3. OK ... ich habe momentan nur als Root gebrannt aber ich probiere es jetzt mal als User bzw. logge mich zwischen den Brennvorgängen mal neu ein ... :?
_________________
Es wurde Win XP oder besser verlangt, also installierte ich Linux
Back to top
View user's profile Send private message
Anarcho
Advocate
Advocate


Joined: 06 Jun 2004
Posts: 2970
Location: Germany

PostPosted: Sat May 28, 2005 9:18 am    Post subject: Reply with quote

Hi,

das mit dem Patch war auf meinem x86 System mit 2.6.10-er Kernel.

Ich habe diesen Patch verwendet:

Code:
Michal --- linux-2.6.11-mm1/drivers/block/scsi_ioctl.c.orig 2005-01-17 20:42:40.000000000 +0100
+++ linux-2.6.11-mm1/drivers/block/scsi_ioctl.c 2005-01-17 20:43:14.000000000 +0100
@@ -197,9 +197,7 @@ static int verify_command(struct file *f
if (type & CMD_WRITE_SAFE) {
if (file->f_mode & FMODE_WRITE)
return 0;
- }
-
- if (!(type & CMD_WARNED)) {
+ } else if (!(type & CMD_WARNED)) {
cmd_type[cmd[0]] = CMD_WARNED;
printk(KERN_WARNING "scsi: unknown opcode 0x%02x\n", cmd[0]);
}


Jetzt läuft hier ein AMD64 System mit

Code:
Linux workstation 2.6.11-gentoo-r3 #23 Mon Apr 25 20:16:22 MEST 2005 x86_64 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux


Vielleicht hilft dir das weiter.
_________________
...it's only Rock'n'Roll, but I like it!
Back to top
View user's profile Send private message
tycho1983
Tux's lil' helper
Tux's lil' helper


Joined: 09 Aug 2004
Posts: 141
Location: Speyer/Germany

PostPosted: Wed Jun 01, 2005 6:45 pm    Post subject: Reply with quote

Danke für den Tipp, aber ...

... da es manchen Herstellern vorm verkaufen ihrer Produkte nicht möglich ist diese fertigzustellen hat ein einfaches FIRMWAREUPDATE meine Probleme gelöst! (Ich habe bestimmt 15 Stunden an dem ... rumgedockert!)

Aber zumindest habe ich jetzt wieder nen aktuellen Kernel! :-)

Danke an alle die geholfen haben! :wink:
_________________
Es wurde Win XP oder besser verlangt, also installierte ich Linux
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