Re: core.txt.N not created anymore on panic

2013-07-18 Thread Mikolaj Golub
> > debug.ddb.capture.bufoff: 0 > debug.ddb.capture.maxbufsize: 5242880 > debug.ddb.capture.inprogress: 0 > debug.ddb.capture.bufsize: 49152 > debug.ddb.capture.data: > debug.ddb.scripting.scripts: lockinfo=show locks; show alllocks; show > lockedvnods > kdb.enter.pani

Re: panic: Lock filedesc structure not share locked

2013-06-30 Thread Mikolaj Golub
On Sun, Jun 30, 2013 at 11:29:59PM +0200, Mateusz Guzik wrote: > I think it will be better if you do this and then MFC all commits. Committed as r252436. Thanks. -- Mikolaj Golub ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.

Re: panic: Lock filedesc structure not share locked

2013-06-30 Thread Mikolaj Golub
if (!locked && efbuf->fdp != NULL) > + FILEDESC_SLOCK(efbuf->fdp); > return (0); > } > efbuf->remainder -= kif->kf_structsize; > Mateusz, thank you for spotting this lock l

Re: zfs kernel panic, known incompatibilities with clang & CPUTYPE/COPTFLAGS?

2013-06-15 Thread Mikolaj Golub
pointer to an explanation how to convert those pointers > into source locations? kgdb l *devfs_ioctl_f+0xf0 -- Mikolaj Golub ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe,

Re: Proposal for change to kernel linker for fixing a VNET and DPCPU problem.

2012-09-27 Thread Mikolaj Golub
On Tue, Sep 25, 2012 at 11:07:02AM -0400, John Baldwin wrote: > On Friday, September 21, 2012 12:56:56 pm Julian Elischer wrote: > > On 9/21/12 2:22 AM, Mikolaj Golub wrote: > > > http://people.freebsd.org/~trociny/link_elf.c.pcpu_vnet.patch > > > > > > The f

Re: zpool can't bring online disk2 ----I screwed up

2012-09-26 Thread Mikolaj Golub
ght be possible to recover faster, without recreating/resyncing all devices, depending on how things messed up, fixing the disk numbering in hast.conf and recreating/resyncing only resources in split-brain state. But it would require more manual work, careful investigation of logs and good understa

Re: [head tinderbox] failure on mips/mips

2011-11-27 Thread Mikolaj Golub
auxv.c:146: warning: format '%ld' expects type 'long int', but argument 4 has type 'int' FT> /src/usr.bin/procstat/procstat_auxv.c:149: warning: format '%ld' expects type 'long int', but argument 4 has type 'int' FT> /src/usr.bin/pro

Re: [head tinderbox] failure on arm/arm

2011-11-27 Thread Mikolaj Golub
On Sun, 27 Nov 2011 20:08:02 GMT FreeBSD Tinderbox wrote: FT> /src/sys/kern/kern_proc.c:2589: error: 'KERN_PROC_PS_STRINGS' undeclared here (not in a function) FT> *** Error code 1 Forgot to commit changes to sys/sysctl.h. Sorry for this. Should be fixed in r228046. -

Re: 9.0-BETA3 lock order reversal in mount_smbfs

2011-10-09 Thread Mikolaj Golub
ems? I think it could be useful to tcpdump the session and look at it in wireshark, which understands the SMB protocol. Also you might want to rebuild the kernel with this options in /etc/src.conf: DEBUG_FLAGS=-g -DSMB_SOCKET_DEBUG -DSMB_IOD_DEBUG -DNB_DEBUG -DSMB_VNODE_DEBUG which will a

Re: truss

2011-09-19 Thread Mikolaj Golub
On Mon, 19 Sep 2011 12:13:56 + (UTC) Anton Yuzhaninov wrote to Mikolaj Golub: AY> On Sun, 18 Sep 2011 16:46:01 +0300, Mikolaj Golub wrote: MG>> Could you please run ktrace with -i option? The behavior is like if MG>> ptrace(PT_TRACE_ME) failed in the child by some reason

Re: truss

2011-09-18 Thread Mikolaj Golub
added: AY> http://dl.dropbox.com/u/8798217/tmp/kernconf.txt AY> -- AY> Anton Yuzhaninov AY> _______ AY> freebsd-current@freebsd.org mailing list AY> http://lists.freebsd.org/mailman/listinfo/freebsd-current AY> To unsubscribe, se

Re: Weird issue with hastd(8)

2011-06-25 Thread Mikolaj Golub
fore sending the chunk of MAXPHYS size, its checksum is send and if it matches the chunk is not sent. It is supposed to be useful when one needs to resync disks, e.g. after split brain, when most of the blocks on the nodes match. But apparently it should improve things in this case too. -- Mikolaj

Re: Weird issue with hastd(8)

2011-05-29 Thread Mikolaj Golub
eciated. This might be MSG_WAITALL issue I described on net@ (look for the thread "recv() with MSG_WAITALL might stuck when receiving more than rcvbuf", and also kern/154504). Could you please try the patch? http://people.freebsd.org/~trociny/uipc_socket.c.patch -- Mikolaj Golub ___

Re: Any success stories for HAST + ZFS?

2011-04-11 Thread Mikolaj Golub
On Mon, 11 Apr 2011 11:26:15 -0700 Freddie Cash wrote: FC> On Sun, Apr 10, 2011 at 12:36 PM, Mikolaj Golub wrote: >> On Mon, 4 Apr 2011 11:08:16 -0700 Freddie Cash wrote: >>  FC> Once the deadlock patches above are MFC'd to -STABLE, I can do an >>  FC

Re: Any success stories for HAST + ZFS?

2011-04-10 Thread Mikolaj Golub
On Mon, 4 Apr 2011 11:08:16 -0700 Freddie Cash wrote: FC> Once the deadlock patches above are MFC'd to -STABLE, I can do an FC> upgrade cycle and test them. Committed to STABLE. -- Mikolaj Golub ___ freebsd-current@freebsd.org mailin

Re: Any success stories for HAST + ZFS?

2011-04-05 Thread Mikolaj Golub
;> still have any issues? FC> Just to confirm, this is commit r220264, 220265, 220266 to -CURRENT? Yes, r220264 and 220266. As it is stated in the commit log MFC is planned after 1 week. -- Mikolaj Golub ___ freebsd-current@freebsd.org mailing

Re: Any success stories for HAST + ZFS?

2011-04-01 Thread Mikolaj Golub
rent problem. If you have this again please provide the output of 'procstat -kka'. -- Mikolaj Golub ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Any success stories for HAST + ZFS?

2011-03-28 Thread Mikolaj Golub
F> likely to hit this bug. Are the processes stable once launched ? Yes, you may hit it only on hast devices creation. The workaround is to avoid using 'hastctl role primary all', start providers one by one instead. -- Mikolaj Golub ___ f

Re: Any success stories for HAST + ZFS?

2011-03-27 Thread Mikolaj Golub
On Sun, 27 Mar 2011 15:16:15 +0300 Mikolaj Golub wrote to Freddie Cash: MG> The attached patch fixes the issue in my case. The patch is committed to current. -- Mikolaj Golub ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.

Re: Any success stories for HAST + ZFS?

2011-03-27 Thread Mikolaj Golub
gate_units[unit]->sc_provider still null and releases g_gate_units_lock. 2) Thread B traverses g_gate_units[] when checking for name collision and craches accessing g_gate_units[unit]->sc_provider->name. The attached patch fixes the issue in my case. -- Mikolaj Golub ggioc

Re: net.inet.tcp.timer_race: does anyone have a non-zero value?

2010-03-07 Thread Mikolaj Golub
7.1 hosts in production and I observe nonzero values on 8 hosts (about 15%). I would send more details to you privately if you are interested. -- Mikolaj Golub ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs