Custom Query (1384 matches)
Results (52 - 54 of 1384)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#118 | fixed | Store reserved attribute byte in smartd state file | ||
Description |
Some drives use the reserved attribute byte to store 7 byte raw values. This byte should also be stored in the smartd .state file. Otherwise bogus messages may appear after smartd restart if a raw value is monitored. |
|||
#119 | fixed | Working USB bridge not in database 0x1006:0x3002 (0x100) | ||
Description |
Hi, When I run smartctl, it doesn't detect the usb bridge for my iriver h140 player (0x1006:0x3002 (0x100)). ID 1006:3002 iRiver, Ltd. iHP-120/140 MP3 Player This device works fine with the -d usbcypress option. |
|||
#120 | fixed | daemon_win32.cpp: duplicated assignment | ||
Description |
Hi there! I noticed a duplicated assignment. Best regards, Nicolas Kaiser --- --- a/os_win32/daemon_win32.cpp 2010-01-28 21:24:31.000000000 +0100 +++ b/os_win32/daemon_win32.cpp 2010-11-10 21:08:04.829636033 +0100 @@ -525,7 +525,7 @@ int daemon_messagebox(int system, const mb.mode = MB_OK|MB_ICONWARNING |(svc_mode?MB_SERVICE_NOTIFICATION:0) |(system?MB_SYSTEMMODAL:MB_APPLMODAL); - mb.title = title; mb.text = text; + mb.title = title; mb.text = text; if (!(ht = CreateThread(NULL, 0, mbox_thread, &mb, 0, &tid))) return -1; |
Note:
See TracQuery
for help on using queries.