Re: ncurses /usr vs. /usr/local vs. undefined symbols

2024-06-18 Thread Bjoern A. Zeeb
On Tue, 18 Jun 2024, Moin Rahman wrote: On Jun 18, 2024, at 5:41 PM, Bjoern A. Zeeb wrote: Hi, I have no idea where to start but I know if I uninstall the ncruses port the problem goes away. I am trying to build a few packages on main/arm64 (from the last 24h) and this is like the 5th port

ncurses /usr vs. /usr/local vs. undefined symbols

2024-06-18 Thread Bjoern A. Zeeb
al/lib/libncurses.so.6 Something tells me something has changed but I don't even know where to start digging. I didn't see this the last time I did in March. Is this a src or a ports problem, ncurses or even linker? /bz -- Bjoern A. Zeeb r15:7

Re: 14.1-R rc.conf/ifconfig netmask issue was really hard to figure out

2024-06-12 Thread Bjoern A. Zeeb
On Wed, 12 Jun 2024, Bjoern A. Zeeb wrote: On Wed, 12 Jun 2024, Michael Gmelin wrote: On Wed, 12 Jun 2024 14:36:35 + "Poul-Henning Kamp" wrote: ---- Bjoern A. Zeeb writes: I had a machine with this line in /etc/rc.conf: ifconfig_bla0="192.168.87.11&qu

Re: 14.1-R rc.conf/ifconfig netmask issue was really hard to figure out

2024-06-12 Thread Bjoern A. Zeeb
On Wed, 12 Jun 2024, Michael Gmelin wrote: On Wed, 12 Jun 2024 14:36:35 + "Poul-Henning Kamp" wrote: ---- Bjoern A. Zeeb writes: I had a machine with this line in /etc/rc.conf: ifconfig_bla0="192.168.87.11" I found out the hard way, that this defau

Re: 14.1-R rc.conf/ifconfig netmask issue was really hard to figure out

2024-06-12 Thread Bjoern A. Zeeb
nel change from like two years(?) ago? Do you have a time window when this broke as that'll help people to bisect? -- Bjoern A. Zeeb r15:7

LOR so_snd_sx / nfs

2024-04-03 Thread Bjoern A. Zeeb
c+0x48 -- Bjoern A. Zeeb r15:7

install: /usr/libexec/kgdb exists but is not a directory

2024-02-16 Thread Bjoern A. Zeeb
2020 /usr/libexec/kgdb UPDATING should probably include that delete-old needs to be run at some point or the binary needs to be removed manually? /bz -- Bjoern A. Zeeb r15:7

Re: db> reset -> panic: acquiring blockable sleep lock with spinlock or critical section held ...

2023-11-20 Thread Bjoern A. Zeeb
On Mon, 20 Nov 2023, Mitchell Horne wrote: Hi Mitchell, On 11/16/23 18:21, Bjoern A. Zeeb wrote: Hi, I seem to remember changes related to that a while ago but my cache is miss for the actual change.  Are we suppoed to handle this case? It would be nice if "reset" would reset

db> reset -> panic: acquiring blockable sleep lock with spinlock or critical section held ...

2023-11-16 Thread Bjoern A. Zeeb
Power Domain Map: -- Bjoern A. Zeeb r15:7

ld: error: unable to find library -lprivateatf-c

2023-10-07 Thread Bjoern A. Zeeb
--- *** [init_test.full] Error code 1 make[7]: stopped in /usr/src/lib/csu/tests/dynamic .. .. .. Build host is aarch64 14.0-ALPHA2 something... -- Bjoern A. Zeeb r15:7

Re: crashinfo fails on 'version'

2023-10-02 Thread Bjoern A. Zeeb
On Fri, 29 Sep 2023, Bjoern A. Zeeb wrote: On Fri, 29 Sep 2023, Warner Losh wrote: On Fri, Sep 29, 2023, 3:56 PM Bjoern A. Zeeb wrote: Hi, saveinfo wrote a good core, but crashinfo bails on it: 'version' has unknown type; cast it to its declared type 'version' has u

Re: crashinfo fails on 'version'

2023-09-29 Thread Bjoern A. Zeeb
On Fri, 29 Sep 2023, Warner Losh wrote: On Fri, Sep 29, 2023, 3:56 PM Bjoern A. Zeeb wrote: Hi, saveinfo wrote a good core, but crashinfo bails on it: 'version' has unknown type; cast it to its declared type 'version' has unknown type; cast it to its declared type Una

crashinfo fails on 'version'

2023-09-29 Thread Bjoern A. Zeeb
Hi, saveinfo wrote a good core, but crashinfo bails on it: 'version' has unknown type; cast it to its declared type 'version' has unknown type; cast it to its declared type Unable to find matching kernel for /var/crash/vmcore.1 I've got gdb-13.1_3 installed. Anyone a

Re: kernel trap 12 .. cam_periph_release_locked_buses() panics under panic?

2023-09-11 Thread Bjoern A. Zeeb
s the lkpi_sta_auth_to_scan() panic. On Mon, Sep 11, 2023, 7:47 AM Bjoern A. Zeeb wrote: Hi, had a kernel hitting an alll-to-known wifi issue and panic (I was actually happy I could reproduce) and then the screen kept scrolling for a while panicing all over again and ddb was unusable (not so

kernel trap 12 .. cam_periph_release_locked_buses() panics under panic?

2023-09-11 Thread Bjoern A. Zeeb
() at cam_periph_release_locked_buses+0x43/frame 0xfe00907fa4a0 kernel trap 12 with interrupts disabled ... -- Bjoern A. Zeeb r15:7

Re: __cxa_thread_call_dtors: dtr 0x........ from unloaded dso, skipping

2023-06-26 Thread Bjoern A. Zeeb
On Mon, 26 Jun 2023, Dimitry Andric wrote: On 26 Jun 2023, at 17:00, Bjoern A. Zeeb wrote: while building world and current I see a lot of: __cxa_thread_call_dtors: dtr 0x.. from unloaded dso, skipping Can anyone shed light on that? You need (thanks to Kostik): https

__cxa_thread_call_dtors: dtr 0x........ from unloaded dso, skipping

2023-06-26 Thread Bjoern A. Zeeb
Hi, while building world and current I see a lot of: __cxa_thread_call_dtors: dtr 0x.. from unloaded dso, skipping Can anyone shed light on that? /bz -- Bjoern A. Zeeb r15:7

Re: RFC: nfsd in a vnet jail

2022-12-19 Thread Bjoern A. Zeeb
s currently wrapped in a macro called NFSD_VNET(), so the change is pretty easy to do by just re-writing this macro. -- Bjoern A. Zeeb r15:7

Re: RFC: nfsd in a vnet jail

2022-11-27 Thread Bjoern A. Zeeb
way too big one day? -- there's probably a lot other fish still to fry though some of that has been burnt in the past already). I think I have another email or two on the subject (possibly privately); sorry Rick that I haven't gotten to them more timely. I'll have a look lat

Realtek rtw89 - in main - help request (fwd)

2022-09-09 Thread Bjoern A. Zeeb
Hi, I figured not all may follow freebsd-wireless so forwarding here. Please follow-up on freebsd-wireless or with me if possible. Lots of joy, /bz -- Bjoern A. Zeeb r15:7 -- Forwarded message -- Date: Fri, 9 Sep 2022 16:49

Re: init (/rescue/sh) died

2022-08-22 Thread Bjoern A. Zeeb
On Mon, 22 Aug 2022, Warner Losh wrote: Hi, On Mon, Aug 22, 2022 at 9:17 AM Konstantin Belousov wrote: On Mon, Aug 22, 2022 at 02:56:47PM +, Bjoern A. Zeeb wrote: Hi, I am trying to get some arm64 up and running a bit but cannot use loader. I have an MD_ROOT embedded in the kernel

init (/rescue/sh) died

2022-08-22 Thread Bjoern A. Zeeb
ut my init! Anyone any ideas? /bz -- Bjoern A. Zeeb r15:7

Re: [iwlwifi] ipv6 connection problem

2022-08-07 Thread Bjoern A. Zeeb
/rc.conf which will log to syslog instead of the debug file but it'll increase debugging a lot (and warning, it may also log keying material). Bjoern -- Bjoern A. Zeeb r15:7

Re: iwlwifi fails to load @b07a48d4f3a1

2022-07-30 Thread Bjoern A. Zeeb
On Sat, 30 Jul 2022, Bjoern A. Zeeb wrote: On Fri, 29 Jul 2022, Nuno Teixeira wrote: Correction, it include old dmesg messages: link_elf_obj: symbol linuxkpi_cfg80211_bss_flush undefined linker_load_file: /boot/kernel/if_iwlwifi.ko - unsupported file type Whooops. Sorry. I'll fix th

Re: iwlwifi fails to load @b07a48d4f3a1

2022-07-30 Thread Bjoern A. Zeeb
351 iwlwifi0: Detected RF HR B3, rfid=0x10a100 iwlwifi0: base HW address: 6c:6a:77:df:09:21 linker_load_file: /boot/kernel/if_iwlwifi.ko - unsupported file type --- Cheers, Nuno Teixeira -- Bjoern A. Zeeb r15:7

Re: loader_4th.efi broke?

2022-05-20 Thread Bjoern A. Zeeb
On Fri, 20 May 2022, Emmanuel Vadot wrote: See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264021 It was bisected to the latest llvm update, I haven't digged yet. Thanks a lot manu for pointing to this; hadn't seen it yet. Happy weekend, Bjoern -- Bjoe

Re: loader_4th.efi broke?

2022-05-20 Thread Bjoern A. Zeeb
On Fri, 20 May 2022, Toomas Soome wrote: On 20. May 2022, at 20:00, Bjoern A. Zeeb wrote: Hi, something between 255692.f70de61e567df59bceb2d18c8bc1b54943a7466b and 255723.b3fa36efe797445cb0b4fd26d79226836db2a2b3 made loader_4th.efi go all "failed to allocate st

Re: EFI framebuffer information, then nothing: GENERIC-NODEBUG

2022-05-20 Thread Bjoern A. Zeeb
had to set console="comconsole" in loader as "efi" seemed to hang. I don't think I ever dug into that. Worth a try? Would be another data point to narrow this down. -- Bjoern A. Zeeb r15:7

loader_4th.efi broke?

2022-05-20 Thread Bjoern A. Zeeb
ase system compile may have changed in that time. I haven't dug into yet. Is anyone else seeing this? /bz -- Bjoern A. Zeeb r15:7

Re: DHCPDv6 in non-vnet jail

2022-03-27 Thread Bjoern A. Zeeb
On 26 Mar 2022, at 22:29, Goran Mekić wrote: Hello, I'm trying to run isc-dhcpd6 service inside a non-vnet jail without success. I already have isc-dhcpd in the same jail working, so I hoped v6 is similar enough for it not to require anything special, and I'm obviously wrong, as running the sam

ktrace on NFSroot failing?

2022-03-10 Thread Bjoern A. Zeeb
Hi, I am having a weird issue with ktrace on an nfsroot machine: root:/tmp # ktrace sleep 1 root:/tmp # kdump -559038242 Events dropped. kdump: bogus length 0xdeadc0de Anyone seen something like this before? -- Bjoern A. Zeeb r15:7

Re: pxeboot binary is too big on FreeBSD (>640KBytes)

2022-02-21 Thread Bjoern A. Zeeb
On 21 Feb 2022, at 7:43, Hans Petter Selasky wrote: FYI: After a lot of digging trying everything, I found that the pxeboot and loader.efi was too big simply due to ZFS support. So I did this after buildworld: cd /usr/src/stand make WITHOUT_LOADER_ZFS=YES clean make WITHOUT_LOADER_ZFS=YES a

Re: make cleandiry tries to access /lib/geom

2021-12-04 Thread Bjoern A. Zeeb
On Wed, 24 Nov 2021, Warner Losh wrote: On Wed, Nov 24, 2021 at 9:52 AM John Baldwin wrote: On 11/24/21 3:30 AM, Bjoern A. Zeeb wrote: Hi, 673 ===> usr.bin/diff/tests (cleandir) 674 ===> lib/geom (cleandir) 675 ===> sbin/mount_udf (cleandir) 676 make[6

Re: make cleandir tries to access /...

2021-11-24 Thread Bjoern A. Zeeb
On Wed, 24 Nov 2021, Bjoern A. Zeeb wrote: Hi, 673 ===> usr.bin/diff/tests (cleandir) 674 ===> lib/geom (cleandir) 675 ===> sbin/mount_udf (cleandir) 676 make[6] warning: /lib/geom: Permission denied. not sure what is going on here? 677 ===> share/i18n/e

make cleandiry tries to access /lib/geom

2021-11-24 Thread Bjoern A. Zeeb
ts/sys/cddl/zfs/tests/cli_root/zfs_clone (cleandir) -- Bjoern A. Zeeb r15:7

Re: LAN ure interface problem

2021-10-23 Thread Bjoern A. Zeeb
On 22 Oct 2021, at 14:00, Ludovit Koren wrote: Hi, I have installed FreeBSD 14.0-CURRENT #1 main-n250134-225639e7db6-dirty on my notebook HP EliteBook 830 G7 and I am using RealTek usb LAN interface: ure0 on uhub0 ure0: on usbus1 miibus0: on ure0 rgephy0: PHY 0 on miibus0 rgephy0: OUI 0

BTX halted (pxeboot)

2021-09-27 Thread Bjoern A. Zeeb
1a 00 00 00 00 00 00 00-1a 00 00 00 41 1a 03 00 BTX halted -- Bjoern A. Zeeb r15:7

Re: Wi-Fi: HP ZBook 17 G2

2021-07-24 Thread Bjoern A. Zeeb
On 24 Jul 2021, at 0:15, Rozhuk Ivan wrote: On Fri, 23 Jul 2021 19:26:02 +0100 Graham Perrin wrote: According to , iwm(4) should work. If your CPU can run byhive - do not waste time, install OpenWRT and let it be your WiFi driver: Which as

Re: Correct net80211 channel flag.

2021-04-02 Thread Bjoern A. Zeeb
On 2 Apr 2021, at 6:44, Adrian Chadd wrote: I've got this in my local tree now. That’s not a good idea? I have a note to go dig up which draft I yanked this from and update it with reference to the draft and the current spec. Thanks for pointing this out! Aehm, am I missing something but

Re: Updating current i386 broke rc* [not wlan0]...

2020-12-11 Thread Bjoern A. Zeeb
On 11 Dec 2020, at 14:12, Jeffrey Bouquet wrote: Longtime BSD current user, due to several constraints I had to update from a recent dec 10 image in a quasi-piecemeal fashion. Fixed all issues [ I think ] From 11-Current to 13-Current except It seems you didn’t prorperly merge /etc; are yo

Re: svn.freebsd.org

2020-11-11 Thread Bjoern A. Zeeb
On 11 Nov 2020, at 18:47, Yasuhiro KIMURA wrote: From: Cy Schubert Subject: svn.freebsd.org Date: Wed, 11 Nov 2020 10:20:55 -0800 I've noticed that svn.freebsd.org has been lagging with commits from repo.freebsd.org. Is this a change or is there something broken? (I use svn.freebsd.org as t

Re: DISTDIR name collision...

2020-11-05 Thread Bjoern A. Zeeb
On 6 Nov 2020, at 0:13, John-Mark Gurney wrote: I just discovered that we have a variable name colission between the FreeBSD base repo, and the ports tree. DISTDIR is used by the ports repo for: # DISTDIR - Where to search for and store copies of original sources But DISTDIR is als

Re: Status of SDIO

2020-10-17 Thread Bjoern A. Zeeb
On 17 Oct 2020, at 6:08, ykla wrote: SDIO is used in raspberry pi. Rpi WiFi network needs SDIO drivers. But WIKI that about SDIO is not update for a long time. https://wiki.freebsd.org/SDIO So what's status of SDIO development? And maybe WIFI works well in raspberry pi? SDIO went in and

Re: svn commit: r365419 - in head/sys/dev: ath bwi iwm iwn mwl otus usb/wlan wtap

2020-09-11 Thread Bjoern A. Zeeb
On 11 Sep 2020, at 14:02, Tomoaki AOKI wrote: On Thu, 10 Sep 2020 10:22:05 + "Bjoern A. Zeeb" wrote: On 9 Sep 2020, at 22:41, Tomoaki AOKI wrote: This breaks at least iwm. (Other drivers not tested.) Messages below are repeatedly shown and no carrier detected. Manually reve

Re: svn commit: r365419 - in head/sys/dev: ath bwi iwm iwn mwl otus usb/wlan wtap

2020-09-10 Thread Bjoern A. Zeeb
On 9 Sep 2020, at 22:41, Tomoaki AOKI wrote: This breaks at least iwm. (Other drivers not tested.) Messages below are repeatedly shown and no carrier detected. Manually reverting this commit fixes the issue. iwm0: failed to send antennas before calibration: 35 iwm_run_init_ucode: failed 35 iwm

Re: loading modules from loader | KLD file ... could not finalize loading

2020-08-29 Thread Bjoern A. Zeeb
On 29 Aug 2020, at 0:16, Bjoern A. Zeeb wrote: Hi, I’ve been seeing on both i386 and arm64 builds where I tested that loading modules from loader will then fail by the kernel link in certain situations. I’ve created an i386 example where I do load a few modules from loader to show what I

loading modules from loader | KLD file ... could not finalize loading

2020-08-28 Thread Bjoern A. Zeeb
Hi, I’ve been seeing on both i386 and arm64 builds where I tested that loading modules from loader will then fail by the kernel link in certain situations. I’ve created an i386 example where I do load a few modules from loader to show what I think the problem is. You may notice in the examp

Re: Strange USB loop

2020-08-24 Thread Bjoern A. Zeeb
On 24 Aug 2020, at 16:37, bob prohaska wrote: > After updating to > FreeBSD 13.0-CURRENT (GENERIC) #5 r364475: Mon Aug 24 06:47:29 PDT 2020 > on a Pi3 it was necessary to disconnect the mouse, keyboard and usb-serial > adapter to allow the machine to mount root from USB via a hub. > > Once the mac

Re: somewhat reproducable vimage panic

2020-07-23 Thread Bjoern A. Zeeb
On 23 Jul 2020, at 9:02, Kristof Provost wrote: On 23 Jul 2020, at 11:00, Bjoern A. Zeeb wrote: On 23 Jul 2020, at 8:09, Kristof Provost wrote: On 23 Jul 2020, at 9:19, Kristof Provost wrote: On 23 Jul 2020, at 0:15, John-Mark Gurney wrote: So, it's pretty easy to trigger, just att

Re: somewhat reproducable vimage panic

2020-07-23 Thread Bjoern A. Zeeb
On 23 Jul 2020, at 8:09, Kristof Provost wrote: On 23 Jul 2020, at 9:19, Kristof Provost wrote: On 23 Jul 2020, at 0:15, John-Mark Gurney wrote: So, it's pretty easy to trigger, just attach a couple USB ethernet adapters, in my case, they were ure, but likely any two spare ethernet interface

Re: somewhat reproducable vimage panic

2020-07-22 Thread Bjoern A. Zeeb
On 22 Jul 2020, at 19:34, John-Mark Gurney wrote: John-Mark Gurney wrote this message on Tue, Jul 21, 2020 at 23:05 -0700: Peter Libassi wrote this message on Wed, Jul 22, 2020 at 06:54 +0200: Is this related to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234985

Re: Early heads-up: plan to remove local patches for TCP Wrappers support in sshd

2020-02-15 Thread Bjoern A. Zeeb
On 14 Feb 2020, at 18:18, Ed Maste wrote: Hi Ed, Although the specific deprecation steps aren't yet fleshed out I'm sending this as an early notice that I plan to disable libwrap support from the base system sshd and that FreeBSD 13 will not support it. I’ll be sad to run inetd again on syste

Re: USB causing boot to hang

2019-12-06 Thread Bjoern A. Zeeb
On 6 Dec 2019, at 20:23, Steve Kargl wrote: I updates /usr/src to r355452, and updated by kernel and world. Upon rebooting, verbose boot messages susgests the system is hanging when USB starts to attach. With the 3-week kernel verbose boot shows: ... pcm4: at nid 30 on hdaa1 pcm4: Playback:

various VM panics (arm64) / hangs after init (arm64/x86)

2019-11-28 Thread Bjoern A. Zeeb
Hi, over the last days both on x86 as well as on arm64 I had various strange “hangs” or panics. I’ll try to find svn revisions which do compile and try and see if I can do a bit of bisect (the first two attempts did not compile; should try the CI system). Given it is all new setups from the

Re: ThinkPad: reboots after successful shutdown -p

2019-11-18 Thread Bjoern A. Zeeb
On 18 Nov 2019, at 7:14, Xin Li wrote: Hi, I recently noticed that if I do a 'shutdown -p' from -CURRENT, the system would shut down and seemingly powered off, then it would restart after about 5-10 seconds. Interesting. I have the opposite problem that a reboot does a shutdown but never r

fsync: giving up on dirty, umount -f fails

2019-10-24 Thread Bjoern A. Zeeb
Hi, I am archiving some old disks and while trying to umount [-f] them I am getting errors and I basically cannot get rid of the mount anymore without rebooting. This is on a HEAD from mid-end-August (around r351518M). Given there is a lot of work going on at the moment to deal with “disks

Re: wlan can't discover known networks after relocating

2019-09-19 Thread Bjoern A. Zeeb
On 19 Sep 2019, at 12:28, Tom Jones wrote: Hi, freebsd-wireless might be a better list for all this .. On Tue, Sep 17, 2019 at 04:36:28PM +, Poul-Henning Kamp wrote: In message <707bcd3f-fa6b-82eb-fa8f-09c4b800f...@freebsd.org>, Johannes Lundber g writes: For a long time now

Re: sys/modules/sdio broken in .svn_revision 348842 'opt_cam.h' not found

2019-06-17 Thread Bjoern A. Zeeb
On 17 Jun 2019, at 10:37, Mark Linimon wrote: On Mon, Jun 17, 2019 at 11:41:03AM +0200, Julian H. Stacey wrote: svn_revision 348842 [ ...] /usr/src/sys/modules/sdio/../../dev/sdio/sdiob.c:68:10: fatal error: 'opt_cam.h' file not found #include "opt_cam.h" ^~~ 1 error ge

Re: what do jails map 127.0.0.1 to?

2019-02-12 Thread Bjoern A. Zeeb
On 11 Feb 2019, at 0:50, Rick Macklem wrote: I am finally back to looking at an old PR#205193. The problem is that the nfsuserd daemon expects upcalls from the kernel that are from localhost (127.0.0.1) and when jails are running on the system, 127.0.0.1 is mapped to some other IP#. (I think

Re: icmp (IPv4) issues with VIMAGE JAILs and IPv6

2019-01-28 Thread Bjoern A. Zeeb
On 28 Jan 2019, at 12:44, O. Hartmann wrote: I ran into severe problems on CURRENT ( FreeBSD 13.0-CURRENT #193 r343521: Mon Jan 28 10:26:36 CET 2019 amd64), VIMAGE enabled host with jails utilizing IPv6. and you forget to mention in the subject that it seems to be an ipfw problem and thus m

Re: ipv6/ppp: FreeBSD obtains linklocal on tun0 only

2018-11-30 Thread Bjoern A. Zeeb
On 30 Nov 2018, at 15:59, Christoph Moench-Tegeder wrote: > ## O. Hartmann (ohartm...@walstatt.org): > >> As far as I know, with the IPv4 stack a IPv4 address is obtained >> automatically, so I would expect the same for IPv6. > > The fun with "automatically" is that there's more than one way... >

Re: Devd / devmatch(8) -- netif race 12-RC1

2018-11-20 Thread Bjoern A. Zeeb
On 20 Nov 2018, at 8:17, dan_parte...@rdsor.ro wrote: No, that's not what's happening. wlan0 isn't racing anything, because it's no longer listed in ifconfig But when is created lagg0 ? Acording rc output on screen , creation of cloned interface lagg0 takes place before wlan0 is created. The

Re: 12.0-BETA1 vnet with pf firewall

2018-11-02 Thread Bjoern A. Zeeb
On 28 Oct 2018, at 22:07, Marek Zarychta wrote: Some time ago I submitted a PR about this, but I was unaware that the case of failure during loading ipsec.ko is caused by the presence of already loaded pf.ko https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228854 This bug and the current re

Re: 12.0-BETA1 vnet with pf firewall

2018-10-30 Thread Bjoern A. Zeeb
On 30 Oct 2018, at 14:14, Rodney W. Grimes wrote: On 30 Oct 2018, at 14:29, Bjoern A. Zeeb wrote: On 30 Oct 2018, at 12:23, Kristof Provost wrote: I?m not too familiar with this part of the vnet code, but it looks to me like we?ve got more per-vnet variables that was originally anticipated

Re: 12.0-BETA1 vnet with pf firewall

2018-10-30 Thread Bjoern A. Zeeb
On 30 Oct 2018, at 12:23, Kristof Provost wrote: On 29 Oct 2018, at 4:41, Kristof Provost wrote: So we panic because we dereference a NULL pointer in strncmp(), which happens because nprogtab = 13 but ef->progtab[12] has NULL pointers. I cannot reproduce your panic trying to load both pf, and

Re: 12.0-BETA1 vnet with pf firewall

2018-10-28 Thread Bjoern A. Zeeb
On 28 Oct 2018, at 15:31, Ernie Luzar wrote: Tested with host running ipfilter and vnet running pf. Tried loading pf from host console or from vnet console using kldload pf.ko command and get this error message; linker_load_file: /boot/kernel/pf.ko-unsupported file type. Looks like the 12.0

Re: IPv6 for local_unbound?

2018-09-24 Thread Bjoern A. Zeeb
On 23 Sep 2018, at 22:10, David P. Discher wrote: I say yes, especially if we wish to support a IPv6 only system at some point in the future … which seemed to be a “think” of the few major IPv6 advocates in the industry. I guess best practice, this should suck in rc.* config files, and use v

Re: Loading carp module crash i386 (12-ALPHA2), seems VNET related

2018-08-21 Thread Bjoern A. Zeeb
On 21 Aug 2018, at 12:31, Olivier Cochard-Labbé wrote: On Tue, Aug 21, 2018 at 11:29 AM Marko Zec wrote: On Mon, 20 Aug 2018 16:26:29 +0200 Olivier Cochard-Labbé wrote: Just loading carp kernel module is enough to panic it: [root@router]~# uname -a FreeBSD router.bsdrp.net 12.0-ALPHA2 Fre

Re: EFI booting from external USB pen drive

2018-07-06 Thread Bjoern A. Zeeb
On 6 Jul 2018, at 6:34, Emmanuel Vadot wrote: FAT12 can work with all EFI implementation, the problem is the size of the FAT12 part that sometimes causes problems. Ok, now that we are all on the same page, changing it to newfs_msdos -F 32 did not make a change to my problem of the boot menu

Re: EFI booting from external USB pen drive

2018-07-05 Thread Bjoern A. Zeeb
On 5 Jul 2018, at 18:18, Rodney W. Grimes wrote: [ Charset UTF-8 unsupported, converting... ] On 5 Jul 2018, at 17:19, Warner Losh wrote: FAT12 isn't good for UEFI. Use FAT16 or FAT32. We use it for the default image we built and the wiki suggests it as well at https://wiki.freebsd.org/UEFI

Re: EFI booting from external USB pen drive

2018-07-05 Thread Bjoern A. Zeeb
On 5 Jul 2018, at 17:19, Warner Losh wrote: FAT12 isn't good for UEFI. Use FAT16 or FAT32. We use it for the default image we built and the wiki suggests it as well at https://wiki.freebsd.org/UEFI#CD.2FDVD_Boot_under_UEFI I wonder where this “default” came from? /bz

EFI booting from external USB pen drive

2018-07-05 Thread Bjoern A. Zeeb
Hi, while I can boot memstick images just fine (which are created using makefs/mkimg), doing the same thing using gpart/newfs_msdos -F 12/.. I am not able to get anything that boots. On a Thinkpad (secure boot is off) from the “boot device chooser from ‘BIOS’” I get a quick blank screen and

Re: VIMAGE: vnet, epair and lots of jails on bridgeX - routing

2018-02-09 Thread Bjoern A. Zeeb
On 9 Feb 2018, at 16:22, O. Hartmann wrote: Am Thu, 8 Feb 2018 09:31:15 +0100 "O. Hartmann" schrieb: Is this problem to trivial? I read through it yesterday and found myself in the position that I need a whiteboard or paper and pencil or an ASCII art of your situation. But by the time I m

Re: cannot access pass device from within jail

2017-12-17 Thread Bjoern A. Zeeb
On 17 Dec 2017, at 19:52, Dan Langille wrote: Hello, What suggestions do you have for where I should look next? I'm happy to start installing various builds of FreeBSD in order to track down which commit caused this. I'm trying to access a tape library from within a jail running on a FreeB

gnu/dtc files generated under src/ rather than obj?

2017-10-11 Thread Bjoern A. Zeeb
Hi, having done a make universe on an amd64 machine I have these files created in my source tree. Should they go into the OBJ tree instead? ? gnu/usr.bin/dtc/.depend ? gnu/usr.bin/dtc/dtc ? gnu/usr.bin/dtc/dtc-lexer.lex.c ? gnu/usr.bin/dtc/dtc-parser.tab.c ? gnu

dtc files in gnu/usr.bin

2017-07-02 Thread Bjoern A. Zeeb
Hi, at the end of a universe run I have the following files in my src tree which don’t belong there: ? gnu/usr.bin/dtc/.depend ? gnu/usr.bin/dtc/dtc ? gnu/usr.bin/dtc/dtc-lexer.lex.c ? gnu/usr.bin/dtc/dtc-parser.tab.c ? gnu/usr.bin/dtc/dtc-parser.tab.h ? gnu

Re: VNET branch destiny

2017-04-10 Thread Bjoern A. Zeeb
On 10 Apr 2017, at 20:59, peter.b...@bsd4all.org wrote: No problem. Although pf is not used the vnet_destroy seems to be the issue. Some parts are not virtualized and the vnet_destroy->vnet_pf_uninit teardown happens on the host vnet so to speak. The base system VNET is not shutdown; it nev

Re: VNET branch destiny

2017-03-31 Thread Bjoern A. Zeeb
On 31 Mar 2017, at 13:57, Pavel Timofeev wrote: Hello, dear freebsd-current@! There was FreeBSD Foundation report back in 2016Q2 where it told us about VNET (VIMAGE) update project sponsored by foundation. What is the current situation? Is it committed into base? If not what's the plan? Chang

Re: [RFC/RFT] projects/ipsec

2017-01-09 Thread Bjoern A. Zeeb
On 27 Dec 2016, at 10:18, Andrey V. Elsukov wrote: So, if there will no objection, I'll merge projects/ipsec into head/ within two weeks. I still keep seeing almost daily changes to the branch and am having a hard time to convince myself to do a proper review that way. I would very much pre

Request for VIMAGE testing in 11.0-ALPHA6 and later

2016-06-30 Thread Bjoern A. Zeeb
w. If you find problems please file a bug report and make sure to set "vimage" in the Keywords field but feel also free to post to freebsd-virtualisation@ which I'll be monitoring. Thanks a lot to everyone! Bjoern -- Bjoern A. Zeeb

Re: Fatal trap 12

2016-06-23 Thread Bjoern A. Zeeb
Hi, can you try checking out svn://svn.freebsd.org/base/projects/vnet and see if a kernel from there works better? It contains further pf/pflog/pfsync changes; mostly for VIMAGE which will go into head the next days. Thanks /bz ___ freebsd-curre

Re: head is broken after recent sys_pipe changes

2016-06-22 Thread Bjoern A. Zeeb
Hi, On 23 Jun 2016, at 5:54, Kurt Lidl wrote: On 6/23/16 12:46 AM, Kurt Lidl wrote: On 6/23/16 12:45 AM, Glen Barber wrote: On Thu, Jun 23, 2016 at 04:44:06AM +, Glen Barber wrote: On Thu, Jun 23, 2016 at 12:42:20AM -0400, Kurt Lidl wrote: As of this commit: r302106 | adrian | 2016-06-

Re: Fatal trap 12

2016-06-22 Thread Bjoern A. Zeeb
On 22 Jun 2016, at 17:56, Ivan Klymenko wrote: On Wed, 22 Jun 2016 20:45:26 +0300 Ivan Klymenko wrote: On Wed, 22 Jun 2016 20:36:36 +0300 Ivan Klymenko wrote: Hello. After update from r302000 to r302083 i have panic http://i.imgur.com/YfvvhdS.png Thanks. Sorry, the first time discovered

Re: 11.0-ALPHA4 and VIMAGE

2016-06-20 Thread Bjoern A. Zeeb
Hi, On 20 Jun 2016, at 15:37, Ernie Luzar wrote: Hello list; I have installed 11.0-ALPHA4-i386-20160617-r301975 to test VIMAGE. I have read previous list posts saying vimage was going to be part of the base system in 11.0. When I configure a jail with vnet I get a error typical of vimage not

Re: Build failed in Jenkins: FreeBSD_HEAD_sparc64 #86

2016-06-18 Thread Bjoern A. Zeeb
On 18 Jun 2016, at 13:29, Konstantin Belousov wrote: On Sat, Jun 18, 2016 at 12:05:26PM +, jenkins-ad...@freebsd.org wrote: cc1: warnings being treated as errors /builds/workspace/FreeBSD_HEAD_sparc64/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c: In function 'dnlc_reduce_cach

Re: panic with tcp timers

2016-06-17 Thread Bjoern A. Zeeb
On 17 Jun 2016, at 4:53, Gleb Smirnoff wrote: Hi! At Netflix we are observing a race in TCP timers with head. The problem is a regression, that doesn't happen on stable/10. The panic usually happens after several hours at 55 Gbit/s of traffic. What happens is that tcp_timer_keep finds t_tc

Re: riscv buildkernel error

2016-05-18 Thread Bjoern A. Zeeb
> On 18 May 2016, at 22:40 , Shawn Webb wrote: > >> On May 17, 2016, at 4:47 PM, Shawn Webb wrote: >> >> Hey All, >> >> I’m getting this error when doing a buildkernel for RISC-V on the latest >> HEAD: >> >> === Begin Log === >> In file included from /usr/src/sys/riscv/riscv/genassym.c:44:0

Re: Lock order reversal errors during boot

2016-05-16 Thread Bjoern A. Zeeb
> On 15 May 2016, at 07:44 , Kurt Jaeger wrote: > > Hi! > >> I am seeing 'lock order reversal' errors during boot on 11-CURRENT - >> r298793. A sample error: >> >> lock order reversal: >> 1st 0xf8011280d068 ufs (ufs) @ /usr/src/sys/kern/vfs_subr.c:2498 >> 2nd 0xfe01ca539400 bufwait

Re: Update to 11.0-RELEASE Schedule

2016-04-15 Thread Bjoern A. Zeeb
> On 15 Apr 2016, at 15:32 , Sami Halabi wrote: > > Hi, > Myabe i missed something... what isbthe work about? is it about stabilizimg > current viamge or something else? Yes more stable top-down-teardown and reducing the possible memory leaks. /bz __

Re: Update to 11.0-RELEASE Schedule

2016-04-15 Thread Bjoern A. Zeeb
> On 15 Apr 2016, at 13:49 , Ernie Luzar wrote: > > Is the VIMAGE revamp by "Bjoern A. Zeeb” completed and is it going to be > included in 11.0? It’s not completed yet but I’ll try to make sure as much as possible will be in HEAD before the code sl

Re: panic "wlock already held" when changing ipv6 default route

2016-03-25 Thread Bjoern A. Zeeb
On Fri, 25 Mar 2016, Guy Yur wrote: Hi, When changing the ipv6 default route I get a panic on wlock already held. Could be related to r293424 lock changes, haven't checked an older version yet. route add -inet6 default fe80::7 route change -inet6 default fe80::7 Hmm undependent of the bug th

Re: RCTL and VIMAGE for 11.0-RELEASE

2016-01-23 Thread Bjoern A. Zeeb
> On 23 Jan 2016, at 06:41 , Ernie Luzar wrote: > > Bjoern A. Zeeb wrote: >>> On 24 Aug 2015, at 19:08 , Mark Felder wrote: >>> >>> What is preventing RCTL from being enabled right now? Any known/serious >>> blockers? >> It’s enabled in GENE

panic: softclock_call_cc: act 0xfffffe0003d36958 0

2015-12-30 Thread Bjoern A. Zeeb
Hi, I am at SVN r292843 and I just got this panic: panic: softclock_call_cc: act 0xfe0003d36958 0 cpuid = 0 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfe0839d897f0 vpanic() at vpanic+0x182/frame 0xfe0839d89870 kassert_panic() at kassert_panic+0

Re: OpenSSH HPN

2015-11-11 Thread Bjoern A. Zeeb
> On 11 Nov 2015, at 16:53 , Bryan Drewery wrote: > > On 11/11/2015 8:51 AM, Dag-Erling Smørgrav wrote: >> Bryan Drewery writes: >>> Another thing that I did with the port was restore the tcpwrapper >>> support that upstream removed. Again, if we decide it is not worth >>> keeping in base I wil

Build Options Survey run

2015-11-03 Thread Bjoern A. Zeeb
Hi, phk had asked me to run a build options survey again. It took about two weeks to go through all of them. The results are here: https://people.freebsd.org/~bz/build_option_survey_20151017/ There are plans to run it more often again and improve it a bit. No promises on the actual timeline

Re: RCTL and VIMAGE for 11.0-RELEASE

2015-08-24 Thread Bjoern A. Zeeb
> On 24 Aug 2015, at 19:08 , Mark Felder wrote: > > What is preventing RCTL from being enabled right now? Any known/serious > blockers? It’s enabled in GENERIC. > And the same for VIMAGE? I know there were issues with some firewalls, > but I'm not sure where that stands today. Does it degrade

Re: powerpc and powerpc64 builds broken

2015-06-28 Thread Bjoern A. Zeeb
> > No, the problem remains. I have not see this problem in my endless tinderbox run; I know the crossbuilds succeeded with r284913. — Bjoern A. Zeeb Charles Haddon Spurgeon: "Friendship is one of the sweetest joys of life. Many might have failed beneath the b

make targets broken?

2015-06-16 Thread Bjoern A. Zeeb
Hi, I am puzzled by this: head-scratch.svn]$ make targets `targets’ is up to date. I would expect a list of TARGET/TARGET_ARCH pairs. /bz ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubsc

Re: ping not working after upgrading to -CURRENT

2015-05-01 Thread Bjoern A. Zeeb
tructions >> here: > > FWIW, I'm seeing the same thing with a fresh CURRENT (r282296). Should be fixed in r282298. — Bjoern A. Zeeb Charles Haddon Spurgeon: "Friendship is one of the sweetest joys of life. Many might have failed beneath the

Re: "*** [kernel.debug] Error code 139"?

2015-01-08 Thread Bjoern A. Zeeb
> On 08 Jan 2015, at 18:46 , Mark Johnston wrote: > > On Thu, Jan 08, 2015 at 07:27:10PM +0100, Dimitry Andric wrote: >> On 08 Jan 2015, at 16:24, Mark Johnston wrote: >>> >>> On Thu, Jan 08, 2015 at 02:06:16PM +, Bjoern A. Zeeb wrote: >> ... >&

  1   2   3   >