00:13:21 if you don't set anything you should get UTC. 00:13:51 it's not the same 00:13:53 i tested it 00:14:07 not the same as what? 00:14:08 because /etc/localtime isn't there until running tzsetup UTC 00:14:35 having no /etc/localtime should have the exact same effect as having one that specifies UTC 00:15:00 if you like having the file there (I personally don't) then yes, do tzsetup UTC 00:15:23 i like consistency though 00:15:33 isn't that good? 00:23:20 consistency with what? 00:25:11 so no matter the tz, there's always a file at /etc/localtime with the value 01:33:33 Anyone do any updates recently and broke wifi? 01:44:54 ./quit 01:45:00 ./quit 01:46:35 hrw: backported to stable/13; I wouldn't anticipate an EN to 13.2, but it can be tested with the stable/13 snapshots that will come out in a couple days 01:46:46 (re: xhci) 01:49:11 kevans: hey! 01:51:11 what's the point of /etc/hostid? seems like a good way to make freebsd users trackable or something 01:51:53 angry_vincent: o/ 01:53:32 polyex: I want to say it's primarily used in NFS stuff somehow, but we'll also use it to, e.g., generate a stable MAC address for NICs that don't provide one 01:53:43 I think zfs also uses it in some fashion 01:54:11 kevans: i remember there was an attempt of backporting synth from dragonfly to freebsd and that changes are minimal. is there any specific steps documented about what is needed. it is stated ( by dragonfly ) that it should work on both systems. 01:55:42 angry_vincent: not documented anywhere, no 01:55:58 it mostly just works, but some config changes are needed (naturally) that I haven't taken the time to nail down yet 01:57:40 how to work with it ( to chase the configs changes ). clone synth repository, compile or whatever are the steps? 02:16:31 what does it do to set the supersede-domain value for dhclient? 02:21:39 angry_vincent: there's some patching required, but I don't have the patch offhand at this machine 02:29:40 :( 02:37:52 polyex: it makes dhclient use your local domain name or whichever domain name you want instead of the one upstream assigns to you 02:45:49 why would that be good? 02:51:05 because you may not control upstream and you may want a different domain name (presumably this is search domain?) to be used 02:51:32 oh search 02:54:28 well, maybe, I guess. there's domain-name and domain-search 02:55:07 damn 03:01:12 weird thing is in a scripted bsdinstall, files that are overlayed on the FS as a custom distribution.txz all have their user/group set to the 1 new user i create in the bsdinstall script. why is that? any way to fix that without a chmod statement for evvvery file? 04:13:13 ah got it. i just needed to specify --uid and --gid in the tar command 04:13:22 --uid 0 i mean 05:43:49 why isn't bash saving its history to $HISTFILE? 06:48:54 kevans: thanks! 06:58:26 thanks secteam & others, for all the work prepping those patches again to keep us safe :-) 06:58:45 RhodiumToad: I have seen a few apps/tools that *demand* /etc/localtime. It's annoying. 06:58:51 I forget the names though 07:31:02 in scripted bsdinstall, i have a bunch of config files in a distribution.txz. so that it gets extracted without my user:group on the files, i tar the distribution with --uid 0 --gid 0. that works for root files, but then some dirs and files that go into /home/user are owned by root:wheel not user:user. any solution? 07:34:18 Is that a trick question? Update the user:group post extraction? 07:34:44 chown -R user:group $HOME 07:35:04 will that cascade to all files within it? 07:35:24 With "-R", ye 07:36:08 https://man.freebsd.org/cgi/man.cgi?query=chown&apropos=0&sektion=0&manpath=FreeBSD+14.0-STABLE&arch=default&format=html 07:36:09 Title: chown 07:36:26 and that's safe to do? like there's no files or dirs in a normal $HOME that have a different owner:group than the user of the $HOME? 07:36:43 :shrug: 07:52:04 hello, I upgraded from 13.2 to 14-beta1 a few weeks ago, and got this freebsd-update bug thing 07:52:09 can i repair it afterwards? 07:52:33 will upgrade to beta4 just fix it when its out? 08:04:09 parv ok it worked 08:19:06 FreeBSD 13-daily are on https://download.freebsd.org/snapshots/ISO-IMAGES/13.2/ or is it other place? 08:19:08 Title: Index of /snapshots/ISO-IMAGES/13.2/ 08:19:41 daily? 08:19:46 like latest dev? 08:20:06 latest dev takes place on -CURRENT not any prior release 08:20:18 even 14 is behind -CURRENT now 08:20:59 polyex: no, I mean 'past 13.2, not yet 13.3' builds from FreeBSD-13 branch 08:21:13 ah 08:21:21 ya i wanna know too 08:22:36 polyex: 13.2 does not boot on my system, kevans helped to identify and backport fix for it. I have a ticket 'check freebsd 13.3' to remember about it and just wanted to add url to check there 10:02:30 did anyone here play with the Zig language? any thoughts? 10:05:11 i added an automount entry in my fstab to mount a linux ext4 hard drive. and it got mounted ok, but the user:group is under 1000:1000. i tried adding uid=1001,gid=1001 in my fstab entry but that apparently only works for ntfs filesystem. is there a way i can setup fstab to automount an ext4 drive so that i as the user can have read and write access? the rw option doesn't seem to work :( 10:46:08 Rue: change the users uid and guid? 10:49:33 cdrmack: we've got people in here who are very interested and following it 10:51:25 @meena, thanks 10:51:54 SKull: you mean by adding uid=1001,gid=1001 to the fstab entry? i tried. or do you mean by chown the folder? but then when it gets automounted again in the future it will just get changed back to 1000:1000 again though right? 10:55:59 Rue: i'm no expert. but i'd just give the BSD user the 1001 uid and gid 10:57:34 👍 10:58:05 meena: i'm really no expert, so i'm not sure if that thumbs up is sarcastic ^^ 10:58:31 make UIDs same works, yes. 11:01:35 there is an emoji? shiet, I might need to re-configure my HexChat since I see only an empty msg 11:24:11 cdrmack: unicode :] 11:26:00 jails are not implemented on top of capsicum, right? 11:30:13 jbo: no 11:30:56 I'm trying to better understand the difference between a jail and a capsicum sandbox. 11:31:11 (from a system perspective, not implementation/use) 11:31:21 is it possible to have more than one rcvar (of sorts…) in a single script? 11:33:14 cdrmack: welcome to 2023. We've had Unicode for about 30 years, tho it's only really been actively used for about 20. Unicode is cool, it means you can decode more than just ASCII without it conflicting. But Unicode is also hard, because not all scripts' gylphs are made up of a single thing, and not all scripts are written in the same direction, 11:33:14 but too much software assumes that. 11:34:45 Mixing left-to-right, an right-to-left makes a lot of software cry. And so does just plain trying to display Perso-Arabic script. 11:35:35 so just writing "Hello / سلام" can probably make your computer explode, because programmers are ignorant and mostly just paid to build garbage under pressure. 11:37:36 I'm on a pretty fresh system, what font do you use? 11:37:38 jbo: they are separate systems. every process belongs to a jail ("unjailed" processes belong to prison0). you can think of them as a more restrictive chroot. capsicum on the other hand gives the software you're writing control of how sandboxing is done. once you enter capability mode, you can only use file descriptors that you have (they are treated as capabilities) or derived from the ones you have 11:37:44 (e.g. if you have a fd to directory you can openat() on that fd to get new ones). based on the permission list that the software specifies, there will be limitations on what system calls will be allowed for that process. jails are more of a sysadmin tool whereas capsicum is more of a software developer tool 11:38:35 dstolfa, alright, that is pretty much how I understood it too. thanks. 11:57:47 what's the max CPU that bhyve can support 11:57:47 ? 11:58:06 antranigv, it used to be 16. AFAIK now it's "unlimited" (1024) 11:58:17 jbo thanks 11:58:40 antranigv, https://cgit.freebsd.org/src/commit/?id=c76e4b89 11:58:41 Title: src - FreeBSD source tree 11:58:46 antranigv, https://cgit.freebsd.org/src/commit/?id=f1d450dd 11:58:48 Title: src - FreeBSD source tree 11:59:17 antranigv, I have a bhyve VM with 32 CPUs running just fine. 12:00:32 I'm gonna need one with 240 12:00:36 so, figers crossed 12:01:08 don't rely on what I told you tho. 12:01:54 antranigv, and I think you'll actually need to provide 240 CPU cores to bhyve for that to work. 12:02:04 yeah, I have 512 12:02:17 excellent. 12:02:27 I hope someone else is paying for that :D 12:02:33 they are :)) 12:02:44 stupid Linux can't handle megaraid_sas properly 12:02:52 I used it for weeks on FreeBSD without issues 12:02:56 no it craps on Linux 12:03:08 so I think I'll go back to FreeBSD on the host, but run Linux inside a VM 12:03:24 yeah that's what we're doing everywhere too. 12:03:36 and then porting stuff so nowdays there's literally only one Linux VM :D 12:03:49 and most stuff runs just in jails instead 12:08:47 I cannot believe that Linux "won" 12:09:07 I like to think of that as a good thing. If BSD would have won similar issues would arise here. 12:09:25 anything that becomes mainstream is practically doomed from an idealist point of view. 12:19:23 * g4rrgl3n0m4d likes jbo comment 13:26:05 hrw: yeah, that looks right 13:27:20 snapshot builds are weekly starting on thursday around midnight UTC, generally available by late Thursday / early Friday IIRC 13:45:36 thanks kevans 14:12:21 Justin Bieber and Mariah Carey f u c k in their minecraft world! Sample and link: Meanwhile, Justin was smoking his bong, watching the two women and getting more aroused by the minute. As Justin Bieber got high on weed, his eyes couldn't help but fixate on Mariah's nether regions. The smoke had given him the munchies, and he craved a snack. Without any shame, he dove his face into Mariah's vagina, 14:12:22 devouring the feces that lay within. https://justpaste.it/MariahCareyMinecraftALHotPocket 14:12:23 Title: Justin Bieber and Mariah Carey in Their Steamy Hot Minecraft World - JustPaste.it 14:15:20 classy 14:33:09 hmm. 15:15:05 Biledramer is really bad at posting bait. No one heard of Justin Bieber or Mariah Carey in years. 15:16:06 hell, even minecraft isn't that popular anymore. 15:21:03 SKull: That's pretty true. Personally, I'm still trying to figure out how the feces got to where it was mentioned. 15:23:26 ek: maybe Biledramer just doesn't know the first thing about the female anatomy. Or Mariah Carey is really unsanitary. 15:35:29 SKull: It could very easily be both. 15:54:40 SKull: she did enter the bathroom where an old lady was already using it 15:54:46 in the Heartbreaker video 16:01:42 signalblue, SKull, ek: for chitchat you might want to #freebsd-social. this channel tries to stay in topic 16:17:20 So, is there a way to disable the beep noise when searching for a string in firefox where no results are found? I just plugged in speakers and it's stupidly loud compared to the rest of the system audio. 16:24:20 BillyJoeBob: check about:config 17:16:40 Garfield Has Sex with Nermal in Minecraft - Garfield lures Nermal into a Minecraft world and gangbangs him with Steve, the Ender Dragon, and Creeper. https://justpaste.it/Garfield_Sex_Nermal_Minecraft 17:16:41 Title: Garfield Has Sex with Nermal in Minecraft - JustPaste.it 18:11:46 sometimes i wish IRC would let you delete history 18:48:28 I connected an external monitor to my laptop and adjusted X11 using xrandr so the monitor is at a higher resolution than the built in screen and it's now the primary output. however when I switch back to a VT there is a fair amount of framebuffer space to the right and at the bottom that does not show on the external monitor. also the mode is wrong in that there are black bars on the left and right. is 18:48:35 there a way to fix this? I'm using i915kms.ko 18:49:10 when i'm running bhyve for the first time to install the OS on a vm guest, the initial boot screen is there for 10 seconds. any way to disable it? AFTER the OS is installed it's not a prob because i set autoboot_delay="-1" in /boot/loader.conf. it's the first boot i can't figure out how to change. is the only option to change the file in the 18:49:11 installer iso that bhyve boots with? 19:00:01 maybe you could mount the .iso, copy the files to a writable location, change /boot/loader.conf in there and then make a new .iso 19:00:23 well ya that was the last sentence i said 19:00:31 was just hoping there was a way without modifying the iso 19:08:04 polyex: is there a reason you haven't made your own VM images yet? 19:09:00 made my own vm image? 19:09:12 do you mean .iso installer image? 19:10:02 no, i mean, you do an install, then take snapshot of that, and use it for the next VM 19:10:47 hrmmmm… that would require something like cloud-init tho, to modify hostname settings, and whatnot 19:10:54 well i'm getting there. first i gotta get scripted bsdinstall done. THEN i can use it to install a new vm, THEN i can get into snapshotting and cloning 19:11:06 hmm 19:11:17 why's cloud init required? 19:11:26 to modify hostname ... when? 19:11:49 at first boot of a cloned vm, presumably 19:12:09 ok well all that stuff is next step 19:12:55 it, or something like it, is useful to make some settings you're gonna make on every machine (albeit differently) 19:13:24 k i'll check it out next 19:13:26 ty 19:14:12 but so for my question, is the only way to do it to modify /boot/loader.conf in the installer .iso then repack it? 19:14:29 like no way to force bhyve to do it when it starts the vm installer? 19:15:33 Hostname, SSH Keys, growfs, Bikeshed growfs: https://reviews.freebsd.org/D27161 , configure network, DNS, ntp, setup sudo, install packages, configure configuration Management, phone home and tell ET everything is going to be okay 19:15:34 Title: ⚙ D27161 growfs: make exit codes more consistent 19:17:24 polyex: We have some provisions for that. https://www.freshports.org/search.php?query=firstboot&search=go&num=500&stype=name&method=match&deleted=excludedeleted&start=1&casesensitivity=caseinsensitive 19:17:57 for my question or for the cloud-init thing you're talking about? 19:18:18 we can also do growfs (in fact, i use our growfs service in cloud-init) 19:18:59 ah, misunderstood your question. 19:19:24 So, basically, you'd have to send a key (enter) to the boot screen 19:19:52 I don't know if we have any tool for doing that 19:20:17 send a key to the boot screen for what? 19:21:27 to shorten the default countdown of ten to one (or zero) on the first boot 19:22:10 oh, actual keyboard key. ya i do that now manually 19:22:26 i guess the answer is no it's not possible without modifying the loader file in the installer iso, ok 19:22:33 ty 19:22:53 wait 19:23:00 ya? 19:23:22 So you have a console open? your machine has a console of some sort? 19:23:37 you're not doing completely unattended installs? 19:23:53 no i'm watching it run in a bhyve guest vm through vnc 19:24:16 it starts, completes, reboots, all automated except my manual key press to skip the 10 second wait lol 19:26:45 yeah, so, I'm thinking, if you could connect to the serial console instead of vnc with something like https://man.freebsd.org/expect(1) 19:26:47 Title: expect(1) 19:28:05 that one is very old school. maybe the days there's better things at hand 19:28:58 if i won't ever use a mouse with this server can i block ums0 from loading or would that block usb keyboards too? can i make bhyve start vm with usb keyboard but NO mouse? 19:58:26 or just make bhyve start up with no mouse device 19:58:34 so then maybe the OS won't auto load its driver? 22:42:41 It has actually been stupid easy to work with raw disk images from a Windows system on FreeBSD! I've been in the process of dding a hard drive to a raw image, then shrinking the NTFS filesystem, shrinking the partition. I've made sure Windows still boots in VirtualBox. Now I'm copying the necessary partitions/mbr to a smaller raw disk image (from a terrabyte to 128gb) to eventually be converted to a 22:42:47 VirtualBox image.