RE: stable 7.0 and nslookup help command

2008-10-08 Thread xer xernet
Yes, thanx to all of you and your answers.. I'm just a dig user now, but.. The question now is: - if i want to implement /usr/share/misc/nslookup.help in nslookup (even if nslookup is evil) how can i do that? I need to know, i want learn this fact i will not use nslookup anymore, but i'm still

Re: zfs quota question

2008-10-08 Thread Ian Smith
On Wed, 8 Oct 2008, lhmwzy wrote: The fllow is better? #!/bin/sh find $1 -type f -exec ls -lh {} \; | awk '{j += $5} END {print jM}' Review your 'ls -lh' output; what's 100Bananas + 10Kiwifruit + 1Melon? $ find . -type f -exec ls -lh {} \; | awk '{j += $5} END {print jM}' 1.15975e+06M

Re: stable 7.0 and nslookup help command

2008-10-08 Thread Jeremy Chadwick
On Wed, Oct 08, 2008 at 08:36:29AM +0200, xer xernet wrote: Yes, thanx to all of you and your answers.. I'm just a dig user now, but.. The question now is: - if i want to implement /usr/share/misc/nslookup.help in nslookup (even if nslookup is evil) how can i do that? I need to know, i

Re: zfs quota question

2008-10-08 Thread lhmwzy
OK.It's my mistake. Improve it again: #!/bin/sh find $1 -type f -ls | awk '{j += $7} END {printf(%.2fM\n,j/1024/1024)}' 2008/10/8 Ian Smith [EMAIL PROTECTED]: On Wed, 8 Oct 2008, lhmwzy wrote: The fllow is better? #!/bin/sh find $1 -type f -exec ls -lh {} \; | awk '{j += $5} END

RE: stable 7.0 and nslookup help command

2008-10-08 Thread xer xernet
Ok ok guys :-) I'm satisfied. Date: Wed, 8 Oct 2008 00:04:35 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED]; [EMAIL PROTECTED]; freebsd-stable@freebsd.org Subject: Re: stable 7.0 and nslookup help command On Wed, Oct 08, 2008 at 08:36:29AM +0200, xer xernet

Re: zfs quota question

2008-10-08 Thread Ian Smith
On Wed, 8 Oct 2008, lhmwzy wrote: OK.It's my mistake. Improve it again: #!/bin/sh find $1 -type f -ls | awk '{j += $7} END {printf(%.2fM\n,j/1024/1024)}' Sure. Here it runs about 7% faster precalculating one division: $ time find . -type f -ls | awk '{j += $7} END

Re: Help me to develop a FreeBSD patch for gcc-4.2.1

2008-10-08 Thread Peter Jeremy
On 2008-Oct-07 02:06:03 -0700, Unga [EMAIL PROTECTED] wrote: Now I unpacked the gcc-4.2.1.tar.bz2 into some other directory and applied this FreeBSD-gcc.patch. Ran configure and compiled. It develop following error: ../../gcc-4.2.1/gcc/c-format.c:1780: error: 'flag_format_extensions' undeclared

Re: [FreeBSD] Fix for ServerWorks HT1000 in upcoming 7.1?

2008-10-08 Thread Fernan Aguero
Did anyone who can trigger the data corruption has tried John's patch and let us know if it worked? Not yet. My problem is that it's not that easy ... (at least for me, but maybe I'm missing something). The main issue for me is that I don't have a spare box running 7.x. All my FreeBSD boxes

Re: Problem with dump stalling

2008-10-08 Thread Jeremy Chadwick
On Wed, Oct 08, 2008 at 10:29:00AM +0200, David Peall wrote: Hi If I have the wrong list please feel free to redirect me. I'm running 7.0-RELEASE-p4 and trying to backup to an external USB drive. I'm using the following command dump -a0Lf /backup/diskimages/root /dev/mfid0s1a

Problem with dump stalling

2008-10-08 Thread David Peall
Hi If I have the wrong list please feel free to redirect me. I'm running 7.0-RELEASE-p4 and trying to backup to an external USB drive. I'm using the following command dump -a0Lf /backup/diskimages/root /dev/mfid0s1a Where df: Filesystem1K-blocks Used Avail Capacity

What's the Scheduler SCHED_core development now?

2008-10-08 Thread lhmwzy
Is it still alive? Is it replaced by SCHED_ULE? ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

7.0-RELEASE panics when loading USB modules x2

2008-10-08 Thread Bruce M Simpson
Hi, I just had 7.0-RELEASE crash again, whilst kldloading the uplcom.ko module in multi-user mode with X running, and no USB serial devices plugged in. The T43 immediately resets, I don't get a chance to drop into a debugger. This seems like a pretty serious USB regression. Is anyone looking

Re: Problem with dump stalling

2008-10-08 Thread Kevin Oberman
Date: Wed, 8 Oct 2008 01:54:12 -0700 From: Jeremy Chadwick [EMAIL PROTECTED] Sender: [EMAIL PROTECTED] On Wed, Oct 08, 2008 at 10:29:00AM +0200, David Peall wrote: Hi If I have the wrong list please feel free to redirect me. I'm running 7.0-RELEASE-p4 and trying to backup to an

Re: Problem with dump stalling

2008-10-08 Thread Clint Olsen
On Oct 08, Kevin Oberman wrote: I had a system that was showing these exact symptoms David described. It did this both with -L and without. I went for about 3 months without a successful dump. I did at least two full system re-installs to no avail. Then, about 3 weeks ago, when I was about to

Re: Problem with dump stalling

2008-10-08 Thread Kevin Oberman
Date: Wed, 8 Oct 2008 11:13:32 -0700 From: Clint Olsen [EMAIL PROTECTED] Sender: [EMAIL PROTECTED] On Oct 08, Kevin Oberman wrote: I had a system that was showing these exact symptoms David described. It did this both with -L and without. I went for about 3 months without a successful

Re: 7.0-RELEASE panics when loading USB modules x2

2008-10-08 Thread Paul B. Mahol
On 10/8/08, Bruce M Simpson [EMAIL PROTECTED] wrote: Hi, I just had 7.0-RELEASE crash again, whilst kldloading the uplcom.ko module in multi-user mode with X running, and no USB serial devices plugged in. The T43 immediately resets, I don't get a chance to drop into a debugger. This seems

Re: Recent Problems with RELENG_7 i386

2008-10-08 Thread Jeremy Chadwick
On Wed, Oct 08, 2008 at 10:19:47AM -0700, bf wrote: After updating to RELENG_7 i386 of this weekend, I have been having problems with my machine. When booting normally, the system slows or hangs at the login prompt. If I am able to continue past the prompt, I sometimes experience erratic

6.3-p5 watchdog timer not being disabled

2008-10-08 Thread Stephen Clark
Hello List, We have 2 different platforms that we are trying to use the watchdog timer and watchdogd program on. One is a Soekris 5501: CPU: Geode(TM) Integrated Processor by AMD PCS (433.25-MHz 586-class CPU) Origin = AuthenticAMD Id = 0x5a2 Stepping = 2

Re: [FreeBSD] Fix for ServerWorks HT1000 in upcoming 7.1?

2008-10-08 Thread John Baldwin
On Wednesday 08 October 2008 06:15:15 am Fernan Aguero wrote: Did anyone who can trigger the data corruption has tried John's patch and let us know if it worked? Not yet. My problem is that it's not that easy ... (at least for me, but maybe I'm missing something). The main issue for me

Re: Help me to develop a FreeBSD patch for gcc-4.2.1

2008-10-08 Thread Alexander Kabaev
On Tue, 7 Oct 2008 20:25:03 -0700 (PDT) Unga [EMAIL PROTECTED] wrote: --- On Wed, 10/8/08, Alexander Kabaev [EMAIL PROTECTED] wrote: If you still have CVS tree available, you can do 'cvs diff -rFSF' in contrib/gcc and apply the patches to files gcc-4.2.1/gcc. Hi Alexander,

Re: [FreeBSD] Fix for ServerWorks HT1000 in upcoming 7.1?

2008-10-08 Thread Fernan Aguero
On Wednesday 08 October 2008 06:15:15 am Fernan Aguero wrote: Did anyone who can trigger the data corruption has tried John's patch and let us know if it worked? Not yet. My problem is that it's not that easy ... (at least for me, but maybe I'm missing something). The main

Re: [FreeBSD] Fix for ServerWorks HT1000 in upcoming 7.1?

2008-10-08 Thread John Baldwin
On Wednesday 08 October 2008 04:33:25 pm Fernan Aguero wrote: On Wednesday 08 October 2008 06:15:15 am Fernan Aguero wrote: Did anyone who can trigger the data corruption has tried John's patch and let us know if it worked? Not yet. My problem is that it's not that easy ... (at

Re: 'at now' not working as expected

2008-10-08 Thread Peter Wemm
On Sat, Oct 4, 2008 at 5:04 AM, Guido Falsi [EMAIL PROTECTED] wrote: Jeff Richards wrote: When I try to schedule something immediately with an 'at now' command it appears to queue up but can wait multiple minutes before actually executing. Is there something I have missed with FreeBSD's

sidetrack [was Re: 'at now' not working as expected]

2008-10-08 Thread Ian Smith
On Wed, 8 Oct 2008, Peter Wemm wrote: [..] My tolerance for hacking at(1) code was exceeded when I added hacks for 'at sunrise' and 'at sunset' support to a local version. It wasn't pretty, especially when handling things like '30 minutes before sunrise' etc. (I use this for home

Re: Recent Problems with RELENG_7 i386

2008-10-08 Thread bf
--- On Wed, 10/8/08, Jeremy Chadwick [EMAIL PROTECTED] wrote: From: Jeremy Chadwick [EMAIL PROTECTED] Subject: Re: Recent Problems with RELENG_7 i386 To: bf [EMAIL PROTECTED] Cc: freebsd-stable@freebsd.org Date: Wednesday, October 8, 2008, 2:36 PM On Wed, Oct 08, 2008 at 10:19:47AM

Re: Recent Problems with RELENG_7 i386

2008-10-08 Thread Jeremy Chadwick
On Wed, Oct 08, 2008 at 10:00:32PM -0700, bf wrote: --- On Wed, 10/8/08, Jeremy Chadwick [EMAIL PROTECTED] wrote: From: Jeremy Chadwick [EMAIL PROTECTED] Subject: Re: Recent Problems with RELENG_7 i386 To: bf [EMAIL PROTECTED] Cc: freebsd-stable@freebsd.org Date: Wednesday,