From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 31 00:53:37 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8359716A47E for ; Sun, 31 Dec 2006 00:53:37 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr5.xs4all.nl (smtp-vbr5.xs4all.nl [194.109.24.25]) by mx1.freebsd.org (Postfix) with ESMTP id 0786313C459 for ; Sun, 31 Dec 2006 00:53:36 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr5.xs4all.nl (8.13.8/8.13.8) with ESMTP id kBV0d2f4083089; Sun, 31 Dec 2006 01:39:02 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 1B9F8B829; Sun, 31 Dec 2006 01:39:02 +0100 (CET) Date: Sun, 31 Dec 2006 01:39:02 +0100 From: Roland Smith To: Siavosh Benabbas Message-ID: <20061231003901.GA76688@slackbox.xs4all.nl> Mail-Followup-To: Siavosh Benabbas , freebsd-amd64@freebsd.org References: <32d8477c0612301410q2aaf9d39k859d242739554fd6@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline In-Reply-To: <32d8477c0612301410q2aaf9d39k859d242739554fd6@mail.gmail.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-amd64@freebsd.org Subject: Re: i386_set_ldt and wine on AMD64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2006 00:53:37 -0000 --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 30, 2006 at 05:10:08PM -0500, Siavosh Benabbas wrote: > Hi, > I know that this is brought up several time on this list, but I wanted to > run wine on my FreeBSD AMD64 machine. > I know that a 64-bit wine is nearly impossible but I thought that an i386 > compilation should work. You'd need a cross-compiler to start with. That's the easy part. Then you'd need ports infrastructure to compile 32-bit ports on amd64. At this moment that doesn't exist yet:=20 http://wikitest.freebsd.org/G%C3%A1borK%C3%B6vesd%C3%A1n This could be a _huge_ undertaking, because things like patches and parts of the port Makefile might depend on if you're cross-compiling or not. I'm not sure if that is worth the effort. Time might be better spent getting ports to compile natively for all supported platforms and using a virtual machine for things that don't work. Then you'd need to compile 32 bit versions of all the libraries that wine depends on. If you have a look at the dependancies of wine, and recurse through them, you'll see that this is a lot of libraries. Do you have any programs that require amd64 because of address space or other concerns? (if you have processes that run out of memory, have you played with the kernel tunables? See /boot/defaults/loader.conf) Otherwise, why not run i386 if you require wine? Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.1 (FreeBSD) iD8DBQFFlwalEnfvsMMhpyURAgEuAKCkJKRPsdiKKUCAM5tZgsMayO40fACdHUSM k5qt0pt2NqIu81rsnhxZyNo= =W+N9 -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd-- From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 31 02:02:19 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7472216A403 for ; Sun, 31 Dec 2006 02:02:19 +0000 (UTC) (envelope-from nathanw@uchicago.edu) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.freebsd.org (Postfix) with ESMTP id 568D013C46C for ; Sun, 31 Dec 2006 02:02:19 +0000 (UTC) (envelope-from nathanw@uchicago.edu) Received: from [192.168.0.100] ([71.243.84.150]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JB400HQN8AK5OZB@vms046.mailsrvcs.net> for freebsd-amd64@freebsd.org; Sat, 30 Dec 2006 20:02:09 -0600 (CST) Date: Sat, 30 Dec 2006 21:02:08 -0500 From: Nathan Whitehorn In-reply-to: <20061231003901.GA76688@slackbox.xs4all.nl> To: Siavosh Benabbas , freebsd-amd64@freebsd.org Message-id: <3AE0FE6A-EA8A-44A0-98A5-E2D7E28BC38A@uchicago.edu> MIME-version: 1.0 (Apple Message framework v752.2) X-Mailer: Apple Mail (2.752.2) Content-type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-transfer-encoding: 7bit References: <32d8477c0612301410q2aaf9d39k859d242739554fd6@mail.gmail.com> <20061231003901.GA76688@slackbox.xs4all.nl> Cc: Subject: Re: i386_set_ldt and wine on AMD64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2006 02:02:19 -0000 On Dec 30, 2006, at 7:39 PM, Roland Smith wrote: > On Sat, Dec 30, 2006 at 05:10:08PM -0500, Siavosh Benabbas wrote: >> Hi, >> I know that this is brought up several time on this list, but I >> wanted to >> run wine on my FreeBSD AMD64 machine. >> I know that a 64-bit wine is nearly impossible but I thought that >> an i386 >> compilation should work. > > You'd need a cross-compiler to start with. That's the easy part. > > Then you'd need ports infrastructure to compile 32-bit ports on > amd64. At > this moment that doesn't exist yet: > http://wikitest.freebsd.org/G%C3%A1borK%C3%B6vesd%C3%A1n > > This could be a _huge_ undertaking, because things like patches and > parts > of the port Makefile might depend on if you're cross-compiling or > not. I'm not sure if that is worth the effort. Time might be better > spent getting ports to compile natively for all supported platforms > and > using a virtual machine for things that don't work. > > Then you'd need to compile 32 bit versions of all the libraries > that wine > depends on. If you have a look at the dependancies of wine, and > recurse > through them, you'll see that this is a lot of libraries. > > Do you have any programs that require amd64 because of address > space or > other concerns? (if you have processes that run out of memory, have > you > played with the kernel tunables? See /boot/defaults/loader.conf) > Otherwise, why not run i386 if you require wine? One thing you can do (I had to do this for ghostscript, which is broken on amd64) is to set up a second machine with i386, build the ports there, too, and then run the binaries out of an NFS-mounted / usr/local/bin32. This requires also setting up a lib32 to go with it, and setting up some scripts to set LD_32_LIBRARY_PATH to the right things (ldconfig -32 is broken in interesting ways on 6-STABLE at the moment). Of course, with wine dynamically loading libraries at run time, it might have /usr/local/lib hardcoded into it and might break anyway. Hard to say. So, in sum: if you need wine, just run i386. -Nathan From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 31 03:01:06 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3672B16A4A0 for ; Sun, 31 Dec 2006 03:01:06 +0000 (UTC) (envelope-from nathanw@uchicago.edu) Received: from vms048pub.verizon.net (vms048pub.verizon.net [206.46.252.48]) by mx1.freebsd.org (Postfix) with ESMTP id 1610513C428 for ; Sun, 31 Dec 2006 03:01:06 +0000 (UTC) (envelope-from nathanw@uchicago.edu) Received: from [192.168.0.100] ([71.243.84.150]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JB400ASZB1H0N7C@vms048.mailsrvcs.net> for freebsd-amd64@freebsd.org; Sat, 30 Dec 2006 21:00:53 -0600 (CST) Date: Sat, 30 Dec 2006 22:00:52 -0500 From: Nathan Whitehorn In-reply-to: <17815.8717.493433.495190@bhuda.mired.org> To: Mike Meyer Message-id: MIME-version: 1.0 (Apple Message framework v752.2) X-Mailer: Apple Mail (2.752.2) Content-type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-transfer-encoding: 7bit References: <32d8477c0612301410q2aaf9d39k859d242739554fd6@mail.gmail.com> <20061231003901.GA76688@slackbox.xs4all.nl> <3AE0FE6A-EA8A-44A0-98A5-E2D7E28BC38A@uchicago.edu> <17815.8717.493433.495190@bhuda.mired.org> Cc: freebsd-amd64@freebsd.org Subject: Re: i386_set_ldt and wine on AMD64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2006 03:01:06 -0000 It builds, but has interesting bugs. We use it on a printing system that processes 4000 jobs a day, and so even rare problems show up fast. GNU Ghostscript, on amd64, turns some fonts into chinese characters on some documents, GPL Ghostscript occasionally makes them 1 pt high, and AFPL ghostscript seg faults at random. On i386, all these problems go away. -Nathan On Dec 30, 2006, at 9:35 PM, Mike Meyer wrote: > In <3AE0FE6A-EA8A-44A0-98A5-E2D7E28BC38A@uchicago.edu>, Nathan > Whitehorn typed: >> One thing you can do (I had to do this for ghostscript, which is >> broken on amd64) > > No, it isn't: > > bhuda% file /usr/opt/bin/gs > /usr/opt/bin/gs: ELF 64-bit LSB executable, AMD x86-64, version 1 > (FreeBSD), for FreeBSD 6.1 (601104), dynamically linked (uses > shared libs), for FreeBSD 6.1 (601104), stripped > bhuda% pkg_info -W /usr/opt/bin/gs > /usr/opt/bin/gs was installed by package ghostscript-gnu-7.07_15 > > I'm mostly using it as a printer driver, but ghostview hasn't given me > any problems either. > > Maybe one of the dependencies that my options didn't pick up that > yours did is broken. Or maybe you tried one of other ghostscript ports > instead. Or maybe you tried it when the port was broken (that got me > with openoffice - the tarball the port grabbed by default was > corrupt). But ghostscript has always built on amd64 with no problems > for me. > > -- > Mike Meyer http://www.mired.org/consulting.html > Independent Network/Unix/Perforce consultant, email for more > information. From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 31 03:02:10 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC70516A412 for ; Sun, 31 Dec 2006 03:02:10 +0000 (UTC) (envelope-from mwm-dated-1168396558.a80cc5@mired.org) Received: from mired.org (vpn.mired.org [66.92.153.74]) by mx1.freebsd.org (Postfix) with SMTP id 77F9B13C46C for ; Sun, 31 Dec 2006 03:02:10 +0000 (UTC) (envelope-from mwm-dated-1168396558.a80cc5@mired.org) Received: (qmail 63418 invoked by uid 1001); 31 Dec 2006 02:35:58 -0000 Received: by bhuda.mired.org (tmda-sendmail, from uid 1001); Sat, 30 Dec 2006 21:35:57 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17815.8717.493433.495190@bhuda.mired.org> Date: Sat, 30 Dec 2006 21:35:57 -0500 To: Nathan Whitehorn In-Reply-To: <3AE0FE6A-EA8A-44A0-98A5-E2D7E28BC38A@uchicago.edu> References: <32d8477c0612301410q2aaf9d39k859d242739554fd6@mail.gmail.com> <20061231003901.GA76688@slackbox.xs4all.nl> <3AE0FE6A-EA8A-44A0-98A5-E2D7E28BC38A@uchicago.edu> X-Mailer: VM 7.17 under 21.4 (patch 19) "Constant Variable" XEmacs Lucid X-Primary-Address: mwm@mired.org X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) From: Mike Meyer Cc: freebsd-amd64@freebsd.org Subject: Re: i386_set_ldt and wine on AMD64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2006 03:02:11 -0000 In <3AE0FE6A-EA8A-44A0-98A5-E2D7E28BC38A@uchicago.edu>, Nathan Whitehorn typed: > One thing you can do (I had to do this for ghostscript, which is > broken on amd64) No, it isn't: bhuda% file /usr/opt/bin/gs /usr/opt/bin/gs: ELF 64-bit LSB executable, AMD x86-64, version 1 (FreeBSD), for FreeBSD 6.1 (601104), dynamically linked (uses shared libs), for FreeBSD 6.1 (601104), stripped bhuda% pkg_info -W /usr/opt/bin/gs /usr/opt/bin/gs was installed by package ghostscript-gnu-7.07_15 I'm mostly using it as a printer driver, but ghostview hasn't given me any problems either. Maybe one of the dependencies that my options didn't pick up that yours did is broken. Or maybe you tried one of other ghostscript ports instead. Or maybe you tried it when the port was broken (that got me with openoffice - the tarball the port grabbed by default was corrupt). But ghostscript has always built on amd64 with no problems for me. http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 31 14:50:41 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2171D16A40F for ; Sun, 31 Dec 2006 14:50:41 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.freebsd.org (Postfix) with ESMTP id D70CA13C461 for ; Sun, 31 Dec 2006 14:50:40 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0JB500JQ75427U90@osl1smout1.broadpark.no> for freebsd-amd64@freebsd.org; Sun, 31 Dec 2006 14:50:26 +0100 (CET) Received: from kg-work.kg4.no ([80.203.66.169]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0JB500336542AMN0@osl1sminn1.broadpark.no> for freebsd-amd64@freebsd.org; Sun, 31 Dec 2006 14:50:26 +0100 (CET) Date: Sun, 31 Dec 2006 14:50:26 +0100 From: Torfinn Ingolfsen X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH To: freebsd-amd64@freebsd.org Message-id: <20061231145026.e60ef46c.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed 2.3.0 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Does kbtv / py-kde work on amd64? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2006 14:50:41 -0000 Hello, Im trying to install kbtv (multimedia/kbtv) from ports on a machine running: root@kg-quiet# uname -a FreeBSD kg-quiet.kg4.no 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #12: Sat Dec 30 18:25:42 CET 2006 root@:/usr/obj/usr/src/sys/QUIET amd64 One of the dependencies are py-kde (x11-toolkits/py-kde), but it is failing: c++ -c -Wno-deprecated-declarations -pipe -fPIC -O -pipe -Wall -W -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. -I../extra/kde353 -I/usr/local/include -I/usr/local/include/kio -I../kio -I/usr/local/include/kparts -I/usr/local/include/python2.4 -I/usr/X11R6/mkspecs/freebsd-g++ -I/usr/X11R6/include -o sipkpartspart1.o sipkpartspart1.cpp In file included from sipkpartspart1.cpp:2707: sipkpartsKPartsGUIActivateEvent.h:39: error: invalid use of undefined type `struct KParts::GUIActivateEvent' /usr/local/include/kparts/part.h:49: error: forward declaration of `struct KParts::GUIActivateEvent' In file included from sipkpartspart1.cpp:2712: sipkpartsKPartsPartSelectEvent.h:39: error: invalid use of undefined type `struct KParts::PartSelectEvent' /usr/local/include/kparts/part.h:48: error: forward declaration of `struct KParts::PartSelectEvent' In file included from sipkpartspart1.cpp:2713: sipkpartsKPartsPartActivateEvent.h:39: error: invalid use of undefined type `struct KParts::PartActivateEvent' /usr/local/include/kparts/part.h:47: error: forward declaration of `struct KParts::PartActivateEvent' In file included from sipkpartspart1.cpp:15418: sipkpartsKPartsEvent.h:39: error: expected class-name before '{' token sipkpartsKPartsEvent.h:42: error: expected unqualified-id before '&' token sipkpartsKPartsEvent.h:42: error: expected `,' or `...' before '&' token sipkpartsKPartsEvent.h:42: error: ISO C++ forbids declaration of `parameter' with no type sipkpartspart1.cpp: In constructor `sipKParts_PartSelectEvent::sipKParts_PartSelectEvent(bool, KParts::Part*, QWidget*)': sipkpartspart1.cpp:15426: error: type `KParts::PartSelectEvent' is not a direct base of `sipKParts_PartSelectEvent' sipkpartspart1.cpp: In constructor `sipKParts_PartSelectEvent::sipKParts_PartSelectEvent(const KParts::PartSelectEvent&)': sipkpartspart1.cpp:15431: error: type `KParts::PartSelectEvent' is not a direct base of `sipKParts_PartSelectEvent' sipkpartspart1.cpp: In member function `const char* sipKParts_PartSelectEvent::eventName() const': sipkpartspart1.cpp:15451: error: `KParts::Event' has not been declared sipkpartspart1.cpp: In function `PyObject* meth_KParts_PartSelectEvent_selected(PyObject*, PyObject*)': sipkpartspart1.cpp:15469: error: invalid use of undefined type `struct KParts::PartSelectEvent' /usr/local/include/kparts/part.h:48: error: forward declaration of `struct KParts::PartSelectEvent' sipkpartspart1.cpp: In function `PyObject* meth_KParts_PartSelectEvent_part(PyObject*, PyObject*)': sipkpartspart1.cpp:15494: error: invalid use of undefined type `struct KParts::PartSelectEvent' /usr/local/include/kparts/part.h:48: error: forward declaration of `struct KParts::PartSelectEvent' sipkpartspart1.cpp: In function `PyObject* meth_KParts_PartSelectEvent_widget(PyObject*, PyObject*)': sipkpartspart1.cpp:15519: error: invalid use of undefined type `struct KParts::PartSelectEvent' /usr/local/include/kparts/part.h:48: error: forward declaration of `struct KParts::PartSelectEvent' sipkpartspart1.cpp: In function `PyObject* meth_KParts_PartSelectEvent_test(PyObject*, PyObject*)': sipkpartspart1.cpp:15544: error: incomplete type `KParts::PartSelectEvent' used in nested name specifier sipkpartspart1.cpp: In function `void* cast_KParts_PartSelectEvent(void*, sipWrapperType*)': sipkpartspart1.cpp:15566: error: `Event' is not a member of `KParts' sipkpartspart1.cpp:15566: error: expected primary-expression before ')' token sipkpartspart1.cpp:15566: error: expected primary-expression before '*' token sipkpartspart1.cpp:15566: error: expected primary-expression before ')' token sipkpartspart1.cpp: In function `void release_KParts_PartSelectEvent(void*, int)': sipkpartspart1.cpp:15580: warning: possible problem detected in invocation of delete operator: sipkpartspart1.cpp:15580: warning: invalid use of undefined type `struct KParts::PartSelectEvent' /usr/local/include/kparts/part.h:48: warning: forward declaration of `struct KParts::PartSelectEvent' sipkpartspart1.cpp:15580: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. *** Error code 1 Stop in /usr/ports/x11-toolkits/py-kde/work/PyKDE-3.16.0/kparts. *** Error code 1 Stop in /usr/ports/x11-toolkits/py-kde/work/PyKDE-3.16.0. *** Error code 1 Stop in /usr/ports/x11-toolkits/py-kde. Ports tree updated as of 2006-12-30. I've asked over in the -multimedia list, an got an answer from someone running this under i386 without problems. Could this be an amd64 related problem? Does anyone have sucess installing any of the following on amd64: kbtv-1.1.3 py24-kde-3.16.0,1 Thanks. -- Regards, Torfinn Ingolfsen, Norway From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 31 17:27:58 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 78CE216A403 for ; Sun, 31 Dec 2006 17:27:58 +0000 (UTC) (envelope-from arnschle@iupui.edu) Received: from plounts.uits.indiana.edu (plounts.uits.indiana.edu [129.79.1.73]) by mx1.freebsd.org (Postfix) with ESMTP id 50BFB13C441 for ; Sun, 31 Dec 2006 17:27:58 +0000 (UTC) (envelope-from arnschle@iupui.edu) Received: from iu-mssg-smtp103.ads.iu.edu (iu-mssg-smtp103-out.ads.iu.edu [10.79.1.6]) by plounts.uits.indiana.edu (8.13.6/8.12.10/IUPO) with ESMTP id kBVHRsL8028954; Sun, 31 Dec 2006 12:27:55 -0500 (EST) Received: from iu-mssg-mbx104.ads.iu.edu ([10.79.1.17]) by iu-mssg-smtp103.ads.iu.edu with Microsoft SMTPSVC(6.0.3790.1830); Sun, 31 Dec 2006 12:27:56 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Sun, 31 Dec 2006 12:27:56 -0500 Message-ID: In-Reply-To: <20061230072952.GE45526@turion.vk2pj.dyndns.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: HP Pavilion DV6110us notebook install problems thread-index: Accr5E5mRluzTLYhS0y+ShbRSVavcQBGfsAg From: "Schleich, Arno Rene" To: "Peter Jeremy" X-OriginalArrivalTime: 31 Dec 2006 17:27:56.0595 (UTC) FILETIME=[02A54030:01C72D01] Cc: freebsd-amd64@freebsd.org Subject: RE: HP Pavilion DV6110us notebook install problems X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2006 17:27:58 -0000 Peter, Thanks You so much. The chipset is nvidia mcp51. I had tried tl "kldload snd_driver" but "cat /dev/sndstat" still doesn't show any pcm sound devices. I have meanwhile restored the original winxp oem system, but apart from being able to run applications I have no real insight into this system - no shell, no command line, so I wonder how I could obtain a list of PCI devices (actually the notebook is sold as having PCI Express) ? Interestingly, when I played with openSuse 10.2 the installation DVD offers an acpi analysis tool. It is my understanding that this tool deassmbles/decompiles the acpi tables and then recompiles/assembles it with a standard compliant kit.=20 http://forums.gentoo.org/viewtopic.php?t=3D122145 offers a howto to get some idea how this works. I still got to figure out how to save it's output short of manually writing it down but (i) the non standard compliant Microsoft kit was used to built the acpi system=20 (ii) three errors were detected - Ethernet, processor thermal control and a third one, the meaning of which is still obscure to me. Regarding the smp - can't give any details, tried it once screen went blank, system had to be reinstalled, wouldn't reboot o/w. Wrt the wlan - if I ever get to this stage I'd definitely try to stay with 64bit as I gathered the impression from other postings that creating a 32/64bit hodgepodge seems to be opening the door for multiple problems. Arno -----Original Message----- From: Peter Jeremy [mailto:peterjeremy@optushome.com.au]=20 Sent: Saturday, December 30, 2006 2:30 AM To: Schleich, Arno Rene Cc: freebsd-amd64@freebsd.org Subject: Re: HP Pavilion DV6110us notebook install problems On Thu, 2006-Dec-28 10:06:02 -0500, Schleich, Arno Rene wrote: >As the system is completely stuck at the moment I cannot get more info To correctly identify the drivers, we really need more details. Unless someone else has a dv6110us, this probably means either getting the system to a point where "pciconf -vl" works or extracting the PCI IDs from the Windows hardware list. >(i) From the start booting worked only with acpi >disabled Not a good sign. Exactly what happens is ACPI is enabled? >(ii) Sound never worked - I tried snd_hda and snd_ich >which had appeared to be most promising without any success They definitely won't work - both are Intel chipsets and I suspect you have an ATI chipset - try snd_atiixp >(iii) Smp does crash everything Details? >(iv) Cannot reboot/shutdown except by pressing the on/off >button Probably related to the lack of ACPI. >(vi) No trace of the wlan - everything related to atheros >compiled into a costum kernel You have a Broadcom chipset. As Scot pointed out, you will need to use NDIS with a Windows driver. I suspect the drivers he pointed you to are 32-bit. If you're running an amd64 kernel, you will need a Windows-64 driver - and they are rarer. AFAIK, HP don't support Win64 so you probably won't find them on the HP site. Broadcom won't support end-users - they expect you to go to your vendor for support. The drivers I have originated from Toshiba. >(vii) Power management crashes everything when enabled Again, please provide details. --=20 Peter Jeremy From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 31 18:48:23 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC8A016A416; Sun, 31 Dec 2006 18:48:23 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id A271713C465; Sun, 31 Dec 2006 18:48:23 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBVImNId053329; Sun, 31 Dec 2006 18:48:23 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBVImNpV053325; Sun, 31 Dec 2006 18:48:23 GMT (envelope-from ceri) Date: Sun, 31 Dec 2006 18:48:23 GMT From: Ceri Davies Message-Id: <200612311848.kBVImNpV053325@freefall.freebsd.org> To: ceri@FreeBSD.org, ceri@FreeBSD.org, freebsd-amd64@FreeBSD.org Cc: Subject: Re: amd64/85273: FreeBSD (NetBSD or OpenBSD) not install on laptop Compaq R4000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2006 18:48:23 -0000 Synopsis: FreeBSD (NetBSD or OpenBSD) not install on laptop Compaq R4000 Responsible-Changed-From-To: ceri->freebsd-amd64 Responsible-Changed-By: ceri Responsible-Changed-When: Sun Dec 31 18:47:25 UTC 2006 Responsible-Changed-Why: Workaround documentation didn't show; pass to amd64 list for any relevant details. http://www.freebsd.org/cgi/query-pr.cgi?pr=85273 From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 31 19:54:28 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C33916A403; Sun, 31 Dec 2006 19:54:28 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 507DC13C43E; Sun, 31 Dec 2006 19:54:26 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.13.6/8.13.6) with ESMTP id kBVJsPtX008921; Sun, 31 Dec 2006 14:54:25 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.13.8/8.13.8) with ESMTP id kBVJsLRA020255; Sun, 31 Dec 2006 14:54:21 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 1454C73034; Sun, 31 Dec 2006 14:54:21 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20061231195421.1454C73034@freebsd-current.sentex.ca> Date: Sun, 31 Dec 2006 14:54:20 -0500 (EST) X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on clamscanner2 X-Virus-Scanned: ClamAV version 0.88.7, clamav-milter version 0.88.7 on clamscanner4 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2006 19:54:28 -0000 TB --- 2006-12-31 18:15:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-12-31 18:15:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2006-12-31 18:15:00 - cleaning the object tree TB --- 2006-12-31 18:15:52 - checking out the source tree TB --- 2006-12-31 18:15:52 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2006-12-31 18:15:52 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2006-12-31 18:25:44 - building world (CFLAGS=-O2 -pipe) TB --- 2006-12-31 18:25:44 - cd /src TB --- 2006-12-31 18:25:44 - /usr/bin/make -B buildworld >>> World build started on Sun Dec 31 18:25:45 UTC 2006 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Sun Dec 31 19:42:00 UTC 2006 TB --- 2006-12-31 19:42:00 - generating LINT kernel config TB --- 2006-12-31 19:42:00 - cd /src/sys/amd64/conf TB --- 2006-12-31 19:42:00 - /usr/bin/make -B LINT TB --- 2006-12-31 19:42:00 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2006-12-31 19:42:00 - cd /src TB --- 2006-12-31 19:42:00 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Dec 31 19:42:00 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/compat/linux/linux_getcwd.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/compat/linux/linux_ioctl.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/compat/linux/linux_ipc.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/compat/linux/linux_mib.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/compat/linux/linux_misc.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/compat/linux/linux_signal.c /src/sys/compat/linux/linux_signal.c: In function `linux_rt_sigtimedwait': /src/sys/compat/linux/linux_signal.c:479: warning: int format, different type arg (arg 3) *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-12-31 19:54:20 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-12-31 19:54:20 - ERROR: failed to build lint kernel TB --- 2006-12-31 19:54:20 - tinderbox aborted TB --- 0.91 user 3.45 system 5960.12 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 25 03:05:02 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5FD9516A407 for ; Mon, 25 Dec 2006 03:05:02 +0000 (UTC) (envelope-from gofda-freebsd-amd64@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 1D90713C478 for ; Mon, 25 Dec 2006 03:05:01 +0000 (UTC) (envelope-from gofda-freebsd-amd64@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GyfMk-000378-3F for freebsd-amd64@freebsd.org; Mon, 25 Dec 2006 03:15:02 +0100 Received: from a81-84-41-77.cpe.netcabo.pt ([81.84.41.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Dec 2006 03:15:02 +0100 Received: from nh by a81-84-41-77.cpe.netcabo.pt with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Dec 2006 03:15:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-amd64@freebsd.org From: Nuno Henriques Date: Mon, 25 Dec 2006 01:30:05 +0000 Lines: 28 Message-ID: <458F299D.6090603@netcabo.pt> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org Cc: freebsd-amd64@freebsd.org X-Gmane-NNTP-Posting-Host: a81-84-41-77.cpe.netcabo.pt User-Agent: Thunderbird 1.5.0.9 (X11/20061215) Sender: news Subject: Installation fails (6.1 and 7.0) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Dec 2006 03:05:02 -0000 > CPU: > AMD Athlon 64 X2 Dual Core Processor 3800+ AM2 > > MOBO: > ASUS M2N32-SLI DELUXE ACPI BIOS Revision 0603 - 06/27/2006 > > RAM: > 2GB GSKILL DDR2 800 PC2 6400 > > STORAGE: > Tekram DC-390U3W Ultra 160 SCSI Host Adapter > Seagate Cheetah ST318452LW Ultra160 SCSI > WD Raptor WD740GD 74 GB SATA > > > I've tried to install both 6.1 and 7.0, with no success. > > Installation Method #1 > SCSI disabled and SATA enabled, hangs after "trying to mount root from ufs:/dev/md0". > > Installation Method #2 > SCSI and SATA enabled, dies with "panic: sym: VTOBUS FAILED!" after finding the sym0 controller. > > Is FreeBSD support being planned for this chipset (NVIDIA nForce 590 SLI) any time soon? Is there any eta on when it might be supported? From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 25 11:08:28 2006 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53E9016A407 for ; Mon, 25 Dec 2006 11:08:28 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 42E0713C489 for ; Mon, 25 Dec 2006 11:08:28 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBPB8Sse034456 for ; Mon, 25 Dec 2006 11:08:28 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBPB8QaY034451 for freebsd-amd64@FreeBSD.org; Mon, 25 Dec 2006 11:08:26 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 25 Dec 2006 11:08:26 GMT Message-Id: <200612251108.kBPB8QaY034451@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-amd64@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Dec 2006 11:08:28 -0000 Current FreeBSD problem reports Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/89202 amd64 [ufs] [panic] Kernel crash when accessing filesystem w 1 problem total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/69704 amd64 ext2/ext3 unstable in amd64 o amd64/69707 amd64 IPC32 dont work OK in amd64 FreeBSD o amd64/71644 amd64 [panic] amd64 5.3-BETA4 crash when heavy load o amd64/73252 amd64 ad6: WARNING - READ_DMA interrupt was seen but timeout o amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up o amd64/73650 amd64 5.3-release panics on boot o amd64/73775 amd64 Kernel panic (trap 12) when booting with (not from!) P o amd64/74747 amd64 System panic on shutdown when process will not die o amd64/76136 amd64 system halts before reboot o amd64/76336 amd64 racoon/setkey -D cases instant "Fatal Trap 12: Page fa o amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys o amd64/78848 amd64 [sis] sis driver on FreeBSD 5.x does not work on amd64 o amd64/80114 amd64 kldload snd_ich causes interrupt storm when ACPI is en o amd64/80691 amd64 amd64 kernel hangs on load o amd64/81037 amd64 SATA problem o amd64/81602 amd64 SATA crashes with parallel pcm access o amd64/82425 amd64 [fxp] fxp0: device timeout, fxp interface dies on 5.4/ o amd64/82555 amd64 Kernel Panic - after i connect to my "amd64" from anot o amd64/83005 amd64 Memory Occupied during installation of the FreeBSD 5.4 o amd64/84832 amd64 Installation crashes just at boot AMD64/ Version 5.4 o amd64/84930 amd64 [msdosfs] something wrong with msdosfs on amd64 o amd64/85431 amd64 AMD64 has short but temporary freezes (hangups) on Sun o amd64/85451 amd64 [hang] 6.0-BETA3 lockups on AMD64 (PREEMPTION only) o amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 o amd64/86503 amd64 [atapicam] [panic] k3b crash the system like hardware o amd64/87156 amd64 First Installation: Kernel crashes o amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 o amd64/87348 amd64 amd64+smp+startkde always crashing o amd64/87472 amd64 I downloaded 5.4 and went to install it, but it keeps o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o amd64/87977 amd64 [busdma] [panic] amd64 busdma dflt_lock called (by ata o amd64/88299 amd64 swapcontext fails with errno 0 f amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not boot with usb o amd64/88790 amd64 kernel panic on first boot (after the FreeBSD installa o amd64/89501 amd64 System crashes on install using ftp on local subnet o amd64/89503 amd64 Cant Boot Installation Disk o amd64/89546 amd64 [geom] GEOM error o amd64/89549 amd64 [amd64] nve timeouts on 6.0-release o amd64/89550 amd64 [amd64] sym0: VTOBUS failed (6.0 Release) o amd64/89968 amd64 [ata] Asus A8N-E MediaShield RAID problem (read-only s o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o amd64/91492 amd64 BTX halted o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff o amd64/92889 amd64 [libc] xdr double buffer overflow o amd64/92991 amd64 FreeBSD(amd64) freezes when primary disk is on a SiI 3 o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o amd64/94677 amd64 panic in amd64 install at non-root user creation o amd64/94989 amd64 BTX Halts on Sun Fire X2100 w/6.1-BETA4 (amd64) and 5. f amd64/95167 amd64 driver for SuperMicro H8DAR-T (Adaptec AIC-8130: (Marv o amd64/95414 amd64 kernel crashes during install o amd64/95888 amd64 kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP DL140G o amd64/96400 amd64 FreeBSD 6.0 Bootin Conflict between Broadcom on-broad o amd64/97075 amd64 Panic, Trap 12 o amd64/97337 amd64 xorg reboots system if dri module is enabled o amd64/99561 amd64 system hangs in FreeBSD AMD64 when writting ext2fs o amd64/102122 amd64 6.1-RELEASE amd64 Install Media panics on boot. s amd64/104311 amd64 ports/wine should be installable on amd64 o amd64/105187 amd64 make -j2 buildworld renders FreeBSD 6.2-PRE/AMD64 unus o amd64/105207 amd64 nVidia MCP55 drivers fail to boot on 6.2B3 amd64 o amd64/105513 amd64 Kernel Panic during package installation on 6.2 beta3 o amd64/105531 amd64 gigabyte GA-M51GM-S2G / nVidia nForce 430 - does not d o amd64/105629 amd64 [re] Issue with re driver p amd64/106109 amd64 amd64: si_addr is not set when sending a signal o amd64/106604 amd64 saslauthd crashes with signal 6 on FreeBSD 6.2-PREREL o amd64/106918 amd64 Asus P5B with internal RealTek PCIe Ethernet 67 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/61209 amd64 ppc0: cannot reserve I/O port range o amd64/63188 amd64 [ti] ti(4) broken on amd64 o amd64/69705 amd64 IPC problem (msq_queues) o amd64/74608 amd64 [mpt] [hang] mpt hangs 5 minutes when booting o amd64/74811 amd64 [nfs] df, nfs mount, negative Avail -> 32/64-bit confu o amd64/87882 amd64 emu10k1 and APCI on amd64 is just noisy o amd64/88730 amd64 kernel panics during booting from the installation CD o amd64/91195 amd64 FreeBSD 6.0(amd64) and Asus A8R-MVP a amd64/92527 amd64 [ciphy.c] ][patch] no driver for "CICADA VSC 8201 Giga o amd64/93002 amd64 amd64 (6.0) coredumps at unpredictable times a amd64/93090 amd64 NIC on GA-K8NF-9 motherboard is recognized, but does n o amd64/95282 amd64 [ed] fix ed for RELENG_5 amd64 so that it has network o amd64/97489 amd64 nForce 410 ATA controller dma time out o amd64/100326 amd64 /dev/fd0 not created after installation FreeBSD 6.1 AM o amd64/100347 amd64 No hardware support Silicon Image SiI 3132 o amd64/100838 amd64 FreeBSD 6.0/6.1 kernel panics when booting with EIST e o amd64/101132 amd64 Incorrect cpu idle and usage statistics in top and sys o amd64/101248 amd64 vi(1) can crash in ncurses(3) on amd64 o amd64/102716 amd64 ex with no argument in an xterm gets SIGSEGV f amd64/102975 amd64 NIC unknown o amd64/103259 amd64 Cannot use ataraid on nvidia nForce4+amd64 o amd64/104875 amd64 unsupported intel Desktop Board DG965WH o amd64/105129 amd64 Compatibility with Intel D o amd64/106186 amd64 panic in swap_pager_swap_init (amd64/smp/6.2-pre) o amd64/106194 amd64 'systat -if' display bug 25 problems total. From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 26 14:26:09 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 095CF16A403 for ; Tue, 26 Dec 2006 14:26:09 +0000 (UTC) (envelope-from tamaru@myn.rcast.u-tokyo.ac.jp) Received: from mail4.ecc.u-tokyo.ac.jp (mail4.ecc.u-tokyo.ac.jp [133.11.205.98]) by mx1.freebsd.org (Postfix) with ESMTP id CCE3013C46D for ; Tue, 26 Dec 2006 14:26:08 +0000 (UTC) (envelope-from tamaru@myn.rcast.u-tokyo.ac.jp) Received: from mail1.ecc.u-tokyo.ac.jp (mail1.ecc.u-tokyo.ac.jp [133.11.50.203]) by mail4.ecc.u-tokyo.ac.jp (Postfix) with ESMTP id 4948E5B0ABA for ; Tue, 26 Dec 2006 23:08:35 +0900 (JST) Received: from spam004.ecc.u-tokyo.ac.jp (spam004.ecc.u-tokyo.ac.jp [133.11.50.197]) by mail1.ecc.u-tokyo.ac.jp (Postfix) with ESMTP id 8404610072 for ; Tue, 26 Dec 2006 23:08:34 +0900 (JST) Received: from gin.myn.rcast.u-tokyo.ac.jp (157.82.72.158 [157.82.72.158]) by spam004.ecc.u-tokyo.ac.jp (SpamBlock.pst 3.4.94) with ESMTP id for ; Tue, 26 Dec 2006 23:07:58 +0900 Date: Tue, 26 Dec 2006 23:07:58 +0900 Message-ID: From: Hiroharu Tamaru To: amd64@FreeBSD.org User-Agent: User-Agent: Wanderlust/2.14.0 (Africa) Emacs/21.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-IP: 157.82.72.158 X-FROM-DOMAIN: myn.rcast.u-tokyo.ac.jp X-FROM-EMAIL: tamaru@myn.rcast.u-tokyo.ac.jp Cc: Subject: >32GB memory with Xeon ? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Dec 2006 14:26:09 -0000 Hello list, Is there any limit on the amount of memory that can be used with FreeBSD 6.x/amd64 ? I found that FreeBSD/ia64 currently has 2GB limit. I was wondering how amd64 is like. Specifically, I am thinking of a Dual-core x Dual-processor Xeon 5160, with 5000P chipset and something like 40GB of RAM. I'd appreciate if someone would tell me if the system can use the whole memory, and/or if one single process can use the whole memory (or at least most of it)? Are there any other things to be noted? like.. some popular hardware not working with > 4GB memory and such. I don't need much fancy hardware, but would like to expect SATA disks, ATAPI CDs and Gb Ethernet NICs to work.. Any other experiences are appreciated as well. I've just joined the list now. I briefly searched the archives, but in vain. So any keywords for archive search is also appreciated. Thank you. -- Hiroharu Tamaru From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 26 15:49:01 2006 Return-Path: X-Original-To: amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D8C516A403 for ; Tue, 26 Dec 2006 15:49:01 +0000 (UTC) (envelope-from tom.hurst@clara.net) Received: from spork.qfe3.net (spork.qfe3.net [212.13.207.101]) by mx1.freebsd.org (Postfix) with ESMTP id 3286E13C473 for ; Tue, 26 Dec 2006 15:49:01 +0000 (UTC) (envelope-from tom.hurst@clara.net) Received: from [81.104.144.87] (helo=voi.aagh.net) by spork.qfe3.net with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1GzEJ6-000MKK-2j; Tue, 26 Dec 2006 15:33:36 +0000 Received: from freaky by voi.aagh.net with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GzEJ4-000BM7-TP; Tue, 26 Dec 2006 15:33:34 +0000 Date: Tue, 26 Dec 2006 15:33:34 +0000 From: Thomas Hurst To: Hiroharu Tamaru Message-ID: <20061226153334.GA42100@voi.aagh.net> Mail-Followup-To: Hiroharu Tamaru , amd64@FreeBSD.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Not much. User-Agent: Mutt/1.5.13 (2006-08-11) Sender: Thomas Hurst Cc: amd64@FreeBSD.org Subject: Re: >32GB memory with Xeon ? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Dec 2006 15:49:01 -0000 * Hiroharu Tamaru (tamaru@myn.rcast.u-tokyo.ac.jp) wrote: > Specifically, I am thinking of a Dual-core x Dual-processor Xeon 5160, > with 5000P chipset and something like 40GB of RAM. > > I'd appreciate if someone would tell me if the system can use the > whole memory, and/or if one single process can use the whole memory > (or at least most of it)? Should be fine, though I've only personally used systems with 16G, I've had individual processes approach 30GB using swap (though not on purpose, *cough*). > Are there any other things to be noted? like.. some popular hardware > not working with > 4GB memory and such. I don't need much fancy > hardware, but would like to expect SATA disks, ATAPI CDs and Gb > Ethernet NICs to work.. ata(4) has a poor history on systems with >=4G and more than one or two disks, though I've not tried it recently; it always used to run out of bounce pages and die, and I've not seen anything to suggest it's been resolved. I bought an LSI MegaRAID (amr(4)) for the bulk of my storage. http://lists.freebsd.org/pipermail/freebsd-amd64/2006-March/007827.html No problems with if_bge/em, USB, etc. Here's a more useful list of drivers: http://lists.freebsd.org/pipermail/freebsd-amd64/2006-March/007758.html -- Thomas 'Freaky' Hurst http://hur.st/ From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 26 17:34:41 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C03A416A403 for ; Tue, 26 Dec 2006 17:34:41 +0000 (UTC) (envelope-from tamaru@myn.rcast.u-tokyo.ac.jp) Received: from mail1.ecc.u-tokyo.ac.jp (mail1.ecc.u-tokyo.ac.jp [133.11.50.203]) by mx1.freebsd.org (Postfix) with ESMTP id 71AE813C463 for ; Tue, 26 Dec 2006 17:34:41 +0000 (UTC) (envelope-from tamaru@myn.rcast.u-tokyo.ac.jp) Received: from spam001.ecc.u-tokyo.ac.jp (spam001.ecc.u-tokyo.ac.jp [133.11.50.194]) by mail1.ecc.u-tokyo.ac.jp (Postfix) with ESMTP id D6A1E1006D for ; Wed, 27 Dec 2006 02:34:40 +0900 (JST) Received: from md001.ecc.u-tokyo.ac.jp (192.168.160.21 [192.168.160.21]) by spam001.ecc.u-tokyo.ac.jp (SpamBlock.pst 3.4.94) with ESMTP id for ; Wed, 27 Dec 2006 02:34:39 +0900 Received: from amulet.amuletic.net (v055252.ppp.asahi-net.or.jp [124.155.55.252]) by md001.ecc.u-tokyo.ac.jp (MOS 3.4.5-GR) with ESMTP id BPE86446 (AUTH via LOGINBEFORESMTP); Wed, 27 Dec 2006 02:34:39 +0900 (JST) Date: Wed, 27 Dec 2006 02:34:52 +0900 Message-ID: From: Hiroharu Tamaru To: amd64@FreeBSD.org In-Reply-To: <20061226153334.GA42100@voi.aagh.net> References: <20061226153334.GA42100@voi.aagh.net> User-Agent: User-Agent: Wanderlust/2.14.0 (Africa) Emacs/21.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-IP: 192.168.160.21 X-FROM-DOMAIN: myn.rcast.u-tokyo.ac.jp X-FROM-EMAIL: tamaru@myn.rcast.u-tokyo.ac.jp Cc: Subject: Re: >32GB memory with Xeon ? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Dec 2006 17:34:41 -0000 Hi, Thanks for a very quick reply. At Tue, 26 Dec 2006 15:33:34 +0000, Thomas Hurst wrote: > * Hiroharu Tamaru (tamaru@myn.rcast.u-tokyo.ac.jp) wrote: > > > Specifically, I am thinking of a Dual-core x Dual-processor Xeon 5160, > > with 5000P chipset and something like 40GB of RAM. > > > > I'd appreciate if someone would tell me if the system can use the > > whole memory, and/or if one single process can use the whole memory > > (or at least most of it)? > > Should be fine, though I've only personally used systems with 16G, I've > had individual processes approach 30GB using swap (though not on > purpose, *cough*). Glad to hear, yes, and 30GB using swap surviving is a good news too ;-) I see that some Linux distro seems to have 32GB limit. So, if someone can confirm >32GB, I feel even safer.. ;-p > > Are there any other things to be noted? like.. some popular hardware > > not working with > 4GB memory and such. I don't need much fancy > > hardware, but would like to expect SATA disks, ATAPI CDs and Gb > > Ethernet NICs to work.. > > ata(4) has a poor history on systems with >=4G and more than one or two > disks, though I've not tried it recently; it always used to run out of > bounce pages and die, and I've not seen anything to suggest it's been > resolved. I bought an LSI MegaRAID (amr(4)) for the bulk of my storage. > > http://lists.freebsd.org/pipermail/freebsd-amd64/2006-March/007827.html > > No problems with if_bge/em, USB, etc. Here's a more useful list of > drivers: > > http://lists.freebsd.org/pipermail/freebsd-amd64/2006-March/007758.html Oh great, these saved me a lot of time searching. Thank you again. -- Hiroharu Tamaru From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 26 20:09:10 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B721D16A403 for ; Tue, 26 Dec 2006 20:09:10 +0000 (UTC) (envelope-from tamaru@myn.rcast.u-tokyo.ac.jp) Received: from mail1.ecc.u-tokyo.ac.jp (mail1.ecc.u-tokyo.ac.jp [133.11.50.203]) by mx1.freebsd.org (Postfix) with ESMTP id 67DB113C480 for ; Tue, 26 Dec 2006 20:09:10 +0000 (UTC) (envelope-from tamaru@myn.rcast.u-tokyo.ac.jp) Received: from spam004.ecc.u-tokyo.ac.jp (spam004.ecc.u-tokyo.ac.jp [133.11.50.197]) by mail1.ecc.u-tokyo.ac.jp (Postfix) with ESMTP id B371F1006A for ; Wed, 27 Dec 2006 05:09:09 +0900 (JST) Received: from md002.ecc.u-tokyo.ac.jp (192.168.160.22 [192.168.160.22]) by spam004.ecc.u-tokyo.ac.jp (SpamBlock.pst 3.4.94) with ESMTP id for ; Wed, 27 Dec 2006 05:08:23 +0900 Received: from amulet.amuletic.net (v055252.ppp.asahi-net.or.jp [124.155.55.252]) by md002.ecc.u-tokyo.ac.jp (MOS 3.4.5-GR) with ESMTP id BOY07717 (AUTH via LOGINBEFORESMTP); Wed, 27 Dec 2006 05:08:23 +0900 (JST) Date: Wed, 27 Dec 2006 05:08:36 +0900 Message-ID: From: Hiroharu Tamaru To: amd64@FreeBSD.org In-Reply-To: <20061226104440.5d52417b.kgunders@teamcool.net> References: <20061226104440.5d52417b.kgunders@teamcool.net> User-Agent: User-Agent: Wanderlust/2.14.0 (Africa) Emacs/21.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-IP: 192.168.160.22 X-FROM-DOMAIN: myn.rcast.u-tokyo.ac.jp X-FROM-EMAIL: tamaru@myn.rcast.u-tokyo.ac.jp Cc: Subject: Re: >32GB memory with Xeon ? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Dec 2006 20:09:10 -0000 At Tue, 26 Dec 2006 10:44:40 -0700, Ken Gunderson wrote: > > On Tue, 26 Dec 2006 23:07:58 +0900 > Hiroharu Tamaru wrote: > > > Hello list, > > > > Is there any limit on the amount of memory that can be used > > with FreeBSD 6.x/amd64 ? I found that FreeBSD/ia64 > > currently has 2GB limit. I was wondering how amd64 is like. > > > > Specifically, I am thinking of a Dual-core x Dual-processor > > Xeon 5160, with 5000P chipset and something like 40GB of > > RAM. > > Any particular reason you've ruled out AMD platform? I know some folks > who've done some big enterprise class SAP machines based on AMD and > Linux. Not 100% sure but I think I recall AMD8111 and AMD8131 chipsets > and boards fully loaded with 32GB. No, I haven't ruled it out yet. In fact, I've just started looking around. My usage is computation, and previous experiences showed that for our workload, the main memory bandwidth gave the largest influence on speed (it has a very low data locality). We have IA64 system running Linux as well (it's running Linux b/c we have large memory there too), but hearing that recent Woodcrest Xeons can have upto 21+GB/s bandwidth to the RAM, I got interested and started seeking around hardwarewise and softwarewise for possible options. Do you have any advice/comments in this regard for AMD platform too? > -- > > Best regards, > > Ken Gunderson > > "The course of history shows that as a government grows, liberty > decreases." (Thomas Jefferson) Thanks. -- Hiroharu Tamaru From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 26 22:57:15 2006 Return-Path: X-Original-To: amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 963B616A403 for ; Tue, 26 Dec 2006 22:57:15 +0000 (UTC) (envelope-from kgunders@teamcool.net) Received: from koyukuk.teamcool.net (koyukuk.teamcool.net [209.161.34.19]) by mx1.freebsd.org (Postfix) with ESMTP id 5A63513C487 for ; Tue, 26 Dec 2006 22:57:15 +0000 (UTC) (envelope-from kgunders@teamcool.net) Received: from koyukuk.teamcool.net (localhost [127.0.0.1]) by koyukuk.teamcool.net (TeamCool Rocks) with ESMTP id 19AB4F877; Tue, 26 Dec 2006 15:34:17 -0700 (MST) Received: from shredder.teamcool.net (unknown [192.168.1.58]) by koyukuk.teamcool.net (TeamCool Rocks) with ESMTP id D1ABDF85F; Tue, 26 Dec 2006 15:34:16 -0700 (MST) Date: Tue, 26 Dec 2006 15:34:16 -0700 From: Ken Gunderson To: Hiroharu Tamaru Message-Id: <20061226153416.a2aacc13.kgunders@teamcool.net> In-Reply-To: References: <20061226104440.5d52417b.kgunders@teamcool.net> X-Mailer: Sylpheed version 2.2.10 (GTK+ 2.10.6; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: amd64@FreeBSD.org Subject: Re: >32GB memory with Xeon ? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Dec 2006 22:57:15 -0000 On Wed, 27 Dec 2006 05:08:36 +0900 Hiroharu Tamaru wrote: > At Tue, 26 Dec 2006 10:44:40 -0700, Ken Gunderson wrote: > > > > On Tue, 26 Dec 2006 23:07:58 +0900 > > Hiroharu Tamaru wrote: > > > > > Hello list, > > > > > > Is there any limit on the amount of memory that can be used > > > with FreeBSD 6.x/amd64 ? I found that FreeBSD/ia64 > > > currently has 2GB limit. I was wondering how amd64 is like. > > > > > > Specifically, I am thinking of a Dual-core x Dual-processor > > > Xeon 5160, with 5000P chipset and something like 40GB of > > > RAM. > > > > Any particular reason you've ruled out AMD platform? I know some folks > > who've done some big enterprise class SAP machines based on AMD and > > Linux. Not 100% sure but I think I recall AMD8111 and AMD8131 chipsets > > and boards fully loaded with 32GB. > > No, I haven't ruled it out yet. In fact, I've just started > looking around. > My usage is computation, and previous experiences showed > that for our workload, the main memory bandwidth gave the > largest influence on speed (it has a very low data > locality). We have IA64 system running Linux as well (it's > running Linux b/c we have large memory there too), but > hearing that recent Woodcrest Xeons can have upto 21+GB/s > bandwidth to the RAM, I got interested and started seeking > around hardwarewise and softwarewise for possible options. > Do you have any advice/comments in this regard for AMD > platform too? I personally don't have any recent experience with anything that large and when I did it was on "big iron". I've been sold on the AMD platform for the past couple years, especially for server usage. AMD's approach to integrating the memory controller w/the cpu has been a big win for them as they've been kicking Intel's butt as of late. But perhaps the Woodcrest will be Intel's savior. But then again as soon as Intel seems to do a bit of "catching up", AMD releases their latest and greatest. Check the "Roadmap" at amd.com. Quad cores are due to be out 2nd quarter of 2007 and many current am2 generation boards will supposedly be able to support them after a BIOS flash. I say supposedly because such was also "supposed" to be the case with the single to dual core. In some cases it worked and others not. I think mainly a matter of mainboard vendor. Issues you can run into with AMD platform often have to do with particular chipset used. The 8111 and 8131 are old but well supported. I think they max at 32GB though and only DDR1, not DDR2. Research anything using nVidia* carefully. Fwiw, I've never been favorably impressed w/Serverworks based board, even on i386. Others here will be able to provide more, but I suspect you'll get more response after the holidays. -- Best regards, Ken Gunderson "The course of history shows that as a government grows, liberty decreases." (Thomas Jefferson) From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 27 07:39:52 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A936E16A403 for ; Wed, 27 Dec 2006 07:39:52 +0000 (UTC) (envelope-from csp.dev.init@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id 4719513C463 for ; Wed, 27 Dec 2006 07:39:50 +0000 (UTC) (envelope-from csp.dev.init@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so3305996uge for ; Tue, 26 Dec 2006 23:39:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=APpVaErRZ3RqoWhdNPs/2J4XCoK9VidCRVSSN718TuhtmV/q3pm1GOZRt4tgdJrpfxThBJM5FxM9GbsEQcTecJ5VHawd5VOqsL2TemtcXcDWBb++ykE6GKqnTCWzJv/b0XmCqBhuK7yWYr5IJULAA0Jbbz/lTtWTc1qTXX0BIPo= Received: by 10.78.171.13 with SMTP id t13mr2339549hue.1167203704389; Tue, 26 Dec 2006 23:15:04 -0800 (PST) Received: by 10.78.105.2 with HTTP; Tue, 26 Dec 2006 23:15:04 -0800 (PST) Message-ID: <2d7c14a80612262315v516e99b6p3ec53d1d34e7b65a@mail.gmail.com> Date: Wed, 27 Dec 2006 12:45:04 +0530 From: "prakash c.s." To: freebsd-amd64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD6.2-RC1/AMD64 on AMDTurion64 X2 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2006 07:39:52 -0000 hi all, I try to install FreeBSD 6.2-Rc1/AMD64 on compaq V3149AU Notebook but i had problem booting from the CD. It boots from the CD after the inital boot loader text it displays the something like content of registers continuously. In the doc it was given to disable IO ACPI for nVidia nForce3 Pro-150, but i am not sure about my card. so i try to diable the ACPI from BIOS but i dont have any option in my BIOS. Is there any possible way to install FreeBSD 6.2-RC1 on my machine. c.s.prakash. From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 27 10:09:04 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6808916A40F for ; Wed, 27 Dec 2006 10:09:04 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id 054C413C463 for ; Wed, 27 Dec 2006 10:09:03 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so3325764uge for ; Wed, 27 Dec 2006 02:09:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=K226ADxnZLjh9CvvPl0qcSGke3yOyI1ekyOhTv3S6N8P38geVMsPj6djQD+MjyuQHZCHKmtAkLZ5FHfYRLiGvAzzFc4tWRJJ2zOlKxLmshc+BjMiaKVCre2XbcTAZ97xRYPTyOB1i3y8mLlUHgSbj4zUXQI3F0X1LgYPEuIqrXU= Received: by 10.78.185.15 with SMTP id i15mr3475080huf.1167212523415; Wed, 27 Dec 2006 01:42:03 -0800 (PST) Received: by 10.78.167.16 with HTTP; Wed, 27 Dec 2006 01:42:03 -0800 (PST) Message-ID: Date: Wed, 27 Dec 2006 12:42:03 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "prakash c.s." In-Reply-To: <2d7c14a80612262315v516e99b6p3ec53d1d34e7b65a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2d7c14a80612262315v516e99b6p3ec53d1d34e7b65a@mail.gmail.com> X-Google-Sender-Auth: e83434072f660df0 Cc: amd64@freebsd.org Subject: Re: FreeBSD6.2-RC1/AMD64 on AMDTurion64 X2 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2006 10:09:04 -0000 On 12/27/06, prakash c.s. wrote: > hi all, > > I try to install FreeBSD 6.2-Rc1/AMD64 on compaq V3149AU Notebook > > but i had problem booting from the CD. > It boots from the CD after the inital boot loader text it displays the > something like content of registers continuously. > > In the doc it was given to disable IO ACPI for nVidia nForce3 Pro-150, but i > am not sure about my card. so i try to diable the ACPI from BIOS but i dont > have any option in my BIOS. > > Is there any possible way to install FreeBSD 6.2-RC1 on my machine. Not sure about 6.2 (though I was successful at installing it on my Turion X2), but you really should try the latest current snapshot. Lots of fixes have gone into the tree recently, current really does work good on my laptop. From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 27 12:30:07 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F9C716A403 for ; Wed, 27 Dec 2006 12:30:07 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by mx1.freebsd.org (Postfix) with ESMTP id EAAF113C46D for ; Wed, 27 Dec 2006 12:30:06 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by nz-out-0506.google.com with SMTP id i11so1793279nzh for ; Wed, 27 Dec 2006 04:30:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Lq/Uuts6VyJHlUmdXpJK+svFDOMe3uzLMwWUVKocvvRdSg85vI+N3OJhv6aYtzE5w6oUARrEJ3fvtELTht1yiBQNzUmgEXRwGyS5gKuGY/NrPU4fmrFvFVCULmwjLO4fCUjRdD3b52sce7ZX5G0iVZzbHaD4u/1ceUttCag/OEE= Received: by 10.65.219.6 with SMTP id w6mr21145182qbq.1167220978996; Wed, 27 Dec 2006 04:02:58 -0800 (PST) Received: by 10.65.61.1 with HTTP; Wed, 27 Dec 2006 04:02:58 -0800 (PST) Message-ID: <790a9fff0612270402u1cbd8979m20bcec8f5d0a2eea@mail.gmail.com> Date: Wed, 27 Dec 2006 06:02:58 -0600 From: "Scot Hetzel" To: "prakash c.s." In-Reply-To: <2d7c14a80612262315v516e99b6p3ec53d1d34e7b65a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2d7c14a80612262315v516e99b6p3ec53d1d34e7b65a@mail.gmail.com> Cc: freebsd-amd64@freebsd.org Subject: Re: FreeBSD6.2-RC1/AMD64 on AMDTurion64 X2 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2006 12:30:07 -0000 On 12/27/06, prakash c.s. wrote: > hi all, > > I try to install FreeBSD 6.2-Rc1/AMD64 on compaq V3149AU Notebook > > but i had problem booting from the CD. > It boots from the CD after the inital boot loader text it displays the > something like content of registers continuously. > : > > Is there any possible way to install FreeBSD 6.2-RC1 on my machine. > Sounds like the same problem I experienced when installing FreeBSD/AMD64 on a HP Pavillion dv8000 system. This system doesn't like to boot from the install media either, and would continuously dump these hex register on the screen. I was able to eventually install from the CD by holding the the space bar down until the speakers beeped for a couple of seconds (when you see /boot/kernel/kernel you can release the space bar), then it loads and executes the kernel and proceeds to sysinstall. Give this a try, and see if it works for you. If it ooes, send a followup to PR 105514 with your systems information. http://www.freebsd.org/cgi/query-pr.cgi?pr=105514 Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 27 21:10:35 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 571FF16A403 for ; Wed, 27 Dec 2006 21:10:35 +0000 (UTC) (envelope-from kgunders@teamcool.net) Received: from koyukuk.teamcool.net (koyukuk.teamcool.net [209.161.34.19]) by mx1.freebsd.org (Postfix) with ESMTP id 2865013C46E for ; Wed, 27 Dec 2006 21:10:35 +0000 (UTC) (envelope-from kgunders@teamcool.net) Received: from koyukuk.teamcool.net (localhost [127.0.0.1]) by koyukuk.teamcool.net (TeamCool Rocks) with ESMTP id 22D92F8AD for ; Wed, 27 Dec 2006 13:45:24 -0700 (MST) Received: from shredder.teamcool.net (unknown [192.168.1.58]) by koyukuk.teamcool.net (TeamCool Rocks) with ESMTP id DD948F8AA for ; Wed, 27 Dec 2006 13:45:23 -0700 (MST) Date: Wed, 27 Dec 2006 13:45:23 -0700 From: Ken Gunderson To: freebsd-amd64@freebsd.org Message-Id: <20061227134523.fb4a05f5.kgunders@teamcool.net> X-Mailer: Sylpheed version 2.2.10 (GTK+ 2.10.6; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: fbsd-6.2RC2 available X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2006 21:10:35 -0000 fyi- I just noted post on stable that rc2 is available but i've nothing on announce or amd64 so.... -- Best regards, Ken Gunderson "The course of history shows that as a government grows, liberty decreases." (Thomas Jefferson) From owner-freebsd-amd64@FreeBSD.ORG Fri Dec 29 12:40:35 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85DA616A403 for ; Fri, 29 Dec 2006 12:40:35 +0000 (UTC) (envelope-from fujimori@ns.fujimori.cache.waseda.ac.jp) Received: from ns.fujimori.cache.waseda.ac.jp (ns.fujimori.cache.waseda.ac.jp [133.9.152.153]) by mx1.freebsd.org (Postfix) with ESMTP id 3A59513C428 for ; Fri, 29 Dec 2006 12:40:35 +0000 (UTC) (envelope-from fujimori@ns.fujimori.cache.waseda.ac.jp) Received: from ns.fujimori.cache.waseda.ac.jp (localhost [127.0.0.1]) by ns.fujimori.cache.waseda.ac.jp (8.13.8/8.11.3) with ESMTP id kBTC9Et8070258 for ; Fri, 29 Dec 2006 21:09:15 +0900 (JST) (envelope-from fujimori@ns.fujimori.cache.waseda.ac.jp) Message-Id: <200612291209.kBTC9Et8070258@ns.fujimori.cache.waseda.ac.jp> To: freebsd-amd64@freebsd.org Date: Fri, 29 Dec 2006 21:09:14 +0900 From: Yoriaki FUJIMORI Subject: amd64 with twa/9650SE X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Dec 2006 12:40:35 -0000 Dear listers, I am trying to install 6.2RC2 on an amd64 box. MB is ASUS M2N32WS Professional, and I am going to use a 3ware's 9650SE 2LP. I got some instructions from 3ware's url and got their driver. (1) When I boot CD(disk1) and tried to run kld to load 3ware's driver, the boot kernel complained that there is no floppy disk. My floppy disk works fine, though; it can boot MSDOS. I am not sure if AMD64 boot kernel supports floppy disk drive. (2) I installed the whole sustem on another scsi drive. 3ware's instruction says that other scsi drives than are attached to their card should be there. Any way, I replaced sys/dev/twa/tw_cl_io.c with the one from 3ware. I compiled the kernel, and the new kernel detected twa device. But, kernel rebooted there somehow. I should try on an IDE drive, maybe. I wonder if it is possible to include a new kernel on install CD that support 3ware's 9650. Thanks for your attention. yoriaki fujimori From owner-freebsd-amd64@FreeBSD.ORG Fri Dec 29 16:03:01 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 887C416A407; Fri, 29 Dec 2006 16:03:01 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 4CF8F13C457; Fri, 29 Dec 2006 16:03:01 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.13.6/8.13.6) with ESMTP id kBTG30gi086131; Fri, 29 Dec 2006 11:03:00 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.13.8/8.13.8) with ESMTP id kBTG30kV058415; Fri, 29 Dec 2006 11:03:00 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 093F873034; Fri, 29 Dec 2006 11:02:59 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20061229160300.093F873034@freebsd-current.sentex.ca> Date: Fri, 29 Dec 2006 11:02:59 -0500 (EST) X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on clamscanner1 X-Virus-Scanned: ClamAV version 0.88.7, clamav-milter version 0.88.7 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Dec 2006 16:03:01 -0000 TB --- 2006-12-29 14:30:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-12-29 14:30:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2006-12-29 14:30:00 - cleaning the object tree TB --- 2006-12-29 14:30:50 - checking out the source tree TB --- 2006-12-29 14:30:50 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2006-12-29 14:30:50 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2006-12-29 14:40:27 - building world (CFLAGS=-O2 -pipe) TB --- 2006-12-29 14:40:27 - cd /src TB --- 2006-12-29 14:40:27 - /usr/bin/make -B buildworld >>> World build started on Fri Dec 29 14:40:29 UTC 2006 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Fri Dec 29 15:56:47 UTC 2006 TB --- 2006-12-29 15:56:47 - generating LINT kernel config TB --- 2006-12-29 15:56:47 - cd /src/sys/amd64/conf TB --- 2006-12-29 15:56:47 - /usr/bin/make -B LINT TB --- 2006-12-29 15:56:48 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2006-12-29 15:56:48 - cd /src TB --- 2006-12-29 15:56:48 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Dec 29 15:56:48 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/mpt/mpt.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/mpt/mpt_cam.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/mpt/mpt_debug.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/mpt/mpt_pci.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/mpt/mpt_raid.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/my/if_my.c /src/sys/dev/my/if_my.c: In function `my_rxeof': /src/sys/dev/my/if_my.c:1165: warning: passing arg 1 of `bpf_mtap' from incompatible pointer type *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-12-29 16:02:59 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-12-29 16:02:59 - ERROR: failed to build lint kernel TB --- 2006-12-29 16:02:59 - tinderbox aborted TB --- 0.89 user 3.46 system 5579.41 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Fri Dec 29 16:31:39 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 91CBB16A519 for ; Fri, 29 Dec 2006 16:31:39 +0000 (UTC) (envelope-from fulvio.mariola@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 3018513C45A for ; Fri, 29 Dec 2006 16:31:39 +0000 (UTC) (envelope-from fulvio.mariola@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so3877957uge for ; Fri, 29 Dec 2006 08:31:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=FpehjMHAmgEpEVgQHiw/F7Fxoi79YLTmNGzs2+OrRZeSkfbZ+WNXfVrSQWzRA5iibrfRyxIVGsR329QTG5ZrvHd9CKhEwx7tXtEI6MjUOvXJwpn/Nu0NOoqozHe8ba+v8UIA03xRglJ2Cgp7WFd31AO9p+gjS4MhPBOcGzULqf4= Received: by 10.67.117.18 with SMTP id u18mr9643224ugm.1167408170055; Fri, 29 Dec 2006 08:02:50 -0800 (PST) Received: by 10.67.122.13 with HTTP; Fri, 29 Dec 2006 08:02:50 -0800 (PST) Message-ID: Date: Fri, 29 Dec 2006 17:02:50 +0100 From: "Fulvio Mariola" To: freebsd-amd64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: FreeBSD 6.2 AMD64+NVIDIA X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Dec 2006 16:31:39 -0000 I have installed FreeBSD 6.2 AMD64 to the notebook. The graphic-card is NVIDIA GeFORCE Go 7600. The NVIDIA vendor don't release driver for This architecture. Can I try?? I make the kernel or to return at ix86 architecture? Thanks for your attention. Fulvio Mariola From owner-freebsd-amd64@FreeBSD.ORG Fri Dec 29 17:16:51 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E5AA16A403 for ; Fri, 29 Dec 2006 17:16:51 +0000 (UTC) (envelope-from groot@kde.org) Received: from poster.science.ru.nl (poster.science.ru.nl [131.174.30.28]) by mx1.freebsd.org (Postfix) with ESMTP id 164E813C465 for ; Fri, 29 Dec 2006 17:16:50 +0000 (UTC) (envelope-from groot@kde.org) Received: from smeltpunt.science.ru.nl [131.174.16.145] (helo=smeltpunt.science.ru.nl) by poster.science.ru.nl (8.13.7/5.10) with ESMTP id kBTH4bcq016259 for ; Fri, 29 Dec 2006 18:04:37 +0100 (MET) Received: from adsl-dc-2f63f.adsl.wanadoo.nl [83.116.148.63] (helo=tosti386.englishbreakfastnetwork.org) (authen=adridg) by smeltpunt.science.ru.nl (8.13.7/5.10) with ESMTP id kBTH4YJl028584; Fri, 29 Dec 2006 18:04:34 +0100 (MET) From: Adriaan de Groot To: freebsd-amd64@freebsd.org Date: Fri, 29 Dec 2006 18:04:25 +0100 User-Agent: KMail/1.9.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1202839.1DiLYHdIaT"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200612291804.34166.groot@kde.org> Cc: Subject: Re: FreeBSD 6.2 AMD64+NVIDIA X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Dec 2006 17:16:51 -0000 --nextPart1202839.1DiLYHdIaT Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 29 December 2006 17:02, Fulvio Mariola wrote: > I have installed FreeBSD 6.2 AMD64 to the notebook. The graphic-card > is NVIDIA GeFORCE Go 7600. > The NVIDIA vendor don't release driver for This architecture. > Can I try?? You can use the open source nv(4x) driver; this will probably be "fast enou= gh"=20 although it is notably missing any dual head features (might be important i= f=20 you need to do presentations with the laptop). > I make the kernel or to return at ix86 architecture? Yes, i386 runs fine on amd64 machines. [ade], running i386 on this amd64x2 because of dual-head + nvidia, but=20 thinking of swapping in a leftover ATI R300=20 =2D-=20 These are your friends - Adem GPG: FEA2 A3FE Adriaan de Groot --nextPart1202839.1DiLYHdIaT Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQBFlUqidqzuAf6io/4RAlNrAJ94YUpVh2S9d2kkYY452mYRT/HoVgCfQMuo U7Uw8gbB6+LLmJnTzhOwxoY= =EUK9 -----END PGP SIGNATURE----- --nextPart1202839.1DiLYHdIaT-- From owner-freebsd-amd64@FreeBSD.ORG Fri Dec 29 18:08:57 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9808C16A407 for ; Fri, 29 Dec 2006 18:08:57 +0000 (UTC) (envelope-from mwm-dated-1168278165.90765b@mired.org) Received: from mired.org (vpn.mired.org [66.92.153.74]) by mx1.freebsd.org (Postfix) with SMTP id 275D413C455 for ; Fri, 29 Dec 2006 18:08:57 +0000 (UTC) (envelope-from mwm-dated-1168278165.90765b@mired.org) Received: (qmail 30634 invoked by uid 1001); 29 Dec 2006 17:42:45 -0000 Received: by bhuda.mired.org (tmda-sendmail, from uid 1001); Fri, 29 Dec 2006 12:42:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17813.21396.750295.449657@bhuda.mired.org> Date: Fri, 29 Dec 2006 12:42:44 -0500 To: freebsd-amd64@freebsd.org In-Reply-To: <200612291804.34166.groot@kde.org> References: <200612291804.34166.groot@kde.org> X-Mailer: VM 7.17 under 21.4 (patch 19) "Constant Variable" XEmacs Lucid X-Primary-Address: mwm@mired.org X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) From: Mike Meyer Subject: Re: FreeBSD 6.2 AMD64+NVIDIA X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Dec 2006 18:08:57 -0000 In <200612291804.34166.groot@kde.org>, Adriaan de Groot typed: > On Friday 29 December 2006 17:02, Fulvio Mariola wrote: > > I have installed FreeBSD 6.2 AMD64 to the notebook. The graphic-card > > is NVIDIA GeFORCE Go 7600. > > The NVIDIA vendor don't release driver for This architecture. > > Can I try?? > You can use the open source nv(4x) driver; this will probably be "fast enough" > although it is notably missing any dual head features (might be important if > you need to do presentations with the laptop). It also doesn't support wide-screen LCD's properly. It seems to insist that they be 4:3, and topped out at 1024x768. > > I make the kernel or to return at ix86 architecture? > Yes, i386 runs fine on amd64 machines. > [ade], running i386 on this amd64x2 because of dual-head + nvidia, but > thinking of swapping in a leftover ATI R300 I switched to ATI to get proper support for a widescreen LCD. Before that, I ran dual head with two NVidia cards. That worked fine. If you've got a spare slot, dropping an older card into one to get a second headg is inexpensive. http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. From owner-freebsd-amd64@FreeBSD.ORG Sat Dec 30 00:10:49 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BECD616A5C4 for ; Sat, 30 Dec 2006 00:10:49 +0000 (UTC) (envelope-from arnschle@iupui.edu) Received: from julesburg.uits.indiana.edu (julesburg.uits.indiana.edu [129.79.1.75]) by mx1.freebsd.org (Postfix) with ESMTP id 9120113C455 for ; Sat, 30 Dec 2006 00:10:49 +0000 (UTC) (envelope-from arnschle@iupui.edu) Received: from iu-mssg-smtp103.ads.iu.edu (iu-mssg-smtp103-out.ads.iu.edu [10.79.1.6]) by julesburg.uits.indiana.edu (8.13.6/8.12.10/IUPO) with ESMTP id kBSF62rS014622 for ; Thu, 28 Dec 2006 10:06:02 -0500 (EST) Received: from iu-mssg-mbx104.ads.iu.edu ([10.79.1.17]) by iu-mssg-smtp103.ads.iu.edu with Microsoft SMTPSVC(6.0.3790.1830); Thu, 28 Dec 2006 10:06:02 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Thu, 28 Dec 2006 10:06:02 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: HP Pavilion DV6110us notebook install problems thread-index: AccqkbChwPLouXmoRSCZeEFl4tVhjA== From: "Schleich, Arno Rene" To: X-OriginalArrivalTime: 28 Dec 2006 15:06:02.0831 (UTC) FILETIME=[B0CEB5F0:01C72A91] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: HP Pavilion DV6110us notebook install problems X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2006 00:10:49 -0000 I encountered multiple problems with FreeBSD 6.2 RC1 on the following notebook =20 http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type =3Dproduct_detail&product_code=3DRG254UA%23ABA&jumpid=3Doc_R1002_USENC-00= 1_HP% 20Pavilion%20dv6110us%20Notebook%20PC&lang=3Den&cc=3Dus =20 AMD Turion dual core tl50, nvidia 6150 go, MCP51 nforce disk and ethernet controllers and onboard sound, and a Broadcom wlan interface, which I haven't found out much about as of yet. As the system is completely stuck at the moment I cannot get more info (dmesg, uname etc.) to You, but maybe You can give me some directions as I am trying to decide as whether to delete or rebuild the system. =20 (i) From the start booting worked only with acpi disabled (ii) Sound never worked - I tried snd_hda and snd_ich which had appeared to be most promising without any success (iii) Smp does crash everything (iv) Cannot reboot/shutdown except by pressing the on/off button (v) The nve driver seemed to work well enough to run the disks and the Ethernet (vi) No trace of the wlan - everything related to atheros compiled into a costum kernel (vii) Power management crashes everything when enabled =20 I wonder if these problems and their likely origin in incompatible hardware are unsolvable making further install attempts futile or if it is something I am doing wrong. As I depend on productivity and computing power I have some interest in using the underlying hardware to its fullest but also cannot afford a lot of time experimenting. So I'd be thankful for some hints as to whether it is likely that FreeBSD can run on this platform. =20 Thanks =20 =20 =20 From owner-freebsd-amd64@FreeBSD.ORG Sat Dec 30 03:40:18 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D80216A40F for ; Sat, 30 Dec 2006 03:40:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 0479113C467 for ; Sat, 30 Dec 2006 03:40:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBU3eHLB010571 for ; Sat, 30 Dec 2006 03:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBU3eHsR010564; Sat, 30 Dec 2006 03:40:17 GMT (envelope-from gnats) Resent-Date: Sat, 30 Dec 2006 03:40:17 GMT Resent-Message-Id: <200612300340.kBU3eHsR010564@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan Knepper Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ADC9116A407 for ; Sat, 30 Dec 2006 03:33:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 9BD1413C44B for ; Sat, 30 Dec 2006 03:33:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kBU3XWli079932 for ; Sat, 30 Dec 2006 03:33:32 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id kBU3XW32079931; Sat, 30 Dec 2006 03:33:32 GMT (envelope-from nobody) Message-Id: <200612300333.kBU3XW32079931@www.freebsd.org> Date: Sat, 30 Dec 2006 03:33:32 GMT From: Jan Knepper To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: amd64/107345: Kernel Panic/Crash on dd if=/dev/ad4 of=/dev/ad6 bs=1m X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2006 03:40:18 -0000 >Number: 107345 >Category: amd64 >Synopsis: Kernel Panic/Crash on dd if=/dev/ad4 of=/dev/ad6 bs=1m >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 30 03:40:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jan Knepper >Release: 6.1-RELEASE >Organization: >Environment: FreeBSD digitaldaemon.com 6.1-RELEASE FreeBSD 6.1-RELEASE #7: Fri Dec 29 19:23:26 EST 2006 root@digitaldaemon.com:/usr/src/sys/amd64/compile/digitaldaemon amd64 >Description: trace Tracing pid 9 tid 100012 td 0xffffff007ba4e720 device_attach() at device_attach+0x22 bus_generic_attach() at bus_generic_attach+0x18 ata_identify() at ata_identify+0xea ata_sata_phy_event() at ata_sata_phy_event+0xe2 taskqueue_run() at taskqueue_run+0x7b taskqueue_thread_loop() at taskqueue_thread_loop+0x38 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b05d00, rbp = 0 --- db> show pcpu cpuid = 0 curthread = 0xffffff007ba4e720: pid 9 "thread taskq" curpcb = 0xffffffffb1b05d10 fpcurthread = none idlethread = 0xffffff007ba4d980: pid 11 "idle: cpu0" db> show allps cpu Current CPU: 0 cpuid = 0 curthread = 0xffffff007ba4e720: pid 9 "thread taskq" curpcb = 0xffffffffb1b05d10 fpcurthread = none idlethread = 0xffffff007ba4d980: pid 11 "idle: cpu0" db> alltrace Tracing command httpd pid 2617 tid 100235 td 0xffffff00501a2000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8008fb3b0, rsp = 0x7fffffffec38, rbp = 0xe --- Tracing command httpd pid 2616 tid 100230 td 0xffffff00501a2be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8008fb3b0, rsp = 0x7fffffffec38, rbp = 0xd --- Tracing command httpd pid 2615 tid 100265 td 0xffffff00625f8980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8008fb3b0, rsp = 0x7fffffffec38, rbp = 0xc --- Tracing command nnrpd pid 2614 tid 100260 td 0xffffff00621f9720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800fd4008, rsp = 0x7fffffffe808, rbp = 0 --- Tracing command nnrpd pid 2613 tid 100258 td 0xffffff005ba78980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait() at sleepq_wait+0x5b msleep() at msleep+0x203 acquire() at acquire+0x76 lockmgr() at lockmgr+0x259 getblk() at getblk+0x188 breadn() at breadn+0x3c bread() at bread+0x1e ffs_update() at ffs_update+0xfb ufs_inactive() at ufs_inactive+0xa6 VOP_INACTIVE_APV() at VOP_INACTIVE_APV+0x3d vinactive() at vinactive+0x6e vput() at vput+0x1f2 vn_close() at vn_close+0x7d vn_closefile() at vn_closefile+0x94 fdrop_locked() at fdrop_locked+0xc0 closef() at closef+0x3e4 close() at close+0x1a5 syscall() at syscall+0x642 --More-- Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (6, FreeBSD ELF64, close), rip = 0x800fd4560, rsp = 0x7fffffffb868, rbp = 0x4f3 --- Tracing command nnrpd pid 2612 tid 100149 td 0xffffff0058b90980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800fd4008, rsp = 0x7fffffffe808, rbp = 0 --- Tracing command nnrpd pid 2598 tid 100238 td 0xffffff0051601720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800fd4008, rsp = 0x7fffffffe808, rbp = 0 --- Tracing command nnrpd pid 2581 tid 100255 td 0xffffff0051a06000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800fd4008, rsp = 0x7fffffffe808, rbp = 0 --- Tracing command httpd pid 2542 tid 100266 td 0xffffff00625f8720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait() at sleepq_wait+0x5b msleep() at msleep+0x203 bwait() at bwait+0x5d vnode_pager_generic_getpages() at vnode_pager_generic_getpages+0x87c VOP_GETPAGES_APV() at VOP_GETPAGES_APV+0x3d vnode_pager_getpages() at vnode_pager_getpages+0xdd vm_fault() at vm_fault+0xd45 trap_pfault() at trap_pfault+0x127 trap() at trap+0x1bd calltrap() at calltrap+0x5 --- trap 0xc, rip = 0xffffffff8041dbcd, rsp = 0xffffffffb43bd970, rbp = 0xffffffffb43bd9d0 --- copyin() at copyin+0x3d sosend() at sosend+0x274 soo_write() at soo_write+0x73 dofilewrite() at dofilewrite+0x86 kern_writev() at kern_writev+0x51 write() at write+0x4a syscall() at syscall+0x642 --More-- Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (4, FreeBSD ELF64, write), rip = 0x8008fb590, rsp = 0x7fffffffe9d8, rbp = 0x55e080 --- Tracing command httpd pid 2540 tid 100254 td 0xffffff0051a06260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait() at sleepq_wait+0x5b msleep() at msleep+0x203 bwait() at bwait+0x5d bufwait() at bufwait+0x2d bufwrite() at bufwrite+0x158 ffs_update() at ffs_update+0x317 ufs_makeinode() at ufs_makeinode+0x1db ufs_create() at ufs_create+0x28 VOP_CREATE_APV() at VOP_CREATE_APV+0x55 vn_open_cred() at vn_open_cred+0x4f0 kern_open() at kern_open+0xfc open() at open+0x25 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (5, FreeBSD ELF64, open), rip = 0x8008fb578, rsp = 0x7ffffffe6688, rbp = 0xd0dd20 --- Tracing command nnrpd pid 2469 tid 100261 td 0xffffff00621f94c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800fd4008, rsp = 0x7fffffffe808, rbp = 0 --- Tracing command nnrpd pid 2428 tid 100221 td 0xffffff00519eb000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800fd4008, rsp = 0x7fffffffe808, rbp = 0 --- Tracing command nnrpd pid 2376 tid 100272 td 0xffffff00525e8720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800fd4008, rsp = 0x7fffffffe808, rbp = 0 --- Tracing command nnrpd pid 2371 tid 100268 td 0xffffff00625f8260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800fd4008, rsp = 0x7fffffffe808, rbp = 0 --- Tracing command nnrpd pid 2339 tid 100267 td 0xffffff00625f84c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800fd4008, rsp = 0x7fffffffe808, rbp = 0 --- Tracing command nnrpd pid 2336 tid 100248 td 0xffffff0051007260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800fd4008, rsp = 0x7fffffffe808, rbp = 0 --- Tracing command nnrpd pid 2318 tid 100269 td 0xffffff00625f8000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800fd4008, rsp = 0x7fffffffe808, rbp = 0 --- Tracing command nnrpd pid 2287 tid 100270 td 0xffffff00525e8be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800fd4008, rsp = 0x7fffffffe808, rbp = 0 --- Tracing command nnrpd pid 2238 tid 100232 td 0xffffff00501a2720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800fd4008, rsp = 0x7fffffffe808, rbp = 0 --- Tracing command nnrpd pid 2197 tid 100251 td 0xffffff0051a06980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800fd4008, rsp = 0x7fffffffe808, rbp = 0 --- Tracing command csh pid 2192 tid 100237 td 0xffffff0051601980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f ttysleep() at ttysleep+0x1b ttread() at ttread+0x315 ptsread() at ptsread+0x52 giant_read() at giant_read+0x64 devfs_read_f() at devfs_read_f+0x6c dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (3, FreeBSD ELF64, read), rip = 0x8009ab8ec, rsp = 0x7ffffffce3d8, rbp = 0 --- Tracing command sshd pid 2191 tid 100249 td 0xffffff0051007000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e cv_wait_sig() at cv_wait_sig+0xef kern_select() at kern_select+0xbd4 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x80157186c, rsp = 0x7fffffffdd58, rbp = 0x7fffffffddc8 --- Tracing command sshd pid 2182 tid 100240 td 0xffffff0051601260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f soreceive() at soreceive+0xbfa soo_read() at soo_read+0x58 dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (3, FreeBSD ELF64, read), rip = 0x8015718ec, rsp = 0x7fffffffdd58, rbp = 0x4 --- Tracing command nnrpd pid 2181 tid 100241 td 0xffffff0051601000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800fd4008, rsp = 0x7fffffffe808, rbp = 0 --- Tracing command nnrpd pid 2165 tid 100245 td 0xffffff0051007980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800fd4008, rsp = 0x7fffffffe808, rbp = 0 --- Tracing command sleep pid 2147 tid 100073 td 0xffffff005be614c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b msleep() at msleep+0x302 kern_nanosleep() at kern_nanosleep+0x130 nanosleep() at nanosleep+0x59 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x8006d6fac, rsp = 0x7fffffffdbe8, rbp = 0 --- Tracing command dd pid 1994 tid 100231 td 0xffffff00501a2980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait() at sleepq_wait+0x5b msleep() at msleep+0x203 bwait() at bwait+0x5d physio() at physio+0x1f0 devfs_read_f() at devfs_read_f+0x6c dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (3, FreeBSD ELF64, read), rip = 0x8006f48ec, rsp = 0x7fffffffec08, rbp = 0x7fffffffeca8 --- Tracing command winbindd pid 1990 tid 100236 td 0xffffff0051601be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e cv_wait_sig() at cv_wait_sig+0xef kern_select() at kern_select+0xbd4 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x8016bd008, rsp = 0x7fffffffd008, rbp = 0x11 --- Tracing command nnrpd pid 1975 tid 100242 td 0xffffff005354cbe0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800fd4008, rsp = 0x7fffffffe808, rbp = 0 --- Tracing command httpd pid 1959 tid 100239 td 0xffffff00516014c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8008fb3b0, rsp = 0x7fffffffec38, rbp = 0x9 --- Tracing command httpd pid 1955 tid 100243 td 0xffffff00525e8000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait() at sleepq_wait+0x5b msleep() at msleep+0x203 bwait() at bwait+0x5d vnode_pager_generic_getpages() at vnode_pager_generic_getpages+0x87c VOP_GETPAGES_APV() at VOP_GETPAGES_APV+0x3d vnode_pager_getpages() at vnode_pager_getpages+0xdd vm_fault() at vm_fault+0xd45 trap_pfault() at trap_pfault+0x127 trap() at trap+0x1bd calltrap() at calltrap+0x5 --- trap 0xc, rip = 0xffffffff8041dbcd, rsp = 0xffffffffb4390990, rbp = 0xffffffffb43909f0 --- copyin() at copyin+0x3d sosend() at sosend+0x274 soo_write() at soo_write+0x73 dofilewrite() at dofilewrite+0x86 kern_writev() at kern_writev+0x51 writev() at writev+0x51 syscall() at syscall+0x642 --More-- Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (121, FreeBSD ELF64, writev), rip = 0x8008faed0, rsp = 0x7fffffffe9b8, rbp = 0x7fffffffea10 --- Tracing command csh pid 1951 tid 100247 td 0xffffff00510074c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f kern_sigsuspend() at kern_sigsuspend+0xb1 sigsuspend() at sigsuspend+0x40 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (341, FreeBSD ELF64, sigsuspend), rip = 0x80093432c, rsp = 0x7fffffff1b48, rbp = 0x101 --- Tracing command nnrpd pid 1948 tid 100250 td 0xffffff0051a06be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800fd4008, rsp = 0x7fffffffe808, rbp = 0 --- Tracing command login pid 1946 tid 100252 td 0xffffff0051a06720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f kern_wait() at kern_wait+0x5c8 wait4() at wait4+0x38 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (7, FreeBSD ELF64, wait4), rip = 0x8008a7b8c, rsp = 0x7fffffffed08, rbp = 0 --- Tracing command getty pid 1945 tid 100036 td 0xffffff007b8f4000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f ttysleep() at ttysleep+0x1b ttread() at ttread+0x315 giant_read() at giant_read+0x64 devfs_read_f() at devfs_read_f+0x6c dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (3, FreeBSD ELF64, read), rip = 0x8008028ec, rsp = 0x7fffffffeda8, rbp = 0x5088c0 --- Tracing command getty pid 1944 tid 100218 td 0xffffff00519eb720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f ttysleep() at ttysleep+0x1b ttread() at ttread+0x315 giant_read() at giant_read+0x64 devfs_read_f() at devfs_read_f+0x6c dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (3, FreeBSD ELF64, read), rip = 0x8008028ec, rsp = 0x7fffffffeda8, rbp = 0x5088c0 --- Tracing command getty pid 1943 tid 100176 td 0xffffff0057333720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f ttysleep() at ttysleep+0x1b ttread() at ttread+0x315 giant_read() at giant_read+0x64 devfs_read_f() at devfs_read_f+0x6c dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (3, FreeBSD ELF64, read), rip = 0x8008028ec, rsp = 0x7fffffffeda8, rbp = 0x5088c0 --- Tracing command getty pid 1942 tid 100216 td 0xffffff00519ebbe0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f ttysleep() at ttysleep+0x1b ttread() at ttread+0x315 giant_read() at giant_read+0x64 devfs_read_f() at devfs_read_f+0x6c dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (3, FreeBSD ELF64, read), rip = 0x8008028ec, rsp = 0x7fffffffeda8, rbp = 0x5088c0 --- Tracing command getty pid 1941 tid 100220 td 0xffffff00519eb260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f ttysleep() at ttysleep+0x1b ttread() at ttread+0x315 giant_read() at giant_read+0x64 devfs_read_f() at devfs_read_f+0x6c dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (3, FreeBSD ELF64, read), rip = 0x8008028ec, rsp = 0x7fffffffeda8, rbp = 0x5088c0 --- Tracing command getty pid 1940 tid 100098 td 0xffffff0057d63000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f ttysleep() at ttysleep+0x1b ttread() at ttread+0x315 giant_read() at giant_read+0x64 devfs_read_f() at devfs_read_f+0x6c dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (3, FreeBSD ELF64, read), rip = 0x8008028ec, rsp = 0x7fffffffeda8, rbp = 0x5088c0 --- Tracing command getty pid 1939 tid 100215 td 0xffffff005354c000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f ttysleep() at ttysleep+0x1b ttread() at ttread+0x315 giant_read() at giant_read+0x64 devfs_read_f() at devfs_read_f+0x6c dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (3, FreeBSD ELF64, read), rip = 0x8008028ec, rsp = 0x7fffffffeda8, rbp = 0x5088c0 --- Tracing command getty pid 1938 tid 100219 td 0xffffff00519eb4c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f ttysleep() at ttysleep+0x1b ttread() at ttread+0x315 giant_read() at giant_read+0x64 devfs_read_f() at devfs_read_f+0x6c dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (3, FreeBSD ELF64, read), rip = 0x8008028ec, rsp = 0x7fffffffeda8, rbp = 0x5088c0 --- Tracing command qmail-clean pid 1901 tid 100143 td 0xffffff005863d4c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f pipe_read() at pipe_read+0x3e2 dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (3, FreeBSD ELF64, read), rip = 0x8006885a8, rsp = 0x7fffffffed38, rbp = 0x503ba0 --- Tracing command qmail-rspawn pid 1900 tid 100144 td 0xffffff005863d260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e cv_wait_sig() at cv_wait_sig+0xef kern_select() at kern_select+0xbd4 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800689008, rsp = 0x7fffffffed78, rbp = 0 --- Tracing command qmail-lspawn pid 1899 tid 100193 td 0xffffff005976c000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e cv_wait_sig() at cv_wait_sig+0xef kern_select() at kern_select+0xbd4 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800689008, rsp = 0x7fffffffed58, rbp = 0 --- Tracing command splogger pid 1898 tid 100192 td 0xffffff005976c260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f pipe_read() at pipe_read+0x3e2 dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (3, FreeBSD ELF64, read), rip = 0x8006875a8, rsp = 0x7fffffffed98, rbp = 0x501f60 --- Tracing command qmail-send pid 1888 tid 100217 td 0xffffff00519eb980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x80068f008, rsp = 0x7fffffffecf8, rbp = 0x7fffffffed20 --- Tracing command tcpserver pid 1883 tid 100222 td 0xffffff0051e5abe0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1882 tid 100223 td 0xffffff0051e5a980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1881 tid 100224 td 0xffffff0051e5a720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1880 tid 100225 td 0xffffff0051e5a4c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1879 tid 100226 td 0xffffff0051e5a260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1878 tid 100227 td 0xffffff004fd234c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1877 tid 100228 td 0xffffff004fd23260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1876 tid 100229 td 0xffffff004fd23000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1875 tid 100198 td 0xffffff0051659720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1874 tid 100199 td 0xffffff00516594c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1873 tid 100200 td 0xffffff0051659260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1872 tid 100201 td 0xffffff0051659000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1871 tid 100202 td 0xffffff00529b4be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1870 tid 100203 td 0xffffff00529b4980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1869 tid 100204 td 0xffffff00529b4720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1868 tid 100205 td 0xffffff00529b44c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1867 tid 100206 td 0xffffff00529b4260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1866 tid 100207 td 0xffffff00529b4000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1865 tid 100208 td 0xffffff0058b30be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1864 tid 100209 td 0xffffff0058b30980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1863 tid 100210 td 0xffffff0058b30720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1862 tid 100211 td 0xffffff005354c980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1861 tid 100212 td 0xffffff005354c720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1860 tid 100213 td 0xffffff005354c4c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1859 tid 100182 td 0xffffff00580efbe0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1858 tid 100183 td 0xffffff00580ef980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1857 tid 100184 td 0xffffff00580ef720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1856 tid 100185 td 0xffffff00580ef4c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1855 tid 100186 td 0xffffff00580ef260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1854 tid 100187 td 0xffffff00580ef000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1853 tid 100188 td 0xffffff005976cbe0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1852 tid 100189 td 0xffffff005976c980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1851 tid 100190 td 0xffffff005976c720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1850 tid 100191 td 0xffffff005976c4c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1847 tid 100194 td 0xffffff0056a40be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1846 tid 100195 td 0xffffff0051e5a000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1845 tid 100196 td 0xffffff0051659be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1844 tid 100197 td 0xffffff0051659980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1843 tid 100082 td 0xffffff005b437720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1842 tid 100173 td 0xffffff005521f000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1841 tid 100172 td 0xffffff005521f260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1840 tid 100170 td 0xffffff005521f720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1838 tid 100083 td 0xffffff007b6d4980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1837 tid 100076 td 0xffffff005ba78be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1836 tid 100077 td 0xffffff005b7804c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1835 tid 100078 td 0xffffff005ba784c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1834 tid 100079 td 0xffffff005ba78260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1833 tid 100080 td 0xffffff005b780be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1832 tid 100081 td 0xffffff007b6d4720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1831 tid 100101 td 0xffffff0058802980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1830 tid 100102 td 0xffffff0058802720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1829 tid 100071 td 0xffffff005be61980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1828 tid 100116 td 0xffffff00597ee720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1827 tid 100166 td 0xffffff0056a40260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1826 tid 100167 td 0xffffff0056a40000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1825 tid 100168 td 0xffffff005521fbe0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1824 tid 100169 td 0xffffff005521f980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1823 tid 100067 td 0xffffff005b4374c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1822 tid 100087 td 0xffffff00596c4be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1821 tid 100050 td 0xffffff007b533720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1820 tid 100094 td 0xffffff0057d63980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1819 tid 100095 td 0xffffff0057d63720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1818 tid 100096 td 0xffffff0057d634c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1817 tid 100097 td 0xffffff0057d63260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1815 tid 100099 td 0xffffff0057aa3000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1814 tid 100100 td 0xffffff0058802be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1813 tid 100118 td 0xffffff00597ee260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1812 tid 100119 td 0xffffff00597ee000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1811 tid 100108 td 0xffffff0058de1720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1810 tid 100155 td 0xffffff005812b980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1809 tid 100152 td 0xffffff0058b90260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1808 tid 100142 td 0xffffff005863d720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1807 tid 100141 td 0xffffff005863d980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1806 tid 100140 td 0xffffff005863dbe0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1805 tid 100120 td 0xffffff005980cbe0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1804 tid 100121 td 0xffffff005980c980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1803 tid 100122 td 0xffffff005980c720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1802 tid 100145 td 0xffffff005863d000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec28, rbp = 0x3 --- Tracing command tcpserver pid 1801 tid 100146 td 0xffffff00597eebe0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1800 tid 100139 td 0xffffff00583be000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffec18, rbp = 0x3 --- Tracing command tcpserver pid 1794 tid 100165 td 0xffffff0056a404c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1793 tid 100134 td 0xffffff00583bebe0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1792 tid 100135 td 0xffffff00583be980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1791 tid 100136 td 0xffffff00583be720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1790 tid 100137 td 0xffffff00583be4c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1789 tid 100138 td 0xffffff00583be260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffeca8, rbp = 0x3 --- Tracing command tcpserver pid 1788 tid 100158 td 0xffffff005812b260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1787 tid 100159 td 0xffffff005812b000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1786 tid 100160 td 0xffffff0055e7fbe0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1785 tid 100161 td 0xffffff0055e7f980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1784 tid 100162 td 0xffffff0055e7f720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffeca8, rbp = 0x3 --- Tracing command tcpserver pid 1783 tid 100163 td 0xffffff0056a40980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1782 tid 100164 td 0xffffff0056a40720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1781 tid 100156 td 0xffffff005812b720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1780 tid 100157 td 0xffffff005812b4c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1779 tid 100174 td 0xffffff0057333be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1778 tid 100175 td 0xffffff0057333980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1776 tid 100177 td 0xffffff00573334c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1775 tid 100178 td 0xffffff0057333260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1774 tid 100179 td 0xffffff0058b304c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1773 tid 100109 td 0xffffff0058de14c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1771 tid 100115 td 0xffffff00597ee980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1770 tid 100092 td 0xffffff00596c4000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1769 tid 100107 td 0xffffff0058de1980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1768 tid 100133 td 0xffffff0055e7f000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1767 tid 100111 td 0xffffff0058de1000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1766 tid 100132 td 0xffffff0055e7f260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1765 tid 100131 td 0xffffff0055e7f4c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1764 tid 100124 td 0xffffff005980c260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1763 tid 100105 td 0xffffff0058802000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1762 tid 100147 td 0xffffff0057333000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1761 tid 100128 td 0xffffff0057aa3720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1760 tid 100127 td 0xffffff0057aa3980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1759 tid 100114 td 0xffffff0059ac9720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1758 tid 100181 td 0xffffff0058b30000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1757 tid 100154 td 0xffffff005812bbe0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1756 tid 100150 td 0xffffff0058b90720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1755 tid 100084 td 0xffffff0059ac94c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1754 tid 100180 td 0xffffff0058b30260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecb8, rbp = 0x3 --- Tracing command tcpserver pid 1753 tid 100151 td 0xffffff0058b904c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffeca8, rbp = 0x3 --- Tracing command fserver pid 1747 tid 100129 td 0xffffff0057aa34c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 freebsd32_select() at freebsd32_select+0x3a ia32_syscall() at ia32_syscall+0x1f8 Xint0x80_syscall() at Xint0x80_syscall+0x5d Tracing command tcpserver pid 1742 tid 100103 td 0xffffff00588024c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffeca8, rbp = 0x3 --- Tracing command tcpserver pid 1741 tid 100125 td 0xffffff005980c000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8006903b0, rsp = 0x7fffffffecc8, rbp = 0x3 --- Tracing command cron pid 1708 tid 100153 td 0xffffff0058b90000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b msleep() at msleep+0x302 kern_nanosleep() at kern_nanosleep+0x130 nanosleep() at nanosleep+0x59 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x8007eafac, rsp = 0x7fffffffec38, rbp = 0x4595d6e4 --- Tracing command freshclam pid 1683 tid 100104 td 0xffffff0058802260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f kern_sigsuspend() at kern_sigsuspend+0xb1 sigsuspend() at sigsuspend+0x40 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (341, FreeBSD ELF64, sigsuspend), rip = 0x800c6d450, rsp = 0x7fffffffebd8, rbp = 0x519000 --- Tracing command clamd pid 1678 tid 100112 td 0xffffff0064565260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b msleep() at msleep+0x302 kse_release() at kse_release+0x1da syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (383, FreeBSD ELF64, kse_release), rip = 0x800b06c64, rsp = 0x516f98, rbp = 0x512000 --- Tracing command clamd pid 1678 tid 100282 td 0xffffff0063a604c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x800c6f3b0, rsp = 0x7fffffffe768, rbp = 0x51a000 --- Tracing command clamd pid 1678 tid 100280 td 0xffffff0064565720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b msleep() at msleep+0x302 kse_release() at kse_release+0xe1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (383, FreeBSD ELF64, kse_release), rip = 0x800b06c64, rsp = 0x7fffffbfef58, rbp = 0x1 --- Tracing command httpd pid 1676 tid 100130 td 0xffffff0057aa3260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait() at sleepq_wait+0x5b msleep() at msleep+0x203 acquire() at acquire+0x76 lockmgr() at lockmgr+0x259 VOP_LOCK_APV() at VOP_LOCK_APV+0x49 VOP_LOCK_APV() at VOP_LOCK_APV+0x49 vn_lock() at vn_lock+0x6b vget() at vget+0x96 vfs_hash_get() at vfs_hash_get+0xf1 ffs_vget() at ffs_vget+0x44 ufs_root() at ufs_root+0x1e lookup() at lookup+0xb08 namei() at namei+0x349 vn_open_cred() at vn_open_cred+0x73 kern_open() at kern_open+0xfc open() at open+0x25 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --More-- --- syscall (5, FreeBSD ELF64, open), rip = 0x8008fb578, rsp = 0x7ffffffe6688, rbp = 0xc8aba0 --- Tracing command httpd pid 1675 tid 100123 td 0xffffff005980c4c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f accept1() at accept1+0x4d1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (30, FreeBSD ELF64, accept), rip = 0x8008fb3b0, rsp = 0x7fffffffec38, rbp = 0x55e080 --- Tracing command httpd pid 1672 tid 100106 td 0xffffff0058de1be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f soreceive() at soreceive+0xbfa soo_read() at soo_read+0x58 dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (3, FreeBSD ELF64, read), rip = 0x8008fb5a8, rsp = 0x7fffffffcb08, rbp = 0x55e080 --- Tracing command httpd pid 1671 tid 100093 td 0xffffff0057d63be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait() at sleepq_wait+0x5b msleep() at msleep+0x203 bwait() at bwait+0x5d bufwait() at bufwait+0x2d breadn() at breadn+0x418 bread() at bread+0x1e ffs_vget() at ffs_vget+0x243 ufs_lookup() at ufs_lookup+0x839 VOP_CACHEDLOOKUP_APV() at VOP_CACHEDLOOKUP_APV+0x3a vfs_cache_lookup() at vfs_cache_lookup+0xf0 VOP_LOOKUP_APV() at VOP_LOOKUP_APV+0x3e lookup() at lookup+0x50d namei() at namei+0x349 kern_stat() at kern_stat+0x55 stat() at stat+0x2a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (188, FreeBSD ELF64, stat), rip = 0x8008fac00, rsp = 0x7fffffffec18, rbp = 0x5a2388 --- --More-- Tracing command httpd pid 1670 tid 100117 td 0xffffff00597ee4c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f soreceive() at soreceive+0xbfa soo_read() at soo_read+0x58 dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (3, FreeBSD ELF64, read), rip = 0x8008fb5a8, rsp = 0x7fffffffcbc8, rbp = 0x55e080 --- Tracing command httpd pid 1669 tid 100089 td 0xffffff00596c4720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f soreceive() at soreceive+0xbfa soo_read() at soo_read+0x58 dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (3, FreeBSD ELF64, read), rip = 0x8008fb5a8, rsp = 0x7fffffffcbc8, rbp = 0x55e080 --- Tracing command httpd pid 1668 tid 100090 td 0xffffff00596c44c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f soreceive() at soreceive+0xbfa soo_read() at soo_read+0x58 dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (3, FreeBSD ELF64, read), rip = 0x8008fb5a8, rsp = 0x7fffffffcbc8, rbp = 0x55e080 --- Tracing command httpd pid 1667 tid 100091 td 0xffffff00596c4260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait() at sleepq_wait+0x5b msleep() at msleep+0x203 bwait() at bwait+0x5d bufwait() at bufwait+0x2d bufwrite() at bufwrite+0x158 ffs_update() at ffs_update+0x317 ffs_truncate() at ffs_truncate+0x848 ufs_setattr() at ufs_setattr+0x3c8 VOP_SETATTR_APV() at VOP_SETATTR_APV+0x55 kern_open() at kern_open+0x77e open() at open+0x25 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (5, FreeBSD ELF64, open), rip = 0x8008fb578, rsp = 0x7ffffffefda8, rbp = 0 --- Tracing command cvsupd pid 1660 tid 100110 td 0xffffff0058de1260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e cv_wait_sig() at cv_wait_sig+0xef kern_select() at kern_select+0xbd4 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800977008, rsp = 0x6bf8b0, rbp = 0x6bf938 --- Tracing command sshd pid 1646 tid 100126 td 0xffffff0057aa3be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e cv_wait_sig() at cv_wait_sig+0xef kern_select() at kern_select+0xbd4 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x80157186c, rsp = 0x7fffffffde28, rbp = 0x5371c0 --- Tracing command httpd pid 1640 tid 100148 td 0xffffff0058b90be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x8008fb008, rsp = 0x7fffffffed88, rbp = 0xc --- Tracing command nnrpd pid 1636 tid 100088 td 0xffffff00596c4980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800fd4008, rsp = 0x7fffffffe808, rbp = 0 --- Tracing command perl pid 1634 tid 100171 td 0xffffff005521f4c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f soreceive() at soreceive+0xbfa soo_read() at soo_read+0x58 dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (3, FreeBSD ELF64, read), rip = 0x800bf35a8, rsp = 0x7fffffffca48, rbp = 0x800d729c0 --- Tracing command usbd pid 1529 tid 100086 td 0xffffff0059ac9000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x8006f486c, rsp = 0x7fffffffec88, rbp = 0x1e --- Tracing command ntpd pid 1509 tid 100066 td 0xffffff005b437260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e cv_wait_sig() at cv_wait_sig+0xef kern_select() at kern_select+0xbd4 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800b9d86c, rsp = 0x7fffffffed28, rbp = 0 --- Tracing command sh pid 1496 tid 100068 td 0xffffff007b8f4be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f kern_wait() at kern_wait+0x5c8 wait4() at wait4+0x38 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (7, FreeBSD ELF64, wait4), rip = 0x80091db8c, rsp = 0x7fffffffd6f8, rbp = 0 --- Tracing command sh pid 1475 tid 100053 td 0xffffff007b533000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f kern_wait() at kern_wait+0x5c8 wait4() at wait4+0x38 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (7, FreeBSD ELF64, wait4), rip = 0x80091db8c, rsp = 0x7fffffffe888, rbp = 0x5ac --- Tracing command innd pid 1474 tid 100072 td 0xffffff005be61720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800c4f008, rsp = 0x7fffffffea78, rbp = 0x59dd70 --- Tracing command spamd pid 1439 tid 100074 td 0xffffff005be61260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f pipe_read() at pipe_read+0x3e2 dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (3, FreeBSD ELF64, read), rip = 0x80068e5a8, rsp = 0x7fffffffe3f8, rbp = 0xffffffffffffffff --- Tracing command spamd pid 1437 tid 100065 td 0xffffff007b6d4be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x80068e008, rsp = 0x7fffffffed28, rbp = 0x320 --- Tracing command spamd pid 1436 tid 100064 td 0xffffff005b437000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b msleep() at msleep+0x302 kern_nanosleep() at kern_nanosleep+0x130 nanosleep() at nanosleep+0x59 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x80068d930, rsp = 0x7fffffffecb8, rbp = 0x5 --- Tracing command proftpd pid 1429 tid 100069 td 0xffffff007b6d4260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800b30008, rsp = 0x7fffffffebc8, rbp = 0x7fffffffec10 --- Tracing command winbindd pid 1428 tid 100070 td 0xffffff005be61be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e cv_wait_sig() at cv_wait_sig+0xef kern_select() at kern_select+0xbd4 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x8016bd008, rsp = 0x7fffffffcfd8, rbp = 0xb --- Tracing command winbindd pid 1423 tid 100075 td 0xffffff005be61000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x8016bd008, rsp = 0x7fffffffe648, rbp = 0xe --- Tracing command smbd pid 1422 tid 100035 td 0xffffff007b8f4260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f kern_sigsuspend() at kern_sigsuspend+0xb1 sigsuspend() at sigsuspend+0x40 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (341, FreeBSD ELF64, sigsuspend), rip = 0x801b3f450, rsp = 0x7fffffffeb78, rbp = 0x4 --- Tracing command smbd pid 1418 tid 100052 td 0xffffff007b533260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e cv_wait_sig() at cv_wait_sig+0xef kern_select() at kern_select+0xbd4 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x801b40008, rsp = 0x7fffffffd918, rbp = 0x15 --- Tracing command nmbd pid 1414 tid 100051 td 0xffffff007b5334c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x8015b1008, rsp = 0x7fffffffe658, rbp = 0xb --- Tracing command mysqld pid 1400 tid 100062 td 0xffffff0063a60260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b msleep() at msleep+0x302 kse_release() at kse_release+0x1da syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (383, FreeBSD ELF64, kse_release), rip = 0x80105cc64, rsp = 0x973f98, rbp = 0x96f000 --- Tracing command mysqld pid 1400 tid 100046 td 0xffffff0063a60be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e cv_wait_sig() at cv_wait_sig+0xef kern_select() at kern_select+0xbd4 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x8011c5008, rsp = 0x7fffffffe728, rbp = 0x977000 --- Tracing command mysqld pid 1400 tid 100057 td 0xffffff005ba78720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f kern_sigtimedwait() at kern_sigtimedwait+0x218 sigtimedwait() at sigtimedwait+0xb0 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (345, FreeBSD ELF64, sigtimedwait), rip = 0x80105ccdc, rsp = 0x7ffffebf6ea8, rbp = 0x2823800 --- Tracing command mysqld pid 1400 tid 100056 td 0xffffff007b8f4720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b msleep() at msleep+0x302 kse_release() at kse_release+0xe1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (383, FreeBSD ELF64, kse_release), rip = 0x80105cc64, rsp = 0x7fffffbfef58, rbp = 0x1 --- Tracing command sh pid 1373 tid 100045 td 0xffffff007b6d44c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f kern_wait() at kern_wait+0x5c8 wait4() at wait4+0x38 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (7, FreeBSD ELF64, wait4), rip = 0x80091db8c, rsp = 0x7fffffffe478, rbp = 0x55b --- Tracing command apcupsd pid 1363 tid 100054 td 0xffffff0063a60000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b msleep() at msleep+0x302 kse_release() at kse_release+0x1da syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (383, FreeBSD ELF64, kse_release), rip = 0x800f07c64, rsp = 0x55af98, rbp = 0x556000 --- Tracing command apcupsd pid 1363 tid 100061 td 0xffffff005b780000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x801070008, rsp = 0x7fffffffea68, rbp = 0x55e000 --- Tracing command apcupsd pid 1363 tid 100060 td 0xffffff005b437be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e cv_wait_sig() at cv_wait_sig+0xef kern_select() at kern_select+0xbd4 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x801070008, rsp = 0x7fffff9fde08, rbp = 0x55ec00 --- Tracing command apcupsd pid 1363 tid 100059 td 0xffffff005ba78000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b msleep() at msleep+0x302 kse_release() at kse_release+0xe1 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (383, FreeBSD ELF64, kse_release), rip = 0x800f07c64, rsp = 0x7fffffbfef58, rbp = 0x1 --- Tracing command named pid 1311 tid 100048 td 0xffffff007b533be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait_sig() at sleepq_timedwait_sig+0x2b cv_timedwait_sig() at cv_timedwait_sig+0xfd kern_select() at kern_select+0x714 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x800a9086c, rsp = 0x7fffffffec08, rbp = 0 --- Tracing command syslogd pid 1229 tid 100055 td 0xffffff007b8f4980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait() at sleepq_wait+0x5b msleep() at msleep+0x203 bwait() at bwait+0x5d bufwait() at bufwait+0x2d bufwrite() at bufwrite+0x158 ffs_update() at ffs_update+0x317 ffs_fsync() at ffs_fsync+0x18 VOP_FSYNC_APV() at VOP_FSYNC_APV+0x3d fsync() at fsync+0x13a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (95, FreeBSD ELF64, fsync), rip = 0x800802a5c, rsp = 0x7fffffffd948, rbp = 0x510090 --- Tracing command devd pid 1173 tid 100047 td 0xffffff007b6d4000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e cv_wait_sig() at cv_wait_sig+0xef kern_select() at kern_select+0xbd4 select() at select+0x3e syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (93, FreeBSD ELF64, select), rip = 0x43273c, rsp = 0x7fffffffe948, rbp = 0x7fffffffe970 --- Tracing command adjkerntz pid 134 tid 100049 td 0xffffff007b533980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f kern_sigsuspend() at kern_sigsuspend+0xb1 sigsuspend() at sigsuspend+0x40 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (341, FreeBSD ELF64, sigsuspend), rip = 0x80067a32c, rsp = 0x7fffffffed28, rbp = 0x4650 --- Tracing command schedcpu pid 43 tid 100037 td 0xffffff007b873be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait() at sleepq_timedwait+0x5b msleep() at msleep+0x401 schedcpu_thread() at schedcpu_thread+0x200 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1c32d00, rbp = 0 --- Tracing command nfsiod 3 pid 42 tid 100038 td 0xffffff007b873980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f nfssvc_iod() at nfssvc_iod+0xfc fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1c2dd00, rbp = 0 --- Tracing command nfsiod 2 pid 41 tid 100039 td 0xffffff007b873720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f nfssvc_iod() at nfssvc_iod+0xfc fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1c28d00, rbp = 0 --- Tracing command nfsiod 1 pid 40 tid 100040 td 0xffffff007b8734c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f nfssvc_iod() at nfssvc_iod+0xfc fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1c23d00, rbp = 0 --- Tracing command nfsiod 0 pid 39 tid 100041 td 0xffffff007b873260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f nfssvc_iod() at nfssvc_iod+0xfc fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1c1ed00, rbp = 0 --- Tracing command softdepflush pid 38 tid 100042 td 0xffffff007b873000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait() at sleepq_timedwait+0x5b msleep() at msleep+0x401 softdep_flush() at softdep_flush+0x3be fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1c19d00, rbp = 0 --- Tracing command syncer pid 37 tid 100043 td 0xffffff007ba22be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait() at sleepq_wait+0x5b msleep() at msleep+0x203 sched_sync() at sched_sync+0x727 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b87d00, rbp = 0 --- Tracing command vnlru pid 36 tid 100044 td 0xffffff007ba22980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait() at sleepq_timedwait+0x5b msleep() at msleep+0x401 vnlru_proc() at vnlru_proc+0x68c fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b82d00, rbp = 0 --- Tracing command bufdaemon pid 35 tid 100026 td 0xffffff007ba22260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait() at sleepq_timedwait+0x5b msleep() at msleep+0x401 buf_daemon() at buf_daemon+0x186 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b73d00, rbp = 0 --- Tracing command pagezero pid 34 tid 100027 td 0xffffff007ba22000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait() at sleepq_timedwait+0x5b msleep() at msleep+0x401 vm_pagezero() at vm_pagezero+0x90 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b6ed00, rbp = 0 --- Tracing command vmdaemon pid 33 tid 100028 td 0xffffff007ba21be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait() at sleepq_wait+0x5b msleep() at msleep+0x203 vm_daemon() at vm_daemon+0x63 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b69d00, rbp = 0 --- Tracing command pagedaemon pid 32 tid 100029 td 0xffffff007ba21980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait() at sleepq_timedwait+0x5b msleep() at msleep+0x401 vm_pageout() at vm_pageout+0x358 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b64d00, rbp = 0 --- Tracing command fdc0 pid 31 tid 100030 td 0xffffff007ba21720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait() at sleepq_timedwait+0x5b msleep() at msleep+0x401 fdc_thread() at fdc_thread+0x2b3 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b5fd00, rbp = 0 --- Tracing command swi0: sio pid 30 tid 100031 td 0xffffff007ba214c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a ithread_loop() at ithread_loop+0x3d4 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b5ad00, rbp = 0 --- Tracing command irq12: psm0 pid 29 tid 100032 td 0xffffff007ba21260 fork_trampoline() at fork_trampoline Tracing command irq1: atkbd0 pid 28 tid 100033 td 0xffffff007ba21000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a ithread_loop() at ithread_loop+0x3d4 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b50d00, rbp = 0 --- Tracing command irq15: ata1 pid 27 tid 100034 td 0xffffff007b8f44c0 fork_trampoline() at fork_trampoline Tracing command irq14: ata0 pid 26 tid 100018 td 0xffffff007ba134c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a ithread_loop() at ithread_loop+0x3d4 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b3cd00, rbp = 0 --- Tracing command irq10: atapci0 pid 25 tid 100019 td 0xffffff007ba13260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a ithread_loop() at ithread_loop+0x3d4 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b37d00, rbp = 0 --- Tracing command irq11: xl0 bge0 pid 24 tid 100020 td 0xffffff007ba13000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a ithread_loop() at ithread_loop+0x3d4 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b32d00, rbp = 0 --- Tracing command usb1 pid 23 tid 100021 td 0xffffff007ba12be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait() at sleepq_timedwait+0x5b msleep() at msleep+0x401 usb_event_thread() at usb_event_thread+0x8b fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b2dd00, rbp = 0 --- Tracing command usbtask pid 22 tid 100022 td 0xffffff007ba12980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait() at sleepq_wait+0x5b msleep() at msleep+0x203 usb_task_thread() at usb_task_thread+0xaf fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b28d00, rbp = 0 --- Tracing command usb0 pid 21 tid 100023 td 0xffffff007ba12720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait() at sleepq_timedwait+0x5b msleep() at msleep+0x401 usb_event_thread() at usb_event_thread+0x8b fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b23d00, rbp = 0 --- Tracing command irq9: fwohci0+++ pid 20 tid 100024 td 0xffffff007ba22720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a ithread_loop() at ithread_loop+0x3d4 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b7dd00, rbp = 0 --- Tracing command swi6: task queue pid 19 tid 100025 td 0xffffff007ba224c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a ithread_loop() at ithread_loop+0x3d4 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b78d00, rbp = 0 --- Tracing command swi6: + pid 18 tid 100011 td 0xffffff007ba4e980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a ithread_loop() at ithread_loop+0x3d4 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b0ad00, rbp = 0 --- Tracing command thread taskq pid 9 tid 100012 td 0xffffff007ba4e720 device_attach() at device_attach+0x22 bus_generic_attach() at bus_generic_attach+0x18 ata_identify() at ata_identify+0xea ata_sata_phy_event() at ata_sata_phy_event+0xe2 taskqueue_run() at taskqueue_run+0x7b taskqueue_thread_loop() at taskqueue_thread_loop+0x38 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b05d00, rbp = 0 --- Tracing command swi5: + pid 17 tid 100013 td 0xffffff007ba4e4c0 fork_trampoline() at fork_trampoline Tracing command swi2: cambio pid 16 tid 100014 td 0xffffff007ba4e260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a ithread_loop() at ithread_loop+0x3d4 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1afbd00, rbp = 0 --- Tracing command acpi_task2 pid 8 tid 100015 td 0xffffff007ba13be0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait() at sleepq_wait+0x5b msleep() at msleep+0x203 taskqueue_thread_loop() at taskqueue_thread_loop+0x52 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b4bd00, rbp = 0 --- Tracing command acpi_task1 pid 7 tid 100016 td 0xffffff007ba13980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait() at sleepq_wait+0x5b msleep() at msleep+0x203 taskqueue_thread_loop() at taskqueue_thread_loop+0x52 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b46d00, rbp = 0 --- Tracing command acpi_task0 pid 6 tid 100017 td 0xffffff007ba13720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait() at sleepq_wait+0x5b msleep() at msleep+0x203 taskqueue_thread_loop() at taskqueue_thread_loop+0x52 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b41d00, rbp = 0 --- Tracing command kqueue taskq pid 5 tid 100005 td 0xffffff007ba4d260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait() at sleepq_wait+0x5b msleep() at msleep+0x203 taskqueue_thread_loop() at taskqueue_thread_loop+0x52 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1addd00, rbp = 0 --- Tracing command yarrow pid 15 tid 100006 td 0xffffff007ba4d000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait() at sleepq_timedwait+0x5b msleep() at msleep+0x401 random_kthread() at random_kthread+0x21c fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1ad8d00, rbp = 0 --- Tracing command g_down pid 4 tid 100007 td 0xffffff007ba124c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait() at sleepq_timedwait+0x5b msleep() at msleep+0x401 g_io_schedule_down() at g_io_schedule_down+0x16a g_down_procbody() at g_down_procbody+0x90 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b1ed00, rbp = 0 --- Tracing command g_up pid 3 tid 100008 td 0xffffff007ba12260 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait() at sleepq_timedwait+0x5b msleep() at msleep+0x401 g_io_schedule_up() at g_io_schedule_up+0xe9 g_up_procbody() at g_up_procbody+0x90 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b19d00, rbp = 0 --- Tracing command g_event pid 2 tid 100009 td 0xffffff007ba12000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_timedwait() at sleepq_timedwait+0x5b msleep() at msleep+0x401 g_event_procbody() at g_event_procbody+0xcf fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1b14d00, rbp = 0 --- Tracing command swi3: vm pid 14 tid 100010 td 0xffffff007ba4ebe0 fork_trampoline() at fork_trampoline Tracing command swi4: clock sio pid 13 tid 100000 td 0xffffff007ba4e000 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a ithread_loop() at ithread_loop+0x3d4 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1af6d00, rbp = 0 --- Tracing command swi1: net pid 12 tid 100001 td 0xffffff007ba4dbe0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a ithread_loop() at ithread_loop+0x3d4 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1af1d00, rbp = 0 --- Tracing command idle: cpu0 pid 11 tid 100002 td 0xffffff007ba4d980 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a idle_proc() at idle_proc+0x113 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1aecd00, rbp = 0 --- Tracing command init pid 1 tid 100003 td 0xffffff007ba4d720 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait_sig() at sleepq_wait_sig+0x1e msleep() at msleep+0x38f kern_wait() at kern_wait+0x5c8 wait4() at wait4+0x38 syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (7, FreeBSD ELF64, wait4), rip = 0x40c2bc, rsp = 0x7fffffffed28, rbp = 0x7fffffffeea0 --- Tracing command ktrace pid 10 tid 100004 td 0xffffff007ba4d4c0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a sleepq_wait() at sleepq_wait+0x5b cv_wait() at cv_wait+0xed ktr_loop() at ktr_loop+0x77 fork_exit() at fork_exit+0x86 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffb1ae2d00, rbp = 0 --- Tracing command swapper pid 0 tid 0 td 0xffffffff8061aae0 sched_switch() at sched_switch+0x11f mi_switch() at mi_switch+0x14a scheduler() at scheduler+0x504 mi_startup() at mi_startup+0xd3 btext() at btext+0x2c db> ps pid proc uid ppid pgrp flag stat wmesg wchan cmd 2617 ffffff00506a19c0 80 1640 1640 0000100 [SLPQ accept 0xffffff0057f192c6][SLP] httpd 2616 ffffff00528a6680 80 1640 1640 0000100 [SLPQ accept 0xffffff0057f192c6][SLP] httpd 2615 ffffff006247d340 80 1640 1640 0000100 [SLPQ accept 0xffffff0057f192c6][SLP] httpd 2614 ffffff00630da000 8 1474 1474 0004000 [SLPQ select 0xffffffff8062bf90][SLP] nnrpd 2613 ffffff0061637680 8 1474 1474 0004000 [SLPQ getblk 0xffffffff9fa9b7d8][SLP] nnrpd 2612 ffffff0058914340 8 1474 1474 0004000 [SLPQ select 0xffffffff8062bf90][SLP] nnrpd 2598 ffffff004ee42680 8 1474 1474 0004000 [SLPQ select 0xffffffff8062bf90][SLP] nnrpd 2581 ffffff0051fcc9c0 8 1474 1474 0004000 [SLPQ select 0xffffffff8062bf90][SLP] nnrpd 2542 ffffff006247d680 80 1640 1640 0000100 [SLPQ vnread 0xffffffff9fa26658][SLP] httpd 2540 ffffff0051fcc680 80 1640 1640 0000100 [SLPQ biowr 0xffffffff9fe6ad48][SLP] httpd 2469 ffffff00630da340 8 1474 1474 0004000 [SLPQ select 0xffffffff8062bf90][SLP] nnrpd 2428 ffffff004d23f340 8 1474 1474 0004000 [SLPQ select 0xffffffff8062bf90][SLP] nnrpd 2376 ffffff006195f000 8 1474 1474 0004000 [SLPQ select 0xffffffff8062bf90][SLP] nnrpd 2371 ffffff006311e000 8 1474 1474 0004000 [SLPQ select 0xffffffff8062bf90][SLP] nnrpd 2339 ffffff006247d9c0 8 1474 1474 0004000 [SLPQ select 0xffffffff8062bf90][SLP] nnrpd 2336 ffffff005028b000 8 1474 1474 0004000 [SLPQ select 0xffffffff8062bf90][SLP] nnrpd 2318 ffffff006311e340 8 1474 1474 0004000 [SLPQ select 0xffffffff8062bf90][SLP] nnrpd 2287 ffffff006311e680 8 1474 1474 0004000 [SLPQ select 0xffffffff8062bf90][SLP] nnrpd 2238 ffffff00506a1000 8 1474 1474 0004000 [SLPQ select 0xffffffff8062bf90][SLP] nnrpd --More-- 2197 ffffff005028b9c0 8 1474 1474 0004000 [SLPQ select 0xffffffff8062bf90][SLP] nnrpd 2192 ffffff004ee42340 1000 2191 2192 0004002 [SLPQ ttyin 0xffffff007afb8010][SLP] csh 2191 ffffff005028b340 1000 2182 2182 0000100 [SLPQ select 0xffffffff8062bf90][SLP] sshd 2182 ffffff0051a05000 0 1646 2182 0004100 [SLPQ sbwait 0xffffff004b564870][SLP] sshd 2181 ffffff0051a05340 8 1474 1474 0004000 [SLPQ select 0xffffffff8062bf90][SLP] nnrpd 2165 ffffff0051969340 8 1474 1474 0004000 [SLPQ select 0xffffffff8062bf90][SLP] nnrpd 2147 ffffff005c044340 8 1496 1452 0004000 [SLPQ nanslp 0xffffffff8061efa0][SLP] sleep 1994 ffffff00528a69c0 0 1951 1994 0004002 [SLPQ physrd 0xffffffff9fa25af0][SLP] dd 1990 ffffff004ee42000 0 1423 1423 0000001 [SLPQ select 0xffffffff8062bf90][SLP] winbindd 1975 ffffff0051a05680 8 1474 1474 0004000 [SLPQ select 0xffffffff8062bf90][SLP] nnrpd 1959 ffffff004ee429c0 80 1640 1640 0000100 [SLPQ accept 0xffffff0057f192c6][SLP] httpd 1955 ffffff0051a059c0 80 1640 1640 0000100 [SLPQ vnread 0xffffffff9fa25d38][SLP] httpd 1951 ffffff00519699c0 0 1946 1951 0004002 [SLPQ pause 0xffffff0051969a28][SLP] csh 1948 ffffff005028b680 8 1474 1474 0004000 [SLPQ select 0xffffffff8062bf90][SLP] nnrpd 1946 ffffff0051fcc000 0 1 1946 0004102 [SLPQ wait 0xffffff0051fcc000][SLP] login 1945 ffffff007b910000 0 1 1945 0004002 [SLPQ ttyin 0xffffff007b5b2c10][SLP] getty 1944 ffffff00506fb680 0 1 1944 0004002 [SLPQ ttyin 0xffffff007b5b3010][SLP] getty 1943 ffffff0059909000 0 1 1943 0004002 [SLPQ ttyin 0xffffff007b5b3410][SLP] getty 1942 ffffff00506fb000 0 1 1942 0004002 [SLPQ ttyin 0xffffff0000b8a010][SLP] getty 1941 ffffff004d23f000 0 1 1941 0004002 [SLPQ ttyin 0xffffff0000b8b010][SLP] getty --More-- 1940 ffffff00581a0680 0 1 1940 0004002 [SLPQ ttyin 0xffffff0000b6cc10][SLP] getty 1939 ffffff0052b6d9c0 0 1 1939 0004002 [SLPQ ttyin 0xffffff0000b68410][SLP] getty 1938 ffffff00506fb9c0 0 1 1938 0004002 [SLPQ ttyin 0xffffff0000b6a810][SLP] getty 1901 ffffff00595269c0 85 1888 44 0004002 [SLPQ piperd 0xffffff00589ff900][SLP] qmail-clean 1900 ffffff00587e7000 86 1888 44 0004002 [SLPQ select 0xffffffff8062bf90][SLP] qmail-rspawn 1899 ffffff0051033340 0 1888 44 0004002 [SLPQ select 0xffffffff8062bf90][SLP] qmail-lspawn 1898 ffffff0051033000 83 1888 44 0004002 [SLPQ piperd 0xffffff0050e2f900][SLP] splogger 1888 ffffff00506fb340 87 1 44 0004002 [SLPQ select 0xffffffff8062bf90][SLP] qmail-send 1883 ffffff004d23f680 89 1 44 0004102 [SLPQ accept 0xffffff0053a822c6][SLP] tcpserver 1882 ffffff004d23f9c0 89 1 44 0004102 [SLPQ accept 0xffffff00521d2796][SLP] tcpserver 1881 ffffff004ec40000 89 1 44 0004102 [SLPQ accept 0xffffff00521d252e][SLP] tcpserver 1880 ffffff004ec40340 89 1 44 0004102 [SLPQ accept 0xffffff005327c9fe][SLP] tcpserver 1879 ffffff004ec40680 89 1 44 0004102 [SLPQ accept 0xffffff0050d1505e][SLP] tcpserver 1878 ffffff004ec409c0 89 1 44 0004102 [SLPQ accept 0xffffff004e2ffc66][SLP] tcpserver 1877 ffffff00528a6000 89 1 44 0004102 [SLPQ accept 0xffffff004e2ff9fe][SLP] tcpserver 1876 ffffff00528a6340 89 1 44 0004102 [SLPQ accept 0xffffff00521d29fe][SLP] tcpserver 1875 ffffff005117b680 89 1 44 0004102 [SLPQ accept 0xffffff00521d2c66][SLP] tcpserver 1874 ffffff005117b9c0 89 1 44 0004102 [SLPQ accept 0xffffff00525f69fe][SLP] tcpserver 1873 ffffff0052de6000 89 1 44 0004102 [SLPQ accept 0xffffff0050d1552e][SLP] tcpserver 1872 ffffff0052de6340 89 1 44 0004102 [SLPQ accept 0xffffff0050d15796][SLP] tcpserver --More-- 1871 ffffff0052de6680 89 1 44 0004102 [SLPQ accept 0xffffff00504f352e][SLP] tcpserver 1870 ffffff0052de69c0 89 1 44 0004102 [SLPQ accept 0xffffff00504f3796][SLP] tcpserver 1869 ffffff00530a9000 89 1 44 0004102 [SLPQ accept 0xffffff0050d152c6][SLP] tcpserver 1868 ffffff00530a9340 89 1 44 0004102 [SLPQ accept 0xffffff00525f605e][SLP] tcpserver 1867 ffffff00530a9680 89 1 44 0004102 [SLPQ accept 0xffffff0050d15c66][SLP] tcpserver 1866 ffffff00530a99c0 89 1 44 0004102 [SLPQ accept 0xffffff0050d159fe][SLP] tcpserver 1865 ffffff00536ca000 89 1 44 0004102 [SLPQ accept 0xffffff00504f39fe][SLP] tcpserver 1864 ffffff00536ca340 89 1 44 0004102 [SLPQ accept 0xffffff00525f6796][SLP] tcpserver 1863 ffffff00536ca680 89 1 44 0004102 [SLPQ accept 0xffffff00525f652e][SLP] tcpserver 1862 ffffff00536ca9c0 89 1 44 0004102 [SLPQ accept 0xffffff00525f62c6][SLP] tcpserver 1861 ffffff0052b6d000 89 1 44 0004102 [SLPQ accept 0xffffff004e2ff52e][SLP] tcpserver 1860 ffffff0052b6d340 89 1 44 0004102 [SLPQ accept 0xffffff004e2ff796][SLP] tcpserver 1859 ffffff0058d11680 89 1 44 0004102 [SLPQ accept 0xffffff00504f3c66][SLP] tcpserver 1858 ffffff0058d119c0 89 1 44 0004102 [SLPQ accept 0xffffff0051ef405e][SLP] tcpserver 1857 ffffff0052a91000 89 1 44 0004102 [SLPQ accept 0xffffff004fe80c66][SLP] tcpserver 1856 ffffff0052a91340 89 1 44 0004102 [SLPQ accept 0xffffff0051ec105e][SLP] tcpserver 1855 ffffff0052a91680 89 1 44 0004102 [SLPQ accept 0xffffff0051ec12c6][SLP] tcpserver 1854 ffffff0052a919c0 89 1 44 0004102 [SLPQ accept 0xffffff0051ec152e][SLP] tcpserver 1853 ffffff0052c12000 89 1 44 0004102 [SLPQ accept 0xffffff0051ec1796][SLP] tcpserver 1852 ffffff0052c12340 89 1 44 0004102 [SLPQ accept 0xffffff0051ec19fe][SLP] tcpserver --More-- 1851 ffffff0052c12680 89 1 44 0004102 [SLPQ accept 0xffffff0051ec1c66][SLP] tcpserver 1850 ffffff0052c129c0 89 1 44 0004102 [SLPQ accept 0xffffff0051ef42c6][SLP] tcpserver 1847 ffffff0051033680 89 1 44 0004102 [SLPQ accept 0xffffff005345a2c6][SLP] tcpserver 1846 ffffff00510339c0 89 1 44 0004102 [SLPQ accept 0xffffff00518a0796][SLP] tcpserver 1845 ffffff005117b000 89 1 44 0004102 [SLPQ accept 0xffffff0052fc12c6][SLP] tcpserver 1844 ffffff005117b340 89 1 44 0004102 [SLPQ accept 0xffffff0053946796][SLP] tcpserver 1843 ffffff0058ee1680 89 1 44 0004102 [SLPQ accept 0xffffff00539469fe][SLP] tcpserver 1842 ffffff00596c8340 89 1 44 0004102 [SLPQ accept 0xffffff004fe8005e][SLP] tcpserver 1841 ffffff00596c8000 89 1 44 0004102 [SLPQ accept 0xffffff004fe802c6][SLP] tcpserver 1840 ffffff0058787680 89 1 44 0004102 [SLPQ accept 0xffffff004fe8052e][SLP] tcpserver 1838 ffffff0058ee19c0 89 1 44 0004102 [SLPQ accept 0xffffff0052fc152e][SLP] tcpserver 1837 ffffff00587c0000 89 1 44 0004102 [SLPQ accept 0xffffff0052fc19fe][SLP] tcpserver 1836 ffffff00587c0340 89 1 44 0004102 [SLPQ accept 0xffffff004fe80796][SLP] tcpserver 1835 ffffff00587c0680 89 1 44 0004102 [SLPQ accept 0xffffff005345a05e][SLP] tcpserver 1834 ffffff00587c09c0 89 1 44 0004102 [SLPQ accept 0xffffff004fe809fe][SLP] tcpserver 1833 ffffff0058ee1000 89 1 44 0004102 [SLPQ accept 0xffffff0053946c66][SLP] tcpserver 1832 ffffff0058ee1340 89 1 44 0004102 [SLPQ accept 0xffffff005492452e][SLP] tcpserver 1831 ffffff0059586340 89 1 44 0004102 [SLPQ accept 0xffffff00530672c6][SLP] tcpserver 1830 ffffff0059586680 89 1 44 0004102 [SLPQ accept 0xffffff005394652e][SLP] tcpserver 1829 ffffff005a59f9c0 89 1 44 0004102 [SLPQ accept 0xffffff00549242c6][SLP] tcpserver --More-- 1828 ffffff0058dd1000 89 1 44 0004102 [SLPQ accept 0xffffff00518a0c66][SLP] tcpserver 1827 ffffff0058d21680 89 1 44 0004102 [SLPQ accept 0xffffff0053067796][SLP] tcpserver 1826 ffffff0058d219c0 89 1 44 0004102 [SLPQ accept 0xffffff005306752e][SLP] tcpserver 1825 ffffff0058787000 89 1 44 0004102 [SLPQ accept 0xffffff0052fc1c66][SLP] tcpserver 1824 ffffff0058787340 89 1 44 0004102 [SLPQ accept 0xffffff0053b8505e][SLP] tcpserver 1823 ffffff005b69c9c0 89 1 44 0004102 [SLPQ accept 0xffffff00530679fe][SLP] tcpserver 1822 ffffff0058be29c0 89 1 44 0004102 [SLPQ accept 0xffffff0053067c66][SLP] tcpserver 1821 ffffff00456cf680 89 1 44 0004102 [SLPQ accept 0xffffff0053b852c6][SLP] tcpserver 1820 ffffff005869d680 89 1 44 0004102 [SLPQ accept 0xffffff004e2ff05e][SLP] tcpserver 1819 ffffff005869d9c0 89 1 44 0004102 [SLPQ accept 0xffffff0053b8552e][SLP] tcpserver 1818 ffffff00581a0000 89 1 44 0004102 [SLPQ accept 0xffffff004e2ff2c6][SLP] tcpserver 1817 ffffff00581a0340 89 1 44 0004102 [SLPQ accept 0xffffff0053b85796][SLP] tcpserver 1815 ffffff00581a09c0 89 1 44 0004102 [SLPQ accept 0xffffff0052fc1796][SLP] tcpserver 1814 ffffff0059586000 89 1 44 0004102 [SLPQ accept 0xffffff0053b859fe][SLP] tcpserver 1813 ffffff0058dd1680 89 1 44 0004102 [SLPQ accept 0xffffff0053b85c66][SLP] tcpserver 1812 ffffff0058dd19c0 89 1 44 0004102 [SLPQ accept 0xffffff0052fc105e][SLP] tcpserver 1811 ffffff0058827000 89 1 44 0004102 [SLPQ accept 0xffffff005327c2c6][SLP] tcpserver 1810 ffffff005807a9c0 89 1 44 0004102 [SLPQ accept 0xffffff005327c52e][SLP] tcpserver 1809 ffffff005807a000 89 1 44 0004102 [SLPQ accept 0xffffff005327c796][SLP] tcpserver 1808 ffffff0059526680 89 1 44 0004102 [SLPQ accept 0xffffff005394605e][SLP] tcpserver --More-- 1807 ffffff0059526340 89 1 44 0004102 [SLPQ accept 0xffffff005327cc66][SLP] tcpserver 1806 ffffff0059526000 89 1 44 0004102 [SLPQ accept 0xffffff00518a005e][SLP] tcpserver 1805 ffffff0057af8000 89 1 44 0004102 [SLPQ accept 0xffffff00518a02c6][SLP] tcpserver 1804 ffffff0057af8340 89 1 44 0004102 [SLPQ accept 0xffffff00518a052e][SLP] tcpserver 1803 ffffff0057af8680 89 1 44 0004102 [SLPQ accept 0xffffff00539462c6][SLP] tcpserver 1802 ffffff00587e7340 89 1 44 0004102 [SLPQ accept 0xffffff005345a9fe][SLP] tcpserver 1801 ffffff00587e7680 89 1 44 0004102 [SLPQ accept 0xffffff00518a09fe][SLP] tcpserver 1800 ffffff00599859c0 89 1 44 0004102 [SLPQ accept 0xffffff0053a829fe][SLP] tcpserver 1794 ffffff0058d21340 89 1 44 0004102 [SLPQ accept 0xffffff005327c05e][SLP] tcpserver 1793 ffffff0057660680 89 1 44 0004102 [SLPQ accept 0xffffff005277b2c6][SLP] tcpserver 1792 ffffff00576609c0 89 1 44 0004102 [SLPQ accept 0xffffff005277b05e][SLP] tcpserver 1791 ffffff0059985000 89 1 44 0004102 [SLPQ accept 0xffffff0054924796][SLP] tcpserver 1790 ffffff0059985340 89 1 44 0004102 [SLPQ accept 0xffffff00549249fe][SLP] tcpserver 1789 ffffff0059985680 89 1 44 0004102 [SLPQ accept 0xffffff0054924c66][SLP] tcpserver 1788 ffffff00574bb680 89 1 44 0004102 [SLPQ accept 0xffffff005345ac66][SLP] tcpserver 1787 ffffff00574bb9c0 89 1 44 0004102 [SLPQ accept 0xffffff005345a796][SLP] tcpserver 1786 ffffff0057bdc000 89 1 44 0004102 [SLPQ accept 0xffffff005345a52e][SLP] tcpserver 1785 ffffff0057bdc340 89 1 44 0004102 [SLPQ accept 0xffffff005277b52e][SLP] tcpserver 1784 ffffff0057bdc680 89 1 44 0004102 [SLPQ accept 0xffffff005277b796][SLP] tcpserver 1783 ffffff0057bdc9c0 89 1 44 0004102 [SLPQ accept 0xffffff005277b9fe][SLP] tcpserver --More-- 1782 ffffff0058d21000 89 1 44 0004102 [SLPQ accept 0xffffff005277bc66][SLP] tcpserver 1781 ffffff00574bb000 89 1 44 0004102 [SLPQ accept 0xffffff0053a8252e][SLP] tcpserver 1780 ffffff00574bb340 89 1 44 0004102 [SLPQ accept 0xffffff0052c8305e][SLP] tcpserver 1779 ffffff00596c8680 89 1 44 0004102 [SLPQ accept 0xffffff005492405e][SLP] tcpserver 1778 ffffff00596c89c0 89 1 44 0004102 [SLPQ accept 0xffffff0052c8352e][SLP] tcpserver 1776 ffffff0059909340 89 1 44 0004102 [SLPQ accept 0xffffff0053a82c66][SLP] tcpserver 1775 ffffff0059909680 89 1 44 0004102 [SLPQ accept 0xffffff00581e5c66][SLP] tcpserver 1774 ffffff00599099c0 89 1 44 0004102 [SLPQ accept 0xffffff0053a8205e][SLP] tcpserver 1773 ffffff0058827340 89 1 44 0004102 [SLPQ accept 0xffffff0053a82796][SLP] tcpserver 1771 ffffff00597289c0 89 1 44 0004102 [SLPQ accept 0xffffff0052c83796][SLP] tcpserver 1770 ffffff005869d000 89 1 44 0004102 [SLPQ accept 0xffffff0052c832c6][SLP] tcpserver 1769 ffffff00595669c0 89 1 44 0004102 [SLPQ accept 0xffffff0052c839fe][SLP] tcpserver 1768 ffffff0057660340 89 1 44 0004102 [SLPQ accept 0xffffff0052c83c66][SLP] tcpserver 1767 ffffff00588279c0 89 1 44 0004102 [SLPQ accept 0xffffff00581e52c6][SLP] tcpserver 1766 ffffff0057660000 89 1 44 0004102 [SLPQ accept 0xffffff00581e59fe][SLP] tcpserver 1765 ffffff00580da9c0 89 1 44 0004102 [SLPQ accept 0xffffff0058cd19fe][SLP] tcpserver 1764 ffffff0057e59000 89 1 44 0004102 [SLPQ accept 0xffffff00580af52e][SLP] tcpserver 1763 ffffff0059566340 89 1 44 0004102 [SLPQ accept 0xffffff0057c84c66][SLP] tcpserver 1762 ffffff00587e79c0 89 1 44 0004102 [SLPQ accept 0xffffff0057c8452e][SLP] tcpserver 1761 ffffff00580da000 89 1 44 0004102 [SLPQ accept 0xffffff00580af2c6][SLP] tcpserver --More-- 1760 ffffff0057e599c0 89 1 44 0004102 [SLPQ accept 0xffffff0058cd12c6][SLP] tcpserver 1759 ffffff0059728680 89 1 44 0004102 [SLPQ accept 0xffffff0057c8405e][SLP] tcpserver 1758 ffffff0058d11340 89 1 44 0004102 [SLPQ accept 0xffffff00580afc66][SLP] tcpserver 1757 ffffff005807a680 89 1 44 0004102 [SLPQ accept 0xffffff0058cd1c66][SLP] tcpserver 1756 ffffff0058914680 89 1 44 0004102 [SLPQ accept 0xffffff0057c842c6][SLP] tcpserver 1755 ffffff0058be2000 89 1 44 0004102 [SLPQ accept 0xffffff0057c84796][SLP] tcpserver 1754 ffffff0058d11000 89 1 44 0004102 [SLPQ accept 0xffffff00580af796][SLP] tcpserver 1753 ffffff00589149c0 89 1 44 0004102 [SLPQ accept 0xffffff0057c849fe][SLP] tcpserver 1747 ffffff00580da340 101 1 1747 0004003 [RUNQ] fserver 1742 ffffff00595869c0 0 1 44 0004002 [SLPQ accept 0xffffff00581e552e][SLP] tcpserver 1741 ffffff0057e59340 0 1 44 0004002 [SLPQ accept 0xffffff00581e505e][SLP] tcpserver 1708 ffffff005807a340 0 1 1708 0000000 [SLPQ nanslp 0xffffffff8061efa0][SLP] cron 1683 ffffff0059566000 106 1 1683 0000100 [SLPQ pause 0xffffff0059566068][SLP] freshclam 1678 ffffff0059728000 98 1 1678 0008180 (threaded) clamd thread 0xffffff0064565260 ksegrp 0xffffff00454946c0 [SLPQ kserel 0xffffff0045494718][SLP] thread 0xffffff0063a604c0 ksegrp 0xffffff00454946c0 [SLPQ accept 0xffffff00581e5796][SLP] thread 0xffffff0064565720 ksegrp 0xffffff0064ee8b40 [SLPQ ksesigwait 0xffffff00597281e8][SLP] 1676 ffffff00580da680 80 1640 1640 0000100 [SLPQ ufs 0xffffff00463f6a48][SLP] httpd 1675 ffffff0057af89c0 80 1640 1640 0000100 [SLPQ accept 0xffffff0057f192c6][SLP] httpd 1672 ffffff0059566680 80 1640 1640 0000100 [SLPQ sbwait 0xffffff0050804ad8][SLP] httpd --More-- 1671 ffffff005869d340 80 1640 1640 0000100 [SLPQ biord 0xffffffff9fe75aa8][SLP] httpd 1670 ffffff0058dd1340 80 1640 1640 0000100 [SLPQ sbwait 0xffffff006618ead8][SLP] httpd 1669 ffffff005950d340 80 1640 1640 0000100 [SLPQ sbwait 0xffffff0050804870][SLP] httpd 1668 ffffff005950d680 80 1640 1640 0000100 [SLPQ sbwait 0xffffff00449e43a0][SLP] httpd 1667 ffffff005950d9c0 80 1640 1640 0000100 [SLPQ biowr 0xffffffff9fc092a8][SLP] httpd 1660 ffffff0058827680 201 1 1660 0000000 [SLPQ select 0xffffffff8062bf90][SLP] cvsupd 1646 ffffff0057e59680 0 1 1646 0000100 [SLPQ select 0xffffffff8062bf90][SLP] sshd 1640 ffffff0058914000 0 1 1640 0000000 [SLPQ select 0xffffffff8062bf90][SLP] httpd 1636 ffffff005950d000 8 1474 1474 0004000 [SLPQ select 0xffffffff8062bf90][SLP] nnrpd 1634 ffffff00587879c0 8 1474 1474 0004000 [SLPQ sbwait 0xffffff0057f19870][SLP] perl 1529 ffffff0058be2680 0 1 1529 0000000 [SLPQ select 0xffffffff8062bf90][SLP] usbd 1509 ffffff005b69c680 0 1 1509 0000000 [SLPQ select 0xffffffff8062bf90][SLP] ntpd 1496 ffffff005a59f000 8 1475 1452 0004002 [SLPQ wait 0xffffff005a59f000][SLP] sh 1475 ffffff00456f0340 8 1 1452 0000002 [SLPQ wait 0xffffff00456f0340][SLP] sh 1474 ffffff005c044000 8 1 1474 0000000 [SLPQ select 0xffffffff8062bf90][SLP] innd 1439 ffffff005c044680 97 1436 1436 0000100 [SLPQ piperd 0xffffff002ffa4c00][SLP] spamd 1437 ffffff005b69c340 97 1436 1436 0000100 [SLPQ select 0xffffffff8062bf90][SLP] spamd 1436 ffffff005b69c000 0 1 1436 0000100 [SLPQ nanslp 0xffffffff8061efa0][SLP] spamd 1429 ffffff005a59f340 0 1 1429 0000101 [SLPQ select 0xffffffff8062bf90][SLP] proftpd 1428 ffffff005a59f680 0 1423 1423 0000001 [SLPQ select 0xffffffff8062bf90][SLP] winbindd --More-- 1423 ffffff005c0449c0 0 1 1423 0000001 [SLPQ select 0xffffffff8062bf90][SLP] winbindd 1422 ffffff007b8729c0 0 1418 1418 0000101 [SLPQ pause 0xffffff007b872a28][SLP] smbd 1418 ffffff00456f0000 0 1 1418 0000101 [SLPQ select 0xffffffff8062bf90][SLP] smbd 1414 ffffff00456cf9c0 0 1 1414 0000001 [SLPQ select 0xffffffff8062bf90][SLP] nmbd 1400 ffffff007b532680 88 1373 1371 000c082 (threaded) mysqld thread 0xffffff0063a60260 ksegrp 0xffffff007ba10510 [SLPQ kserel 0xffffff007ba10568][SLP] thread 0xffffff0063a60be0 ksegrp 0xffffff007ba10510 [SLPQ select 0xffffffff8062bf90][SLP] thread 0xffffff005ba78720 ksegrp 0xffffff0045494120 [SLPQ sigwait 0xffffffffb3fdda38][SLP] thread 0xffffff007b8f4720 ksegrp 0xffffff0045494240 [SLPQ ksesigwait 0xffffff007b532868][SLP] 1373 ffffff007b532340 88 1 1371 0004002 [SLPQ wait 0xffffff007b532340][SLP] sh 1363 ffffff00456f0680 0 1 1363 0008080 (threaded) apcupsd thread 0xffffff0063a60000 ksegrp 0xffffff007ba10090 [SLPQ kserel 0xffffff007ba100e8][SLP] thread 0xffffff005b780000 ksegrp 0xffffff007ba10090 [SLPQ select 0xffffffff8062bf90][SLP] thread 0xffffff005b437be0 ksegrp 0xffffff007ba10090 [SLPQ select 0xffffffff8062bf90][SLP] thread 0xffffff005ba78000 ksegrp 0xffffff00454941b0 [SLPQ ksesigwait 0xffffff00456f0868][SLP] 1311 ffffff00456cf000 53 1 1311 0000100 [SLPQ select 0xffffffff8062bf90][SLP] named 1229 ffffff00456f09c0 0 1 1229 0000000 [SLPQ biowr 0xffffffff9fa5bb88][SLP] syslogd 1173 ffffff007b5329c0 0 1 1173 0000000 [SLPQ select 0xffffffff8062bf90][SLP] devd 134 ffffff00456cf340 0 1 134 0000000 [SLPQ pause 0xffffff00456cf3a8][SLP] adjkerntz 43 ffffff007b910340 0 0 0 0000204 [SLPQ - 0xffffffffb1c32be4][SLP] schedcpu --More-- 42 ffffff007b910680 0 0 0 0000204 [SLPQ - 0xffffffff806377d8][SLP] nfsiod 3 41 ffffff007b9109c0 0 0 0 0000204 [SLPQ - 0xffffffff806377d0][SLP] nfsiod 2 40 ffffff007b911000 0 0 0 0000204 [SLPQ - 0xffffffff806377c8][SLP] nfsiod 1 39 ffffff007b911340 0 0 0 0000204 [SLPQ - 0xffffffff806377c0][SLP] nfsiod 0 38 ffffff007b911680 0 0 0 0000204 [SLPQ sdflush 0xffffffff8063e100][SLP] softdepflush 37 ffffff007b9119c0 0 0 0 0000204 [SLPQ syncer 0xffffffff8061eb80][SLP] syncer 36 ffffff007b532000 0 0 0 0000204 [SLPQ vlruwt 0xffffff007b532000][SLP] vnlru 35 ffffff007ba20680 0 0 0 0000204 [SLPQ psleep 0xffffffff8062c858][SLP] bufdaemon 34 ffffff007ba209c0 0 0 0 000020c [SLPQ pgzero 0xffffffff8063fa80][SLP] pagezero 33 ffffff007b951000 0 0 0 0000204 [SLPQ psleep 0xffffffff8063f14c][SLP] vmdaemon 32 ffffff007b951340 0 0 0 0000204 [SLPQ psleep 0xffffffff8063f0fc][SLP] pagedaemon 31 ffffff007b951680 0 0 0 0000204 [SLPQ - 0xffffff0000b05c48][SLP] fdc0 30 ffffff007b9519c0 0 0 0 0000204 [IWAIT] swi0: sio 29 ffffff007b872000 0 0 0 0000204 [IWAIT] irq12: psm0 28 ffffff007b872340 0 0 0 0000204 [IWAIT] irq1: atkbd0 27 ffffff007b872680 0 0 0 0000204 [IWAIT] irq15: ata1 26 ffffff007ba14680 0 0 0 0000204 [IWAIT] irq14: ata0 25 ffffff007ba149c0 0 0 0 0000204 [IWAIT] irq10: atapci0 24 ffffff007ba5c000 0 0 0 0000204 [RUNQ] irq11: xl0 bge0 23 ffffff007ba5c340 0 0 0 0000204 [SLPQ usbevt 0xffffffff868a8420][SLP] usb1 --More-- 22 ffffff007ba5c680 0 0 0 0000204 [SLPQ usbtsk 0xffffffff80619d50][SLP] usbtask 21 ffffff007ba5c9c0 0 0 0 0000204 [SLPQ usbevt 0xffffffff868a6420][SLP] usb0 20 ffffff007ba20000 0 0 0 0000204 [IWAIT] irq9: fwohci0+++ 19 ffffff007ba20340 0 0 0 0000204 [IWAIT] swi6: task queue 18 ffffff007ba239c0 0 0 0 0000204 [IWAIT] swi6: + 9 ffffff007b9f2000 0 0 0 0000204 [CPU 0] thread taskq 17 ffffff007b9f2340 0 0 0 0000204 [IWAIT] swi5: + 16 ffffff007b9f2680 0 0 0 0000204 [IWAIT] swi2: cambio 8 ffffff007b9f29c0 0 0 0 0000204 [SLPQ - 0xffffff00008fb900][SLP] acpi_task2 7 ffffff007ba14000 0 0 0 0000204 [SLPQ - 0xffffff00008fb900][SLP] acpi_task1 6 ffffff007ba14340 0 0 0 0000204 [SLPQ - 0xffffff00008fb900][SLP] acpi_task0 5 ffffff007ba11340 0 0 0 0000204 [SLPQ - 0xffffff00008fba00][SLP] kqueue taskq 15 ffffff007ba11680 0 0 0 0000204 [SLPQ - 0xffffffff80617c20][SLP] yarrow 4 ffffff007ba119c0 0 0 0 0000204 [SLPQ - 0xffffffff8061a648][SLP] g_down 3 ffffff007ba23000 0 0 0 0000204 [SLPQ - 0xffffffff8061a640][SLP] g_up 2 ffffff007ba23340 0 0 0 0000204 [SLPQ - 0xffffffff8061a630][SLP] g_event 14 ffffff007ba23680 0 0 0 0000204 [IWAIT] swi3: vm 13 ffffff007ba4c000 0 0 0 000020c [RUNQ] swi4: clock sio 12 ffffff007ba4c340 0 0 0 0000204 [IWAIT] swi1: net 11 ffffff007ba4c680 0 0 0 000020c [Can run] idle: c >How-To-Repeat: dd if=/dev/ad4 of=/dev/ad6 bs=1m >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Sat Dec 30 06:17:56 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F6D316A403 for ; Sat, 30 Dec 2006 06:17:56 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id 43AB513C455 for ; Sat, 30 Dec 2006 06:17:56 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so2771947pyh for ; Fri, 29 Dec 2006 22:17:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MTBMabq0YGo50kQB+Nx7Sg222K6XSsi+F6L2VAHehXtlU7tE9O5gWi5fD0G05DPMCaUdfONFoRfv71nZ7EesuA55S2vmUD7SiIjS9U3MowBy+BwDwQZkbRiTtKijR3XKbYXbKldHly/svBArPefEBpI3h05mtQoONgkHhXYYEOM= Received: by 10.64.193.8 with SMTP id q8mr11463318qbf.1167459475186; Fri, 29 Dec 2006 22:17:55 -0800 (PST) Received: by 10.65.61.1 with HTTP; Fri, 29 Dec 2006 22:17:55 -0800 (PST) Message-ID: <790a9fff0612292217m4bb8ce69x8fe3374e6a595b2c@mail.gmail.com> Date: Sat, 30 Dec 2006 00:17:55 -0600 From: "Scot Hetzel" To: "Schleich, Arno Rene" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-amd64@freebsd.org Subject: Re: HP Pavilion DV6110us notebook install problems X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2006 06:17:56 -0000 On 12/28/06, Schleich, Arno Rene wrote: > I encountered multiple problems with FreeBSD 6.2 RC1 on the following > notebook > > : > AMD Turion dual core tl50, nvidia 6150 go, MCP51 nforce disk and > ethernet controllers and onboard sound, and a Broadcom wlan interface, > which I haven't found out much about as of yet. > : > (vi) No trace of the wlan - everything related to atheros > compiled into a costum kernel > You need to use the Windows NIDS driver for your Broadcom Wireless adapter. Just download: ftp://ftp.hp.com/pub/softpaq/sp34001-34500/sp34152.exe Then install archivers/cabextract, and use cabextract to extract the bcmwl5.inf and bcmwl5*.sys files. cabextract -q -L -F 'bcmwl5*' sp34152.exe Then use ndisgen to build the kernel module. ndisgen bcmwl5.inf bcmwl564.sys Then copy the kernel module to /boot/modules, and add bcmwl564_sys_load="YES" to /boot/loader.conf. You also need to apply the diff from -CURRENT that adds several new functions to the NDIS kernel module, that are needed by the Broadcom driver. fetch -o ndis.diff \ "http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/compat/ndis/subr_ntoskrnl.c.diff?r1=1.87&r2=1.88" Then apply it and build the new ndis.ko module. cd /usr/src ; patch < /location/of/ndis.diff cd /sys/modules/ndis ; make obj ; make ; make install Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-amd64@FreeBSD.ORG Sat Dec 30 07:48:46 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3AB6D16A407 for ; Sat, 30 Dec 2006 07:48:46 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c58-107-94-118.belrs4.nsw.optusnet.com.au [58.107.94.118]) by mx1.freebsd.org (Postfix) with ESMTP id 9FC8213C458 for ; Sat, 30 Dec 2006 07:48:45 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.8/8.13.8) with ESMTP id kBU7Tq9t059371; Sat, 30 Dec 2006 18:29:52 +1100 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.8/8.13.8/Submit) id kBU7TqY3059370; Sat, 30 Dec 2006 18:29:52 +1100 (EST) (envelope-from peter) Date: Sat, 30 Dec 2006 18:29:52 +1100 From: Peter Jeremy To: "Schleich, Arno Rene" Message-ID: <20061230072952.GE45526@turion.vk2pj.dyndns.org> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tjCHc7DPkfUGtrlw" Content-Disposition: inline In-Reply-To: X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-amd64@freebsd.org Subject: Re: HP Pavilion DV6110us notebook install problems X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2006 07:48:46 -0000 --tjCHc7DPkfUGtrlw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, 2006-Dec-28 10:06:02 -0500, Schleich, Arno Rene wrote: >As the system is completely stuck at the moment I cannot get more info To correctly identify the drivers, we really need more details. Unless someone else has a dv6110us, this probably means either getting the system to a point where "pciconf -vl" works or extracting the PCI IDs =66rom the Windows hardware list. >(i) From the start booting worked only with acpi >disabled Not a good sign. Exactly what happens is ACPI is enabled? >(ii) Sound never worked - I tried snd_hda and snd_ich >which had appeared to be most promising without any success They definitely won't work - both are Intel chipsets and I suspect you have an ATI chipset - try snd_atiixp >(iii) Smp does crash everything Details? >(iv) Cannot reboot/shutdown except by pressing the on/off >button Probably related to the lack of ACPI. >(vi) No trace of the wlan - everything related to atheros >compiled into a costum kernel You have a Broadcom chipset. As Scot pointed out, you will need to use NDIS with a Windows driver. I suspect the drivers he pointed you to are 32-bit. If you're running an amd64 kernel, you will need a Windows-64 driver - and they are rarer. AFAIK, HP don't support Win64 so you probably won't find them on the HP site. Broadcom won't support end-users - they expect you to go to your vendor for support. The drivers I have originated from Toshiba. >(vii) Power management crashes everything when enabled Again, please provide details. --=20 Peter Jeremy --tjCHc7DPkfUGtrlw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFlhVw/opHv/APuIcRAqigAKCAfBTe8uzSZIae6UHu5NGlhc4ufgCfQta3 oFbXoaPDVlLiK9VQplMyPqw= =E3dB -----END PGP SIGNATURE----- --tjCHc7DPkfUGtrlw-- From owner-freebsd-amd64@FreeBSD.ORG Sat Dec 30 14:29:09 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98F6B16A407 for ; Sat, 30 Dec 2006 14:29:09 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by mx1.freebsd.org (Postfix) with ESMTP id 5D95513C469 for ; Sat, 30 Dec 2006 14:29:09 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by nz-out-0506.google.com with SMTP id i11so2262941nzh for ; Sat, 30 Dec 2006 06:29:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TZaPaICH873rzIHaX5x2r1XnwT9l5cb5hLzK3iEM9lm/v8/q7qobyGXOdc11gUvebkFw1s8XsEov+2eycK/yLLePHzMxONT444FZ14muxe9nf+xkownJFay+kI8PUZ0bUNQFfWpfOhgQVQxiijs/DhVdjU+WNxhCR3DkRA12iTQ= Received: by 10.65.176.3 with SMTP id d3mr23605367qbp.1167488948845; Sat, 30 Dec 2006 06:29:08 -0800 (PST) Received: by 10.65.61.1 with HTTP; Sat, 30 Dec 2006 06:29:08 -0800 (PST) Message-ID: <790a9fff0612300629h1a294d4hcb943fcd65bd5f2@mail.gmail.com> Date: Sat, 30 Dec 2006 08:29:08 -0600 From: "Scot Hetzel" To: "Peter Jeremy" In-Reply-To: <20061230072952.GE45526@turion.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061230072952.GE45526@turion.vk2pj.dyndns.org> Cc: freebsd-amd64@freebsd.org Subject: Re: HP Pavilion DV6110us notebook install problems X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2006 14:29:09 -0000 On 12/30/06, Peter Jeremy wrote: > >(vi) No trace of the wlan - everything related to atheros > >compiled into a costum kernel > > You have a Broadcom chipset. As Scot pointed out, you will need to > use NDIS with a Windows driver. I suspect the drivers he pointed you > to are 32-bit. If you're running an amd64 kernel, you will need a > Windows-64 driver - and they are rarer. AFAIK, HP don't support > Win64 so you probably won't find them on the HP site. Broadcom won't > support end-users - they expect you to go to your vendor for support. > The drivers I have originated from Toshiba. > The sp34152.exe driver file from HP contains the driver for Win64 and Win32. I also verified that the Win64 bit driver will build and detect my Broadcom Adapter on a Pavillion dv8000 system that is using -CURRENT. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-amd64@FreeBSD.ORG Sat Dec 30 23:13:03 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CDDBC16A403 for ; Sat, 30 Dec 2006 23:13:03 +0000 (UTC) (envelope-from sbenabas@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 6BF8513C44B for ; Sat, 30 Dec 2006 23:13:02 +0000 (UTC) (envelope-from sbenabas@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so4067281uge for ; Sat, 30 Dec 2006 15:13:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=a2qpg/YYUNFMhm6cxp5PnWDDcVc0yPWvQva0fulRCq/TH/UxsJ629FB85WFwmSffW6aacbQATnHTz8rF03f0TuM/yLCx/ehmJBMbBRfCUxqvVYJRvrbO0zm/w9+F0urBDeERdWYgFdY9a0N7LH+L5v37BL20vn6A1VDEWF1TuOw= Received: by 10.66.243.2 with SMTP id q2mr24313172ugh.1167516608954; Sat, 30 Dec 2006 14:10:08 -0800 (PST) Received: by 10.67.101.20 with HTTP; Sat, 30 Dec 2006 14:10:08 -0800 (PST) Message-ID: <32d8477c0612301410q2aaf9d39k859d242739554fd6@mail.gmail.com> Date: Sat, 30 Dec 2006 17:10:08 -0500 From: "Siavosh Benabbas" To: freebsd-amd64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: i386_set_ldt and wine on AMD64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2006 23:13:03 -0000 Hi, I know that this is brought up several time on this list, but I wanted to run wine on my FreeBSD AMD64 machine. I know that a 64-bit wine is nearly impossible but I thought that an i386 compilation should work. >From what I gathered from the archives the FreeBSD AMD64 doesn't have the i386_{get/set}_ldt functions in i386/Linux compatibility modes which are needed for wine, and old and/or Linux 32-bit java virtual machines. It seems that the same functionality is available in Linux-AMD64. From what I understand the AMD64 architecture doesn't have LDT/GDT in 64-bit mode but it does have them in Long mode+compatibility mode which is the mode that 32-bit apps are run in. Is there any chance that i363_set_ldt support will be added to FreeBSD-AMD64? Thanks, S. Benabbas