02:31:36 Pastebin offline?? 02:31:45 https://bsd.to is down? 02:33:24 seems so, try using dpaste.org instead 02:33:36 thanks 03:13:17 just looking at the 14 release schedule and it just says "delayed". is there any resource with more info? 03:17:57 not at the moment, the openssl3 work may be near completion but it needs people to actually test it 03:18:56 see here: https://twitter.com/khorben/status/1665529570756382720 03:18:57 Title: Pierre Pronchery (@khorben⊙mso) on Twitter: "User of #FreeBSD, you’d like to test 14-CURRENT ahead of the release with #OpenSSL 3 in base? Give the Pull-Request at https://t.co/8UlXX1WUxK a shot and let us know if anything fails or isn’t as expected!" / Twitter 03:20:17 man, with VimDiesel you don't even need to visit twitter if that's not your bag of tea. all of the interesting parts right there inline 03:20:50 t.co link -> https://github.com/freebsd/freebsd-src/pull/760 if you're in that group and don't want to use a t.co link 03:20:51 Title: Update OpenSSL to version 3.0.9 in the base system by khorben · Pull Request #760 · freebsd/freebsd-src · GitHub 05:26:30 if I take 4 usb external drives and put them in zfs raid 0 will I get cmobined speed? usb 3 ports and compatible drives 05:29:01 will a saved fiel be broken into 4 sets of blocks and saved partiall o each of 4 drives? 05:29:13 so when reading it back it will be combined speed? 05:29:14 or no? 07:24:46 concrete_houses it depends on how you access the data, single threaded read from one application versus parallel reads from multiple applications. + block sizes for reads. 07:58:43 Hi, folks! Is there any possibility that chromium with pulseaudio support is being adopted in the ports (as flavor?) someday? There are a lot of info/threads out there pointing to "compile yourself" - which takes hours... 08:02:29 I mean, as far as I can see it's been there, but also got removed again. 08:03:29 And there's an open issue from 2020 with that topic -> https://bugs.freebsd.org/bugzilla//show_bug.cgi?id=246449 08:03:33 Title: 246449 – www/chromium: enable PulseAudio by default. 08:17:58 or - it is a little confusing to me the sndio/pulseaudio/oss/etc. topic... is there some high-level info on this from where I can start to dig deeper? 08:32:41 picolisp run on freebsd? 08:38:22 doesn't even compile 08:47:47 concrete_houses: the docs say it just needs a POSIX system but clearly the developer is wrong 09:27:30 hi all 10:20:07 tsoome: have you had a look at Hetzner's arm64 VPS yet? they are dirt cheap, but we don't get any output on efifb, and rather than fixing that, someone is working on https://reviews.freebsd.org/D40094 10:20:08 Title: ⚙ D40094 Add a virtio-gpu 2D driver 10:21:41 meena0 no output at all or no output when kernel is started? 10:23:05 I think no output at all 10:23:27 * meena0 needs to check backlog in #bsdmips 10:24:01 what firmware does it run? 10:24:59 no idea, https://www.hetzner.com/press-release/arm64-cloud/ 10:25:01 Title: Hetzner introduces arm64-based cloud serversHetzner introduces arm64-based cloud servers - Hetzner Online GmbH 10:27:07 at least some ampere servers have UEFI, but UEFI should not be an issue.... 10:27:49 ah. if it has pure virtual gfx, then it is problem 10:28:39 current loader is excluding GOP instances without mapped framebuffer (because efifb in kernel needs it) 10:29:43 once this D40094 is usable, this requirement is not true and loader does not have to exclude such GOP 10:31:01 let's hope Hetzner will support FreeBSD officialy soon 10:31:51 mage: I'm working on cloud-init, and having better cloud-init makes it so there's less excuse to provide images 10:32:52 tsoome: that review might be usable, but it's not mergable 10:39:00 the limit in loader is set with this commit: 02732f945ed2ec2b4fd03421923720608b28a615 loader.efi: Do not use as frame buffer BLT-only GOPs. 10:40:06 basically we need to allow PixelBltOnly and for BS off case, we need to be sure we will not attempt to write directly to framebuffer (as there are none) 10:48:13 tsoome: how do we know for sure there's no FB? rather than we're trying to find it in the wrong place? 11:00:13 there is no "wrong" place in a sense that UEFI api does give us a list of protocol handles, and thats it. 11:00:58 of course, there may be the physical frame buffer is there, but not mapped for GOP 11:13:32 hello 11:14:43 I'm trying to set up a linux jail not a chroot and I've searched a lot on how to do jails but none of them detail a linux install. Is it almost the same as a bsd jail? 12:30:56 hyvoid: i successfully used bastille to setup ubuntu jails 12:30:59 using their instructions 12:44:30 Has anyone ever had the phenomenon that when creating a bridge interface and adding a tap member to it that after that operation the bridge interface disappeared? 12:45:13 never seen that happen 12:45:31 running FreeBSD 13.2-RELEASE 12:45:58 can I debug that somehow? /var/log/messages isn't very helpful in that case 12:46:43 Demosthenex: thanks, kind of want to try a different linux but ubuntu should do for now 12:47:04 modify syslog.conf add a line like ... "*.* /path/to/file" 12:47:18 when unsure ... log everything ;-) 12:47:45 then just hup or restart syslogd 12:49:36 thx - I'll try that 12:51:17 also if you have a network manager monitoring your interfaces it might just be removing them for you "maybe" 12:52:40 Hey. I have been trying to reconfigure my FreeBSD install to use a keyfile instead of the passphrase setup from the installer. I have added the keyfile to slot 1 on the geli devices, but haven't been able to get it to boot unattended. It still asks for the passphrase. 12:53:18 CmdLnKid: I cannot remember that I've installed something like that 12:53:32 hyvoid: maybe use linux compat and just use a freebsd jail? 12:53:55 stuff like kde or gnome do stuff like that so figured it would be worth mentioning. 12:54:12 so... what the logs now show is the following entry: "ntpd[31565]: Deleting interface #6 bridge0, 10.0.0.1#123, interface stats: received=0, sent=0, dropped=0, active_time=20 secs" 12:54:21 why is my ntpd deleting interfaces? XD 12:55:23 i don't think thats whats happening there, could be wrong but believe that message is that its just removing the interfcae from being listened on 12:55:42 it's deleting its internal knowlege of the IF, probably because the link went down 12:55:50 ^^ 12:57:44 hyvoid: should be the same, just put a linux system in the dir and have the linuxemu stuff loaded (but I never tested it) 12:59:25 nfs export / from another linux system onto /usr/compat/linux ;-) 13:01:05 well, here's what happened...: https://pastebin.com/axvRcr3K 13:01:07 Title: Jun 6 14:51:06 bsdbook sudo[70157]: userx : TTY=pts/0 ; PWD=/usr/home/userx ; - Pastebin.com 13:01:27 (the question was about a jail and not just linuxemu or a linux chroot) 13:02:14 and I can repeat it: add bridge, addm tap to bridge -> the same sequence 13:03:46 not sure why adding a tap interface to a bridge kills the dhclient for my other interface (lagg0) 13:03:55 and not sure if this has anything to do with it 13:27:08 ifconfig bridge187 create; ifconfig tap187 create; ifconfig bridge187 addm tap187 13:27:18 not getting the same thing here at all 13:27:58 not using dhclient though 13:28:20 and no lagg iterface either 13:28:35 FreeBSD 13.2-STABLE stable/13-n255450-0644746d5091 13:33:57 hello guys, one very basic question. How do I download freebsd sources ? I have to build virtualbox kernel module.. so I need only kernel sources.. 13:34:18 handbook dude 13:34:28 CmdLnKid: thanks 13:34:35 git or svn knowlege needed 13:34:49 all releases usually also include the source 13:36:16 hmm... do you think that dhclient or lagg has something to do with this behavior? (I use lagg with failover for em0 and the wifi card which get IPs via DHCP) 13:37:17 unsure of that. i haven't seen this behavior before 13:38:33 okay... It's getting weirder 13:38:49 i believe there used to be a tunable sysctl for handling unused tap and tun interface where they would be removed when unused but its been a long time since i had to visit that 13:39:27 I have created bridge and tap as you did and the bridge still exists XD 13:40:50 only thing i can think of is if the address thats assigned to the lagg collides with the tap or bridge interface maybe the interfaces are being autodeletedd 13:44:22 so, when executing "ifconfig bridge0 create; ifconfig tap0 create; ifconfig bridge0 addm tap0" the bridge0 interface gets destroyed. but executing "ifconfig bridge1 create; ifconfig tap0 create; ifconfig bridge1 addm tap0" works... 13:44:40 the only difference here was the bridge interface number 13:45:23 interesting. 13:46:00 you have any definitions defined for those interfaces in your dhclient.conf or rc.conf 13:46:03 ? 13:46:38 "0" or "ifconfig bridge0 create; ifconfig tap0 create; ifconfig bridge0 addm tap0" works fine in this setup 13:48:38 my dhclient is empty... but yeah, I create it in rc.conf with 'cloned_interfaces="lagg0 bridge1 tap0"' and setting it up with 'ifconfig_bridge0="inet 10.0.0.1 netmask 255.255.255.0 addm tap0 up"' 13:49:11 and I was curious because after the system start there was no bridge0 - although I could see it within dmesg 13:50:19 placing a pretty good bet it has something to do with dhclient. id say at least try to statically assign right now without dhclient and disable it temporily just to diagnose it. 13:52:35 sorry, the cloned_interfaces previously should have been 'cloned_interfaces="lagg0 bridge0 tap0"' (I've already changed it to try to work with "bridge1" XD 13:53:52 wait... gotta restart 13:54:00 lol 13:54:17 quick everyone /quit 13:54:29 ;-) itll seem like a dream 14:00:04 ok, now I changed my rc.conf to create bridge1 and set it up (inet and addm) and it disappeared as well... but now I can create bridge0 and set it up (inet and addm) and it keeps existing 14:01:08 and when I setup a bridge1 manually (inet and addm tap1 - newly created) the bridge1 disappears 14:01:13 I don't get it 14:01:49 so, I can setup a bridge manually when the system has started, but not within rc.conf (at least on my system) 14:01:57 dhclient stuff or rc code seems to be destroying the interfaces 14:05:03 CmdLnKid: yeah, but only the bridge that is being setup with rc.conf... manually setting up another bridge (with another interface number) works 14:06:31 I'll try to set a static IP on the lagg interface and disable dhclient 14:07:00 (which wouldn't be the production usage for me, since I am switching wifis on a regular base for work) 14:07:56 sounds like you are in an admin role at $work 14:10:01 nope, I am an analyst with a few different customers. and when I'm working on-site I use their wifi infrastructure. 14:10:17 ah i gotya 14:10:18 or ethernet - whatever is available 14:10:25 (hence the lagg) 14:12:28 sys and net engineer here, usually my FE is macOS and my tools are within VB on FreeBSD 14:14:41 yeah, I am desperately trying to get rid of macOS - too much proprietary magic happening there 14:15:29 I mean, I am an admin for my own infrastructure (mostly proxmox cluster with OpenBSD server as VMs) - but I am trying FreeBSD as a daily-driver desktop 14:16:06 BSD are much more predictable to me why i don't rely on homebrew or macports as good as they are i don't like depending on apple providing what i can do with my networks or systems 14:16:44 i employ smartos for my home system/network needs ;-) 14:16:56 early sunos guy too 14:17:31 runs freebsd fine... nothing wrong with proxmox tho 14:25:19 so, restart to try static ip config 14:35:16 well, ... no success 14:35:43 now I can do the same thing - bridge disappears, but this time without the dhclient logs in the logfile 14:36:58 same situation: bridge1 is defined and setup in rc.conf, during the startup the interface disappears (but I could see it during the startup logging) - and when manually creating bridge1 disappears but bridgeN (where N is not the interface number from rc.conf) it works and the bridge keeps alive 14:42:04 interesting 14:43:11 i have instances where this would be a problem in development but i cannot repeat it for the life of me 14:44:42 is this on physical hardware or virtual ? 14:45:15 it's physical hardware - a T480 14:47:42 is it a problem that I define the bridge in the rc.conf within one line? -> 'ifconfig_bridge1="inet 10.0.0.1 netmask 255.255.255.0 addm tap0 up"' 14:48:07 when I ifconfig manually (inet and addm) only the member gets assigned but not the IP address is set 14:49:50 I mean, with ifconfig manually I have to 1.) addm the tap and in a dedicated ifconfig command set the inet 14:50:15 should the rc.conf reflect this as well (with multiple "ifconfig_bridge1=" entries)? 14:50:53 can you file a bug report at bugs.freebsd.org with a uname -a; cat a boot message log its somewhere is /var can't remember off the top of my head at the mmoment 14:52:05 /var/log/dmesg.today 14:52:34 ofcourse scrub that of anything you don't want in there 14:52:55 yeah, regarding dmesg... somehow I think in the middle of booting it stops logging into dmesg 14:53:04 it seems (to me) that there are some logs missing 14:56:20 I mean, I can see more logs during the boot (until the login manager starts) than what "dmesg" reports 14:56:21 compare the release syslog.conf and syslog.d directory for anything you suspect missing 14:56:30 but yeah, I'll file a bug 14:56:32 i have not read the whole backlog, so please ignore me, if i misread the problem; just to throw it in: i have the inet for my bridge as alias0 since forever (and no comment on why); maybe something to try if you are desperate 14:59:15 good idea "alias" seems there is a sidecase bug here and really starting to lean on the rc subsystem as the origin. could be wrong tho 14:59:37 maybe devd 15:00:29 ridcully_: you mean, having one line 'ifconfig_bridgeN="addm tap0 up"' and one line 'ifconfig_bridgeN_alias0="inet 10.0.0.1 netmask 255.255.255.0"' (does the _alias0 also needs "up"?)? 15:01:09 (where N is an arbitrary interface number) 15:01:47 RhDoc: correct. and the up is with the addms (not in the alias) 15:04:44 alright... let's give it a try --> rebooting 15:07:56 well... it was worth a try 15:08:02 same behavior 15:14:11 anyone know the trick to make chrome not show blank white screen? is there some cache or lock file that I can delete to make it work again? 15:14:40 uhm #chrome 15:14:50 um #freebsd 15:15:00 uhm #chrome 15:15:07 was workin fine 2 days ago 15:15:19 im on freebsd 13.2 amd64 15:15:36 what'd ya change ? 15:15:46 nuthin 15:18:17 try clearing your catche, history, resetting to defaults 15:19:38 can guarentee that in over 10 years of freebsd usage that a change in the source has not effected chrome displaying a white page 15:20:26 spelling mistakes intentional 15:25:23 okay, thank you for your support, but the alias didn't work either -> I'll file the bug and see what happens next 15:25:38 there is at least a manual workaround XD 15:27:05 try to keep that visible in #freebsd-bugs 15:27:44 alright, will do 15:36:11 Why does the passphrase prompt still appear during boot after configuring keyfile locations in loader.conf? I've had a look around on the forum & manpages, but haven't been able to figure out what I've missed :/ 15:38:24 rhdoc, may be worth while emailing network⊙fo, freebsd-network⊙fo with the bug report as well 15:55:47 reboot fixed chrome yay 15:56:09 anyone ever try and make a browser based on nfs? not http? 15:56:19 webNFS kinda thing? 16:24:37 CmdLnKid: sorry if it's duplicate, but I haven't seen in the logs if I already asked you (since I rebooted again): what component would that bug be: conf, kern, bin? what would you suggest? 16:47:53 hi there, what is the optimal size of ccache for poudriere ? 16:48:09 just in case 16:48:17 CmdLnKid: alright - I've assigned it to "kern" component, since other bugs regarding bridges were also assigned to it, and I've sent it to freebsd-net⊙fo mailing list (the addresses mentioned by you didn't exist according to the mailer daemon) 17:11:42 ntpd[667]: ntpd: daemon failed to notify parent! 17:11:50 ok, what's that all about 17:12:11 (latest stable/13, which I notice has a new ntpd version) 17:38:05 whos got a high volume website with varnish and ha-proxy running? bonus if using smalltalk picolisp haskell forth werc.cat-v.org swi prolog c gnoga ada or anything besides java and .net????? and extra points if no database 21:03:50 concrete_houses: I've worked in a shop that developed in Haskell, but, honestly, mostly so they'd have their maintenance contract in the pocket 21:28:38 i actually wrote a blog entry on freebsd yesterday 21:52:39 puddinghead: link? 23:18:26 so the /bin/sh is the old bourne shell in freebsd? 23:19:54 no 23:19:58 it's a posix shell 23:20:10 I am starting to like that there is so much to choose from, ksh, oksh and mksh which I was using up until recently, now I am slowly replacing that because I see that development happens more on ksh 23:20:23 (what it _isn't_ is bash or ksh or zsh) 23:20:33 so /bin/sh on freebsd is something completely different from all others? 23:21:13 ... no? it conforms pretty well to the POSIX spec 23:21:22 yes 23:21:57 it's not the same codebase as ksh or bash or zsh, mostly for licensing reasons 23:22:12 so FreeBSD had this own from the start and only NetBSD and OpenBSD did have ksh as standard? 23:22:33 I believe some other platforms have or had it under the name "ash" (Almquish shell) 23:22:40 see 23:22:44 *Almquist 23:22:54 yes, that may be the case 23:22:57 (after the original author) 23:23:11 ash was also used in this openwrt minimalistic busybox distros I think 23:23:37 it's much lighter weight than bash or zsh 23:24:10 well, that's what I am aiming for, I do not like heavyweight shells 23:24:13 I don't know when ksh became more freely licensed, it used to be proprietary 23:24:30 that's why I am more fan of those ksh stuff 23:24:34 (I used it a lot on commercial unixes back in the day) 23:25:00 pkdsh 23:25:10 or pdksh 23:27:16 pdksh was a rewrite, not the original, no? I remember trying it out in the early days and finding it lacked major features I was familiar with 23:27:55 so when I switched from commercial unixes to freebsd, I ended up mostly using bash for interactive shell 23:28:19 later I switched to zsh in mostly ksh-emulation mode 23:29:05 well yes 23:29:20 that's what I noticed today too that zsh is a continuation of ksh 23:29:43 what do you mean by commercial unixes? AIX and Solaris? 23:31:42 plus half a dozen others, yes 23:33:53 Almquist rewrote a Bourne-compatible shell because of the UNIX licensing, and the BSDs adopted it back in the 90s. 23:34:02 Early 90s, I mean. 23:34:33 in approximate order I have used umax, ultrix, aix, hp-ux, sco (sco unix not xenix), one or two random svr4 ports, solaris (2.5 through 9), and I'm probably forgetting some 23:34:34 Net/2 in '91 included it. 23:35:08 ..although that version doesn't have history or line editing, so good luck. 23:35:39 ksh is a favorite of mine. Learned to use it on Fedora 5, a very long time ago, and have run across it in various old distributions on miscellaneous ancient hardware. 23:35:50 I think the only really widespread commercial versions I missed were irix and dec's later versions (tru64?) 23:36:02 I usually use ksh98, I do remember trying pdksh but don't remember much about it 23:36:21 true64, I think 23:36:47 ksh was where a bunch of the posix shell features started out, and most commercial versions include it specifically to provide a posix shell 23:37:01 I've yet to interact with Solaris. I've never really been fortunate enough to get my hands on SPARC hardware, only x86 and itanium stuff. 23:37:13 from sun, that is. 23:37:30 eh, you didn't miss much. (and sparc is, as far as I know, dead now) 23:37:35 If you can find SPARC hardware now, Illumos will be the thing to use on it. 23:38:08 There's still stock to buy, but there won't be any new versions iirc. 23:38:31 Yes, IIRC Oracle killed it after buying up Sun. 23:38:38 Not quite. 23:38:45 apparently fujitsu is still making them but is phasing them out 23:38:52 Fujitsu was the last hold-out. 23:39:09 RhodiumToad: like I said, they'll sell you what stock they have. 23:39:42 Oh I see. I may look into that, I've been meaning to play around with SPARC for some time. I have a nasty habit of collecting dusty old dead architectures. 23:40:04 The newest supercomputer Fujitsu did was ARM based, though - and that's several years old at this point. 23:40:25 I have a 9-track tape here somewhere that I'm due to write NetBSD/vax11 onto soon 23:40:32 things like branch delay seem ... quaint, these days 23:41:03 Not too long ago I passed on a SPARC server, because for the amount of power they suck down they aren't _that_ fast. 23:42:02 Hey, if you can't measure your computer's power draw in tens of amps, is it really a computer? :P 23:42:04 a long time ago when I was at Supernews, we ended up giving away a bunch of them, E4500s as I recall, 8 cpus each 23:42:53 fonks: if that's your benchmark, the way to go is a decommisioned mainframe. 23:43:10 I didn't realize Oracle killed Sun. I thought they bought Sun was because Oracle was predominant on Sun hardware. wow 23:43:18 ..assuming you can get them, they're not easy to source even if you want one. 23:43:33 eh, you want a mainframe, just run hercules 23:43:41 kindred: Larry Elison had to find some way to be even more evil. 23:44:18 we're not bitter, us Ex-Sun people, oh no 23:44:26 RhodiumToad: but how do I get the actual hardware 23:44:45 do you have anywhere to put it? :-) 23:46:08 I had one mainframe interfacing job a long time ago, making some unix system talk to a mainframe via an emulated card reader/card punch 23:46:36 I'm not even an ex-Sun person and I'm bitter about it. Sun made some cool stuff and Oracle killed most of it, and ruined the rest :/ 23:47:29 jgh: Your initals made me check one of my old references; did you work at BBN once? 23:47:32 RhodiumToad, that sounds like my kinda fun. What kinda architecture were you dealing with? 23:48:06 nope, sorry 23:48:30 Ah, fair - then I don't recognize who you are, sorry. :( 23:48:58 In my defense, I only remember the initials jgh because it came up today 23:49:11 heh. Were BBN in Boston? I did get there once, for about three months... back in the m88k days 23:49:46 Bolt, Beranek and Newman - responsible for TCP, but not for making it fast. 23:49:52 fonks: iirc, that was an ES/9000, at the time about the top end of IBM mainframes 23:49:58 aye 23:50:32 Now there's one I've not heard of in a while, jgh. I'm quite partial to m68k but there's basically no consumer-facing m88ks I've ever found 23:51:22 jgh: can I ask what you worked on at Sun? I'm always interested to pick peoples brains about what they did there. 23:51:26 it didn't do well, which was kind of a pity 23:52:11 Sun - originally FT systems, then networking 23:53:11 Wasn't that the CPU Data General Aviion (unsure of capitalization) workstations used? 23:53:20 yes 23:54:19 Yes. That's the only system I know of that did offhand 23:54:45 There was a UNIX workstation-y thing IIRC, but the name escapes me. 23:55:33 I worked on an SVr4 port for one, but I don't recall the client. The exception-handling was a real pain 23:57:05 When isn't exception-handling a real pain?