Two problems still present in RC3

2011-12-09 Thread Brett Glass
FreeBSD 9.0-RC3 is looking good, but I'm still encountering two problems. Firstly, when I try to configure VLANs in /etc/rc.conf, I'm getting errors. For example, if I use vlans_re0=1 2 ip_addrs_re0_1=192.168.0.1-4/16 ip_addrs_re0_2=10.0.0.0/24 to create two VLANs on the interface re0, I get

Re: Two problems still present in RC3

2011-12-09 Thread Johan Hendriks
Brett Glass schreef: The interfaces SEEM to be configured correctly, but the messages -- which must be coming from scripts called by /etc/netstart -- are troubling. Same thing happens with lagg0 If i use this config, after a reboot all is fine ifconfig_em0=up ifconfig_em1=up

SCHED_ULE should not be the default

2011-12-09 Thread George Mitchell
dnetc is an open-source program from http://www.distributed.net/. It tries a brute-force approach to cracking RC4 puzzles and also computes optimal Golomb rulers. It starts up one process per CPU and runs at nice 20 and is, for all intents and purposes, 100% compute bound. Here is what happens

mfi(4) issues in 9.0-RC3

2011-12-09 Thread Jan Mikkelsen
Hi, Can rev 227562 be merged into 9.0? Without that change, 9.0 can't even boot with an LSI MegaRAID 9261-8i, and even then you need to set hw.mfi.msi=1 by hand in the loader. Thanks, Jan. ___ freebsd-stable@freebsd.org mailing list

Re: SCHED_ULE should not be the default

2011-12-09 Thread Volodymyr Kostyrko
09.12.2011 13:03, George Mitchell wrote: dnetc is an open-source program from http://www.distributed.net/. It tries a brute-force approach to cracking RC4 puzzles and also computes optimal Golomb rulers. It starts up one process per CPU and runs at nice 20 and is, for all intents and purposes,

Re: Two problems still present in RC3

2011-12-09 Thread Damien Fleuriot
On 12/9/11 11:10 AM, Johan Hendriks wrote: Brett Glass schreef: The interfaces SEEM to be configured correctly, but the messages -- which must be coming from scripts called by /etc/netstart -- are troubling. Same thing happens with lagg0 If i use this config, after a reboot all is fine

Re: Two problems still present in RC3

2011-12-09 Thread Damien Fleuriot
On 12/9/11 10:13 AM, Brett Glass wrote: FreeBSD 9.0-RC3 is looking good, but I'm still encountering two problems. Firstly, when I try to configure VLANs in /etc/rc.conf, I'm getting errors. For example, if I use vlans_re0=1 2 ip_addrs_re0_1=192.168.0.1-4/16 ip_addrs_re0_2=10.0.0.0/24

Re: SCHED_ULE should not be the default

2011-12-09 Thread Attilio Rao
2011/12/9 George Mitchell george+free...@m5p.com: dnetc is an open-source program from http://www.distributed.net/.  It tries a brute-force approach to cracking RC4 puzzles and also computes optimal Golomb rulers.  It starts up one process per CPU and runs at nice 20 and is, for all intents

Re: mfi(4) issues in 9.0-RC3

2011-12-09 Thread John Baldwin
On Friday, December 09, 2011 8:38:51 am Jan Mikkelsen wrote: Hi, Can rev 227562 be merged into 9.0? Without that change, 9.0 can't even boot with an LSI MegaRAID 9261-8i, and even then you need to set hw.mfi.msi=1 by hand in the loader. It is probably too late to make 9.0 at this point as

Re: Two problems still present in RC3

2011-12-09 Thread Johan Hendriks
Damien Fleuriot schreef: On 12/9/11 11:10 AM, Johan Hendriks wrote: Brett Glass schreef: The interfaces SEEM to be configured correctly, but the messages -- which must be coming from scripts called by /etc/netstart -- are troubling. Same thing happens with lagg0 If i use this config, after

Re: Two problems still present in RC3

2011-12-09 Thread Brett Glass
At 03:10 AM 12/9/2011, Johan Hendriks wrote: After a /etc/netstart, i get the following: ifconfig: create: bad value. I get the create: bad value messages as well. What's more, if I change rc.conf to assign variables of the form ifconfig_*, such as ifconfig_re0_1=inet 192.168.0.1

Re: Two problems still present in RC3

2011-12-09 Thread Damien Fleuriot
On 9 Dec 2011, at 18:30, Brett Glass br...@lariat.net wrote: At 03:10 AM 12/9/2011, Johan Hendriks wrote: After a /etc/netstart, i get the following: ifconfig: create: bad value. I get the create: bad value messages as well. What's more, if I change rc.conf to assign variables of the

Default FS = ufs, local, journaled soft-updates (was Re: FreeBSD 9.0-RC3 Available...)

2011-12-09 Thread Mike Tancsa
Did a quick spin of RC3 in a VM and noticed that the default install has journaled soft-updates enabled. Was that meant to be the default ? Didnt know it was ready for prime time ? ---Mike On 12/8/2011 8:57 PM, Ken Smith wrote: The third and what should be final Release Candidate

Re: Two problems still present in RC3

2011-12-09 Thread Jeremy Chadwick
On Fri, Dec 09, 2011 at 10:30:43AM -0700, Brett Glass wrote: At 03:10 AM 12/9/2011, Johan Hendriks wrote: After a /etc/netstart, i get the following: ifconfig: create: bad value. I get the create: bad value messages as well. What's more, if I change rc.conf to assign variables of the form

Re: SCHED_ULE should not be the default

2011-12-09 Thread George Mitchell
On 12/09/11 10:17, Attilio Rao wrote: [...] More precisely I'd be interested in KTR traces. To be even more precise: With a completely stable GENERIC configuration (or otherwise please post your kernel config) please add the following: options KTR options KTR_ENTRIES=262144 options

Re: SCHED_ULE should not be the default

2011-12-09 Thread Attilio Rao
2011/12/10 George Mitchell george+free...@m5p.com: On 12/09/11 10:17, Attilio Rao wrote: [...] More precisely I'd be interested in KTR traces. To be even more precise: With a completely stable GENERIC configuration (or otherwise please post your kernel config) please add the following:

Re: SCHED_ULE should not be the default

2011-12-09 Thread Eitan Adler
On Fri, Dec 9, 2011 at 6:03 AM, George Mitchell george+free...@m5p.com wrote: dnetc is an open-source program from http://www.distributed.net/.  It tries a brute-force approach to cracking RC4 puzzles and also computes optimal Golomb rulers.  It starts up one process per CPU and runs at nice

Re: SCHED_ULE should not be the default

2011-12-09 Thread George Mitchell
On 12/09/11 19:59, Attilio Rao wrote: [...] What svn revision did you use for it? What is the CPUs frequencies of machines generating this? Attilio Hope the attached helps. -- George Mitchell Copyright (c) 1992-2011 The FreeBSD Project. Copyright (c) 1979, 1980,

Re: SCHED_ULE should not be the default

2011-12-09 Thread Eitan Adler
On Fri, Dec 9, 2011 at 8:15 PM, George Mitchell geo...@m5p.com wrote: Hope the attached helps.                         -- George Mitchell You attached dmesg, not a patch. -- Eitan Adler ___ freebsd-stable@freebsd.org mailing list

Re: SCHED_ULE should not be the default

2011-12-09 Thread Attilio Rao
2011/12/10 Eitan Adler li...@eitanadler.com: On Fri, Dec 9, 2011 at 8:15 PM, George Mitchell geo...@m5p.com wrote: Hope the attached helps.                         -- George Mitchell You attached dmesg, not a patch. This is what is needed for a schedgraph analysis, along with KTR points

how to update source tree

2011-12-09 Thread Man Chan
Hi, I am new to freebsd and just installed a 8.2 release on a laptop.  I just tried to update my source tree with the example  describe in the A.4 Anonymous CVS without any luck.  The error is no route to host.  Can anyone help. Man ___

Re: how to update source tree

2011-12-09 Thread Bane Ivosev
what is your CVSROOT and defaultrouter in /etc/rc.conf? On 12/10/2011 05:20, Man Chan wrote: Hi, I am new to freebsd and just installed a 8.2 release on a laptop.� I just tried to update my source tree with the example� describe in the A.4 Anonymous CVS without any luck.� The error is no

Re: how to update source tree

2011-12-09 Thread Lystopad Olexandr
Hello, Man Chan! On Sat, Dec 10, 2011 at 12:20:33PM +0800 freebsd...@yahoo.com.hk wrote about how to update source tree: Hi, I am new to freebsd and just installed a 8.2 release on a laptop.  I just tried to update my source tree with the example  describe in the A.4 Anonymous CVS