Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] slow SSD : unresponsive script / nicht antwortendes skript  (Read 6576 times)

Offline rueX

  • User
  • Posts: 135
Could the prob only coming with a slow SSD ?

Only with this "slow" SSD i often get this message:

"WARNING: unresponsive script"

(or: nicht antwortendes skript )

First: only in running "Iceweasel"

later: in running kde : okular ( open a bigger pdf-file )


"Script:chrome://messenger/content/messengercompose/MsgComposeCommands.js:2817

or with German error code:

"WARNUNG: Nicht antwortendes Skript"
Skript:resource:///components/nsPrompter.js:434


And before I am waiting 5-7 minutes - because system freeze !!!

Info: SSD: the smalles and slowest (cheapest) : OCZ Petrol 64GB
            64GB - PTL1-25SAT3-64G

    Max Read: up to 185MB/s
    Max Write: up to 95MB/s
    Random Write 4KB: 7,800 IOPS
    Random Read 4KB: 23,000 IOPS

But it-s a 4x quicker bootup ... :) (as my HDD samsung sata3 no-ssd)

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.371
    • Land of the Buckeye
RE: slow SSD : unresponsive script / nicht antwortendes skri
« Reply #1 on: 2013/06/03, 23:54:38 »
What do hdparm and smartmontools tell you about the ssd?

Code: [Select]
# hdparm -tT /dev/sdx

Code: [Select]
# smartctl -t short /dev/sdx

later after some minutes:

Code: [Select]
smartctl -l selftest /dev/sdx

to read the test report.
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline rueX

  • User
  • Posts: 135
slow SSD: unresponsive script / nicht antwortendes skript
« Reply #2 on: 2013/06/04, 01:18:49 »
hey dibl,
thx for fast answer !

hdparm -tT /dev/sda

/dev/sda:
 Timing cached reads:   21408 MB in  2.00 seconds = 703.52 MB/sec
 Timing buffered disk reads: 642 MB in  3.00 seconds = 213.79 MB/sec

smartctl -t short /dev/sda
...system freezes and black screen....the ssd is gone...no ssd in bios.

After power-off 5 min. reboot:

ssd is still in bios

Second: smartctl -t short /dev/sda

same as above !


...
smartctl -H /dev/sda
smartctl 6.2 2013-04-20 r3812 [x86_64-linux-3.9-4.towo-siduction-amd64] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

and: only this works:

Offline DeepDayze

  • User
  • Posts: 458
RE: slow SSD: unresponsive script / nicht antwortendes skrip
« Reply #3 on: 2013/06/04, 02:52:06 »
Could it be a sign that the SSD is having problems. Having it disappear from BIOS is not a good sign and it could signify a hardware problem with the SSD.

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.371
    • Land of the Buckeye
RE: slow SSD: unresponsive script / nicht antwortendes skrip
« Reply #4 on: 2013/06/04, 04:37:59 »
So the raw speed of your SSD is not bad for a consumer grade SATA 2 device.  I have one here:

Code: [Select]
root@tosh205:/# hdparm -ia /dev/sda

/dev/sda:
 readahead     = 256 (on)

 Model=OCZ-VERTEX2, FwRev=1.35, SerialNo=OCZ-9290YAGQRH50XN20
 Config={ Fixed }
 RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4
 BuffType=unknown, BuffSize=unknown, MaxMultSect=16, MultSect=16
 CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=78161328
 IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes:  pio0 pio1 pio2 pio3 pio4
 DMA modes:  mdma0 mdma1 mdma2
 UDMA modes: udma0 udma1 udma2 udma3 udma4 udma5 *udma6
 AdvancedPM=no WriteCache=enabled
 Drive conforms to: unknown:  ATA/ATAPI-2,3,4,5,6,7

 * signifies the current active mode

root@tosh205:/# hdparm -tT /dev/sda

/dev/sda:
 Timing cached reads:   1166 MB in  2.00 seconds = 582.60 MB/sec
 Timing buffered disk reads: 304 MB in  3.01 seconds = 100.85 MB/sec


Of more concern is the failure induced by smartctl -- that should not happen.  That indicates a problem at the hardware/firmware level -- nothing to do with the OS, I believe.  Not sure whether to suspect the BIOS or the SSD firmware, but something is not communicating correctly.

Are there firmware updates available for your BIOS or your SSD?
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline dieres

  • User
  • Posts: 787
slow SSD : unresponsive script / nicht antwortendes skript
« Reply #5 on: 2013/06/04, 12:15:27 »
Once I had a Problem with a OCZ Vertex 2 that worked only with the Chipset intel sata2 port on my Board, not with marvel sata3 port. Every few minutes a freeze of ca. 30 sec. than going on.
This SSD was dead after 8Month, with Money back from Amazon.

joogi

  • Guest
slow SSD : unresponsive script / nicht antwortendes skript
« Reply #6 on: 2013/06/04, 15:53:17 »
Are you sure its a ssd problem? I only know this problem in webdevelopment and there its mostly a javascript interpreter problem. Some webkit (squirell fish) versions have problem with various javascript script. Interesting is the okular part but as far as I know kde also uses squirellfish (formely known as KJS) as script engine?

Offline rueX

  • User
  • Posts: 135
slow SSD : unresponsive script / nicht antwortendes skript
« Reply #7 on: 2013/06/04, 23:40:42 »
@joogi:
Yes, I think You are on the right way ! (i often hang with "google.com -search-things" or special investigations on german "building-laws"... Is there a workaround with "squirellfish" around ?

@dieres: I'm in contact with ocz-forum: 2months ago this ssd was "gone" ...but after 4 days suddenly the bios found this ssd. So i updated immediately the firmware, recovered the lost-datas, flash-deleted - and the ssd was near-new :) ....mmmmh. Mistding. But it runs now for a while ! Is there a 12month -or a 24month "Gewährleistung" if it goes away=completely wrecked ?
They want to send me -in that case - a vertex as a replacement ..afaik.

Offline DeepDayze

  • User
  • Posts: 458
slow SSD : unresponsive script / nicht antwortendes skript
« Reply #8 on: 2013/06/05, 01:53:05 »
Quote from: "rueX"
@joogi:
Yes, I think You are on the right way ! (i often hang with "google.com -search-things" or special investigations on german "building-laws"... Is there a workaround with "squirellfish" around ?

@dieres: I'm in contact with ocz-forum: 2months ago this ssd was "gone" ...but after 4 days suddenly the bios found this ssd. So i updated immediately the firmware, recovered the lost-datas, flash-deleted - and the ssd was near-new :) ....mmmmh. Mistding. But it runs now for a while ! Is there a 12month -or a 24month "Gewährleistung" if it goes away=completely wrecked ?
They want to send me -in that case - a vertex as a replacement ..afaik.


Maybe take them up on that offer...send them your old drive and they can take a look at it

Firmware updates seem to be a must for ssd's these days to fix bugs or other issues that could arise

Offline rueX

  • User
  • Posts: 135
slow SSD : unresponsive script / nicht antwortendes skript
« Reply #9 on: 2013/06/07, 20:35:58 »
Well: my feedback:
Since 3 days ( with steady  d u )  no problems : with unresponsive scripts !

Was there an improvement ?

Offline DeepDayze

  • User
  • Posts: 458
slow SSD : unresponsive script / nicht antwortendes skript
« Reply #10 on: 2013/06/07, 22:11:43 »
Quote from: "rueX"
Well: my feedback:
Since 3 days ( with steady  d u )  no problems : with unresponsive scripts !

Was there an improvement ?


So that firmware update worked?

Offline rueX

  • User
  • Posts: 135
slow SSD : unresponsive script / nicht antwortendes skript
« Reply #11 on: 2013/06/07, 22:25:14 »
@DeepDayze:
Yes, ...or so it seems/seems to be

Here is a list of new firmware - versions ( at the beginning of all postings) : http://www.ocztechnologyforum.de/forum/forumdisplay.php?4-SSDs&s=9b88f3fb371439dfd18ce8c7841eaf92

So - i make my daily backup - to be on a saver/more secure side
(':wink:')

Offline DeepDayze

  • User
  • Posts: 458
slow SSD : unresponsive script / nicht antwortendes skript
« Reply #12 on: 2013/06/07, 22:38:17 »
Great...give it a few more days and here's hoping your problem is solved and it never hurts to keep a backup :)