00:09:11 debdrup, I am sure that most people don't want hard real time systems. Because if so then that's what we would have. We don't so they don't. 00:10:14 For doing bulk calculations normal timesharing systems is better. And most of what we do is bulk computing. 00:16:56 Hi, I was looking at a FreeBSD 14.0 machine on a 10GbE network, but iperf -s tells me that FreeBSD is only allowing approximately 6 Gigabits/second instead of something closer to 9.4 Gigabits/second that I see on Linux, FreeBSD configuration changes don't appear to improve the bandwidth available, is it possible it is just due to poor performance in the FreeBSD source code? i.e., does anyone have FreeBSD running with 10GbE and decent b 00:16:56 andwidth in a iperf -s test? 00:25:53 I have a question about wifi, and I got a feeling a network manager will be required for this, but I will ask anyways... I have wifi enabled using DHCP and WPA parameters... however IPv6 is manually configured on my network... is there anyway to match an SSID with a DHCP allocated IPv4 and a static IPv6? without a network manager? 01:13:25 to be honest come to think about it, this is something which is easily scriptable 01:14:35 although I feel that would just be reinventing the role of a network manager... 01:32:20 yeah, let's not do that 01:32:44 i feel like the proper solution is to fix the ivp6 network 01:33:01 ya let's get ipv6 polished 01:33:21 either dhcp or auto addressing 01:35:49 rtprio: no can do currently :P 01:36:14 polarian: if it helps, we're getting a DHCPv6 client "soon" which means you can configure static IPv6 addresses there like you would for DHCPv4, so no need for static config 01:36:44 I think I should just write a script... 01:37:31 it seems my emails to freebsd mailing list have went ignored however... maybe I should ifdown wlan0 in the meantime 01:37:46 Maybe I'm not understanding the issue, but it seems like static v6 and a DHCP acquired v4 would be pretty standard? What's the problem? 01:38:16 https://lists.freebsd.org/archives/freebsd-questions/2024-May/005269.html 01:38:17 Title: Wifi/Bluetooth hardware switch on Dell E6430 01:38:41 seems like a script you could write into DHCLIENT-SCRIPT(8) 01:38:52 ek: well I can switch wifi network, I want the IPv6 statically assigned to wlan0 ONLY when connecting to a specific SSID 01:39:40 rtprio: I assume I can just parse the ifconfig output within the script to check if the SSID matches, and then set the address? 01:40:48 polarian: Ah. I see. It sounds like the switch on the Dell is software driven and not hardware driven (so, that's a bummer.) 01:40:54 yeah, or chcek it with wpa_cli 01:41:37 Yeah. I would think you could just set up the WPA config to use a static v6 address when connecting to any particular SSID. 01:42:03 ek: I believe I remember it working on void Linux... probably another GPL'd driver which BSD can't use 01:42:14 also wpa_supplicant supports static addresses within the config? 01:42:29 ek: i don't see a static option 01:42:49 neither do I in the man page 01:43:15 i'm rather surprised wpa_supplicant doesn't have a way to run a script when connecting to a new ssid, unless i'm missing it in the manpage 01:43:57 lw: its usually wrapped with something like NetworkManager on Linux... so I see why it doesn't :P 01:44:30 I think NetworkManager wraps it... it might implement the supplicant logic itself.. . 01:45:17 https://www.reddit.com/r/voidlinux/comments/rapmhh/comment/hnkn7pr <-- yep appears so 01:45:44 I will try rtprio's suggestion 01:46:15 Thanks for the advice 01:46:20 "WPA inet netmask ssid " doesn't work anymore? 01:46:43 https://forums.freebsd.org/threads/static-ip-over-wpa-wifi.56361/ 01:46:44 Title: Solved - Static IP over WPA Wifi | The FreeBSD Forums 01:49:22 ek: you mean in the rc.conf? 01:49:29 not the wpa_supplicant.conf though? 01:49:39 Yes. 01:49:49 there is a downside to that... 01:49:56 if I connect to say my university wifi... which is IPv4 only 01:50:07 it will assign a non-routable IPv6 address... 01:50:45 it must only execute when its a specific SSID :) 01:51:18 I've not tested this, but if you specify the SSID in /etc/rc.conf, it should only use that configuration for that SSID. Multiple lines for the assignment of IP's might be supported for different SSID's. 01:52:01 Again, I cannot guarantee this. But, give it a shot and see? 01:53:55 oh wait I completely missed the ssid option 01:54:18 I will give your solution a shot first, and then go with rtprio if it doesn't work 01:54:20 thanks for the he;l[p 01:54:22 help* 01:56:09 Sure thing. Good luck! I hope it works. Would like to hear the outcome of the testing. If I had an FBSD laptop to test with now, I'd give it a go myself. 02:07:47 sure I will ping you if it works, if you are good with that? 02:07:54 likely need to try it tomorrow though, its currently 3am :P 02:09:58 ah, 3am, the Periodicing Hour 02:11:30 Periodicing Hour? 02:11:46 like the witching hour but more freebsd. (it's when periodic daily runs) 03:02:28 oh. i assumed you'd move this wireless device to other networks 03:02:38 but if not, sure, ek's idea is good 03:04:47 why do i get "lockf: /var/run/periodic.daily.lock: already locked" when i run sudo periodic daily? 03:05:22 polyex: it's already running, or perhaps it somehow exited and didn't clean up the lockfile 03:09:04 hm ya i'm getting periodic sitting around with locks hmm 03:09:10 on a few different jails, but 1 not 03:22:30 it was in 3 of 4 jails on a new install. rebooted, they were working. weird 03:22:34 i wonder if it's flakey 03:48:20 rebuilt machine and all jails were working 03:48:22 weird 06:01:07 14.1 inc 07:06:49 ek: are you sure that rc.conf line doesn't just restrict the interface to that one ssid? polarian want diffrent configs depending on ssid (static ipv6 for one specific ssid, else normal automatic dynamic ipv6) 07:17:40 i'm having an issue with network tuning, using 15.0/amd64 on two systems - on both sides i've set kern.ipc.maxsockbuf=614400000, net.inet.tcp.{send,recv}space=4194304, MTU is 9000, TCP hostcache is disabled. with iperf3, in one direction i get 9.88Gb/s with 9k byte packets, in the other direction i get 1.68Gb/s with 1500 byte packets. what's going on? 07:18:16 netstat -Wrn shows mtu 9000 as expected on both sides 07:20:09 the only difference i can see between the two systems is that during the slow test, the 'server' side is using a bridge rather than the physical interface 09:11:51 jbo: ping 10:24:56 trying to destroy a dataset. but it claims its being busy. is there a simple way of inspecting whats "using" it? 12:41:25 drobban: fuser -c mountpoint 15:00:00 nimaje: I am not sure... 15:00:07 may as well try it 15:00:11 and if it works then good 15:00:14 if not oh well 15:00:24 also USB speeds are painfully slow... 15:01:14 150kB/s is the max dd can write a usb stick... this USB stick can do much more... 15:01:30 I have heard this complaint a lot from FreeBSD users, is there any fix to it? 15:02:30 https://dpaste.org/d7KFV 15:02:31 Title: dpaste/d7KFV (Python) 15:02:33 thats the dmesg 15:29:42 polarian, what block size do you use in the dd command? 15:30:24 V_PauAmma_V: default 15:31:14 Try 128K. 15:35:10 Or 1M as https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdinstall-usb says to. 15:35:11 Title: Chapter 2. Installing FreeBSD | FreeBSD Documentation Portal 15:47:11 freebsd++ 15:47:29 development of freebsd still got directions i favor ^^ 17:00:36 V_PauAmma_V: I will try that now 17:02:07 yup much faster with 1M bs 17:02:50 and conv=sync makes it even faster... I guess this was a case of RTFM 17:03:04 FreeBSD dd doesn't seem to have the same defaults as other platforms then? 19:20:30 llua: interesting thanks! did not know about fuser. 19:57:00 I found a segfault 19:57:14 if you specify inet6 with subnet in rc.conf and sh /etc/netstart 19:57:16 it segfaults 19:58:20 that's strange sync would make it faster 19:58:22 not slower 19:58:36 maybe it's because of the purely sequential workload 19:58:47 if you sync immediately it doesn't give the chance for controller reordering 19:59:42 big chunks 20:02:26 sounds painful 20:02:39 which command segfaults 20:10:44 d 20:40:20 lost the backlog since my last message, if anyone responded please resend 20:41:29 is there no way to add a route with ifconfig(8), route(8) must be used? because I can assign a static IPv6 through ifconfig arguments in rc.conf but not add the route for it 20:42:24 < rtprio> which command segfaults 20:42:50 sh /etc/netstart with inet mixed with subnet 20:43:05 inet6* 20:43:30 I accidentally did "inet6 subnet 64" instead of "inet6 prefixlen 64" 20:43:36 I just have just done CIDR but meh 20:43:45 the first (incorrect) one segfaults 20:44:03 Which command in /etc/netstart? 20:44:30 not sure... let me go break my laptop again then I guess 20:45:36 hm weird... its not segfaulting this time 20:46:15 nevermind then I guess 20:52:27 You can configure static routes through rc.conf arguments: see static_routes and ipv6_static_routes. (That feature uses route(8) indeed, but that's an implementation matter.) 22:28:40 V_PauAmma_V: ah thanks for the pointer :)