Re: Jail to jail network performance?

2005-09-18 Thread David J. Hughes
On 14/09/2005, at 4:59 PM, Uwe Doering wrote: So in case of MySQL you would have to use TCP sockets to communicate between jails. This socket type typically consumes more CPU because of TCP's protocol overhead. However, whether you would actually notice any difference in speed basically de

Re: audio (acdt01) dump broken? (BETA4 (5))

2005-09-18 Thread Emanuel Strobl
Am Montag, 19. September 2005 03:21 CEST schrieb Ben Kaduk: > Interesting -- I only have one other suggession; I was recently > rereading the handbook section on burning cd's, and it said that it was > better to have .pcm files which don't have the header that .wav files do > -- apparently the hea

Re: wireless, ndis and my ovislink wl8000

2005-09-18 Thread Daniel O'Connor
On Monday 19 September 2005 02:36, Jayton Garnett wrote: > I took the leap of faith and pulled out the rl0, removed rl0 from my > configs and all is well. > Now to get my server a WiFi card (I will look for a supported card this > time) I don't think you need to remove rl0. Just making sure it's

audio (acdt01) dump broken? (BETA4 (5))

2005-09-18 Thread Emanuel Strobl
Hello, tonight I wanted to consolidate (for an upcoming trekstor i.beat organix) my oggs and therefore eval the difference between reencoded [EMAIL PROTECTED]>[EMAIL PROTECTED] and the original reread wavs(tracks)->[EMAIL PROTECTED] Unfortunately I couldn't grab my CDs anymore. I can remember I

Re: Strange case of root filesystem corruption

2005-09-18 Thread Ulf Magnusson
Some more info: Windows is installed on the same drive. When I launched Partition Magic it complained about the LBA and CHS parameters for a partition on the drive not being identical. Just in case it's helpful.. ___ freebsd-stable@freebsd.org mailing

Re: Support for SIS 965L chipset

2005-09-18 Thread Jeff D. Hamann
Ditto! This looks like a great combo for a barebones system. How do we (we being those that aren't skilled enough to add it ourselves) make a formal request to get this into the code stream? Could we pay someone for this? What would it cost? I'd be willing to pitch in a couple of hundred USD for t

Re: RELENG_6 compilation issues

2005-09-18 Thread Kris Kennaway
On Sun, Sep 18, 2005 at 11:13:59PM +0300, Vlad GALU wrote: > On 9/18/05, Kris Kennaway <[EMAIL PROTECTED]> wrote: > > On Sun, Sep 18, 2005 at 11:07:05PM +0300, Vlad GALU wrote: > [snip] > >I think you're right. I have this bad habit of tracking changes to > src/sys and recompiling just the ker

Re: RELENG_6 compilation issues

2005-09-18 Thread Vlad GALU
On 9/18/05, Kris Kennaway <[EMAIL PROTECTED]> wrote: > On Sun, Sep 18, 2005 at 11:07:05PM +0300, Vlad GALU wrote: [snip] I think you're right. I have this bad habit of tracking changes to src/sys and recompiling just the kernel. I'll try not to do that again from now on, even if it's not as tim

Re: RELENG_6 compilation issues

2005-09-18 Thread Kris Kennaway
On Sun, Sep 18, 2005 at 11:07:05PM +0300, Vlad GALU wrote: > On 9/18/05, Xin LI <[EMAIL PROTECTED]> wrote: > [snip] > > Heh, sorry for failing to provide the actual error message. It > appears also with -O: > > -- cut here -- > cc -c -O -pipe -ffast-math -march=pentium4 -Wall -Wredundant-decl

Support for SIS 965L chipset

2005-09-18 Thread Graham North
This is a repeat of a posting to freebsd-questions a couple of weeks ago. >Can anyone tell me whether FreeBSD stable currently supports these two chips. North Bridge: SIS 760GX South Bridge: SIS 965L Asus seems to like them for its AMD barebones units. Although this is a chipset designed f

Re: RELENG_6 compilation issues

2005-09-18 Thread Vlad GALU
On 9/18/05, Xin LI <[EMAIL PROTECTED]> wrote: [snip] Heh, sorry for failing to provide the actual error message. It appears also with -O: -- cut here -- cc -c -O -pipe -ffast-math -march=pentium4 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit

Re: wireless, ndis and my ovislink wl8000

2005-09-18 Thread Jayton Garnett
Thanks Daniel :-) I took the leap of faith and pulled out the rl0, removed rl0 from my configs and all is well. Now to get my server a WiFi card (I will look for a supported card this time) The reason I got the OvisLink WL8000 was because I had seen support for OvisLink cards a few days be

Re: burncd input output error

2005-09-18 Thread Andrew Sparrow
On Sun, Sep 18, 2005 at 10:09:54AM +0200, Andreas Klemm wrote: > I see this needs more investigation. Maybe it has to deal with > the exit status I had (!=0). > > I will do a test burn now with burncd reading from a file > instead from a pipe. Let's see if it behaves different then. > > Hmm even

Re: RELENG_6 compilation issues

2005-09-18 Thread Xin LI
Hi, On Sun, Sep 18, 2005 at 01:27:48PM +0300, Vlad GALU wrote: > Seems that rev. 1.114.2.4 of devfs_vnops.c broke the kernel build, > due to a few structures' forward declarations (devfs_ops_f, > devfs_vnodeops, devfs_specops). An excerpt from /etc/make.conf: > > -- cut here -- > CPUTYPE?=p4 >

Re: wireless, ndis and my ovislink wl8000

2005-09-18 Thread Daniel O'Connor
On Sunday 18 September 2005 20:21, Jayton Garnett wrote: > Sep 18 10:50:04 desktop kernel: arp:00:4f:62:01:2c:4e is using my IP > address 192.168.0.4 > > Sep 18 10:50:04 desktop kernel: arp:00:02:44:70:12:5e is using my IP > address 192.168.0.3 Well that's not good :) Caused by having two network

Re: wireless, ndis and my ovislink wl8000

2005-09-18 Thread Jayton Garnett
setup page but not any other webpage on the internet. When I go to view the wireless clients connected to my router it reports none are connected, yet I am viewing the setup pages! I disabled my realtek with: ifconfig rl0 down I do not have WEP enabled. Before Gnome started up I noticed somethin

RELENG_6 compilation issues

2005-09-18 Thread Vlad GALU
Seems that rev. 1.114.2.4 of devfs_vnops.c broke the kernel build, due to a few structures' forward declarations (devfs_ops_f, devfs_vnodeops, devfs_specops). An excerpt from /etc/make.conf: -- cut here -- CPUTYPE?=p4 CFLAGS= -O2 -pipe CXXFLAGS+= -O2 -pipe -ffast-math BDECFLAGS= -W -Wall -a

Strange case of root filesystem corruption

2005-09-18 Thread Ulf Magnusson
First of all, all low level diagnostic tools I've used on my drive show no signs of hardware error. The shutdown prior to when the problems started went smooth, without any error messages. Yesterday GRUB would suddenly not display the boot menu anymore. After some investigation I discovered that

Re: rc-ng problem with [procname] (e.g. kernel threaded procs)

2005-09-18 Thread Andy Hilker
You (Jilles Tjoelker) wrote: > On Tue, Aug 16, 2005 at 07:24:41PM +0200, Andy Hilker wrote: > > Hmh, no one interested in this issue? Or am i wrong with this issue? > > Apparently noone is interested. > > Be sure to file a PR if you haven't done so yet. Done. Some other guy has reported this as

Re: burncd input output error

2005-09-18 Thread Andreas Klemm
On Sat, Sep 17, 2005 at 08:30:33PM -0700, Andrew Sparrow wrote: > On Sat, Sep 17, 2005 at 12:42:39PM -0400, Chuck Swiger wrote: > > Andreas Klemm wrote: > > [ ... ] > > > - burncd leaves cdrom in a way that CD cannot be mounted > > > after burning, one has to open and re-close CD tray manually >