Re: clang/llvm-tblgen --- ld: error: undefined symbol: setupterm

2021-10-10 Thread Daniel Nebdal
On Sun, 10 Oct 2021 at 22:17, Baptiste Daroussin wrote: > > > > > I don't know if this is the right place to jump in, but I suspect this > > is a related issue? > > I'm trying to do the opposite - building 14 on a 13-STABLE machine. It > > fails when trying to build ncurses: > > > >

Re: clang/llvm-tblgen --- ld: error: undefined symbol: setupterm

2021-10-10 Thread Daniel Nebdal
On Sun, 10 Oct 2021 at 07:46, Baptiste Daroussin wrote: > > On Sat, Oct 09, 2021 at 11:33:54PM -0600, Warner Losh wrote: > > On Sat, Oct 9, 2021 at 11:29 PM Kyle Evans wrote: > > > > > On Sun, Oct 10, 2021 at 12:18 AM Warner Losh wrote: > > > > > > > > On Sat, Oct 9, 2021 at 10:45 PM Warner

Re: WSLg update on 1-5-2021 - BSD / WSL

2021-05-08 Thread Daniel Nebdal
On Thu, 6 May 2021 at 19:05, David Chisnall wrote: > [ Disclaimer: I work for Microsoft, but not on WSL and this is my own > opinion ] > (...) > David > Just as a counterpoint to Rozhuk's take, that all sounds sensible enough to me - FreeBSD would probably gain more from this than MS. So the

Re: NPAPI (was: java web start / error)

2021-04-02 Thread Daniel Nebdal
Much like VHS, you apparently need to view it on preserved tech of a similar vintage. On the positive side, a setup like that should at least keep working indefinitely, unless they also manage to use HTTPS certificates an old browser can't understand. -- Daniel Nebdal _

Re: loader/boot fonts are painfully small (again)

2021-02-15 Thread Daniel Nebdal
racters. It seems sensible to stick to an integer multiple of that, to avoid any uncomfortable stretching or scaling. The 480x135 console you got follows that idea - it's the 15x scale. That's obviously a bit optimistic, but how about the 3x or 4x scale, at 96x27 or 128x36? -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: CFT for vendor openzfs - week 5 reminder + memdisk images

2020-08-15 Thread Daniel Nebdal
scp the files. It's possible that we may > just end up sharing images more widely by way of releng generated > images after commit. I'll see if there's an alternative for the last > week of the CFT. > > Cheers. > -M The instructions for building it myself seem easy enough, so it's no

Re: CFT for vendor openzfs - week 5 reminder + memdisk images

2020-08-15 Thread Daniel Nebdal
enzfs-amd64-2020081100-memstick.img. 20% of 655 MB 647 kBps 12m23s fetch: freebsd-openzfs-amd64-2020081100-memstick.img.xz appears to be truncated: 142065664/687158140 bytes baymax /home/djn > It also fails using Firefox on windows on a different machine. (It's also much slower from tha

Re: CURRENT October images do not create a bootable install

2019-11-07 Thread Daniel Nebdal
s-compliant way for a classic BIOS to handle a GPT disk. -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

vm_fault on boot with NVMe/nda

2018-10-15 Thread Daniel Nebdal
SD30089593/SSD/dmesg -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Speed problems with both system openssl and security/openssl-devel

2018-09-17 Thread Daniel Nebdal
g > Could it be relevant that the Debian binary was probably compiled with gcc, and the FreeBSD binary with clang? This seems like the sort of code that plausibly could bring out some compiler corner cases. (It's weird that 1.1.1 is fine, though.) -- Daniel Nebdal __

Re: arc_reclaim_thread running hot

2018-09-13 Thread Daniel Nebdal
_thread 961 fork_exit 961 fork_trampoline (I have nothing sensible to add about the actual problem.) -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: ZFS RAIDZ1: resilvering at <17.3M/s => abyssal slow ...

2017-12-14 Thread Daniel Nebdal
tls can be set: vfs.zfs.scrub_delay=0 vfs.zfs.top_maxinflight=128 vfs.zfs.resilver_min_time_ms=5000 vfs.zfs.resilver_delay=0 Setting those sysctls to those values increased my (Shawn Webb's) resilver performance from 7MB/s to 230MB/s. ### -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: 11.x deadlocking during pfault (was Re: FreeBSD 11.x grinds to a halt after about 48h of uptime)

2016-10-27 Thread Daniel Nebdal
> > cpu6:timer > > MB/s 0.00 3.70 0.00 0.00 0.00 0.00 636300 inact53 > > cpu5:timer > > %busy 0 3 0 0 0 0 cache > > vgapci0 > > 61912 fre

Re: r294195: Kernel panic during installworld

2016-02-11 Thread Daniel Nebdal
On Thu, Feb 11, 2016 at 3:04 PM, Hans Petter Selasky <h...@selasky.org> wrote: > On 02/11/16 15:00, Daniel Nebdal wrote: >> >> plugging in a >> USB keyboard post-panic didn't do much > > > Hi, > > USB enumeration is disabled in the debugger. You need to pl

Re: r294195: Kernel panic during installworld

2016-02-11 Thread Daniel Nebdal
oks kind of similar to one I just got (on r295122 , during a lot of ZFS traffic) : https://goo.gl/photos/UkPV2BVi27Yucdgn7 Buildworld and installworld doesn't seem to be enough to trigger it for me - I'm upgrading it to whatever CURRENT was at an hour ago now. I couldn't get any further contact with the debugger (plugging in a USB keyboard post-panic didn't do much), but I left it connected now, and I should be able to set up a dump device and/or serial debugging. (The GSS kernel config I'm using is just amd64 GENERIC + options KGSSAPI .) -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Best way to update FreeBSD 11 ?

2015-12-02 Thread Daniel Nebdal
opriate path in the loader, I think) and be back where you were without too much fuss. With the caveat that I've barely touched this myself. [1] https://forums.freebsd.org/threads/updating-existing-zfs-layout-to-beadm.44813/ -- Daniel Nebdal ___ freebsd-curren

Re: OpenSSL vs. LibreSSL (OpenBSD)

2014-04-25 Thread Daniel Nebdal
our and their libc are massively different either, so ... cautiously optimistic that it'll be a one-day job to get it compiling on FreeBSD by the time they feel done. :) -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list http

Re: [RFC] how to get the size of a malloc(9) block ?

2013-12-01 Thread Daniel Nebdal
minsize, in the current memory situation, plus some veiled threats about not using this value to do anything fancy with pointers to already-allocated memory. -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: [RFC] how to get the size of a malloc(9) block ?

2013-11-29 Thread Daniel Nebdal
if you change/rewrite the allocator, and it's not my decision. -- Daniel Nebdal ___ 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: [PATCH] SO_REUSEADDR and SO_REUSEPORT behaviour

2013-11-29 Thread Daniel Nebdal
of counterproductive? Of course, I haven't actually used it much; I might be wrong. -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr

Re: rcs

2013-10-09 Thread Daniel Nebdal
connection (or a local package repository), but that's hardly a problem limited to FreeBSD. Anyway, it seems likely that we'll get OpenRCS in base, hopefully making everyone happy. -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list http

Re: rcs

2013-10-08 Thread Daniel Nebdal
rcs. As challenges go, that doesn't seem too bad? That said, an online meta package builder *is* a nice idea, and seems perfectly doable. -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: iSCSI boot ... root?

2013-09-17 Thread Daniel Nebdal
On Mon, Sep 16, 2013 at 5:45 PM, Kristjan Eentsalu eents...@gmail.com wrote: On 16.09.2013 13:35, Edward Tomasz Napierała wrote: Wiadomość napisana przez Zaphod Beeblebrox zbee...@gmail.com w dniu 16 wrz 2013, o godz. 07:35: Is it now possible to boot from iSCSI? I'm not talking about an

Re: portmaster

2013-09-17 Thread Daniel Nebdal
On Tue, Sep 17, 2013 at 1:30 AM, ajtiM lum...@gmail.com wrote: Thank ou. On Sep 16, 2013, at 7:15 PM, Matthias Andree matthias.and...@gmx.de wrote: Am 17.09.2013 01:04, schrieb ajtiM: Again me… I was (am) long postmaster user. Is it possible to use on FreeBSD 10 too, please? Or is better

Re: VAIO intel i7 Ivy Bridge ultrabook installation fail: Disks not found

2013-05-14 Thread Daniel Nebdal
On Tue, May 14, 2013 at 7:41 PM, Nicolas Alexander Scheibling n.scheibl...@gmx.ch wrote: Hello, as I am newly writing to these mailing lists, forgive my formal and content-relative mistakes. As it stands now, I would absolutely love installing some 10-CURRENT on my newly acquired SONY VAIO

Re: multi-homing in freebsd

2013-03-16 Thread Daniel Nebdal
On Sat, Mar 16, 2013 at 5:00 PM, Gary Palmer gpal...@freebsd.org wrote: On Sat, Mar 09, 2013 at 01:29:27PM +0100, Daniel Nebdal wrote: Going by Zaphod's recommendation of using a /32 for each IP, how about this? ifconfig arge0 inet 192.168.1.100/32 ifconfig arge0 alias 192.169.1.100/32 I

Re: Error question

2013-03-14 Thread Daniel Nebdal
How does your make.conf and src.conf look? On Thu, Mar 14, 2013 at 3:49 PM, Charlie Jones cjo...@innerlightcorp.com wrote: I am trying to upgrade to 9.1-RELEASE uname -a FreeBSD havoc.innerlightcorp.com 8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #0: Mon May 30 12:58:18 MDT 2011

Re: multi-homing in freebsd

2013-03-09 Thread Daniel Nebdal
Going by Zaphod's recommendation of using a /32 for each IP, how about this? ifconfig arge0 inet 192.168.1.100/32 ifconfig arge0 alias 192.169.1.100/32 I wouldn't recommend 192.169, though - only 192.168.x.x is reserved for private networks, and 192.169 is a valid IP-routable prefix, assigned to

Re: multi-homing in freebsd

2013-03-09 Thread Daniel Nebdal
Oh, you specifically need them to have different interfaces? That's a bit more complicated. I guess you could rig something with netgraph (ngctl and such), but I'm not familiar with it... -- Daniel Nebdal On Sat, Mar 9, 2013 at 2:57 PM, Yasir hussan kolya...@gmail.com wrote: i want to have

Re: Response of *.freebsd.org websites are very slow

2013-02-27 Thread Daniel Nebdal
. :) -- Daniel Nebdal On Wed, Feb 27, 2013 at 2:39 AM, Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: Dear All , I have installed https://pub.allbsd.org/FreeBSD-snapshots/amd64-amd64/10.0-HEAD-r247266-JPSNAP with a very nice steps flow and it has booted very well . During pkg_add -rv xorg

Re: Response of *.freebsd.org websites are very slow

2013-02-27 Thread Daniel Nebdal
On Wed, Feb 27, 2013 at 11:37 AM, Daniel Kalchev dan...@digsys.bg wrote: On 27.02.13 12:23, Daniel Nebdal wrote: I think you're supposed to be automatically sent to the mirror that is closest to you - for some value of closest. If the mirror you're getting has issues, that might show up

Re: Response of *.freebsd.org websites are very slow

2013-02-27 Thread Daniel Nebdal
Ok, that's weird. What does a simple nslookup ftp.freebsd.org give you? On Wed, Feb 27, 2013 at 3:11 PM, Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: On Wed, Feb 27, 2013 at 2:37 AM, Daniel Kalchev dan...@digsys.bg wrote: On 27.02.13 12:23, Daniel Nebdal wrote: I think you're

Re: Response of *.freebsd.org websites are very slow

2013-02-27 Thread Daniel Nebdal
On Wed, Feb 27, 2013 at 3:28 PM, Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: On Wed, Feb 27, 2013 at 6:22 AM, Daniel Nebdal dneb...@gmail.com wrote: Ok, that's weird. What does a simple nslookup ftp.freebsd.org give you? On Wed, Feb 27, 2013 at 3:11 PM, Mehmet Erol Sanliturk

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

2013-02-22 Thread Daniel Nebdal
, send any mail to freebsd-current-unsubscr...@freebsd.org I'm not familiar with NanoBSD, but does it do the package builds for you - or do you do those by hand? If it's the latter, I don't quite understand how the compiler is supposed to know the target CPUTYPE? -- Daniel Nebdal

Re: r24684: /usr/src/lib/libldns/../../contrib/ldns/buffer.c:10:10: fatal error: 'ldns/config.h' file not found

2013-02-16 Thread Daniel Nebdal
/13 17:49, Daniel Nebdal wrote: Should be fixed as of r246853 (marked as Add generated files, and it seems to add the missing config.h and a few others). Nope cc1: warnings being treated as errors /usr/src/lib/libldns/../../contrib/ldns/dnssec_verify.c:638: warning

Re: r24684: /usr/src/lib/libldns/../../contrib/ldns/buffer.c:10:10: fatal error: 'ldns/config.h' file not found

2013-02-15 Thread Daniel Nebdal
Should be fixed as of r246853 (marked as Add generated files, and it seems to add the missing config.h and a few others). -- Daniel Nebdal On Fri, Feb 15, 2013 at 8:34 PM, O. Hartmann ohart...@zedat.fu-berlin.de wrote: Am 02/15/13 19:08, schrieb David Wolfskill: On Fri, Feb 15, 2013 at 07:01

Re: Stucking processes

2012-06-17 Thread Daniel Nebdal
Couldn't that just be because you're running a world that expects one kernel but finds another? As far as I know, running a newer world in a jail on an older system is not really recommended (while the opposite ought to be ok)? On Jun 16, 2012 11:33 AM, Alexander Yerenkow yeren...@gmail.com wrote:

Re: Binary packages for LibreOffice 3.5 or 3.4

2012-05-09 Thread Daniel Nebdal
with gcc42.)        Any ideas?                                Robert Huff Try with gmake instead? -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

Re: Binary packages for LibreOffice 3.5 or 3.4

2012-05-09 Thread Daniel Nebdal
On Wed, May 9, 2012 at 2:43 PM, Baptiste Daroussin b...@freebsd.org wrote: On Wed, May 09, 2012 at 07:59:15AM -0400, Robert Huff wrote: Daniel Nebdal writes:            In the case of gcc46, when I execute the previous six lines,   return to   /data/port-work/usr/ports/editors

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

2011-12-21 Thread Daniel Nebdal
, and we're definitely not stuck on an old version of that. It produces code with performance comparable to gcc today, and I doubt it'll fall horribly behind in the foreseeable future. -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list http

Re: SCHED_ULE should not be the default

2011-12-16 Thread Daniel Nebdal
://nebdal.net/sched/plot.html -- Daniel Nebdal Dep. of genetics, Oslo University Hospital ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr

Re: I am very confused and would appreciate some help on device renameing or on renumbering on current fstab.

2011-05-03 Thread Daniel Nebdal
/ad0/ada0/g and s/ad4/ada1/g . That said, my one ad to ada transition was on a ZFS-only system, which took the fstab editing out of it. I might be horribly wrong in some or all of the above. -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list

Re: `panic: run_interrupt_driven_config_hooks: waited too long' on HP DV8

2011-03-14 Thread Daniel Nebdal
possible that the disk reset failed, etc... What are my options for saving the output from failed boot other than handtyping it (no serial ports, no serial USB adapters)? None that I can think of :-( Well, there's always the digital camera / posting pictures solution... -- Daniel Nebdal

Re: why panic(9) ?

2011-01-13 Thread Daniel Nebdal
as possible, and to make diagnostics and later fixing easier. -- Daniel Nebdal ___ 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: sound config problem

2010-11-24 Thread Daniel Nebdal
simple things. Apologies if you've done this already. :) -- Daniel Nebdal ___ 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: aperf/mperf

2010-11-19 Thread Daniel Nebdal
, uhm ... maybe also offering a time-since-last-reset could be useful? -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr

Re: aperf/mperf

2010-11-18 Thread Daniel Nebdal
using an i5/i7 and their dynamic/automatic overclocking kicks in? As for what to do with it, it sounds like it would make sense as an alternate data source for powerd? -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org

Re: TTY task group scheduling

2010-11-18 Thread Daniel Nebdal
some suitable logic for scheduling based on task groups in their CFS scheduler. We would have to (re-)add that first, which is non-trivial. -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: libcompiler_rt now part of FreeBSD's base system [SEC=UNCLASSIFIED]

2010-11-16 Thread Daniel Nebdal
is that such a good thing ?  -Alex The main thing is that it's BSD-licensed instead of GPL, I believe. -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

Re: Is nvidia-driver 256.53 expected to work on -current?

2010-10-18 Thread Daniel Nebdal
for now. -- Daniel Nebdal ___ 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: Clang now builds world and kernel, on i386 and amd64

2010-09-29 Thread Daniel Nebdal
if it still works for me. If it matters, the process was buildworld with gcc, installworld, buildworld with clang, installworld. -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

Re: Building world with clang

2010-08-17 Thread Daniel Nebdal
as a bug ... For clarification, did you (Dimitry, that is) mean a) The paths are still there so they could resurface if some Makefile doesn't specify those flags , or b) they sometimes come into play even when using the appropriate flags? -- Daniel Nebdal

Re: Building world with clang

2010-08-17 Thread Daniel Nebdal
On Tue, Aug 17, 2010 at 3:47 PM, Dimitry Andric dimi...@andric.com wrote: On 2010-08-17 15:03, Daniel Nebdal wrote: However, a disadvantage is that the built-in search paths of the bootstrap compiler are not entirely disabled by using the -isysroot, -B and -L flags, ... For clarification

Re: [TESTING]: ClangBSD branch needs testing before the import to HEAD

2010-05-31 Thread Daniel Nebdal
, but it reminds me of how SCHED_ULE was available but mostly ignored until it was made default. -- Daniel Nebdal ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd