FreeBSD 13-STABLE - Bridge issues and Kernel panic.

2022-06-29 Thread Santiago Martinez
Hi everyone, hope you are doing well.. I been noticing some instabilities with the bridge on 13-STABLE (not sure when it started). Environment is as following: - kernel:FreeBSD tucho 13.1-STABLE FreeBSD 13.1-STABLE #21 stable/13-n251571-2ff5f3e7d159: - bridge0 members : igb0 and vtnet0.1 (

Netstat -i 5-character interface name length?

2022-06-29 Thread Chris Ross
Hello folks. I just noticed something that I’m sure has been true forever, but I checked and it’s still true on my 12.3-STABLE system. In the daily run output, I’m seeing the network interface names truncated. This comes from netstat -I apparently only rendering the first 5 characters of the

Re: Netstat -i 5-character interface name length?

2022-06-29 Thread mike tancsa
On 6/29/2022 10:56 AM, Chris Ross wrote: Hello folks.  I just noticed something that I’m sure has been true forever, but I checked and it’s still true on my 12.3-STABLE system. One of the first local mods I do is alias netstat to netstat -W for this reason. e.g. alias netstat   netstat -W in

Re: FreeBSD 13-STABLE - Bridge issues and Kernel panic.

2022-06-29 Thread Santiago Martinez
i just managed to get the dump. (kgdb) bt #0 __curthread() at /usr/src/sys/amd64/include/pcpu_aux.h:55 #1 dump_savectx() at /usr/src/sys/kern/kern_shutdown.c:394 #2 0x80c01138in dumpsys(di=0x0) at /usr/src/sys/x86/include/dump.h:87 #3 doadump(textdump=) at /usr/src/sys/kern/kern_shutdow

missing everything under /usr/local

2022-06-29 Thread rahul deshmukh
Hi, I installed 13.1 on virtualbox and there is nothing under /usr/local root@general:/usr/local # pwd /usr/local root@general:/usr/local # ls -la total 9 drwxr-xr-x 2 root wheel 2 May 12 13:45 . drwxr-xr-x 16 root wheel 16 May 12 14:13 .. root@general:/usr/local # root@general:/usr/loca

Re: missing everything under /usr/local

2022-06-29 Thread Ronald Klop
It will get content when you install packages. For example: pkg install bash Regards, Ronald Van: rahul deshmukh Datum: 29 juni 2022 18:54 Aan: freebsd-net@freebsd.org Onderwerp: missing everything under /usr/local Hi, I installed 13.1 on virtualbox and there is nothing under /u

Re: missing everything under /usr/local

2022-06-29 Thread rahul deshmukh
Since there is no pkg.conf I don’t think so I will be able to install packages. Though I can create one, but this never happened with new install. On Wed, 29 Jun 2022 at 10:52 PM, Ronald Klop wrote: > It will get content when you install packages. > > For example: > pkg install bash > > Regards,

Re: missing everything under /usr/local

2022-06-29 Thread Ronald Klop
Did you try it? From the manual page: “ Thefirst time invoked, pkgwill bootstrap the real pkg(8) from a remote repository” Van: rahul deshmukh Datum: 29 juni 2022 20:33 Aan: Ronald Klop CC: freebsd-net@freebsd.org Onderwerp: Re: missing everything under /usr/local Since there

[Bug 264257] [tcp] Panic: Fatal trap 12: page fault while in kernel mode (if_io_tqg_4) - m_copydata ... at /usr/src/sys/kern/uipc_mbuf.c:659

2022-06-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264257 --- Comment #77 from Christos Chatzaras --- (In reply to Richard Scheffenegger from comment #70) I found this old review which I believe is not committed: https://reviews.freebsd.org/D2970 Does this try to fix my panic? -- You are rec

Re: missing everything under /usr/local

2022-06-29 Thread rahul deshmukh
Yes i tried it was stuck on bootstrapping PKG from... and it didn't moved further though internet was working not sure what's wrong with virtualbox, so I have tried from qemu and it created required folder structure and was able to install packages. Thank you! On Thu, 30 Jun, 2022, 2:47 am Ronald