6.1-PRERELEASE nfs root troubles

2006-03-06 Thread sergey akifiev
currently i'm trying to setup diskless client, which netboots 6.1-PRERELEASE kernel with help of etherboot. i've built custom kernel with `sudo make -j4 buildkernel KERNCONF=DISKLESS CPUTYPE=pentium-mmx -DNO_MODULES' and attached config. kernell loads off tftp server fine, detecting devices, but

Re: page fault panices after upgrading 5.4-RELEASE to 6.0-RELEASE/6.1-PRERELEASE

2006-03-06 Thread Dmitry Pryanishnikov
Hello! On Mon, 6 Mar 2006, Pavel Gubin wrote: I've got some machine which is almost idle and works now almost only as dialup server. The problem was that this machine was very stable under 5.4-RELEASE, but after upgrading (via buildworld/installworld) to 6.0-RELEASE-p4 and then to

Re: 6.1-PRERELEASE nfs root troubles

2006-03-06 Thread Kris Kennaway
On Mon, Mar 06, 2006 at 02:42:22PM +0600, sergey akifiev wrote: currently i'm trying to setup diskless client, which netboots 6.1-PRERELEASE kernel with help of etherboot. i've built custom kernel with `sudo make -j4 buildkernel KERNCONF=DISKLESS CPUTYPE=pentium-mmx -DNO_MODULES' and attached

Re: 6.1-PRERELEASE nfs root troubles

2006-03-06 Thread sergey akifiev
On Mon, Mar 06, 2006 at 04:27:43AM -0500, Kris Kennaway wrote: After you have rebuilt your kernel, please post the panic (which may be different now), and do 'wh' at the prompt. i've added INVARIANTS* options to kernel, but trap looks exactly as before (only IP register changed). and i can't

Re: Fresh install on gmirror'ed disks?

2006-03-06 Thread Patrick M. Hausen
Hello! On Fri, Mar 03, 2006 at 06:58:50PM -0800, George Hartzell wrote: http://ezine.daemonnews.org/200502/diskmirror.html When the mirror is up and running, cvsup, buildworld, buildkernel, installkernel, installworld, mergemaster, reboot, enjoy ;-) I think that the instructions

Re: Fresh install on gmirror'ed disks?

2006-03-06 Thread JoaoBR
On Monday 06 March 2006 08:41, Patrick M. Hausen wrote: AFAIK soft-updates don't put your root partition at risk _directly_. You might run into problems, _if_ your root partition is rather small, during installworld/installkernel. This is due to the delayed freeing of data blocks when files

Re: Fresh install on gmirror'ed disks?

2006-03-06 Thread Patrick M. Hausen
Hi! On Mon, Mar 06, 2006 at 10:26:53AM -0300, JoaoBR wrote: I did configure quite a few servers with soft-updates on all partitions, when soft-updates were rather new and I was excited about the performance gain and didn't know about the possible problems with / - as I said, I never had a

Re: Fresh install on gmirror'ed disks?

2006-03-06 Thread JoaoBR
On Sunday 05 March 2006 01:22, Mark Kirkwood wrote: JoaoBR wrote: geom changed this complications definitely, using gmirror or gstripe commands is easy as copying a file. (Chuckles) - While I see your point, I see that Ralf E's article discussing this very issue weighs in at about a

Re: Fresh install on gmirror'ed disks?

2006-03-06 Thread JoaoBR
On Monday 06 March 2006 10:34, Patrick M. Hausen wrote: Hi! On Mon, Mar 06, 2006 at 10:26:53AM -0300, JoaoBR wrote: I did configure quite a few servers with soft-updates on all partitions, when soft-updates were rather new and I was excited about the performance gain and didn't know

Re: RELENG_6: serial console drops back from 115200 to 9600 baud

2006-03-06 Thread Vivek Khera
On Feb 27, 2006, at 12:29 PM, Ed Maste wrote: Probably the best way is now -S in boot.config, since it means that you don't have to recompile and you only have to change it in one place. I'm not having any luck getting my 115200 baud serial console back. The machine was upgraded from

Great job to all who work on FreeBSD!

2006-03-06 Thread John Reynolds~
[ sorry for the cross-post, but both camps deserve this message ] A hearty thank you to all FreeBSD developers and a job well done! I've been out of the loop on FreeBSD due to utter busy-ness on the job and at home (along with general apathy for being in front of a computer outside work) for

Problems with AVM B1 PCMCIA card / card detection

2006-03-06 Thread Martin Loschwitz
Hi all, after upgrading my FreeBSD 6 gateway from 6-BETA2 to 6-RELEASE-p5, my AVM B1 PCMCIA active ISDN card stopped to work. When plugging the card in, all I see are these lines in dmesg: pccard0: Card has no functions! cbb0: PC Card card activation failed Additionaly, reading out the card's

vm_page_free: pindex(0), busy(0), PG_BUSY(0), hold(0) panic: vm_page_free: freeing free page

2006-03-06 Thread Robert Watson
Got the attached panic + trace on a build server today when doing a parallel buildworld. Unread portion of the kernel message buffer: vm_page_free: pindex(0), busy(0), PG_BUSY(0), hold(0) panic: vm_page_free: freeing free page Uptime: 2d20h44m8s Dumping 1022 MB (2 chunks) chunk 0: 1MB (159

Re: cvs commit: www/en/releases/6.1R todo.sgml

2006-03-06 Thread Gleb Smirnoff
On Mon, Mar 06, 2006 at 06:59:07PM +, Hiroki Sato wrote: H H Modified files: H en/releases/6.1R todo.sgml H Log: H Add new items: H exec_map depletion, H NFS data corruption between two 7.0 machines, H panic in fxp driver, H deadlock in

Re: cvs commit: www/en/releases/6.1R todo.sgml

2006-03-06 Thread Hiroki Sato
Gleb Smirnoff [EMAIL PROTECTED] wrote in [EMAIL PROTECTED]: gl Is it possible place kern/87208 into TODO list for 6.1-RELEASE? gl The problem appeared to be a bad regression in 6.0-RELEASE, gl that hurted many users. The PR contains several test cases, gl description and patch for the problem.

Re: 6.1-PRERELEASE nfs root troubles

2006-03-06 Thread Kris Kennaway
On Mon, Mar 06, 2006 at 04:55:11PM +0600, sergey akifiev wrote: On Mon, Mar 06, 2006 at 04:27:43AM -0500, Kris Kennaway wrote: After you have rebuilt your kernel, please post the panic (which may be different now), and do 'wh' at the prompt. i've added INVARIANTS* options to kernel, but

Re: RELENG_6: serial console drops back from 115200 to 9600 baud

2006-03-06 Thread Ian Dowse
In message [EMAIL PROTECTED], Vivek Khera writes : On Feb 27, 2006, at 12:29 PM, Ed Maste wrote: I'm not having any luck getting my 115200 baud serial console back. The machine was upgraded from 5.4-STABLE to 6.1-PRE last week, and again over the weekend. I did the following: make

Re: RELENG_6: serial console drops back from 115200 to 9600 baud

2006-03-06 Thread Vivek Khera
On Mar 6, 2006, at 4:19 PM, Ian Dowse wrote: There are a lot of steps to the boot process so it can be confusing - the command you wanted was disklabel, not boot0cfg. The boot0cfg program installs boot0, which is a 512-byte boot manager that you Yow. Thanks for the clarification. I guess

Re: RELENG_6: serial console drops back from 115200 to 9600 baud

2006-03-06 Thread Mike Tancsa
At 04:19 PM 06/03/2006, Ian Dowse wrote: Presumably the boot loader (boot1/2) drops you at the prompt because it is old and does not understand the -S115200. Once you update the boot blocks with disklabel, that /boot.config should work. I think I am almost there, but in my case, I get some

Re: bash 3.1.10 breaks configure scripts (was Re: configure scripts ignores parameters)

2006-03-06 Thread Kris Kennaway
On Sun, Mar 05, 2006 at 04:01:19AM -0500, Kris Kennaway wrote: On Sun, Mar 05, 2006 at 09:57:54AM +0100, Nicolas Rachinsky wrote: * Kris Kennaway [EMAIL PROTECTED] [2006-03-05 03:41 -0500]: On Sun, Mar 05, 2006 at 09:36:25AM +0100, Nicolas Rachinsky wrote: The problem seems to depend on

Re: cvs commit: www/en/releases/6.1R todo.sgml

2006-03-06 Thread Gleb Smirnoff
On Tue, Mar 07, 2006 at 05:46:54AM +0900, Hiroki Sato wrote: H gl Is it possible place kern/87208 into TODO list for 6.1-RELEASE? H gl The problem appeared to be a bad regression in 6.0-RELEASE, H gl that hurted many users. The PR contains several test cases, H gl description and patch for the

gmirror(8) and graid3(8) changes.

2006-03-06 Thread Pawel Jakub Dawidek
Hi. Here you can find patches with changes to gmirror(8) and graid3(8): http://people.freebsd.org/~pjd/patches/gmirror.7.patch http://people.freebsd.org/~pjd/patches/graid3.patch The patches does the following: - Significant synchronization speed improvement. Now many parallel

Re: wpa_supplicant with NDIS-wrapped wireless card and WPA-PSK reboots 6.1-pre

2006-03-06 Thread Carlos Amengual
Fabian Keil wrote: Does it make a difference if you additionally put the bssid in /etc/wpa_supplicant.conf? No, it doesn't, but thanks for suggestion. I only use wep encryption and don't know if a failed attempt to associate with wpa_supplicant can cause a reboot, but it's worth a try. You

rpc.lockd brokenness (2)

2006-03-06 Thread Jun Kuriyama
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 problem, please try with this patch on both of server/client side of rpc.lockd (I'm not sure which of server/client

Re: cvs commit: www/en/releases/6.1R todo.sgml

2006-03-06 Thread Ade Lovett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 While we're at it, bin/94028 points out a fundamental problem with ifconfig(8) as it stands on 6.1-PRERELEASE, preventing MTUs from being set on vlan interfaces. - -aDe -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Darwin)

no ipmon output

2006-03-06 Thread David Coder
Having upgraded from 5.4 to 6.1-PRERELEASE on two systems I find that ipmon produces an output on one but not the other. truss ipmon on the non- functioning system produces . . . open(/var/run/ipmon.pid,0x601,0644)= 4 (0x4) getdtablesize() = 11095

Re: Failing to understand getrusage()

2006-03-06 Thread Yar Tikhiy
On Thu, Mar 02, 2006 at 11:50:29PM +, Nick Barnes wrote: At 2006-03-02 22:24:17+, Nik Clayton writes: I'm failing to understand how getrusage() works, which is a bit perplexing, because it doesn't seem like it would be terribly complicated. ru_maxrss is the maximum resident set

Re: cvs commit: www/en/releases/6.1R todo.sgml

2006-03-06 Thread David Xu
On Tuesday 07 March 2006 04:46, Hiroki Sato wrote: Gleb Smirnoff [EMAIL PROTECTED] wrote in [EMAIL PROTECTED]: gl Is it possible place kern/87208 into TODO list for 6.1-RELEASE? gl The problem appeared to be a bad regression in 6.0-RELEASE, gl that hurted many users. The PR contains

Re: bash 3.1.10 breaks configure scripts (was Re: configure scripts ignores parameters)

2006-03-06 Thread David O'Brien
On Mon, Mar 06, 2006 at 04:59:42PM -0500, Kris Kennaway wrote: On Sun, Mar 05, 2006 at 04:01:19AM -0500, Kris Kennaway wrote: On Sun, Mar 05, 2006 at 09:57:54AM +0100, Nicolas Rachinsky wrote: * Kris Kennaway [EMAIL PROTECTED] [2006-03-05 03:41 -0500]: On Sun, Mar 05, 2006 at 09:36:25AM

Re: RELENG_6: serial console drops back from 115200 to 9600 baud

2006-03-06 Thread Ian Dowse
In message [EMAIL PROTECTED], Mike Tancsa writes: I think I am almost there, but in my case, I get some strange char duplication after seeing the F1 prompt. The BIOS has console redirection, so I can see it throughout the bootup process. ... //bbtt..ccoo- ffiigg:: --DDhh// BTX loader 1.00

from kumar

2006-03-06 Thread Kantheti Kumar
Hai frienz, I am kumar studying MCA final year in NITWarangal. I am doing project in Device driver coding for harddisk.i want some documents related to harddisk port addresses..so that i can continue with my project.. can any one please help me in this.. -- K.V.V.S.M.B.Kumar