upgrade from 4.9 to 5.3 custom kern

2004-12-07 Thread whitevamp
im getting ready to do a cvsup / build world from 4.9 to 5.3 , and im planning on doing a custom kernnel build and i was whanting to find out if these settings are still vallid in 5.3 and if not what the replacement is if any , and ive serched the mailing list and googled it and cant find exactly

Re: reproducible kernel panic

2004-12-07 Thread Arjan Van Leeuwen
On Mon, 06 Dec 2004 15:48:02 -0800, Paul Saab [EMAIL PROTECTED] wrote: Arjan Van Leeuwen wrote: I had a panic that looked a lot like this (panic in swi, came up when I had some network traffic), and it's also been reported by other people than me. Turning of SACK seems to work for most

smbfs panic (present in 5.3-BETA2, 5.3-STABLE)

2004-12-07 Thread Achilleus Mantzios
This panic is reproducible: # kldload smbfs # mount some remote smbfs filesys # mount the above remote smbfs filesys again # mount the above remote smbfs filesys again # umount the above remote smbfs filesys # umount the above remote smbfs filesys again # umount the above remote smbfs filesys

Re: [TEST] netgraph callout interface

2004-12-07 Thread Gleb Smirnoff
The patch at http://people.freebsd.org/~glebius/totest/netgraph_callout has been updated. Now it covers the following nodes: ng_bridge.c ng_l2tp.c ng_lmi.c ng_pppoe.c ng_pptpgre.c One more time I ask for testing. The patch can be applied both

Re: Timecounter problems on 5.3 - things take twice as long

2004-12-07 Thread Arjan Van Leeuwen
On Mon, 6 Dec 2004 19:07:05 -0800 (PST), Doug White [EMAIL PROTECTED] wrote: On Mon, 6 Dec 2004, Arjan Van Leeuwen wrote: (...) The rate on 'clk' should be 1000, so it looks like your system doesn't like HZ=1000. Try sticking this in loader.conf and rebooting: kern.hz=100 If that works

[TEST] Updated port net/nvnet

2004-12-07 Thread Ruslan Ermilov
Hi, I'm the lucky owner of the ASUS SK8N (amd64) motherboard with the onboard NVIDIA MCP Ethernet. With this patch, http://people.freebsd.org/~ru/patches/port_net_nvnet.patch I'm happily running it for three days without any glitches noticed so far: : nv0: NVIDIA nForce MCP3 Networking

Re: upgrade from 4.9 to 5.3 custom kern

2004-12-07 Thread Ivan Voras
whitevamp wrote: im getting ready to do a cvsup / build world from 4.9 to 5.3 , and im planning on doing a custom kernnel build and i was whanting to find out if these settings are still vallid in 5.3 and if not what the replacement is if any , and ive serched the mailing list and googled it and

Large port updates

2004-12-07 Thread Ivan Voras
Is there a best practice for automated updating large number of interdependant ports? I keep my ports tree up-to-date, and sometimes I wish to install applications that depend on a newer version of an existing one, and fail. My current example is gnome. Recently, whatever I want to install

Re: Large port updates

2004-12-07 Thread DanGer
Hi Ivan, Tuesday, December 7, 2004, 4:47:23 PM, you Cannot open file C\TXT COOKIES\reply-en.txt: Is there a best practice for automated updating large number of interdependant ports? I keep my ports tree up-to-date, and sometimes I wish to install applications that depend on a newer version

Re: Large port updates

2004-12-07 Thread Yann Golanski
Quoth Ivan Voras on Tue, Dec 07, 2004 at 16:47:23 +0100 Is there a best practice for automated updating large number of interdependant ports? I keep my ports tree up-to-date, and sometimes I wish to install applications that depend on a newer version of an existing one, and fail.

Re: Large port updates

2004-12-07 Thread Christoph Moench-Tegeder
## Ivan Voras ([EMAIL PROTECTED]): Is there a best practice for automated updating large number of interdependant ports? I keep my ports tree up-to-date, and sometimes I wish to install applications that depend on a newer version of an existing one, and fail. portupgrade works in most

Re: Large port updates

2004-12-07 Thread Wolfgang Zenker
Hello, Is there a best practice for automated updating large number of interdependant ports? [..] What about ports that have dialog boxes which require user intervention? you can use /usr/local/etc/pkgtools.conf to tell portupgrade which options to use when upgrading a certain port. I

Re: Large port updates

2004-12-07 Thread mark
[EMAIL PROTECTED] wrote: Not in this case. Check /usr/ports/UPDATING 20041107: : Do NOT use portupgrade(1) to update your GNOME 2.6 desktop to 2.8 Last time this happened, this is what caused my to deinstall gnome. THe upgrade script could take weeks to run on a reasonable spec machine

Re: Large port updates

2004-12-07 Thread Kevin Oberman
From: [EMAIL PROTECTED] Date: Tue, 07 Dec 2004 17:52:15 + Sender: [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Not in this case. Check /usr/ports/UPDATING 20041107: : Do NOT use portupgrade(1) to update your GNOME 2.6 desktop to 2.8 Last time this happened, this is what caused my

AIC7902 Host Raid support

2004-12-07 Thread wkwu
As pointed in http://www.freebsd.org/cgi/query-pr.cgi?pr=51970, is there any driver for the host raid function in the future? Someone tells me that Linux already has. I guess FreeBSD will do someday. ___ [EMAIL PROTECTED] mailing list

Re: Timecounter problems on 5.3 - things take twice as long

2004-12-07 Thread Doug White
On Tue, 7 Dec 2004, Arjan Van Leeuwen wrote: On Mon, 6 Dec 2004 19:07:05 -0800 (PST), Doug White [EMAIL PROTECTED] wrote: On Mon, 6 Dec 2004, Arjan Van Leeuwen wrote: (...) The rate on 'clk' should be 1000, so it looks like your system doesn't like HZ=1000. Try sticking this in

Re: AIC7902 Host Raid support

2004-12-07 Thread Scott Long
On Wed, 8 Dec 2004 [EMAIL PROTECTED] wrote: As pointed in http://www.freebsd.org/cgi/query-pr.cgi?pr=51970, is there any driver for the host raid function in the future? Someone tells me that Linux already has. I guess FreeBSD will do someday. There is no support now, and there is no support

Re: Large port updates

2004-12-07 Thread Mark Dixon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7 Dec 2004, at 18:04, Kevin Oberman wrote: It seems to me that its a product of gnome being so many ports. Why not just have a few, like KDE (although it appears KDE is going the way of gnome - if this results in portupgrade not working there

crashdumps not working

2004-12-07 Thread Michael Nottebrock
I recently enabled SW_WATCHDOG in my kernel, but when watchdog triggers a panic, no crashdump is taken although dumps are enabled. What could be causing this? rc.conf has dumpdev=/dev/ad1s3b dumpdir=/usr/tmp/crash and ad1s3b is a swap partition with enough space to take a crash dump. I'm

Re: HEADS-UP: RELENG_4 - 4.11-PRERELEASE

2004-12-07 Thread Mike Tancsa
At 09:59 AM 06/12/2004, Ken Smith wrote: If you are in a position to help with testing and/or debugging for the upcoming release by all means feel free to begin looking for things that need to be fixed. However if you are working with a system that OK, here is another bug that would be nice to

Re: Large port updates

2004-12-07 Thread Kris Kennaway
On Tue, Dec 07, 2004 at 05:52:15PM +, [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Not in this case. Check /usr/ports/UPDATING 20041107: : Do NOT use portupgrade(1) to update your GNOME 2.6 desktop to 2.8 Last time this happened, this is what caused my to deinstall gnome. THe

Re: Large port updates

2004-12-07 Thread Adam Weinberger
On Tue, Dec 07, 2004 at 05:52:15PM +, [EMAIL PROTECTED] wrote: It seems to me that its a product of gnome being so many ports. Why not just have a few, like KDE (although it appears KDE is going the way of gnome - if this results in portupgrade not working there either, its insanity). * With

Re: [TEST] netgraph callout interface

2004-12-07 Thread Julian Elischer
Gleb Smirnoff wrote: The patch at http://people.freebsd.org/~glebius/totest/netgraph_callout has been updated. Now it covers the following nodes: ng_bridge.c ng_l2tp.c ng_lmi.c ng_pppoe.c ng_pptpgre.c One more time I ask for testing. The patch

Re: Large port updates

2004-12-07 Thread Michael Nottebrock
On Tuesday, 7. December 2004 23:32, Adam Weinberger wrote: On Tue, Dec 07, 2004 at 05:52:15PM +, [EMAIL PROTECTED] wrote: It seems to me that its a product of gnome being so many ports. Why not just have a few, like KDE (although it appears KDE is going the way of gnome - if this results

make -C ... causes error in net/tkabber/Makefile, line 17

2004-12-07 Thread HILLJONES7
What is this about. I have a error on line 17 on my computer and can't get into it. Can you help me. Yvonne ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: make -C ... causes error in net/tkabber/Makefile, line 17

2004-12-07 Thread Kris Kennaway
On Tue, Dec 07, 2004 at 07:14:16PM -0500, [EMAIL PROTECTED] wrote: What is this about. I have a error on line 17 on my computer and can't get into it. Can you help me. Not without more information from you. For example: what error, what version of FreeBSD, what version of the port makefile,

Re: reproducible kernel panic

2004-12-07 Thread Paul Saab
Arjan Van Leeuwen wrote: Please read the original thread: http://lists.freebsd.org/mailman/htdig/freebsd-stable/2004-November/009307.html I couldn't get a crashdump on this machine, but I provided a lot of information (traces) in that thread. Since no one replied to my last post in that thread, I

PAM not building when upgrading from 5.1 - 5.2.1

2004-12-07 Thread Bruce Burden
Okay, I know, perhaps not STABLE, but now that 5.3 has become stable... Anyway, I have 5.1 installed. I have attempted to buildworld of 5.2.1, and I get: === lib/libpam/modules/pam_deny cc -O2 -pipe -march=pentiumpro

Re: PAM not building when upgrading from 5.1 - 5.2.1

2004-12-07 Thread Kris Kennaway
On Tue, Dec 07, 2004 at 07:40:30PM -0600, Bruce Burden wrote: === lib/libpam/modules/pam_deny cc -O2 -pipe -march=pentiumpro -I/usr/src/lib/libpam/modules/pam_deny/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_deny/../../libpam -Wsystem-headers -Werror -Wall

custom kern build

2004-12-07 Thread whitevamp
not sure if this is the right place to post this .. i am currently trying to buld a custom kern ( this in an upgrade from 4.9 to 5.3 ) and every time i goto build the kern i get an error saying something is an unknowen option and now im getting this one and i got this out of src/UPDATING option

Re: custom kern build

2004-12-07 Thread Kris Kennaway
On Tue, Dec 07, 2004 at 06:47:07PM -0800, whitevamp wrote: not sure if this is the right place to post this .. i am currently trying to buld a custom kern ( this in an upgrade from 4.9 to 5.3 ) and every time i goto build the kern i get an error saying something is an unknowen option and now

Re: custom kern build

2004-12-07 Thread Max Laier
On Wednesday 08 December 2004 03:57, Kris Kennaway wrote: On Tue, Dec 07, 2004 at 06:47:07PM -0800, whitevamp wrote: not sure if this is the right place to post this .. i am currently trying to buld a custom kern ( this in an upgrade from 4.9 to 5.3 ) and every time i goto build the kern i

Re: Large port updates

2004-12-07 Thread David Magda
On Dec 7, 2004, at 12:38, Wolfgang Zenker wrote: you can use /usr/local/etc/pkgtools.conf to tell portupgrade which options to use when upgrading a certain port. I usually check the makefile of ports When using portupgrade(1), are Makefile.local files consulted?

Re: custom kern build

2004-12-07 Thread Kris Kennaway
On Wed, Dec 08, 2004 at 04:08:54AM +0100, Max Laier wrote: On Wednesday 08 December 2004 03:57, Kris Kennaway wrote: On Tue, Dec 07, 2004 at 06:47:07PM -0800, whitevamp wrote: not sure if this is the right place to post this .. i am currently trying to buld a custom kern ( this in an

Re: PAM not building when upgrading from 5.1 - 5.2.1

2004-12-07 Thread Bruce Burden
On Tue, Dec 07, 2004 at 05:50:15PM -0800, Kris Kennaway wrote: On Tue, Dec 07, 2004 at 07:40:30PM -0600, Bruce Burden wrote: === lib/libpam/modules/pam_deny cc -O2 -pipe -march=pentiumpro -I/usr/src/lib/libpam/modules/pam_deny/../../../../contrib/openpam/include

Re: custom kern build

2004-12-07 Thread whitevamp
On Tue, 7 Dec 2004 18:57:13 -0800, Kris Kennaway wrote On Tue, Dec 07, 2004 at 06:47:07PM -0800, whitevamp wrote: not sure if this is the right place to post this .. i am currently trying to buld a custom kern ( this in an upgrade from 4.9 to 5.3 ) and every time i goto build the kern i get

trouble installing 5.3 on soekris net4801

2004-12-07 Thread Crucio
I am unable to install FreeBSD 5.3-RELEASE on my Soekris net4801, which has a SanDisk Ultra II 512MB Compact Flash card as a hard drive. The kernel probes the drive just fine but when it comes time to write or read from the drive, specifically in sysinstall, I get; ad0: TIMEOUT - READ_DMA