Saturday, June 03, 2017

roundcube doesn't work on latest snap

hello,

I updated my mail server from the May 4th snap to the June 2nd snap,
everything works with the exception of rundcube. When trying to log in
the user gets the generic "Connection to storage server failed.", this
normally means some sort of problem with talking to the imap server,
however nothing gets logged in maillog (so as far as I can tell it
never even gets as far as attempting a login). I turned on all debug
logging I could find in the roundcube configuration. The only thing
which stands out (other than the lack of imap log which would seem to
confirm my suspicion that it never gets that far) is this from the sql
log (my users are all virtual):

SELECT * FROM "users" WHERE "mail_host" = '' AND "username" = '';

this would seem to indicate it's not getting the mail_host or
username, but I've never had this log turned on before so I don't know
if there should be something in there.

Roundcube version didn't change between the two snaps, but to verify I
did try building 1.2.4 and I see the same behavior. I also tried a
clean install (new database and all), without any luck. There were no
changes to php or nginx between the two snaps, I do see that
postgresql went from 9.6.2 to 9.6.3, but no other packages which would
seem relevant had changes, downgrading postgresql to 9.6.2 didn't
change anything regardless. So has something else changed between the two
snaps which I should be looking at? Frustratingly there is very little
information in any logs to help troubleshoot.

Here are the relevant parts from the roundcube logs (the rest have not
seen updates)

# cd /var/www/roundcubemail/logs
# tail userlogins
[03-Jun-2017 06:04:23 -0700]: <gi75piit> Failed login for user1 from dead:beef:dead:beef in session gi75piite4ms89aj2arj5b1rs2 (error: -2)
[03-Jun-2017 06:04:27 -0700]: <gi75piit> Failed login for user1 from dead:beef:dead:beef in session gi75piite4ms89aj2arj5b1rs2 (error: -2)
[03-Jun-2017 08:51:58 -0700]: <uqvcileu> Failed login for user2 from 123.123.123.123 in session uqvcileufnqq7q3l6ob1vvhgs2 (error: -2)

# tail sql
[03-Jun-2017 06:04:20 -0700]: <gi75piit> [1] SELECT "vars", "ip", "changed", now() AS ts FROM "session" WHERE "sess_id" = 'gi75piite4ms89aj2arj5b1rs2';
[03-Jun-2017 06:04:20 -0700]: <gi75piit> [2] SELECT * FROM "users" WHERE "user_id" = '5';
[03-Jun-2017 06:04:20 -0700]: <gi75piit> [3] SELECT id FROM carddav_addressbooks WHERE user_id='5' AND active=1;
[03-Jun-2017 06:04:20 -0700]: <gi75piit> [4] DELETE FROM "session" WHERE "sess_id" = 'gi75piite4ms89aj2arj5b1rs2';
[03-Jun-2017 06:04:20 -0700]: <gi75piit> [5] INSERT INTO "session" ("sess_id", "vars", "ip", "created", "changed") VALUES ('gi75piite4ms89aj2arj5b1rs2', 'bGFuZ3VhZ2V8czo1OiJlbl9VUyI7dGVtcHxiOjE7c2tpbnxzOjU6ImxhcnJ5IjtyZXF1ZXN0X3Rva2VufHM6MzI6IjRiYkpCUDdXRnB5RVJ3dFlmWkQ1T0s4MHBKSDQ0OUNXIjs=', '2a02:908:13b0:7f20:e83a:cd11:9644:f28d', now(), now());
[03-Jun-2017 06:04:22 -0700]: <gi75piit> [1] SELECT "vars", "ip", "changed", now() AS ts FROM "session" WHERE "sess_id" = 'gi75piite4ms89aj2arj5b1rs2';
[03-Jun-2017 06:04:22 -0700]: <gi75piit> [2] DELETE FROM "session" WHERE "sess_id" = 'gi75piite4ms89aj2arj5b1rs2';
[03-Jun-2017 06:04:22 -0700]: <gi75piit> [3] SELECT * FROM "users" WHERE "mail_host" = '' AND "username" = '';
[03-Jun-2017 06:04:23 -0700]: <gi75piit> [4] DELETE FROM "session" WHERE "sess_id" = 'gi75piite4ms89aj2arj5b1rs2';
[03-Jun-2017 06:04:23 -0700]: <gi75piit> [5] INSERT INTO "session" ("sess_id", "vars", "ip", "created", "changed") VALUES ('gi75piite4ms89aj2arj5b1rs2', 'bGFuZ3VhZ2V8czo1OiJlbl9VUyI7dGVtcHxiOjE7c2tpbnxzOjU6ImxhcnJ5IjtyZXF1ZXN0X3Rva2VufHM6MzI6IkVvTkw2aGFOUmJhRzh0SUk4UVpzWXhJVmxnVU0yb1YzIjs=', '2a02:908:13b0:7f20:e83a:cd11:9644:f28d', now(), now());
[03-Jun-2017 06:04:26 -0700]: <gi75piit> [1] SELECT "vars", "ip", "changed", now() AS ts FROM "session" WHERE "sess_id" = 'gi75piite4ms89aj2arj5b1rs2';
[03-Jun-2017 06:04:26 -0700]: <gi75piit> [2] DELETE FROM "session" WHERE "sess_id" = 'gi75piite4ms89aj2arj5b1rs2';
[03-Jun-2017 06:04:26 -0700]: <gi75piit> [3] SELECT * FROM "users" WHERE "mail_host" = '' AND "username" = '';
[03-Jun-2017 06:04:27 -0700]: <gi75piit> [4] DELETE FROM "session" WHERE "sess_id" = 'gi75piite4ms89aj2arj5b1rs2';
[03-Jun-2017 06:04:27 -0700]: <gi75piit> [5] INSERT INTO "session" ("sess_id", "vars", "ip", "created", "changed") VALUES ('gi75piite4ms89aj2arj5b1rs2', 'bGFuZ3VhZ2V8czo1OiJlbl9VUyI7dGVtcHxiOjE7c2tpbnxzOjU6ImxhcnJ5IjtyZXF1ZXN0X3Rva2VufHM6MzI6IkR0MzZmSkdpYXhJRWRMOUJjRk90OXNFSGo5MnU2ZnZFIjs=', '2a02:908:13b0:7f20:e83a:cd11:9644:f28d', now(), now());
[03-Jun-2017 06:35:56 -0700]: <4eeh18du> [1] SELECT "vars", "ip", "changed", now() AS ts FROM "session" WHERE "sess_id" = '4eeh18du2s1tp0v37hsntq4ps3';
[03-Jun-2017 06:35:56 -0700]: <4eeh18du> [2] INSERT INTO "session" ("sess_id", "vars", "ip", "created", "changed") VALUES ('4eeh18du2s1tp0v37hsntq4ps3', 'dGVtcHxiOjE7bGFuZ3VhZ2V8czo1OiJzdl9TRSI7dGFza3xzOjU6ImxvZ2luIjtyZXF1ZXN0X3Rva2VufHM6MzI6InEzM2ZzbXRTNmpmSERiMFRCVER2V1hmbEV6WVdjUzk4Ijs=', '46.39.111.252', now(), now());
[03-Jun-2017 08:51:52 -0700]: <uqvcileu> [1] SELECT "vars", "ip", "changed", now() AS ts FROM "session" WHERE "sess_id" = 'uqvcileufnqq7q3l6ob1vvhgs2';
[03-Jun-2017 08:51:52 -0700]: <uqvcileu> [2] UPDATE "session" SET "changed" = now(), "vars" = 'bGFuZ3VhZ2V8czo1OiJlbl9VUyI7dGVtcHxiOjE7c2tpbnxzOjU6ImxhcnJ5IjtyZXF1ZXN0X3Rva2VufHM6MzI6ImVsbDZTRHNReHZKSjVtbzhtdXdRNXVnTEw3clVBMVd1Ijt0YXNrfHM6NToibG9naW4iOw==' WHERE "sess_id" = 'uqvcileufnqq7q3l6ob1vvhgs2';
[03-Jun-2017 08:51:57 -0700]: <uqvcileu> [1] SELECT "vars", "ip", "changed", now() AS ts FROM "session" WHERE "sess_id" = 'uqvcileufnqq7q3l6ob1vvhgs2';
[03-Jun-2017 08:51:57 -0700]: <uqvcileu> [2] DELETE FROM "session" WHERE "sess_id" = 'uqvcileufnqq7q3l6ob1vvhgs2';
[03-Jun-2017 08:51:57 -0700]: <uqvcileu> [3] SELECT * FROM "users" WHERE "mail_host" = '' AND "username" = '';
[03-Jun-2017 08:51:58 -0700]: <uqvcileu> [4] DELETE FROM "session" WHERE "sess_id" = 'uqvcileufnqq7q3l6ob1vvhgs2';
[03-Jun-2017 08:51:58 -0700]: <uqvcileu> [5] INSERT INTO "session" ("sess_id", "vars", "ip", "created", "changed") VALUES ('uqvcileufnqq7q3l6ob1vvhgs2', 'bGFuZ3VhZ2V8czo1OiJlbl9VUyI7dGVtcHxiOjE7c2tpbnxzOjU6ImxhcnJ5IjtyZXF1ZXN0X3Rva2VufHM6MzI6IldlSU9wN0dibEt6NlRhOTFwZExQOWRFZG5iUWZYV2t5Ijs=', '173.66.118.219', now(), now());

# tail errors
[03-Jun-2017 06:04:20 -0700]: <gi75piit> Warning: Call to deprecated function get_table_name(); See bc.inc for replacement


Below are pkg_info and dmesg, attached is roundcube's config, any and all tips greatly appreciated.

thanks,

.jh

# pkg_info
GeoIP-1.6.11 find the country where IP address/hostname originates from
amavisd-new-2.11.0p1 interface between mailer MTA and content checkers
ap2-mod_perl-2.0.9p2 module that embeds a Perl interpreter into Apache2
apache-httpd-2.4.25 apache HTTP server
apache-httpd-common-2.4.25 /var/www files for Apache HTTPd
apr-1.5.2 Apache Portable Runtime
apr-util-1.5.4p1 companion library to APR
arc-5.21p create & extract files from DOS .ARC files
aspell-0.60.6.1p4 spell checker designed to eventually replace Ispell
awstats-7.6 free real-time logfile analyzer
bash-4.4.12 GNU Bourne Again Shell
blogsum-1.1p6 simple weblog
bzip2-1.0.6p8 block-sorting file compressor, unencumbered
c-client-2.21v0 UW c-client mail access routines
cabextract-1.6 extracts files from Microsoft CAB archives
clamav-0.99.2p5 virus scanner
clamav-unofficial-sigs-4.9.2p1 fetch and update unofficial signatures for ClamAV
curl-7.54.0 get files from FTP, Gopher, HTTP or HTTPS servers
cyrus-sasl-2.1.26p21 RFC 2222 SASL (Simple Authentication and Security Layer)
db-4.6.21p3v0 Berkeley DB package, revision 4
dovecot-2.2.29.1 compact IMAP/POP3 server
dovecot-antispam-2.2p6 anti-spam plugin for Dovecot
dovecot-pigeonhole-0.4.18v0 Sieve mail filtering for Dovecot
dovecot-postgresql-2.2.29.1 PostgreSQL authentication / dictionary support for Dovecot
fann-2.2.0 Fast Artificial Neural Network Library
femail-1.0p1 simple SMTP client
femail-chroot-1.0p2 simple SMTP client for chrooted web servers
gcc-libs-4.9.4p4 GNU compiler collection: support libs
gd-2.2.4 library for dynamic creation of images
geolite-country-20170517 GeoIP GeoLite database: IPv4/v6 address to country
gettext-0.19.8.1 GNU gettext runtime libraries and programs
giflib-5.1.4 tools and library routines for working with GIF images
glib2-2.52.2 general-purpose utility library
gmime-2.6.23p0 MIME messages creation and parsing library
gnupg-1.4.21p1 GNU privacy guard - a free PGP replacement
gpgme-1.6.0p0 GnuPG Made Easy
icu4c-58.2p2 International Components for Unicode
irssi-0.8.21 modular IRC client with many features (ipv6,socks,proxy)
jpeg-1.5.1p0v0 SIMD-accelerated JPEG codec replacement of libjpeg
libassuan-2.4.3p0 IPC library used by GnuPG and gpgme
libbind-6.0p4v0 BIND stub resolver library for special use cases
libelf-0.8.13p3 read, modify, create ELF files on any arch
libffi-3.2.1p2 Foreign Function Interface
libgpg-error-1.27 error codes for GnuPG related software
libiconv-1.14p3 character set conversion library
libidn-1.33 internationalized string handling
libltdl-2.4.2p1 GNU libtool system independent dlopen wrapper
libmagic-5.31 library to determine file type
libmcrypt-2.5.8p2 interface to access block/stream encryption algorithms
libmemcached-1.0.18p1 C C++ API for memcached
libmilter-8.15.2 mail filter support library for sendmail
libsodium-1.0.12p0 library for network communications and cryptography
libvpx-1.6.1 Google VP8/VP9 video codec
libwebp-0.5.2 Google WebP image format conversion tool
libxml-2.9.4p0 XML parsing library
lockfile-3.22 semaphore-file tool for shell scripting
lua-5.1.5p6 powerful, light-weight programming language (version 5.1.5)
luajit-2.0.5 just-in-time compiler for Lua
lz4-1.7.4.2 fast BSD-licensed data compression
lzo2-2.10 portable speedy lossless data compression library
lzop-1.03 fast file compressor similar to gzip
mariadb-client-10.0.30p2v1 multithreaded SQL database (client)
mariadb-server-10.0.30p2v1 multithreaded SQL database (server)
mtr-0.87p0 Matt's traceroute - network diagnostic tool
net-snmp-5.7.3p11 extendable SNMP implementation
nextcloud-12.0.0 easy and universal access to shared and/or personal files
nghttp2-1.22.0 library for HTTP/2
nginx-1.10.2p2 robust and small HTTP server and mail proxy server
opendkim-2.10.3 library and milter for DKIM (Domain Keys Identified Mail)
openvpn-2.4.2p1 easy-to-use, robust, and highly configurable VPN
p0f3-3.09b passive OS fingerprinting tool
p5-Archive-Zip-1.59 perl interface to ZIP files
p5-BerkeleyDB-0.55 Berkeley DB module
p5-CGI-4.35 handle Common Gateway Interface requests and responses
p5-Class-Load-0.24 working 'require Class::Name' and more
p5-Class-Singleton-1.5 perl singleton pattern
p5-Clone-0.38 recursively copy Perl datatypes
p5-Convert-BinHex-1.125 module to extract data from Macintosh BinHex files
p5-Crypt-OpenSSL-Bignum-0.06 OpenSSL's multiprecision integer arithmetic
p5-Crypt-OpenSSL-RSA-0.28p1 RSA encoding and decoding using OpenSSL
p5-Crypt-OpenSSL-Random-0.11 routines for accessing the OpenSSL prng
p5-DBD-SQLite-1.50p1v0 SQLite drivers for the Perl DBI
p5-DBD-mysql-4.042 MySQL drivers for the Perl DBI
p5-DBI-1.633 unified perl interface for database access
p5-Data-OptList-0.110 parse and validate simple name/value option pairs
p5-DateTime-1.07p2v0 perl objected oriented Date Time
p5-DateTime-Format-Mail-0.403v0 convert between DateTime and email (RFC2822/822) formats
p5-DateTime-Format-W3CDTF-0.07 parse and format W3CDTF datetime strings
p5-DateTime-Locale-0.46 localization data for perl DateTime.pm
p5-DateTime-TimeZone-1.64p1 DateTime submodule for TZ
p5-Digest-HMAC-1.03p0 interface to HMAC Message-Digest Algorithms
p5-Dist-CheckConflicts-0.11 declare version conflicts for your dist
p5-Encode-Detect-1.01p4 Encode::Encoding subclass that detects the encoding of data
p5-Encode-Locale-1.05 determine the locale encoding
p5-Error-0.17024 error/exception handling in an OO-ish way
p5-Exporter-Tiny-1.000000 exporter with the features of Sub::Exporter
p5-File-Listing-6.04 parse directory listing
p5-FreezeThaw-0.5001 module for converting structures to strings and back
p5-Geo-IP-1.50 look up country by IP address/hostname
p5-HTML-Parser-3.72 modules to parse and extract information from HTML
p5-HTML-Tagset-3.20p1 data tables useful for parsing HTML
p5-HTML-Template-2.9 use HTML Templates from CGI scripts
p5-HTTP-Cookies-6.01 HTTP Cookie jars
p5-HTTP-Daemon-6.01 a simple http server class
p5-HTTP-Date-6.02 date conversion routines
p5-HTTP-Lite-2.1.6p0 pure Perl HTTP client
p5-HTTP-Message-6.11 HTTP Style Messages
p5-HTTP-Negotiate-6.01 choose a variant to serve
p5-IO-HTML-1.001 open an HTML file with automatic charset detection
p5-IO-Multiplex-1.16 handle multiple file handles
p5-IO-Socket-INET6-2.72 object interface for AF_INET and AF_INET6 domain sockets
p5-IO-Socket-SSL-2.048 perl interface to SSL sockets
p5-IO-stringy-2.111 in-core objects like strings and arrays for I/O
p5-JSON-2.90 parse and convert to JSON (JavaScript Object Notation)
p5-LWP-MediaTypes-6.02 Guess url media type
p5-List-MoreUtils-0.419 provide the stuff missing in List::Util
p5-MIME-tools-5.509 modules for parsing (and creating) MIME entities
p5-MLDBM-2.05 store multi-level hash structure in single-level tied hash
p5-Mail-DKIM-0.40p0 DKIM and DomainKeys message-signing implementation
p5-Mail-SPF-2.9.0p0 perl oop implementation of Sender Policy Framework
p5-Mail-SpamAssassin-3.4.1p6 mailfilter to identify and mark spam
p5-Mail-Tools-2.14 modules for handling mail with perl
p5-Math-Base-Convert-0.08 very fast base to base conversion
p5-Module-Implementation-0.09 loads one of several alternate module implementations
p5-Module-Runtime-0.014 runtime module handling
p5-Net-CIDR-Lite-0.21 Perl extension for merging IPv4 or IPv6 CIDR addresses
p5-Net-DNS-1.10 perl interface to the domain name system
p5-Net-DNS-Resolver-Programmable-0.003p0 programmable DNS resolver class for offline emulation of DNS
p5-Net-Daemon-0.48p0 extension for portable daemons
p5-Net-HTTP-6.09 Perl HTTP connection client
p5-Net-LibIDN-0.12p0 Perl bindings for GNU Libidn
p5-Net-Patricia-1.22p0 Patricia Trie perl module for fast IP address lookups
p5-Net-SSLeay-1.81 perl module for using OpenSSL
p5-Net-Server-2.008p0 extensible framework for Perl server engines
p5-NetAddr-IP-4.079 manages IPv4 and IPv6 addresses and subnets
p5-Package-Stash-0.37 routines for manipulating stashes
p5-Package-Stash-XS-0.28 faster and more correct implementation of Package::Stash
p5-Params-Util-1.07p1 utility to make parameter checking easier
p5-Params-Validate-1.26 perl module to validate function/method parameters
p5-PlRPC-0.2020 module for writing rpc servers and clients
p5-SQL-Statement-1.407 SQL parsing and processing engine
p5-Socket6-0.28 Perl defines relating to AF_INET6 sockets
p5-Sub-Install-0.928 helper for installing code into packages
p5-Test-Manifest-2.02 interact with a t/test_manifest file
p5-Time-TimeDate-2.30 library for parsing and formatting dates and times
p5-Try-Tiny-0.22 minimal try/catch with proper preservation of $@
p5-URI-1.71 library to parse Uniform Resource Identifiers
p5-Unix-Syslog-1.1p4 interface to the UNIX system logger
p5-WWW-RobotRules-6.02 database of robots.txt-derived permissions
p5-XML-NamespaceSupport-1.12 perl module to the SAX2 NamespaceSupport class
p5-XML-Parser-2.44 perl module for parsing XML documents
p5-XML-RSS-1.59 perl module to manage XML RSS files
p5-XML-SAX-0.99 framework for the Perl SAX2 XML parsers, filters and drivers
p5-XML-SAX-Base-1.09 base class for SAX drivers and filters
p5-XML-SAX-Expat-0.51 SAX2 driver based on expat
p5-XML-Simple-2.24 trivial perl API for reading/writing XML
p5-libwww-6.15 library for WWW access in Perl
p7zip-16.02p1 file archiver with high compression ratio
p7zip-rar-16.02p0 rar modules for p7zip
pcre-8.38p0 perl-compatible regular expression library
pcre2-10.23 perl-compatible regular expression library, version 2
pecl-redis-3.1.2 PHP interface to redis
pfstat-2.5p1 packet filter statistics visualization
pftop-0.7p16 curses-based real time state and rule display for pf
php-5.6.30 server-side HTML-embedded scripting language
php-bz2-5.6.30 bzip2 compression extensions for php5
php-curl-5.6.30 curl URL library extensions for php5
php-gd-5.6.30 image manipulation extensions for php5
php-imap-5.6.30 imap, pop3 and nntp extensions for php5
php-intl-5.6.30 intl library support for php5
php-mcrypt-5.6.30 mcrypt encryption/decryption extensions for php5
php-mysql-5.6.30 mysql database access extensions for php5
php-pdo_pgsql-5.6.30 PDO database access extensions for php5
php-pgsql-5.6.30 pgsql database access extensions for php5
php-pspell-5.6.30 pspell library extensions for php5
php-zip-5.6.30 zip functions for php5
pico-5.09 UW text editor
png-1.6.29 library for manipulating PNG images
postfix-3.3.20170218-pgsql fast, secure sendmail replacement
postgresql-client-9.6.3 PostgreSQL RDBMS (client)
postgresql-pg_upgrade-9.6.3 Support for upgrading PostgreSQL data from previous version
postgresql-previous-9.5.5 PostgreSQL RDBMS (previous version, for pg_upgrade)
postgresql-server-9.6.3p0 PostgreSQL RDBMS (server)
pure-ftpd-1.0.43-postgresql small, easy to set up, fast and very secure FTP server
py-authres-0.800 module for RFC 5451 Authentication-Results Headers
py-dns-2.3.6 Python DNS library
py-ipaddr-2.1.11 Python IP address manipulation library
py-policyd-spf-1.3.2 external SPF policy checker for postfix
py-spf-2.0.12p0 Sender-Policy-Framework queries in Python
python-2.7.13p1 interpreted object-oriented programming language
pyzor-1.0.0 collaborative, networked system to detect and block spam
quirks-2.325 exceptions to pkg_add rules
re2c-0.16 C-based regular expression scanner generator
redis-3.2.8 persistent key-value database
relaydb-1.7p1 spam relay database
ripole-0.2.2 extract attachments from OLE2 data files
rmilter-1.10.0 milter for rspamd (also supports clamav, rate-limiting, etc)
roundcubemail-1.2.5 imap4 webmail client
rpm2cpio-1.3p2 rpm2cpio converter in Perl
rspamd-1.5.8 event-driven spam filtering system in C/Lua
rsync-3.1.2p0 mirroring/synchronization over low bandwidth links
sblg-0.4.1 simple off-line blog utility
serf-1.3.8p0 high performance HTTP client library
sqlite3-3.17.0 embedded SQL implementation
subversion-1.9.5 subversion revision control system
t1lib-5.1.2p0 Type 1 rasterizer library for UNIX/X11
tiff-4.0.8 tools and library routines for working with TIFF images
unzip-6.0p11 extract, list & test files in a ZIP archive
vmm-firmware-1.10.2p3 firmware binary images for vmm(4) driver
xcache-3.2.0p1 fast and stable PHP opcode cacher
xz-5.2.3p0 LZMA compression and decompression tools
zoo-2.10.1p1 handle the old .ZOO archive format

# dmesg
OpenBSD 6.1-current (GENERIC.MP) #91: Fri Jun 2 05:22:31 MDT 2017
deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 17135230976 (16341MB)
avail mem = 16610127872 (15840MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xeb4c0 (54 entries)
bios0: vendor American Megatrends Inc. version "2.00" date 05/08/2012
bios0: Supermicro X9SCD
acpi0 at bios0: rev 2
acpi0: sleep states S0 S4 S5
acpi0: tables DSDT FACP APIC FPDT MCFG PRAD HPET SSDT SPMI SSDT SSDT DMAR
acpi0: wakeup devices PS2K(S4) PS2M(S4) UAR1(S4) P0P1(S4) USB1(S4) USB2(S4) USB3(S4) USB4(S4) USB5(S4) USB6(S4) USB7(S4) PXSX(S4) RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz, 3392.83 MHz
cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: TSC frequency 3392830640 Hz
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 99MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz, 3392.30 MHz
cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz, 3392.30 MHz
cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT
cpu2: 256KB 64b/line 8-way L2 cache
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz, 3392.30 MHz
cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT
cpu3: 256KB 64b/line 8-way L2 cache
cpu3: smt 0, core 3, package 0
cpu4 at mainbus0: apid 1 (application processor)
cpu4: Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz, 3392.30 MHz
cpu4: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT
cpu4: 256KB 64b/line 8-way L2 cache
cpu4: smt 1, core 0, package 0
cpu5 at mainbus0: apid 3 (application processor)
cpu5: Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz, 3392.31 MHz
cpu5: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT
cpu5: 256KB 64b/line 8-way L2 cache
cpu5: smt 1, core 1, package 0
cpu6 at mainbus0: apid 5 (application processor)
cpu6: Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz, 3392.30 MHz
cpu6: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT
cpu6: 256KB 64b/line 8-way L2 cache
cpu6: smt 1, core 2, package 0
cpu7 at mainbus0: apid 7 (application processor)
cpu7: Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz, 3392.30 MHz
cpu7: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT
cpu7: 256KB 64b/line 8-way L2 cache
cpu7: smt 1, core 3, package 0
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 24 pins
acpimcfg0 at acpi0 addr 0xf8000000, bus 0-63
acpihpet0 at acpi0: 14318179 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 2 (P0P1)
acpiprt2 at acpi0: bus -1 (RP01)
acpiprt3 at acpi0: bus -1 (RP02)
acpiprt4 at acpi0: bus -1 (RP03)
acpiprt5 at acpi0: bus -1 (RP04)
acpiprt6 at acpi0: bus -1 (RP05)
acpiprt7 at acpi0: bus -1 (RP06)
acpiprt8 at acpi0: bus -1 (RP07)
acpiprt9 at acpi0: bus -1 (RP08)
acpiprt10 at acpi0: bus 1 (PEG0)
acpiprt11 at acpi0: bus -1 (PEG1)
acpiprt12 at acpi0: bus -1 (PEG2)
acpiprt13 at acpi0: bus -1 (PEG3)
acpiec0 at acpi0: not present
acpicpu0 at acpi0: C3(350@80 mwait.1@0x20), C1(1000@1 mwait.1), PSS
acpicpu1 at acpi0: C3(350@80 mwait.1@0x20), C1(1000@1 mwait.1), PSS
acpicpu2 at acpi0: C3(350@80 mwait.1@0x20), C1(1000@1 mwait.1), PSS
acpicpu3 at acpi0: C3(350@80 mwait.1@0x20), C1(1000@1 mwait.1), PSS
acpicpu4 at acpi0: C3(350@80 mwait.1@0x20), C1(1000@1 mwait.1), PSS
acpicpu5 at acpi0: C3(350@80 mwait.1@0x20), C1(1000@1 mwait.1), PSS
acpicpu6 at acpi0: C3(350@80 mwait.1@0x20), C1(1000@1 mwait.1), PSS
acpicpu7 at acpi0: C3(350@80 mwait.1@0x20), C1(1000@1 mwait.1), PSS
acpipwrres0 at acpi0: FN00, resource for FAN0
acpipwrres1 at acpi0: FN01, resource for FAN1
acpipwrres2 at acpi0: FN02, resource for FAN2
acpipwrres3 at acpi0: FN03, resource for FAN3
acpipwrres4 at acpi0: FN04, resource for FAN4
acpitz0 at acpi0: critical temperature is 106 degC
acpitz1 at acpi0: critical temperature is 106 degC
"INT3F0D" at acpi0 not configured
"PNP0303" at acpi0 not configured
"PNP0F03" at acpi0 not configured
"PNP0501" at acpi0 not configured
"PNP0501" at acpi0 not configured
"IPI0001" at acpi0 not configured
acpibtn0 at acpi0: PWRB
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD02
ipmi at mainbus0 not configured
cpu0: Enhanced SpeedStep 3392 MHz: speeds: 3401, 3400, 3300, 3100, 3000, 2900, 2800, 2600, 2500, 2400, 2200, 2100, 2000, 1900, 1700, 1600 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Xeon E3-1200 v2 Host" rev 0x09
ppb0 at pci0 dev 1 function 0 "Intel Core 3G PCIE" rev 0x09: msi
pci1 at ppb0 bus 1
em0 at pci1 dev 0 function 0 "Intel 82580" rev 0x01: msi, address 00:25:90:6a:c8:90
em1 at pci1 dev 0 function 1 "Intel 82580" rev 0x01: msi, address 00:25:90:6a:c8:91
"Intel 6 Series MEI" rev 0x04 at pci0 dev 22 function 0 not configured
vendor "Intel", unknown product 0x1c3b (class communications subclass miscellaneous, rev 0x04) at pci0 dev 22 function 1 not configured
ehci0 at pci0 dev 26 function 0 "Intel 6 Series USB" rev 0x05: apic 2 int 16
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
ehci1 at pci0 dev 29 function 0 "Intel 6 Series USB" rev 0x05: apic 2 int 23
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
ppb1 at pci0 dev 30 function 0 "Intel 82801BA Hub-to-PCI" rev 0xa5
pci2 at ppb1 bus 2
vga1 at pci2 dev 3 function 0 "Matrox MGA G200eW" rev 0x0a
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
pcib0 at pci0 dev 31 function 0 "Intel C204 LPC" rev 0x05
ahci0 at pci0 dev 31 function 2 "Intel 6 Series AHCI" rev 0x05: msi, AHCI 1.3
ahci0: port 0: 3.0Gb/s
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0: <ATA, WDC WD1003FBYX-0, 01.0> SCSI3 0/direct fixed naa.50014ee20736de8c
sd0: 953869MB, 512 bytes/sector, 1953525168 sectors
ichiic0 at pci0 dev 31 function 3 "Intel 6 Series SMBus" rev 0x05: apic 2 int 18
iic0 at ichiic0
sdtemp0 at iic0 addr 0x19: se97
sdtemp1 at iic0 addr 0x1b: se97
lm1 at iic0 addr 0x2c: W83627DHG
spdmem0 at iic0 addr 0x51: 8GB DDR3 SDRAM ECC PC3-10600 with thermal sensor
spdmem1 at iic0 addr 0x53: 8GB DDR3 SDRAM ECC PC3-10600 with thermal sensor
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
wbsio0 at isa0 port 0x2e/2: NCT6776F rev 0x33
lm2 at wbsio0 port 0xa30/8: NCT6776F
vmm0 at mainbus0: VMX/EPT
uhub2 at uhub0 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
umass0 at uhub2 port 1 configuration 1 interface 0 "Ours Technology product 0x2222" rev 2.00/2.00 addr 3
umass0: using SCSI over Bulk-Only
scsibus2 at umass0: 2 targets, initiator 0
sd1 at scsibus2 targ 1 lun 0: <IPMI, Virtual Disk, 3000> SCSI0 0/direct removable
umass1 at uhub2 port 1 configuration 1 interface 1 "Ours Technology product 0x2222" rev 2.00/2.00 addr 3
umass1: using ATAPI over Bulk-Only
scsibus3 at umass1: 2 targets, initiator 0
cd0 at scsibus3 targ 1 lun 0: <IPMI, Virtual CDROM, YS0J> ATAPI 5/cdrom removable
uhidev0 at uhub2 port 2 configuration 1 interface 0 "Winbond Electronics Corp Hermon USB hidmouse Device" rev 1.10/0.01 addr 4
uhidev0: iclass 3/1
ums0 at uhidev0: 3 buttons, Z dir
wsmouse0 at ums0 mux 0
uhidev1 at uhub2 port 2 configuration 1 interface 1 "Winbond Electronics Corp Hermon USB hidmouse Device" rev 1.10/0.01 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhub3 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
vscsi0 at root
scsibus4 at vscsi0: 256 targets
softraid0 at root
scsibus5 at softraid0: 256 targets
root on sd0a (46c61511629c7bbd.a) swap on sd0b dump on sd0b

No comments:

Post a Comment