Re: find(1): Is this a bug or not?

2010-11-30 Thread Kevin Lo
Bakul Shah wrote: > On Mon, 29 Nov 2010 12:39:43 PST Matthew Jacob wrote: > > can you report out the actual command line you're using and what release > > it's from? > > > > On 11/29/2010 12:08 PM, Denise H. G. wrote: > > > Hi, > > > > > > I found that, while searching for empty directories, fi

8.1-RELEASE hangs on reboot

2010-11-30 Thread Ondřej Majerech
Hello, my 8.1-R system has just started hanging on reboot. Specifically after I svn up'd my source and updated from 8.1-R-p1 to -p2. Some kind of hang occurs on every reboot attempt. Usually it hangs at the "Rebooting..." message, but sometimes the thing just locks up before it even syncs disks.

Greetings

2010-11-30 Thread dheeraj suthar
Hi, I am a MCA (Masters in Computer Application) student. I have become quite interested in FreeBSD recently and want to contribute it through programming tasks. My current skill set: Languages: C,C++,Java,Assembly(AT&T & Intel),Python{esp.good in C,Java} Web:HTML,CSS,Perl,CGI,CMS(Joomla,Wordpress

Re: fsync(2) manual and hdd write caching

2010-11-30 Thread David Schultz
On Thu, Oct 28, 2010, per...@pluto.rain.com wrote: > Ivan Voras wrote: > > > ... The problem is actually pretty hard - since AFAIK SoftUpdates > > doesn't have "checkpoints" in the sense that it groups writes and > > all data "before" can guaranteed to be on-disk, the problem is > > *when* to iss

Re: find(1): Is this a bug or not?

2010-11-30 Thread Dag-Erling Smørgrav
Bakul Shah writes: > "Dag-Erling Smørgrav" writes: > > You should replace the err() call with a warn() call instead of > > removing it outright. > That would print the err msg twice as opendir (or something) already > seems to report the error. Try it! Oh, OK. DES -- Dag-Erling Smørgrav - d...

Re: find(1): Is this a bug or not?

2010-11-30 Thread Bakul Shah
On Tue, 30 Nov 2010 12:33:54 +0100 =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= wrote: > Bakul Shah writes: > > Index: function.c > > --- function.c (revision 212707) > > +++ function.c (working copy) > > @@ -560,7 +560,7 @@ > > empty = 1; > > dir = opendir(entry->fts_accpath)

Re: How to debug BTX loader?

2010-11-30 Thread John Baldwin
On Monday, November 29, 2010 1:01:27 pm Darmawan Salihun wrote: > Hi guys, > > I'm currently working on a BIOS for a custom Single Board Computer (SBC). > I have the required BIOS source code and tools at hand. > However, the boot process always stuck in the BTX loader > (the infamous "ACPI au

Re: find(1): Is this a bug or not?

2010-11-30 Thread Dag-Erling Smørgrav
Bakul Shah writes: > Index: function.c > === > --- function.c (revision 212707) > +++ function.c (working copy) > @@ -560,7 +560,7 @@ > empty = 1; > dir = opendir(entry->fts_accpath); > if (

Re: find(1): Is this a bug or not?

2010-11-30 Thread Denise H. G.
On 2010/11/30 at 06:15, Garrett Cooper wrote: > > On Mon, Nov 29, 2010 at 12:39 PM, Matthew Jacob wrote: >> can you report out the actual command line you're using and what release >> it's from? >> >> On 11/29/2010 12:08 PM, Denise H. G. wrote: >>> >>> Hi, >>> >>> I found that, while searchi