-
markboston
this is weird does no one reveal chipset names anymore?
-
topcat001
sysctl net.wlan.devices ?
-
markboston
that took longer then it should of
-
markboston
ax201
-
markboston
well it seems the driver wasn’t available but is now
-
markboston
i’m wondering if whatever version that’s on the iso is out of date?
-
hernan
fbsd 14 ?
-
markboston
yup
-
hernan
it is possible that your hardware is not supported.. if thats the case, look into wifibox
xyinn.org/md/freebsd/wifibox
-
VimDiesel
Title: Fast & Stable WiFi with wifibox on FreeBSD | @fearedbliss
-
markboston
according to the bug report i found it is as of october
-
hernan
in wifibox you will need to open the wifibox console and add your wpa_supplicant info inside the wifibox vm
-
markboston
-
VimDiesel
Title: 244261 – Add support for Intel AX200 (iwx) wireless devices
-
markboston
it’s using iwlwifi which is correct
-
markboston
is there a way to see if the device is up? ifconfig just gives me the loop back
-
markboston
ok i see the issue
-
markboston
even though the driver is being loaded for some reason my device isn’t being seen
-
markboston
and i can confirm it is supported
-
markboston
maybe it got turned off somehow? my laptop does have function keys to do that but i already tried that
-
markboston
is there a rfkill in bsd?
-
topcat001
-
VimDiesel
Title: Chapter 7. Network | FreeBSD Documentation Portal
-
topcat001
did you add the rc.conf bits?
-
markboston
i did not
-
markboston
the installer should say hey don’t try looking for network until you
-
topcat001
-
markboston
configure the card*
-
VimDiesel
Title: Chapter 7. Network | FreeBSD Documentation Portal
-
markboston
:p
-
markboston
thabks for your help
-
markboston
but yes yes rffm
-
topcat001
I can't remember what the installer does with wifi rn. On the laptop I have it on I configured it later, and used ethernet to install.
-
topcat001
good luck; hope it works!
-
mane_
i am using openvpn and nating with pf from via my fbsd vps, i get only 10mbit downloads, any clue why?
-
mane
i want it to serve with the full bandwith
-
mane
well, i am nating via openvpn with pf on freebsd vps
-
mane
i am getting low bandwidth on the clients
-
mane
how can i set it to normal speeds?
-
yuripv
mane: tried switching openvpn to udp (or to tcp if using udp now)?
-
mane
it is on udp :((
-
debdrup
On a 10Gbps connection using udp, the tunnel interface (the fastest option at the time), and 40k jumboframes (after that, it started getting into diminishing returns), I was able to push north of 400Mbps - I expect that ovpn(4) will improve things somewhat by not having to context switch as much, but fundamentally, OpenVPN isn't made for speed.
-
debdrup
It's one of the reasons I've stuck with IPsec for as long as I have, with the other reasons being that 1) I know how to configure it because I had to learn back in the bad old days when there was no alternative, and 2) setup properly, you can give people a profile that they can import into their OS' implementation of IPsec, and not have to spend time configuring their systems.
-
hwpplayer1
hi FreeBSD People !
-
angry_vincent
Hi.
-
mane
i really need to fix this issue XXD
-
mane
the whole project relies on this XDD
-
VVD
mane, do u test speed with iperf?
-
mane
i tested it with ookla
-
VVD
I don't know what is it.
-
mane
server goes 860/450 no problem
-
mane
but my clients go 10/40
-
mane
ookla is that popular speedtester
-
mane
speedtest.net
-
VVD
mane, use iperf for network test
-
VVD
benchmarks/iperf3
-
mane
that's irrevelant
-
mane
i get bad performance, bad download on clients
-
mane
any settings for tun0 i could set? i tried mtu, didn't make a differenfce
-
VVD
irrevelant testing network bandwidth in your software
-
elirco
mane: the clients net connectivity is via lan or wifi?
-
VVD
1st of all you must test raw bandwidth
-
mane
elirco coax lan 350/60
-
mane
raw is fine
-
elirco
ah ok so that is not the issue
-
mane
there has to be either pf or tun0 or kernel setting i need to change\
-
VVD
run iperf and check CPU usage
-
mane
it's chillingm, i checked htop
-
mane
chilling
-
VVD
on both sides
-
mane
clients are chill
-
mane
yesterday there was debian on this vps, there were no issues
-
VVD
If you don't want to do what you were advised to do, then why are you asking for advice?
-
mane
i did all of that already :s
-
mane
XDD
-
mane
nio vpn - full speed - vpn cliejnts slow, tested with speedtest, two different devices, clients and the server are not in stress, server maxes out the connection outside the tunnel
-
babz
Ookla wont let you test the connection between your two machines
-
babz
Also, its expected to have a much slower bandwith with a userspace vpn, but 10 Mb/s sounds very slow even for an old machine
-
mane
it will if it bottlenecks on vpon :V
-
mane
yesterday it was debian there and it was fine, but i want fbsd
-
babz
What crypto suite are you using ?
-
mane
babz it's just openvpn
-
babz
With which algorithm ?
-
mane
hm
-
mane
cipher AES-256-CBC
-
babz
Does your cpu has AES-NI ?
-
babz
You might need to load its driver aesni(4)
-
babz
Also, i think it's slightly more efficient with AES in GCM mode
-
mane
kldload: can't load aesni: module already loaded or in kernel
-
mane
:DD
-
mane
also, uploads are fine, it's the downstream that is sluggish
-
mane
(upstream for the server)
-
babz
Bandwith thst you've not tested without your vpn, amirite ?
-
mane
YES
-
mane
x((
-
nerozero
Hi there
-
nerozero
how can I change flavor in poudriere ?
-
nerozero
ok never mind, fixed
-
nerozero
but can I have multiple flavor for specific ports in poudriere pkg_list file ?
-
angry_vincent
Yes.
-
angry_vincent
look for sets
-
nerozero
ok... could anyone give me sample how to clean certain package from poudriere jail ?
-
nerozero
trying this - "poudriere pkgclean -j freebsd_13_2_amd64_nox -C lang/php82" but it doesn't seems to work ...
-
nerozero
never mind -p <tree> was required ...
-
nerozero
thanks
-
nerozero
Failed, I have enabled php82 in the ports and now php82 is a default flavor, cant roll back to previous state
-
nerozero
how can I force to "forget" poudriere php82 option ?\
-
nerozero
I have removed all mentions from the list file
-
mane
ok now easier thing, i'm trying to connect to smb4 from my macos client, i get auth error, i did everything right according to the handbook\
-
VVD
iperf3 via openvpn show 20.0 Mbits/sec to my office with uplink speed 30Mbit/s
-
VVD
7% cpu on my very old Core 2 Duo E6750⊙3 (oveclock) - openvpn client
-
VVD
10-15% CPU on openvpn server with very old Xeon X3430⊙2
-
VVD
plz, test bandwidth via openvpn with iperf first in both directions and check CPU usage during tests
-
VVD
direct without openvpn I got same 20Mbit/s to same server
-
voy4g3r2
this is going to sound like a weird question.. if i am changing compression on zfs pool from gzip to lz4 should i expect a "delay"
-
voy4g3r2
as in.. it will take time for the system to switch over to that compression model?
-
voy4g3r2
i read material and it seems to assume you have no data on the pool to begin with..
-
unixwitch
voy4g3r2: no, changing compression doesn't do anything with the existing data, it only affects newly written data
-
voy4g3r2
thank you unixwitch
-
unixwitch
you would need to rewrite the existing data if you want it compressed with the new algorithm (zfs send | zfs recv should work for that, i think)
-
voy4g3r2
good thing to try with my next time machine backup.. right now gzip is doing a 1x
-
unixwitch
lz4 is unlikely to be better than gzip, its advantage is that it offers comparable compression ratio but much higher performance
-
voy4g3r2
good to know, i will monitor as it looks like i have to update this pool to not consume my whole hard drive array.. it is already at 223gig of space..
-
unixwitch
voy4g3r2: Time Machine is supposed to automatically delete older backups when the storage becomes full, perhaps setting a quota on the filesystem would force it to do that? (i haven't tried that)
-
voy4g3r2
yeah, that is what i need to do.. while figuring that out, i saw this compression stuff
-
voy4g3r2
figure a quota of 500 gig should work.. then time machine does its magic
-
voy4g3r2
and something like zfs set quota=500G storage/backups
-
voy4g3r2
is sooo easy
-
mane
:DD
-
voy4g3r2
still do not understand how 1 gig of data was "udpated" in a day on a laptop..but that is something different
-
unixwitch
has anyone had issues with ixgbe(4) not coming up at 10GbE? the link on the switch comes up then immediately goes down every 30s... i'm going to ask the switch vendor but maybe someone ran into a problem like this. i don't think it's a cable issue, and 1G works fine
-
VVD
unixwitch, anyway try to test with other cable - copper 8P8C 6+ cat or fiber?
-
unixwitch
VVD: copper, Cat6A STP. i'm planning to test with another cable but i need to physically move the system (or maybe make up a temporary cable...)
-
unixwitch
i did change the patch cable at both ends and also rewired the socket at the host end since it looked a bit iffy, but no difference
-
VVD
I tested cat5e - some cables work fine with 10GE, some not.
-
VVD
Also you can test in different ports in switch and if u have different switch.
-
VVD
BTW, what switch?
-
unixwitch
VVD: i've tried two different switch ports, but i don't have another 10G copper switch around to test with. it's a mikrotik CRS312-4C+8XG
-
unixwitch
might try with a 10GBASE-T SFP, i think i have one lying around somewhere
-
unixwitch
(i hate these though because they generate a ridiculous amount of heat)
-
VVD
unixwitch, if ur network card support u can try to force 5GE and look how it going
-
unixwitch
this one only does 1G/10G unfortunately
-
VVD
ah, ye, ixgbe doesn't support 2.5 and 5GE
-
VVD
I have ix and ixl - both doesn't support 2.5 and 5GE.
-
adiabatic
I started up my headless FreeBSD machine today and SSH wouldn't log in after ages. I decided to plug a monitor in and I've got a bunch of errors that look like disk-read errors. The last one is `Mounting from ufs:/dev/ada0p2 failed with error 22: Invalid fstype`. Everything I _really_ care about is on my ZFS mirror set, ada1+ada2. Do I just yank the disk with ada0 on it, buy a new one on the Internet, and reinstall FreeBSD?
-
adiabatic
I have a `mountroot>` prompt, if that helps.
-
unixwitch
adiabatic: i would start by booting from the install media (DVD/USB/whatever) and see what's going on with your current root disk. if it's really broken, then yes, you can just replace it and reinstall
-
adiabatic
How would I see? Figure out what ada0 is under the boot disk, and then run fsck on it?
-
unixwitch
start with 'gpart show' (don't use fdisk, you never use that in freebsd) then try mounting it
-
adiabatic
I think I'm running 13.something (I was going to check and see if I have an upgrade to 14 pending or if I'd already done it). Can I just make/use a 14 boot disk, or is that inadvisable?
-
unixwitch
adiabatic: 14.0 should be fine, although it seems reasonable to use the same version that's already installed
-
adiabatic
…so I booted from USB stick. I want to use the live CD, right?
-
mane
there is a memstick image on for download
-
unixwitch
is 'use the live CD' one of the options it presents on boot? if so yes, whichever option gives you a shell
-
adiabatic
well, it said "live CD" in the installer text. I wasn't confused by that…
-
adiabatic
well, there was _also_ a shell option that was called that
-
adiabatic
so I figured "installer shell" vs. "generic shell"
-
adiabatic
Neither ZFS thing is showing up. I suppose that's to be expected…
-
unixwitch
yes, ZFS pools don't show up unless you manually import them (which you shouldn't do here unless you have a reason to)
-
adiabatic
I tried `mount -o ro /dev/ada0 /slash`. It complained there's no directory to attach to. I tried making that directory, and it complained the file system is read-only. Tried that in root's ~, same error. Is there a decent place in /var that I can mount my probably-busted drive onto?
-
unixwitch
adiabatic: you can't mount ada0 since that's the entire disk, use 'gpart show' to find the appropriate partition, e.g. ada0p2. there should be a /mnt directory you can mount on
-
adiabatic
Oh, right. Thanks.
-
adiabatic
`mkdir: /mnt/slash: Read-only file system`
-
unixwitch
just mount it on /mnt directly
-
adiabatic
fair 'nuff
-
adiabatic
OK, this looks familiar:
-
adiabatic
(ada0:ahcich0:0:0:0): READ_FPDMA_QUEUED. ACB: «space-separated hex digits»
-
adiabatic
(ada0:ahcich0:0:0:0): CAM status: Auto-Sense Retrieval Failed
-
adiabatic
(ada0:ahcich0:0:0:0): Error 5: Unretryable Error
-
adiabatic
Time to go disk shopping?
-
unixwitch
if it was working before then probably yes. you could check the disk's SMART status to confirm, but i'm not sure how you'd get smartctl onto the live image for that...
-
adiabatic
First dead disk I've had in a while. Thanks a bunch for the handholding.
-
rwp
We don't know yet if the disk is in trouble or if the file system bits are simply corrupted. It could be either given the data so far. The disk might be okay. Or might not be.
-
rwp
You can test the zfs pool condition using "zfs import" and confusingly it won't actually import anything without any options but will just report the pools available for import.