03:10:22 ok 03:10:29 say I have a startup 03:10:52 and I want to run it on freebsd I see werc.cat-v.org varnish and ha-proxy as my stack 03:11:05 but what about router and firewall? pfsense? 03:11:15 or should I learn openbsd.org for the firewall? 03:12:15 maybe no time for that I should just learn freebsd better 03:12:40 sounds like its goin great already 03:12:56 by the way has anyone here worked on file servers and had to up the default no open file? I did it other day but the system seemed to not use the higher limit 03:13:15 even though I opened new xterm to start qbittorrent 03:13:46 I want to try some ideas about not using a database at all and using all files 03:14:08 werc seems like mega simple and would be fast to deliver results 03:15:05 https://vely.dev/ this seems interesting too and perhaps higher performance, but settign aside performance and maxxing for simplyicy werc might win 03:15:07 Title: vely: 03:15:14 esp since I am not C guru 03:15:50 I see such waste fraud and bs in software corps I work for 03:16:18 and honestlyy postgresql left sour taste in my mouth since it was used through and ORM 03:16:37 so you coldnt even use it right and even then it had billion knobs 03:20:05 Then I read baker on sql db being a scam 03:20:39 https://pastebin.com/E2pMnKVG 03:20:40 Title: Henry Baker on relational database scam - Pastebin.com 03:22:25 that letter has not aged well 03:26:42 so why did this nosql thing come about? 03:27:13 not for any reason Baker gives, certainly 03:30:27 from the history of recent usage of "nosql", the main driver was doing horizontally-distributed databases 03:31:36 these things were mostly key-value stores rather than (for example) hierarchical, object or pointer databases 03:32:17 (and in the meantime, sql has acquired recursion, solving the bill-of-materials problem very neatly) 03:37:22 also, Baker praises object-oriented databases which in practice have been a complete flop 03:40:31 gemtalk systems says smalltalk works nicely but that might be message passing more than oo I guess 03:40:49 mongodb seems to be growin 03:41:23 every sql place I have worked was slow to develop mess stuck with orm using devs and offshore bs 03:41:40 living hell to import data from foreign db too 03:42:28 if all apps used files could you do report and 'analytics' by chaining together data processing scripts? 03:42:31 those don't sound like sql problems 03:42:37 seems simpler that huge sql hackery 03:43:15 how would you expect to do that? do you know all the file formats? 03:45:10 if I design the app sure 03:45:26 and that format can be shared so apps can be done in any language 03:45:58 but nobody else is going to use your format 03:46:00 backups n scaling become easy just copy files to new box or even use something like mogileFS which is like file load balancing 03:46:13 others talk HTML 03:46:24 tcp/ip 03:46:46 as new apps are needed they are created 03:47:04 something like slack which I am stunned anyone pays for ez 03:48:02 you might even publish files that are half processed data and apps can then take it from there in a few different customer reports for different divisions 03:48:27 get rid of service now jira confluence 03:48:33 slaesforce 03:48:40 all the oracle .net crud 03:49:11 cerainly ban agile and devops 03:49:26 hek ban MBA and project mgr 03:49:29 :) 05:25:10 Good morning! 05:25:51 When setting up wireguard in FreeBSD 13.2... where do I put the .conf file for the wg-interface? Or can I exclusively set it up vía the wg command? 05:26:30 I couldn't find any hint to that, neither in "man wg", nor in "man if_wg" 05:32:09 and most of the tutorial on the internet refer to the "old"/"pre 13.2" way, where wireguard was installed as a package 05:34:16 i have mine in /usr/local/etc/wireguard 05:34:30 i use wireguard from pkg 05:36:59 my thinking was "why install the packages, when wg is natively supported in 13.2?" 05:38:12 it wasn't so back then 05:40:41 there was an early attempt to have wiregurad in base but it was some scandal about it. so wireguard from pkg was the way. 05:41:52 right, but that's apparently been fixed since 05:42:11 Yes, indeed. 05:45:56 okay, I am tempted to report a bug for that, if there's no way to store wg config as files somewhere 05:52:03 either it's "a bug" on how wireguard works or it's a bug in the documentation 05:58:01 ah, okay...... I can somehow hack it with the setconf/synconf sub-commands 06:53:44 hmm... but with the native wg I am not allowed to specify Address and DNS within the wg-conf :-/ 07:15:43 RhDoc, in rc.conf <- wireguard_enable="YES" , wireguard_interfaces="wg0" ...and config file is placed in: /usr/local/etc/wireguard/wg0.conf 07:16:29 RhDoc, service wireguard start 07:17:32 that's for wireguard in ports/pkg, no? 07:20:05 pvalenta, and one missing peace: pkg install wireguard-tools 07:20:53 RhodiumToad, it uses if_wg from base 07:21:18 but init script is from wireguard-tools package 07:22:47 and if_wg_load="YES" to /boot/loader.conf ...I hope that's all :) 07:25:54 there's no wireguard in base 07:26:07 orly? 07:26:38 unless it was in base, was removed and then was reintroduced in base 07:26:40 pvalenta: config in /usr/local/etc/wireguard/wgN.conf with the wireguard packages, right? 07:27:08 I mean, I don't have wireguard packages installed but I got a /usr/bin/wg 07:27:50 it is in 13.2 -> https://www.freebsd.org/releases/13.2R/announce/ 07:27:51 Title: FreeBSD 13.2-RELEASE Announcement | The FreeBSD Project 07:28:19 there's ... what the shit. 07:28:19 [elliot@dorn ~]$ which wg 07:28:19 /usr/bin/wg 07:28:22 i didn't install you 07:28:24 RhDoc, yes, but init script and wg-quick is missing in base 07:29:19 rtprio: hahaha 07:29:52 but there was a big todo about when the dude chcked it in without enough oversight 07:30:00 and it was prompty reverted 07:30:00 okay, so it seems that there's some unfinished business with wg and FreeBSD base 07:31:13 744bfb213144c63cbaf38d91a1c4f7aebb9b9fbc Fri Oct 28 13:36:12 2022 -0700 07:31:20 i'll be damned 07:31:52 RhDoc, yes,...look at man if_wg ...there is some recipe how to run it by hand ....but config file and init script is much easier 07:33:17 RhodiumToad: i also forget i run a 2 year old snapshot of current on my main host because the raid card was removed from the tree 07:34:27 pvalenta: alright, I'll try to configure it in the rc.conf a little later 07:34:30 anyone happen to have gtk4 installed and can test something for me? 07:35:37 But I have to check out a solution for the DNS thing... (I guess it's a convenience part in macOS wireguard impl that I can declare a DNS server for the tunnel, which I am not able to do in FreeBSD) 07:37:38 I have gtk4-4.10.3 installed 07:37:50 RhodiumToad: what do you need? 07:38:05 run gtk4-demo and select "peg solitaire" 07:38:21 RhDoc, adding DNS = ?.?.?.? under [Interface] in wg0.conf should work 07:38:27 then try an illegal move such as moving a peg to the hole it came from, or moving an adjacent peg to the center 07:40:10 when I am moving "a peg" to the hole it came from it and drop it it just disappears 07:40:36 ok. what version does pkg info gtk4 say 07:41:01 and you don't by any chance have a linux system handy to do the same test? 07:41:30 pvalenta: well, I get the following error -> 07:41:32 Line unrecognized: `DNS=10.42.100.10,some.domain.com' 07:41:32 Configuration parsing error 07:42:35 RhodiumToad: sure - I just need to spin up the VM 07:43:12 also, were you running that on a local display, not over network? 07:44:03 RhodiumToad: https://pastebin.com/5Si2ySiC 07:44:04 Title: gtk4-4.10.3Name : gtk4Version : 4.10.3Installed on : Fr - Pastebin.com 07:44:12 yeah - that was local 07:44:12 thanks 07:44:53 RhDoc, in man wg-quick ..... DNS — a comma-separated list of IP (v4 or v6) addresses to be set as the in- 07:45:38 RhodiumToad: okay, I have a debian VM, but there's no gtk4-demo 07:45:57 don't worry about it 07:46:28 it's probably a separate package or something 07:46:32 pvalenta: yeah, well... I need to install the wireguard packages then, because wg-quick isn't available in base 07:50:54 RhDoc, you could use dnsproxy and configure it to use 10.42.100.10,some.domain.com .....and in wg0.conf DNS=IP.OF.DNS.PROXY:PORT 07:51:44 RhDoc, it's a really small package containing only 10 files 07:51:45 hmm... seems like there's no gtk4 in debian 11 apt - from what I've seen it's just in unstable/experimental 07:53:00 pvalenta: can dnsproxy be configured dynamically? it should configure that DNS when the wg interface comes up and use another dns when the interface goes down... (in my naive view :D ) 07:55:18 RhDoc, i think openvpn should by able to do that on server side ...you can set custom DNS on client config only 07:57:57 RhDoc, the second part of previous sentence is for wireguard 08:00:06 I guess I need to check out the wireguard packages and see if the tunnel DNS works when using wg-quick then 08:04:12 RhDoc, it works (not tested on freebsd) but on client side, so in client1-wg-quick.conf can be DNS=1.1.1.1 and on client2-wg-quick.conf can be DNS=1.2.3.4 08:05:21 yeah - I installed wireguard-tools (where wg-quick is part of) and using this it works 08:11:23 and - I am talking about client-side, that the client's DNS should adapt according to the wg-interface state 08:11:32 but I can confirm: it works using wg-quick 08:11:41 as expected and needed 08:21:59 now I can work with my FreeBSD desktop on my OpenBSD servers XD 08:22:06 perfect 08:23:39 (and probably also setup a poudriere build-server for my packages) 09:13:35 https://freshbsd.org/freebsd/src/commit/2404380aac7eaf8019aa0939224bbce2d561d01f apparently freebsd can boot in 25ms 09:13:36 Title: FreeBSD / src / 2404380 / tslog: Optionally instrument pmap_zero_page - FreshBSD 09:14:18 https://freshbsd.org/freebsd/src/commit/469cfa3c30ee 09:14:19 Title: FreeBSD / src / 469cfa3 / tslog: Annotate some early boot functions - FreshBSD 09:17:41 https://freshbsd.org/freebsd/src/commit/9a3444d91c and https://freshbsd.org/freebsd/src/commit/9b1d87286c7 are also a pair of interesting commits 09:17:42 Title: FreeBSD / src / 9a3444d / ossl: Add a VAES-based AES-GCM implementation for amd64 - FreshBSD 09:52:13 "and probably also setup a poudriere build-server for my packages" - well, that was easy :D 10:11:56 No reason it shouldn't be. 11:21:43 Hi, loading i915kms annd amdgpu simultaneously casues the system to not boot/panic/crash. I found this https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271897 to be related, but the title says 'drm-510-kmod', i installed only drm-kmod, after a bit fo research, i understood drm-kmod is a meta package and drm-510-kmod is part of it. But how do i know if my system uses drm-510-kmod or something 11:21:45 else? should i continue in the same bug as above or raise a new one for drm-kmod? 11:21:46 Title: 271897 – graphics/drm-510-kmod: loading amdgpu and i915kms kernel modules simultaneously causes the system to crash 11:22:49 the issue was cross-referenced here -> https://github.com/freebsd/drm-kmod/issues/168 by grahamperrin 11:22:52 Title: Kernel panic when load of radeonkms is followed by load of amdgpu or i915kms · Issue #168 · freebsd/drm-kmod · GitHub 11:22:52 168 – no documentation on macros in machine/floatingpoint,h https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=168 11:35:15 On a second thought i ask a lot of questions,than just go and do it and see what happens ;) 11:35:40 may be i will go ahead and comment and not worry about being told off, or RTFM,:D 14:03:20 how do i allow jails to connect from the outside world to another jail on the host? or should I bend the DNS to just connect directly? 14:03:34 root@builder:~ # curl -Lv https://alpha.pkgbase.live/stable/FreeBSD:13:amd64/latest 14:03:34 * Trying 64.176.184.217:443... 14:03:34 * Immediate connect fail for 64.176.184.217: Connection refused 14:03:36 Title: Index of /stable/FreeBSD:13:amd64/latest 14:11:01 let's go with /etc/hosts for now 17:19:40 Anyone happen to know why a "pkg install lang/rust" would want to also require installing mysql 5.7 client and server? 17:20:17 I don't see any dependency for mysql in the lang/rust/Makefile or anything. 17:28:28 ek, pkg rall-depends rust -> prints only curl for me 17:31:11 pvalenta: Same for me. Yet, when I run a "pkg install rust" or "pkg upgrade rust" it wants to install mysql57. I already have mysql80 installed. Not sure what's going on. 17:36:27 Mysql57 is the default 17:36:54 cpet: I understand. But, why require it to be installed at all? 17:39:25 Install it then remove mysql57 see what else it removes 17:39:47 When you see it request the dep be removed or use poudriere and build it yourself 17:41:16 I generally only use "pkg" for large builds (such as rust) with 48-cores, it still takes like an hour to build. :( 17:41:29 I'll give removal via pkg a shot and see what happens. 17:44:25 They all failed since mysql80 is already installed. Rust did upgrade, though. So, I'd imagine it'll just do the same thing next time. *shrugs* 17:44:52 It must just be some old pkg DB info somewhere or something. 17:44:54 ek, try pkg install --ignore-missing rust 17:45:21 Or just install mysql57 17:45:51 Applications I use no longer support or will be moving away from MySQL 5.x soon. So, unfortunately, not an option. 17:46:14 pvalenta: I'll give that a shot next time. Thanks! 17:47:56 Do you don't want to build it and you don't want to just install the dep 17:49:16 ek, I have no server with mysql installed, only one with mariadb and pkg install rust on that server does not want to install mysql ....so I don't know, where is problem 17:50:06 cpet: I don't mind building it. I do sometimes. But, if I don't have to, why would I? 17:50:23 And, there is no MySQL dep for rust. That's what I've been saying. I don't know why it wants to install it at all. 17:50:37 pvalenta: No idea either. 17:53:58 ek, pkg install --ignore-missing rust ... does not work too? 17:54:24 pvalenta: I'll try removing rust and reinstalling and see what happens. 17:55:43 ek, are you using only official binary packages or mix with ports or poudriere builds? 17:57:40 pvalenta: I actually mainly only build from ports. I just wanted to upgrade rust without building. So, mixing. 18:09:09 holy crap, the password hash from linux (in puppet) worked to set freebsd user password! 18:13:12 Demosthenex: what do you mean? 18:14:59 sozuba: i ran puppet resource user X on a linux box, it outputs name, gid, uid, etc and included the hashed password. using that manifest record on a freebsd box, it appears to have imported the password corretly 18:15:16 i mean... they are both likely using sha256 or sha512 to store it 18:15:28 but i've had no success copying hashes across OS's in the past ;] 18:15:29 ah okay got it 18:15:53 sounds cool 18:15:56 :) 18:16:19 See that's where it gets complicated mixing 18:17:13 heheh. i had a fun time once. i had to move 2500 users from openvms to aix... without issuing all new passwords 18:18:14 users logged in with telnet at the time for a console app. so i went to home depot, made 2x ethernet taps, and used two junk pc's to run a network dump of the first 512 bytes of each login. i left these behind the main serverse at two sites for a month. 18:18:38 after 2 months, a little perl and i recreated all users and their passwords with 95% accuracy! 18:18:48 of course, i immediately drilled those HDD's and smashed them ;] 18:19:06 what can i say, openvms and aix use different hashes ;] 18:30:46 Demosthenex, Just a reminder that on FreeBSD the master password file is /etc/master.passwd and that pwd_mkdb(8) compiles it to the other files. :-) 18:31:35 I would be worried that a Linux puppet recipe would assume the Linux distro standard of /etc/passwd /etc/group and /etc/shadow and not know about pwd_mkdb. 18:36:12 rwp: me as well, thats why i'm surprised :P 18:40:55 just git downloading the ports colelction is causing my laptop to heat up 90 C:( 18:40:57 Demosthenex, The puppet must have included a FreeBSD specific recipe then. 18:41:50 What type of laptop? A lot of laptops have problems getting the heat out. 18:42:10 sozuba: how big is it? 18:42:21 2gb 18:42:48 Is it an HP by chance ? 18:42:50 (Half the fun of the Mechwarrior game is designing a machine and using it at a rate that does not heat shutdown. Laptops are like that too.) 18:42:55 Never had my legion heat up 18:43:18 only 2gb? O_o 18:43:47 Most newer machines will throttle clock rate if they get too hot. I have that happen all of the time on one of my machines. 18:44:02 manu1: 1 G 18:44:15 rwp: well freebsd is a supported platform, so i expect they should do it correctly by now ;] 18:44:20 cpet: nope lenovo edge e450. 18:44:33 You can make it smaller if you ignore the history and just get the files 18:44:49 You would think 18:45:13 Also, right now i have a bug with excessive heating and have raised a PR, so this is expected, but didn't expect it with git cloning :) 18:45:20 Does the e450 even have a fan? I thought that model was purely passively cooled through the case bottom. (Maybe I am thinking of a different model?) 18:45:55 Running freebad on top of the line hw 18:45:59 Tisk tisk 18:47:00 I don't see how overheating a laptop could be a software bug in git or FreeBSD. It's simply a design tradeoff from the laptop vendor. 18:47:45 rwp: it does have a fan over the CPU 18:48:07 this is actually an issue with freebsd, as i don;tface this on linux 18:48:12 Since most people don't actually USE a laptop machine for actually DOING anything. Other than in very short bursts when a web page loads. They make it smaller and lighter by avoiding airflow space. 18:49:07 cpet: defintely top of the line :D 18:49:12 sozuba, I assume that if you were to compile a big project source on the Linux kernel that it would be similar. (But maybe Linux throttles more aggressively on temperature.) 18:50:20 For a while some years ago that was an advantage of Intel CPUs which had better throttling than AMD. Search for web videos of people destroying AMD CPUs by removing the heat sinks and recording a video showing the smoke burning out of them. 18:50:29 rwp, i haven't even compiled yet and i am not being preferential to linux here either, please read https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271938 18:50:31 Title: 271938 – Excessive heating on Lenovo Thinkpad E450 even with CPU @ 100% idle 18:51:02 I amnew to freebsd and I am facing some issues, whuch people here have been very kind to help me with 18:51:50 sozuba, I think you are running into an area where the Linux kernel has better CPU power management than the FreeBSD kernel. No doubt. But is that a bug? I think it is an undeveloped feature that still needs development on FreeBSD. 18:51:50 i amjust trying to sort things on my onw,while i wait for things. This git clone of ports was one of the steps, to bukd something and i've never had my gut clone reach 90 C before.May be this is normal. 18:52:17 But I was sharing this here, as i have been doing for a few days since I am here, so people who know my issue can be updated 18:52:40 rwp,did you read my PR? 18:52:41 git uses SHA hashes for everything and computing those will use some CPU resources (heating things up). 18:52:54 sozuba, Yes I read your PR immediately after you posted it. 18:53:38 so you think that getting 60 C when the CPU is idle is expected? 18:54:02 fresh system, right after boot, een froma state of cool down and rest* 18:54:09 even* 18:54:16 It might be. It depends upon the exact CPU. It depends upon the hardware vendor have adequate heat sink and heat dissipation. 18:55:18 ok 18:55:34 My old Thinkpad T42 was rock solid and never got more than warm. My Thinkpad X220 is a hot little box and will thermal throttle when I am just surfing the web randomly and will definitely overheat if I am compiling something on it. 18:56:04 let's just agree to disagree 18:57:08 What's the difference between them? For one the old T42 had a slower CPU and just couldn't generate as much heat. But it also had better heat sink and air flow and it got the heat out of the box. 18:57:14 My X220 was designed as a smaller travel system and being smaller it just has less good heat dissipation. It gets VERY HOT. 18:58:16 Meanwhile my this century Starlite has no fan but is heatsinked to the aluminum case base. It gets quite warm too and also thermal throttles but the CPU is newer and more efficient and just does not heat up as much. 18:59:39 sozuba, When I read your PR I read it that you would like the FreeBSD kernel to be as good at CPU power management as the Linux kernel. And I agree with that! I would like that too. I think we all would. Meanwhile I am not a kernel developer. So I will defer to those that are that read the PR and respond to it. 19:02:06 I can see how it is surprising that a git clone just by itself would heat up so much. It does not seem like more than pouring data around. But all of the SHA calculations needed means that a git clone is not as light weight as simply copying data from the net to the local storage. It is actually doing some work there too. 19:03:09 Plus if it is on ZFS then there are more block checksums being computed there as data is written to the file system. (I would still always use ZFS. It is well worth it.) 19:03:55 rwp: i am not an exepert in anything discussed here. I amjust a normal user that likes to move from using linux to freebsd and build on from that. Unfortunately i have to make do with the machine i have, at least for a long while. People who are more experience than me and have been using freebsd for a long time, trued helping to sort the heating issue, but unfortunately it didn't work. It's with 19:03:56 their advise and help that i raised the PR, and so far no one has diagreed that this unexpected increase in temperature is abnormal. May be you are an exert, but I am going to leave it at that. 19:07:15 sozuba, I am not a kernel developer and I will defer to those more expert about it than I. And it will be interesting to read their comments in the PR. 19:09:11 I also spent many years in the Linux world and have in the past few years returned to BSD again. (I'll say again since it was many years before when I ran BSD and then moved to Linux. But now re-discovering BSD all over again.) 19:09:47 I wasn;t being sarcastic, You may not be a kernel developer,but you may know things and that's why i said you may be an expert. But I am not, I just learn and just play aroundand sometimes help with what i know. But regardign what we discussed, i disagree on many points. 19:10:27 Let me say that it is okay if you and I disagree about something. I am often out-voted by the world! :-) 19:10:39 same here 19:10:41 "They called me mad, and I called them mad, and damn them, they outvoted me." --Nathaniel Lee 19:10:56 ah its a quote 19:11:44 I really want FreeBSD to run on my laptop. But so far my excusions there have been less than great. So though I am running FreeBSD on about half my systems I am still running Linux on my laptops that I am actively using. 19:11:50 I only have one laptop that is experimentally running FreeBSD and I am using it to work through the difficulties of running FreeBSD there. 19:12:07 does anyone know how to change the display name temporarily? Like " Sozuba is know as xxxxx". I just want to chnage it into TypoKing 19:13:20 IRC clients use "/nick foo" to change the nickname to "foo". But I advise against it because we get known by our nicks. And I am not sure how that interacts with nick registration. Hmm... 19:13:25 rwp: i have only on machine a Lenovo Thinkpad Edge E450 since 2016 and I don'tthink i buy another one for a while. So this is my only machine and i just have to deal with it :) 19:13:38 Thanks rwp 19:14:11 I am a craphound and so only rarely have anything new but am always scrounging old equipment from everywhere. 19:15:49 rwp: that's nice 19:17:49 I have been moving toward smaller machines for every day carry in my backpack. My shoulder gets tired of the weight of the heavier machines! So machines like your Lenovo E450 are very attractive to me. They are small, sexy, and very light! 19:23:12 rwp: I like my laptop too, it does its job and also i am emotionally attached to it, its been with methrough the toughest of time and still is 21:25:37 Remote compute++ 21:57:49 Has anyone tried FreeBSD on HP laptops with 11.6 screen? 22:01:18 ... oh, would also include the 12.5 in ones. 22:04:49 I have a HP laptop running FreeBSD, but with a larger diagonal. Probably 15.5". 22:07:14 V_PauAmma_V, What vintage is that? 22:10:24 I know of Neel C having a (larger) HP laptop at one point, https://www.neelc.org/posts/optimize-freebsd-for-intel-tigerlake/ 22:10:26 Title: Optimizing FreeBSD Power Consumption on Modern Intel Laptops - 22:14:21 parv, Good article! Thanks for sharing. sozuba ^^ 22:14:43 Oh, sozuba has already left the channel. :-( 22:22:37 parv, it's a refurb, so not sure, but dmesg.boot has "CPU: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", so I guess 6+ years old? 22:22:56 V_PauAmma_V, Thanks much 22:25:05 Probook 450/G2~, if that helps pin it down. 22:25:17 s/pin/narrow/ 22:25:31 Er, 450/G3. 22:27:04 rwp, There is another related article there: https://www.neelc.org/posts/freebsd-speed-shift-laptop/ 22:27:05 Title: Tuning Power Consumption on FreeBSD Laptops and Intel Speed Shift (6th Gen and Later) - 22:29:50 V_PauAmma_V, I have a 2016 ThinkPad with Intel i5-6300U; so Intel-i5 6200U was enough for me to know. Thanks again 22:30:21 parv, I am saving those articles off in my docs! 22:46:17 hey, has anyone out here run into some issues with iwlwifi / Intel AX200? 22:46:55 What type of issues? (Not I.) 22:47:51 I can install FreeBSD and the live image works fine but when I try to boot and set up Wi-Fi, I'm either getting repeated error logs or kernel panic 22:48:30 Something similar to this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267029 22:48:32 Title: 267029 – iwlwifi: Panic on initial network startup 22:50:31 I'll try installing again to get the full log 22:51:06 temp64, What version of FreeBSD are you installing? 22:51:15 13.2 22:53:25 temp64, "the live image works fine" also for WiFi association too? Or works fine enough to install? 22:55:18 rwp, it's been a while since the last time I tried, I'm not sure if I ended up plugging the ethernet cable or not 22:55:35 temp64, Can you use an ethernet connection or one via phone (in order to bypass iwlwifi & try the "net/wifibox" port that runs Linux iwlwifi in Alpine VM)? 22:56:51 temp64, Oh! In that case you could try the "net/wifibox" if you do want to deal with the native driver. 22:57:05 s/do want/do NOT want/ 22:57:44 o.O 22:58:02 wi-fi driver in alpine vm 22:58:14 this sounds weird 22:58:39 Yes 23:00:07 Works better (faster, no crash) than the native driver 23:00:38 (until we figure out the kinks) 23:02:04 :fingers crossed: 23:04:55 temp64, Weird? Yes! But all reports are that it works really well! Check this out: https://jrgsystems.com/posts/2022-04-20-802.11ac-on-freebsd-with-wifibox/ 23:04:56 Title: JRG Systems - 802.11ac on FreeBSD with wifibox 23:09:10 parv, rwp you know, I actually managed to configure the wi-fi in the installer 23:09:57 maybe it's going to work this time :D 23:14:03 I'll be holding my breath in anticipation of your report! :-) 23:14:35 * parv sees hope that rwp would not perish 23:41:54 i really shouldn't have tried installing src tree onto this barely-functional 32gb pendrive 23:42:31 part of an install is src and ports 23:47:35 cpet, I usually uncheck src and ports when doing a binary install on testing systems as it isn't needed and might as well save the planet by not burning the power to do it. :-) 23:50:02 seeing how the whole world relies on servers I really doubt that will help any 23:52:15 rwp: must be an old school thing, been using a BSD for 30+ years 23:53:28 It's not a bad thing! It's just that Linux distros (other than from source distros) have gotten everyone into the habit of binary only installs. 23:53:53 FreeBSD works very well as a binary installed and binary upgraded system. That's mostly the way I use it. 23:54:13 freebsd-upgrade and pkg upgrade and so on and everything works very fast and very nice. 23:55:10 I dont do much freebsd work any more ive moved on to other things but every now and then ill see an issue _try_ and fix it or ask someone who knows better 23:55:24 Unless "{src,ports}" are Git clones, I do not see the point of installing during installation 23:55:40 and I like to vim /usr/src/path rather than look at ugly cgit UI or mess with git as a whole 23:56:20 parv, /usr/{src,ports} are tar file dumps which freebsd-upgrade keeps updated when it makes a binary system update. 23:56:21 thunder storm is coming time to sit outside and watch it 23:56:40 rwp: will ignore if it cant find them 23:56:57 my VPS has 500GB im sure I can give 4gb for ports and src 23:57:00 the least I can do 23:57:06 The next thing I am going to say will be heresy for cpet I am sure but most users will never wish to go look at the source. 23:57:17 rwp, Ah, I did not know "freebsd-update" (right, not "-upgrade") did that. 23:57:42 Though I *really like* having the source available to answer those questions that man pages gloss over. "What is it really doing? Let's go look at the source!" 23:58:25 s/freebsd-upgrade/freebsd-update/g for everything I just said. (I usually freebsd-upTAB and let tab expansion complete it for me! It's rotted my memory of it.) 23:58:43 lol All good 23:59:26 cpet don't miss the light show of the thunderstorm! We will be here when you get back in. :-)