Re: Deprecating base system ftpd?

2021-04-05 Thread Lev Serebryakov
includes unbound for simple DNS now). I don't understand why should I trust "centralized" DoH services. Do we want to import libnghttp2 to base for this? -- // Lev Serebryakov ___ freebsd-stable@freebsd.org mailing list https://lists

Re: Vinum deprecation for FreeBSD 14 - are there any remaining Vinum users?

2021-04-01 Thread Lev Serebryakov
upport. My experience, as co-author and maintainer of `sysutil/graid5`, shows, that it is very non-trivial task. It contains many subtle problems. `graid5` still has some undiscovered problems, and I don't think it worth fixing in 2021, when we have ZFS for many years. -- // Lev Sereb

Re: `clang -pg` generates binary which coredumps on start

2021-01-29 Thread Lev Serebryakov
: 0x002227d0 mergenets`_init_tls at tls.c:469:8 frame #20: 0x0021f234 mergenets`_start(ap=, cleanup=) at crt1.c:66:3 Likely https://bugs.freebsd.org/249121 (and maybe https://bugs.llvm.org/show_bug.cgi?id=48165). I have r367937, and 249121 was fixed in r365654... -- // Lev Serebryakov

`clang -pg` generates binary which coredumps on start

2021-01-28 Thread Lev Serebryakov
frame #20: 0x0021f234 mergenets`_start(ap=, cleanup=) at crt1.c:66:3 -- // Lev Serebryakov ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-s

Re: HEADS UP: FreeBSD src repo transitioning to git this weekend

2020-12-23 Thread Lev Serebryakov
On 23.12.2020 18:04, Lev Serebryakov wrote: On 23.12.2020 17:32, Michael Grimm wrote: git-branch(1):     With a -m or -M option, will    be renamed to . If ==     had a corresponding reflog, it is renamed to    match

Re: HEADS UP: FreeBSD src repo transitioning to git this weekend

2020-12-23 Thread Lev Serebryakov
3 in the near future? You should not use any options if you want to switch your working copy to new branch. `-m` and `-M` *renames* branch! -- // Lev Serebryakov ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/lis

Re: 12-STABLE try to init thead-using libraries before threads and program crashes

2020-12-03 Thread Lev Serebryakov
) It helps! -- // Lev Serebryakov ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: 12-STABLE try to init thead-using libraries before threads and program crashes

2020-11-30 Thread Lev Serebryakov
On 27.11.2020 20:03, Konstantin Belousov wrote: On Fri, Nov 27, 2020 at 06:03:13PM +0300, Lev Serebryakov wrote: I have locally-built net/samba413 port on 12-STABLE (r367937) which crashes in library initialization code due to wrong library initialization order: (No debugging symbols found

12-STABLE try to init thead-using libraries before threads and program crashes

2020-11-27 Thread Lev Serebryakov
ead', '-lutil', '-lunwind-generic', '-lunwind', '-liconv', '-lz', '-ltdb', '-lpopt', '-lgnutls', '-ltalloc', '-fstack-protector-strong', '-L/usr/local/lib', '-pie', '-Wl,-z,relro,-z,now', '-Wl,-no-undefined', '-Wl,--export-dynamic'] -- // Lev Serebryakov __

Re: 11.2-STABLE kernel wired memory leak

2019-02-15 Thread Lev Serebryakov
Hello Eugene, Tuesday, February 12, 2019, 10:18:09 PM, you wrote: > Do you have/had some memory pressure here? Growth of swap usage? After several days, ARC is even smaller, but Wired is the same: Mem: 88M Active, 904M Inact, 29G Wired, 1121M Free ARC: 13G Total, 5288M MFU, 6937M MRU, 2880K

Re: 11.2-STABLE kernel wired memory leak

2019-02-12 Thread Lev Serebryakov
Hello Eugene, Tuesday, February 12, 2019, 10:18:09 PM, you wrote: >> I'm have same problem. >> >> According to top(1) I have 29G Wired, but only 17G Total ARC (12G >> difference! System has 32G of RAM), and this statistic shows: >> >> 5487.5 zio_data_buf_524288 >>920.125

Re: 11.2-STABLE kernel wired memory leak

2019-02-12 Thread Lev Serebryakov
s than a day ago). -- // Lev Serebryakov signature.asc Description: OpenPGP digital signature

Re: 11.2-STABLE kernel wired memory leak

2019-02-12 Thread Lev Serebryakov
io_buf_131072 468 zio_data_buf_1048576 398.391 zio_buf_16384 305.464 dnode_t 227.989 zio_buf_512 171.5 zio_data_buf_458752 141.75 zio_data_buf_393216 116.456 dmu_buf_impl_t So, more than 6G (!) is not used in ARC, but hold by ZFS anyway. -- // Lev Serebryakov s

Re: Where is my memory on 'fresh' 11-STABLE? It should be used by ARC, but it is not used for it anymore.

2018-11-22 Thread Lev Serebryakov
F , '1{u+=$2*$4; f+=$2*$5} END{print u,f}' >> 5717965420 9328951088 >> $ One more datapoint: I needed to reboot system and right after reboot ARC becomes 14GiB (what was expected) and now it slows defalate, though I didn't get more "Free" memory. So, ARC becomes smaller and smaller after first fill-up, but all memory is "Wired". -- // Lev Serebryakov signature.asc Description: OpenPGP digital signature

Re: Where is my memory on 'fresh' 11-STABLE? It should be used by ARC, but it is not used for it anymore.

2018-11-21 Thread Lev Serebryakov
Hello Eugene, Wednesday, November 21, 2018, 5:19:32 PM, you wrote: >> It is more likely that there is a bug in "priority" for memory >> distribution: abd FREE memory has higher priority than ARC somehow. > OTOH, if "abd_chunks" part of ZFS ARC is not released to the UMA > from which it was

Re: Where is my memory on 'fresh' 11-STABLE? It should be used by ARC, but it is not used for it anymore.

2018-11-21 Thread Lev Serebryakov
Hello Eugene, Wednesday, November 21, 2018, 4:23:29 PM, you wrote: >> And here top consumers. I don't like that most of te memory is in FREE >> abd_chunks - 8GB! >> >> USED (b) FREE (b) NAME >> 531902464 8392536064 abd_chunk > This may be a leak. Can you monitor this value for longer run? No

Re: Where is my memory on 'fresh' 11-STABLE? It should be used by ARC, but it is not used for it anymore.

2018-11-21 Thread Lev Serebryakov
Hello Lev, Wednesday, November 21, 2018, 1:56:18 PM, you wrote: >> Could you show the output of "vmstat -s" when in this state? > Now ARC is 1.9GB (!!!) and 15G is still Wired: > % vmstat -s > 1311134466 cpu context switches > 2126950424 device interrupts > 45414140 software interrupts >

Re: Where is my memory on 'fresh' 11-STABLE? It should be used by ARC, but it is not used for it anymore.

2018-11-21 Thread Lev Serebryakov
Hello Mark, Tuesday, November 20, 2018, 11:45:37 PM, you wrote: > Could you show the output of "vmstat -s" when in this state? Now ARC is 1.9GB (!!!) and 15G is still Wired: % vmstat -s 1311134466 cpu context switches 2126950424 device interrupts 45414140 software interrupts 103215017 traps

Where is my memory on 'fresh' 11-STABLE? It should be used by ARC, but it is not used for it anymore.

2018-11-20 Thread Lev Serebryakov
.7G is used and 9.3G is free! But why this memory is not used by ARC anymore and why is it wired and not free? -- // Lev Serebryakov signature.asc Description: OpenPGP digital signature

Re: How to boot from GPT partition without "bootme" attribute?

2018-10-30 Thread Lev Serebryakov
Hello Ian, Wednesday, October 31, 2018, 1:58:49 AM, you wrote: > While loader(8) is loading the kernel, interrupt it to get the console > prompt (or ask the menu to give the prompt if you use menus) and do: >  unload >  set currdev=disk0p2 >  boot Thnx! Is it possible to pass this

Re: How to boot from GPT partition without "bootme" attribute?

2018-10-30 Thread Lev Serebryakov
Hello Mark, Wednesday, October 31, 2018, 12:38:07 AM, you wrote: >> After that loader, loaded from p2, loads kernel from p3 and boots >> system from p3! > Are the kernel's on p2 and p3 distinct in an identifiable way? > Can you be sure it was not a mix of the p2 kernel and p3 world > that

How to boot from GPT partition without "bootme" attribute?

2018-10-30 Thread Lev Serebryakov
de "active" slice in boot0 MBR loader interactively. Is it analogous feature for GPT? -- // Lev Serebryakov signature.asc Description: OpenPGP digital signature

loader lsdev crashes loader (Was: head -r338804 boots threadripper 1950X fine; head -r338810+ do not; -r338807 seems implicated)

2018-10-23 Thread Lev Serebryakov
On 22.10.2018 12:27, Toomas Soome wrote: > It would help to get output from loader lsdev -v command. current loader crashes on "lsdev" for me: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232483 (it is not threadripper-related, my hardware is Intel Atom). -- // Le

Re: 11-STABLE still livelocks under combined network & disk activity — patch from D7538 helps

2018-05-22 Thread Lev Serebryakov
this system, and only 5% of time it is a problem. With D7538 it simply works. I could try 8G without D7538 at weekend, though. -- // Lev Serebryakov signature.asc Description: OpenPGP digital signature

11-STABLE still livelocks under combined network & disk activity — patch from D7538 helps

2018-05-22 Thread Lev Serebryakov
tls and even tuned UDP buckets, but it doesn't help. This problem could be solved by https://reviews.freebsd.org/D7538. Maybe, it could be integrated to system? Or there are other solutions? -- // Lev Serebryakov signature.asc Description: OpenPGP digital signature

Re: Intel I210 (igb) sometimes consume all CPU on not-so-big traffic — need help!

2017-11-20 Thread Lev Serebryakov
On 20.11.2017 19:27, Ryan Stone wrote: > Please try the following patch. It should resolve your issue: > https://people.freebsd.org/~rstone/patches/e1000-9k.diff Thank you, I'll try! Really, typically I don't have this problem for ~week after reboot, so results will be later. --

Re: Intel I210 (igb) sometimes consume all CPU on not-so-big traffic — need help!

2017-11-20 Thread Lev Serebryakov
On 09.11.2017 23:17, Lev Serebryakov wrote: Looks like I know where it spent all time. I've used 'pmcstat' and got very suspicious flamegraph. Looks like problem is on codepath which lies through igb_refresh_mbufs m_getjcl uma_zalloc_arg [zone_alloc_item] zone_import zone_fetch_slab

Re: Intel I210 (igb) sometimes consume all CPU on not-so-big traffic — need help!

2017-11-09 Thread Lev Serebryakov
On 09.11.2017 23:23, Michael Sierchio wrote: Nope. > Is device polling enabled? > > - M > > On Thu, Nov 9, 2017 at 12:17 PM, Lev Serebryakov <l...@freebsd.org> wrote: > >> >> I still have problems with my E-1220v3 server equipped with Intel I210 >&g

Intel I210 (igb) sometimes consume all CPU on not-so-big traffic — need help!

2017-11-09 Thread Lev Serebryakov
hread_loop fork_exit fork_trampoline 11 100060 intr irq278: igb0:que 2 mi_switch ithread_loop fork_exit fork_trampoline 11 100062 intr irq279: igb0:que 3 mi_switch ithread_loop fork_exit fork_trampoline % -- // Lev Serebryakov signature.asc Description: OpenPGP digital signature

Low default setting of UDBHASHSIZE leads to unresponsive system

2017-11-01 Thread Lev Serebryakov
. -- // Lev Serebryakov signature.asc Description: OpenPGP digital signature

Is it known problem, that zfs.ko could not be built with system compiler (clang 3.9.1) without optimization?

2017-02-22 Thread Lev Serebryakov
Hello Freebsd-stable, Now if you build zfs.ko with -O0 it panics on boot. If you use default optimization level, a lot of fbt DTreace probes are missing. -- Best regards, Lev mailto:l...@freebsd.org ___

Re: IPv6 works on em0 () but not on em1 () - what's wrong?,IPv6 works on em0 () but not on em1 () - what's wrong?

2017-01-10 Thread Lev Serebryakov
Hello Hiroki, Wednesday, January 11, 2017, 2:43:28 AM, you wrote: > What happens by typing the following command? > % ping6 ff02::1%em1 % ping6 ff02::1%em1 PING6(56=40+8+8 bytes) fe80::225:90ff:fe24:6bf8%em1 --> ff02::1%em1 16 bytes from fe80::225:90ff:fe24:6bf8%em1, icmp_seq=0 hlim=64

IPv6 works on em0 () but not on em1 () - what's wrong?

2017-01-10 Thread Lev Serebryakov
get global address (and shows only link-local one)and "tcpdump -n -i em1 icmp6" shows nothing at all! IPv4 works fine, though. What do I do wrong? Is it known issue of 82574L? I'm running 10-STABLE r311462. -- // Lev Serebryakov AKA Black Lion signature.asc Description: OpenPGP digital signature

Re: ZFS ARC vs Inactive memory on 10-STABLE: is it Ok?

2016-02-15 Thread Lev Serebryakov
B offsite (you could call me paranoid, yes). CrashPlan is almost only offer on the market I could afford. I will be happy to use tarsnap or rsync.net, for example, but it is too expensive for me :( - -- // Lev Serebryakov -BEGIN PGP SIGNATURE- Version:

ZFS ARC vs Inactive memory on 10-STABLE: is it Ok?

2016-02-15 Thread Lev Serebryakov
, 6% Inuse As you can see, here are almost 4G of Inactive memory and only 412M of ARC! Is it Ok? Why Inactive memory (non-dirty buffers?) are pressed ARC out of memory? - -- // Lev Serebryakov -BEGIN PGP SIGNATURE- Version

Re: 10-STABLE buildworld fails at very early stage

2015-10-30 Thread Lev Serebryakov
wheel -m 444 libegacy.a /usr/home/build/obj/usr/src/tmp/legacy/usr/lib install: libegacy.a: No such file or directory Looks like some problem with Makefile, as here is creation of /bin and /usr "legacy" directories. - -- //

Re: 10-STABLE buildworld fails at very early stage

2015-10-30 Thread Lev Serebryakov
Hello Lev, Friday, October 30, 2015, 4:47:31 PM, you wrote: > Looks like some problem with Makefile, as here is creation of /bin > and /usr "legacy" directories. I've found this: http://lists.freebsd.org/pipermail/freebsd-current/2013-August/043439.html and it looks like my case exactly

10-STABLE buildworld fails at very early stage

2015-10-29 Thread Lev Serebryakov
FreeBSD 10.2-PRERELEASE #7 r286065: Thu Jul 30 21:27:35 MSK 2015 root@:/usr/obj/usr/src/sys/BLOB % - -- // Lev Serebryakov -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQJ8BAEBCgBmBQJWMiwyXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w

Re: 10-STABLE live locks, looks like VM-related

2015-04-08 Thread Lev Serebryakov
Hello Lev, Monday, April 6, 2015, 11:55:09 AM, you wrote: I got several live locks of my server in a row (3 in one week). It is amd64 10-STABLE r277307. And again, rebuilded to r281159 http://lev.serebryakov.spb.ru/freebsd/ll/ I've tested memory with memtest86 for 12 hours without

10-STABLE live locks, looks like VM-related

2015-04-06 Thread Lev Serebryakov
in this state. Many processes are in vmwait or pfault state according to DDB's ps output. here are logs from two latest crashes: http://lev.serebryakov.spb.ru/freebsd/ll/ I've tested memory with memtest86 for 12 hours without errors. - -- // Lev Serebryakov AKA Black Lion -BEGIN PGP SIGNATURE

Re: 10-STABLE live locks, looks like VM-related

2015-04-06 Thread Lev Serebryakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 06.04.2015 11:55, Lev Serebryakov wrote: I have INVARIANTS and WITNESS in the kernel, but it doesn't help: only report is bufwait/dirhash right after booting. One more LOR: lock order reversal: 1st 0xf8011b9b82d8 ufs (ufs) @ /usr/src

Re: umcs (4-Port-USB-serial) triggering way too much ehci IRQs

2013-09-17 Thread Lev Serebryakov
thought: ``I forget to disable internal interrupts on device close''), so, theoretically, it should stop spam system with interrupts... -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http

Re: umcs (4-Port-USB-serial) triggering way too much ehci IRQs

2013-09-17 Thread Lev Serebryakov
-- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: umcs (4-Port-USB-serial) triggering way too much ehci IRQs

2013-09-17 Thread Lev Serebryakov
Hello, Harald. You wrote 17 сентября 2013 г., 12:46:25: HS The Y is the device addr @ bus #X. Oh :) HS Same posted some seconds ago :-) Yep, exactly the same pattern. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable

Re: umcs (4-Port-USB-serial) triggering way too much ehci IRQs

2013-09-17 Thread Lev Serebryakov
about configuring these buffers. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr

Re: umcs (4-Port-USB-serial) triggering way too much ehci IRQs

2013-09-17 Thread Lev Serebryakov
. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: umcs (4-Port-USB-serial) triggering way too much ehci IRQs

2013-09-17 Thread Lev Serebryakov
-- I needed BREAK to enter kernel debugger). HS At least, it seems to be possible to enable RS485-mode :-) :-) I could easily add RS485 mode, BUT! FreeBSD doesn;'t have any userland API for it, and the same is true for higher and non-standard baud rates. -- // Black Lion AKA Lev Serebryakov

Re: umcs (4-Port-USB-serial) triggering way too much ehci IRQs

2013-09-16 Thread Lev Serebryakov
MCS7840 registers... Maybe, local USB Guru Hans Petter Selasky could give cime advicec how to debug this situation. I've added freebsd-usb@ to CC: -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http

Re: fxp0 interface going up/down/up/down (dhclient related?)

2013-06-09 Thread Lev Serebryakov
router some time (year? two years? three?) ago, and it was fixed somehow at then-HEAD (9?) system with disabling link down event on fxp(4), caused by chip reset after address setting. Is it deja-vu or true memory? -- // Black Lion AKA Lev Serebryakov l...@freebsd.org

Re: [Solved] [UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...

2013-04-29 Thread Lev Serebryakov
to try this on my D2500CC, where I have 4 UARTs and none of them works. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any

Re: Any objections/comments on axing out old ATA stack?

2013-03-28 Thread Lev Serebryakov
Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

9.1-STABLE, live lock up, seems that it is ZFS lockup in zfskern{txg_thread_enter} state tx-tx

2013-01-31 Thread Lev Serebryakov
Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: svn - but smaller?

2013-01-24 Thread Lev Serebryakov
abd gdbm is optional. PW like both python and perl for apr, and so on. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any

Re: svn - but smaller?

2013-01-24 Thread Lev Serebryakov
port!) prefer csup over all other methods for non-developers systems too, and I'll be happy to see svnup when (if?) it will be created... -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http

Re: svn - but smaller?

2013-01-23 Thread Lev Serebryakov
and useful in case of corporate firewalls. CR Lev, do you mind if I commit this? I haven't touched the subversion CR port, but it'll have you as maintainer :) Ok :) -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org

Re: Does / Is anyone maintaining CVS for FreeBSD?

2013-01-03 Thread Lev Serebryakov
with it. Is it possible and man page needs to be updated? -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable

Re: Does / Is anyone maintaining CVS for FreeBSD?

2013-01-03 Thread Lev Serebryakov
? csup was very handy for non-developers machines. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable

/var/account/acct gorws indefinitely: Does /etc/peridoic/daily/310.accounting work properly?

2012-11-25 Thread Lev Serebryakov
to expected by me without code editing? -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr

Re: [releng_9_1 tinderbox] failure on powerpc64/powerpc

2012-11-04 Thread Lev Serebryakov
Hello, George. You wrote 5 ноября 2012 г., 0:07:00: GM Gosh, I'm SO looking forward to depending on svn instead of csup for GM software updates.-- George It is planned server outage (migration). -- // Black Lion AKA Lev Serebryakov l...@freebsd.org

FreeBSD 9-STABLE: sh /etc/rc autoboot could not finish

2012-05-19 Thread Lev Serebryakov
mins, 1 user, load averages: 0,00 0,00 0,00 root@blob:/ # What happens? Why /etc/rc could not finish? -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

What is actual status of SUJ in 9-STABLE?

2012-03-29 Thread Lev Serebryakov
inconsistences (mostly DUPs), and most of them are in files, which was not written for sure in time of crash (old archives, which could be only read!). -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http

Re: Benchmark (Phoronix): FreeBSD 9.0-RC2 vs. Oracle Linux 6.1 Server

2011-12-19 Thread Lev Serebryakov
[potential] userbase. You know, that these benchmarks are bad. I know. But potential (and even some current!) user doesn't. And it seems, that these benchmarks become popular over Internet. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org

Re: Benchmark (Phoronix): FreeBSD 9.0-RC2 vs. Oracle Linux 6.1 Server

2011-12-19 Thread Lev Serebryakov
Hello, Adrian. You wrote 16 декабря 2011 г., 20:43:27: Guys/girls/fuzzy things - this is 2011; people look at shiny blog sites with graphs rather than mailing lists. Sorry, we lost that battle. :) My thoughts exactly. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org

Re: 8.2 + apache == a LOT of sigprocmask

2011-11-17 Thread Lev Serebryakov
Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: gmirror+gjournal often makes inconsistens file systems

2011-09-09 Thread Lev Serebryakov
/partition/newfs it for several FSes. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr

Re: gmirror+gjournal often makes inconsistens file systems

2011-09-09 Thread Lev Serebryakov
. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: Please, MFC r204087

2011-07-18 Thread Lev Serebryakov
if you provided a link to the commit or the commit log. Just saying... Really, message was sent to committer too. But here is a links: http://svnweb.freebsd.org/base?view=revisionrevision=204087 Log Message: Fix a race in regard of p_numthreads. -- // Black Lion AKA Lev Serebryakov l

Please, MFC r204087

2011-07-16 Thread Lev Serebryakov
Hello, Freebsd-stable. I've got panics, related to race, fixed in r204087, every second reboot on my 8-STABLE. This patch fixed them all. Applying custom patch after each update is painful. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org

How to understand, what userland program does in kernel?

2011-05-04 Thread Lev Serebryakov
% of this time it spends as System time. Is here any way to understand, what transmission does in kernel for so much time? It seems, that userland profiling doesn't help me, am I right? -- // Black Lion AKA Lev Serebryakov l...@freebsd.org

Re: How to understand, what userland program does in kernel?

2011-05-04 Thread Lev Serebryakov
surprises me even more, that 50% of this time it spends as System time. When it spents, says, 75% of one core, SYSTEM is only 1-2%, not 75%/2 =~ 37%, what is interesting... -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable

Backup tool fot ZFS with all classic dump(8) fetatures -- what should I use? (or is here any way to make dump -L works well on large FFS2+SU?)

2011-03-28 Thread Lev Serebryakov
) and, maybe, (3) :( gnu tar looks like everything but (6) :( -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail

Re: em0 with latest driver hangs again and again (without Watchdogtimeout message!)

2011-03-05 Thread Lev Serebryakov
+ -- no problems... -- // Black Lion AKA Lev Serebryakov l...@serebryakov.spb.ru ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: em0 with latest driver hangs again and again (without Watchdog timeout message!)

2011-03-03 Thread Lev Serebryakov
of sysctl dev.em.X where X is the index of the hung interface ? One more hang. Two logs are attached. -- // Black Lion AKA Lev Serebryakov l...@serebryakov.spb.ru em0.7.2.2.hang1.log Description: Binary data em0.7.2.2.hang2.log Description: Binary data

Re: em0 with latest driver hangs again and again (without Watchdog timeout message!)

2011-03-03 Thread Lev Serebryakov
machine with Intel NIC in my network. I'll try to replace patchcord... -- // Black Lion AKA Lev Serebryakov l...@serebryakov.spb.ru ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send

Re: em0 with latest driver hangs again and again (without Watchdog timeout message!)

2011-03-03 Thread Lev Serebryakov
:( -- // Black Lion AKA Lev Serebryakov l...@serebryakov.spb.ru ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: em0 with latest driver hangs again and again (without Watchdog timeout message!)

2011-03-01 Thread Lev Serebryakov
Hello, Mike. You wrote 1 марта 2011 г., 17:20:49: I have been running with 7.2.2 and so far so good. However, its hard to say in my case as the box I would only periodically see the issue. As I wrote to Jack, my NIC hangs today with 7.2.2 -- // Black Lion AKA Lev Serebryakov l

em0 with latest driver hangs again and again (without Watchdog timeout message!)

2011-02-23 Thread Lev Serebryakov
of ifconfig, vmstat -m, netstat -m, top -Snd 1, sysctl dev.em.0 is attached. Interesting part of diagnostic sysctls: dev.em.0.queue0.rxd_head: 896 dev.em.0.queue0.rxd_tail: 895 dev.em.0.queue0.rx_irq: 0 dev.em.0.queue0.rx_nxt_refresh: 896 dev.em.0.queue0.rx_nxt_check: 896 -- // Black Lion AKA Lev

Re: em0 with latest driver hangs again and again (without Watchdog timeout message!)

2011-02-23 Thread Lev Serebryakov
, as it doesn't help, I've reverted to stock one. If you want to try 7.1.9-test, you can download it at http://www.tancsa.com/if_em-8.c for releng_8. I've tried it. It has worked without hangs for 7-8 days, and after that hangs 2 times in 3 days with 7.1.9-test :( -- // Black Lion AKA Lev Serebryakov l

Re: em0 hangs without any messages like Watchdog timeout, only down/up reset it.

2011-02-07 Thread Lev Serebryakov
ASPM thread now under heavy network load. -- // Black Lion AKA Lev Serebryakov l...@serebryakov.spb.ru ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable

em0 hangs without any messages like Watchdog timeout, only down/up reset it.

2011-02-06 Thread Lev Serebryakov
of different diagnostic tools (vmstat, netstat, ifconfig, sysctl of dev.em.0 tree, top -S) are attached in one file. Early (about half year ago) this sytem works without any problems with net. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org net.hangup.log Description: Binary data

Re: em0: Watchdog timeout -- resetting

2011-02-01 Thread Lev Serebryakov
: POLLING is in action. Without it single thread copy from this server via SMB eats one core of CPU completely. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: em0: Watchdog timeout -- resetting

2011-02-01 Thread Lev Serebryakov
to Windows'7 report) ~101MiB/s. I've re-created file to flush caches on both sides between trys. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: em0: Watchdog timeout -- resetting

2011-02-01 Thread Lev Serebryakov
console only at night to report panic or something else. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd

em0 lock up / hangs (WAS: em0: Watchdog timeout -- resetting)

2011-02-01 Thread Lev Serebryakov
other network activity shows the same message. Up-down of interface helps. I attached outputs of: vmstat -m netstat -m sysctl dev.em0 BEFORE interface reset No polling, net.isr.direct=0, net.isr.direct_force=0 -- // Black Lion AKA Lev Serebryakov l...@freebsd.org sysctl.dev.em0.log

Re: 8-STABLE/amd64 semi-regular crash with kernel trap 12 with interrupts disabled in process 12 (swi4: clock)

2011-02-01 Thread Lev Serebryakov
em0 has wathcdog timeout sometimes (See other thread here). -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail

em0: Watchdog timeout -- resetting

2011-01-31 Thread Lev Serebryakov
) tdh = 1431, hw tdt = 1394 em0: TX(0) desc avail = 31,Next TX to Clean = 1425 And all connections are reset. Before latest commits to driver this system paniced in swi_clock. Now it works without panics, but seems, that problem is not fixed completely. -- // Black Lion AKA Lev Serebryakov l

Re: 8-STABLE/amd64 semi-regular crash with kernel trap 12 with interrupts disabled in process 12 (swi4: clock)

2011-01-20 Thread Lev Serebryakov
with this commit backported manually as it has not been MFC'd yet. Ok, I'll try it (rebuilding system now). -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable

Re: 8-STABLE/amd64 semi-regular crash with kernel trap 12 with interrupts disabled in process 12 (swi4: clock)

2011-01-19 Thread Lev Serebryakov
Hello, Eugene. You wrote 19 января 2011 г., 0:30:09: You have not mentioned what tasks does it perform. Storage of all my data with software RAID5 + torrent-box for 25Mibt/s connection/ -- // Black Lion AKA Lev Serebryakov l...@freebsd.org

Re: 8-STABLE/amd64 semi-regular crash with kernel trap 12 with interrupts disabled in process 12 (swi4: clock)

2011-01-19 Thread Lev Serebryakov
and hw.acpi.handle_reboot sysctls (check what values they have on your system first) to see if there's any improvement. Both are zero. BTW, manual reboots (reboot shutdown -r now) and shutdowns (shutdown -p now) works perfectly Ok. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org

Re: 8-STABLE/amd64 semi-regular crash with kernel trap 12 with interrupts disabled in process 12 (swi4: clock)

2011-01-19 Thread Lev Serebryakov
It is built about hour after cvsup. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr

Re: i386/153947: Make buildworld fails in hastd/token.c

2011-01-16 Thread Lev Serebryakov
Hello, Angelo. You wrote 13 января 2011 г., 18:27:37: I can confirm it happens also on this STABLE build: FreeBSD 8.1-STABLE #1: Tue Oct 5 14:02:34 CEST 2010 Same on 8.1-RELEASE/amd64. And everything were Ok about 5 days ago. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org

geom_label, fstab without device names swap partition?

2011-01-12 Thread Lev Serebryakov
Hello, Stable. Now, with newfs -L name, geom_label and /dev/ufs/* it is possible to not use device names for FSes in /etc/fstab at all. But what to do with swap partitions? How to say, that I want swap on /dev/ada0s1b or /dev/ad0s1b whatever name it has now? -- // Black Lion AKA Lev

Re: 8.2-PRERELEASE: live deadlock, almost all processes in pfault state

2011-01-08 Thread Lev Serebryakov
the vnode lock. Other processes also wait for the locked buffers, etc. So my belief is that this is plain driver (g_raid5, whatever is it) i/o loss. Try the same load without it. I can not, because all data is on this GEOM :) -- // Black Lion AKA Lev Serebryakov l...@serebryakov.spb.ru

Re: 8.2-PRERELEASE: live deadlock, almost all processes in pfault state

2011-01-08 Thread Lev Serebryakov
/write requests are stalled. I want to say, that ZFS, for example, could allocate much more memory, and, yes, it had problems on i386 with this, but not on amd64, AFAIK... So, I'm (geom_radi5) doing something wrong... -- // Black Lion AKA Lev Serebryakov l...@freebsd.org

Re: 8.2-PRERELEASE: live deadlock, almost all processes in pfault state

2011-01-08 Thread Lev Serebryakov
volume) need to do the same to maintain checksums, so they could deadlock (in theory) too, if problem is allocate memory during bio processing. And geom_mirror needs allocate bio for second (third, ...) component on every write... -- // Black Lion AKA Lev Serebryakov l...@freebsd.org

Re: 8.2-PRERELEASE: live deadlock, almost all processes in pfault state

2011-01-08 Thread Lev Serebryakov
, preallocating some memory at start (these 512KiB) and try to use them when malloc() failed... I need to look how raid3 and vinum/raid5 lives with that situation. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing

FreeBSD 8.2-PRERELEASE hangs under load with live kernel

2011-01-06 Thread Lev Serebryakov
special. memtest86+ doesn't show any errors after 8 passes of tests (about 10 hours), so RAM looks Ok. What should I do in kdb to understand what happens? Kernel config and /var/run/dmesg.boot is attached. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org BLOB Description: Binary data

smartmontools 5.40 ahci.ko -- doesn't work

2010-12-03 Thread Lev Serebryakov
) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net Smartctl open device: /dev/ada0 failed: No such file or directory # -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http

WITHOUT_MODULES: does it work?

2010-09-17 Thread Lev Serebryakov
3dfx (standard input) %make WITHOUT_MODULES=3dfx -V SUBDIR | grep -l 3dfx (standard input) % What do I do wrong? -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: WITHOUT_MODULES: does it work?

2010-09-17 Thread Lev Serebryakov
excessive. Sorry for noise. -- // Black Lion AKA Lev Serebryakov l...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

  1   2   >