Re: DTrace probes klds

2009-08-21 Thread Alexander Leidinger
Quoting Daniel O'Connor docon...@gsoft.com.au (from Thu, 20 Aug 2009 17:13:07 +0930): On Thu, 20 Aug 2009, Alexander Leidinger wrote: Quoting Daniel O'Connor docon...@gsoft.com.au (from Wed, 19 Aug 2009 23:31:33 +0930): Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding:

DTrace lockup on a dual processor VMWare

2009-08-21 Thread Andrew Brampton
Hi, I am running a amd64 FreeBSD 7.2 inside a VMWare, and DTrace has been working great. However, I have just changed my VMWare to use two processors instead of one, and things have started to break. I can load the dtraceall module but when I run hotkernel the machine hangs. I have DDB compiled

kernel panics in in_lltable_lookup (with INVARIANTS)

2009-08-21 Thread Brian Somers
Hi, I've been working on a fix to address an issue that came up with our update of openssh-5. The issue is that openssh-5 now uses pipe() to create stdin/stdout channels between sshd and the server side program where it used to use socketpair(). Because it uses pipe(), stdin is no longer

Re: kernel panics in in_lltable_lookup (with INVARIANTS)

2009-08-21 Thread Kip Macy
Try this: Index: sys/net/flowtable.c === --- sys/net/flowtable.c (revision 196382) +++ sys/net/flowtable.c (working copy) @@ -688,6 +688,12 @@ struct rtentry *rt = ro-ro_rt; struct ifnet *ifp =

Common interface for sensors/health monitoring

2009-08-21 Thread Aur�lien M�r�
Hi, I've been using FreeBSD for years in all my servers, but I'm facing a big problem today. All servers are under monitoring using a couple of applications and scripts. Monitored items for each server especially are CPU/mobo/UPS/HDD temperatures, CPU load, memory use, fans speed, PSU/UPS

Re: Common interface for sensors/health monitoring

2009-08-21 Thread Oliver Pinter
Hello! When I good know, no common interface exisit in current freebsd kernel, but some other sysctl interfece exisit: coretemp, aiboost ... ~ sysctl dev.coretemp dev.coretemp.0.%desc: CPU On-Die Thermal Sensors dev.coretemp.0.%driver: coretemp dev.coretemp.0.%parent: cpu0 dev.coretemp.1.%desc:

Re: kernel panics in in_lltable_lookup (with INVARIANTS)

2009-08-21 Thread Brian Somers
On Fri, 21 Aug 2009 17:13:45 -0700 Kip Macy km...@freebsd.org wrote: Try this: Index: sys/net/flowtable.c === --- sys/net/flowtable.c (revision 196382) +++ sys/net/flowtable.c (working copy) @@ -688,6 +688,12 @@