Custom Query (1415 matches)
Results (280 - 282 of 1415)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1454 | fixed | Mail is only sent one recipient from the -m list, not counting plugins (smartd), the last one. | ||
Description |
I have the following problem: My smartd.conf is the following: DEVICESCAN -d removable -n standby,15 -I 194 -I 9 -R 194 -R 180 -R 232 -R 5 -R 197 \
lwf_first-try is a simple script that just prints the execution date into a file. In this case, when smartd is restarted: /usr/sbin/smartd -p /run/smartd.pid --attributelog=/var/log/smartd/ --savestates=/var/log/smartd/ & The plugin runs, and lockywolf received the message, but not root. I tried playing with the -m list, for example, by swapping lockywolf and root, and by adding more lockywolf@localhost and root@localhost entries, and it seems that only the last address is getting the message. The mail command is mailx from s-nail. lockywolf@delllaptop:~$ readlink /usr/bin/mail mailx |
|||
#1453 | invalid | Short offline self test failed [unsupported scsi opcode] | ||
Description |
Got following result after executing smartctl -t short -a /dev/sdb command Error Counter logging not supported Device does not support Self Test logging Short offline self test failed [unsupported scsi opcode] smartctl -t short -a /dev/sdb [sudo] password for onja: smartctl 7.0 2018-12-30 r4883 [x86_64-linux-3.10.0-1160.15.2.el7.x86_64] (local build) Copyright (C) 2002-18, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Vendor: HPE Product: LOGICAL VOLUME Revision: 2.65 Compliance: SPC-3 User Capacity: 3,840,653,221,888 bytes [3.84 TB] Logical block size: 512 bytes Physical block size: 4096 bytes Rotation Rate: Solid State Device Logical Unit id: 0x600508b1001cf47a4f263d424cf1ec8a Serial number: PWXKV0BRHDL2TT Device type: disk Local Time is: Thu Feb 25 15:27:57 2021 WAT SMART support is: Available - device has SMART capability. SMART support is: Enabled Temperature Warning: Disabled or Not Supported === START OF READ SMART DATA SECTION === SMART Health Status: OK Current Drive Temperature: 0 C Drive Trip Temperature: 0 C Error Counter logging not supported Device does not support Self Test logging Short offline self test failed [unsupported scsi opcode] lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sdb 8:16 0 3.5T 0 disk ├─sdb1 8:17 0 500M 0 part /boot/efi ├─sdb2 8:18 0 500M 0 part /boot ├─sdb3 8:19 0 2.4T 0 part │ ├─diska-root 253:0 0 299.9G 0 lvm / │ ├─diska-swap 253:1 0 25.6G 0 lvm [SWAP] │ ├─diska-pool00_tmeta 253:3 0 28M 0 lvm │ │ └─diska-pool00-tpool 253:5 0 2T 0 lvm │ │ ├─diska-pool00 253:6 0 2T 1 lvm │ │ ├─diska-var 253:7 0 50G 0 lvm /var │ │ └─diska-data 253:8 0 3T 0 lvm /data │ └─diska-pool00_tdata 253:4 0 2T 0 lvm │ └─diska-pool00-tpool 253:5 0 2T 0 lvm │ ├─diska-pool00 253:6 0 2T 1 lvm │ ├─diska-var 253:7 0 50G 0 lvm /var │ └─diska-data 253:8 0 3T 0 lvm /data └─sdb4 8:20 0 1.1T 0 part └─diska-root 253:0 0 299.9G 0 lvm / sdc 8:32 0 2.2T 0 disk └─diska2-home 253:2 0 1T 0 lvm /home sr0 11:0 1 1024M 0 rom |
|||
#1452 | fixed | Add to drivedb: Samsung SSD 883 DCT 3.84TB | ||
Description |
Request to add a large capacity Samsung SSD to drivedb. Smartctl output attached. The patch: --- drivedb.h.20210117 2021-01-17 12:00:00.000000000 +0000 +++ drivedb.h.20210117.new 2021-02-22 20:00:32.957637218 +0000 @@ -1842,6 +1842,7 @@ // Samsung SSD 860 PRO 256GB/RVM01B6Q, Samsung SSD 860 PRO 512GB/RVM01B6Q, // Samsung SSD 860 PRO 1TB/RVM01B6Q "Samsung SSD 883 DCT (240|480|960)GB|" // tested with Samsung SSD 883 DCT 480GB/HXT7404Q + "Samsung SSD 883 DCT 3.84TB|" // tested with Samsung SSD 883 DCT 3.84TB/HXT7404Q "SAMSUNG MZ7PA256HMDR-.*|" // PM810 (470 Series), tested with SAMSUNG MZ7PA256HMDR-010H1/AXM07H1Q "Samsung SSD 845DC EVO .*|" // Samsung SSD 845DC EVO 960GB/EXT03X3Q "Samsung SSD 870 QVO [1248]TB|" // tested with Samsung SSD 870 QVO 4TB/SVQ01B6Q |