vault backup: 2024-08-11 11:12:15
This commit is contained in:
@ -337,7 +337,32 @@ bastille create testjail 13.2-RELEASE 10.10.99``.30 vxlan0
|
||||
|
||||
https://www.reddit.com/r/freebsd/comments/160uss5/comment/jxq4cax/?utm_source=share&utm_medium=web2x&context=3
|
||||
|
||||
# Networking
|
||||
## Networking
|
||||
|
||||
Show active internet connections: `netstat`
|
||||
Show open sockets: `sockstat`
|
||||
Show open sockets: `sockstat`
|
||||
|
||||
## Installing updates: fix IGNORE_OSVERSION
|
||||
|
||||
```
|
||||
root@pineapple:/home/jerry # pkg update
|
||||
Updating FreeBSD repository catalogue...
|
||||
Fetching data.pkg: 100% 7 MiB 7.4MB/s 00:01
|
||||
Processing entries: 0%
|
||||
Newer FreeBSD version for package zziplib:
|
||||
To ignore this error set IGNORE_OSVERSION=yes
|
||||
- package: 1303001
|
||||
- running kernel: 1302001
|
||||
Ignore the mismatch and continue? [y/N]: y
|
||||
```
|
||||
|
||||
```
|
||||
WARNING: FreeBSD 13.2-RELEASE-p4 HAS PASSED ITS END-OF-LIFE DATE.
|
||||
Any security issues discovered after Tue Jul 2 02:00:00 CEST 2024
|
||||
will not have been corrected.
|
||||
```
|
||||
|
||||
* `freebsd-update fetch`
|
||||
* `freebsd-update install`
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user