Custom Query (1453 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 1453)

Ticket Resolution Summary Owner Reporter
#1816 fixed Trac: Error when creating ticket Alex Samorukov Gabriele Pohl
Description

On Mon, 25 Mar 2024 06:09:43 +0000 Kobe Kao(高士喬) wrote:

Recently I wanted to open a new ticket on your website, but there seemed to be some problems with the page.

I attach the screenshot and test creating tickets hereby..

#1813 duplicate smartd does not run self-tests on NVME devices elenril
Description

I am very happy that 7.4 adds support for self-tests on NVME devices to smartctl, and it indeed works with the two drives in my machine. However, this does not seem to extend to smartd, as it seems to be ignoring these devices when running self-tests.

I have the following line in my smartd.conf:

DEVICESCAN -d removable -s (S/../.././02|L/../15/./03) -n standby -m root -M exec /usr/share/smartmontools/smartd-runner

but have also tried specifying the devices explicitly. smartd does recognize the devices and claims to monitor them (see attached log), just never runs any self-tests (unlike on SATA devices).

#1812 fixed add support for Verbatim Mobile Hard Drive (0x18a5:0x0446) Christian Franke Mikuláš Patočka
Description

Hi

Here I'm adding a database entry for Verbatim Mobile Hard Drive: https://www.alza.cz/verbatim-mobile-drive-500gb-refurbished-d9843471.htm

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>

---
 drivedb.h |    6 ++++++
 1 file changed, 6 insertions(+)

Index: smartmontools/drivedb.h
===================================================================
--- smartmontools.orig/drivedb.h        2024-03-20 11:25:03.000000000 +0100
+++ smartmontools/drivedb.h     2024-03-20 11:39:37.000000000 +0100
@@ -6381,6 +6381,12 @@ const drive_settings builtin_knowndrives
     "",
     "-d sat"
   },
+  { "USB: Verbatim Mobile Hard Drive; ", // USB 3.0
+    "0x18a5:0x0446",
+    "",
+    "",
+    "-d sat"
+  },
   // Silicon Image
   { "USB: Vantec NST-400MX-SR; Silicon Image 5744",
     "0x1a4a:0x1670",
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.