06:04:06 Hello 06:04:13 Why would my internal microphone work? 06:04:24 i try rec -d test.wav 06:04:37 and there are silence 06:07:59 are those such that can be chosen? devices: vol, pcm, speaker, mic, rec, ogain 06:08:15 for example i try # mixer =rec ogain 06:08:31 mixer: unknown recording device: ogain 06:08:44 for none of them it worked 06:09:44 but how is that possible that a while ago it was rec devices: monitor 06:10:56 okay, that was with -f /dev/mixer1, but anyway, can't choose anything there 06:11:32 what is the difference between -f /dev/mixer0 and -f /dev/mixer1? 06:14:35 i found the output from /dev/sndstat 06:15:19 it says that i have pcm0 and pcm1, pcm0: (play/rec) default 06:15:25 pcm1: (rec) 06:15:39 how is that chosen which one recording capability is being used? 06:38:26 how can i choose in SoX which device is used to record audio? 06:51:44 markmcb: add require statements as needed in services (you may have to do this after every upgrade…). jails ordering works differently. it depends on how you're managing jails 10:53:28 I'm running FreeBSD 14.0-BETA2. What is the bug report procedure? I tried to follow it, just got lost and went in circles. 10:56:49 you open bugs.freebsd.org and there you go. what was the problem with bugzilla you've ran into?? 10:58:21 I don't think there is, I've never had to report an issue before. 11:00:25 ah ok 11:00:49 https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=Base%20System 11:00:51 Title: Log in to FreeBSD Bugzilla 11:02:18 Yeah, I'm in there, searching now. 11:04:49 FreeBSD 14.0 USB goes into a connect/disconnect loop, seems to go away once dbus is started (sddm) 11:10:52 I'll sign up and go through the process ....thanks 12:04:41 Hi. This compile times are to much for me :)) Is it possible to reinstall the software on my freebsd system pkg based? system pkg based? 12:05:09 what are you compiling? 12:05:16 base system, or ports? 12:05:26 Ports.. everything pulls in another llvm version and then it takes hours 12:05:40 by all means install packages instead then 12:06:03 Ikr.. but i am not supposed to mix them and installed a bunch using portmaster already.. Could i reinstallthose using pkg? 12:06:13 you shouldn't really need 12:06:15 to 12:06:38 the "not supposed to mix them" isn't that important 12:07:42 the main problem with mixing them is the fact that the pkg repo lags behind the ports tree due to the time taken to build things, and the fact that it'll try and upgrade packages that you built with customized options, replacing them with defaults 12:08:14 if you didn't tweak the options, the packages you build locally are no different from the ones in the repo 12:08:46 I add pulseaudio support on some but after the 10th dialog i justhold enter because i dont care much anyways :) 12:09:15 Sort of defeats the purpose of freebsd as well 12:09:19 Might just not be for me :D 12:09:39 it doesn't defeat any "purpose of freebsd" 12:09:54 the fact that you _can_ compile everything yourself doesn't mean you're required to 12:13:38 KingShark: look into poudriere. it allows you to build your own local package repository for the ports you modify and have them take priority over upstream packages, but then use upstream packages for everything else 12:13:50 it's pretty flexible and is the official tool used to build the entire ports tree 12:14:02 that way you don't mix manually built ports with packages fetched via pkg 12:16:40 thanks :) 14:10:20 Hi. Why would ntpd not synchronize the time? ntdp_enable="YES" is in my /etc/rc.conf and a manual update via ntpdate would work 14:10:44 ntpd_enable? 14:10:52 also ntpd_sync_on_start="YES" 14:11:10 if i run service ntpd start now, should it do a sync? 14:11:29 if ntpd_sync_on_start="YES" is set in rc.conf, yes 14:12:26 thanks seems to work :) time is up to date 14:18:13 ntpd_sync_on_start is required if the clock might not be very close to correct on startup; it allows ntpd's first clock adjustment to exceed the normal step limits 15:06:04 Hi. Something i dont understand: I moved my /usr/home mountpoint to a second zfs pool on another disk. Yet when i check in Thunar, it shows the freespace of the first pool in that directory. Also when i do df -h, it does not show this mountpoint at all. zfs list shows it fine and correct though. 15:07:15 what does zfs list show exactly? 15:07:26 it sounds like you didn't actually mount it from the new pool 15:09:42 here a paste https://bsd.to/DDxK 15:09:43 Title: dpaste/DDxK (Plain Text) 15:09:57 zroot is pool#1 and data pool#2 15:10:04 i want /usr/home on pool#2 data :) 15:10:55 so it's not mounted, and the /usr/home you're seeing is the one on zroot 15:13:42 hey guys, i installed 14.0-BETA2 to check it out, and there is no portsnap anymore, any ideas how to get fresh ports? (and i didnt bother to get ports at install time as i inteded to use portsnap) 15:14:58 KingShark: check the properties on the new one? perhaps it has canmount=off ? 15:15:18 torindel: git 15:15:35 RhodiumToad: git isnt in base either 15:16:32 RhodiumToad: any tool to get fresh ports before installing anything via pkg? 15:17:01 RhodiumToad, i now did 'zfs set canmount=on data' and another 'zfs set mountpoint=/usr/home data' and tried to confirm via mount -a; mount but its not showing 15:18:01 'zfs mount' not showing it either 15:18:34 maybe the current /usr/home just resides in the /usr mount as a regular folder and blocks the mount? 15:18:44 or other question: will portsnap be back in 14.0-RELEASE or is it deprecated? 15:20:31 torindel: afaik it's deprecated 15:29:17 RhodiumToad, 'zfs mount -a' did the trick lol 15:29:27 How do i make it persistent? 15:30:34 zfs mount -a is run automatically at boot 15:31:01 as long as the properties don't disable it from being mounted, it'll mount at boot 15:31:25 KingShark: ensure you got zfs_enable="YES" in /etc/rc.conf and as RhodiumToad said you should be fine 15:32:49 doublechecked, is in rc.conf.. Well. Weird. I did not change much, i set the canmount=on for it (i dont know if it was on before). 15:33:06 seems to work fine now, i unmounted it again, re-mounted it and copied the files over 15:33:14 Will reboot for a try :) 15:34:59 reboot done; all good 15:35:51 torindel: portsnap is deprecated, maybe you can fetch(1)? freebsd really needs a tool in base to fetch stuff from git 15:37:26 side note: ftp://ftp.freebsd.org/pub/FreeBSD/development/tarballs/ports_main.tar.xz <= how often ports tarball is updated? daily hopefully? or quaterly like older ones? 15:38:28 look at the file dates? 15:38:59 same date as ports_2023Q3.tar.xz 15:39:07 thats why im asking ;] 15:39:18 (and thats today) 15:42:36 the quarterly branch isn't fixed for the whole quarter, it's just updated less than the main one 15:43:36 oh ok, thx 17:21:51 torindel: if nothing else works :) https://github.com/freebsd/freebsd-ports/, "code" -> "download zip" 17:33:57 Hi. Is it possible to reduce the screen resolution for tty terminals (ctrl+f1-f8) while keeping the xorg ttv9 untouched? :) 17:34:34 I like the size it has before starting xorg 17:35:04 Or loading the nvidia drivers, i guess thats actually changing the resolution :D 17:40:38 Wen will FreeBSD 14 come out 17:40:52 WEN� 17:40:52 WEN�� 17:40:53 WEN�� 17:40:53 WEN� 17:41:21 I hope next week otherwise I install OpenBSD 7.3 17:41:22 vidcontrol -f terminus-b32 seems to work to achieve sort of what i wanted.. making the font bigger instead of the resolution smaller :D 17:42:24 psionic, i see dates up to late october in this https://www.freebsd.org/releases/14.0R/schedule/ . others will know better x) 17:42:25 Title: FreeBSD 14.0 Release Process | The FreeBSD Project 17:47:28 psionic: you can install beta and then update it to release when it's out, don't expect to be a lot of changes in there 17:49:54 is it having the same issue as netbsd? That after install when you use it for a while and they make a new release it keeps crying that the binary packages were compiled to version xyz, I really don't like that. 17:51:25 it starts crying when the release you are running is EOL 18:06:48 psionic: try out netbsd 18:06:55 we're waiting for netbsd 10 noe 18:06:56 now 18:07:00 from 9.3 18:11:23 I mean, you can always run NetBSD CURRENT if you don't wanna wait 18:18:59 meena: that *may* have stability issues and I wanted to deploy it on a server :) 18:22:37 * meena usually runs RELEASE or STABLE on servers 18:23:39 meena: NetBSD RELEASE? 18:23:57 signalblue: FreeBSD. 18:24:02 ah 18:24:09 I usually only run RELeASE 18:24:14 RELEASE sorry 18:24:24 I'm in too deep in FreeBSD, and not nearly as deep in other BSD 18:24:41 RELEASE is the stablest one 18:24:56 are you deep in Linux/Debian? 18:25:16 nope. not for a long time by now 18:25:17 FreeBSD is a nice change of pace from that 18:25:37 I find Linux confusing when looking for source 18:25:52 (imagine my confusion then, when working on windows) 18:25:52 me too 18:26:01 looking for source? 18:26:05 like as in source code? 18:26:43 yes 18:26:45 there's also this - nomadbsd.org - never knew of it until now 18:27:19 having the entire base in one place is really useful 18:27:26 ^^^ 18:27:57 Unix stuff makes me dizzy. Windows is worse. 18:29:13 anyway, time to do dishes, then sit down an stare at some documentation, and attempt to write another function for a kernel driver before my brain goes bzzzzzzt 18:31:14 actually, I just got an idea. I'm gonna turn that driver into boilerplate and debugger code, and see what the client code does. 18:31:30 gosh, imagine if i had that idea 3 months ago 18:31:44 I might be half finished by now 18:41:07 put differently: imagine if I had a brain, or mentorship? I could be… at least mediocre. 18:42:21 Can it run the latest Arduino ide 2.x and sketchup? 18:44:37 psionic: https://www.freshports.org/search.php?query=Arduino%20&search=go&num=500&stype=name&method=match&deleted=excludedeleted&start=1&casesensitivity=caseinsensitive i only see 1.x 19:32:18 How is the VirtualBox support is it somewhat degraded compared to linux? 19:32:33 Can I for example install a linux in vbox and use that for arduino programming 19:32:45 as I recall there was some usb support issue with fbsd 19:43:28 VirtualBox� can be configured to pass USB devices through to the guest operating system. The host controller of the OSE version is limited to emulating USB 1.1 devices until the extension pack supporting USB 2.0 and 3.0 devices becomes available on FreeBSD. 19:43:33 VirtualBox� can be configured to pass USB devices through to the guest operating system. The host controller of the OSE version is limited to emulating USB 1.1 devices until the extension pack supporting USB 2.0 and 3.0 devices becomes available on FreeBSD. 19:43:52 still? 19:47:05 Oracle Cloud FreeBSD successfully upgraded! yey! 19:52:05 psionic: you could use bhyve and pass through an USB… thing 20:25:05 I may have done a bad thing. I upgraded my zfs pools on beta2 and now I can't even get to the loader on boot. First message is: ZFS: unsupported feature: com.klarasystems:vdev_zaps_v2. Not sure if that's actually an error. Later I see ERROR: cannot open /boot/lua/loader.lua: no such file or directory. Not sure what to do. 20:28:00 markmcb: now you need to update the loader, using efi? 20:28:05 markmcb, u need to update boot loader 20:28:19 yes, using efi 20:28:56 boot from 14 iso, mount the esp partition and copy /boot/loader.efi to efi/freebsd/loader.efi on that esp 20:29:31 ok, will give that a shot. thanks! 20:30:21 (note that esp is fat32, use mount_msdosfs) 20:31:53 ok, thanks. and just curious, did i do something wrong? should freebsd-update have done this for me? or is this always a manual step? 20:32:59 don't think freebsd-update does that for you 20:33:55 we now have esp mounted by default in /boot/efi/, still neither installworld nor freebsd-update seem to update the loader 20:34:01 freebsd-update doesn't run zpool upgrade and doesn't update loader not in /boot/ 20:37:30 zpool(8) really should check if bootfs is set and refuser to continue to upgrade unless --yes-i-really-know-what-im-doing is specified :D 20:37:43 refuse too 20:40:12 i moved loader.efi, but still getting the loader.lua error. copy that too? 20:41:43 moved it where? 20:41:57 efi/freebsd 20:42:08 on the efi partition 20:43:06 may be it's using the default one in efi/boot/bootx64.efi? try to copy /boot/loader.efi to that path as bootx64.efi 20:44:22 (efibootmgr -v would show what entry gets used and the paths) 20:45:36 ok, it is booting now. thanks!!!! 20:45:59 \o/ 20:48:51 That was a fun moment of panic. I appreciate the help. 20:52:18 I'm curious, where is that documented? The handbook seems to imply freebsd-update upgrade/install does it all. The updating bootcode section is largely blank. 20:53:24 I see it in loader.efi(8), but seems the handbook should make a bigger callout for it. 21:10:09 not sure what changed, but in 14b2 any time i restart a jail that's using sriov for networking it takes a looooong time for the vf to become available. it effectively breaks "restart" as it simply fails when trying to start again. 21:11:53 seems to take 5-10 minutes on average 21:30:30 markmcb: which nic? 21:31:02 Chelsio T520-SO-CR 21:37:49 and which version worked? 21:51:36 13.2 would also exhibit delays, but more like 5-30 seconds 21:52:30 seems something is taking even longer to complete and jail restart is unaware of it and considers the stop job complete 21:58:42 fwiw, same behavior from a x710-da2