Custom Query (1471 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (289 - 291 of 1471)

Ticket Resolution Summary Owner Reporter
#1153 wontfix Command timeout occurred when I used the command "smartctl -C -t short" on HDD test jerrytw168
Description

Hi,

When I used this command "smartctl -c -t short /dev/sdb" to verify SSD, smartctl (using smartctl -a)test result would show "Interrupt (host reset)" as following.

# 6 Short captive Interrupted (host reset) 70% 2423 - # 7 Short captive Interrupted (host reset) 70% 2408 -

And /dev/log/dmesg also occurred some error messages below. However, when I removed -C (captive mode), these issues would disappeared. I tried lots of SSDs (Intel, Samsung, HGST), I got the same symptom.

Would you please advise if the parameter "-C" can't use with "-t" in the same test? Or is it a bug for smartctl tool? I will be grateful for any help you can provide.

/var/log/dmesg ================================================================= [166867.098164] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [166867.098172] ata2.00: failed command: SMART [166867.098180] ata2.00: cmd b0/d4:00:81:4f:c2/00:00:00:00:00/00 tag 25

res 40/00:ff:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)

[166867.098184] ata2.00: status: { DRDY } [166867.098189] ata2: hard resetting link [166867.403151] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [166867.403678] ata2.00: supports DRM functions and may not be fully accessible [166867.404715] ata2.00: supports DRM functions and may not be fully accessible [166867.405200] ata2.00: configured for UDMA/133 [166867.405218] ata2: EH complete

#279 fixed Compile time error with 6.1 and RedHat 9 Alex Samorukov areis22
Description

Receiving the following compile time error:

scsicmds.cpp: In function void scsi_format_id_string(char*, const unsigned char*, int)': scsicmds.cpp:2766: isspace' undeclared (first use this function) scsicmds.cpp:2766: (Each undeclared identifier is reported only once for each function it appears in.) make[1]: * [scsicmds.o]

Using the following configuration options:

./configure --prefix=/usr --enable-savestates --enable-attributelog --sysconfdir=/etc --with-savestates=/var/lib/smartmontools/ --with-attributelog=/var/lib/smartmontools/

On the following O/S & Kernel:

Redhat 9.0 2.4.20-8

With the following ctype.h files:

/usr/lib/bcc/include/ctype.h /usr/lib/dietlibc/include/ctype.h /usr/include/ctype.h

Using gcc version 3.2.2 20030222

I was able to get SmartMonTools 6.0 to compile and install but not version 6.1

#1268 fixed Configure mailgun as trac SMTP server Alex Samorukov Alex Samorukov
Description

Following changes needs to be done in the DNS:

  1. Add TXT record for the trac subdomain with value v=spf1 include:eu.mailgun.org ~all
  1. Add TXT record for the pic._domainkey.trac subdomain with value:
    k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2rH/qvQa4DxM/HUs5LgdDF3vRxOu63YsSM/qNW9rhJSoCdRA6jno+/1NpKhJxOLcHxOUlyn+qnTM1bReCG6MVgxvgCTAQ8Wx9xqW6ULoj+sAVj6HPh3dAyYkqfYPhZx3culN0JtSO2ASSBUDLxJQJHsmrRr31XgZZNCR36jpdel/AYBwE3awLhl918Xl3IEELjdm/GjFrwz9t98ohfQGFp1PBUfEtz/b4SjiOnjWzBDpLTI0xFY1HnX4mfDiAT3XmqYXxVHVw79jI3jWxtQpdrB5gUq80VUEd0MloFa41F6sEkyg0ZqFJzocjlGUISV7IZOTlIuT45DFfvWL9ivZ+wIDAQAB
    
  2. Add 2 MX records for the trac subdomain, with values:
    • mxa.eu.mailgun.org, priority 10
    • mxb.eu.mailgun.org, priority 10
  1. Add CNAME record for the email.trac subdomain with value eu.mailgun.org
  1. Remove sphere subdomain records, as it is not in use anymore.
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.