Hello, I'm trying to use stunnel to run dhartmei's undeadly.org CGI on my personal web server. However, I can't get stunnel to connect to the https auth CGI. Is anyone else having connect problems with stunnel-4.14p0 under i386?
Any ideas on why the connects are failing? Even running under debug level 7, I can't figure out what to do differently. Similar errors have been reported (i found 1 at least) to stunnel-users by OpenBSD users, but got no replies. I'm running thttpd-2.25b and stunnel-4.14p0 from packages. Stunnel is invoked from the command line, not currently running from inetd. What I've included below is a fresh log -- stunnel.log is removed after stunnel is kill'd. Then, I start stunnel and try a single https request to my server. I'm connecting primarily from Opera 9 on OS X, but have tried with lynx, safari and IE each with the same results. Thanks for any tips/assistance, Seth Hanford stunnel.conf # Modified for OpenBSD by Michael Schubert 2003 cert = /etc/ssl/server.crt key = /etc/ssl/private/server.key chroot = /var/www/htdocs/auth setuid = _stunnel setgid = _stunnel pid = /var/www/htdocs/auth/stunnel.pid socket = l:TCP_NODELAY=1 socket = r:TCP_NODELAY=1 debug = 7 output = /var/www/htdocs/auth/stunnel.log [https] accept = 443 exec = /cgi execargs = cgi TIMEOUTclose = 0 TIMEOUTidle = 10 stunnel.log: 2006.06.12 08:25:07 LOG5[8140:2297090048]: stunnel 4.14 on i386-unknown-openbsd3.9 PTHREAD+POLL+IPv6+LIBWRAP with OpenSSL 0.9.7g 11 Apr 2005 2006.06.12 08:25:07 LOG7[8140:2297090048]: Snagged 64 random bytes from /dev/arandom 2006.06.12 08:25:07 LOG7[8140:2297090048]: RAND_status claims sufficient entropy for the PRNG 2006.06.12 08:25:07 LOG6[8140:2297090048]: PRNG seeded successfully 2006.06.12 08:25:07 LOG7[8140:2297090048]: Certificate: /etc/ssl/server.crt 2006.06.12 08:25:07 LOG7[8140:2297090048]: Key file: /etc/ssl/private/server.key 2006.06.12 08:25:07 LOG6[8140:2297090048]: file ulimit = 64 (can be changed with 'ulimit -n') 2006.06.12 08:25:07 LOG6[8140:2297090048]: poll() used - no FD_SETSIZE limit for file descriptors 2006.06.12 08:25:07 LOG5[8140:2297090048]: 29 clients allowed 2006.06.12 08:25:07 LOG7[8140:2297090048]: FD 6 in non-blocking mode 2006.06.12 08:25:07 LOG7[8140:2297090048]: FD 7 in non-blocking mode 2006.06.12 08:25:07 LOG7[8140:2297090048]: FD 8 in non-blocking mode 2006.06.12 08:25:07 LOG7[8140:2297090048]: SO_REUSEADDR option set on accept socket 2006.06.12 08:25:07 LOG7[8140:2297090048]: https bound to 0.0.0.0:443 2006.06.12 08:25:07 LOG7[15779:2297090048]: Created pid file /var/www/htdocs/auth/stunnel.pid 2006.06.12 08:25:26 LOG7[15779:2297090048]: https accepted FD=9 from 64.102.254.33:34537 2006.06.12 08:25:26 LOG7[15779:2297092096]: https started 2006.06.12 08:25:26 LOG7[15779:2297092096]: FD 9 in non-blocking mode 2006.06.12 08:25:26 LOG7[15779:2297092096]: TCP_NODELAY option set on local socket 2006.06.12 08:25:26 LOG7[15779:2297092096]: FD 10 in non-blocking mode 2006.06.12 08:25:26 LOG7[15779:2297092096]: FD 11 in non-blocking mode 2006.06.12 08:25:26 LOG7[15779:2297092096]: Connection from 64.102.254.33:34537 permitted by libwrap 2006.06.12 08:25:26 LOG5[15779:2297092096]: https connected from 64.102.254.33:34537 2006.06.12 08:25:26 LOG7[15779:2297092096]: SSL state (accept): before/accept initialization 2006.06.12 08:25:26 LOG7[15779:2297092096]: SSL state (accept): SSLv3 read client hello A 2006.06.12 08:25:26 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write server hello A 2006.06.12 08:25:26 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write certificate A 2006.06.12 08:25:26 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write server done A 2006.06.12 08:25:26 LOG7[15779:2297092096]: SSL state (accept): SSLv3 flush data 2006.06.12 08:25:26 LOG7[15779:2297090048]: Cleaning up the signal pipe 2006.06.12 08:25:26 LOG6[15779:2297090048]: Child process 20469 finished with code 0 2006.06.12 08:25:26 LOG7[15779:2297092096]: SSL state (accept): SSLv3 read client key exchange A 2006.06.12 08:25:26 LOG7[15779:2297092096]: SSL state (accept): SSLv3 read finished A 2006.06.12 08:25:26 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write change cipher spec A 2006.06.12 08:25:26 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write finished A 2006.06.12 08:25:26 LOG7[15779:2297092096]: SSL state (accept): SSLv3 flush data 2006.06.12 08:25:26 LOG7[15779:2297092096]: 1 items in the session cache 2006.06.12 08:25:26 LOG7[15779:2297092096]: 0 client connects (SSL_connect()) 2006.06.12 08:25:26 LOG7[15779:2297092096]: 0 client connects that finished 2006.06.12 08:25:26 LOG7[15779:2297092096]: 0 client renegotiatations requested 2006.06.12 08:25:26 LOG7[15779:2297092096]: 1 server connects (SSL_accept()) 2006.06.12 08:25:26 LOG7[15779:2297092096]: 1 server connects that finished 2006.06.12 08:25:26 LOG7[15779:2297092096]: 0 server renegotiatiations requested 2006.06.12 08:25:26 LOG7[15779:2297092096]: 0 session cache hits 2006.06.12 08:25:26 LOG7[15779:2297092096]: 0 session cache misses 2006.06.12 08:25:26 LOG7[15779:2297092096]: 0 session cache timeouts 2006.06.12 08:25:26 LOG6[15779:2297092096]: SSL accepted: new session negotiated 2006.06.12 08:25:26 LOG6[15779:2297092096]: Negotiated ciphers: RC4-SHA SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=SHA1 2006.06.12 08:25:26 LOG7[15779:2297092096]: bind#1: Invalid argument (22) 2006.06.12 08:25:26 LOG7[15779:2297092096]: bind#2: Invalid argument (22) 2006.06.12 08:25:26 LOG3[15779:2297092096]: connect: Invalid argument (22) 2006.06.12 08:25:26 LOG3[15779:2297092096]: Failed to initialize remote connection 2006.06.12 08:25:26 LOG7[15779:2297092096]: https finished (0 left) 2006.06.12 08:25:26 LOG7[15779:2297090048]: https accepted FD=9 from 64.102.254.33:34641 2006.06.12 08:25:26 LOG7[15779:2297092096]: https started 2006.06.12 08:25:26 LOG7[15779:2297092096]: FD 9 in non-blocking mode 2006.06.12 08:25:26 LOG7[15779:2297092096]: TCP_NODELAY option set on local socket 2006.06.12 08:25:26 LOG7[15779:2297092096]: FD 12 in non-blocking mode 2006.06.12 08:25:26 LOG7[15779:2297092096]: FD 13 in non-blocking mode 2006.06.12 08:25:26 LOG7[15779:2297092096]: Connection from 64.102.254.33:34641 permitted by libwrap 2006.06.12 08:25:26 LOG5[15779:2297092096]: https connected from 64.102.254.33:34641 2006.06.12 08:25:26 LOG7[15779:2297092096]: SSL state (accept): before/accept initialization 2006.06.12 08:25:26 LOG7[15779:2297092096]: SSL state (accept): SSLv3 read client hello A 2006.06.12 08:25:26 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write server hello A 2006.06.12 08:25:26 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write certificate A 2006.06.12 08:25:26 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write server done A 2006.06.12 08:25:26 LOG7[15779:2297092096]: SSL state (accept): SSLv3 flush data 2006.06.12 08:25:26 LOG7[15779:2297090048]: Cleaning up the signal pipe 2006.06.12 08:25:26 LOG6[15779:2297090048]: Child process 17960 finished with code 0 2006.06.12 08:25:27 LOG7[15779:2297092096]: SSL state (accept): SSLv3 read client key exchange A 2006.06.12 08:25:27 LOG7[15779:2297092096]: SSL state (accept): SSLv3 read finished A 2006.06.12 08:25:27 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write change cipher spec A 2006.06.12 08:25:27 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write finished A 2006.06.12 08:25:27 LOG7[15779:2297092096]: SSL state (accept): SSLv3 flush data 2006.06.12 08:25:27 LOG7[15779:2297092096]: 2 items in the session cache 2006.06.12 08:25:27 LOG7[15779:2297092096]: 0 client connects (SSL_connect()) 2006.06.12 08:25:27 LOG7[15779:2297092096]: 0 client connects that finished 2006.06.12 08:25:27 LOG7[15779:2297092096]: 0 client renegotiatations requested 2006.06.12 08:25:27 LOG7[15779:2297092096]: 2 server connects (SSL_accept()) 2006.06.12 08:25:27 LOG7[15779:2297092096]: 2 server connects that finished 2006.06.12 08:25:27 LOG7[15779:2297092096]: 0 server renegotiatiations requested 2006.06.12 08:25:27 LOG7[15779:2297092096]: 0 session cache hits 2006.06.12 08:25:27 LOG7[15779:2297092096]: 0 session cache misses 2006.06.12 08:25:27 LOG7[15779:2297092096]: 0 session cache timeouts 2006.06.12 08:25:27 LOG6[15779:2297092096]: SSL accepted: new session negotiated 2006.06.12 08:25:27 LOG6[15779:2297092096]: Negotiated ciphers: RC4-SHA SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=SHA1 2006.06.12 08:25:27 LOG7[15779:2297092096]: bind#1: Invalid argument (22) 2006.06.12 08:25:27 LOG7[15779:2297092096]: bind#2: Invalid argument (22) 2006.06.12 08:25:27 LOG3[15779:2297092096]: connect: Invalid argument (22) 2006.06.12 08:25:27 LOG3[15779:2297092096]: Failed to initialize remote connection 2006.06.12 08:25:27 LOG7[15779:2297092096]: https finished (0 left) 2006.06.12 08:25:27 LOG7[15779:2297090048]: https accepted FD=9 from 64.102.254.33:34708 2006.06.12 08:25:27 LOG7[15779:2297092096]: https started 2006.06.12 08:25:27 LOG7[15779:2297092096]: FD 9 in non-blocking mode 2006.06.12 08:25:27 LOG7[15779:2297092096]: TCP_NODELAY option set on local socket 2006.06.12 08:25:27 LOG7[15779:2297092096]: FD 14 in non-blocking mode 2006.06.12 08:25:27 LOG7[15779:2297092096]: FD 15 in non-blocking mode 2006.06.12 08:25:27 LOG7[15779:2297092096]: Connection from 64.102.254.33:34708 permitted by libwrap 2006.06.12 08:25:27 LOG5[15779:2297092096]: https connected from 64.102.254.33:34708 2006.06.12 08:25:27 LOG7[15779:2297092096]: SSL state (accept): before/accept initialization 2006.06.12 08:25:27 LOG7[15779:2297092096]: SSL state (accept): SSLv3 read client hello A 2006.06.12 08:25:27 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write server hello A 2006.06.12 08:25:27 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write certificate A 2006.06.12 08:25:27 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write server done A 2006.06.12 08:25:27 LOG7[15779:2297092096]: SSL state (accept): SSLv3 flush data 2006.06.12 08:25:27 LOG7[15779:2297090048]: Cleaning up the signal pipe 2006.06.12 08:25:27 LOG6[15779:2297090048]: Child process 13600 finished with code 0 2006.06.12 08:25:28 LOG7[15779:2297092096]: SSL state (accept): SSLv3 read client key exchange A 2006.06.12 08:25:28 LOG7[15779:2297092096]: SSL state (accept): SSLv3 read finished A 2006.06.12 08:25:28 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write change cipher spec A 2006.06.12 08:25:28 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write finished A 2006.06.12 08:25:28 LOG7[15779:2297092096]: SSL state (accept): SSLv3 flush data 2006.06.12 08:25:28 LOG7[15779:2297092096]: 3 items in the session cache 2006.06.12 08:25:28 LOG7[15779:2297092096]: 0 client connects (SSL_connect()) 2006.06.12 08:25:28 LOG7[15779:2297092096]: 0 client connects that finished 2006.06.12 08:25:28 LOG7[15779:2297092096]: 0 client renegotiatations requested 2006.06.12 08:25:28 LOG7[15779:2297092096]: 3 server connects (SSL_accept()) 2006.06.12 08:25:28 LOG7[15779:2297092096]: 3 server connects that finished 2006.06.12 08:25:28 LOG7[15779:2297092096]: 0 server renegotiatiations requested 2006.06.12 08:25:28 LOG7[15779:2297092096]: 0 session cache hits 2006.06.12 08:25:28 LOG7[15779:2297092096]: 0 session cache misses 2006.06.12 08:25:28 LOG7[15779:2297092096]: 0 session cache timeouts 2006.06.12 08:25:28 LOG6[15779:2297092096]: SSL accepted: new session negotiated 2006.06.12 08:25:28 LOG6[15779:2297092096]: Negotiated ciphers: RC4-SHA SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=SHA1 2006.06.12 08:25:28 LOG7[15779:2297092096]: bind#1: Invalid argument (22) 2006.06.12 08:25:28 LOG7[15779:2297092096]: bind#2: Invalid argument (22) 2006.06.12 08:25:28 LOG3[15779:2297092096]: connect: Invalid argument (22) 2006.06.12 08:25:28 LOG3[15779:2297092096]: Failed to initialize remote connection 2006.06.12 08:25:28 LOG7[15779:2297092096]: https finished (0 left) 2006.06.12 08:25:28 LOG7[15779:2297090048]: https accepted FD=9 from 64.102.254.33:34766 2006.06.12 08:25:28 LOG7[15779:2297092096]: https started 2006.06.12 08:25:28 LOG7[15779:2297092096]: FD 9 in non-blocking mode 2006.06.12 08:25:28 LOG7[15779:2297092096]: TCP_NODELAY option set on local socket 2006.06.12 08:25:28 LOG7[15779:2297092096]: FD 16 in non-blocking mode 2006.06.12 08:25:28 LOG7[15779:2297092096]: FD 17 in non-blocking mode 2006.06.12 08:25:28 LOG7[15779:2297092096]: Connection from 64.102.254.33:34766 permitted by libwrap 2006.06.12 08:25:28 LOG5[15779:2297092096]: https connected from 64.102.254.33:34766 2006.06.12 08:25:28 LOG7[15779:2297092096]: SSL state (accept): before/accept initialization 2006.06.12 08:25:28 LOG7[15779:2297090048]: Cleaning up the signal pipe 2006.06.12 08:25:28 LOG6[15779:2297090048]: Child process 22570 finished with code 0 2006.06.12 08:25:28 LOG7[15779:2297092096]: SSL state (accept): SSLv3 read client hello A 2006.06.12 08:25:28 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write server hello A 2006.06.12 08:25:28 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write certificate A 2006.06.12 08:25:28 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write server done A 2006.06.12 08:25:28 LOG7[15779:2297092096]: SSL state (accept): SSLv3 flush data 2006.06.12 08:25:28 LOG7[15779:2297092096]: SSL state (accept): SSLv3 read client key exchange A 2006.06.12 08:25:29 LOG7[15779:2297092096]: SSL state (accept): SSLv3 read finished A 2006.06.12 08:25:29 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write change cipher spec A 2006.06.12 08:25:29 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write finished A 2006.06.12 08:25:29 LOG7[15779:2297092096]: SSL state (accept): SSLv3 flush data 2006.06.12 08:25:29 LOG7[15779:2297092096]: 4 items in the session cache 2006.06.12 08:25:29 LOG7[15779:2297092096]: 0 client connects (SSL_connect()) 2006.06.12 08:25:29 LOG7[15779:2297092096]: 0 client connects that finished 2006.06.12 08:25:29 LOG7[15779:2297092096]: 0 client renegotiatations requested 2006.06.12 08:25:29 LOG7[15779:2297092096]: 4 server connects (SSL_accept()) 2006.06.12 08:25:29 LOG7[15779:2297092096]: 4 server connects that finished 2006.06.12 08:25:29 LOG7[15779:2297092096]: 0 server renegotiatiations requested 2006.06.12 08:25:29 LOG7[15779:2297092096]: 0 session cache hits 2006.06.12 08:25:29 LOG7[15779:2297092096]: 0 session cache misses 2006.06.12 08:25:29 LOG7[15779:2297092096]: 0 session cache timeouts 2006.06.12 08:25:29 LOG6[15779:2297092096]: SSL accepted: new session negotiated 2006.06.12 08:25:29 LOG6[15779:2297092096]: Negotiated ciphers: RC4-SHA SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=SHA1 2006.06.12 08:25:29 LOG7[15779:2297092096]: bind#1: Invalid argument (22) 2006.06.12 08:25:29 LOG7[15779:2297092096]: bind#2: Invalid argument (22) 2006.06.12 08:25:29 LOG3[15779:2297092096]: connect: Invalid argument (22) 2006.06.12 08:25:29 LOG3[15779:2297092096]: Failed to initialize remote connection 2006.06.12 08:25:29 LOG7[15779:2297092096]: https finished (0 left) 2006.06.12 08:25:29 LOG7[15779:2297090048]: https accepted FD=9 from 64.102.254.33:34839 2006.06.12 08:25:29 LOG7[15779:2297092096]: https started 2006.06.12 08:25:29 LOG7[15779:2297092096]: FD 9 in non-blocking mode 2006.06.12 08:25:29 LOG7[15779:2297092096]: TCP_NODELAY option set on local socket 2006.06.12 08:25:29 LOG7[15779:2297092096]: FD 18 in non-blocking mode 2006.06.12 08:25:29 LOG7[15779:2297092096]: FD 19 in non-blocking mode 2006.06.12 08:25:29 LOG7[15779:2297092096]: Connection from 64.102.254.33:34839 permitted by libwrap 2006.06.12 08:25:29 LOG5[15779:2297092096]: https connected from 64.102.254.33:34839 2006.06.12 08:25:29 LOG7[15779:2297092096]: SSL state (accept): before/accept initialization 2006.06.12 08:25:29 LOG7[15779:2297092096]: SSL state (accept): SSLv3 read client hello A 2006.06.12 08:25:29 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write server hello A 2006.06.12 08:25:29 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write certificate A 2006.06.12 08:25:29 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write server done A 2006.06.12 08:25:29 LOG7[15779:2297092096]: SSL state (accept): SSLv3 flush data 2006.06.12 08:25:29 LOG7[15779:2297090048]: Cleaning up the signal pipe 2006.06.12 08:25:29 LOG6[15779:2297090048]: Child process 27059 finished with code 0 2006.06.12 08:25:29 LOG7[15779:2297092096]: SSL state (accept): SSLv3 read client key exchange A 2006.06.12 08:25:30 LOG7[15779:2297092096]: SSL state (accept): SSLv3 read finished A 2006.06.12 08:25:30 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write change cipher spec A 2006.06.12 08:25:30 LOG7[15779:2297092096]: SSL state (accept): SSLv3 write finished A 2006.06.12 08:25:30 LOG7[15779:2297092096]: SSL state (accept): SSLv3 flush data 2006.06.12 08:25:30 LOG7[15779:2297092096]: 5 items in the session cache 2006.06.12 08:25:30 LOG7[15779:2297092096]: 0 client connects (SSL_connect()) 2006.06.12 08:25:30 LOG7[15779:2297092096]: 0 client connects that finished 2006.06.12 08:25:30 LOG7[15779:2297092096]: 0 client renegotiatations requested 2006.06.12 08:25:30 LOG7[15779:2297092096]: 5 server connects (SSL_accept()) 2006.06.12 08:25:30 LOG7[15779:2297092096]: 5 server connects that finished 2006.06.12 08:25:30 LOG7[15779:2297092096]: 0 server renegotiatiations requested 2006.06.12 08:25:30 LOG7[15779:2297092096]: 0 session cache hits 2006.06.12 08:25:30 LOG7[15779:2297092096]: 0 session cache misses 2006.06.12 08:25:30 LOG7[15779:2297092096]: 0 session cache timeouts 2006.06.12 08:25:30 LOG6[15779:2297092096]: SSL accepted: new session negotiated 2006.06.12 08:25:30 LOG6[15779:2297092096]: Negotiated ciphers: RC4-SHA SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=SHA1 2006.06.12 08:25:30 LOG7[15779:2297092096]: bind#1: Invalid argument (22) 2006.06.12 08:25:30 LOG7[15779:2297092096]: bind#2: Invalid argument (22) 2006.06.12 08:25:30 LOG3[15779:2297092096]: connect: Invalid argument (22) 2006.06.12 08:25:30 LOG3[15779:2297092096]: Failed to initialize remote connection 2006.06.12 08:25:30 LOG7[15779:2297092096]: https finished (0 left) DMESG: OpenBSD 3.9-stable (GENERIC.MP) #0: Fri Jun 2 07:04:43 EDT 2006 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC.MP cpu0: Intel Pentium III ("GenuineIntel" 686-class, 512KB L2 cache) 593 MHz cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE real mem = 536449024 (523876K) avail mem = 482430976 (471124K) using 4278 buffers containing 26927104 bytes (26296K) of memory mainbus0 (root) bios0 at mainbus0: AT/286+(00) BIOS, date 08/03/00, BIOS32 rev. 0 @ 0xffe90 pcibios0 at bios0: rev 2.1 @ 0xf0000/0x10000 pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfc320/144 (7 entries) pcibios0: PCI Interrupt Router at 000:15:0 ("ServerWorks OSB4" rev 0x00) pcibios0: PCI bus #0 is the last bus bios0: ROM list: 0xc0000/0x8000 0xc8000/0x6000 0xce000/0x1000 mainbus0: Intel MP Specification (Version 1.4) (DELL POWEREDGE A6) cpu0 at mainbus0: apid 1 (boot processor) cpu0: apic clock running at 98 MHz cpu1 at mainbus0: apid 0 (application processor) cpu1: Intel Pentium III ("GenuineIntel" 686-class, 512KB L2 cache) 593 MHz cpu1: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE mainbus0: bus 0 is type PCI mainbus0: bus 1 is type PCI mainbus0: bus 2 is type PCI mainbus0: bus 3 is type ISA ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 11, 16 pins ioapic0: misconfigured as apic 0, remapped to apic 2 ioapic1 at mainbus0: apid 3 pa 0xfec01000, version 11, 16 pins ioapic1: misconfigured as apic 0, remapped to apic 3 esm0 at mainbus0 esm0: PowerEdge 2450 Embedded Server Management 5.24 esm0: Primary System Backplane 1.16 pci0 at mainbus0 bus 0: configuration mode 1 (no bios) pchb0 at pci0 dev 0 function 0 "ServerWorks CNB20LE Host" rev 0x06 pchb1 at pci0 dev 0 function 1 "ServerWorks CNB20LE Host" rev 0x06 pci1 at pchb1 bus 1 ppb0 at pci1 dev 2 function 0 "Intel i960 RM PCI-PCI" rev 0x02 pci2 at ppb0 bus 2 ahc0 at pci2 dev 4 function 0 "Adaptec AIC-7899 U160" rev 0x01: apic 3 int 15 (irq 11) scsibus0 at ahc0: 16 targets sd0 at scsibus0 targ 0 lun 0: <IBM, DMVS09M, 0220> SCSI3 0/direct fixed sd0: 8683MB, 11727 cyl, 5 head, 303 sec, 512 bytes/sec, 17783300 sec total sd1 at scsibus0 targ 1 lun 0: <IBM, DMVS09M, 0220> SCSI3 0/direct fixed sd1: 8683MB, 11727 cyl, 5 head, 303 sec, 512 bytes/sec, 17783300 sec total sd2 at scsibus0 targ 2 lun 0: <IBM, DMVS09M, 0220> SCSI3 0/direct fixed sd2: 8683MB, 11727 cyl, 5 head, 303 sec, 512 bytes/sec, 17783300 sec total safte0 at scsibus0 targ 6 lun 0: <DELL, 1x4 U2W SCSI BP, 1.16> SCSI2 3/processor fixed ahc1 at pci2 dev 4 function 1 "Adaptec AIC-7899 U160" rev 0x01: apic 3 int 14 (irq 10) scsibus1 at ahc1: 16 targets fxp0 at pci1 dev 8 function 0 "Intel 8255x" rev 0x08, i82559: apic 3 int 0 (irq 5), address 00:b0:d0:b0:bf:53 inphy0 at fxp0 phy 1: i82555 10/100 PHY, rev. 4 fxp1 at pci0 dev 8 function 0 "Intel 8255x" rev 0x08, i82559: apic 3 int 6 (irq 11), address 00:d0:b7:84:89:bb inphy1 at fxp1 phy 1: i82555 10/100 PHY, rev. 4 vga1 at pci0 dev 14 function 0 "ATI Mach64 GY" rev 0x7a wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation) wsdisplay0: screen 1-5 added (80x25, vt100 emulation) piixpm0 at pci0 dev 15 function 0 "ServerWorks OSB4" rev 0x50: SMI iic0 at piixpm0 "unknown" at iic0 addr 0x18 not configured "unknown" at iic0 addr 0x1a not configured "unknown" at iic0 addr 0x20 not configured "unknown" at iic0 addr 0x21 not configured "unknown" at iic0 addr 0x22 not configured "unknown" at iic0 addr 0x23 not configured "unknown" at iic0 addr 0x24 not configured "unknown" at iic0 addr 0x25 not configured "unknown" at iic0 addr 0x26 not configured "unknown" at iic0 addr 0x27 not configured "unknown" at iic0 addr 0x28 not configured "unknown" at iic0 addr 0x29 not configured "unknown" at iic0 addr 0x2a not configured "unknown" at iic0 addr 0x2b not configured "unknown" at iic0 addr 0x2c not configured "unknown" at iic0 addr 0x2d not configured "unknown" at iic0 addr 0x2e not configured "unknown" at iic0 addr 0x2f not configured "unknown" at iic0 addr 0x48 not configured "unknown" at iic0 addr 0x49 not configured "unknown" at iic0 addr 0x4a not configured "unknown" at iic0 addr 0x4b not configured "unknown" at iic0 addr 0x4c not configured "unknown" at iic0 addr 0x4d not configured "unknown" at iic0 addr 0x4e not configured pciide0 at pci0 dev 15 function 1 "ServerWorks OSB4 IDE" rev 0x00: DMA atapiscsi0 at pciide0 channel 0 drive 0 scsibus2 at atapiscsi0: 2 targets cd0 at scsibus2 targ 0 lun 0: <TEAC, CD-224E, 3.7D> SCSI0 5/cdrom removable cd0(pciide0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 2 ohci0 at pci0 dev 15 function 2 "ServerWorks OSB4/CSB5 USB" rev 0x04pci_intr_map: bus 0 dev 15 func 2 pin 1; line 10 pci_intr_map: no MP mapping found : irq 10, version 1.0, legacy support usb0 at ohci0: USB revision 1.0 uhub0 at usb0 uhub0: ServerWorks OHCI root hub, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered isa0 at mainbus0 isadma0 at isa0 pckbc0 at isa0 port 0x60/5 pckbd0 at pckbc0 (kbd slot) pckbc0: using irq 1 for kbd slot wskbd0 at pckbd0: console keyboard, using wsdisplay0 pcppi0 at isa0 port 0x61 midi0 at pcppi0: <PC speaker> spkr0 at pcppi0 lpt0 at isa0 port 0x378/4 irq 7 npx0 at isa0 port 0xf0/16: using exception 16 pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo pccom1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo fdc0 at isa0 port 0x3f0/6 irq 6 drq 2 fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec biomask 0 netmask 0 ttymask 0 pctr: 686-class user-level performance counters enabled mtrr: Pentium Pro MTRR support uhidev0 at uhub0 port 2 configuration 1 interface 0 uhidev0: Composite USB PS2 Converter USB to PS2 Adaptor v1.12, rev 1.10/0.01, addr 2, iclass 3/1 ukbd0 at uhidev0: 8 modifier keys, 6 key codes wskbd1 at ukbd0 mux 1 wskbd1: connecting to wsdisplay0 uhidev1 at uhub0 port 2 configuration 1 interface 1 uhidev1: Composite USB PS2 Converter USB to PS2 Adaptor v1.12, rev 1.10/0.01, addr 2, iclass 3/1 uhidev1: 3 report ids ums0 at uhidev1 reportid 1: 3 buttons and Z dir. wsmouse0 at ums0 mux 0 uhid0 at uhidev1 reportid 2: input=1, output=0, feature=0 uhid1 at uhidev1 reportid 3: input=2, output=0, feature=0 ahc0: target 0 using 16bit transfers ahc0: target 0 synchronous at 80.0MHz DT, offset = 0x3f dkcsum: sd0 matches BIOS drive 0x80 ahc0: target 1 using 16bit transfers ahc0: target 1 synchronous at 80.0MHz DT, offset = 0x3f dkcsum: sd1 matches BIOS drive 0x81 dkcsum: sd1 matches BIOS drive 0x82 IGNORED ahc0: target 2 using 16bit transfers ahc0: target 2 synchronous at 80.0MHz DT, offset = 0x3f dkcsum: sd2 matches BIOS drive 0x81 IGNORED dkcsum: sd2 matches BIOS drive 0x82 root on sd0a rootdev=0x400 rrootdev=0xd00 rawdev=0xd02