Re: win32-codecs question ...

2007-01-05 Thread Patrick Okui
On Friday 05 January 2007 00:39, Freddie Cash wrote: > This is all nicely documented in the ports(7) man page. ahh.. didn't even know there was one. I found out about make config (as well as showconfig and rmconfig and ...) by reading Mk/bsd.ports.mk -- patrick __

(audit?) Panic in 6.2-PRERELEASE

2007-01-05 Thread Ceri Davies
For the last two mornings, my system decided to panic() in the exact same place. I have dumps from both but they almost exactly the same. Any pointers on where to go next are welcomed. Here's the first, and I don't see much in there: [EMAIL PROTECTED] # uname -a FreeBSD shrike.private.submonkey

RE: Page Fault in 6.2-PRE RELEASE

2007-01-05 Thread Christopher Harper \(05056409\)
Thank you for your help , Ill keep my eye on this and just use a crossover cable for the time being. -- Christopher Harper (05056409) wrote: > The system freezes randomly and no longer accepts any input and after a > minute of being 'frozen' reboots. > (kgdb) back

Re: (audit?) Panic in 6.2-PRERELEASE

2007-01-05 Thread Robert Watson
On Fri, 5 Jan 2007, Ceri Davies wrote: For the last two mornings, my system decided to panic() in the exact same place. I have dumps from both but they almost exactly the same. Any pointers on where to go next are welcomed. Here's the first, and I don't see much in there: In principle, ker

Re: (audit?) Panic in 6.2-PRERELEASE

2007-01-05 Thread Ceri Davies
On Fri, Jan 05, 2007 at 12:13:30PM +, Robert Watson wrote: > On Fri, 5 Jan 2007, Ceri Davies wrote: > > >For the last two mornings, my system decided to panic() in the exact same > >place. I have dumps from both but they almost exactly the same. Any > >pointers on where to go next are welco

Re: (audit?) Panic in 6.2-PRERELEASE

2007-01-05 Thread Robert Watson
On Fri, 5 Jan 2007, Ceri Davies wrote: Much as I would love to trust the contents of ub there, I suspect they can't be trusted. Could you print the contents of *fp in kern_fstat() in both of those stacks? I'd particularly like to know the value of fp->f_type, and then depending on the type,

Firewire card not recognized.

2007-01-05 Thread Karl Heller
With Firewire support enabled in i386 6.0 release and 6.1 release I can't seem to get my card to be recognized or at least have devices show up that are attached to it. The FW card is a Belkin F5U503 with TI TSB43AB23. The boot shows: at device 3.0 (no driver attached)" Here is the rel

Re: (audit?) Panic in 6.2-PRERELEASE

2007-01-05 Thread Ceri Davies
On Fri, Jan 05, 2007 at 01:34:04PM +, Robert Watson wrote: > > On Fri, 5 Jan 2007, Ceri Davies wrote: > > >>Much as I would love to trust the contents of ub there, I suspect they > >>can't be trusted. Could you print the contents of *fp in kern_fstat() in > >>both of those stacks? I'd par

Shutdown problem "Stray IRQ9"

2007-01-05 Thread vincent delft
As new to FreeBSD I'm looking for info to solve my shutdown problem. When I shutdown the system (shutdown -h now), the messages displayed are: " No buffers busy after final sync Uptime: 1h3m35s Shutting down ACPI stray irq9 " then hang ;-(. I've google a bit on "stray irq9" and found several

Re: Shutdown problem "Stray IRQ9"

2007-01-05 Thread Jeremy Chadwick
On Fri, Jan 05, 2007 at 07:17:12AM -0800, vincent delft wrote: > As new to FreeBSD I'm looking for info to solve my > shutdown problem. > > When I shutdown the system (shutdown -h now), the > messages displayed are: > " > No buffers busy after final sync > Uptime: 1h3m35s > Shutting down ACPI > st

kernel panic on 6.2-RC2 with GENERIC.

2007-01-05 Thread Nikolay Pavlov
Hello folks. I have kernel panic on GENERIC kernel while executing postmark. Before panic there were messages like this: g_vfs_done():da1s1d[WRITE(offset=772363010048, length=16384)]error = 5 g_vfs_done():da1s1d[WRITE(offset=772363026432, length=16384)]error = 5 g_vfs_done():da1s1d[WRITE(offset=77

Re: kernel panic on 6.2-RC2 with GENERIC.

2007-01-05 Thread Nikolay Pavlov
On Friday, 5 January 2007 at 18:59:10 +0200, Nikolay Pavlov wrote: > Hello folks. I want to add that i can't triger this panic in 6.1-RELEASE-p11. > I have kernel panic on GENERIC kernel while executing postmark. > > Before panic there were messages like this: > g_vfs_done():da1s1d[WRITE(offset

benchmark

2007-01-05 Thread Eugene Grosbein
Hi! I'm trying to meashure network throughput between two 6.2-PRERELEASE boxes, basically get maximim IP packets per second transmitted/received. Tried to use iperf from ports in UDP mode with 64 byte payload, but it calls gettimeofday() after each write and gives me about 80Kpps only for Pentium

Re: benchmark

2007-01-05 Thread Eugene Grosbein
On Fri, Jan 05, 2007 at 09:56:31AM -0800, pete wright wrote: > >Tried to use iperf from ports in UDP mode with 64 byte payload, > >but it calls gettimeofday() after each write and gives me about 80Kpps only > >for Pentium D 2.8Ghz. > > > >What alternative should I use? May be, a netgraph node? >

Re: benchmark

2007-01-05 Thread Luigi Rizzo
On Sat, Jan 06, 2007 at 12:43:50AM +0700, Eugene Grosbein wrote: > Hi! > > I'm trying to meashure network throughput between two 6.2-PRERELEASE boxes, > basically get maximim IP packets per second transmitted/received. > > Tried to use iperf from ports in UDP mode with 64 byte payload, > but it c

Re: benchmark

2007-01-05 Thread pete wright
On 1/5/07, Eugene Grosbein <[EMAIL PROTECTED]> wrote: On Fri, Jan 05, 2007 at 09:56:31AM -0800, pete wright wrote: > >Tried to use iperf from ports in UDP mode with 64 byte payload, > >but it calls gettimeofday() after each write and gives me about 80Kpps only > >for Pentium D 2.8Ghz. > > > >Wha

HEADS UP: FreeBSD ports 4.11 EoL coming soon

2007-01-05 Thread FreeBSD portmgr secretary
On January 31st, FreeBSD 4.11 and earlier releases will have reached its End of Life dates and will no longer be supported by the FreeBSD Ports Team. Users are encouraged to upgrade to FreeBSD 6.1, or the upcoming FreeBSD 6.2 release. Packages for binary installations will no longer be built for

Re: benchmark

2007-01-05 Thread pete wright
On 1/5/07, Eugene Grosbein <[EMAIL PROTECTED]> wrote: Hi! I'm trying to meashure network throughput between two 6.2-PRERELEASE boxes, basically get maximim IP packets per second transmitted/received. Tried to use iperf from ports in UDP mode with 64 byte payload, but it calls gettimeofday() aft

Re: Shutdown problem "Stray IRQ9"

2007-01-05 Thread Sam Sirlin
Date: Fri, 5 Jan 2007 08:09:09 -0800 From: Jeremy Chadwick <[EMAIL PROTECTED]> On Fri, Jan 05, 2007 at 07:17:12AM -0800, vincent delft wrote: > As new to FreeBSD I'm looking for info to solve my > shutdown problem. > > When I shutdown the system (shutdown -h now), the > me

Livelock in 6.2-RC1

2007-01-05 Thread Frode Nordahl
Hello colleagues, I am experiencing a rare livelock on four of my backend mail servers running 6.1-STABLE, 6.2-BETA2 and 6.2-RC1. They are running OpenLDAP slapd, postfix and UW-IMAPD. The servers can run for months without any problem, but nevertheless I have experienced this problem on

Re: benchmark

2007-01-05 Thread Mike Tancsa
At 12:43 PM 1/5/2007, Eugene Grosbein wrote: Hi! I'm trying to meashure network throughput between two 6.2-PRERELEASE boxes, basically get maximim IP packets per second transmitted/received. Try /usr/src/tools/tools/netrate/ I did some tests with the results at http://www.tancsa.com/blast.htm

Fatal trap 12: page fault while in kernel mode

2007-01-05 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just had the following happen on a FreeBSD 6.2-PRERELEASE #7: Sun Dec 17 01:28:52 AST 2006 system ... amd64, HP Proliant, 6G of RAM ... have core if there is information that I can provide out of it ... Fatal trap 12: page fault while in kernel mo