Re: IPv6 accept_rtadv + bfe0

2011-10-22 Thread Hiroki Sato
Doug Barton do...@freebsd.org wrote in 4ea23c08.6060...@freebsd.org: do On 10/19/2011 00:29, Hiroki Sato wrote: do Mattia Rossi mro...@swin.edu.au wrote doin 4e9dfe11.2070...@swin.edu.au: do do mr So the _ipv6 bit doesn't take care of passing inet6 to ifconfig do mr automatically? do

9.0-RC1 panic in tcp_input: negative winow.

2011-10-22 Thread Pawel Jakub Dawidek
The panic message says: panic: tcp_input negative window: tp 0xfe007763e000 rcv_nxt 3718269252 rcv_adv 3718268291 I only have picture of the backtrace: http://people.freebsd.org/~pjd/misc/panic_negative_window.jpg -- Pawel Jakub Dawidek

Increase the degree of interactivity ULE scheduler

2011-10-22 Thread Ivan Klymenko
Hello people! I have: CPU: Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz (1994.48-MHz K8-class CPU) FreeBSD 10.0-CURRENT r226607 amd64 For example during the building of the port lang/gcc46 in four streams (-j 4) with a heavy load on the processor - use the system was nearly impossible -

replacement of ataidle for freebsd 9

2011-10-22 Thread Eugene Dzhurinsky
Hello, can somebody please advice how to disable APM power management for HDD on laptops? camcontrol cmd ada0 -a EF 05 00 00 00 00 00 00 00 00 00 00 -v camcontrol: error sending command (pass0:ahcich0:0:0:0): SETFEATURES. ACB: ef 05 00 00 00 00 00 00 00 00 00 00 (pass0:ahcich0:0:0:0): CAM

Re: replacement of ataidle for freebsd 9

2011-10-22 Thread Bruce Cran
Why do you not want to use ataidle? -- Bruce Cran (ataidle maintainer) On 22 Oct 2011, at 11:36, Eugene Dzhurinsky jdeve...@gmail.com wrote: Hello, can somebody please advice how to disable APM power management for HDD on laptops? camcontrol cmd ada0 -a EF 05 00 00 00 00 00 00 00 00 00 00

Re: 9.0-RC1 panic in tcp_input: negative winow.

2011-10-22 Thread Garrett Cooper
On Sat, 22 Oct 2011, Pawel Jakub Dawidek wrote: The panic message says: panic: tcp_input negative window: tp 0xfe007763e000 rcv_nxt 3718269252 rcv_adv 3718268291 I only have picture of the backtrace: http://people.freebsd.org/~pjd/misc/panic_negative_window.jpg I've

Re: replacement of ataidle for freebsd 9

2011-10-22 Thread Eugene Dzhurinsky
On Sat, Oct 22, 2011 at 02:23:53PM +0100, Bruce Cran wrote: Why do you not want to use ataidle? ataidle -P 0 /dev/ada0 ataidle: error opening /dev/ada0 ataidle -P 0 /dev/ad4 ataidle: error: identify device /dev/ad4 ls -l /dev | grep ad lrwxr-xr-x 1 root wheel4 Oct 22 18:16

Re: sys/conf/newvers.sh vs. subversion-1.7

2011-10-22 Thread Garrett Cooper
On Fri, 21 Oct 2011, Craig Rodrigues wrote: Hi, I tried following: (1) Run svnversion in non-svn directory: return status == 0 prints out exported time: real0m0.043s user0m0.000s sys 0m0.045s (2) Run svnversion in svn directory: return status == 0 prints out 223847M

Re: sys/conf/newvers.sh vs. subversion-1.7

2011-10-22 Thread Olivier Smedts
2011/10/22 Garrett Cooper yaneg...@gmail.com: $(svn info | awk '/^Revision:/ {print $2}') is what I use in my installkernel wrapper script. Granted, I didn't know about svnversion some time later, but it appears that svnversion broke some things by consolidating the .svn directories as Chris

Re: sys/conf/newvers.sh vs. subversion-1.7

2011-10-22 Thread Nali Toja
Olivier Smedts oliv...@gid0.org writes: $(svn info | awk '/^Revision:/ {print $2}') is what I use in my installkernel wrapper script. Granted, I didn't know about svnversion some time later, but it appears that svnversion broke some things by consolidating the .svn directories as Chris

Re: sys/conf/newvers.sh vs. subversion-1.7

2011-10-22 Thread Luchesar V. ILIEV
On 22/10/2011 18:29, Garrett Cooper wrote: On Fri, 21 Oct 2011, Craig Rodrigues wrote: Hi, I tried following: (1) Run svnversion in non-svn directory: return status == 0 prints out exported time: real0m0.043s user0m0.000s sys 0m0.045s (2) Run svnversion in svn

Re: sys/conf/newvers.sh vs. subversion-1.7

2011-10-22 Thread Garrett Cooper
On Oct 22, 2011, at 8:39 AM, Olivier Smedts wrote: 2011/10/22 Garrett Cooper yaneg...@gmail.com: $(svn info | awk '/^Revision:/ {print $2}') is what I use in my installkernel wrapper script. Granted, I didn't know about svnversion some time later, but it appears that svnversion broke some

Re: sys/conf/newvers.sh vs. subversion-1.7

2011-10-22 Thread Doug Barton
On 10/22/2011 08:29, Garrett Cooper wrote: $(svn info | awk '/^Revision:/ {print $2}') 2 subshells and a pipe for this, vs. only 1 subshell for just running svnversion. Anyone else want to propose a more complex solution when a simple and more effective one already exists? :) --

Re: sys/conf/newvers.sh vs. subversion-1.7

2011-10-22 Thread Boris Samorodov
22.10.2011 22:12, Doug Barton пишет: On 10/22/2011 08:29, Garrett Cooper wrote: $(svn info | awk '/^Revision:/ {print $2}') 2 subshells and a pipe for this, vs. only 1 subshell for just running svnversion. Anyone else want to propose a more complex solution when a simple and more

9.0 RC1/Clang / illegal instruction (Signal 4) in gengtype while building cc_tools on i586.

2011-10-22 Thread Patrick Lamaiziere
Hello, On my Soekris net5501 (AMD Geode i586 CPU) clang make buildworld fails on an illegal instruction nopw %cs:0x0(%eax,%eax,1). # make buildworld ... ranlib libiberty.a clang -O2 -pipe -I. -DGCCVER=\4.2\ -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\/usr\

Re: sys/conf/newvers.sh vs. subversion-1.7

2011-10-22 Thread Doug Barton
On 10/22/2011 12:07, Boris Samorodov wrote: 22.10.2011 22:12, Doug Barton пишет: On 10/22/2011 08:29, Garrett Cooper wrote: $(svn info | awk '/^Revision:/ {print $2}') 2 subshells and a pipe for this, vs. only 1 subshell for just running svnversion. Anyone else want to propose a more

Re: sys/conf/newvers.sh vs. subversion-1.7

2011-10-22 Thread Garrett Cooper
On Oct 22, 2011, at 12:13 PM, Doug Barton wrote: On 10/22/2011 12:07, Boris Samorodov wrote: 22.10.2011 22:12, Doug Barton пишет: On 10/22/2011 08:29, Garrett Cooper wrote: $(svn info | awk '/^Revision:/ {print $2}') 2 subshells and a pipe for this, vs. only 1 subshell for just running

Re: IPv6 accept_rtadv + bfe0

2011-10-22 Thread John Hay
On Sat, Oct 22, 2011 at 04:13:36PM +0900, Hiroki Sato wrote: Doug Barton do...@freebsd.org wrote in 4ea23c08.6060...@freebsd.org: do On 10/19/2011 00:29, Hiroki Sato wrote: do Mattia Rossi mro...@swin.edu.au wrote doin 4e9dfe11.2070...@swin.edu.au: do do mr So the _ipv6 bit

Re: 9.0 RC1/Clang / illegal instruction (Signal 4) in gengtype while building cc_tools on i586.

2011-10-22 Thread Patrick Lamaiziere
Le Sat, 22 Oct 2011 20:51:29 +0200, Patrick Lamaiziere patf...@davenulle.org a écrit : On my Soekris net5501 (AMD Geode i586 CPU) clang make buildworld fails on an illegal instruction nopw %cs:0x0(%eax,%eax,1). I've found a test program from Roman Divacky to check the CPU as clang

Re: replacement of ataidle for freebsd 9

2011-10-22 Thread Bruce Cran
On 22/10/2011 16:21, Eugene Dzhurinsky wrote: ataidle -P 0 /dev/ada0 ataidle: error opening /dev/ada0 Thanks for reporting the breakage, I'll see if I can get it fixed in time for 9.0. -- Bruce Cran ___ freebsd-current@freebsd.org mailing list

r226642 lib/librtld_db, .depend, line 1: Need an operator, make: fatal errors

2011-10-22 Thread Anton Shterenlikht
amd64 with SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL=2 SENDMAIL_LDFLAGS+= -L/usr/local/lib SENDMAIL_LDADD+=-lsasl2 in /etc/make.conf make buildworld gives: === lib/librtld_db (cleandir) .depend, line 1: Need an operator .depend, line 3: Need an operator *skip* .depend, line 924:

Re: 9.0-RC1 panic in tcp_input: negative winow.

2011-10-22 Thread Lawrence Stewart
On 10/22/11 19:49, Pawel Jakub Dawidek wrote: The panic message says: panic: tcp_input negative window: tp 0xfe007763e000 rcv_nxt 3718269252 rcv_adv 3718268291 I only have picture of the backtrace: http://people.freebsd.org/~pjd/misc/panic_negative_window.jpg ewww that

FreeBSD 9.0-RC1 Available...

2011-10-22 Thread Ken Smith
The first of the Release Candidate builds of the 9.0-RELEASE release cycle is now available. Since this is the first release of a brand new branch I cross-post the announcements on both -current and -stable. But just so you know most of the developers active in head and stable/9 pay more

Re: 9.0-RC1 panic in tcp_input: negative winow.

2011-10-22 Thread Garrett Cooper
On Sun, 23 Oct 2011, Lawrence Stewart wrote: On 10/22/11 19:49, Pawel Jakub Dawidek wrote: The panic message says: panic: tcp_input negative window: tp 0xfe007763e000 rcv_nxt 3718269252 rcv_adv 3718268291 I only have picture of the backtrace:

Re: FreeBSD 9.0-RC1 Available...

2011-10-22 Thread Greg Miller
On 10/22/11, Ken Smith kensm...@buffalo.edu wrote: The first of the Release Candidate builds of the 9.0-RELEASE release cycle is now available. Since this is the first release of a brand New in RC1, with GENERIC: cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=native -std=c99