Re: r239356: does it mean, that synchronous dhcp and dhcplcinet with disabled devd gone?

2012-08-21 Thread Lev Serebryakov
Hello, Slawa. You wrote 21 августа 2012 г., 21:47:46: SO> Not re-request lease, simple renew. Sorry, I'm not very strong in exact terms here. -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing l

Re: r239356: does it mean, that synchronous dhcp and dhcplcinet with disabled devd gone?

2012-08-21 Thread Lev Serebryakov
ts) is POLA violation and, IMHO, serious issue by itself, even without POLA. -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "

Re: r239356: does it mean, that synchronous dhcp and dhcplcinet with disabled devd gone?

2012-08-21 Thread Lev Serebryakov
BSD way, when dhclient renew lease after down/up cycle by itself, is much better. -- // Black Lion AKA Lev Serebryakov ___ 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: r239356: does it mean, that synchronous dhcp and dhcplcinet with disabled devd gone?

2012-08-21 Thread Lev Serebryakov
Hello, Warner. You wrote 21 августа 2012 г., 23:56:11: WL> mosh helps. And what helps in case of on-line backup? Not every network protocol and protocol implementation, unfortunately, supports automatic resume :( -- // Black Lion AKA Lev Serebrya

Re: r239356: does it mean, that synchronous dhcp and dhcplcinet with disabled devd gone?

2012-08-21 Thread Lev Serebryakov
WILL NOT START AT ALL! And relations between devd and dhclient are not documented at all in: rc.conf(5), dhclient(8), devd.conf(5) and devd(8). And rc.conf(5) explains `devd_enable' as: Run devd(8) to handle device added, removed or unknown events from the kernel. And doesn&#x

Re: r239356: does it mean, that synchronous dhcp and dhcplcinet with disabled devd gone?

2012-08-21 Thread Lev Serebryakov
does not kill an existing ssh session JB> - Plugging into a different network does cause dhclient to negotiate JB> a new lease on the new network THANK YOU! -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list h

How to understand what `swi5' kernel thread does?

2012-08-26 Thread Lev Serebryakov
Hello, Freebsd-current. It is shown at top -SH output as `intr{swi5: +}' and I could not find way to understand, what is it... -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/ma

What is "Fast task queue"? (Was: How to understand what `swi5' kernel thread does?)

2012-08-27 Thread Lev Serebryakov
quot;fast tasks" are performed via this queue? Under network load it is main consumer of CPU. -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsub

Re: What is "Fast task queue"? (Was: How to understand what `swi5' kernel thread does?)

2012-08-27 Thread Lev Serebryakov
_vr uses it. One more question: does ipfw rules works in same thread? I have ``net.isr.dispatch="direct"'' set. -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/list

Re: What is "Fast task queue"? (Was: How to understand what `swi5' kernel thread does?)

2012-08-29 Thread Lev Serebryakov
Hello, Andrey. You wrote 29 августа 2012 г., 11:17:09: AZ> If you have more than one CPU, you can try this patch [1]. It adds I have only one cput (Geode LX 500 Mhz) without any HT or other "virtual" CPUs at all. One core, one thread :) -- // Black Lion AKA Le

Scheduler KTR traces for 4 variants (ULE, 4BSD)x(PREEMPTION, NOPREEMPTION) on small hardware (net5501) with network traffic (Was: vr(4) troubles for AMD Geode CS5536 chipset)

2012-09-12 Thread Lev Serebryakov
Hello, Adrian. You wrote 6 сентября 2012 г., 22:12:04: AC> On 6 September 2012 11:11, Lev Serebryakov wrote: >> Hello, Adrian. >> You wrote 6 сентября 2012 г., 22:07:08: >> >> AC> Oh don't worry about polling just yet. I just want to see what >> AC>

Re: Clang as default compiler November 4th

2012-09-12 Thread Lev Serebryakov
Hello, Patrick. You wrote 12 сентября 2012 г., 1:22:44: PL> Well, I will not be able to run FreeBSD from scratch on my soekris :-) Thank you for warning, I've missed this. -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@fre

sshd gives strange errors about EVP_CipherInit on -CURRENT

2012-09-14 Thread Lev Serebryakov
pci0 I've never seen such messages before. -- // Black Lion AKA Lev Serebryakov ___ 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"

Latest -CURRENT/i386 could not start under VirutalBox 4.1.18 and 4.2 (Windows host): hangs up after atrtc0 detection

2012-09-19 Thread Lev Serebryakov
ENERIC. VBox configuration is rather stander: 2 CPUs, ICH9, 2GB of RAM. Host is Windows 7/64bit. Booting hangs after (new?) line: atrtc0: port 0x70-0x71 on acpi0 -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org ma

Re: Latest -CURRENT/i386 could not start under VirutalBox 4.1.18 and 4.2 (Windows host): hangs up after atrtc0 detection

2012-09-19 Thread Lev Serebryakov
sources LS> are in this unbootable VM too :) Revision is 240689 It looks like patch to RTC which is useful on Geode LX causes this hang. -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.o

Re: Latest -CURRENT/i386 could not start under VirutalBox 4.1.18 and 4.2 (Windows host): hangs up after atrtc0 detection

2012-09-19 Thread Lev Serebryakov
cal RTC patch, which helps Geode. -- // Black Lion AKA Lev Serebryakov ___ 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: Latest -CURRENT/i386 could not start under VirutalBox 4.1.18 and 4.2 (Windows host): hangs up after atrtc0 detection

2012-09-19 Thread Lev Serebryakov
e problem is (offhand,I suspect it hangs in the loop that probes for IL> the need to re-index, because vbox doesn't quite emulate the hardware IL> behavior fully). How could I help? Is it possible to debug kernel on such early stage? -- // Black L

Re: ZFS TRIM support committed to HEAD.

2012-09-25 Thread Lev Serebryakov
t; fixes and improvements from the zfsonlinux project (made by Etienne PJD> Dechamps). It is amazing! Solaris doesn't have it! Thanks for your great work! -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists

Re: Latest -CURRENT/i386 could not start under VirutalBox 4.1.18 and 4.2 (Windows host): hangs up after atrtc0 detection

2012-10-04 Thread Lev Serebryakov
Hello, Marek. You wrote 3 октября 2012 г., 23:17:35: >> atrtc0: port 0x70-0x71 on acpi0 MS> still the same in my environment, running FreeBSD 9.1 under ESXi5.1 host MS> Do you have any solution? In my case it was local patch for exotic embedded chipset... -- // Black Lion AKA Lev

Re: [HEADSUP] current switched by default to pkgng

2012-11-02 Thread Lev Serebryakov
Hello, Baptiste. You wrote 10 октября 2012 г., 17:44:21: BD> Make sure to read UPDATING (from ports) to correctly migrate your system or find BD> instruction to make your system still running with legacy pkg_install tools. Did somebody update nanobsd scripts? ;-) -- // Black Lion A

Re: [HEADSUP] current switched by default to pkgng

2012-11-02 Thread Lev Serebryakov
lacing "pkg_add" with "pkg add" doesn't work ;-) -- // Black Lion AKA Lev Serebryakov ___ 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: [HEADSUP] current switched by default to pkgng

2012-11-03 Thread Lev Serebryakov
) bootstrap. Way to construct proper URL for pkg.txz (with ABI, etc) from script is not clear, too, and automatic downloading doesn't work in chrooted environment, as it doesn't have configured resolver. -- // Black Lion AKA Lev Serebryakov

Re: FreeBSD as read-only firmware

2012-11-03 Thread Lev Serebryakov
Hello, Alexander. You wrote 3 ноября 2012 г., 16:14:21: AY> Hello all! AY> Some time ago I got somewhere idea, that base OS should be RO - readonly. AY> And should be updated easily (ACID) and with possibility of fast rollback. Why it is better than nanobsd? -- // Black Lio

Re: FreeBSD as read-only firmware

2012-11-03 Thread Lev Serebryakov
more, but it's goal AY> to have minified FreeBSD, while I need read-only one. No. Its goal is to have RO and ACID-upgradable system (with two code slices for this). -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org maili

CURRENT is broken on 32 bit architectures for kernels with KTR enabled (r244445)

2012-12-25 Thread Lev Serebryakov
KTR_START4 and KTR_STOP4) at lines 80 and 154. -- // Black Lion AKA Lev Serebryakov ___ 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"

Kernel is broken (at least for i386) from r246916

2013-02-19 Thread Lev Serebryakov
zed in this function *** [clock.o] Error code 1 -- // Black Lion AKA Lev Serebryakov ___ 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"

r245741 (clang as cc) can not build binaries for GEODE processor

2013-02-21 Thread Lev Serebryakov
) bt #0 0x010351d6 in ?? () #1 0x in ?? () (gdb) -- // Black Lion AKA Lev Serebryakov ___ 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"

r247144 panics on boot with "memory modified after free" on VBox

2013-02-22 Thread Lev Serebryakov
Hello, freebsd-current. $subj GENERIC kernel (with WITNESS and other debug stuff), typical VBox virtual machine with AHCI disks and CD. Two "Most recently used by" variants: "cd" and "GEOM". -- //

Re: r247144 panics on boot with "memory modified after free" on VBox

2013-02-22 Thread Lev Serebryakov
virtual PATA CD from configuration allows me to boot. -- // Black Lion AKA Lev Serebryakov ___ 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: r245741 (clang as cc) can not build binaries for GEODE processor

2013-02-22 Thread Lev Serebryakov
CPUTYPE? It is latter, but IMHO, _without_ any CPUTYPE set, system compiler should generate generic enough binaries to run on all supported CPUs of target platform (i386 in this case). -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@fr

Re: r245741 (clang as cc) can not build binaries for GEODE processor

2013-02-22 Thread Lev Serebryakov
rue anymore (>= i686 ?). geode is fully i586 compatible, AFAIK, so yes, it looks like >= i686 :( -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsu

Re: r245741 (clang as cc) can not build binaries for GEODE processor

2013-02-22 Thread Lev Serebryakov
ut which exact instructions it DA> dies on? If gdb does not work, like you said above, maybe you can use DA> objdump to disassemble the executable in question, and find the address DA> of the failing instruction. I'm trying to do this with very last sources both a

Re: r245741 (clang as cc) can not build binaries for GEODE processor

2013-02-22 Thread Lev Serebryakov
#x27;t like "bt" result with only two lines in high addresses. I'm rebuilding NanoBSD image with enabled gdb now to run "testconf" under gdb itself. -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org

Re: r245741 (clang as cc) can not build binaries for GEODE processor

2013-02-22 Thread Lev Serebryakov
0x in ?? () (gdb) Note addresses like 0xbfbfdbfc, I don't belive, that it is true address. -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscr

Re: r245741 (clang as cc) can not build binaries for GEODE processor

2013-02-22 Thread Lev Serebryakov
.2 (tags/RELEASE_32/final 170710) 20121221 Target: i386-unknown-freebsd10.0 Thread model: posix test.c could consist of empty main() function. So, by default clang from r247144 still (or again?) has problems with long NOPs. -- // Black Lion AKA Lev Serebryakov __

Re: r245741 (clang as cc) can not build binaries for GEODE processor

2013-02-22 Thread Lev Serebryakov
... 8048496: 31 ff xor%edi,%edi 8048498: 0f 1f 84 00 00 00 00nopl 0x0(%eax,%eax,1) 804849f: 00 80484a0: 8b 04 bd 68 96 04 08mov0x8049668(,%edi,4),%eax -- // Black Lion AKA Lev Serebryakov __

Re: r245741 (clang as cc) can not build binaries for GEODE processor

2013-02-22 Thread Lev Serebryakov
st \ test.c" (contains "nopl") (c) unstripped "Hello world" program, built with simple "cc \ -march=geode -o test.geode test.c" (contains "nopl" too!) Oh, I see... "start1" is linked from startup code like crt0.o, am I right

Unexpected SU+J inconsistency AGAIN -- please, don't shift topic to ZFS!

2013-02-28 Thread Lev Serebryakov
quot;native" and simple FS too. -- // Black Lion AKA Lev Serebryakov ___ 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: Unexpected SU+J inconsistency AGAIN -- please, don't shift topic to ZFS!

2013-02-28 Thread Lev Serebryakov
tory tyme LS> mismatch) and requested full check (which will take more than hour on LS> such FS). Full fsck found "INTERNAL ERROR: DUPS WITH SOFTUPDATES" and keeps running... -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebs

Re: Unexpected SU+J inconsistency AGAIN -- please, don't shift topic to ZFS!

2013-02-28 Thread Lev Serebryakov
Hello, Alexander. You wrote 28 февраля 2013 г., 13:07:35: AY> How about tell us 9.1-STABLE from which date you run? r244957 AY> Do you use any dumps/snapshots in this FS? Nope. -- // Black Lion AKA Lev Serebryakov ___ freebsd-c

Re: Unexpected SU+J inconsistency AGAIN -- please, don't shift topic to ZFS!

2013-02-28 Thread Lev Serebryakov
N mirror seed was been unpacking on this FS, so there was massive file creation at this time. -- // Black Lion AKA Lev Serebryakov ___ 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: Unexpected SU+J inconsistency AGAIN -- please, don't shift topic to ZFS!

2013-02-28 Thread Lev Serebryakov
between raid5 implementation and SU+J, but in such case I want to understand what does raid5 do wrong. -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To un

Panic in ffs_valloc (Was: Unexpected SU+J inconsistency AGAIN -- please, don't shift topic to ZFS!)

2013-02-28 Thread Lev Serebryakov
ase note, that FS was loaded by torrent client (40Mbit/s outbound traffic) and unpacking of svnmirror-base-r238500.tar.xz from this FS to itself. So, it was really high multistream load. I'll try to reproduce this on SINGLE disk, without geom_radi5 :) -- // Black Lion AKA Lev Serebryak

Re: Unexpected SU+J inconsistency AGAIN -- please, don't shift topic to ZFS!

2013-02-28 Thread Lev Serebryakov
HDD and same high load to try reproduce it without geom_raid5. But I don't have enough hardware (3 spare HDDs at least!) to reproduce it with geom_raid3 or other copy of geiom_radi5. -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org

Re: Unexpected SU+J inconsistency AGAIN -- please, don't shift topic to ZFS!

2013-02-28 Thread Lev Serebryakov
previous writes, even that is not related to journal or metadata and could wait more (simple file data could be fixed on plates out of order without destroying filesystem structure). -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@fre

Re: Panic in ffs_valloc (Was: Unexpected SU+J inconsistency AGAIN -- please, don't shift topic to ZFS!)

2013-02-28 Thread Lev Serebryakov
esult of the bug fixed in 246877, but I have DL> my doubts about that. It was not MFCed :( -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe,

10.0-CURRENT could not be built: make: don't know how to make blacklist.c. Stop

2012-04-29 Thread Lev Serebryakov
nd] Error code 2 I've looked at "usr.sbin/wpa/wpa_supplicant/Makefile" and found here only ".PATH.c:${WPA_DISTDIR}/src/drivers", without "${WPA_SUPPLICANT_DISTDIR". hostapd is same story. Revisions in question seems to be r234756

Re: 10.0-CURRENT could not be built: make: don't know how to make blacklist.c. Stop

2012-04-29 Thread Lev Serebryakov
Hello, Bernhard. You wrote 29 апреля 2012 г., 16:14:14: BS> Just noticed that myself a few minutes ago.. I'm about to commit BS> attached fix in few minutes. Wanna give it a quick shot? Yep, it helps :) -- // Black Lion AKA Lev

libpcap 1.2.1 import breaks (not-rebuilded) ports -- need version bump?

2012-05-14 Thread Lev Serebryakov
alloc/include/jemalloc/internal/arena.h:912: Failed assertion: "((uintptr_t)ptr & PAGE_MASK) == 0" Abort (core dumped) Perl itself and other scripts, which don't use p5-NEt-Pcap, works. -- // Black Lion AKA Lev Serebryakov ___ fre

Re: UFS+J panics on HEAD

2012-05-23 Thread Lev Serebryakov
just panic and blame hardware." Or should we call FFS officially dead and promote ZFS as only usable FS on modern FreeBSD now? -- // Black Lion AKA Lev Serebryakov ___ 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: UFS+J panics on HEAD

2012-05-24 Thread Lev Serebryakov
ot; 5-days training four years ago (when I worked for Sun Microsystems), and instructor says same words... -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To un

Re: [HEADSUP] OpenSSL 1.0.1c merge in progress

2012-07-13 Thread Lev Serebryakov
any problem. No ports with "USE_OPENSSL=yes" could be built now :( Ports system complains about not-installed base OpenSSL. -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: [HEADSUP] OpenSSL 1.0.1c merge in progress

2012-07-13 Thread Lev Serebryakov
enSSL. Sorry for noise, it is local problem. -- // Black Lion AKA Lev Serebryakov ___ 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: post SVN r238886 no boot?

2012-07-29 Thread Lev Serebryakov
h kern.cam.dflags=0x41 (two files), as I have serial console. To be honest, I can not spot the difference. -- // Black Lion AKA Lev Serebryakov bad-boot-no-cam-debug.txt.bz2 Description: Binary data bad-boot-with-cam-debug.txt.bz2 Description: Binary data _

Re: RFC: libkern version of inet_ntoa_r

2012-07-29 Thread Lev Serebryakov
It looks very gcc-ish. -- // Black Lion AKA Lev Serebryakov ___ 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: RFC: libkern version of inet_ntoa_r

2012-07-30 Thread Lev Serebryakov
-std=c99 test.c test.c: In function 'main': test.c:9: warning: ISO C forbids braced-groups within expressions > = -- // Black Lion AKA Lev Serebryakov ___ 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"

CURRENT as gateway on not-so-fast hardware: where is a bottlneck?

2012-08-14 Thread Lev Serebryakov
NT r239228 with SCHED_ULE. -- // Black Lion AKA Lev Serebryakov ___ 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"

Strange behavior of r239228 on i386 -- looks like livelocks

2012-08-14 Thread Lev Serebryakov
K 2012 r...@vmware-c-32.home.serebryakov.spb.ru:/usr/obj/nanobsd.gateway-net5501/data/src/sys/NET5501 i386 Scheduler is ULE. -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/li

Re: Strange behavior of r239228 on i386 -- looks like livelocks

2012-08-14 Thread Lev Serebryakov
unfreeze, then freeze again... named (BIND) could not resolve names (for other network clients) in these moments. -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Re: CURRENT as gateway on not-so-fast hardware: where is a bottlneck?

2012-08-15 Thread Lev Serebryakov
now I have much more problems with router freezes that with low speed. -- // Black Lion AKA Lev Serebryakov ___ 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: CURRENT as gateway on not-so-fast hardware: where is a bottlneck?

2012-08-15 Thread Lev Serebryakov
still feezes under load with ULE. It looks like ULE is broken. -- // Black Lion AKA Lev Serebryakov ___ 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: CURRENT as gateway on not-so-fast hardware: where is a bottlneck?

2012-08-15 Thread Lev Serebryakov
ooks like 100ms lag, which could affect video playback. It looks like 60-120 seconds lag! At least, in case of ULE, I didn't try 4BSD yet. -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.o

Re: CURRENT as gateway on not-so-fast hardware: where is a bottlneck?

2012-08-15 Thread Lev Serebryakov
inute or two, and freeze again after next minute or tow, etc, without resetting uptime :) -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send an

Re: CURRENT as gateway on not-so-fast hardware: where is a bottlneck?

2012-08-15 Thread Lev Serebryakov
riorities. It means until they release the CPU, AM> user-level may get no CPU time at all. :( How could it be seen in KTR traces? Where could I read how to decipher and read these traces? -- // Black Lion AKA Lev Serebryakov ___ free

Re: CURRENT as gateway on not-so-fast hardware: where is a bottlneck?

2012-08-15 Thread Lev Serebryakov
put of ktrdump? -- // Black Lion AKA Lev Serebryakov ___ 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"

r239290: boot problem

2012-08-15 Thread Lev Serebryakov
ort=1016 comconsole_speed=115200 console=comconsole currdev=disk0s2a: interpret=OK kernelname=disk0s1a:/boot/kernel/kernel loaddev=disk0s2a: prompt=${interpret} rootdev=disk0s1a: OK boot \ > BOOM! REBOOTED! === -- // Black Lion A

Re: r239290: boot problem

2012-08-15 Thread Lev Serebryakov
2 have only one BSD partition: `a'. looks like r239294 should fix that. -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: CURRENT as gateway on not-so-fast hardware: where is a bottlneck?

2012-08-16 Thread Lev Serebryakov
atch to my tests, thanks! -- // Black Lion AKA Lev Serebryakov ___ 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: CURRENT as gateway on not-so-fast hardware: where is a bottlneck?

2012-08-17 Thread Lev Serebryakov
fixes freezes under network load. I could not repeat freezes now (except when `ktrdump' works, but I think, it is Ok). It also change "top" layout of processes: em0 tasq is not on the top now, and system have enough idel time even under load. But WiFi is affected by wire tra

Re: CURRENT as gateway on not-so-fast hardware: where is a bottlneck?

2012-08-18 Thread Lev Serebryakov
trange, as traffic goes up only at x2 rate... -- // Black Lion AKA Lev Serebryakov ___ 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"

Chicken and egg problem when building (third-party) kernel modules with -- how to solve?

2013-09-11 Thread Lev Serebryakov
Hello, Freebsd-current. It is good idea to set KERNBUILDDIR when build module. But to set it you need to know ${.OBJDIR} from ${SYSDIR} and ${SYSDIR} is set in bsd.kmod.mk, which should be included last (after defining KERNBUILDDIR). How this loop could be broken? -- // Black Lion AKA Lev

Re: Chicken and egg problem when building (third-party) kernel modules with -- how to solve?

2013-09-11 Thread Lev Serebryakov
:=${KERNBUILDROOT}/${KERNNAME} .endif But here is problem, which I'm speaking about: it should go BEFORE but it needs to use ${SYSDIR}. -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailm

Re: Doing it wrong: Building world with lang/clang-devel

2013-09-21 Thread Lev Serebryakov
people.freebsd.org/~sbruno/doingitwrong.txt SB> Any reason that this shouldn't work? Try XCC=/usr/local/bin/clang XCXX=/usr/local/bin/clang++ XCPP=/usr/local/bin/clang++ COMPILER_TYPE=clang It should work, at least, in theory. -- // Black Lion AKA Lev Serebryakov _

r255763/i386 cannot start devd with default config, network doesn't work too, because DHCP is started by devd, sshd complains about config, "passwd" could not change password

2013-09-22 Thread Lev Serebryakov
etype New Password: pwd_mkdb: /etc/pwd.db.tmp: File exists passwd: pam_chauthtok(): error in service module root@fbsd-c-32:~ # As it is VirtualBox, I don't think it is memory or hard disk problem. All files in /etc is exactly the same as in sources! -- // Black Lion AKA Lev Serebryakov _

r255795/i386 built on r255795/amd64 still could not start devdpassword

2013-09-23 Thread Lev Serebryakov
$cisvendor bus $bus"; 206 }; ========== -- // Black Lion AKA Lev Serebryakov ___ 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"

and64-build i386 mtree doesn't work too (Re: r255795/i386 built on r255795/amd64 still could not start devdpassword)

2013-09-23 Thread Lev Serebryakov
/mtree/BSD.usr.dist ("no parent node"). It looks like, i386 world built by amd64 host is completely broken somewhere in text processing tool. -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.f

Re: and64-build i386 mtree doesn't work too (Re: r255795/i386 built on r255795/amd64 still could not start devdpassword)

2013-09-24 Thread Lev Serebryakov
out line 2 of etc/mtree/BSD.usr.dist ("no parent node"). LS> It looks like, i386 world built by amd64 host is completely broken somewhere LS> in text processing tool. So, nobody interested? Building 32 bit world on 64 bit ho

Re: and64-build i386 mtree doesn't work too (Re: r255795/i386 built on r255795/amd64 still could not start devdpassword)

2013-09-25 Thread Lev Serebryakov
oducible, after 3 rebuilds and reinstalls (on new FS). I had only "MALLOC_PRODUCTION=yes" in my /etc/src.conf and only port-related options (like OPTIONS_UNSET amd WRKDIRPREFIX) in /etc/make.conf. -- // Black Lion AKA Lev Serebryakov

Re: and64-build i386 mtree doesn't work too (Re: r255795/i386 built on r255795/amd64 still could not start devdpassword)

2013-09-25 Thread Lev Serebryakov
Hello, Dimitry. You wrote 25 сентября 2013 г., 1:50:48: DA> I just tried buildworld TARGET=i386 on an amd64 host, and it worked just DA> fine. Are you using any make.conf or src.conf? Ok, one more full cycle (6+ hours) and it seems to work... -- // Black Lion AKA Lev Sereb

Re: and64-build i386 mtree doesn't work too (Re: r255795/i386 built on r255795/amd64 still could not start devdpassword)

2013-09-25 Thread Lev Serebryakov
conf or /etc/src.conf. :-\ -- // Black Lion AKA Lev Serebryakov ___ 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: [CURRENT] unbound: zonefiles?

2013-10-01 Thread Lev Serebryakov
er DA> inconvenient... Yep, and nsd doesn't support views, so sometimes you need THREE daemons: outer world view of LAN (only several hosts from DMZ are published), inner view of LAN (all host) and recursion for LAN... BIND solves all three tasks in one instance. -- // Bla

Re: rcs is gone?

2013-10-07 Thread Lev Serebryakov
ernel and a few bits that are barely sufficient for the initial set up, IM> and then make users fetch everything from ports? svnlite? :) -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/m

Re: rcs

2013-10-08 Thread Lev Serebryakov
;pkg install rcs" which needs internet connection! -- // Black Lion AKA Lev Serebryakov ___ 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"

FreeBSD -CURREEN/x64 as guest in VirtualBox 4.3 -- freezes HOST system under load (VirtualBox 4.2 is Ok)

2014-01-22 Thread Lev Serebryakov
, but I want to be sure before reporting it to Oracle's bugtracking, as FreeBSD is not usual guest system and I don't want bug to be ignored :) -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://li

Re: newcons comming

2014-02-11 Thread Lev Serebryakov
plete mess -- large "sparse" letters, pink instead of "bold", only 1/4 of console in "window" and all other is cut out. -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd

Re: vt(9) r261654 with preloaded i915kms -- hangs 9 times out of 10 on boot

2014-02-18 Thread Lev Serebryakov
"miniature" connector). -- // Black Lion AKA Lev Serebryakov ___ 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: vt(9) r261654 with preloaded i915kms -- hangs 9 times out of 10 on boot

2014-02-18 Thread Lev Serebryakov
able is best :) It is hard to be 100% sure without FireWire debugging, as I have geom_eli-based full-disk encryption, but looks like it hangs without vt (with GENERIC kernel and preloaded i915kms.ko) too. Maybe, I've mistyped password 3 times, but it is not very plausible :( -- // B

Linux chasing (Was: libinit idea)

2014-02-23 Thread Lev Serebryakov
, which will be even more Linux-centric. It is topic for other thread, but this chasing Linux in system features (hal/udev/systemd/whatever) needed for desktop environment is painful, and FreeBSD without decent modern DE will fail to attract new users :( -- // Black Lion AKA

Re: Import of DragonFly Mail Agent

2014-02-24 Thread Lev Serebryakov
Hello, Baptiste. You wrote 24 февраля 2014 г., 1:11:56: BD> DragonFly Mail Agent is a minimalistic mailer that is able to relay mails to BD> some smtp servers (with TLS, authentication and so on) One question: why not OpenSMTPD from OpenBSD? -- // Black Lion AKA Lev Sereb

kgdb on CURRENT?

2014-03-06 Thread Lev Serebryakov
be 2) [in module /boot/kernel/kernel.symbols] Is it local problem or kgdb is broken with latest clang import? -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To u

Building with external toolchain was broken 6 months ago with r255187

2014-03-18 Thread Lev Serebryakov
ld not find header file with intrinsics from "system" ("external") clang. I could disable building of this module with WITHOUT_MODULES=aesni, and it works, but what if I need this module? Could it be fixed, pleeease? -- // Black Lion AKA Lev Serebryakov ___

Re: Building with external toolchain was broken 6 months ago with r255187

2014-03-18 Thread Lev Serebryakov
Hello, John-Mark. You wrote 19 марта 2014 г., 2:01:40: JMG> Lev Serebryakov wrote this message on Wed, Mar 19, 2014 at 01:37 +0400: >> I did't build my NanoBSD images for almost year, and in this time our >> not-finished and fragile support for using "external"

Re: Building with external toolchain was broken 6 months ago with r255187

2014-03-19 Thread Lev Serebryakov
t; variable it will work. You may want to check first two variables in this script. -- // Black Lion AKA Lev Serebryakov aesni-problem.nanobsd Description: Binary data ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman

[RFC] Install world with external toolcahin: need add STRIPBIN to IMAKEENV

2014-03-19 Thread Lev Serebryakov
rtunately, "STRIP" variable is occuped by "-s" flag :( -- // Black Lion AKA Lev Serebryakov stribin-support-add.patch Description: Binary data ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Using of Dragonfly Mail Agent -- what should be permissions on dma.conf and auth.conf?

2014-03-24 Thread Lev Serebryakov
Hello, Freebsd-current. I've tried "440" with owner 25:25 and "mail l...@serebryakov.spb.ru" complains, that it could not access them. Also, what is proper way to attach dma into system instead of senndmal now? -- // Black

Re: Using of Dragonfly Mail Agent -- what should be permissions on dma.conf and auth.conf?

2014-03-24 Thread Lev Serebryakov
Hello, Benjamin. You wrote 24 марта 2014 г., 16:48:55: BV> DMA should have a read access on both files, nothing more. Question is: from which user it will be run? Give "/etc/dma/auth.conf" world-read doesn't seen to be good idea! -- // Black Lion A

Dragonfly DMA: bare "to" address difference with sendmail

2014-03-25 Thread Lev Serebryakov
Hello, Freebsd-current. When I use sendmail, all output of periodic scripts is received with "root@host" "To:" address. with dma it is only "root". IMHO, it is regression, as I collect all mail on one server/account and now all these "To" fields ar

WITHOUT_XXX leftovers.

2014-03-25 Thread Lev Serebryakov
or vi, which is rather huge and another one for all bhyve stuff and one more for openssl _binary_. -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe

is it Ok to strip kernel & modules?

2014-03-25 Thread Lev Serebryakov
race and kernel debugger. -- // Black Lion AKA Lev Serebryakov ___ 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: [CFT] Autofs.

2014-09-08 Thread Lev Serebryakov
t; So, for now, we don't even try to handle this situation. I have same problem with /usr + /usr/home, which make autofs pretty useless for me :( Looks like, "autofs" mounts should not be considered "busy" for other automounted filesystems and should be processed sepa

<    1   2   3   4   5   >