Hi All,
I originally posted this in freebsd-fs - but didn't get a reply... I have a
number of systems (mostly 7.2-S/amd64) running ZFS. Some of these handle
millions of files.
I've noticed recently, according to "df -i" I'm starting to run out of
inodes on some of them (96% used).
e.g.
"
Karl Pielorz wrote:
>
> Hi All,
>
> I originally posted this in freebsd-fs - but didn't get a reply... I
> have a number of systems (mostly 7.2-S/amd64) running ZFS. Some of these
> handle millions of files.
>
> I've noticed recently, according to "df -i" I'm starting to run out of
> inodes on s
On Thu, 18 Feb 2010, Mikolaj Golub wrote:
Below is a simple test code with unix sockets: the client does
connect()/close() in loop and the server -- accept()/close().
Sometimes close() fails with 'Socket is not connected' error:
Hi Mikolaj:
Thanks for this report, and sorry about not spotti
On 18 February 2010 14:41, Ivan Voras wrote:
> Karl Pielorz wrote:
>>
>> Hi All,
>>
>> I originally posted this in freebsd-fs - but didn't get a reply... I
>> have a number of systems (mostly 7.2-S/amd64) running ZFS. Some of these
>> handle millions of files.
>>
>> I've noticed recently, accordin
On 18 February 2010 12:04, pluknet wrote:
> On 18 February 2010 14:41, Ivan Voras wrote:
> > Karl Pielorz wrote:
> >>
> >> Hi All,
> >>
> >> I originally posted this in freebsd-fs - but didn't get a reply... I
> >> have a number of systems (mostly 7.2-S/amd64) running ZFS. Some of these
> >> han
--On 18 February 2010 12:41 +0100 Ivan Voras wrote:
I know ZFS doesn't have inodes (think they're znodes), and is capable of
handling more files than you can probably sensibly think about on a
filesystem - but is "df -i" just getting confused, or do I need to be
concerned?
AFAIK ZFS allocate
I want some papers, documentations or articles about Debug Registers on
FreeBSD, I googled and didn't find any references about it. I'm using i386 AMD.
Can someone help me?
_
Quer deixar se
You probobly need to specify it some more.
Debug registers for what? The x86 processor, some other hardware or what?
What do you need it for since you need debug registers?
BR
Dunceor
On Thu, Feb 18, 2010 at 2:28 PM, Anderson Eduardo
wrote:
>
> I want some papers, documentations or articles abou
On Thu, 18 Feb 2010 11:59:40 + (GMT) Robert Watson wrote:
> On Thu, 18 Feb 2010, Mikolaj Golub wrote:
>
>> Below is a simple test code with unix sockets: the client does
>> connect()/close() in loop and the server -- accept()/close().
>>
>> Sometimes close() fails with 'Socket is not connected
On Wednesday 17 February 2010 11:07:36 pm Anderson Eduardo wrote:
>
> Hello Folks,
>
> First, I'm starting in the world of the debugging FreeBSD Kernel and, I
don't know to use kgdb and ddb properly and, I need set breakpoints using
debug register. Those breakpoints in the all tasks.
This last
On Thu, Feb 18, 2010 at 09:44:24AM -0500, John Baldwin wrote:
> On Wednesday 17 February 2010 11:07:36 pm Anderson Eduardo wrote:
> >
> > Hello Folks,
> >
> > First, I'm starting in the world of the debugging FreeBSD Kernel and, I
> don't know to use kgdb and ddb properly and, I need set breakpo
On 02/18/10 14:28, Anderson Eduardo wrote:
I want some papers, documentations or articles about Debug Registers on
FreeBSD, I googled and didn't find any references about it. I'm using i386 AMD.
Can someone help me?
Maybe you are thinking about this:
http://www.freebsd.org/cgi/man.cgi?pmc
?
On Thursday 18 February 2010 10:12:39 am Kostik Belousov wrote:
> On Thu, Feb 18, 2010 at 09:44:24AM -0500, John Baldwin wrote:
> > On Wednesday 17 February 2010 11:07:36 pm Anderson Eduardo wrote:
> > >
> > > Hello Folks,
> > >
> > > First, I'm starting in the world of the debugging FreeBSD Kern
Thanks all,
Now I understood too more. I found some manuals of the AMD and I saw more some
details about debug registers. I'm going to try doing some hacks today. If I
have questions I send it again.
> From: j...@freebsd.org
> To: kostik...@gmail.com
> Subject: Re: Debug registers on FreeBSD
On Wed, Feb 17, 2010 at 8:11 PM, Kostik Belousov wrote:
> On Wed, Feb 17, 2010 at 07:51:06PM +0100, Fernando Apestegu?a wrote:
>> Hi,
>>
>> I have a small patch (against 8.0-RELEASE-p2) that _should_ implement
>> the /proc/pid/environ file
>> under linprocfs.
>> However, it seems it does not work
On Wed, Feb 17, 2010 at 10:38:30PM -0800, Tim Kientzle wrote:
> Juergen Lock wrote:
> >
> > ... since bsdtar/libarchive know iso9660 I just did the command in the
> > Subject. It worked, but it was sloow... :( Apparently it read all of
> > the disc without seeking. The following patch fixes t
On Thu, Feb 18, 2010 at 07:34:59PM +0100, Juergen Lock wrote:
> Ok here is a new version of the patch with these things fixed and the
> Linux case added: (Linux case not tested yet, and yes I did this on
> stable/8.)
Why the check at all? Shouldn't devices that don't allow seek fail that?
E.g. f
I made a wiki page[1] to list small odd-jobs that beginners to work
on. It is intended to answer the question "I'm just starting out with
coding, what can I help with?" The tasks put on the wiki page should
be things that require little programming skill.
It would become a lot more useful if peopl
Anderson Eduardo wrote:
I want some papers, documentations or articles about Debug Registers on
FreeBSD, I googled and didn't find any references about it. I'm using i386 AMD.
Can someone help me?
Usually one does not use the debug registers directlym but instead
uses one of the drivers tha
On Thu, Feb 18, 2010 at 06:48:35PM +0100, Fernando Apestegu?a wrote:
> On Wed, Feb 17, 2010 at 8:11 PM, Kostik Belousov wrote:
> > On Wed, Feb 17, 2010 at 07:51:06PM +0100, Fernando Apestegu?a wrote:
> >> Hi,
> >>
> >> I have a small patch (against 8.0-RELEASE-p2) that _should_ implement
> >> the
On Thu, Feb 18, 2010 at 07:34:59PM +0100, Juergen Lock wrote:
> On Wed, Feb 17, 2010 at 10:38:30PM -0800, Tim Kientzle wrote:
> > Juergen Lock wrote:
> > >
> > > ... since bsdtar/libarchive know iso9660 I just did the command in the
> > > Subject. It worked, but it was sloow... :( Apparently i
On Thu, Feb 18, 2010 at 11:22 AM, Eitan Adler wrote:
> I made a wiki page[1] to list small odd-jobs that beginners to work
> on. It is intended to answer the question "I'm just starting out with
> coding, what can I help with?" The tasks put on the wiki page should
> be things that require little
Folks,
Indeed, it looks like igb(4) issue. Replacing the card with the
desktop-grade em(4)-supported card has fixed the problem for us. The
system has been happily pushing 110mbps worth of RTP traffic and 2000
concurrent calls without any problems for two days now.
e...@pci0:7:0:0: class=0x0
On Thu, Feb 18, 2010 at 05:05:16PM -0800, Maxim Sobolev wrote:
> Folks,
>
> Indeed, it looks like igb(4) issue. Replacing the card with the
> desktop-grade em(4)-supported card has fixed the problem for us. The
> system has been happily pushing 110mbps worth of RTP traffic and 2000
> concurrent
Joerg Sonnenberger wrote:
On Thu, Feb 18, 2010 at 07:34:59PM +0100, Juergen Lock wrote:
Ok here is a new version of the patch with these things fixed and the
Linux case added: (Linux case not tested yet, and yes I did this on
stable/8.)
Why the check at all? Shouldn't devices that don't allo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, 18 Feb 2010 17:13, yanefbsd@ wrote:
On Thu, Feb 18, 2010 at 11:22 AM, Eitan Adler wrote:
I made a wiki page[1] to list small odd-jobs that beginners to work on.
It is intended to answer the question "I'm just starting out with
coding, wh
On Thu, Feb 18, 2010 at 10:34 AM, Juergen Lock wrote:
> On Wed, Feb 17, 2010 at 10:38:30PM -0800, Tim Kientzle wrote:
>> Juergen Lock wrote:
>> >
>> > ... since bsdtar/libarchive know iso9660 I just did the command in the
>> > Subject. It worked, but it was sloow... :( Apparently it read all o
Jack Vogel wrote:
This thread is confusing, first he says its an igb problem, then you
offer an em patch :)
I suspect it could be patch for the kern/140326.
-Maxim
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo
28 matches
Mail list logo