Debian GNU/Linux

SMTP authentication

Fórumok

üdv mindenkinek,

van egy lenny-m postfix-szel, courier-rel, mysql-lel és virtuális domain-ekkel.
A levél fogadás hálózaton belül és kívül is működik. A küldés viszont sehonnan. A hitelesítés be van pipálva a kliens-ben.

"...Protokoll: SMTP, Kiszolgáló válasza: '554 5.7.1 : Client host rejected: Access denied', Port: 25, Biztonságos (SSL): Igen, Kiszolgálóhiba: 554, Hibaszám: 0x800CCC79"

Idemásolom a main.cf és a master.cf konfigot:

main.cf

# See /usr/share/postfix/main.cf.dist for a commented, more complete version

# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname

smtpd_banner = $myhostname
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = no

# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h

readme_directory = /usr/share/doc/postfix

# TLS parameters

# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.

myhostname = mydomain.com
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = localhost,
relayhost = mail.chello.hu
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
home_mailbox = Maildir/
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all

#Sajat cuccok

smtpd_helo_required = yes
disable_vrfy_command = yes

smtpd_recipient_restrictions =
permit_auth_destination,
permit_mynetworks,
permit_sasl_authenticated,
reject_invalid_hostname,
reject_non_fqdn_hostname,
reject_non_fqdn_sender,
reject_non_fqdn_recipient,
reject_unknown_sender_domain,
reject_unknown_recipient_domain,
reject_unauth_destination,
check_sender_access hash:/etc/postfix/sender_checks,
reject_rbl_client sbl.spamhaus.org,
reject_rbl_client cbl.abuseat.org,
reject_rbl_client dnsbl.sorbs.net,
reject_rbl_client list.dsbl.org

smtpd_client_restrictions = permit_sasl_authenticated, reject

html_directory = /usr/share/doc/postfix/html

virtual_alias_domains =
virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_mailbox_base = /home/vmail
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000

smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_authenticated_header = yes
smtpd_use_tls = yes
smtpd_tls_cert_file = /etc/postfix/smtpd.cert
smtpd_tls_key_file = /etc/postfix/smtpd.key

master.cf

#
# Postfix master process configuration file. For details on the format
# of the file, see the master(5) manual page (command: "man 5 master").
#
# Do not forget to execute "postfix reload" after editing this file.
#
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - - - - smtpd
#submission inet n - - - - smtpd
# -o smtpd_tls_security_level=encrypt
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
# -o milter_macro_daemon_name=ORIGINATING
#smtps inet n - - - - smtpd
# -o smtpd_tls_wrappermode=yes
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
# -o milter_macro_daemon_name=ORIGINATING
#628 inet n - - - - qmqpd
pickup fifo n - - 60 1 pickup
cleanup unix n - - - 0 cleanup
qmgr fifo n - n 300 1 qmgr
#qmgr fifo n - - 300 1 oqmgr
tlsmgr unix - - - 1000? 1 tlsmgr
rewrite unix - - - - - trivial-rewrite
bounce unix - - - - 0 bounce
defer unix - - - - 0 bounce
trace unix - - - - 0 bounce
verify unix - - - - 1 verify
flush unix n - - 1000? 0 flush
proxymap unix - - n - - proxymap
proxywrite unix - - n - 1 proxymap
smtp unix - - - - - smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay unix - - - - - smtp
-o smtp_fallback_relay=
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - - - - showq
error unix - - - - - error
retry unix - - - - - error
discard unix - - - - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - - - - lmtp
anvil unix - - - - 1 anvil
scache unix - - - - 1 scache
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# Many of the following services use the Postfix pipe(8) delivery
# agent. See the pipe(8) man page for information about ${recipient}
# and other message envelope options.
# ====================================================================
#
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
#
# See the Postfix UUCP_README file for configuration details.
#
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
#
# Other external delivery methods.
#
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
scalemail-backend unix - n n - 2 pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
mailman unix - n n - - pipe
flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
${nexthop} ${user}

Szerintetek mi lehet a bibi?

Köszi!

Debian telepítések I2O-ra - miért nem?

Fórumok

Üdvözletem!

Debian Etch, (előtte Lenny, Squeese, Ubuntu-Kubuntu v9.04-v8.04, stb.) másfél napja - a teljes éjszakát is beleértve - nem vagyok képes egy működő rendszert installálni. (Sok LIVE-CD-s kisérletezés és "konfigolás" van mögöttem és persze sok google.)
A gép: SCSI 70GB FUJI, I2O kontroller + i865/AGP, VGA: RADEON-9250 (Hát nem egy újdonság!)

Azért tértem vissza a Debian 4-hez mert sokszor telepítettem régebben és a fenti kontroller/SCSI merevlemez variáció nem okozott neki gondot. Eddig!!! (Az ujabb disztrók az install vége felé kiakadtak, rendszerint a GRUB-ot már nem engedték feltenni.) Kivéve az Ubuntuk variációit, mert az első 2 percben eldöntötték, nem kívánnak élni a "lehetőséggel".

Netinstall CD-vel, új archív repók fel, új keyring - nem egyszerűsödött az élet... :( De legalább a rendszerre felment a GRUB, :) de bootolni rendesen már nem tud. :(

Amit tettem eddig...:

A rendszeren megpróbáltam az fstab-ot, a device.map v.mint menu.lst szerkesztését, "grub-update"-et. A gond úgy látom, a régi szokásos "/dev/sda-sdb" megoldás helyett "/dev/i2o/hda" megoldással regisztrálja a merevlemezeket. (A boot folyamat alatt a kontroller "sda" néven egyébként már mutatja a merevlemezt, csak a kernel később nem tud vele mit kezdeni? (a kontroller modulok persze betöltve.) A /dev/ könyvtárban nincs is /disk/ alkönyvtár csak /i2o/. Mivel chroot alatt nem enged grub-installt, nem tudtam kipróbálni a "grub-install /dev/i2o/hda" parancsot. Az általam ismert LIVE-CD-k közül egyetlen 2005-ös, amivel felcsatolhatok, működik a "chroot" és tudok editálni a gyökér-könytárban. (A Debian install CD konzolja mount-olni nem haqy a particióra.)

Lehet az SCSI ma már csak keveseknek fájó probléma, de a rendszeren első partición lévő XP a legújabb frissítésekkel sem aggódik a particiók mount-olása miatt! Egy hete nyúzom és tökéletesen működik) :(

A segítségeteket kérem és előre is köszönöm.

[Megoldva] LDAP replikáció nem működik

Fórumok

Sziasztok!

A segítségeteket szeretném kérni, mert lassan nem marad egy szál hajam sem :)

A probléma a következő: adott két szerver Server1 és Server2

Server1-n az alábbi fontosabb szolgáltatások futnak: SaMBa, OpenLDAP, stb.
A Server1 PDC-ként működik a hálózatban, LDAP authentikációval, ez szépen működik is.

A Server2-n az alábbi fontosabb szolgáltatások "futnak": OpenLDAP, Postfix, Dovecot, stb. Ezen a szerveren zajlik a levelezés.
A Postfix, Dovecot megy is szépen, a probléma az LDAP-val van, ugyanis nem replikálja az adatoka, továbbá az alábbi hibát kapom kereséskor:

$ ldapsearch -h localhost -x
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)

illetve nem authentikál.

Bemásolom a configokat, ha átnéznétek és hibát láttok benne, hálám örökké üldözne benneteket :)

A Server1, Provider configjai:


# /etc/ldap/slapd.conf

include /etc/ldap/schema/core.schema
include /etc/ldap/schema/cosine.schema
include /etc/ldap/schema/nis.schema
include /etc/ldap/schema/inetorgperson.schema
include /etc/ldap/schema/samba.schema
include /etc/ldap/schema/mail-alias.schema

pidfile /var/run/slapd/slapd.pid
argsfile /var/run/slapd/slapd.args
loglevel 0

modulepath /usr/lib/ldap
moduleload back_hdb

sizelimit 2000
tool-threads 1

database hdb
suffix "dc=xxx,dc=sulinet,dc=hu"
directory "/var/lib/ldap"
dbconfig set_cachesize 0 2097152 0

dbconfig set_lk_max_objects 5000
dbconfig set_lk_max_locks 5000
dbconfig set_lk_max_lockers 5000

index objectClass eq,pres
index cn pres,sub,eq
index sn pres,sub,eq
index uid pres,sub,eq
index displayName pres,sub,eq
index uidNumber eq
index gidNumber eq
index memberUid eq
index sambaSID eq,sub
index sambaPrimaryGroupSID eq
index sambaDomainName eq
index givenname eq,sub
index default sub
index sambaGroupType eq
index sambaSIDList eq
index entryCSN,entryUUID eq
index uniqueMember eq,pres

lastmod on
checkpoint 512 30

access to attrs=userPassword,sambaNTPassword,sambaLMPassword,sambaPwdLastSet,sambaPwdCanChange
by dn="cn=admin,dc=xxx,dc=sulinet,dc=hu" write
by dn="cn=replicator,dc=xxx,dc=sulinet,dc=hu" write
by anonymous auth
by self write
by * none
access to dn.base="" by * read

access to *
by dn="cn=admin,dc=xxx,dc=sulinet,dc=hu" write
by dn="cn=replicator,dc=xxx,dc=sulinet,dc=hu" write
by self write
by * read

moduleload syncprov
overlay syncprov
syncprov-checkpoint 100 10
syncprov-sessionlog 100

# TLSCipherSuite :SSLv3
TLSCACertificateFile /etc/ssl/certs/CA.crt
TLSCertificateFile /etc/ssl/certs/szerver1.crt
TLSCertificateKeyFile /etc/ssl/private/szerver1.key.nopass

A Server2, Consumer configjai:


#/etc/ldap/slapd.conf
include /etc/ldap/schema/core.schema
include /etc/ldap/schema/cosine.schema
include /etc/ldap/schema/nis.schema
include /etc/ldap/schema/inetorgperson.schema
include /etc/ldap/schema/samba.schema
include /etc/ldap/schema/mail-alias.schema

pidfile /var/run/slapd/slapd.pid
argsfile /var/run/slapd/slapd.args
loglevel 0

modulepath /usr/lib/ldap
moduleload back_hdb

sizelimit 2000
tool-threads 1

backend hdb
database hdb

suffix "dc=xxx,dc=sulinet,dc=hu"
#rootdn "cn=admin,dc=xxx,dc=sulinet,dc=hu"
rootdn "cn=dc=xxx,dc=sulinet,dc=hu"

directory "/var/lib/ldap"
dbconfig set_cachesize 0 2097152 0

dbconfig set_lk_max_objects 5000
dbconfig set_lk_max_locks 5000
dbconfig set_lk_max_lockers 5000

index objectClass eq,pres
index cn pres,sub,eq
index sn pres,sub,eq
index uid pres,sub,eq
index displayName pres,sub,eq
index uidNumber eq
index gidNumber eq
index memberUid eq
index sambaSID eq,sub
index sambaPrimaryGroupSID eq
index sambaDomainName eq
index givenname eq,sub
index default sub
index sambaGroupType eq
index sambaSIDList eq
index entryCSN,entryUUID eq
index uniqueMember eq,pres

lastmod on
checkpoint 512 30

access to attrs=userPassword,sambaNTPassword,sambaLMPassword,sambaPwdLastSet,sambaPwdCanChange
by dn="cn=admin,dc=xxx,dc=sulinet,dc=hu" write
by dn="cn=replicator,dc=xxx,dc=sulinet,dc=hu" write
by anonymous auth
by self write
by * none
access to dn.base="" by * read

access to *
by dn="cn=admin,dc=xxx,dc=sulinet,dc=hu" write
by dn="cn=replicator,dc=xxx,dc=sulinet,dc=hu" write
by self write
by * read

syncrepl rid=1
provider=ldaps://192.168.64.2:636
type=refreshOnly
interval=00:00:01:00
searchbase="dc=xxx,dc=sulinet,dc=hu"
filter="(objectClass=*)"
scope=sub
attrs="*"
schemachecking=off
bindmethod=simple
binddn="cn=replicator,dc=xxx,dc=sulinet,dc=hu"
credentials=replicator_jelszo

# TLSCipherSuite :SSLv3
TLSCACertificateFile /etc/ssl/certs/CA.crt
TLSCertificateFile /etc/ssl/certs/Server2.crt
TLSCertificateKeyFile /etc/ssl/private/Server2.key.nopass

A /etc/default/slapd fájlban csak az alábbi módosítást raktam mindkét szerveren:


SLAPD_SERVICES="ldap://127.0.0.1:389/ ldaps:///"

A /etc/ldap/ldap.conf mindkét szerveren az alábbi:


HOST 127.0.0.1
BASE dc=xxx,dc=sulinet,dc=hu
TLS_CACERT /etc/ssl/certs/CA.crt
TLS_CACERTDIR /etc/ssl/certs/
TLS_REQCERT allow

Lényegében azt szeretném, hogy be tudjak lépni a tartományi felhasználókkal is a Server2-n, továbbá ha levél érkezik a Server2-re, akkor az a NFS-es el felcsatolt Server1-n lévő userek home-jaiba kerülhessen a levél.

Kérlek segítsetek, mit rontok el a konfigokban.

Üdv, VS

Lucent / Agere modem - Hylafaxhoz

Fórumok

Van nekem egy PCI-s Agere modemem, legalabbis lspci azt irja hogy Agere fax/stbst...

Azt olvastam hogy van ilyen project hogy Linmodem, amivel elvileg a Winmodem-ek mennek, nade a project honlapjan nemnagyon talaltam erdemi dolgot ahonnet pl. letlelhetne tolteni barmit is.

Voltak ra utalasok hogy IBM tamogatasaval keszult ehhez vlmi driver de IBM oldalra mutato linkek mind halottak.

Itt viszont van egy mukodokepes dolog, feltettem, leforgattam, es nem ir semmi hibat, hylafax is megeszi modemkent a /dev/ttysM0-t amit ad.

De valahogy ketsegeim vannak hogy nemlehet ezt maskepp megoldani ?

http://martian.barrelsoutofbond.org/

Ott ir vlmi olyat hogy :

"Update : All io moved to kernel. "

Ez mit jelenthet hogy egeszet beleraktak vanilla kernelbe ? en keresgelte de sehol sem talaltam, benne van valahol ?

Kozben kiderult hogy hylafax al eza martian akarmi nem mukodik...

Lennyben nem tudok más kernelt betölteni

Fórumok

Adott egy frissen telepített lenny 2.6.26-2-amd64-es kernellel egy lenovo rd120-as szerveren hardveres raid-el 6x1 terrás vinyóval raid6-ban. A kernelt le szeretném cserélni 2.6.26-2-xen-amd64-re.
Fel is telepítettem, de nem akarja betölteni. A grub ennyit ír:
error: You need to load the kernel first
Ha bármit nyomok, visszaugrik a menübe és a régi kernellel simán elindul.
A /boot-ban minden ott van, ami kellhet.

Korábban Ubuntu hardy-t és jaunty-t raktam rá tesztként, ott be tudta tölteni a másik kernelt.

Lenny alatt mi lehet a gond?

Agyrém

Fórumok

Sziasztok,

Azért ide írok, mert eddig debian vagy debian alapú rendszeren fordult elő a probléma, 64 bites disztrón... először egy parsixon... böngésző programba (iceweasel epiphany) a karakterek az oldalakon négyzetekké válnak amikbe számok vannak (nemtudom a nevét azért írom így)... aztán folytatódik azzal, hogy az ikonok a böngészőben, a könyvjelzők meg minden el-el tünik, a listaelemek az oldalon maszatolódnak ... stb.. parsixon a múltkor ez úgy végződött, hogy már nem csak böngészőbe hanem a mappáim neve is furcsává alakultak... jelentettem a hibát a parsix oldalán majd azt mondták hogy konfigurációs hiba és nem bug:D hát ha ők mondják ... Ez most egy debian lenny. 64 bites. flash player adobés 10-es van használatba 64 bites... gyanakszom esetleg arra mer, amúgy sem szereti a flasht a gép, processzor használtsága az egekbe mikor youtubozok ... Nvidia G 6600-asom van, és a gyári drivert (nvidia.com-ról letöltött legfrissebb binárist) telepítem.. szokott rinyálni a futási szint miatt (mer nem 1-es szeretne hanem hármason), meg a gcc különbség miatt (hogy a kernel nem azzal fordult mint driver), de nem szokott probléma lenni ... szépen menni szokott minden... erre gondolok még ... hardver hiba okozhat ilyet? teljesen tanácstalan vagyok. webszerver fut rajta ... default beállításokkal csak localhoston webfejlesztek... nem lehet kívülről elérni, routert is használok... meg hát ha támadnának az nem így nézne ki... Jah igen titkosítot partícióim vannak, és titkosított swap.. LUKS/dm-crypt. de a multkor nem voltak szoval nem hiszem hogy ez a probléma ...
a flash meg az nvidia driver kivételével nincs semmi zárt forrású vagy buhera szoftver felrakva rá... csak ami az alap tárolóbol elérhető....
Ötlet???? feltöltöttem szkrínsotot.. a weblapok tartalma is eltűnik mintha valami rágná a stíluslapokat vagy nem is tudom...

http://foldtan.extra.hu/agyrem.png
http://foldtan.extra.hu/agyrem1.png
http://foldtan.extra.hu/agyrem2.png
http://foldtan.extra.hu/agyrem3.png

frissítés etch rol lenny re

Fórumok

frissítettem az egyik szervert etch rol lenny re, de még ilyennel nem találkoztam

Úgy nézem a frissítés sikerült is csak még az apt-get update nem az igazi
------------------------------------------------------
server:~# apt-get update
Hit http://security.debian.org stable/updates Release.gpg
Hit http://security.debian.org stable/updates Release
Hit http://ftp.hu.debian.org lenny Release.gpg
Hit http://ftp.hu.debian.org lenny Release
Ign http://ftp.hu.debian.org lenny/main Packages/DiffIndex
Ign http://ftp.hu.debian.org lenny/contrib Packages/DiffIndex
Ign http://ftp.hu.debian.org lenny/non-free Packages/DiffIndex
Ign http://ftp.hu.debian.org lenny/main Sources/DiffIndex
Ign http://ftp.hu.debian.org lenny/contrib Sources/DiffIndex
Ign http://ftp.hu.debian.org lenny/non-free Sources/DiffIndex
Hit http://ftp.hu.debian.org lenny/main Packages
Hit http://ftp.hu.debian.org lenny/contrib Packages
Hit http://ftp.hu.debian.org lenny/non-free Packages
Hit http://ftp.hu.debian.org lenny/main Sources
Hit http://ftp.hu.debian.org lenny/contrib Sources
Hit http://ftp.hu.debian.org lenny/non-free Sources
W: Failed to fetch http://security.debian.org/dists/stable/updates/Release Unable to find expected entry lenny/binary-amd64/Packages in Meta-index file (malformed Release file?)
------------------------------------------------------

van valakinek ötlete ?

Gnome-mplayer furcsaság

Fórumok

Sziasztok! Pár nappal ezelőtt észrevettem egy furcsaságot a gnome-mplayer-en, miközben elkezdtem nézni egy régi Star Trek részt. Amikor kihoztam az epizódot teljes képernyőre úgy, hogy még a navigációs csúszka látszódott, még nem volt semmi baj. Aztán C billentyűvel a navigációs csúszkát is eltüntettem és abban a pillanatban a videó elkezdett szaggatni. Nem azon a szuperlomha szaggatással, hanem kis apró egyenletes szaggatással. Pont annyira, hogy már idegesítsen. A metacity compositor-a be van kapcsolva, tehát vannak árnyékok. Gondoltam, hogy valami frissítés jött a metacity-re, amiben el van szúrva ez a rész. Elindítottam egy HD filmet, az viszont kifogástalanul ment. Így teljesen tanácstalan lettem. Az már csak növelte a tanácstalanságom, hogy a 640x480-as felbontású avi formátumú Star Trek epizódok, amik eddig gyönyörűen mentek, manapság szaggatnak és ha kikapcsolom a compositor-t, akkor újra jók lesznek. Régebben mindet compositor-ral néztem, semmi probléma nem volt.

Szerintetek mi lehet a baj? A válaszokat előre is köszönöm!

http://skl-projekt.hu

furcsa smartctl hiba

Fórumok

Sziasztok!

A gépben az egyik winchesterre érdekes hibát jelez a smartmontools.
Időről időre jön egy e-mail a következővel:

The following warning/error was logged by the smartd daemon:
Device: /dev/sdd, ATA error count increased from 6 to 7

A syslog elég szűkszavú:

Aug 17 22:16:52 szerver smartd[3030]: Device: /dev/sdd, ATA error count increased from 6 to 7
Aug 17 22:16:52 szerver smartd[3030]: Sending warning via /usr/share/smartmontools/smartd-runner to ...

A smartctl -a /dev/sdd ezt írja:

smartctl version 5.38 [i686-pc-linux-gnu] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF INFORMATION SECTION ===
Device Model: WDC WD5001ABYS-01YNA0
Serial Number: WD-WCAS86300557
Firmware Version: 59.01D01
User Capacity: 500.107.862.016 bytes
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: 8
ATA Standard is: Exact ATA specification draft version not indicated
Local Time is: Mon Aug 17 23:00:59 2009 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status: (0x84) Offline data collection activity
was suspended by an interrupting command from host.
Auto Offline Data Collection: Enabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: (13200) seconds.
Offline data collection
capabilities: (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 2) minutes.
Extended self-test routine
recommended polling time: ( 154) minutes.
Conveyance self-test routine
recommended polling time: ( 5) minutes.
SCT capabilities: (0x303f) SCT Status supported.
SCT Feature Control supported.
SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 200 200 051 Pre-fail Always - 0
3 Spin_Up_Time 0x0003 174 174 021 Pre-fail Always - 6283
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 37
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
7 Seek_Error_Rate 0x000e 200 200 000 Old_age Always - 0
9 Power_On_Hours 0x0032 085 085 000 Old_age Always - 11231
10 Spin_Retry_Count 0x0012 100 253 000 Old_age Always - 0
11 Calibration_Retry_Count 0x0012 100 253 000 Old_age Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 35
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 31
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 38
194 Temperature_Celsius 0x0022 099 093 000 Old_age Always - 51
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
197 Current_Pending_Sector 0x0012 200 200 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0010 200 200 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0
200 Multi_Zone_Error_Rate 0x0008 164 148 000 Old_age Offline - 2445

SMART Error Log Version: 1
ATA Error Count: 7 (device log contains only the most recent five errors)
CR = Command Register [HEX]
FR = Features Register [HEX]
SC = Sector Count Register [HEX]
SN = Sector Number Register [HEX]
CL = Cylinder Low Register [HEX]
CH = Cylinder High Register [HEX]
DH = Device/Head Register [HEX]
DC = Device Command Register [HEX]
ER = Error register [HEX]
ST = Status register [HEX]
Powered_Up_Time is measured from power on, and printed as
DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
SS=sec, and sss=millisec. It "wraps" after 49.710 days.

Error 7 occurred at disk power-on lifetime: 11230 hours (467 days + 22 hours)
When the command that caused the error occurred, the device was active or idle.

After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
40 51 01 a7 1b 0e 40

Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
60 70 98 7f 1b 0e 2a 08 30d+00:37:32.866 READ FPDMA QUEUED
60 08 10 6f 87 0b 2a 08 30d+00:37:32.865 READ FPDMA QUEUED
60 f8 08 77 86 0b 2a 08 30d+00:37:32.848 READ FPDMA QUEUED
61 08 90 c7 67 54 29 08 30d+00:37:32.848 WRITE FPDMA QUEUED
61 08 88 9f 67 54 29 08 30d+00:37:32.848 WRITE FPDMA QUEUED

Error 6 occurred at disk power-on lifetime: 11108 hours (462 days + 20 hours)
When the command that caused the error occurred, the device was active or idle.

After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
40 51 01 a3 1b 0e 40

Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
60 70 00 7f 1b 0e 2a 08 24d+23:01:42.529 READ FPDMA QUEUED
60 c0 00 df 8d 2e 2a 08 24d+23:01:42.516 READ FPDMA QUEUED
60 98 00 7f 0d 2a 2a 08 24d+23:01:42.495 READ FPDMA QUEUED
60 10 00 ef 79 2f 2a 08 24d+23:01:42.476 READ FPDMA QUEUED
60 08 00 07 78 26 2a 08 24d+23:01:42.461 READ FPDMA QUEUED

Error 5 occurred at disk power-on lifetime: 11108 hours (462 days + 20 hours)
When the command that caused the error occurred, the device was active or idle.

After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
40 51 1f a5 1b 0e 40

Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
60 70 00 7f 1b 0e 2a 08 24d+22:52:02.581 READ FPDMA QUEUED
60 c0 00 df 8d 2e 2a 08 24d+22:52:02.568 READ FPDMA QUEUED
60 08 00 37 42 30 2a 08 24d+22:52:02.551 READ FPDMA QUEUED
60 68 00 17 0c 2a 2a 08 24d+22:52:02.550 READ FPDMA QUEUED
60 70 00 a7 0b 2a 2a 08 24d+22:52:02.538 READ FPDMA QUEUED

Error 4 occurred at disk power-on lifetime: 10633 hours (443 days + 1 hours)
When the command that caused the error occurred, the device was active or idle.

After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
40 51 3f 84 22 98 40

Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
61 08 00 07 78 58 29 08 5d+03:03:00.722 WRITE FPDMA QUEUED
61 10 d0 57 77 58 29 08 5d+03:03:00.722 WRITE FPDMA QUEUED
61 08 e0 47 77 58 29 08 5d+03:03:00.722 WRITE FPDMA QUEUED
61 08 c8 4f 76 58 29 08 5d+03:03:00.712 WRITE FPDMA QUEUED
61 08 f0 97 75 58 29 08 5d+03:03:00.711 WRITE FPDMA QUEUED

Error 3 occurred at disk power-on lifetime: 10596 hours (441 days + 12 hours)
When the command that caused the error occurred, the device was active or idle.

After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
40 51 01 a6 1b 0e 40

Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
60 70 00 7f 1b 0e 2a 08 3d+13:40:21.231 READ FPDMA QUEUED
60 c0 00 df 8d 2e 2a 08 3d+13:40:21.219 READ FPDMA QUEUED
60 98 00 7f 0d 2a 2a 08 3d+13:40:21.206 READ FPDMA QUEUED
60 10 00 cf a5 12 2a 08 3d+13:40:21.185 READ FPDMA QUEUED
60 18 00 67 de 0a 2a 08 3d+13:40:21.171 READ FPDMA QUEUED

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% 11210 -
# 2 Short offline Completed without error 00% 11186 -
# 3 Extended offline Completed without error 00% 11166 -
# 4 Short offline Completed without error 00% 11162 -
# 5 Short offline Completed without error 00% 11138 -
# 6 Short offline Completed without error 00% 11114 -
# 7 Short offline Completed without error 00% 11090 -
# 8 Short offline Completed without error 00% 11066 -
# 9 Short offline Completed without error 00% 11042 -
#10 Short offline Completed without error 00% 11018 -
#11 Extended offline Completed without error 00% 10998 -
#12 Short offline Completed without error 00% 10994 -
#13 Short offline Completed without error 00% 10970 -
#14 Short offline Completed without error 00% 10946 -
#15 Short offline Completed without error 00% 10922 -
#16 Short offline Completed without error 00% 10898 -
#17 Short offline Completed without error 00% 10874 -
#18 Short offline Completed without error 00% 10851 -
#19 Extended offline Completed without error 00% 10831 -
#20 Short offline Completed without error 00% 10827 -
#21 Short offline Completed without error 00% 10803 -

SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

Szóval látszólag nincs bad vagy pending sector. De akkor mi lehet a hiba? Mit jelent a READ FPDMA QUEUED üzenet?