Re: networking jail

2005-07-22 Thread Julian Elischer
Jone Jas wrote: >Hi hackers >As far as I know, the FreeBSD jail facility has not the ablitiy to >cooperate on network (Am I wrong?). But the Solaris Zones (part >of the N1 Grid Container) dose have. The N1 Grid Container treat >N nodes on network as 1. It can manage resources across networ

networking jail

2005-07-22 Thread Jone Jas
Hi hackers As far as I know, the FreeBSD jail facility has not the ablitiy to cooperate on network (Am I wrong?). But the Solaris Zones (part of the N1 Grid Container) dose have. The N1 Grid Container treat N nodes on network as 1. It can manage resources across network. We have to admit

Re: help w/panic under heavy load - 5.4

2005-07-22 Thread Giorgos Keramidas
On 2005-07-22 17:53, Edwin <[EMAIL PROTECTED]> wrote: > > I also patched ip_fastforward.c w/ your patch - still a crash - still > same type bogus mtu value - a few lines from kgdb included @ end of > message. > (kgdb) f 13 > #13 0xc06933c1 in ip_fastforward (m=0xc12e6c00) at > /usr/src/sys/netinet

howto: linuxthreads+mysql ?

2005-07-22 Thread iwan
Hi, I'm sorry because my English is not good. I have trouble in my box FreeBSD 5.1/5.3 (RELEASE) + mysql 4.0.21. Its often hanging if so much connection to mysql. My friend told me that there is no linuxthread in my box. Please help me to solve this problem. How to activate linuxthread in my box ?

Re: help w/panic under heavy load - 5.4

2005-07-22 Thread Edwin
Hi Giorgos, I'm sorry - I have so many kernels I was trying - I belive I overwrote that particular kernel/kernel.debug set - so I created a new kernel as a baseline with the same options per my notes - and included the output from the crash below. It does crash in the same fashion, and the KG

Enhanced KTR logging (was RE: Quality of FreeBSD)

2005-07-22 Thread Matthew Dillon
:... :have an extensive instrumentation system named KTR(9). If you're :interested in giving it a try, you can find out more here: : : http://www.watson.org/~robert/freebsd/netperf/ktr/ : :This page is primarily targetted at tracing locks, memory allocation, and :context switching, but you

FreeBSD Status Report Second Quarter 2005

2005-07-22 Thread Scott Long
March-June 2005 Status Report Introduction The second quarter of 2005 has again been very exciting. The BSDCan and MeetBSD conferences were both very interesting and and the sources of very good times. I highly recommend attending them again next year.

Re: Atheros, hardware access layer, collisions

2005-07-22 Thread Sam Pierson
> You need to set cwmin on the tx q as David describes. Be sure to set > the parameters you set into the hardware; check the wme update code for > the correct logic. For the other thing just set the tx descriptor to do > 1 try. > > Sam Thanks guys. I'm still playing with these files so

per file lock list

2005-07-22 Thread Igor Shmukler
Hi, We have a question: how to get all POSIX locks for a given file? As far as I know, existing API does not allow to retrieve all file locks. Therefore, we need to use kernel internal structures to get all applied locks. Unfortunately, a head of list with file locks is attached to inode rather t

Re: Help debugging mysterious freezing (5.4)

2005-07-22 Thread alexander
I had the very same problem under 5.4-STABLE. I tried a lot to get rid of the problem (switch RAM, recompile ports && world, change nvidia driver settings, etc.). What solved the problem for me was to remove a hardrive witch I used as swap partition: ad5: 810MB at ata2-slave WDMA2 Now I'm using

Re: Bus Driver probe and attach device

2005-07-22 Thread Yuka Muromachi
It mean I have 2 way to do it? (please view the code below) CodecPresent = az_rw(sc, AZX_REG_STATESTS); for (idx=0; idx> idx) & 0x0001) { // alloc codec info // fill codec info device_t codec_dev = device_add_child(azbus_dev, NULL, -1); device_set_ivars(codec_de

Re: Bus Driver probe and attach device

2005-07-22 Thread takawata
In message <[EMAIL PROTECTED]>, $B >I'm trying to written Azalia (HD Audio) driver for freebsd now. > >The HDA controller is a standard controller, which can take max= >15 codecs. I'm planning made it be a bus driver (azalia bus). > >I tried to read the PCI, USB and Firewire driver code be s

Re: IPv4 Link Local support in FreeBSD

2005-07-22 Thread Andrea Campi
On Fri, Jul 22, 2005 at 09:11:01AM +0200, Jeremie Le Hen wrote: > Hi Arul, > > >Does FreeBSD support IPv4 Link Local addresses as per RFC 3927 ? > > I think it's being worked on. IIRC, this is called zeroconf. You can > check the archive for this word if you want to know more. Better yet,

Help debugging mysterious freezing (5.4)

2005-07-22 Thread Phil
I'm trying to debug a strange freezing issue on my file-server, but I'm not quite sure how to go about it. My hardware setup is: -Rather old P3 -5 HDDs (All Seagate, around 1 year old) --4 of those drives (all apart from the system drive) are connected to a Promise Ultra100 TX2 PCI controller

Re: IPv4 Link Local support in FreeBSD

2005-07-22 Thread Jeremie Le Hen
Hi Arul, >Does FreeBSD support IPv4 Link Local addresses as per RFC 3927 ? I think it's being worked on. IIRC, this is called zeroconf. You can check the archive for this word if you want to know more. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org >