RE: twa breakage on AMD64with9.1.5.23wareversionand2005-01-1103:00:49UTC RELENG_5commit

2005-01-22 Thread KSA Technologies
Vinod, That patch worked. Received a clean buildkernel, installkernel and boot with the patch you supplied. Thanks, Kev -Original Message- From: Vinod Kashyap [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005 2:23 PM To: [EMAIL PROTECTED]; freebsd-stable@freebsd.org Subject:

VMWare Workstation - burncd/DMA Mode

2005-01-22 Thread Rad Ricka
Hi, I'm having trouble burning CD's from FreeBSD 5.3 guest through WinXP host on VMWare Workstation 4.5.2 My VMWare workstation is complaining about DMA mode when I run: burncd -s 10 -f /dev/acd0 data test.iso fixate The error message from VMWare I get is: Your virtual machine has sent an

5.3 stack overflow on a old cyrix p200+ 32MB RAM?

2005-01-22 Thread Nuno Teixeira
Hello to all, I'm trying to install 5.3 in a old pc (p200+ 32MB) but it stops booting from cd with a stack overflow. I have installed NetBSD 2.0 without problems just as a workaround. I've googled and I saw lot with people with the same problem with old pcs. I have not tryed 4.10 yet. Any

Re: strange ucom (uplcom) error

2005-01-22 Thread Shunsuke Akiyama
At Thu, 20 Jan 2005 14:18:30 +0100, Michal Mertl wrote: I wrote: Emanuel Strobl wrote: Am Dienstag, 18. Januar 2005 16:17 schrieb Andrew L. Neporada: On Tue, Jan 18, 2005 at 01:06:43PM +0100, Emanuel Strobl wrote: Dear experts, I have two USB-RS232 Adaptors, both with

correct value for LANG variable

2005-01-22 Thread Bjrn Knig
I am a bit confused. Neither de_DE.ISO-8859-1 nor de_DE.ISO8859-1 work properly in all cases. setenv LANG de_DE.ISO8859-1 echo abcdef uvwxyz | tr '[a-z]' '[A-Z]' ABCDEF ÚWXYÝ] setenv LANG de_DE.ISO-8859-1 echo abcdef uvwxyz | tr '[a-z]' '[A-Z]' ABCDEF UVWXYZ perl perl: warning: Setting locale

Re: correct value for LANG variable

2005-01-22 Thread Tim Robbins
On Sat, Jan 22, 2005 at 04:52:45PM +0100, Bj?rn K?nig wrote: I am a bit confused. Neither de_DE.ISO-8859-1 nor de_DE.ISO8859-1 work properly in all cases. setenv LANG de_DE.ISO8859-1 echo abcdef uvwxyz | tr '[a-z]' '[A-Z]' ABCDEF ?WXY?] For better or worse, this is not the correct way to

Re: correct value for LANG variable

2005-01-22 Thread Michael Nottebrock
On Saturday, 22. January 2005 16:52, Björn König wrote: I am a bit confused. Neither de_DE.ISO-8859-1 nor de_DE.ISO8859-1 work properly in all cases. setenv LANG de_DE.ISO8859-1 echo abcdef uvwxyz | tr '[a-z]' '[A-Z]' ABCDEF ÚWXYÝ] This is the correct locale name, but don't use tr like

Re: correct value for LANG variable

2005-01-22 Thread Björn König
Tim Robbins wrote: For better or worse, this is not the correct way to perform case conversion in non-ASCII locales on FreeBSD 5 and later. See the COMPATIBILITY section of the tr(1) manpage for more information. Thanks a lot for this hint. I will pay more attention to this section. Regards Björn

Re: correct value for LANG variable

2005-01-22 Thread Bjrn Knig
Michael Nottebrock schrieb: Use tr [:lower:] [:upper:] instead. I was wondering about a third-party script which always worked for years with Solaris. I just didn't realized that this issue concerns a difference between SysV and BSD. I tried to set another LANG string and it worked, but now I see

hang at fxp0 with RELENG_5

2005-01-22 Thread Petri Helenius
I upgraded a dual xeon from 5.3 to RELENG_5 a few days ago and the boot hangs after probing fxp0. Should I compile kernel debugger in and look for a stack trace or is there a known issue? This on intel 7505 board. Pete ___ freebsd-stable@freebsd.org

LAN over Bluetooth failure with 5.3-STABLE

2005-01-22 Thread Petr Panteleyev
I'm trying to connect WinXP with 5.3-STABLE via Bluetooth using USB dongles. I followed Handbook, set up and started rc.bluetooth, hcsecd, sdpd and rfcomm_pppd. My dongle is recognized, pairing goes well. Connection from WinXP to FreeBSD can be always established but when I'm trying to send any

Re: AAAA queries (was: Realtek 8139 (rl) very poor performance)

2005-01-22 Thread Imobach Gonzlez Sosa
Have you used dig(1) or other diagnostic tools to confirm that your DNS server is really not handling queries? This is really a a sign that the DNS server is seriously broken. has been a standard for years and any server that does not understand it is probably in very bad shape.

Cannot build kernel with options WITNESS

2005-01-22 Thread Artem Kuchin
I cvssed just an hour ago. 5.3-STABLE and cannot build kernel with WITNES. It complains: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W missing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -st d=c99 -nostdinc -I- -I. -I/usr/src/sys

Re: Cannot build kernel with options WITNESS

2005-01-22 Thread Michal Kapalka
look in /usr/src/UPDATING *** 20040710: A revamp of the debugging code in the kernel with some visible changes beyond just the debugging experience: o The DDB option is now specific to the DDB debugger backend and should not be used any more for conditional

Re: Cannot build kernel with options WITNESS

2005-01-22 Thread Robert Watson
On Sat, 22 Jan 2005, Artem Kuchin wrote: I cvssed just an hour ago. 5.3-STABLE and cannot build kernel with WITNES. It complains: This occurs when building WITNESS without DDB in the kernel, which was not a tested build case when I added show alllocks, and apparently is a relatively uncommon

Re: Cannot build kernel with options WITNESS

2005-01-22 Thread Artem Kuchin
On Sat, 22 Jan 2005, Artem Kuchin wrote: I cvssed just an hour ago. 5.3-STABLE and cannot build kernel with WITNES. It complains: This occurs when building WITNESS without DDB in the kernel, which was not a tested build case when I added show alllocks, and apparently is a relatively uncommon

Re: Cannot build kernel with options WITNESS

2005-01-22 Thread Robert Watson
On Sun, 23 Jan 2005, Artem Kuchin wrote: On Sat, 22 Jan 2005, Artem Kuchin wrote: I cvssed just an hour ago. 5.3-STABLE and cannot build kernel with WITNES. It complains: This occurs when building WITNESS without DDB in the kernel, which was not a tested build case when I added

PF rule statistics (hits) on individual rules....

2005-01-22 Thread Forrest Aldrich
I'm migrating one of my systems to PF from IPFW. In so doing and planning, I've reviewed the manpages and some online docs. I've become dependent upon ipfw -t to determine hits on various spam rules I've implemented - some of them large lists of /24's. I've not been able to determine that there

Re: PF rule statistics (hits) on individual rules....

2005-01-22 Thread Chris Jones
Forrest Aldrich wrote: I've not been able to determine that there is an equivalent in PF - though I imagine there must be some method to accomplish this. I'd appreciate if someone could help point in the right direction. You want to label rules; a 'pfctl -sl' will then get you information on

Re: correct value for LANG variable

2005-01-22 Thread Tim Robbins
On Sat, Jan 22, 2005 at 06:29:29PM +0100, Bj?rn K?nig wrote: Michael Nottebrock schrieb: Use tr [:lower:] [:upper:] instead. I was wondering about a third-party script which always worked for years with Solaris. I just didn't realized that this issue concerns a difference between SysV