Re: Machines are getting too damn fast

2001-03-04 Thread Mark Huizer

On Sun, Mar 04, 2001 at 04:21:02AM -0600, Tyler K McGeorge wrote:
 
 - Original Message - 
 From: Matt Dillon [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, March 04, 2001 3:34 AM
 Subject: Machines are getting too damn fast
 
 | We need to find something more interesting then buildworlds to do on
 | these machines.
 
 Let's just complicate the code more.
 
We could vendor-import win2000?

Mark
-- 
Nice testing in little China...

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: Clustering FreeBSD

2001-01-30 Thread Mark Huizer

 | 
 | Doh! I mean 9.8 m/s/s, of course.
 
 That's acceleration not velocity :-)
 
 The terminal velocity of a PC case is probably a lot lower than the
 velocity of an outer edge of a 1 RPM drive.
 
What am I doing wrong? Given a diameter of appr. 7cm, I'd come at appr
0.7Mach. Does that mean that within a few years my machine will go
KABOOM when booting?

Mark
-- 
Nice testing in little China...


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: Debugging kernel data

2000-04-23 Thread Mark Huizer

On Sun, Apr 23, 2000 at 11:42:18AM +0930, Greg Lehey wrote:
 On Thursday, 13 April 2000 at 13:20:50 +0200, Mark Huizer wrote:
  Hi
 
  I'm trying to debug a kernel that is not crashing but hanging, with all
  processes in 'inode' wchan. So I did a 'call panic()', and now I have
  the crashdump, but is there a way to get to the data structures of the
  kernel???
 
 Sure.  What are you looking for?  Have you read the section on kernel
 debugging in the handbook?
 
Yep, done that kind of stuff before, but never on non-crashing kernels
:-( Problem is I want to get at the stacks of various running processes,
and the syscalls they are making.
I started using the vinum gdb macros, which got me  a bit further,
though not yet enough, I'm afraid.

Mark
-- 
Nice testing in little China...


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Debugging kernel data

2000-04-13 Thread Mark Huizer

Hi

I'm trying to debug a kernel that is not crashing but hanging, with all
processes in 'inode' wchan. So I did a 'call panic()', and now I have
the crashdump, but is there a way to get to the data structures of the
kernel???

Mark
-- 
Nice testing in little China...


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: open ref counts in CAM and vn

2000-02-03 Thread Mark Huizer

On Thu, Feb 03, 2000 at 10:26:15AM +0100, Guido van Rooij wrote:
 A collegue fo mine had the problem that it was possible to
 vnconfig -u a vn device that was currently in use. This strikes
 me as odd.

When trying to add some refcounting in sys/dev/vn.c, I wanted to switch
to using the kernel module for vn, which brought another problem
forward, tried to send-pr it, but unfortunately that doesn't work with
hub being replaced temporarily.Anyway:

on a current machine:

dd if=/dev/zero of=/tmp/vntest bs=1024 count=1440
kldload vn
vnconfig -c vn0 /tmp/vntest
vnconfig -u vn0
kldunload -i SOMENUMBER (found with kldstat)
kldload vn
vnconfig -c vn0 /tmp/vntest

crash, kernelpanic,kabang, kaputt :-(

We tried to trace this back somewhere but failed.

Mark
-- 
Nice testing in little China...


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



VMWare: porting kernel modules to FreeBSD

1999-08-18 Thread Mark Huizer
Hi there,

I had a look recently at the code for one of the kernel modules that VMWare
requires (driver-only.tar), and it looks like something that should be
portable to FreeBSD, although there is some messy stuff in it (assembly
that seems to be using Linux specific stuff, brrr..) But anyway: it
looks feasable.

Is anyone already working on this, or are some people interested in
helping with this?

As far as I can see, the linux emulation is good enough to run the
vmware program, all you need to do is implement /dev/vmmon and
/dev/vmnet, given the fact that the code is written really unportable,
so there is some rewriting to be done. Then with the KLD's
vmmon,vmnet and linux you should be able to run vmware.

Mark
-- 
 Mark Huizer   -   mark.hui...@nl.origin-it.com   -   x...@xaa.iae.nl

 Reality is an illusion caused by lack of alcohol   


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-hackers in the body of the message



Re: VMWare: porting kernel modules to FreeBSD

1999-08-18 Thread Mark Huizer
On Wed, Aug 18, 1999 at 08:10:28AM -0600, Darren WIebe wrote:
 Hello:
 
 One other thing that you might be interested in is the fact that Freemware
 has its first release out.  ***It is not nearly complete yet***  They have
 something out though, and it needs people to work on the code for FreeBSD.
 Right now they are working mostly on the Linux stuff where it is OS
 sensitive.  However, it would be appreciated if somebody wanted to work on the
 FreeBSD specific code.

I think that for my purpose it might be interesting, but taking way too
long to become productive enough. I'm one of the big group of You must
run Outlook!
And I can probably arrange for the license, so no problem with using
VMWare if possible. I'd prefer using FreeBSD though

mark

-- 
 Mark Huizer   -   mark.hui...@nl.origin-it.com   -   x...@xaa.iae.nl

 Faith is good, but skepticism is better (Guiseppe Verdi)   


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-hackers in the body of the message