00:00:45 I'm a little confused about the recent OpenZFS release issues 00:00:56 OpenZFS 2.2.2 is out to fix data corruption bugs 00:01:24 but FreeBSD 14.0-RELEASE-p1 contains patches to OpenZFS 2.2.0? 00:04:23 makes sense, cherrypicked against what was tested 02:25:46 veg: No, FreeBSD doesn't have 2.2.2. The issues FreeBSD had were in 2.2.0. This was fixed in 2.2.1 but another whopper bug was introduced, so 2.2.2 fixes both for Linux, while not yet addressing the still-newer LUKS issue. 03:46:23 i have options GDB set (13.2) but debug.kdb.available does not contain any entries. my intention is to use bhyve -G, is there anything else i need to do to be able to set debug.kdb.current=gdb? 04:48:00 hello 04:48:12 I am having merge conflicts and trying to upgrade to 14.0 from 13.2 04:48:40 is there any advice before I just run the backup to reverse this entire nonsense? 05:16:13 ls 05:16:14 exit 05:34:51 sixpiece: I had a few issues, and decided to save my config/data offsite and just install a fresh version of 14-RELEASE and then made sure to upgrade to the p1 that is out now 05:35:11 sixpiece: no issues so far, running strong; 14-release-p1 05:35:54 yes I should stop trying to be on the forefront so much and like wait 6 months before I install it I am trying something new but I will just reverse it if it doesn't work I guess 05:37:09 13.2 was also running very well, I'd say unless you need a new stable version of the utility that's specifically available in 14.0, just relax a bit until it's updated some, yes 05:38:08 yes I will try it again in 6 months 05:38:37 thank you 05:38:48 np, have a good night and thanks for using freebsd :) 07:13:12 Hey there! I'm finding that my laptop with FreeBSD freezes up for a short bit (2-3 seconds) every now and then, the graphics freeze but the mouse pointer doesn't, so it kinda sounds to me like a system call is taking a long time to complete. I don't see any messages in dmesg or on tty0, any ideas on how I could debug this? 07:14:26 I use ZFS on GELI with this laptop, with Intel graphics. I've upgraded to 14.0-RELEASE a few days ago, but I had this same behavior on 13 07:15:20 i suspect in dmesg you will see something about GPU hang 07:16:06 angry_vincent: I didn't see anything. I waited for it to happen, then switched to a TTY with an old dmesg listing, asked for a new listing, and nothing new appeared there 07:59:22 voy4g3r2: "tried sudo su toor" ? 08:00:02 voy4g3r2: tried "sudo su toor" ? 08:02:16 voy4g3r2: reboot machine, boot to single-user mode, set root password, switch to multi-user and bring up services 08:18:15 voy4g3r2, Reboot, at the boot menu select E to select a boot Environment, select A to select the previous active Boot Environment, log in normally, bectl mount default /mnt, vipw -d /mnt/etc, fix the broken password file, bectl umount default, shutdown -r now, boot normally, log in normally. Profit! 08:20:19 If you want to use a different editor, like I do, then at the vipw step specify a different editor with "env EDITOR=emacs vipw -d /mnt/etc" or use whichever editor you prefer. 08:21:22 The use for "env" there is needed for when csh is the command line shell (such as the previous FreeBSD 13) but env works with any shell and so is often documented to use for portability. 08:22:56 When booting the previous Boot Environment you are logging into a file system clone of the snapshot freebsd-update created just before upgrading. It's the previous OS from before the problem. 08:33:28 Also this is probably obvious but while using "vipw -d /mnt/etc" to fix the passwd file the previous file with the previous entries are available to reference at the /etc/master.passwd file. If things are really mangled then /etc/master.passwd can be used as a reference copy. 09:36:56 sudo su root, why not sudo -i? 09:37:27 There's an i flag for sudo that replaces sudo su? 09:46:41 meena: su needs -l too 09:46:59 and 'su root' is equivalent to 'su' 10:52:54 Hi, I have successfully installed FreeBSD 13.2 w/ GELI and ZFS. And I know how to make custom partition layout. But when I tried to add authentication feature to the geli device, I failed to boot with message "Can't find /boot/zfsloader | /boot/loader | /boot/kernel/kernel". What should I do for a bootable geli device with authentication? 12:27:26 After whatever drm/mesa thing got updated and "fixed" my blender issue, I'm getting hard resets when using blender. Can anyone advise on how to figure out which component is even at fault? Far as I can tell this could be caused anywhere between drm-kmod, gpu firmware, mesa stuff, vulkan/opengl, x11 and blender and I seemingly can't even get a single line of output telling me what went wrong… 12:28:49 kern.powercycle_on_panic and kern.poweroff_on_panic are 0, kern.panic_reboot_wait_time is 15 (should all be default) so as far as I can tell a "normal" kernel panic shouldn't even instantly reset the machine, so I'm pretty much at a complete loss on how to figure this one out. 12:32:00 neither current nor previous dmesg and messages in /var/log seem to contain even a single line about what happened either… i just open blender, work with a negligible amount of vertices and poof system's gone. variable amount of time, not doing anything specific. sometimes it just happens while rotating the camera. only commonality is that it happens while blender is redrawing its viewport 12:32:03 (moving vertices or camera, essentially) 12:34:03 i have the normal dumpdev="AUTO" in my rc.conf, but /var/crash only has a "minfree" file whose only content is "2048", nothing else. 12:35:58 yeah.. well i get an error with u-boot BUG /drivers/usb/host/xhci-rb.c:548/abort_id() 12:36:10 that was a goo dmess up right there 12:46:19 well look at that, it boots.. i am cluseless 12:46:47 still have no user root error but i am able to boot into the environment 12:58:39 well it loks like i have this toor account but now i can not login.. did learn of this toor account.. had no clue about it before 13:02:51 if you can use sudo in your regular login, you can 'sudo su toor' 13:03:12 sudo: unknown user root 13:03:21 sudo:error initializing audit plugin sudoers_audit 13:03:30 huh, unexpected, that 13:03:36 ahhh 13:03:50 sudo is broken too 13:03:56 try su toor 13:04:11 i am presented password, i try my root password 13:04:14 and says no bueno (sorry) 13:04:25 blank password does the same 13:04:38 maybe i should try making a password for it 13:05:30 well that did not work.. it says passwd: permission denied (which makes sense, since not doing it as root) 13:05:31 don't think you can, if you're not a superuser account (root or toor) 13:05:39 yeah 13:06:04 are you able to boot to single user mode? 13:06:11 well at least i got my uncommited code off it and it was able to "boot" looks like this rainy sunday is doing what you suggestd 13:06:27 i will have to give that another try, gotta boot the machine on workbench 13:06:35 brb, going to set that up right now, to see what i can get 13:07:24 I think it is better to boot off a FreeBSD liveCD and inspect from there 13:07:35 yeah you're right 13:08:04 other alternatives - su -l toor or su -m toor 13:08:18 either way, need to move machines over and should have a bootable usb thumbdrive also.. learning from mistakes 13:09:59 just tried su -l toor and su -m toor and they wont work if no passwd is set for toor 13:11:14 i did notice they fixed esolution issues on raspberry pi install 13:11:26 now i am not blinded by the txt being huge on this monitor 13:11:46 err i did the no boot menu option 13:12:44 i do not like that option to get rid of boot menu and do -1 13:14:04 beastie_disable="YES" is bad 13:25:28 Hi 13:25:35 It seems it was not motherboard issue 13:29:12 here is the errors in dmesg (I copied everything under network initialisation since that was when I plugged in the USB sound card that works on FreeBSD laptop) 13:29:15 https://clbin.com/rbogL 13:29:52 f451: toor usually has a password of * 13:29:54 It gets io_error and can't set USB buss 13:29:59 so you cannot su to that account 13:30:17 If it perhaps CPU issue and not MotherBoard? Or do I need some firmware or something? 13:31:47 these three lines are interesting from the dmesg: 13:31:52 xhci0: Resetting controller 13:31:55 usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_TIMEOUT, ignored) 13:31:57 usbd_setup_device_desc: getting device descriptor at addr 5 failed, USB_ERR_IOERROR 13:34:11 either your USB device is faulty or the USB controller/port 13:34:18 or the cable 13:40:03 I tried USB on other laptop and PC, no issue, with same cable 13:40:21 Just changed motherboard because I thought it was motherboard issue 13:41:02 Googling a bit and maybe bios setting, or perhaps it is cable. I will go get the original cable it came with (much shorter) 13:41:23 Is there any possibility it is CPU related? 14:49:18 I tried using the usb cable it came with, same issue. I am off to bios 14:58:35 Ok so it says the usb is self powered, does it mean it thinks my USB soundcard has it's own powersource or that it is powering the USB? 14:58:44 My sound card gets power from USB 15:02:15 is it using usb1, 2 or 3? 15:02:43 It is a USB2 device but I connect to USB3 15:03:12 do you have any usb2 ports to try it in? 15:04:13 Yes. Last time no issue iirc, let me try again 15:05:29 I try another USB 3 on back side now 15:06:23 Ok, no keyboard or mouse issues at least 15:07:03 Let's see if sound breaks or not (Last time I got it to work on other motherboard it had a lot of crackling, which I suspect is from not enough juice being fed) 15:09:47 Ok it seems to work properly now. Perhaps front panel USB 3 doesn't give juice other than the 100mA or whatever USB drives run at 15:10:01 Previous motherBoard had a lot of crackling 15:11:25 I guess previous motherboard was shit. Although this time I change a BIOS setting about XHCI devices 15:11:32 Could have been that 15:12:19 Aw well, thanks for the tip, I had given up on back USB being different from front since prior MoBo had same result 15:14:13 a 15:17:29 are there any known bugs in the updated ix driver ? 15:18:08 I just enabled it and it says it detected the device is in firmware recovery mode and it cuts off the connection 15:18:27 but the device is most definitely not in firmware recovery mode and it runs the latest firmware from Intel, 3.60 15:19:27 I also run the 3.3.35 package version from Intel 15:57:02 i have options GDB set (13.2-release) but debug.kdb.available does not contain any entries. my intention is to use bhyve -G. wondering if there is anything i'm missingthat i could be doing wrong that is preventing the GDB backend from being available 16:10:14 I did a freebsd-update on 13.2-RELEASE, where does the system keep the original sshd_config file ? 16:28:52 mns: Looks like /var/db/freebsd-update/files. Maybe check something like /var/db/freebsd-update/*-rollback/INDEX-OLD for the gzip filename to 'zcat'. 16:31:37 Or, if you happen to be using ZFS, freebsd-update probably created a snapshot. 18:03:53 It appears I can't record from my mic 18:06:01 Mumble doesn't hear anything 19:31:06 psychonate: thanks. I'll take a look 19:48:27 I didn't realize there is a binary patch now as well for that recent zfs issue: https://www.freebsd.org/security/advisories/FreeBSD-EN-23:16.openzfs.asc 20:18:42 when i log in, my system tells me i'm on releng/14.0-n265380, but the revision that fixes the ZFS issue is releng/14.0-n265384. does that mean this fix wasn't included in 14.0-RELEASEp1? 20:22:30 scoobybejesus: it probably just means that uname wasn't updated 20:23:18 or whatever the heck uname is reading 20:29:10 is that a new thing with 14.0 ? I don't get a -nXXXXXXXX after the release nuber in 13.2-RELEASE-p4 20:39:36 scoobybejesus, Is your system compiled from source or freebsd-update binary? I am guessing it is compiled from source and that is the source version. 20:40:05 Also is that the base userland version or kernel version? 20:40:06 actually, i am all binary.. no source 20:40:52 i actually only am able to see that version by logging in via ssh and reading the login message. maybe there is another way. i haven't looked deeper. 20:41:00 I have not yet updated to 14 so I don't know but... The base userland version is hard coded into the script. "less /bin/freebsd-version" and see USERLAND_VERSION there. 20:41:39 Oh! The official way is "freebsd-version -kru" for the full set of three versions. The installed kernel, the running kernel, which may be different, and the base userland. 20:42:08 By inspection of the script we see the base userland version is "compiled" into that script and reported directly from there. 20:42:30 i guess it's in uname -a as well 20:42:34 The installed kernel is found by using "what -qs /boot/kernel/kernel" which on my 13 system reports "FreeBSD 13.2-RELEASE-p4 GENERIC". 20:43:13 And the running kernel is reported by asking the kernel itself with "sysctl kern.osrelease" which reports this on my system "kern.osrelease: 13.2-RELEASE-p4". 20:43:20 freebsd-version -kru prints as expected, the third adding -p1 20:44:06 The kernel and the base userland get updated separately and are frequently not the same if updates were released for one but nothing changed in the other. 20:44:20 I'm not sure what all 'uname' checks, but I think the 14.0 p1 binary update didn't touch /boot/kernel/kernel, so that may be why only the userland has the p1. 20:45:06 I am sure uname reports the kernel's struct uname data which will be the same as the "sysctl kern.osrelease" data. 20:45:35 but it did update /boot/kernel/zfs.ko and /lib/libzpool.so and some other files, so that's a good sign 20:47:46 https://lists.freebsd.org/archives/freebsd-announce/2023-December/000104.html 20:47:47 Title: FreeBSD Errata Notice FreeBSD-EN-23:16.openzfs 21:04:52 psychonate: do you get -p1 for 'freebsd-version -kr' 21:10:12 mns: No, only for 'freebsd-version -u', but I think that is expected. The binary patch didn't need to update /boot/kernel/kernel. It updated a zfs lib and the zfs module, I believe. 22:12:21 damn I am speachless. I am not a player, and watching now video of NightCity from CyberPunk 2077. Amazing. Unbelievable. 22:13:50 anyway. Is FreeBSD a hobby for you? Or what? How can you describe your relation ;) 22:14:56 and how about programming knowledle. Do you code? Are you proffesional or hibbyst? 22:15:19 iam just curious 22:46:10 wikan: i'm an admin, turned coder, I do so semi professionally for FreeBSD's benefit. but it's more of an expensive hobby than a job at this point with how much slippage i have piled up 22:50:44 what is coding for you meena personaly? Is it some king of art, technical ability, sience? 22:55:35 JFYI, it's art. See https://en.wikipedia.org/wiki/The_Art_of_Computer_Programming 22:55:37 Title: The Art of Computer Programming - Wikipedia 22:56:33 wikan: all the above, and more 23:09:06 all the above or maybe there is one in particular?