Add another user that is having this issue.
[100723] <Error> -- Just ran out of space in the queue. Please file a bug report on this
[100723] <Error> -- Just ran out of space in the queue. Please file a bug report on this
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuoteFor anyone else looking for this uncheck the AUTOCOLLECT box and you will be able to set gateway and dns.
Quote from: patient0 on March 22, 2025, 07:50:07 AMQuote from: bx2 on March 22, 2025, 01:14:57 AMNow, nda1 (the new drive) may have been formatted and used in another random PC so I'm unsure if its an issue with formatting?Can you try wiping the new drive first (sure you do it on the right device! Backup is always a good idea, of course):
As mentioned in OPNsense Forum: Formatting whole disk before installation, try destroy the disk and delete the first 1M of the drive:gpart destroy -F nda1
dd if=/dev/zero of=/dev/nda1 bs=1M count=1
root@OPNsense:~ # gpart destroy -F nda1
gpart: arg0 'nda1': Invalid argument
sysctl kern.geom.debugflags=16
gpart create -s gpt /dev/nda1
root@OPNsense:~ # zpool status
pool: zroot
state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
scan: resilvered 2.33G in 00:00:04 with 0 errors on Sat Mar 22 10:59:11 2025
config:
NAME STATE READ WRITE CKSUM
zroot ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
nda0p4 ONLINE 0 0 0
nda1p4 ONLINE 0 0 0
errors: No known data errors
"gpart backup ada0 | gpart restore -F ada1"
root@OPNsense:~ # geom disk list
Geom name: nda0
Providers:
1. Name: nda0
Mediasize: 500107862016 (466G)
Sectorsize: 512
Mode: r3w3e6
descr: KINGSTON SNV2S500G
lunid: 00000000000000000026b76865cfcd85
ident: 50026B76865CFCD8
rotationrate: 0
fwsectors: 0
fwheads: 0
Geom name: nda1
Providers:
1. Name: nda1
Mediasize: 500107862016 (466G)
Sectorsize: 512
Mode: r1w1e1
descr: KINGSTON SNV2S500G
lunid: 00000000000000000026b7686c0a0ee5
ident: 50026B7686C0A0EE
rotationrate: 0
fwsectors: 0
fwheads: 0
root@OPNsense:~ # gpart show
=> 40 976773088 nda0 GPT (466G)
40 532480 1 efi (260M)
532520 1024 2 freebsd-boot (512K)
533544 984 - free - (492K)
534528 16777216 3 freebsd-swap (8.0G)
17311744 959461376 4 freebsd-zfs (458G)
976773120 8 - free - (4.0K)
root@OPNsense:~ # gpart backup nda0 | gpart restore -F nda1
gpart: geom 'nda1': Operation not permitted
Quote from: Monviech on November 04, 2024, 10:54:27 AM
Here is also a new tutorial section that explains the best practice way to connect the OPNsense to a managed switch: https://docs.opnsense.org/manual/how-tos/vlan_and_lagg.html
If anybody finds issues with this guide, feedback and PRs are welcome as always.
Quote from: Patrick M. Hausen on November 01, 2024, 11:46:43 PM
Easy: assign all your symbolic network names (LAN, OPT1, whatever you pick) to tagged VLAN interfaces only. This is in fact the recommended way. Don't use tagged and untagged frames on the same physical interface in FreeBSD/OPNsense.