Custom Query (1434 matches)
Results (118 - 120 of 1434)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1338 | worksforme | request to have samsung evo 860 500 GB SSD added to database | ||
#219 | worksforme | regression: segfault on arm since 5.39 | ||
Description |
I tried to use smartmontools natively built from tar on a QNAP TS-419PII. All versions from 5.42 down to 5.39 produce a segfault: [~] # smartctl -d sat -a /dev/sda smartctl 5.39 2009-12-09 r2995 [armv5tel-unknown-linux-gnueabi] (local build) Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net Segmentation fault Version 5.38 finally worked: [~] # smartctl -d sat -a /dev/sda smartctl version 5.38 [armv5tel-unknown-linux-gnu] Copyright (C) 2002-8 Bruce Allen Home page is http://smartmontools.sourceforge.net/ START OF INFORMATION SECTIONDevice Model: WDC WD20EARX-00PASB0 ... I am ok with just using 5.38, but if someone wants to fix it I am willing to support by testing patches and sending logs. Only problem would be I cannot build from svn (because of a perl issue?): [~/share/smartmontools] $ ./autogen.sh This Perl not built to support threads Compilation failed in require at /opt/bin/automake-1.11 line 139. ... [~/share/smartmontools] $ perl -v This is perl, v5.10.0 built for arm-none-linux-gnueabi ... |
|||
#1618 | fixed | program smartctl is using a deprecated SCSI ioctl, please convert it to SG_IO | ||
Description |
Hi all For years, I've been spammed with "program smartctl is using a deprecated SCSI ioctl, please convert it to SG_IO" in the kernel log. This happens on several machines with varying versions of primarily Debian, but also others. The last one I checked, was one with fully updated Bullseye with smartmontools version: smartmontools release 7.2 dated 2020-12-30 at 16:48:30 UTC smartmontools SVN rev 5155 dated 2020-12-30 at 16:49:18 smartmontools build host: x86_64-pc-linux-gnu smartmontools build with: C++14, GCC 10.2.1 20201224 smartmontools configure arguments: '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--localstatedir=/var' '--disable-option-checking' '--disable-silent-rules' '--libdir=${prefix}/lib/x86_64-linux-gnu' '--runstatedir=/run' '--disable-maintainer-mode' '--disable-dependency-tracking' '--build=x86_64-linux-gnu' '--host=x86_64-linux-gnu' '--prefix=/usr' '--sysconfdir=/etc' '--mandir=/usr/share/man' '--with-initscriptdir=no' '--docdir=/usr/share/doc/smartmontools' '--with-attributelog=/var/lib/smartmontools/attrlog.' '--with-drivedbdir=/var/lib/smartmontools/drivedb' '--with-exampledir=/usr/share/doc/smartmontools/examples/' '--with-savestates=/var/lib/smartmontools/smartd.' '--with-smartdplugindir=/etc/smartmontools/smartd_warning.d' '--with-smartdscriptdir=/usr/share/smartmontools' '--with-systemdenvfile=/etc/default/smartmontools' '--with-systemdsystemunitdir=/lib/systemd/system' '--with-libsystemd=auto' '--with-selinux' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CXXFLAGS=-g -O2 -fdebug-prefix-map=/build/smartmontools-aUy3Yi/smartmontools-7.2=. -fstack-protector-strong -Wformat -Werror=format-security -fsigned-char -Wall' 'LDFLAGS=-Wl,-z,relro -Wl,-z,now' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2' 'CFLAGS=-g -O2 -fdebug-prefix-map=/build/smartmontools-aUy3Yi/smartmontools-7.2=. -fstack-protector-strong -Wformat -Werror=format-security -fsigned-char -Wall' |