Re: msk0 freezes again

2013-05-17 Thread Anton Yuzhaninov
On Mon, 13 May 2013 09:13:14, kit wrote: k> the marvell network adapter on my shuttle box freezes easily with minimal network traffic..:( k> root@test:/home/ktsin # dhclient msk0DHCPDISCOVER on msk0 to 255.255.255.255 port 67 interval 4DHCPDISCOVER on msk0 to 255.255.255.255 port 67 interval 10D

Re: gstat don't work after update to 10.0-CURRENT

2012-04-10 Thread Anton Yuzhaninov
On Tue, 10 Apr 2012 15:19:37, Anton Yuzhaninov wrote: AY> gstat don't work after update to 10.0-CURRENT r233947 AY> It don't show any providers, and don't print any errors: AY> # gstat -b AY> dT: 1.166s w: 1.000s AY> L(q) ops/sr/s kBps ms/rw/s kBps

gstat don't work after update to 10.0-CURRENT

2012-04-10 Thread Anton Yuzhaninov
ks: ada2 ada1 ada0 # camcontrol devlist at scbus3 target 0 lun 0 (ada0,pass0) at scbus4 target 0 lun 0 (ada1,pass1) at scbus5 target 0 lun 0 (ada2,pass2) sysctl kern.geom output: http://paste.org.ru/?i2a2zp Any suggestuions how to fix gstat? --

panic on reboot (geli+glabel)

2011-11-29 Thread Anton Yuzhaninov
= 0x0, spare1 = 0x0, softc = 0x0, flags = 1} crashinfo: http://dl.dropbox.com/u/8798217/tmp/core.txt.0.gz -- Anton Yuzhaninov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, se

Re: truss

2011-09-21 Thread Anton Yuzhaninov
hat tdsendsignal() KB> do not want to deliver, and debugger never get a notification of exec. I can confirm - with this patch unmodified truss works when SIGTRAP is ignored. -- Anton Yuzhaninov ___ freebsd-current@freebsd.org mailing list

Re: truss

2011-09-20 Thread Anton Yuzhaninov
uss(1) KB> or debug with gdb after the change applied. Does truss work for you KB> with only this change, without resetting SIGTRAP handler in truss process ? I'll test this patch. -- Anton Yuzhaninov ___ 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: truss

2011-09-19 Thread Anton Yuzhaninov
On Mon, 19 Sep 2011 15:00:31 + (UTC), Anton Yuzhaninov wrote: AY> On Mon, 19 Sep 2011 15:58:02 +0300, Mikolaj Golub wrote: AY>>> ktrace -i for truss sleep 5 AY>>> http://dl.dropbox.com/u/8798217/tmp/truss_ktrace2.txt MG>> MG>> Although ptrace(PT_TRACE_ME,

Dtrace: type mismatch in sys/kern/kern_sig.c

2011-09-19 Thread Anton Yuzhaninov
type for var sig is int == int (ok) To match solaris DTrace probe shuild called as: SDT_PROBE(proc, kernel, , signal_discard, td, p, sig, 0, 0 ); -- Anton Yuzhaninov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailm

Re: truss

2011-09-19 Thread Anton Yuzhaninov
TRAP -I- Under FreeBSD 8, where ptrace works for me, this signal is not ignored: x:~> sleep 300 & x:~> procstat -i 78716 | fgrep TRAP 78716 sleepTRAP --- -- Anton Yuzhaninov ___ freebsd-current@freebsd.org mailing

Re: truss

2011-09-19 Thread Anton Yuzhaninov
u/8798217/tmp/truss_ktrace2.txt -- Anton Yuzhaninov ___ 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: truss

2011-09-13 Thread Anton Yuzhaninov
On Fri, 09 Sep 2011 15:56:41 -0700, Xin LI wrote: XL> -BEGIN PGP SIGNED MESSAGE- XL> Hash: SHA256 XL> XL> On 08/31/11 07:35, Anton Yuzhaninov wrote: >> It seems to be truss(1) is broken on current >> >> :~> truss /bin/echo x x truss: can not get etype: N

truss

2011-08-31 Thread Anton Yuzhaninov
" 3162 trussRET __sysctl -1 errno 3 No such process -- Anton Yuzhaninov ___ 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: geli on r221012

2011-04-25 Thread Anton Yuzhaninov
On Mon, 25 Apr 2011 13:31:55 + (UTC), Anton Yuzhaninov wrote: AY> Geli no longer works for me after upgrade to r221012. AY> r220286 works for me. -- WBR, Anton Yuzhaninov ___ freebsd-current@freebsd.org mailing list http://lists.freeb

geli on r221012

2011-04-25 Thread Anton Yuzhaninov
Mediasize: 66988228096 (62G) Sectorsize: 512 Mode: r1w1e1 -- WBR, Anton Yuzhaninov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-uns

Re: Switch from legacy ata(4) to CAM-based ATA

2011-04-25 Thread Anton Yuzhaninov
16, enabled cap 01[70] = powerspec 2 supports D0 D3 current D0 -- WBR, Anton Yuzhaninov ___ 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: how to build kernel with CTF data for DTrace?

2011-03-23 Thread Anton Yuzhaninov
r219710M AG> AG> Just an idea - do you have WITHOUT_CDDL in your src.conf or something like that? Thsnks, I forgot to removed WITHOUT_CDDL from src.conf -- WBR, Anton Yuzhaninov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.

how to build kernel with CTF data for DTrace?

2011-03-23 Thread Anton Yuzhaninov
/kernel/kernel /boot/kernel/kernel does not contain .SUNW_ctf data Is instruction in wiki outdated? full build log: https://hius.citrin.ru/a/2011-03-23-buildkernel.log FreeBSD 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r219710M -- WBR, Anton Yuzhaninov

AHCI on ICH7

2011-01-12 Thread Anton Yuzhaninov
, "Intel ICH7M", 0}, {0x27c68086, 0x00, "Intel ICH7M", 0}, {0x28218086, 0x00, "Intel ICH8", 0}, from dmesg with this patch: device_attach: ahci0 attach returned 6 -- WBR, Anton Yuzhaninov

Re: panic in deadlkres

2010-06-25 Thread Anton Yuzhaninov
On Fri, 25 Jun 2010 09:50:40 + (UTC), Anton Yuzhaninov wrote: AY> I've got panic on 9-current from Jun 25 2010 It's wrong date. The system is: FreeBSD 9.0-CURRENT #0: Fri May 28 23:47:37 MSD 2010 AY> AY> May be this is bug in deadlock resolver AY> AY> panic: bl

panic in deadlkres

2010-06-25 Thread Anton Yuzhaninov
rn/kern_fork.c:843 #16 0xc076ca80 in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:270 -- WBR, Anton Yuzhaninov ___ 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"