00:20:13 How do I use wpa,_supplicsbt to contact to a hotspot? 00:21:02 Or networkmgr ? 00:25:45 jb1277976: freebsd does not hae network manager 00:26:01 Hmm 00:26:16 jb1277976: https://docs.freebsd.org/en/books/handbook/network/#wireless-authentication 00:26:17 Title: Chapter 7. Network | FreeBSD Documentation Portal 00:26:55 Thanks 01:02:53 Question I'm connected to an open network but I think you have to say yes but I don't know what to do next 01:17:10 you have an ip address on that network? 01:24:55 hmm i'm connected 01:25:18 ifconfig wlan0 up scan list then ifconfig wlan0 ssid then dhclient wlan0 01:25:23 ok, do what you want. install some software. 01:26:32 something cool preferably 01:27:11 im reading up on the handbook google everything about freebsd and its so new and everything just feels right 01:27:49 i also had to take out WPA out of rc.conf 01:34:20 jb1277976, what are you trying to do 01:34:49 tomorrow i need to connect to my school network. they use LEAP / EAP how would i conncect. trying to get ready for it 01:36:57 like i found https://man.freebsd.org/cgi/man.cgi?wpa_supplicant.conf(5) EAP but it dosen't give me examples 01:36:58 Title: wpa_supplicant.conf(5) 01:38:15 i found it. i had to read down a little 01:54:27 can someone tell me what '-w' does to bhyve. it's, in `man bhyve` but not explained 02:41:10 " -w Ignore accesses to unimplemented Model Specific Registers (MSRs). This is intended for debug purposes." 02:45:36 my rendering of the manual doesn't have the argument, just the description 02:46:01 https://bsd.to/50s0 02:46:02 Title: dpaste/50s0 (Plain Text) 02:46:45 V_PauAmma_V: thanks 02:53:59 rtprio, that's unexpected. How are you rendering it? 03:05:54 `man bhyve` 03:06:30 i'll git bisect or check bugzilla 03:06:33 at some point 03:06:42 someone probably bjorked the markup 03:08:19 Looking fine in 13.2, if that helps with the bisecting. 03:08:39 s/13.2/13.2-p 03:08:49 -p4 03:14:19 Ah, broken in 14 in online manual pages. 04:42:34 I did `webcamd -d ugen2.3` to make wacom tablet/pen working. it worked but now I see /usr/local/libexec/Xorg :0 -auth /home/user1/.serverauth.2199 taking 200% of cpu. What should I do? 04:50:42 Guys is thre ttf mscorefonts for libreoffice ? im googleing and i'm not finding anything 04:58:24 there is corefonts pkg 04:58:24 jb1277976, Try "webfonts" 09:10:19 Hello everyone! I have a problem, ssh in my truenas core rejects password.  New installation. 09:17:38 hope they found the solution… 10:06:30 <|cos|> Hey all! I've just made my first serious attempt at installing FreeBSD for 25 years. Feels good to be back. 10:08:05 <|cos|> One major issue for me is not getting iwlwifi to work, on a ThinkPad x270. My understading is that it is supposed to show up in the list of network interfaces when running `bsdconfig`? 10:11:18 |cos|: which version did you install? 10:11:47 <|cos|> 13.2-RELEASE first, upgraded to 13.0-RC4 10:12:02 <|cos|> sorry 14.0-RC4, of course 10:14:45 <|cos|> There is a relevant hit for `pciconf -l | grep iwm0` (v: 0x8086, d: 0c24f3) so I'm starting off with the assumption there is a misconception on my end. 10:42:03 |cos|: does it show up under the net.wlan.devices OID using sysctl(8)? 10:43:10 I'm on 15-CURRENT, but it was 14-CURRRENT until a little while, and iwm0 has been working fine for me. 10:46:49 Also check tht rfkill isn't enabled, as that's gonna disable the antenna. 10:59:07 <|cos|> debdrup: it is listed at that oid, yes. i'll need to join a meeting now. but will be back. good to know it works for you. thanks! 11:02:53 |cos|: https://docs.freebsd.org/en/books/handbook/network/#network-wireless has a quick start that should get you going. 11:02:54 Title: Chapter 7. Network | FreeBSD Documentation Portal 12:07:21 <|cos|> debdrup: thanks! got it working. guess it all ran down to getting confused and mitakenly believing bsdconfig(8) should setup everything, given that it has the feature to scan for wiki networks. 12:08:29 <|cos|> my second question, which requires me to reinstall, is due to only being able to boot if bouncing on iPXE... 12:10:00 <|cos|> i kind of understand the issue. one needs a msdos partition with some crap for the uefi-stack to work. what's the best practise/easiest method to add such a thing while installing freebsd? i didn't see anything in bsdinstall, but maybe i should just read the fine manual better there too? 12:13:40 Running `bsdconfig wireless` is meant to do what the handbook does, so if it doesn't work then that might be a bug; if you can reproduce it, it might be worth filing a report about it on https://bugs.freebsd.org 12:13:41 Title: FreeBSD Bugzilla Main Page 12:14:15 <|cos|> this seems to answer my second question: https://wiki.freebsd.org/UEFI so sorry about that noise 12:14:16 Title: UEFI - FreeBSD Wiki 12:14:21 On one of the install screens you can pick whether you want MBR or GPT or UEFI 12:14:39 UEFI will give you the ESP (EFI System Partition) that you'll need 12:15:23 <|cos|> ah. i'll look out for that third option. thanks! and see if i can reproduce the wifi-issue. 12:21:00 If you do, you might find https://docs.freebsd.org/en/articles/problem-reports/ handy. 12:21:01 Title: Writing FreeBSD Problem Reports | FreeBSD Documentation Portal 13:52:59 Hi 13:53:21 How do I get wifi working? I have a wifi chip that is compatible 13:53:30 Iwm driver on OpenBSD 13:59:52 Ok so itseems I need to enable wpa_supplicant 14:01:06 pretty sure that wpa_supplicant autostarted when you configure your wlan in rc.conf 14:04:48 basically give the interface some name via eg. wlans_iwm0="wlan0" and then configure via the ifconfig_wlan0 variables and wpa_supplicant.conf see also https://docs.freebsd.org/en/books/handbook/network/ 14:04:50 Title: Chapter 7. Network | FreeBSD Documentation Portal 15:46:17 So, 14.0 RC4 installer, I'm asked what network interface I want to use, and I say I want my wifi, and it doesn't get past this: https://0x0.st/Ht_9.jpg Is this expected? Is there a description of what it wants changed to use it? 15:50:39 I don't think I've ever seen that error message before; have you gone through src/usr.sbin/bsdinstall to figure out what exactly it means? 16:01:45 debdrup: Nah, just seeing it for the first time as I did an install in the background. I was wondering if it was a known thing or not. I mean, the message exists, so someone knows about it I guess. 16:06:09 I'll dig in. 16:06:25 well... 16:06:26 https://cgit.freebsd.org/src/tree/usr.sbin/bsdinstall/scripts/wlanconfig?h=releng/14.0#n163 16:06:26 Title: wlanconfig « scripts « bsdinstall « usr.sbin - src - FreeBSD source tree 16:06:36 https://cgit.freebsd.org/src/commit/usr.sbin/bsdinstall/scripts/wlanconfig?h=releng%2F14.0&id=0724c87c959013839986da5054efe6a58e0ec99f&context=3&ignorews=0&dt=1 16:06:38 Title: src - FreeBSD source tree 16:07:22 is that a 7 years old refactoring fail ? 16:07:41 Oh, that seems straightforward enough then. Unfortunate it doesn't try an initial config itself. 16:08:00 Oh, it does. REading more. 16:08:49 I don't like that error message, at all. It's extremely un-clear what that should even mean. 16:09:20 And even after looking at babz' link I have no idea why it even exists. 16:15:10 Yeah, I'm not sure what it's trying to test for. 16:17:41 It makes no logical sense to me either, of course you can configure your wifi without making changes to the local system. 16:18:45 What will that installer do if I just switch to tty2 and use wpa_passphrase/wpa_supplicant/dhcpcd? Throw black confetti at me? 16:19:02 sure that isn't booted with the dvd ? 16:19:04 This is in the context of the installer, which is a read-only thing unless you remount it with -u 16:19:23 And why would I not be able to configure my wireless? 16:19:35 ro 16:19:46 It won't be able to copy my configuration to the installed system, yes, but I can sure as hell configure my wireless. 16:20:08 That message is simply questionable at best. 16:20:14 How can you write to a file that's on a read-only filesystem (possibly because the media isn't rewritable, but even if it was optical media, you'd need DVD-RAM) 16:20:52 You don't need to write to a file that's on an ro FS to connect to your wifi? 16:21:34 I'm wondering if it's got anything to do with bsddialog. 16:21:56 That was imported in early October. 16:22:04 There's simply no need to do that, which renders the message shown pointless. 16:22:36 mason: can you reproduce it? 16:28:14 So that wlanconfig script sources some file /usr/share/bsdconfig/common.subr upon startup, and that's probably how $BSDINSTALL_CONFIGCURRENT gets set. 16:29:01 Still, the whole thing doesn't make sense to me any further from here. 16:29:20 debdrup: Reproduce the error? Sorry, was AFK. 16:29:49 armin: You can get past the read-only install environment a couple ways. What I do for installs is typically: https://wiki.freebsd.org/MasonLoringBliss/InstallEnvironment 16:29:50 Title: MasonLoringBliss/InstallEnvironment - FreeBSD Wiki 16:30:02 That said, for this I wanted to run the installer as shipped to test. 16:30:31 Yea, uhm, can we reproduce that on our machines with the standard installation images? 16:30:36 I think that's a bug. 16:30:52 I don't know what the intention was when the author wrote this. 16:30:56 armin: Should be able to. I just downloaded FreeBSD-14.0-RC4-amd64-disc1.iso for the purpose. 16:31:13 mason: Will do so somewhen this evening and test. :) 16:31:19 mason: Thanks for your work! 16:31:35 armin: Hardly any work! Just noticing and whining in the right ears. :P 16:31:41 :D 16:32:10 mason: yes, if you can reproduce it then it deserves a report. 16:32:43 armin: I got a T480 and I threw Debian on it, so now my T420 can be devoted entirely to FreeBSD. The real work I want to do on it is to get SMAPI going, likely by starting with https://github.com/sghctoma/thinkpad-smapi which is already 99% of the way there. 16:32:44 Title: GitHub - sghctoma/thinkpad-smapi: Thinkpad SMAPI driver for FreeBSD 16:33:16 debdrup: I'll run it a couple times to see the error and I'll open up a bug report. I'll mention it here and ping the two of you. 16:33:41 I can continue my trend of late-in-the-game bug findings against RCs. 16:34:10 It's always better to get that done earlier in the work up to a -RELEASE. ;) 16:34:51 Yes. The inspiration didn't strike until today, reading some more discussion of UsrMerge. I had my standard "to Hell with all of this, I'm doing more with FreeBSD" reaction. 16:38:29 Oh, fascinating. Varied the approach, and this time it didn't give me that screen. Didn't change zpool naming, didn't select custom keymap. I'll do it again the way I did the first time and see if I get the error again. 16:38:58 Or, closer to the way... I'd gone into a shell and wiped my EFI variables, then ran bsdinstall. 16:39:18 Hm. 16:39:45 ANOTHER problem is that the script doesn't support WPA-EAP 16:39:54 Which should be pretty simple to solve, actually, too. 16:40:12 Well then, sounds like you'll be contributing in the future then? ;) 16:40:17 Hrm, second try and the installer blew up seeing what the previous run had left. 16:40:20 I'm working on it. 16:44:21 debdrup: Yea I disagree with much of the code style, but that's a different topic. :) 16:45:09 debdrup: UPPERCASE_VARIABLE_NAMES used entirely within shell scripts make me itch. 16:46:15 But still, I believe there's some kind of logical error going on in that script. 16:46:55 You shouldn't end up with that from the installer by any reasonable measure I can apply. There's no reason to not let you configure your wireless even if you can't write to some disk. 16:47:46 That, and the WPA-EAP thing, you simply couldn't connect to your university wireless with that. 16:47:56 That's a huge problem. 16:48:54 (meh!) 16:49:42 elif echo $ENCRYPTION | grep -q EAP; then 16:49:42 USERPASS=$( $DIALOG \ 16:49:42 --title "WPA-Enterprise Setup" \ 16:49:43 --backtitle "$DIALOG_BACKTITLE" \ 16:49:45 oh wait, this is new. 16:50:01 Don't paste into the channel, please. 16:50:14 ok. :) 16:50:18 armin: style(7) isn't really up for discussion. 16:51:16 EAP-TLS is described in the handbook: https://docs.freebsd.org/en/books/handbook/advanced-networking/#network-wireless-wpa-eap-tls 16:51:18 Title: Chapter 34. Advanced Networking | FreeBSD Documentation Portal 16:51:37 Case in point, this wouldn't work in a read-only environment like the installer, because of the certificates. 16:52:10 Yea and that SHOULD work in an RO env. 16:56:14 I mean the perfect example is you just have the bootonly or memstick booted, and you want to install FreeBSD by utilizing your wireless network. 16:56:20 That's a very reasonable thing to do. 16:57:51 So question remains, is the reason that https://0x0.st/Ht_9.jpg popped up that they tried to connect to a WPA-EAP enterprise wifi or not? 16:58:57 I'll be honest, I got no idea why you're so bullish on EAP-TLS, when there's been no mention of it besides yours. 16:59:41 debdrup: because the screenshot shows "FreeBSD Installer" and I want to know why the installer thinks that you can't connect to a wireless just because you can't write to some disk. 17:00:12 Considering that modifications were made to the environment before bsdinstall was run, that's probably more likely to be it than EAP-TLS. 17:00:14 <|cos|> It seems bsdinstall(8) does find my wifi device when booting 15.0-CURRENT, so I'm understanding it being broken in 13.2-RELEASE is not a bug to report. 17:00:30 debdrup: but I'll be honest, I don't like that "bullish" word in that sentence. 17:00:51 armin: are you sure 13.2-RELEASE supports the specific device you have? 17:00:58 armin: that's fair. 17:01:04 err, mistell, sorry 17:01:38 |cos|: The message about 13.2-RELEASE supporting the specific device was for you. 17:02:02 I could rant about dhclient and rsold now, but I refrain from doing so. :) 17:02:09 Please do. 17:02:51 Sorry, that was ambiguous; please do refrain. 17:03:07 for ranting there is -tavern 17:03:29 <|cos|> debdrup: understood. i'm not 100% certain, but i got the impression it should. with 14.0 being days away it's not really something worth digging into.. 17:03:55 |cos|: what gave you that impression, if I may ask? 17:04:23 <|cos|> debdrup: on the phone. back soon. 17:05:29 |cos|: when you get in front of the machine again, and if you still have access to 13.2-RELEASE, make sure you've loaded the firmware. 17:06:03 /etc/rc.d/devmatch does quite a lot of work that used to be manual, if memory serves. 17:06:10 13.X will be supported for a while still, so bugs should be reported and fixed 17:12:19 nimaje: I just joined there, thank you. 17:28:40 nimaje: we first need to establish that a bug exists. 17:37:57 yeah, I only made the general statment, that bugs should still be reported for 13.x (until its eol in 2026), no idea if that case is a bug or just hw that isn't supported in 13.2 18:08:44 I did `webcamd -d ugen2.3` to make wacom tablet/pen working. it worked but now I see /usr/local/libexec/Xorg :0 -auth /home/user1/.serverauth.2199 taking 200% of cpu. What should I do? 18:09:35 > kernel: pcm0: es1371_wait_src_ready: timed out 0x10 [0xffffffff] 18:10:12 is it possible to reset sound card without reboot? 18:10:40 pcm0@pci0:5:2:0: class=0x040100 rev=0x02 hdr=0x00 vendor=0x1274 device=0x5880 subvendor=0x1274 subdevice=0x2000 18:18:23 VVD: devctl? 18:19:23 "devctl detach pcm0" ? 18:19:34 or reset 18:22:06 I suggest you read the manual page to find out what the options do. 18:25:52 Already read - descrition isn't clear and without examples… 18:28:10 I'm not sure how they're not clear; detach detaches the driver from the device, reset resets the physical connection. 18:32:22 debdrup, not clear what mean detach/attach/reset - is it same as reboot or not? 18:32:51 After reset players play audieo, but no sound. 18:33:23 Before reset players stalled on 1st second. 18:34:23 detach/attach is about the kernel device interface, reset is the physical connection and requires retraining of the device. 18:34:29 I'm not sure I can explain it any other way. 18:44:46 http://ix.io/4KRm how should i go about reverting that file to what it should be? 18:45:10 debdrup, what option is equivalent to reboot? 18:45:33 reset -d and reset - no sound 18:47:28 attach it again? 18:48:03 llua: have you read what freebsd-update is telling you? 18:48:38 yeah 18:48:53 llua: do you understand it? 18:49:29 that a file has been changed locally, one i don't remember changing. 18:49:43 hence my question of reverting it 18:50:43 nimaje, detach/attach - pcm0 removed, then added again, but no sound via this sound card 18:51:57 reset pcib5/reset -d pcib5 - still no sound (pcm0 connected to pcib5) 18:52:12 hm, no idea then 18:52:41 llua: the path to the file indicates that it's file that etcupdate has touched, which was done by freebsd-update - ie. it's not your systems sshd_config that's been changed. If you want, you can grab the correct file from the distribution set (base.txz) on https://download.freebsd.org for the relevant version. 18:52:42 Title: download.FreeBSD.org 18:54:05 i know my /etc/ssh/sshd_config isn't the problem. that wasn't the question, it was /var/db/etcupdate/current/etc/ssh/sshd_config so i can ultimately make that section of the message not show again 19:06:20 debdrup: your condescendingness aside, thank you for informing me that is /var/db/etcupdate/current/etc/ssh/sshd_config was in base.txz. that does indeed resolve the issue for me. 19:07:21 Yea that's another nice example of an error message that makes absolutely no sense to me. "I refuse to download something because you have modified a file on your computer!" 19:07:32 wat.gif 19:08:27 llua: I was trying to understand what you were asking help with 19:08:41 armin: it's being conservative, instead of just overwriting a file. 19:09:03 debdrup: I disagree with that mindset, but ok. 19:09:13 armin: then FreeBSD probably isn't for you. 19:09:24 debdrup: FreeBSD works just fine for me since 15 years. 19:09:56 debdrup: And if some error message is clear nonsense, I will *still* point that out. 19:10:38 armin: I have no issue understanding the error message, and it doesn't seem like llua had any problems either. 19:10:51 I think the error message is appropriate as well. 19:11:32 What's the point in refusing to download something because you edited a file again? 19:11:42 armin: I don't understand how you can use FreeBSD for a decade and a half, and not be used to the conservative approach it has always had. 19:12:01 reboot to fix sound :-( 19:12:09 debdrup: I'm all up for the conservative approach, you might confuse something major time here. 19:13:32 hm, it reads to me like it detects that nothing needs to be downloaded and additionally it detects that this sshd_config changed 19:13:45 armin: I'm not sure why it's such a big issue that it's refusing to download changes. 19:13:48 nimaje: yup this. 19:14:37 debdrup: because it names as a reason that you edited some file, I don't know what you do on your computer, but editing files is a thing I do, and I've never in over 30 years of using computers considered that a boundary to download something. 19:15:11 armin: You don't consider system configuration files important for the OS not to rewrite willy-nilly? 19:15:27 download != override 19:15:35 debdrup: that's a completely different step. downloading something is NOT the same as overwriting some local file, no. 19:16:03 What's the advantage in downloading it and storing it locally vs downloading it later? 19:16:09 wat 19:16:17 I'm not sure what you want freebsd-update to do. 19:16:23 make sense? 19:16:31 #define sense 19:16:34 lolwat 19:16:48 The way it works makes sense to me. 19:16:54 ok then :) 19:17:32 the behavior seems fine to me, just resolving the underlying problem wasn't as obvious. 19:17:51 the command there was fetch, the user explicitly requested downloading 19:17:59 maybe I dont have all the informations, but I'd expect the 'fetch' verb to download things *now* so that I dont have to download them later 19:18:26 nimaje: and it's refusing to download because doing so would risk overwriting files. 19:19:02 I'm willing to accept that I'm wrong here, but nobody has explained to me why it's a bad thing to risk overwriting a file. 19:19:23 Err, to not risk overwriting a file. 19:20:59 shouldn't /var/db/etcupdate/current mirror the current default files so that they can be merged with etcupdate(8) ? 19:21:14 but why would downloading something override some file that is in base.txz? 19:21:36 babz: I'm not sure it would, it depends on what changes etcupdate tried to do to it, I thhink? 19:22:28 nimaje: Sorry, I'm not sure that makes sense to me. 19:23:21 debdrup: because there's no need to overwrite that file, name it differently and inform the user, but refusing to download!? 19:23:43 debdrup: that's like crossing 4 iso/osi-layers at once. 19:24:05 Nope, I'm out. 19:24:18 ¯\_(ツ)_/¯ 19:24:49 if it comes from base.txz, then why would freebsd-update fetch write to that location? 19:35:31 Is the man page the oldest place to learn more about freebsd and the handbook and wiki of course. Anything else I should read up on ? 19:38:14 Best* 19:39:57 that's a good start; have you used other unix/linux systems before? what are you hoping to accomplish with freebsd? 19:40:08 <|cos|> nimaje: thanks for clarifying that valid bugs all welcome for all supported releases 19:41:41 <|cos|> debdrup: verified, my device works on 13.2 if configured manually. i think my impression came from the vendor and device id for it being mentioned on a webpage which stated to only had been updated during the early development phase or similar. 19:41:58 well, knowing it works in some later release can help find a bug and maybe some change can simply be backported 19:42:38 jb1277976: Back in the day before the web, when we just had man pages, I used to print them out and read them. Learnt Perl that way. The man page is *always* in m view a good place to start. 19:42:51 <|cos|> +1 on mns words 19:44:11 I learnt Motif and OpenLok and xview and X11 using them as well lol. I lost my way after the web, but my return to BSD, FreeBSD, is bringing me back into the habit of reading man pages more. 19:44:17 that and the source code 19:45:08 thanks |cos| 19:45:13 <|cos|> a bigger fish try fry than the backport is perhaps that neither 13.2, 14.0 or 15.0 lists any wifi networks in bsdconfig(8). scanning with ifconfig returns results. 19:45:43 <|cos|> i'll think of by bug filing while grabbing some dinner here 19:46:52 mns: the only reason i learned how to work dialup on freebsd was i had man page for ppp printed out on top of my toilet 19:50:39 lol rtprio 19:58:33 oh noe. 20:09:31 * CrtxReavr remembers installing FreeBSD from a single floppy, using PPP dial-up. 20:11:45 Thanks 20:13:32 i did the 2 floppy install. one box dd's while the other is installing 20:13:36 that also took a long time 20:25:14 So I just got on campus right about to fire up freebsd and configure wpa_supplicant right pressed the power button, didn't turn on pressed it down longer nothing. OMG my laptop is dead 😭 20:25:32 Now I'm using ChromeOS 20:36:58 wat 20:37:54 Can't play with my shiny new freebsd laptop at school cause laptop is dead 20:38:36 I have to use there Chromebook's 20:38:43 rip 20:43:06 FreeBSD broke your laptop? 20:43:31 I've had a laptop refuse to turn on, but restart after removing the battery for a few seconds. A power management bug, I guess. 21:33:18 I remember the good old times when i could just unplug my laptop's battery 21:37:29 lol meena 21:39:47 it took me a month to get this man page committed, and now that it exists people are adding improvements: https://reviews.freebsd.org/D42458 21:39:48 Title: ⚙ D42458 pmap_kextract(9): some additions 22:06:11 How do i find out what sound system i'm using ? pulseaudio or pipewire ? 22:28:27 jb1277976: by default, probably, OSS 22:29:04 jb1277976: ps awux | grep $suspects 22:30:18 joe 2345 0.0 0.1 107824 10708 - I 13:53 0:00.25 /usr/local/bin/pulseaudio --start --log-target=syslog 22:31:03 yet this gtk app im using says OSS 22:32:30 what's the app ? 23:48:37 it seems that i am observing that under some conditions nullfs does not actually delete data on the underlying filesystem until the nullfs mount is unmounted. wondering if anyone has seen this and if so if there is a workaround that does not involve unomunting