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

2025-02-10 Thread Bjoern A. Zeeb
On Tue, 11 Feb 2025, Konstantin Belousov wrote: __cxa_thread_call_dtors: dtr 0xe67c10 from unloaded dso, skipping ... Your linker is old. I believe this should cure itself after the upgrade is done. I am long past installworld and installkerel and reboot; and am compiling a next kernel. I

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

2025-02-10 Thread Bjoern A. Zeeb
On Mon, 26 Jun 2023, Dimitry Andric wrote: On 26 Jun 2023, at 17:29, Bjoern A. Zeeb wrote: 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

Re: make installkernel: failure: install: /usr/lib/debug/boot/kernel: No such file or directory

2025-02-08 Thread A FreeBSD User
en solved with git: 2be8b121bf82 - main - mtw(4) remove misplaced DEBUG_FLAGS > > > > Van: A FreeBSD User > Datum: 7 februari 2025 17:12 > Aan: Ronald Klop > CC: FreeBSD CURRENT > Onderwerp: Re: make installkernel: failure: install: > /usr/lib/d

Re: make installkernel: failure: install: /usr/lib/debug/boot/kernel: No such file or directory

2025-02-07 Thread A FreeBSD User
Am Fri, 7 Feb 2025 17:18:50 +0100 (CET) Ronald Klop schrieb: > Well. This if_mtw code is pretty new: > > https://cgit.freebsd.org/src/commit/?id=c14b016242613da79516e83fc6faef35d827cc18 There is also a manpage for if_mtw(4) missing (man mtw exists, man if_mtw does not), I just filed

Re: make installkernel: failure: install: /usr/lib/debug/boot/kernel: No such file or directory

2025-02-07 Thread A FreeBSD User
Am Fri, 7 Feb 2025 16:47:14 +0100 A FreeBSD User schrieb: > Am Fri, 7 Feb 2025 14:45:04 +0100 > A FreeBSD User schrieb: > > > Am Fri, 7 Feb 2025 14:08:24 +0100 (CET) > > Ronald Klop schrieb: > > > > > Does it work if you just do > > > > >

Re: make installkernel: failure: install: /usr/lib/debug/boot/kernel: No such file or directory

2025-02-07 Thread A FreeBSD User
Am Fri, 7 Feb 2025 16:53:30 +0100 (CET) Ronald Klop schrieb: > What is in your /etc/make.conf and /etc/src.conf? > > Regards, > Ronald. Remark: I use on all CURRENT boxes a special scheme for configuring the kernel/world. The kernel config files are located in /etc/config/amd64

Re: make installkernel: failure: install: /usr/lib/debug/boot/kernel: No such file or directory

2025-02-07 Thread A FreeBSD User
Am Fri, 7 Feb 2025 14:45:04 +0100 A FreeBSD User schrieb: > Am Fri, 7 Feb 2025 14:08:24 +0100 (CET) > Ronald Klop schrieb: > > > Does it work if you just do > > > > mkdir -p /usr/lib/debug/boot/kernel/ > > > > and restart the make installkernel? > &

Re: make installkernel: failure: install: /usr/lib/debug/boot/kernel: No such file or directory

2025-02-07 Thread A FreeBSD User
ms to vanish each time I start "make installkernel" or "make kernel" (or with "-j8" for parallel install ...). I've issued newly "make cleanworld" and "make cleandir" additionaly and do a complete new build - again. It takes a least an

make installkernel: failure: install: /usr/lib/debug/boot/kernel: No such file or directory

2025-02-07 Thread A FreeBSD User
nstall" in /usr/src/sys/modules *** Error code 1 [...] On a similar box running CURRENT this failure doesn't show up, but the (working) box has been updated more often within the past two weeks. I fear that I might have issued "make delete-old" on the wrong console prior to "

Re: ZFS: Rescue FAULTED Pool

2025-02-07 Thread A FreeBSD User
Am Tue, 4 Feb 2025 12:18:06 +0200 Andriy Gapon schrieb: > On 01/02/2025 10:57, A FreeBSD User wrote: > > Hello, this exactly happens when trying to import the pool. Prior to the > > loss, device da1p1 > > has been faulted with numbers in the colum/columns "corrupted d

Re: ZFS: Rescue FAULTED Pool

2025-02-03 Thread A FreeBSD User
NE > > da2p1 ONLINE > > da3p1 ONLINE > > da4p1 ONLINE > > da7p1 ONLINE > > da6p1 ONLINE > > da1p1 ONLINE > > da5p1 ONLINE > > > > > >

Re: ZFS: Rescue FAULTED Pool

2025-02-01 Thread A FreeBSD User
Am Thu, 30 Jan 2025 16:13:56 -0500 Allan Jude schrieb: > On 1/30/2025 6:35 AM, A FreeBSD User wrote: > > Am Wed, 29 Jan 2025 03:45:25 -0800 > > David Wolfskill schrieb: > > > > Hello, thanks for responding. > > > >> On Wed, Jan 29, 2025 at 11:27:01A

Re: ZFS: Rescue FAULTED Pool

2025-01-30 Thread A FreeBSD User
Am Wed, 29 Jan 2025 03:45:25 -0800 David Wolfskill schrieb: Hello, thanks for responding. > On Wed, Jan 29, 2025 at 11:27:01AM +0100, FreeBSD User wrote: > > Hello, > > > > a ZFS pool (RAINDZ(1)) has been faulted. The pool is not importable > > anymore. neither with

ddb reset command results in LOR and panic? (audit related?)

2025-01-29 Thread Bjoern A. Zeeb
Hi. I broke into the kernel debugger after some driver went haywire. Upon typing reset to restart the machine I got the below. How can we still report a LOR and panic on a lock when we are resetting the machine from ddb? /bz db> reset lock order reversal: (sleepable after non-sleepable)

Re: "don't know how to make /usr/main-src/sys/contrib/dev/iwm/iwm-3160-17.fw.uu. Stop"

2025-01-28 Thread Bjoern A. Zeeb
On Mon, 27 Jan 2025, Mark Millard wrote: On Jan 26, 2025, at 20:51, Adrian Chadd wrote: Hi! Hello. So, there's no longer a build target for the firmware uuencoded files -> kernel module. Yea. But there are the sys/conf/files dependency lines in main that still list .fw.uu fil

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
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 I run into this problem now: ld: error: undefined symbol: newterm referenced by clamdtop.c

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
On Wed, 12 Jun 2024, Poul-Henning Kamp wrote: 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 defaults to /8 now. Did you track it down to a specific change? I.e. is this ifconfig/netlink or the old ker

LOR so_snd_sx / nfs

2024-04-03 Thread Bjoern A. Zeeb
NFS root boot of a Lab machine; calling wpa_cli: Thilock order reversal: 1st 0x0001d4e1c800 so_snd_sx (so_snd_sx, sx) @ /usr/src/sys/kern/uipc_socket.c:4020 2nd 0xa020cb20e930 nfs (nfs, lockmgr) @ /usr/src/sys/kern/vfs_lookup.c:1083 lock order nfs -> so_snd_sx established at:

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

2024-02-16 Thread Bjoern A. Zeeb
Hi, probably related to the 20201215 UPDATING note: during an update from last year's main to now I hit the following error: install: /usr/libexec/kgdb exists but is not a directory Which is true as the old binary was still lingering around. -r-xr-xr-x 1 root wheel 2833328 11 Aug.

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
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 again the first time ... KDB: enter: Break to debugger [ thread pid 11 tid 15 ]

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
On Mon, 11 Sep 2023, Warner Losh wrote: That's a crazy traceback. We get a fatal trap and then call into the wifi stack? That makes no sense in the absence of some crazy data corruption or a weird traceback issue. No, we panic in wifi and then iterated again and again. The first one i

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

2023-09-11 Thread Bjoern A. Zeeb
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 happy). I assume the problem is cam_periph_release_locked_buses()? /bz ... --- trap

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: MOTD is not created correctly (since 2022/02/18)

2023-05-23 Thread Garance A Drosehn
the space before the "$" - needed because the uname -v output used to have a trailing space. This was fixed and comitted on 2022/02/18: https://cgit.freebsd.org/src/commit/usr.bin/uname/uname.c?id=7e05fa3b449007adaa6e588ebb3b8d76f30b355c Since then, the sed doesn't match, so the uname(1)

Re: RFC: nfsd in a vnet jail

2022-12-19 Thread Bjoern A. Zeeb
On Mon, 19 Dec 2022, Rick Macklem wrote: Hi, Kostik expressed some concern w.r.t. using a non-default VNET_NFSD kernel build option and I understand his concern, given that many prefer to use a GENERIC kernel and binary updates. yes, I may have hinted towards that (at least in my mind

Re: RFC: nfsd in a vnet jail

2022-11-27 Thread Bjoern A. Zeeb
On Sun, 27 Nov 2022, James Gritton wrote: On 2022-11-25 15:17, Rick Macklem wrote: Hi, bz@ has encouraged me to fiddle with the nfsd so that it works in a vnet jail. I have now basically done so, specifically for NFSv4, since NFSv3 presents various issues. What I have not yet done is put

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
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 with /rescue on it. I set INIT_PATH=/rescue/sh . However that doesn't seem to work: start_init: trying /rescue/sh init died (signal 0, exit 0) panic: Going nowhere witho

Re: [iwlwifi] ipv6 connection problem

2022-08-07 Thread Bjoern A. Zeeb
On Sun, 7 Aug 2022, Nuno Teixeira wrote: Hi, Due to ISP changes I was forced to use ipv6 on my re0 ethernet so I can have a funcional internet. Now I'm trying to get ipv6 on iwlwifi (AX201) with /etc/rc.conf: --- wlans_iwlwifi0="wlan0" create_args_wlan0="wlanmode sta regdo

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
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 that in a few minutes. Cheers Nuno Tei

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
On Sat, 14 May 2022, Graham Perrin wrote: On 19/04/2022 23:37, Graham Perrin wrote: Sometimes, boot gets no further than EFI framebuffer information. Whenever this occurs, the computer will stop immediately in response to a simple, short press on the power button. … When I first wrote

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 r

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

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
0xff00 broadcast 192.168.1.255 media: Ethernet autoselect (100baseTX ) status: active nd6 options=29 I do not know and did not find anything relevant, if the driver is buggy or the hardware has some problems. Please, advice. I found that issuing a usbconf reset usually

BTX halted (pxeboot)

2021-09-27 Thread Bjoern A. Zeeb
Hi, plain old-style pxeboot on amd64 (no EFI) gives me this with a tree at 2e79a216329f62a78dbbc72256e782353e220968 (Sep 16). It seems indepdent of the other issue we are seeing with EFI/arm64 netbooting (and the fix from there doesn't help here). Is anyone else seeing this or can repro?

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: panic: Unaligned free (was: kernel panic while copying files)

2021-07-07 Thread Edward Tomasz Napiera?a
ts what value is > > > > returned in uma_core.c:uma_dbg_kskip(), so I decided to try a few > > > > different values. > > > > > > > > The returned value is used to set skipdbg in uma_core.c:item_dtor(). > > > > > > > > The default is vm.debug.diviso

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 somethin

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

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.o

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

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 i

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

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.

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 eth

Re: somewhat reproducable vimage panic

2020-07-22 Thread Bjoern A. Zeeb
.. I don't think it's 238326 either. This is 100% reliable and it's in the IP multicast code.. It looks like in_multi isn't holding an interface or address lock waiting for things to free up... Did a little more poking, and it looks like the vnet is free'd before the ifnet i

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

2020-02-15 Thread Bjoern A. Zeeb
d again on systems so that I can run a wrapped sshd. Like others I feel that adding firewalls to a machine simply to filter sshd is not an option and whatever else openssh itself has offered in the past never sufficed. I am also worried that the change will make a lot of machines unprotected upon u

Re: OpenSSL breaks factor(6)

2019-12-29 Thread Garance A Drosehn
On 29 Dec 2019, at 2:17, Steve Kargl wrote: > On Sun, Dec 29, 2019 at 01:34:28AM -0500, Garance A Drosehn wrote: >>> >>> An interested user will need to add that support. AFAIK, factor(6) >>> has never recognized the 0x prefix, and I'm not trying to add n

Re: OpenSSL breaks factor(6)

2019-12-28 Thread Garance A Drosehn
On 29 Dec 2019, at 0:10, Steve Kargl wrote: > On Sat, Dec 28, 2019 at 10:46:52PM -0500, Garance A Drosehn wrote: >> >> What if the user wants to factor a hexadecimal value which does not >> happen to include [a...f]? >> >> How about recognizing a prefix of &#

Re: OpenSSL breaks factor(6)

2019-12-28 Thread Garance A Drosehn
On 27 Dec 2019, at 17:42, Steve Kargl wrote: > > This patch now includes a fix for hexadecimal conversion. It > simple scans the string for a hex digit in [a,...,f] and assumes > that a hexadecimal string has been entered. A string that includes > character from the decimal digit

Re: USB causing boot to hang

2019-12-06 Thread Bjoern A. Zeeb
ot;: child=0x0010 pcm4: Mixer "pcm": parent="vol" pcm4: Soft PCM mixer ENABLED pcm4: Playback channel set is: Front Left, Front Right, pcm4: Playback channel matrix is: 2.0 (unknown) usbus0: 5.0Gbps Super Speed USB v3.0 usbus1: 12Mbps Full Speed USB v1.0 ... end with a prompt

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

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

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

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 ti

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

2019-06-17 Thread Bjoern A. Zeeb
^~~ 1 error generated. This is extremely unlikely to be r348842. I would investigate r349025 instead. (Committer Cc:ed.) Almost, more likely me. I just had a look. I am not exactly sure how to reproduce this? /bz ___ freebsd-current@free

Re: What is evdev and autoloading?

2019-02-18 Thread A. Wilcox
, Stefan Blachmann wrote: >>>>>>> On 2/18/19, Vladimir Kondratyev wrote: >>>>>>>> On 2019-02-17 21:03, Steve Kargl wrote: >>>>>>>>> Anyone have insight into what evdev is? >>>>>>>> evdev.ko is a small

Re: what do jails map 127.0.0.1 to?

2019-02-12 Thread Bjoern A. Zeeb
it might be the address of the first net interface on the machine, but I'm not sure?) And what does it do on system that have no 127.1 or no IPv4 at all anymore or don’t even support IPv4 anymore? Is there a way that nfsuserd.c can find out what this IP# is? Yes, could do easil

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

2019-01-28 Thread Bjoern A. Zeeb
t all just with IPv4, IPv6, and ipfw on the main host? If you cannot, would starting a vnet-jail (without the bridge and connecting the epair), just starting a jail in persist mode, make a difference; or would strating a jail and applying the ipfw rules therein start the problem? Does anyone

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"

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

2018-11-20 Thread Bjoern A. Zeeb
ore wlan0 is created. Then this means SIOCLAGPORT will fail with Invalid argument. Also lagg0 is started at netif time as far as I know. Firmware for the wireless card is loaded later, and only even later wlan0 is created. So the way I see it, lagg0 cannot have a wlan0 port until firmware for th

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: 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

Re: 12.0-BETA1 vnet with pf firewall

2018-10-28 Thread Bjoern A. Zeeb
version of pf which is suppose to work in vnet independent of what firewall is running on the host is not working. You cannot load pf from inside a jail (with or without vnet). Kernel modules are global objects loaded from the base system or you compile the devices into the kernel; it is

Re: FreeBSD 12 PowerPC won’t boot at all.

2018-10-08 Thread A. Wilcox
beta8 or an earlier revision? There's been some (small, but good) work on powerpc[,64] in the 12 release cycle so I'm just wondering if hopefully it might work better on a more recent snapshot. --arw -- A. Wilcox (awilfox) Open-source programmer (C, C++, Python) https://co

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

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

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

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: [RFC] Deprecation and removal of the drm2 driver

2018-05-22 Thread A. Wilcox
t;> keeping it building on !amd64 so long as it's in base. This makes >>>> changing APIs and universe runs more burdensome. The graphics >>>> developers have given you notice that it will now be your collective >>>> responsibility to keep it up to dat

Re: Regression Resume Lenovo T450

2018-05-08 Thread Ilya A. Arkhipov
le of resuming. I tried to find out which commit broke the resume for me by installing older kernels, but even installing r332385 kernel (into the actual r333091 userland) does not restore its capability to resume. Some more testing has happened: Since I have a BootEnvironment capable of suspen

Re: From LLVM: I got a note that LLVM plans to remove PPC64's V1 abi support; I'm asked about what support there is for the PPC64 little-endian/V2 abi (see forwarded message)

2018-03-28 Thread A. Wilcox
an important distinction to make (big-endian != ELFv1, and ELFv1 != big-endian). But do note that on Linux, the musl libc (in use by distros like Alpine, Adélie, postmarketOS) only supports ELFv2, even in big-endian mode. And as the maintainer of Adélie using it as a daily-driver on an iMac G5, it&

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

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 ru

Re: make -C weirdness

2017-11-09 Thread Ilya A . Arkhipov
/ > [tiger@laptop]:/usr/ports>make search name=teeworlds display=name,path,info > Port: teeworlds-0.6.4_4 > Path: /usr/ports/games/teeworlds > Info: Platform game featuring buggers equipped with > weapons > > it is on 12.0-CURRENT r324493 > I missed something or it is a bu

  1   2   3   4   5   6   7   8   9   10   >