RE: 802.1q vlans and STABLE

2001-02-22 Thread Peter Blok
I am working with VLANs and a BayStack 450-T without stability problems, except when you configure NETGRAPH at the same time. The kernel crashes during boot-up. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Tancsa Sent: Friday, February 23, 2001

Re: DDB watch

2001-02-28 Thread Peter . Blok
The location was ok. I suddenly realize it was on a dual cpu system. Could SMP break the watch behavior? On Sunday, 25 February 2001 at 22:52:11 +0100, Peter Blok wrote: Hi, I was trying to setup a "watch" in DDB. When it hits it, the kernel reboots. Am I doing something wron

setting pci pnp SMC2602W

2001-07-02 Thread Peter Blok
I am running 4.3-STABLE, version of 2 july. I have a SMC2602W card (PCI to PCMCIA bridge to SMC2632W) wireless LAN adapter. The kernel recognizes the adapter, bit fails to allocate an interrupt No irq?! message because the IRQ is already occupied. The if_wi driver doesn't allow RF_SHAREABLE irqs.

panic in pfcioctl

2017-04-07 Thread Peter Blok
Hi, I’m running 11-STABLE rev 316522. I recently had a panic while doing a pfctl -f /etc/pf.conf The panic happens on LIST_REMOVE in keg_fetch_slab static uma_slab_t keg_fetch_slab(uma_keg_t keg, uma_zone_t zone, int flags) { uma_slab_t slab; int reserve;

Re: USB problems after r316423 (LLVM-4.0)

2017-04-19 Thread peter . blok
Kevin, Haven’t noticed anything unusual with USB. Just have tried other things like USB stick, USB cdrom and USB ethernet, both on USB2.0 and USB3.0 but no issues xhci0: mem 0xf750-0xf750 irq 16 at device 20.0 on pci0 xhci0: 32 bytes context size, 64-bit DMA xhci0: Port routing mask

Re: vnode_pager_generic_getpages_done: I/O read error 5 caused by r318394 (was Re: FreeBSD 11.1-BETA1 Now Available)

2017-06-26 Thread Peter Blok
Marcelo, This fix solved the problem for RPI-1B. I’ll do some more testing on other RPI and nanobsd variants. Peter > On 26 Jun 2017, at 16:36, Marcelo Araujo wrote: > > > > 2017-06-23 4:02 GMT+08:00 Guido Falsi

Re: FreeBSD 11.1-BETA1 Now Available

2017-06-13 Thread Peter Blok
Hi, For a while now, I’m not able to build a RPI1-B image from -stable. I have narrowed it dow to fix 318394, which adds a refresh option to geom_label. If I undo this fix in today’s stable it works ok. If I don’t I’m getting continuously: vm_fault: pager read error, pid 1 (init)

Re: FreeBSD 11.1-BETA1 Now Available

2017-06-13 Thread peter . blok
Hi, For a while now, I’m not able to build a RPI1-B image from -stable. I have narrowed it dow to fix 318394, which adds a refresh option to geom_label. If I undo this fix in today’s stable it works ok. If I don’t I’m getting continuously: vm_fault: pager read error, pid 1 (init)

Re: 802.1X authenticator for FreeBSD

2017-10-21 Thread Peter Blok
Although WPA2 enterprise authentication works perfectly on FreeBSD with free radius, some functionality (like the built in DHCP) is not implemented due to lack of PF_LINK, SOCK_RAW. FreeBSD uses bpf for this. Don’t know if this is required for what you want, but be aware. I am interested in

Re: The 11.1-RC3 can only boot and attach disks in "Safe mode", otherwise gets stuck attaching

2018-05-25 Thread Peter Blok
Same here. EARLY_AP_STARTUP no longer needs to be disabled on my boxes too. > On 24 May 2018, at 19:12, Mark Martinec wrote: > > Just a short report to a thread I started when 11.1 came out. > > This machine would stall in a busy loop while attaching disks >

Re: Observations from a ZFS reorganization on 12-STABLE

2019-03-18 Thread peter . blok
Same here using mfsbsd from 11-RELEASE. First attempt I forgot to add swap - it killed the ssh I was using to issue a zfs send on the remote system. Next attempt I added swap, but ssh got killed too. Third attempt I used mfsbsd from 12-RELEASE. It succeeded. Now I am using mfsbsd 11-RELEASE

Re: route based ipsec

2019-05-09 Thread Peter Blok
I have tried certificates in the past, but racoon never worked stable enough. Didn’t crash on me though. I have moved over to Strongswan and never regretted this move. Very stable. Peter > On 8 May 2019, at 03:29, Eugene Grosbein wrote: > > 08.05.2019 3:23, KOT MATPOCKuH wrote: > >> I'm

panic when stopping jails

2019-12-03 Thread peter . blok
Hi, I’m getting the following panic when stopping jais. When ifunit_ref iterates over the VNET ifnet’s it gets a bad ifp. I’m using netgrapg bridge’s. Any pointers how to debug are welcome. Crash dump is available. Peter Fatal trap 9: general protection fault while in kernel mode cpuid = 3;

Re: panic when stopping jails

2019-12-03 Thread peter . blok
Forgot to mention that it is a very recent 12-STABLE and I don’t suspect any recent commits. It is just that jails are now stopped more often. > On 3 Dec 2019, at 11:47, peter.b...@bsd4all.org wrote: > > Hi, > > I’m getting the following panic when stopping jais. When ifunit_ref iterates >

rev 355285 breaks stable build

2019-12-02 Thread peter . blok
Hi, While building rescue ld: error: undefined symbol: lz4_init >>> referenced by spa_misc.c:2066 >>> (/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c:2066) >>> spa_misc.o:(spa_init) in archive >>> /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libzpool.a ld: error:

Re: rev 355285 breaks stable build

2019-12-02 Thread peter . blok
Fixed by rev. 355290 > On 2 Dec 2019, at 16:21, peter.b...@bsd4all.org wrote: > > Hi, > > While building rescue > > ld: error: undefined symbol: lz4_init referenced by spa_misc.c:2066 (/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c:2066)

Re: Long-shot: repeatable macOS samba share unmounting during Lightroom import

2019-11-25 Thread peter . blok
The fruit module forces avahi or mdns_responder to be compiled as well. A share dispappearing could be due to some interaction with avahi. It could be that the combination samba+fruit+avahi and samba+avahi is having different behavior. Peter > On 24 Nov 2019, at 12:15, Pete French wrote: >

Re: Error building stable/12 (amd64) at r355087

2019-11-25 Thread peter . blok
I can confirm it has been fixed. > On 25 Nov 2019, at 15:21, Konstantin Belousov wrote: > > On Mon, Nov 25, 2019 at 03:58:10AM -0800, David Wolfskill wrote: >> This is during a source-based update from r355048 to r355087, during >> "stage 4.3: building everything" (using META_MODE); meta file

Re: CFT: if_bridge performance improvements

2020-04-16 Thread peter . blok
Hi Mark/Kristof, I have been using ng_bridge for more than a year. It was very stable and it allowed to have members with different MTU. My jails were using jng to setup the bridge and I changed iohyve to use ng_bridge. But I recently switched to if_bridge. I needed to have pf work on a member

Re: CFT: if_bridge performance improvements

2020-04-22 Thread peter . blok
Just using pf is enough to provoke this panic. I had the same back trace. This patch from Kristof fixed it for me. diff --git a/sys/net/if_bridge.c b/sys/net/if_bridge.c index 373fa096d70..83c453090bb 100644 --- a/sys/net/if_bridge.c +++ b/sys/net/if_bridge.c @@ -2529,7 +2529,6 @@

Commit 364003 causes immediate restart

2020-08-07 Thread peter . blok
Hi, After commit 364003 STABLE-12 reboots almost immediately. No error message, not dump. Just a reboot. Last working commit 364002. Please let me know what is needed - acpidump or something like that. Peter ___ freebsd-stable@freebsd.org mailing

Re: Commit 364003 causes immediate restart

2020-08-07 Thread Peter Blok
Hi David, I was at r346011 when I encountered the problem the first time, so 346007 was included. Went back to 346002 => ok. Added 346003 and it failed again. Peter > On 7 Aug 2020, at 16:23, David Wolfskill wrote: > > On Fri, Aug 07, 2020 at 03:09:00PM +0200, peter.b...@bsd4all.org wrote:

Re: Commit 364003 causes immediate restart

2020-08-09 Thread Peter Blok
Hi Alexander, No problem, this happens and it doesn’t impact me. I try to stay up to date and when there is a regression I rollback and narrow it down as an early warning. Your commit fixed the problem in 364020. Next time I have a crash and have narrowed it down to a specific commit I’ll add

Crash in stable 363430 and higher

2020-07-26 Thread peter . blok
Hi, I’m getting the following crash during startup. It seems strongswan is setting a reqid. Commit r363430 is on if_bridge. The IPSec interfaces are not bridged at all, so I’m clueless to why this crash relates to this commit. The only commonality is that the crash is Epoch related and the

Re: Commit 367705+367706 causes a pabic

2020-11-23 Thread Peter Blok
nel config are you using with that backtrace? > > This backtrace does not appear to involve the bridge. Given that part of the > panic message is cut off it’s very hard to conclude anything at all from it. > > Best regards, > Kristof > > On 23 Nov 2020, at 11:52, Peter Blo

Commit 367705+367706 causes a pabic

2020-11-20 Thread Peter Blok
Hi, I’m afraid the last Epoch fix for bridge is not solving the problem ( or perhaps creates a new ). This seems to happen when the jail epair is added to the bridge. Removing both fixes solves the problem. Peter kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in

Re: Commit 367705+367706 causes a pabic

2020-11-20 Thread Peter Blok
Hi Kristof, This is 12-stable. With the previous bridge epochification that was backed out my config had a panic too. I don’t have any local modifications. I did a clean rebuild after removing /usr/obj/usr My kernel is custom - I only have zfs.ko, opensolaris.ko, vmm.ko and nmdm.ko as

Re: Commit 367705+367706 causes a pabic

2020-11-20 Thread Peter Blok
an debug it. > > Best regards, > Kristof > > On 20 Nov 2020, at 12:02, Peter Blok wrote: >> Hi Kristof, >> >> This is 12-stable. With the previous bridge epochification that was backed >> out my config had a panic too. >> >> I don’t have any lo

Re: Commit 367705+367706 causes a pabic

2020-11-21 Thread Peter Blok
t; > Regards, > Kristof > > On 20 Nov 2020, at 14:53, Peter Blok wrote: > >> The panic with ipsec code in the backtrace was already very strange. I was >> using IPsec, but only on one interface totally separate from the members of >> the bridge as well

Re: Commit 367705+367706 causes a pabic

2020-11-23 Thread Peter Blok
0x809a2efe at fork_trampoline+0xe Peter > On 21 Nov 2020, at 17:22, Peter Blok wrote: > > Kristof, > > With a GENERIC kernel it does NOT happen. I do have a different iflib related > panic at reboot, but I’ll report that separately. > > I brought the two config files close

No more update on stable/12

2020-12-30 Thread Peter Blok
Hi, I switched to git, but I noticed there were no MFC or any other updates over the last couple of days after the migration. git fetch doesn’t show any change. Is this correct and just the learning process of git or is something wrong with my git clone? Peter smime.p7s Description:

Re: No more update on stable/12

2020-12-30 Thread Peter Blok
I was using github instead of the git repository below. Thx. All set now Peter > On 30 Dec 2020, at 10:32, Yasuhiro Kimura wrote: > > From: Peter Blok > Subject: No more update on stable/12 > Date: Wed, 30 Dec 2020 10:24:27 +0100 > >> I switched to git, but I n

Re: No more update on stable/12

2020-12-31 Thread Peter Blok
/12 have diverged, and have > 261519 and 243116 different commits each, respectively" is the github > stable/12 not the same as the freebsd.org one? > > On Wed, 30 Dec 2020 at 08:30, Peter Blok wrote: > >> I was using github instead of the git repository below. >>