Memory management

2006-07-26 Thread Stephane Dupille
Hello there, I have a computer running FreeBSD 6.1. As time passing by, the memory fills up. When the machine starts, memory is occupied to 30 %, and after two or three weeks memory is occupied to 100 % and it begins to use swap. It is inactive pages that fills up the memory. I tried

Re: Memory management

2006-07-26 Thread Peter Jeremy
On Wed, 2006-Jul-26 11:26:34 +0200, Stephane Dupille wrote: As time passing by, the memory fills up. When the machine starts, memory is occupied to 30 %, and after two or three weeks memory is occupied to 100 % and it begins to use swap. How are you monitoring memory usage? Do you mean 'swap'

Re: Memory management

2006-07-26 Thread Robert Watson
On Wed, 26 Jul 2006, Stephane Dupille wrote: I have a computer running FreeBSD 6.1. As time passing by, the memory fills up. When the machine starts, memory is occupied to 30 %, and after two or three weeks memory is occupied to 100 % and it begins to use swap. It is inactive pages

Re: Memory management

2006-07-26 Thread Stephane Dupille
Peter Jeremy [EMAIL PROTECTED] écrit : As time passing by, the memory fills up. When the machine starts, memory is occupied to 30 %, and after two or three weeks memory is occupied to 100 % and it begins to use swap. How are you monitoring memory usage? Using top, mainly. And ps, swapinfo,

Filesystem full: out of inodes - possibly ataraid bug?

2006-07-26 Thread Gavin Atkinson
Hi all, I'm seeing a strange problem on two of my servers (both 6.0-RELEASE). Both seem to have corrupted their filesystems in such a way that no more files can be created because they are apparently out of inodes, even though df -i suggests otherwise... A reboot doesn't fix this: system1:

Re: Memory management

2006-07-26 Thread Oliver Fromme
Stephane Dupille [EMAIL PROTECTED] wrote: Peter Jeremy [EMAIL PROTECTED] écrit : As time passing by, the memory fills up. When the machine starts, memory is occupied to 30 %, and after two or three weeks memory is occupied to 100 % and it begins to use swap. How are you

Re: FreeBSD 6.1 Tor issues (Once More, with Feeling)

2006-07-26 Thread Fabian Keil
Fabian Keil [EMAIL PROTECTED] wrote: Peter Thoenen [EMAIL PROTECTED] wrote: To you have pf running? If so can you turn it off for a bit a see if you still crash. On my box I was getting all sorts of witness kbd backtraces on pf and since turning pf off (maybe a week ago), haven't

Re: scan stuck with if_iwi(4)

2006-07-26 Thread Henrik Brix Andersen
On Thu, Jul 20, 2006 at 04:01:20PM -0700, Sam Leffler wrote: The basic problem is your card is losing sync w/ the ap. I don't know what the local conditions are but I've seen this a lot w/ iwi; there's nothing we can do in the driver if you want to be able to roam. Update: this was just fixed

Re: scan stuck with if_iwi(4)

2006-07-26 Thread Sam Leffler
Henrik Brix Andersen wrote: On Thu, Jul 20, 2006 at 04:01:20PM -0700, Sam Leffler wrote: The basic problem is your card is losing sync w/ the ap. I don't know what the local conditions are but I've seen this a lot w/ iwi; there's nothing we can do in the driver if you want to be able to roam.

Re: Monitoring temperature with acpi (sysctls)

2006-07-26 Thread Bruno Ducrot
On Tue, Jul 25, 2006 at 11:51:25AM -0400, Mike Jakubik wrote: I need to be able to get the cpu and fan information from my motherboard, however none of the monitoring utilities in the ports seems to support my motherboard (Supermicro PDSMi, Intel E7230 (Mukilteo) Chipset). On my older VIA

Re: scan stuck with if_iwi(4)

2006-07-26 Thread Henrik Brix Andersen
On Wed, Jul 26, 2006 at 09:10:03AM -0700, Sam Leffler wrote: Thanks for your help but understand this is not necessarily a solution; just the addition of a knob. I know. The linux driver already used 7 consecutive beacon misses to trigger roaming so I'm not sure why 10 is an improvement but

Re: filesystem full error with inumber

2006-07-26 Thread Sven Willenberger
Feargal Reilly presumably uttered the following on 07/24/06 11:48: On Mon, 24 Jul 2006 17:14:27 +0200 (CEST) Oliver Fromme [EMAIL PROTECTED] wrote: Nobody else has answered so far, so I try to give it a shot ... The filesystem full error can happen in three cases: 1. The file system is

Re: scan stuck with if_iwi(4)

2006-07-26 Thread Sam Leffler
Henrik Brix Andersen wrote: On Wed, Jul 26, 2006 at 09:10:03AM -0700, Sam Leffler wrote: Thanks for your help but understand this is not necessarily a solution; just the addition of a knob. I know. Sure, it was for others. The linux driver already used 7 consecutive beacon misses to

Re: Monitoring temperature with acpi (sysctls)

2006-07-26 Thread O. Hartmann
Bruno Ducrot wrote: On Tue, Jul 25, 2006 at 11:51:25AM -0400, Mike Jakubik wrote: I need to be able to get the cpu and fan information from my motherboard, however none of the monitoring utilities in the ports seems to support my motherboard (Supermicro PDSMi, Intel E7230 (Mukilteo)

Re: scan stuck with if_iwi(4)

2006-07-26 Thread Henrik Brix Andersen
On Wed, Jul 26, 2006 at 11:07:36AM -0700, Sam Leffler wrote: Sure, it was for others. Ah :) Which version are you looking at? The numbers in iwi are from the code in linux-2.6.17; maybe it's been changed again in the code on sourceforge? I was looking in the ipw2200.h header file from

wine: ld-elf.so.1 not found

2006-07-26 Thread Andresen, Jason
I'm having a very strange problem with Wine. It apparently refuses to see ld when starting: escaflowne/p7 (72 ~): wine ELF interpreter /libexec/ld-elf.so.1 not found Even though it's obviously on the system: escaflowne/p7 (74 ~): ls /libexec ld-elf.so.1 ld-elf.so.1.old Ktrace doesn't

Re: Monitoring temperature with acpi (sysctls)

2006-07-26 Thread David Duchscher
On Jul 26, 2006, at 11:09 AM, Bruno Ducrot wrote: On Tue, Jul 25, 2006 at 11:51:25AM -0400, Mike Jakubik wrote: I need to be able to get the cpu and fan information from my motherboard, however none of the monitoring utilities in the ports seems to support my motherboard (Supermicro PDSMi,

Re: filesystem full error with inumber

2006-07-26 Thread Peter Jeremy
On Wed, 2006-Jul-26 13:07:19 -0400, Sven Willenberger wrote: One of my machines that I recently upgraded to 6.1 (6.1-RELEASE-p3) is also exhibiting df reporting wrong data usage numbers. What did you upgrade from? Is this UFS1 or UFS2? Does a full fsck fix the problem? -- Peter Jeremy

Re: filesystem full error with inumber

2006-07-26 Thread Sven Willenberger
Peter Jeremy presumably uttered the following on 07/26/06 15:00: On Wed, 2006-Jul-26 13:07:19 -0400, Sven Willenberger wrote: One of my machines that I recently upgraded to 6.1 (6.1-RELEASE-p3) is also exhibiting df reporting wrong data usage numbers. What did you upgrade from? Is this

Re: Monitoring temperature with acpi (sysctls)

2006-07-26 Thread Lists For Simon Phoenix ([EMAIL PROTECTED])
O. Hartmann wrote: I need to be able to get the cpu and fan information from my motherboard, however none of the monitoring utilities in the ports seems to support my motherboard (Supermicro PDSMi, Intel E7230 (Mukilteo) Chipset). On my older VIA based motherboards and some Nvidia, i can

Re: scan stuck with if_iwi(4)

2006-07-26 Thread Sam Leffler
Henrik Brix Andersen wrote: On Wed, Jul 26, 2006 at 11:07:36AM -0700, Sam Leffler wrote: Sure, it was for others. Ah :) Which version are you looking at? The numbers in iwi are from the code in linux-2.6.17; maybe it's been changed again in the code on sourceforge? I was looking in

Re: scan stuck with if_iwi(4)

2006-07-26 Thread Andrew Thompson
On Wed, Jul 26, 2006 at 01:28:12PM -0700, Sam Leffler wrote: Henrik Brix Andersen wrote: Oh? Sounds interesting, where can I find these patches? The work has always been in perforce.freebsd.org; look in the sam_wifi branch. The code will not hit head until folks show up to fix legacy

Re: Monitoring temperature with acpi (sysctls)

2006-07-26 Thread Mike Jakubik
Bruno Ducrot wrote: On Tue, Jul 25, 2006 at 11:51:25AM -0400, Mike Jakubik wrote: I need to be able to get the cpu and fan information from my motherboard, however none of the monitoring utilities in the ports seems to support my motherboard (Supermicro PDSMi, Intel E7230 (Mukilteo)

MFC of kern_resource.c (calru changes)

2006-07-26 Thread Mike Jakubik
Are there any plans to MFC the last few commits to kern_resource.c to -STABLE? I have a number of machines which flood the logs with calcru: negative runtime messages every time w, ps or top is used, so im hoping these may fix the issue. ___

Re: Monitoring temperature with acpi (sysctls)

2006-07-26 Thread Mike Jakubik
David Duchscher wrote: On Jul 26, 2006, at 11:09 AM, Bruno Ducrot wrote: Does this one support IPMI? Yes, the Supermicro PDSMi supports the IPMI 2.0 module and I can confirm that it works with the IPMI ported driver from current on 6.1. The module is optional so you will have to purchase

Re: filesystem full error with inumber

2006-07-26 Thread Julian H. Stacey
Sven Willenberger wrote: Feargal Reilly presumably uttered the following on 07/24/06 11:48: On Mon, 24 Jul 2006 17:14:27 +0200 (CEST) Oliver Fromme [EMAIL PROTECTED] wrote: Nobody else has answered so far, so I try to give it a shot ... The filesystem full error can happen in

Re: filesystem full error with inumber

2006-07-26 Thread Paul Allen
From Julian H. Stacey [EMAIL PROTECTED], Thu, Jul 27, 2006 at 01:45:16AM +0200: Negative isnt an example of programming error, just that the system is now using the last bit only root can use. for insight try for example man tunefs reboot boot -s tunefs -m 2

Re: Monitoring temperature with acpi (sysctls)

2006-07-26 Thread Jiawei Ye
On 7/27/06, Mike Jakubik [EMAIL PROTECTED] wrote: I don't want to spend $50 extra per system, just so i can read the temperature, and not even use any of the IPMI functions. I need a simple and scriptable way to get the values, acpi sysctls are ideal for this. What about using SMBus? Is it

Re: MFC of kern_resource.c (calru changes)

2006-07-26 Thread Doug Barton
Mike Jakubik wrote: Are there any plans to MFC the last few commits to kern_resource.c to -STABLE? I have a number of machines which flood the logs with calcru: negative runtime messages every time w, ps or top is used, so im hoping these may fix the issue. Well, one way to help make sure