On Sat, 2008-11-08 at 02:27 +0100, vermaden wrote:
> Hi,
>
> Currently there is possibility to set lowest speed of
> cpu for scaling with cpufreq (debug.cpufreq.lowest),
> it would be good to include also a option to set the
> highest possible freq to use with cpufreq, some laptops
> get too hot a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
FYI. I have just committed a MFC of most of recent bce(4) improvements.
These changes were in tree for some months, while on the other hand
it's a big chunk of changes. Feedbacks appreciated.
- Original Message
Subject: svn c
Hello,
I installed FreeBSD from 7.0-release and brought up to stable a few days
ago:
lentil# uname -a
FreeBSD lentil.growveg.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Mon
Nov 10 09:21:06 GMT 2008
[EMAIL PROTECTED]:/ext0/system/src/sys/i386/compile/LENTIL i386
today I recompiled the kernel b
On Mon, Nov 10, 2008 at 11:01:00AM -0500, Stephen Clark wrote:
> Why would du show 630k used by /tmp while df show 161M used
> by /tmp?
>
> I have run fstat /tmp and can't find any files that are using
> the space that df is claiming as being used.
You need lsof +aL1 /tmp to see an answer.
Euge
Jille Timmermans wrote:
Probably some file descriptor to an unlinked file is still open.
The space on disk will be freed when the last descriptor is closed.
and because there is no file linked to the data, du can't see it.
(iirc MySQL does this in some situaties when using temp-tables or
rebuil
Probably some file descriptor to an unlinked file is still open.
The space on disk will be freed when the last descriptor is closed.
and because there is no file linked to the data, du can't see it.
(iirc MySQL does this in some situaties when using temp-tables or
rebuilding tables)
-- Jille
Le Mon 10/11/2008, Stephen Clark disait
> Why would du show 630k used by /tmp while df show 161M used
> by /tmp?
>
>
> # du -sh /tmp
> 630K/tmp
> # df -h
> Filesystem SizeUsed Avail Capacity Mounted on
> /dev/ad0s1a 94M 41M 45M47%/
> devfs 1.0K1.0K
Why would du show 630k used by /tmp while df show 161M used
by /tmp?
# du -sh /tmp
630K/tmp
# df -h
Filesystem SizeUsed Avail Capacity Mounted on
/dev/ad0s1a 94M 41M 45M47%/
devfs 1.0K1.0K 0B 100%/dev
/dev/ad0s1e193M161M 17M
On Mon, Nov 10, 2008 at 10:01 AM, Fernan Aguero <[EMAIL PROTECTED]> wrote:
>
> Date: Wed, 29 Oct 2008 14:05:22 -0300
> From: Fernan Aguero <[EMAIL PROTECTED]>
> To: Kirk Strauser <[EMAIL PROTECTED]>
> Cc: freebsd-stable@freebsd.org, [EMAIL PROTECTED],
>John Baldwin <[EMAIL PROTECTED]>, [EMA
Hello,
last month i reported a problem with interrupt storms in re(4). You
can find that report here:
http://lists.freebsd.org/pipermail/freebsd-stable/2008-October/046075.html
After that, i filled a bug report:
http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/128287
Remko Lodder (CC'ed) sugges
Anton - Valqk wrote:
> You can try taking look to lighttpd status and fcgi processes status
> like this:
> server.modules += ( "mod_status" )
> status.status-url = "/server-status"
> status.statistics-url = "/sstatus1"
>
> status.statistics-url gives info for each fastcgi like this:
>
> fastcgi
11 matches
Mail list logo