Re: reason for magic crashes.

2012-06-25 Thread Wojciech Puchar
thanks first for all suggestions. Now the (not really)funny part begins. After turning on all this checks in kernel the system crashes repeatable even before ending fully bootstrap sequence. Before this i've got tons of warning about lock order reversal. On seems strange as it is lock order

Re: tcsh's exit codes

2012-06-25 Thread rank1seeker
- Original Message - From: Johan van Selst joh...@stack.nl To: rank1see...@gmail.com Cc: hack...@freebsd.org Date: Sat, 23 Jun 2012 19:14:07 +0200 Subject: Re: tcsh's exit codes rank1see...@gmail.com wrote: There is something wrong with tcsh shell: # mergemaster -V | grep

Re: MAGIC with HP KVM - someone will help?

2012-06-25 Thread Atte Peltomäki
On Wed, Jun 20, 2012 at 08:14:09AM +0200, Wojciech Puchar wrote: I bought used IP 16 port KVM connected to few servers, in between them FreeBSD 8 server running on Dell PowerEdge T110. As this KVM have PS/2 connectors to keyboard and mouse i added USB to dual-PS/2 converter. This is

Re: MAGIC with HP KVM - someone will help?

2012-06-25 Thread Mark Felder
On Mon, 25 Jun 2012 09:38:01 -0500, Atte Peltomäki atte.peltom...@iki.fi wrote: If it's any consolation, I've used other brand KVM switches as well and the only one I've found quite reliable were Raritan and those cost an arm and a leg. raritan userstation $65.00

Re: MAGIC with HP KVM - someone will help?

2012-06-25 Thread Wojciech Puchar
This is ancient history now, but I used HP KVM switches 6-12 years ago and they weren't without problems. Regardless of OS and hardware behind the switches, they often acted up. Some combinations were more prone to today i did a bit of work being locally connected with monitor to KVM and it

DTrace 32 bit on 64 bit machine?

2012-06-25 Thread Shrikanth Kamath
Can the DTrace user space application compiled as 32 bit app be run on machine with x86_64 kernel I have this DTrace port done for code base based on FreeBSD 6.1, and the app is crashing on the amd64 machine with assert Assertion failed: (fsz 0), function _libelf_getphdr, file

sysctl filesystem ?

2012-06-25 Thread Arnaud Lacombe
Hi folks, I find myself in a situation where I need to directly explore the sysctl(8) tree from my program. The tricky part is this: from `src/sbin/sysctl.c': /* * These functions uses a presently undocumented interface to the kernel * to walk the tree and get the type so it can print the

libgeom documentation?

2012-06-25 Thread Dave Hayes
Libgeom has these functions geom_gettree() and geom_getxml but there is no documentation in the man page. Was this intentional? Is there a place these functions are documented other than their source code? :) Thanks in advance. -- Dave Hayes - Consultant - Altadena CA, USA - d...@jetcafe.org

Re: sysctl filesystem ?

2012-06-25 Thread Garrett Cooper
On Mon, Jun 25, 2012 at 5:03 PM, Arnaud Lacombe lacom...@gmail.com wrote: Hi folks, I find myself in a situation where I need to directly explore the sysctl(8) tree from my program. The tricky part is this: from `src/sbin/sysctl.c': /*  * These functions uses a presently undocumented

Re: libgeom documentation?

2012-06-25 Thread Garrett Cooper
On Mon, Jun 25, 2012 at 4:56 PM, Dave Hayes d...@jetcafe.org wrote: Libgeom has these functions geom_gettree() and geom_getxml but there is no documentation in the man page. Was this intentional? Is there a place these functions are documented other than their source code? :) I can't

Re: sysctl filesystem ?

2012-06-25 Thread Adam Vande More
On Mon, Jun 25, 2012 at 7:03 PM, Arnaud Lacombe lacom...@gmail.com wrote: Hi folks, I find myself in a situation where I need to directly explore the sysctl(8) tree from my program. The tricky part is this: There is this: http://svnweb.freebsd.org/base/releng/4.7/sys/miscfs/kernfs/ --

Re: sysctl filesystem ?

2012-06-25 Thread Arnaud Lacombe
Hi, On Mon, Jun 25, 2012 at 8:30 PM, Adam Vande More amvandem...@gmail.com wrote: On Mon, Jun 25, 2012 at 7:03 PM, Arnaud Lacombe lacom...@gmail.com wrote: Hi folks, I find myself in a situation where I need to directly explore the sysctl(8) tree from my program. The tricky part is this:

Re: sysctl filesystem ?

2012-06-25 Thread Arnaud Lacombe
On Mon, Jun 25, 2012 at 8:13 PM, Garrett Cooper yaneg...@gmail.com wrote: On Mon, Jun 25, 2012 at 5:03 PM, Arnaud Lacombe lacom...@gmail.com wrote: Hi folks, I find myself in a situation where I need to directly explore the sysctl(8) tree from my program. The tricky part is this: from

Re: sysctl filesystem ?

2012-06-25 Thread Boris Popov
On 26.06.2012 6:56, Arnaud Lacombe wrote: purpose. However, if I can avoid to re-design that wheel too, by getting access to scfs(4) code, I will. It is interesting, that the old drive with this code are still alive. Most likely, FS related part will need serious attention because of numerous

Re: sysctl filesystem ?

2012-06-25 Thread Arnaud Lacombe
Hi, On Mon, Jun 25, 2012 at 10:51 PM, Boris Popov b...@freebsd.org wrote: On 26.06.2012 6:56, Arnaud Lacombe wrote: purpose. However, if I can avoid to re-design that wheel too, by getting access to scfs(4) code, I will.  It is interesting, that the old drive with this code are still alive.