Re: Possible deadlock on IO / page fault

2020-09-29 Thread Michael Zhilin
Thank you, Kostya and Mark! I will update to head. :) On Tue, Sep 29, 2020 at 4:32 PM Mark Johnston wrote: > On Tue, Sep 29, 2020 at 04:20:26PM +0300, Konstantin Belousov wrote: > > On Tue, Sep 29, 2020 at 02:59:43PM +0300, Michael Zhilin wrote: > > > Hi, > > >

Possible deadlock on IO / page fault

2020-09-29 Thread Michael Zhilin
Hi, I'm using FreeBSD 13-CURRENT (pre-ZoF, r359724) on my laptop with installed Gnome. Sometimes (once a week/month) gnome hangs and the system may be still responsible (may be not). This week it happened again and I've gathered information via ddb/textdump and rebooted laptop. gnome-shell is

Re: jails, ZFS, deprecated jail variables and poudriere problems

2019-08-27 Thread Michael Zhilin
Hi, I have no tried (but it's in progress) this article: http://zero-knowledge.org/post/126/ Hope it will help (for me too). Thanks! On Tue, Aug 27, 2019 at 11:25 AM O. Hartmann wrote: > Hello list, > > trying to setup a poudriere jail on recent CURRENT and have some severe > trouble. > > We

Re: kernel panic in wireless-related sysctl walk

2019-01-10 Thread Michael Zhilin
I'm not lucky to reproduce it even if i use iwn and "sysctl net.wlan.0.rate_stats" Problem is related to 802.11n, but all my networks are 11g. BR On Thu, Jan 10, 2019 at 6:53 PM Michael Zhilin wrote: > Hi, > > Is it possible to print out any local variables of frame #8?

Re: kernel panic in wireless-related sysctl walk

2019-01-10 Thread Michael Zhilin
Hi, Is it possible to print out any local variables of frame #8? Thx! On Thu, Jan 10, 2019 at 6:31 PM Michael Butler wrote: > With 'device iwn' and all the related wireless bits compiled into a > custom kernel for a laptop, executing 'sysctl -a' yields a kernel panic > of the form .. > >

Re: vnet & firewalls in 12.0

2018-10-18 Thread Michael Zhilin
Hi Ernie, On Thu, Oct 18, 2018 at 9:36 PM Ernie Luzar wrote: > Wanting to get a head start on using 12.0 and vnet jails with in jail > firewall. > > 1. Will Vimage be compiled as a module in the 12.0 kernel and be > included in the base system release? > I suppose it's part of GENERIC kernel

[mips32] build is broken due to lack of .cfi-sections support in gcc 4.2.1

2017-11-11 Thread Michael Zhilin
Hi, I've got compilation error for mips32 build by gcc 4.2.1 (freebsd-wifi-build): [halloween:/repo/onion/src/libexec/rtld-elf]$ make /repo/onion/src/libexec/rtld-elf/mips/rtld_start.S: Assembler messages: /repo/onion/src/libexec/rtld-elf/mips/rtld_start.S:35: Error: unknown pseudo-op:

Re: lldb unusable for regular user

2017-09-19 Thread Michael Zhilin
Hi Volodya, It works for me: [mizhka@gidrarium ~/temp/20170919]$ cc -O0 -g test.c -o test [mizhka@gidrarium ~/temp/20170919]$ ./test PID: 12293 (failed reverse-i-search)`': ^C [mizhka@gidrarium ~/temp/20170919]$ ./test PID: 12294 load: 0.68 cmd: test 12294 [nanslp] 1.39r 0.00u 0.00s 0% 2316k

Re: [libelftc] internal library or not?

2017-08-21 Thread Michael Zhilin
Thank you, David! __cxa_demangle works fine [1] :) Best regards, Michael. [1] https://github.com/z0nt/pstack/pull/2/commits/8f45f92c63d385cd523d67f6ccbc436c7669f9d3 On Tue, Aug 1, 2017 at 6:22 PM, David Chisnall <thera...@freebsd.org> wrote: > On 1 Aug 2017, at 12:36, Michael Zh

Re: [pkg base][pormaster] Origin for base packages = "base"

2017-08-14 Thread Michael Zhilin
Hi Ilya, I saw same issue yesterday. I suppose it's easy to fix postmaster, but pkgbase is still experimental. Best regards, Michael 14 авг. 2017 г. 2:57 ПП пользователь "Ilya A. Arkhipov" написал: > Hi there, > > After upgrade my system(r322368) to pkg-base system(have

[libelftc] internal library or not?

2017-08-01 Thread Michael Zhilin
Hi Ed, freebsd-current, I want to add C++ demangling into sysutils/pstack. In man pages I've found eltfc_demangle, exact what I need. This function belongs to libelftc. "make installworld" installs man pages and include files, but there is no installed library. As results compilation error is

Re: ino64, java and intellij products problem

2017-05-31 Thread Michael Zhilin
Hi, It may by worth to check other java monsters, but I see no problem with Eclipse and SQL Developer with ino64. Thanks! 1 июн. 2017 г. 6:29 ДП пользователь "Konstantin Belousov" < kostik...@gmail.com> написал: > On Wed, May 31, 2017 at 11:53:39PM +0300, Boris Samorodov wrote: > > Hi All, > >

Re: urtwn(4) / rtwn(4) drivers are merged - call for testing (Was: RTL8812AU / RTL8821AU driver)

2016-10-22 Thread Michael Zhilin
Kurt, No more than idea: kldstat contains rtwn-rtl8192cfwU, but no rtwn-rtl8192cfwU_B. Do you have compiled rtwn-rtl8192cfwU_B.ko in /boot/kernel? Best regards, Michael On Sat, Oct 22, 2016 at 5:19 PM, Kurt Jaeger wrote: > Hi! > > > On -current rtwn has been attached to same

[panic] ng_uncallout with NULL callout argument

2016-07-12 Thread Michael Zhilin
Hi, I've switched from 10 to head recently. Most of functionalities works fine except few panics. The most frequent panic happens when I unplug ethernet cable with active PPTP VPN connection. uname -a: FreeBSD gidrarium 12.0-CURRENT FreeBSD 12.0-CURRENT #1: Sat Jul 9 17:28:38 MSK 2016

Re: panic: bogus refcnt 0 on lle 0xfffff80121a13a00

2016-07-12 Thread Michael Zhilin
Hi, I have same issue everyday on my laptop. It happens randomly and I suppose due to network issues. I want to test D4507. I've tried to apply patch, it's successful except one chunk: |Index: sys/netinet6/nd6.c |=== |---