Custom Query (1376 matches)
Results (10 - 12 of 1376)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#10 | fixed | patch: fix FTBFS on GNU/kFreeBSD | ||
Description |
Hi, the attached patch fixes FTBFS on GNU/kFreeBSD. Original bug report: |
|||
#11 | fixed | smartctl is verbose even with the option quietmode=errorsonly | ||
Description |
Hi, svn r2879: smartctl is verbose even with the option quietmode=errorsonly. + smartctl --test=short --quietmode=errorsonly /dev/sda1 smartctl 5.39 2009-08-29 r2879 [i686-pc-linux-gnu] (local build) Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net START OF OFFLINE IMMEDIATE AND SELF-TEST SECTIONSending command: "Execute SMART Short self-test routine immediately in off-line mode". Drive command "Execute SMART Short self-test routine immediately in off-line mode" successful. Testing has begun. Please wait 1 minutes for test to complete. Test will complete after Wed Sep 9 04:37:01 2009 Use smartctl -X to abort test. Original bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545784 |
|||
#12 | wontfix | smartmontools: In Self-test log, LifeTime wraps at 65536 hours | ||
Description |
smartctl -a gives here: [...] ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE [...]
[...] SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Short offline Completed without error 00% 572 - # 2 Short offline Completed without error 00% 548 - # 3 Short offline Completed without error 00% 524 - # 4 Short offline Completed without error 00% 500 - # 5 Short offline Completed without error 00% 476 - # 6 Short offline Completed without error 00% 452 - # 7 Short offline Completed without error 00% 428 - # 8 Short offline Completed without error 00% 404 - # 9 Short offline Completed without error 00% 380 - #10 Short offline Completed without error 00% 356 - #11 Short offline Completed without error 00% 332 - #12 Short offline Completed without error 00% 308 - #13 Short offline Completed without error 00% 284 - #14 Short offline Completed without error 00% 260 - #15 Short offline Completed without error 00% 236 - #16 Short offline Completed without error 00% 212 - #17 Short offline Completed without error 00% 188 - #18 Short offline Completed without error 00% 164 - #19 Short offline Completed without error 00% 140 - #20 Short offline Completed without error 00% 116 - #21 Short offline Completed without error 00% 92 - As you can see, in the SMART attributes, the life time (Power_On_Hours) is OK: 66120. But in the log, it has wrapped at 65536. Found in 5.38 and svn revision 2879 Original bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535298 |