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 gcoo...@freebsd.org wrote: On Mon, Nov 29, 2010 at 12:39 PM, Matthew Jacob m...@feral.com 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,

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

2010-11-30 Thread Dag-Erling Smørgrav
Bakul Shah ba...@bitblocks.com 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 autoload

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?= d...@des.no wrote: Bakul Shah ba...@bitblocks.com writes: Index: function.c --- function.c (revision 212707) +++ function.c (working copy) @@ -560,7 +560,7 @@ empty = 1; dir =

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

2010-11-30 Thread Dag-Erling Smørgrav
Bakul Shah ba...@bitblocks.com writes: Dag-Erling Smørgrav d...@des.no 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 --

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 ivo...@freebsd.org 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*

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(ATT Intel),Python{esp.good in C,Java}

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.

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 m...@feral.com 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,