Re: BETA3 core dump

2011-10-01 Thread Volodymyr Kostyrko
01.10.2011 13:20, Volodymyr Kostyrko wrote: BETA3 dumps core on running heavy disk bound application. Built with clang and kernel is custom, but I can try to reproduce it on GENERIC if that matters. http://limbo.xim.bz/core.txt.0 Sorry, I've fixed permissions. -- Sphinx of black quartz judge

Re: BETA2 panic

2011-10-01 Thread Joel Dahl
On 02-10-2011 0:54, Adrian Chadd wrote: > On 1 October 2011 20:46, Joel Dahl wrote: > > > My laptop has been running with your patch for almost 8 hours now. No > > panics. > > > > Do you have all of the -current debugging enabled (witness, invariants, etc) ? I'm running GENERIC, so yes. --

Re: beta2 panic: VAPPEND without VWRITE

2011-10-01 Thread Rick Macklem
Harald Schmalzbauer wrote: > schrieb Attilio Rao am 01.10.2011 16:49 (localtime): > > Can you please show the panic message? > > Sorry, I forgot to add it here: > > free indoe /var/123088 had 8 blocks > panic: VAPPEND withour VWRITE > >> cpuid = 0 > >> KDB: enter: panic > >> [ thread pid 1445 tid

Re: BETA2 panic

2011-10-01 Thread Adrian Chadd
On 1 October 2011 20:46, Joel Dahl wrote: > My laptop has been running with your patch for almost 8 hours now. No panics. > Do you have all of the -current debugging enabled (witness, invariants, etc) ? Adrian ___ freebsd-current@freebsd.org mailing

Re: beta2 panic: VAPPEND without VWRITE

2011-10-01 Thread Harald Schmalzbauer
schrieb Attilio Rao am 01.10.2011 16:49 (localtime): > Can you please show the panic message? Sorry, I forgot to add it here: free indoe /var/123088 had 8 blocks panic: VAPPEND withour VWRITE >> cpuid = 0 >> KDB: enter: panic >> [ thread pid 1445 tid 100126 ] >> Stopped at kbd_enter+0x2b: mo

Re: Passive FTP

2011-10-01 Thread krad
>Those who still want active FTP (what on earth for?) I have encountered hosting companies in the past that only have inbound port 21 access for security reasons. I think this a bit odd but it is was it is. ___ freebsd-current@freebsd.org mailing list ht

Re: beta2 panic: VAPPEND without VWRITE

2011-10-01 Thread Attilio Rao
Can you please show the panic message? Attilio 2011/10/1 Harald Schmalzbauer : > Hello, > > I got the following panic with 9.0-beta2: > > cpuid = 0 > KDB: enter: panic > [ thread pid 1445 tid 100126 ] > Stopped at      kbd_enter+0x2b: movq    $0,0x918a52(%rip) > db> bt > Tracing pid 1445 tid 1001

beta2 panic: VAPPEND without VWRITE

2011-10-01 Thread Harald Schmalzbauer
Hello, I got the following panic with 9.0-beta2: cpuid = 0 KDB: enter: panic [ thread pid 1445 tid 100126 ] Stopped at kbd_enter+0x2b: movq$0,0x918a52(%rip) db> bt Tracing pid 1445 tid 100126 td 0xfe000510d460 kdb_enter() at kbd_enter+0x3b panic() at panic+0x180 vn_isdisk() at vn_isd

Re: make buildworld error on 9.0B2

2011-10-01 Thread Conrad J. Sabatier
On Sat, 1 Oct 2011 07:55:34 -0500 Greg Miller wrote: > On 9/30/11, Conrad J. Sabatier wrote: > > On Wed, 28 Sep 2011 19:57:55 -0500 > > Greg Miller wrote: > > > >> On a fresh install of 9.0B2, I've updated my source to RELENG_9 > >> with csup, and I get the following when I try to make buildwor

Re: make buildworld error on 9.0B2

2011-10-01 Thread Greg Miller
On 9/30/11, Conrad J. Sabatier wrote: > On Wed, 28 Sep 2011 19:57:55 -0500 > Greg Miller wrote: > >> On a fresh install of 9.0B2, I've updated my source to RELENG_9 with >> csup, and I get the following when I try to make buildworld: >> >> * >> [0] /usr/src # m

Re: BETA2 panic

2011-10-01 Thread Joel Dahl
On 30-09-2011 17:52, Adrian Chadd wrote: > Hi, > > Would you please try this patch? Make sure that witness and the rest > of the lock debugging is enabled. > > I've been working on this problem with someone else on the list (but I > can't trigger it myself; I think I need to get some dual-CPU wir

Re: BETA3 core dump

2011-10-01 Thread K. Macy
You need to change the permissions. I'm getting a 403 from nginx. On Sat, Oct 1, 2011 at 12:20 PM, Volodymyr Kostyrko wrote: > Hi all. > > BETA3 dumps core on running heavy disk bound application. Built with clang > and kernel is custom, but I can try to reproduce it on GENERIC if that > matters.

BETA3 core dump

2011-10-01 Thread Volodymyr Kostyrko
Hi all. BETA3 dumps core on running heavy disk bound application. Built with clang and kernel is custom, but I can try to reproduce it on GENERIC if that matters. http://limbo.xim.bz/core.txt.0 -- Sphinx of black quartz judge my vow. ___ freebsd-cu