usb support kernel changes

2006-04-08 Thread Mike Jakubik
I have disabled all usb support in my kernel on todays cvs of -stable, and to my surprise i saw it load automatically as a kernel module; # kldstat Id Refs AddressSize Name 14 0xc040 2cac68 kernel 21 0xc06cb000 628f4acpi.ko 31 0xc318b000 1c000usb.ko This is

Re: rpc.lockd brokenness (2)

2006-04-08 Thread Kris Kennaway
On Sat, Apr 08, 2006 at 01:28:55AM -0400, Rong-En Fan wrote: On 3/6/06, Jun Kuriyama [EMAIL PROTECTED] wrote: I'm not yet received enough information to track rpc.lockd problem. As Kris posted before, here is a patch to backout my suspected commit. If someone can easily reproduce this

Re: usb support kernel changes

2006-04-08 Thread John-Mark Gurney
Mike Jakubik wrote this message on Sat, Apr 08, 2006 at 02:02 -0400: I have disabled all usb support in my kernel on todays cvs of -stable, and to my surprise i saw it load automatically as a kernel module; # kldstat Id Refs AddressSize Name 14 0xc040 2cac68 kernel 2

Re: Wrong CPU frequency after reboot

2006-04-08 Thread [LoN]Kamikaze
Are you using powerd? It seems that your CPU was throttled before the reboot, because of low load and when rebooting got stuck there. Try to deactivate powerd and see weather this still occurs. If so, you can put something into rc.shutdown that stops powerd and sets your cpu back to full speed.

Re: resolver doesn't see resolv.conf changes

2006-04-08 Thread Ulrich Spoerlein
Hajimu UMEMOTO wrote: [resinit patch] It seems working on my 7-CURRENT box and 6-STABLE box. However, it should be tested more. Thanks! I'll give it a try. Though it takes me a while to roam around, I'll report back! Ulrich Spoerlein -- PGP Key ID: 20FEE9DD

Re: resolver doesn't see resolv.conf changes

2006-04-08 Thread Ulrich Spoerlein
Lyndon Nerenberg wrote: The solution is to run a local caching nameserver instance. You should do this anyway, for performance reasons. Add 'named_enable=YES' to /etc/rc.conf, and modify your /etc/dhclient.conf as follows: Good idea, but this defeates the hierarchical purpose of DNS.

Prism wi support in 6.x - or alternative card

2006-04-08 Thread Brian Candler
Hello, I Hvae an IBM Thinkpad X30 with a miniPCI wireless card: wi0: Intersil Prism2.5 mem 0xf800-0xf8000fff irq 11 at device 2.0 on pci1 wi0: using RF:PRISM2.5 MAC:ISL3874A(Mini-PCI) wi0: Intersil Firmware: Primary (1.1.0), Station (1.4.9) wi0: Ethernet address: 00:05:3c:09:7e:9d wi0: 11b

Re: resolver doesn't see resolv.conf changes

2006-04-08 Thread Lowell Gilbert
Ulrich Spoerlein [EMAIL PROTECTED] writes: Lyndon Nerenberg wrote: The solution is to run a local caching nameserver instance. You should do this anyway, for performance reasons. Add 'named_enable=YES' to /etc/rc.conf, and modify your /etc/dhclient.conf as follows: Good idea,

Re: resolver doesn't see resolv.conf changes

2006-04-08 Thread Lowell Gilbert
Lowell Gilbert [EMAIL PROTECTED] writes: Ulrich Spoerlein [EMAIL PROTECTED] writes: Lyndon Nerenberg wrote: The solution is to run a local caching nameserver instance. You should do this anyway, for performance reasons. Add 'named_enable=YES' to /etc/rc.conf, and modify your

GCC in 6.0 fails to compile latest MySQL port

2006-04-08 Thread Václav Haisman
Hi, today I tried to update to MySQL server 5.0.19 but GCC failed with ICE on one file. The FreeBSD is version 6.0. The error is reproducible with the linked preprocessed source and the command line bellow. This is a base GCC bug. Preprocessed source:

Re: rpc.lockd brokenness (2)

2006-04-08 Thread Rong-En Fan
On 4/8/06, Kris Kennaway [EMAIL PROTECTED] wrote: On Sat, Apr 08, 2006 at 01:28:55AM -0400, Rong-En Fan wrote: On 3/6/06, Jun Kuriyama [EMAIL PROTECTED] wrote: I'm not yet received enough information to track rpc.lockd problem. As Kris posted before, here is a patch to backout my

Re: resolver doesn't see resolv.conf changes

2006-04-08 Thread Chuck Swiger
Ulrich Spoerlein wrote: Lyndon Nerenberg wrote: The solution is to run a local caching nameserver instance. You should do this anyway, for performance reasons. Add 'named_enable=YES' to /etc/rc.conf, and modify your /etc/dhclient.conf as follows: Good idea, but this defeates the

Re: sio+acpi woes on HP DL145

2006-04-08 Thread Dmitry Morozovsky
On Fri, 7 Apr 2006, Mars G. Miro wrote: MGM Greetz! MGM MGM I have an HP DL145 that I'm having problems with when connecting via MGM serial console. I think it's acpi-related. This is on 6.1-BETA4/amd64 MGM (5.X is the same also) [snip] It seems it's DL145 G2. We use three of them and did not

Re: usb support kernel changes

2006-04-08 Thread Mike Jakubik
John-Mark Gurney wrote: Mike Jakubik wrote this message on Sat, Apr 08, 2006 at 02:02 -0400: I have disabled all usb support in my kernel on todays cvs of -stable, and to my surprise i saw it load automatically as a kernel module; # kldstat Id Refs AddressSize Name 14

Re: Pros and Cons of amd64 (versus i386).

2006-04-08 Thread Dmitry Morozovsky
On Fri, 7 Apr 2006, Peter Jeremy wrote: PJ I know that what I should do is install i386 on the client and test again, but PJ doing that will lose my only 64 bit environment so I am loathe to do so. Any PJ comments ? PJ PJ Backup your amd64 environment and install i386. You can re-install PJ

Re: PAE and gvinum

2006-04-08 Thread Dmitry Morozovsky
On Fri, 7 Apr 2006, Stoyan Dimov wrote: SD Hi all, SD SD I got a machine with 8GB of RAM and plenty of disk space. I need gvinum to SD manage big number of file systems but PAE enabled kernel does not compile SD modules. I couldn't figure out how to get vinum statically compiled in the SD

Re: rpc.lockd brokenness (2)

2006-04-08 Thread Kris Kennaway
On Sat, Apr 08, 2006 at 09:52:35AM -0400, Rong-En Fan wrote: On 4/8/06, Kris Kennaway [EMAIL PROTECTED] wrote: On Sat, Apr 08, 2006 at 01:28:55AM -0400, Rong-En Fan wrote: On 3/6/06, Jun Kuriyama [EMAIL PROTECTED] wrote: I'm not yet received enough information to track rpc.lockd

CPU throttling

2006-04-08 Thread Graham North
ACPI Advice CPU freq management are kind of new to me and I will be setting up a brand new motherboard with a sempron 3100+ which has power throttling capabilities. I want to capture this if possible - CPU throttling was a key factor in its choice. I intend to install as i386 initially.

Re: resolver doesn't see resolv.conf changes

2006-04-08 Thread Dmitry Pryanishnikov
Hello! On Sat, 8 Apr 2006, Ulrich Spoerlein wrote: Good idea, but this defeates the hierarchical purpose of DNS. Now my caching DNS is always querying the root DNS servers. Sorry, but what kind of hierarchy does it defeat? If client's query can't be satisfied from provider's DNS cache, and

Re: CPU throttling

2006-04-08 Thread Kris Kennaway
On Sat, Apr 08, 2006 at 11:13:05AM -0700, Graham North wrote: ACPI Advice CPU freq management are kind of new to me and I will be setting up a brand new motherboard with a sempron 3100+ which has power throttling capabilities. I want to capture this if possible - CPU throttling was a key

Re: resolver doesn't see resolv.conf changes

2006-04-08 Thread Dmitry Morozovsky
On Sat, 8 Apr 2006, Dmitry Pryanishnikov wrote: DP Sorry, but what kind of hierarchy does it defeat? If client's query DP can't be satisfied from provider's DNS cache, and doesn't refer to DP domain which is hosted on ISP, then provider's DNS server will make DP first query to root DNS server,

Re: GCC in 6.0 fails to compile latest MySQL port

2006-04-08 Thread Kris Kennaway
On Sat, Apr 08, 2006 at 03:49:08PM +0200, V??clav Haisman wrote: Hi, today I tried to update to MySQL server 5.0.19 but GCC failed with ICE on one file. The FreeBSD is version 6.0. The error is reproducible with the linked preprocessed source and the command line bellow. This is a base GCC

Re: CPU throttling

2006-04-08 Thread Graham North
Kris -that sounds pretty straightforward - thank you. G/ Kris Kennaway wrote: On Sat, Apr 08, 2006 at 11:13:05AM -0700, Graham North wrote: ACPI Advice CPU freq management are kind of new to me and I will be setting up a brand new motherboard with a sempron 3100+ which has power

Re: CPU throttling

2006-04-08 Thread Graham North
If I install 5.x instead does it provide similar support? G/ Kris Kennaway wrote: On Sat, Apr 08, 2006 at 11:13:05AM -0700, Graham North wrote: ACPI Advice CPU freq management are kind of new to me and I will be setting up a brand new motherboard with a sempron 3100+ which has power

Re: CPU throttling

2006-04-08 Thread Kris Kennaway
On Sat, Apr 08, 2006 at 11:48:37AM -0700, Graham North wrote: If I install 5.x instead does it provide similar support? G/ Not sure, but why would you want to install 5.x? :) Kris pgpKghynVFoZY.pgp Description: PGP signature

Re: GCC in 6.0 fails to compile latest MySQL port

2006-04-08 Thread Václav Haisman
Kris Kennaway wrote: On Sat, Apr 08, 2006 at 03:49:08PM +0200, V??clav Haisman wrote: Hi, today I tried to update to MySQL server 5.0.19 but GCC failed with ICE on one file. The FreeBSD is version 6.0. The error is reproducible with the linked preprocessed source and the command line

Re: Disappointed-new

2006-04-08 Thread Mike Tancsa
At 08:14 AM 07/04/2006, Albert Shih wrote: The 6-stable is installed on the server on begin of February 2006 Problems : bge0 watchdog timeout problems bge0 watchdog timeout problems There have been a number of improvements to the bge driver in late

Re: resolver doesn't see resolv.conf changes

2006-04-08 Thread Dmitry Pryanishnikov
Hello! On Sat, 8 Apr 2006, Dmitry Morozovsky wrote: DP Sorry, but what kind of hierarchy does it defeat? If client's query DP can't be satisfied from provider's DNS cache, and doesn't refer to DP domain which is hosted on ISP, then provider's DNS server will make DP first query to root DNS

Re: resolver doesn't see resolv.conf changes

2006-04-08 Thread Dmitry Morozovsky
On Sat, 8 Apr 2006, Dmitry Pryanishnikov wrote: DP DP Sorry, but what kind of hierarchy does it defeat? If client's query DP DP can't be satisfied from provider's DNS cache, and doesn't refer to DP DP domain which is hosted on ISP, then provider's DNS server will make DP DP first query to

Re: resolver doesn't see resolv.conf changes

2006-04-08 Thread Lyndon Nerenberg
On Apr 8, 2006, at 1:39 AM, Ulrich Spoerlein wrote: Good idea, but this defeates the hierarchical purpose of DNS. Now my caching DNS is always querying the root DNS servers. That's how the DNS works. You query the root once for the TLD, then cache the NS records for the TLD's servers,

Re: Pros and Cons of amd64 (versus i386).

2006-04-08 Thread Peter Jeremy
On Sat, 2006-Apr-08 20:41:36 +0400, Dmitry Morozovsky wrote: On Fri, 7 Apr 2006, Peter Jeremy wrote: PJ Backup your amd64 environment and install i386. You can re-install PJ the amd64 once the testing is finished. The best benchmark is always PJ your own application. Or, even better, use spare

Re: GCC in 6.0 fails to compile latest MySQL port

2006-04-08 Thread Stanislaw Halik
On Sat, Apr 08, 2006, Václav Haisman wrote: It could help me confirm/exclude that possibility if somebody could try to compile the preprocessed source with the pasted command. doesn't ICE on 6.1-PRERELEASE from Apr 3. HTH, -- sh pgpK6DllxLqpp.pgp Description: PGP signature

Re: GCC in 6.0 fails to compile latest MySQL port

2006-04-08 Thread Václav Haisman
Stanislaw Halik wrote: On Sat, Apr 08, 2006, Václav Haisman wrote: It could help me confirm/exclude that possibility if somebody could try to compile the preprocessed source with the pasted command. doesn't ICE on 6.1-PRERELEASE from Apr 3. Yup, thanks, it is the memory then. HTH,

Re: splash

2006-04-08 Thread Craig Boston
On Thu, Apr 06, 2006 at 04:53:46AM -0700, Chris wrote: No kidding? These are the same brands I'm using. The ATI's are PCI (onboard ATI - TYAN SMP motherboards) and the nVidia's are AGP. They're higher end models as well. Must be the way I build the kernel regarding boot/ console. Oh well, no

RELENG_6_1

2006-04-08 Thread Rong-En Fan
Hi, According to the webpage [1], 6.1 has been branched on April 5. However, I noticed that there is a tag called RELENG_6_1, not a branch called RELENG_6_1. For example, sys/conf/newvers.sh [2], rev 1.69.2.11, is on RELENG_6 branch with tag RELENG_6_1_BP and RELENG_6_1. It is a bit strange for

Re: Pros and Cons of amd64 (versus i386).

2006-04-08 Thread Chris H.
Quoting Peter Jeremy [EMAIL PROTECTED]: On Sat, 2006-Apr-08 20:41:36 +0400, Dmitry Morozovsky wrote: On Fri, 7 Apr 2006, Peter Jeremy wrote: PJ Backup your amd64 environment and install i386. You can re-install PJ the amd64 once the testing is finished. The best benchmark is always PJ your

Re: RELENG_6_1

2006-04-08 Thread Scott Long
Rong-En Fan wrote: Hi, According to the webpage [1], 6.1 has been branched on April 5. However, I noticed that there is a tag called RELENG_6_1, not a branch called RELENG_6_1. For example, sys/conf/newvers.sh [2], rev 1.69.2.11, is on RELENG_6 branch with tag RELENG_6_1_BP and RELENG_6_1. It

Re: RELENG_6_1

2006-04-08 Thread Rong-En Fan
On 4/8/06, Scott Long [EMAIL PROTECTED] wrote: Rong-En Fan wrote: Hi, According to the webpage [1], 6.1 has been branched on April 5. However, I noticed that there is a tag called RELENG_6_1, not a branch called RELENG_6_1. For example, sys/conf/newvers.sh [2], rev 1.69.2.11, is on

Re: Pros and Cons of amd64 (versus i386).

2006-04-08 Thread Scott Long
Chris H. wrote: Quoting Peter Jeremy [EMAIL PROTECTED]: On Sat, 2006-Apr-08 20:41:36 +0400, Dmitry Morozovsky wrote: On Fri, 7 Apr 2006, Peter Jeremy wrote: PJ Backup your amd64 environment and install i386. You can re-install PJ the amd64 once the testing is finished. The best benchmark

Re: RELENG_6_1

2006-04-08 Thread Scott Long
Rong-En Fan wrote: On 4/8/06, Scott Long [EMAIL PROTECTED] wrote: Rong-En Fan wrote: Hi, According to the webpage [1], 6.1 has been branched on April 5. However, I noticed that there is a tag called RELENG_6_1, not a branch called RELENG_6_1. For example, sys/conf/newvers.sh [2], rev

Re: splash

2006-04-08 Thread Chris H.
Quoting Craig Boston [EMAIL PROTECTED]: On Thu, Apr 06, 2006 at 04:53:46AM -0700, Chris wrote: No kidding? These are the same brands I'm using. The ATI's are PCI (onboard ATI - TYAN SMP motherboards) and the nVidia's are AGP. They're higher end models as well. Must be the way I build the

downgrade question

2006-04-08 Thread Chris H.
Greetings all, I inadvertently put the wrong tag in my cvsup script and ended up with 5.5-PRERELEASE instead of 5.4. If I just change the tag to default release=cvs tag=RELENG_5_4 will it prune and/ or overwrite my src tree accordingly? Thank you for all your time and consideration. --Chris H.

Re: downgrade question

2006-04-08 Thread Darren Pilgrim
Chris H. wrote: Greetings all, I inadvertently put the wrong tag in my cvsup script and ended up with 5.5-PRERELEASE instead of 5.4. If I just change the tag to default release=cvs tag=RELENG_5_4 will it prune and/ or overwrite my src tree accordingly? Yes, cvsup is fully capable of reverting

Re: downgrade question

2006-04-08 Thread Joseph Koshy
ch I inadvertently put the wrong tag in my cvsup script and ch ended up with 5.5-PRERELEASE instead of 5.4. If I just ch change the tag to default release=cvs tag=RELENG_5_4 ch will it prune and/ or overwrite my src tree accordingly? dp Yes, cvsup is fully capable of reverting collections to dp