make -j4 buildworld buildkernel on RELENG_9 bombs out during lib/libc (obj,depend,all,install)

2012-05-28 Thread Trond Endrestøl
sh /usr/src/tools/install.sh -o root -g wheel -m 444 ru_RU.KOI8-R.cat /usr/obj/usr/src/tmp/usr/share/nls/ru_RU.KOI8-R/libc.cat sh /usr/src/tools/install.sh -o root -g wheel -m 444 sk_SK.ISO8859-2.cat /usr/obj/usr/src/tmp/usr/share/nls/sk_SK.ISO8859-2/libc.cat sh /usr/src/tools/install.sh

Re: make -j4 buildworld buildkernel on RELENG_9 bombs out during lib/libc (obj,depend,all,install)

2012-05-28 Thread Trond Endrestøl
On Mon, 28 May 2012 09:17+0200, Trond Endrestøl wrote: sh /usr/src/tools/install.sh -o root -g wheel -m 444 ru_RU.KOI8-R.cat /usr/obj/usr/src/tmp/usr/share/nls/ru_RU.KOI8-R/libc.cat sh /usr/src/tools/install.sh -o root -g wheel -m 444 sk_SK.ISO8859-2.cat

Re: make -j4 buildworld buildkernel on RELENG_9 bombs out during lib/libc (obj,depend,all,install)

2012-05-28 Thread O. Hartmann
On 05/28/12 09:33, Trond Endrestøl wrote: On Mon, 28 May 2012 09:17+0200, Trond Endrestøl wrote: sh /usr/src/tools/install.sh -o root -g wheel -m 444 ru_RU.KOI8-R.cat /usr/obj/usr/src/tmp/usr/share/nls/ru_RU.KOI8-R/libc.cat sh /usr/src/tools/install.sh -o root -g wheel -m 444

Named Error

2012-05-28 Thread Shiv. NK
Dear FreeBSD List Community, It is FreeBSD 9.0 Release. When i restart named, i got the following message. And unable to understand the cause. i need help Stopping named. Waiting for PIDS: 63996. eval: mtree: not found eval: mount: not found /etc/rc.d/named: WARNING: devfs_domount(): Unable to

Re: Named Error

2012-05-28 Thread Doug Barton
On 05/28/2012 01:28, Shiv. NK wrote: eval: mtree: not found eval: mount: not found I assume you're typing '/etc/rc.d/named restart'. If so, there appears to be something wrong with your PATH in that shell. Try doing 'service named restart' instead. Doug -- This .signature sanitized for

Re: Named Error

2012-05-28 Thread Shiv. NK
On 05/28/2012 01:28, Shiv. NK wrote: eval: mtree: not found eval: mount: not found I assume you're typing '/etc/rc.d/named restart'. If so, there appears to be something wrong with your PATH in that shell. Try doing 'service named restart' instead. Doug Dear D. Barton, thanks for your

Re: Named Error

2012-05-28 Thread Doug Barton
On 05/28/2012 02:36, Shiv. NK wrote: On 05/28/2012 01:28, Shiv. NK wrote: eval: mtree: not found eval: mount: not found I assume you're typing '/etc/rc.d/named restart'. If so, there appears to be something wrong with your PATH in that shell. Try doing 'service named restart' instead.

Re: make -j4 buildworld buildkernel on RELENG_9 bombs out during lib/libc (obj,depend,all,install)

2012-05-28 Thread Trond Endrestøl
On Mon, 28 May 2012 09:42+0200, O. Hartmann wrote: On 05/28/12 09:33, Trond Endrestøl wrote: On Mon, 28 May 2012 09:17+0200, Trond Endrestøl wrote: sh /usr/src/tools/install.sh -o root -g wheel -m 444 ru_RU.KOI8-R.cat /usr/obj/usr/src/tmp/usr/share/nls/ru_RU.KOI8-R/libc.cat sh

Re: Named Error

2012-05-28 Thread Shiv. NK
Dear D. Barton, thanks for your response, i forgot to tell that the error i reported above is generated when named is restarted using bash script through cron. But if i manually restart from terminal window, both commands works just fine. without any error Then it's definitely a PATH

Re: Named Error

2012-05-28 Thread Marcelo Gondim
Em 28/05/2012 06:36, Shiv. NK escreveu: On 05/28/2012 01:28, Shiv. NK wrote: eval: mtree: not found eval: mount: not found I assume you're typing '/etc/rc.d/named restart'. If so, there appears to be something wrong with your PATH in that shell. Try doing 'service named restart' instead.

Re: bash 4.2 patchlevel 28

2012-05-28 Thread Christian Weisgerber
Sean Bruno sean...@yahoo-inc.com wrote: VARIABLE=$(uname) bash: command substitution: line 3: syntax error near unexpected token `)' bash: command substitution: line 3: `uname)' At least that was easy. It's patch level 12. That's just the first patch that happens to touch

Re: Named Error

2012-05-28 Thread Shiv. NK
Hi Shiv, Try to include this path in your /etc/crontab PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin Its works for me when I use bash scripts in cron. :) Sorry my english :) Dear Gondim M. thanks you very much for your response. i appreciate your assistance,

Re: /usr/bin/unzip not being installed on 8.3-STABLE

2012-05-28 Thread Dag-Erling Smørgrav
Jason Hellenthal jhellent...@dataix.net writes: Could someone MFC this to stable/8 please... Is unzip in stable/8 identical to unzip in head and stable/9? If not, this should be addressed first. Otherwise, there is a good chance that many ports will fail to build. DES -- Dag-Erling Smørgrav

Re: /usr/bin/unzip not being installed on 8.3-STABLE

2012-05-28 Thread Jason Hellenthal
Here is the unzip diff from stable/8 - head On Mon, May 28, 2012 at 07:20:03PM +0200, Dag-Erling Smørgrav wrote: Jason Hellenthal jhellent...@dataix.net writes: Could someone MFC this to stable/8 please... Is unzip in stable/8 identical to unzip in head and stable/9? If not, this should

Re: Jail startup/shutdown broken on latest 9-STABLE

2012-05-28 Thread Jamie Gritton
On 05/24/12 16:30, Mateusz Guzik wrote: On Thu, May 24, 2012 at 06:20:15PM -0400, Mike Jakubik wrote: On Fri, 2012-05-25 at 00:13 +0200, Mateusz Guzik wrote: On Thu, May 24, 2012 at 06:06:50PM -0400, Mike Jakubik wrote: On Thu, 2012-05-24 at 23:22 +0200, Mateusz Guzik wrote: On Thu, May 24,

Re: Dell R620 Ethernet Ordering

2012-05-28 Thread sthaug
Incidentally, does the broadcom driver in either 8 or 9 work for anyone? When I try to use an 8 or 9 compiled in the past week I get unusable networking that bounces up and down. I'm using an R620 with the quad-port broadcom daughtercard. I'm using several Dell servers with FreeBSD

Re: STABLE/9 SMP ACPI suspend/resume - video mode not being restored

2012-05-28 Thread Mitsuru IWASAKI
Hi, Loading vesa didn't help. I think 80x25 and 80x30 were fine when resuming, but 80x50/80x60 weren't. I'll try your patch today. If you have problems with screen saver, please try new patches. http://people.freebsd.org/~iwasaki/acpi/syscons-vesa-resume-20120529.diff Thanks

Re: clang tautology

2012-05-28 Thread Randy Bush
and, for a bonus, clang buildworld ... /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config/i386/i386.md:196:14: note: use '=' to turn this equality comparison into an assignment (ix86_tune)) == ( ^~ = randy ___

Re: clang tautology

2012-05-28 Thread Randy Bush
and if i try to follow http://wiki.freebsd.org/BuildingFreeBSDWithClang i do not see where the clang world and kernel are actually made the normal bootable. is the clang build for releng_9 for amd64 in good enough shape that i can simply csup hack make.conf make buildworld make kernel

Re: clang tautology

2012-05-28 Thread Doug Barton
On 5/28/2012 8:47 PM, Randy Bush wrote: and if i try to follow http://wiki.freebsd.org/BuildingFreeBSDWithClang i do not see where the clang world and kernel are actually made the normal bootable. is the clang build for releng_9 for amd64 in good enough shape that i can simply csup

Re: /usr/bin/unzip not being installed on 8.3-STABLE

2012-05-28 Thread Doug Barton
This needs more than diff-posting, it needs actual testing. By humans, and an -exp run. Since miwi is on the cc list, perhaps he can arrange it? Doug On 5/28/2012 10:59 AM, Jason Hellenthal wrote: Here is the unzip diff from stable/8 - head On Mon, May 28, 2012 at 07:20:03PM +0200,

Re: Problems trying to run X on Intel DH77DF System

2012-05-28 Thread Kevin Oberman
On Sun, May 27, 2012 at 10:19 AM, Bob Willcox b...@immure.com wrote: On Sun, May 27, 2012 at 10:02:42AM -0700, Kevin Oberman wrote: On Sat, May 26, 2012 at 10:35 AM, Bob Willcox b...@immure.com wrote: Hi All, I have a new Intel DH77DF mini-ITX motherboard with a Core i5 3550 CPU and am

Re: /usr/bin/unzip not being installed on 8.3-STABLE

2012-05-28 Thread Martin Wilke
Hi, Yes I can do that. +-oOO--(_)--OOo-+ With best Regards, Martin Wilke (miwi_(at)_FreeBSD.org) Mess with the Best, Die like the Rest On May 29, 2012, at 12:36 PM, Doug Barton do...@freebsd.org wrote: This needs more than diff-posting, it needs

Re: Dell R620 Ethernet Ordering

2012-05-28 Thread Sean Bruno
On Mon, 2012-05-28 at 13:52 -0700, sth...@nethelp.no wrote: Incidentally, does the broadcom driver in either 8 or 9 work for anyone? When I try to use an 8 or 9 compiled in the past week I get unusable networking that bounces up and down. I'm using an R620 with the quad-port broadcom

clang tautology

2012-05-28 Thread Randy Bush
trying a clang buildworld and get a bunch of /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config/i386/i386.md:4249:29: warning: self-comparison always evaluates to false [-Wtautological-compare] (TARGET_64BIT || DImode != DImode)) ^ 12

FreeBSD 9.0-RELEASE amd64 strange interrupts behavior

2012-05-28 Thread Александр В. Шутко
Hi, All. I can't get working Adaptec 6805 driver on 9.0 for unknown reason. I got Supermicro X8DTH-iF based server with two Xeon 5645 (6 cores x 2 threads), 24Gb RAM, Adaptec sas 6805 raid. I downloaded 6805 driver code for FreeBSD 8.3 from adaptec site and compiled it under fresh-installed

Re: clang tautology

2012-05-28 Thread Randy Bush
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config/i386/i386.md:4249:29: warning: self-comparison always evaluates to false [-Wtautological-compare] (TARGET_64BIT || DImode != DImode)) ^ 12 warnings generated. apologies. releng-9