On Mon, Nov 10, 2008 at 11:21:11PM +0700, Eugene Grosbein typed:
> 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
Hi
One of my DL360G5 boxes running 7.0 had a panic this night:
jb-2 ~$ uname -rsv
FreeBSD 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #2: Thu Sep 4 10:49:27
CEST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DL360G5
The config is a GENERIC with some pf, IPSEC and ALTQ stuff enabled.
jb-2 /usr/o
Ruben de Groot wrote:
On Mon, Nov 10, 2008 at 11:21:11PM +0700, Eugene Grosbein typed:
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 th
on 08/11/2008 14:31 Volker said the following:
> Andriy,
>
> On 12/23/-58 20:59, Andriy Gapon wrote:
>> I have a quite strange problem.
>> This is with 7-BETA amd64.
>
> Did it work with earlier versions?
Can't say, this is a new machine, FreeBSD took its virginity :-)
>> All of USB is out of k
The report from lighttpd looks fine:
cache.cached-itmes: 98293
cache.hitrate(%): 96
cache.memory-inuse(KB): 6143
fastcgi.active-requests: 16
fastcgi.backend.0.0.connected: 419008
fastcgi.backend.0.0.died: 0
fastcgi.backend.0.0.disabled: 0
fastcgi.backend.0.0.load: 16
fastcgi.backend.0.0.overloaded
Is it possible to have traceroute MFC'd for 7.1? I would like to have -a
and -A switchs (ASN Path mapping) available. Thank you :)
--
Patrick Tracanelli
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stab
On Tue, Nov 11, 2008 at 10:09:38PM +0800, Ken Chen wrote:
> I think the parent php-cgi are very health. I have tried:
>
> There are total 49 php-cgi processes are running or frozen, the '1 wait' is
> parent .
>
> web4# ps alx | grep php-cgi | grep -v grep | awk '{print $9}' | sort | uniq
> -c | s
On Tue, Nov 11, 2008 at 09:49:26AM +0100, Johan Str?m wrote:
> Hi
> One of my DL360G5 boxes running 7.0 had a panic this night:
>
> jb-2 ~$ uname -rsv
> FreeBSD 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #2: Thu Sep 4 10:49:27
> CEST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DL360G5
>
> The c
On Tue, Nov 11, 2008 at 5:14 AM, Andriy Gapon <[EMAIL PROTECTED]> wrote:
> on 08/11/2008 14:31 Volker said the following:
>> Andriy,
>>
>> On 12/23/-58 20:59, Andriy Gapon wrote:
>>> I have a quite strange problem.
>>> This is with 7-BETA amd64.
>>
>> Did it work with earlier versions?
>
> Can't sa
Thank Jeremy, I will try.
2008/11/12 Jeremy Chadwick <[EMAIL PROTECTED]>
> On Tue, Nov 11, 2008 at 10:09:38PM +0800, Ken Chen wrote:
> > I think the parent php-cgi are very health. I have tried:
> >
> > There are total 49 php-cgi processes are running or frozen, the '1 wait'
> is
> > parent .
> >
Greetings, I have new freshly installed servers of FreeBSD 6.3. We
started our migration before 6.4 was released. Anyway we have some
custom tools that we have built startup scripts for and placed them
into /usr/local/etc/rc.d. However the problem is that these tools get
called twice to startup.
On Tue, 2008-11-11 at 13:06 -0200, Patrick Tracanelli wrote:
> Is it possible to have traceroute MFC'd for 7.1? I would like to have -a
I second that request. I'm prepared to bribe someone as well.
~BAS
> and -A switchs (ASN Path mapping) available. Thank you :)
>
--
Brian A. Seklecki <[EMAI
Ah, indeed that seems to be the problem. Thank you, I may never have
spotted that on my own.
-Geoff Sweet
On Tue, 2008-11-11 at 11:21 -0800, David Wolfskill wrote:
> On Tue, Nov 11, 2008 at 10:45:04AM -0800, Geoff Sweet wrote:
> > Greetings, I have new freshly installed servers of FreeBSD 6.3..
On Tue, Nov 11, 2008 at 10:45:04AM -0800, Geoff Sweet wrote:
> Greetings, I have new freshly installed servers of FreeBSD 6.3
> Any advice?
Check the value of local_startup in /etc/{defaults/,}rc.conf.
In 6.3, I believe the default was
/usr/local/etc/rc.d /usr/X11R6/etc/rc.d
but you
Ruben de Groot wrote:
You need lsof +aL1 /tmp to see an answer.
Please don't advise people to install third party apps (lsof) where
base system tools (fstat) can do the job.
Why not?
Because it gives the impression the base system is incomplete, which it is not,
at least not in this situation
On 11/11/08 19:55, Peter Wemm wrote:
> ...
> * There were other consequences of using the partition ID hack - I
> think I remember it turning off the apic for msdos mode.
>
> Your problems may be different, but mine were caused by a BIOS
> whitelist of MBR partition id's. What a stupid problem.
On Tue, 11 Nov 2008 at 13:45 -, Geoff Sweet wrote:
> Greetings, I have new freshly installed servers of FreeBSD 6.3. We
> started our migration before 6.4 was released. Anyway we have some
> custom tools that we have built startup scripts for and placed them
> into /usr/local/etc/rc.d. Howev
On Tue, Nov 11, 2008 at 12:09 PM, Volker <[EMAIL PROTECTED]> wrote:
> On 11/11/08 19:55, Peter Wemm wrote:
>> ...
>> * There were other consequences of using the partition ID hack - I
>> think I remember it turning off the apic for msdos mode.
>>
>> Your problems may be different, but mine were cau
On Tue, Nov 11, 2008 at 09:09:00PM +0100, Volker wrote:
> On 11/11/08 19:55, Peter Wemm wrote:
> > ...
> > * There were other consequences of using the partition ID hack - I
> > think I remember it turning off the apic for msdos mode.
> >
> > Your problems may be different, but mine were caused by
on 06/11/2008 14:34 Andriy Gapon said the following:
> I have a quite strange problem.
> This is with 7-BETA amd64.
> All of USB is out of kernel and is loaded via modules.
> BIOS has "Legacy USB" enabled.
> I have only a USB keyboard, no PS/2 port.
>
> The keyboard works file in BIOS and for sele
Am Tue, 11 Nov 2008 10:55:45 -0800
schrieb "Peter Wemm" <[EMAIL PROTECTED]>:
> Some bioses have a list of MBR partition id's and use that to
> determine what to do with the USB keyboard. One of my ol older amd64
> motherboards worked but would always disable the usb keyboard right as
> loader sta
On Tue, Nov 11, 2008 at 10:22:42AM +0100, Willem Jan Withagen typed:
> Ruben de Groot wrote:
> >On Mon, Nov 10, 2008 at 11:21:11PM +0700, Eugene Grosbein typed:
> >>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
>
On Tue, 11 Nov 2008 11:55:30 +0100, Ruben de Groot <[EMAIL PROTECTED]>
wrote:
> On Tue, Nov 11, 2008 at 10:22:42AM +0100, Willem Jan Withagen typed:
>> Ruben de Groot wrote:
>> >On Mon, Nov 10, 2008 at 11:21:11PM +0700, Eugene Grosbein typed:
>> >>On Mon, Nov 10, 2008 at 11:01:00AM -0500, Stephen
I think the parent php-cgi are very health. I have tried:
There are total 49 php-cgi processes are running or frozen, the '1 wait' is
parent .
web4# ps alx | grep php-cgi | grep -v grep | awk '{print $9}' | sort | uniq
-c | sort -n
1 biowr
1 wait
15 sbwait
32 accept
Kill one of frozen
24 matches
Mail list logo