00:23:17 l00py: one option would be to install 'screen', or tmux. Start 'screen'. Type your shell commands. To scroll output buffer, Crtl+A ESC, then PgUp/PgDn to scroll, type 'q' to exit copy mode. 00:39:53 ukky ah great idea ty 00:40:11 btw just got home from work if i got you the X log in about 15 min would you still be willing to look at it? 00:42:36 l00py: yes, I'll be around for another hour. 00:54:35 great time for 1 of the ram sticks to go bad and reboots to be super slow heh 00:54:44 just in case i don't make it by the time you leave will you be here tomorrow? 00:58:46 l00py: post the link when ready. My IRC client will keep logging when I'am away. I will be here tomorrow. 00:59:06 ok tyvm 01:08:33 ok got it 01:08:53 ukky https://termbin.com/998i 01:10:50 G200eR2 matrox card. booting uefi. dell power edge R720. freebsd 14.2. xf86-video-mga installed 01:12:00 l00py: I've got your log. 01:15:22 ukky ok great ty. and for background info, when i install a GUI linux it works fine. and even here, X and i3 start. but quickly it bogs down to a crawl and dies 01:19:15 l00py: (EE) MGA(0): Need at least 24300 kB video memory at this resolution, bit depth 01:21:43 is https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270509#c29 related to this issue ya think ukky? 01:27:32 and i don't know what the video mem msg means. i don't have an xorg.conf so if my card doesn't have enough mem why doesn't it just pick a lower rez? 01:27:58 That board has 16MiB of video memory. I do not think the bug you posted is related. 01:28:23 so you think the prob is the lack of video mem? 01:28:52 90% sure 01:29:02 how can ubuntu desktop work fine on it? 01:29:09 and i3 on guix 01:29:34 and why doesn't X just pick a lower rez that needs less video mem? 01:30:05 you can grab Xorg.log from Ubunto and see which resolution X picks up. 01:30:42 ya that's an idea 01:31:30 it might be related to kernel driver (Linux vs FreeBSD). 01:31:52 ok so i got a question, i normally run bhyve vms from within x. i start the bhyve vm, then i start tiger vnc or whatever, and i can get a gui to the vm guest. but if i can't use X from freebsd, how do i run bhyve vm guests? would i still start tiger vnc but from a vt? 01:33:48 You can run X on your video card, but you need custom xorg.conf to lower your resolution. 01:34:29 i have an xorg.conf for it i made but it wasn't starting but i thikn i did something wrong. can i termbin it and show you? it'll take < 5 min 01:34:49 post it 01:36:13 ukky termbin.com/6j5j 01:36:23 https://termbin.com/6j5j 01:37:14 i'm not sure if the VGA-0 monitor identifier is right. when i tried to use it iirc it said no screens detected or smth 01:41:28 my monitor is cheap junk (https://www.amazon.com/PHILIPS-Adaptive-Replacement-Warranty-221V8LB/dp/B0CVM2GJCN?th=1) think maybe that's a problem? 01:44:05 monitor is not a problem. That board has only 16 MiB of video RAM. (1920 x 1080 x 4 x 3) requires 23.7 MiB. 01:44:50 so any way to force my xorg.conf to use a lower rez that'll fit? 01:44:58 like 1024x768 is fine 01:46:07 https://askubuntu.com/questions/74808/how-do-i-force-a-resolution-of-1024x768 maybe? 01:51:34 please do not set refresh rate and sync frequencies 01:52:03 ok 01:52:34 see the "Supported standard timings" line in the xorg log output? https://termbin.com/998i 01:52:56 hsize: 1280  vsize 720  refresh: 60  vid: 49281 is lowest rez it seems? 01:55:14 what do you want me to try? 01:55:36 You have to look what EDID reports. But again, do not set any refresh/frequency. Driver should pickup appropriate timings according to your resolution. 01:56:48 1024x768@60Hz is in supported established timings output from my xorg log output 01:56:55 should i try 1024x768? 01:58:08 try 1280x1024x32bpp 01:58:32 k brb 01:58:39 This mode takes less than 16 MiB of video memory 02:02:43 https://termbin.com/h2hy like that? 02:02:58 not sure where to stick 32 but i assumed it was depth wanna make sure tho before i try 02:03:45 down in "Screen" section 02:03:52 i added the subsection 02:05:51 We should fix 'VGA-0' before you test it 02:05:57 ok how? 02:06:26 i didn't know how to find out the identifiers for the interfaces of my monitor. there's vga and hdmi but i don't know their ID 02:09:18 In section "Screen" add this: Monitor "VGA-0" 02:09:56 ok then try it? 02:10:29 Let's also change depth to 24 (from 32). 24 is enough. 02:10:41 ok brb 02:15:34 k it started but still super laggy. and i tried to type xrandr but when i'd type x 2 x would be in screen 02:15:49 termbin.com/jfai is x log 02:15:59 termbin.com/gddv is xorg.conf 02:16:16 I really came to appreciate freebsd's loader.efi and beadm with all 14.2 upgrade fails the past month. It woulda been a bigger pain to have to deal with booting a usb stick to unmess it... 02:16:25 Thats very well put together and thought out 02:17:34 I'm still learning the basics of bectl 02:17:45 l00py: (EE) MGA(0): [drm] Direct rendering only supported with G200/G400/G450/G550. 02:18:39 l00py: G200eR2 is not G200. G200 is add-on card. 02:19:17 is there a generic driver i could use? or any other ideas? 02:19:26 i hate to admit it works fine on linux butnot freebsd 02:20:44 I am pretty sure DRM on G200eR2 is supported in Linux kernel. 02:20:59 but not freebsd? 02:21:43 I will grep FreeBSD kernel source for that error above. 02:21:56 tyvm 02:22:43 mrelcee: why did you have upgrade fails? 02:26:34 it was puking on settiing up rc.conf. freebsd-update was essentially dumping a non configured / generic rc.conf file with all of the possible settings and seemingly other things botched up because copying a backup copy in still left me with errors.. so it was stuck booting up single user with no networking 02:27:54 after release failed, I gave dug up docs on using pkgbase and it was perfect 02:28:35 l00py: could you try 'modesetting' Xorg driver instead of 'mga'? 02:29:00 ukky any other changes or just that? 02:29:48 Just replace 'mga' with 'modesetting' 02:30:06 brb 02:30:15 ukky: is this useful at all? https://forums.freebsd.org/threads/matrox-g200er2-on-freebsd-14-0.91307/ 02:30:43 it doesn't look promising "optimistic" 02:31:16 maybe there was a bad character in the rc.conf or other file that tripped up freebsd-update but lets it boot fine? thats about all I can think of - I honestly havent really examined that further once it was running 02:32:04 by the time i made it there I was pretty sick of sifting through freesd configuration files :) 02:32:28 ukky: it looks like with the mga link at bottom there's a fair bit of discussion 02:32:42 ukky https://termbin.com/81hy :( 02:33:01 Tenkawa: The link you posted is another option to try, but it requires patching xf86-video-mga 02:33:06 yeah 02:33:11 hm not loading lemme try again 02:33:29 ukky https://termbin.com/8lhy :( 02:33:45 unfortunately from my research I think that might be the only fix... due to how that driver works 02:34:16 (only a short bit of research though) 02:52:28 ukky are we out of hope my dude? 02:52:49 i'd try the patch idea but that's out of my league 02:55:02 according to my search, FreeBSD kernel does not support G200eR2 (the whole G200e/G200eH/G200eR/G200eW family). And Xorg 'mga' driver does not support G200e* too. 02:55:47 and no generic driver would do it? 02:55:48 I don't think the patch for Xorg 'mga' driver would work, as initialization of G200e* is different from regular G200. 02:57:48 so basically these servers are X less, or X and linux, and that's the choice 02:57:55 If you have extra PCI/PCIe slot, you could by el cheepo nVidia for primary video. 02:58:16 i could but i don't wanna sink any $ into these turdboxes they're so old and slow 02:59:03 If you only remote-connect, you can install xrdp server instead of vnc. 02:59:12 ukky: yeah if there's no subsequent kernel patch to go with it I agree and the only refernce in the entire codebase is this; 02:59:13 ./share/misc/pci_vendors: 0534 G200eR2 02:59:31 that's a decent idea 02:59:32 so I agree with you 02:59:51 if i was to pick up a cheapo server video card that fbsd still supports what do you recommend? 02:59:56 it's a dell poweredge r720 03:00:07 with riser card already in it 03:00:14 l00py: do you ssh to it? 03:00:21 no 03:00:28 ah ok 03:00:33 have kvm hooked up to it 03:00:45 I was going to say ssh X11 forwarding works well too 03:01:03 That's how I use all my non-primary mchines 03:01:09 er machines 03:01:29 nVidia NVS 290 was working for me (XRDP + X). I could remote-connect and have X graphics. 03:01:44 and hook up a monitor to it? 03:02:45 I did not start X locally. XRDP server starts X with xrdp X driver (software rendering). 03:02:52 l00py: I hook up the monitor to a faster machine with a better display and do all video via netwok 03:03:09 Its simikar to what ukky is referring to 03:03:16 er similar 03:03:40 i run a bhyve vm guest (freebsd) with xrdp and it works fine 03:04:27 Nod. 03:04:30 i'll keep it in mind, but that's rdp to a bhyve guest, not rdp to a host that's also running bhyve guests lol 03:04:51 ukky really appreciate you taking so much time to help me on this 03:05:12 atleast now i know it's not an option to do freebsd + X for running the vms 03:05:20 Cheers all.. be back tomorrow... l00py good luck.. 03:05:24 you are welcome 03:05:28 tyvm Tenkawa 05:23:23 just threw debian on box, i3 runs just fine. fast af, lots of panels open 05:23:57 now i gotta decide how i'll get freebsd under it and run the debian as vms 05:24:02 wew what a day 08:14:06 I found that i915kms module created the problem with standby 08:17:18 this is an hybrid video machine: intel + nvidia 08:35:04 Hi there, I'm looking for a VPS service with FreeBSD support 08:35:10 Any recommendation ? 08:36:58 I have found this one: https://contabo.com/en/storage-vps/ Does anyone have experience working with Contabo ? 08:44:41 nerozero: take a look at ircnow 08:46:02 nerozero: vultr 08:46:32 but its possible to install "manually" in other mainstream ones.. 08:46:54 ^ 08:47:11 lowendtalk if you want a good forum to search for some possible options 08:48:41 https://docs.ircnow.org/vps/vps/ - $60USD per year / 2GB RAM /20GB SSD <== VS ==> 4cores / 800GB 8.55/month 08:48:57 contabo 08:49:53 https://docs.ircnow.org/vps/vps/ 08:51:41 linode had freebsd option available in the past.. digital ocean also had it... i have no idea why they removed it.. maybe almost no one used ?? who knows.. but sucks they removed the option 09:19:08 $60 USD for that seems kinda...expensive. 09:19:21 Please don't tell me they used the word "premium" in there somewhere. 12:14:26 Does zstd compression also have that feature of not compressing imcompressible data? 12:14:28 https://docs.freebsd.org/en/books/handbook/zfs/#zfs-quickstart 12:14:34 docu only states that about LZ4 12:14:49 Furthermore, the compression list at the end of the article does not list zstd yet. JFYI 13:17:25 does anyone know what the `vmwait` state is? and what it means if every process is stuck in vmwait mode? 13:46:48 jemius: afaik, for zstd, zfs makes a fast test with lz4 to see if it is compressable at all 13:47:18 nimaje, hm. Why with LZ4? 13:48:30 antranigv: my guess would be vm = virtual memory, is your ram and swap nearly full? 13:48:48 don't think so. I have around 1TB of memory available 13:51:49 holy hell...wat 13:57:53 big machines 13:57:55 jemius: afaik, lz4 is really good at detecting uncompressable data and the cases where lz4 can't compress, but zstd could aren't worth much, so a fast fail via lz4 is preferable to using zstd on uncompressable data, even if it means running lz4 in some fast settings for the test and zstd for compression on compressable data 13:58:35 nimaje, interesting, thx 14:07:48 apparently it does even an zstd-1 step in between, if lz4 didn't compress enought and decides then if it should really compress https://www.truenas.com/community/threads/game-changer-for-zfs-2-2-intelligent-compression-that-saves-cpu-and-space.113247/ 14:17:33 yes, lz4 is fine for ZFS, but zstd is cool for use in pipe with zfs send 14:48:58 Hi, I'm trying to report a bug related to https://www.freebsd.org/releases/14.2R/announce/ in the vagrant section, the image is missing and returns a 404 when using vagrant. I confirmed that it is missing on https://portal.cloud.hashicorp.com/vagrant/discover/freebsd My question is what product & component should I file the ticket under? 15:06:30 td123: misc is fine, if you reference the PR# that will help 15:17:51 dch: Thanks! opened report at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283202 I did find that Spam is an odd name for the component but I guess that's what it is. 15:23:21 hmm not really, spam is a category for marking spam tickets as spam 15:23:34 I will see if I can fix this up 15:25:45 oh, I see, I didn't realize misc was under the base system 15:26:29 dch: thanks for fixing this up 15:28:46 base system / 14.2-RELEASE / misc was what I meant, but my explanation sucked 15:35:03 td123 thanks for the report, the 14-STABLE images go up correctly so this is something that borked just for the release 16:51:16 what's zstd-fast in ZFS compression? A certain mode compressing faster but generating larger output? 16:51:54 I'm not aware of such modes in zstd. Just the compression speed from 1-20 18:42:54 nerozero: i think any provider should support freebsd transparently so long as they allow you to upload your own image. i think there are better options than contabo. if you want i can PM you some options 18:48:21 hello, for some reason every time i login on my freshly installed freebsd machine i get 1000: command not found. any idea in what config does this happen so i can just delete that line? 18:52:36 did you manage to put that into shell *rc? 18:53:34 or you didn't do any of this? 19:35:19 jmnbtsls1E, Thank you so much for paying so much attention to my question. I will appreciate a lot if you share your experience in regards to VPS providers. 19:49:47 OK, PMed you 20:34:13 omg fbsd so good. first i got 4 physical nics aggregated using lagg. then i have a bridge if that joins the lagg0 and a bunch of taps, and now i can run vms and host system networking through bridge that goes out over whatever physical nic has cable plugged in loooool 21:14:28 hi.. I got a jail set up with enforce_statfs=1, allow.mount.fdescfs, and allow.mount.procfs.. but when I go into it, I don't see them mounted. What's the proper way to make sure they're mounted? 21:47:37 i guess i can't use tigervnc-viewer from vt. is there a way to do it? i can't run X on this box so i need somehow 21:50:52 so how do we use bhyve to run guest vms without X, if vnc is needed to get a view of the running guest and configure it for later ssh and stuff? 22:10:35 surely bhyve doesn't require that X or wayland is installed? 22:16:04 I've been looking at the handbook to see how to search through the ports collection on the command line. 22:16:11 I remember years ago there was something like ``make search'' 22:16:23 But I can't recall what it was. 22:16:33 How do I search the ports collection on the command line? 22:33:31 l00py: connect to the console: vm console 22:34:26 dansa: find /usr/ports | grep ? 22:34:46 thats for ports.. 22:35:01 but i think you want to search packages: pkg search 22:35:50 her where is 'vm' command from? 22:38:01 l00py: ah, its from vm-bhyve 22:38:09 you are using plain bhyve ? 22:38:12 ya plain 22:38:14 must be some similar command 22:38:20 ya must be hmm 22:38:58 virtio-console bhyve feature maybe? 22:39:58 HER: there used to be a ``make search'' or something like that. I know about ``pkg search''. I mean /usr/ports specifically. There used to be. Perhaps it's been removed. 22:40:23 dansa: i never seen a make mixed with search 22:40:28 but who knows 22:40:50 l00py: could be.. 22:41:09 For how many years have you been using FreeBSD? 22:41:11 l00py: or maybe not 22:41:28 I could be having false memories... 22:41:29 dansa: for 15 years 22:41:37 But I remember using about 20 years ago. 22:41:38 but i dont know everything :) 22:41:47 Do you use the ports for 15 years? 22:42:08 initially yes.. but been on binary only for long time 22:42:21 Then I'd think you would've known. 22:42:32 Perhaps you forgot! :) 22:42:42 dansa: https://forums.freebsd.org/threads/searching-ports-with-make-search.51790/ 22:43:34 Nice! Thank you! 22:44:14 dansa: first time i see this =p but i dont see how that is better than find /usr/ports | grep whatever 22:44:17 That's the ports I know. :) 22:44:26 Less typing? 22:44:31 Nicer output. 22:44:38 aha.. 22:44:44 https://hastebin.skyra.pw/ofajokafis.nestedtext 22:45:15 ➜ ~ make -C /usr/ports search name=^mc 22:45:16 makeThe search target requires INDEX-14. Please run make index or make fetchindex. 22:45:21 bah =p 22:45:50 find just works with anything FS :) 22:46:06 but nice to learn a new thing 22:47:03 :) 22:47:12 Hey... an INDEX is going to make things faster, too. 22:47:25 Okay---I know find works with an index too. :) 22:47:40 But the output is totally superior in make search. 22:48:23 her is that vm console command using com1 stuff internally? 22:48:28 i think that's a serial console? 22:49:23 l00py: dont know 22:50:15 l00py: yes looks like it: vm console name [com1|com2] 22:52:08 l00py: By default this will connect to the first com port specified in the client configuration, which is usually com1. Alternatively you can specify the com port to connect to. 22:53:44 This looks forthe nmdm(4) device associated with the virtual machine,and connects toxictra1h it with cu(1) 22:56:00 l00py: https://forums.freebsd.org/threads/headless-bhyve.55872/#post-317654 23:01:11 hmm 23:11:59 her and when you run vm console, you attach to the console of the guest vm, right from vt even? 23:12:43 yes 23:13:39 l00py: deciding to install vm-bhyve ? go for it ! 23:13:50 if you dont like, just uninstall 23:19:19 no i gotta use bhyve directly so just working through that. looks like -s,virtio-console,/home/l00py/test.sock to start. i'll try that and see if it fails to run 23:25:45 weird. when i started my bhyve command with the old vnc -s 29,fbuf... config it ran fine. but after replacing that line with -s 4,virtio-console,port1=/home/l00py/test.sock it didn't run, it said error opening bootrom /usr/local/share/uefi-firmware/BHYVE_UEFI.fd no such file or di 23:25:46 r 23:30:04 ok installed bhyve-firmware and got that file 23:30:10 deleted .sock. now command runs!! 23:30:24 now i need to figure out how to attach a vt term to that sock 23:33:19 i found originall PR for the virtio-console feature to bhyve https://reviews.freebsd.org/D7185 23:33:39 i tried what it said, socat - test.sock but then it gave error E unknown device/address "test.sock" 23:33:42 damn 23:33:56 cu maybe ? 23:34:36 ya lemme see bout that 23:37:04 cu -l ...? 23:37:18 i tried cu -l test.sock but didn't work 23:41:14 l00py: did you see this ? https://forums.freebsd.org/threads/headless-bhyve.55872/#post-317654 23:42:55 do i use that even if i'm using -s 4,virtio-console... ? 23:43:41 l00py: i think you can use that without your option 23:43:48 give it a try 23:43:51 or mix both 23:44:17 so what's test.sock for then? 23:45:02 l00py: dont know, where did it came from ? 23:45:10 i dont see that listed in that link 23:45:47 https://forums.freebsd.org/threads/headless-bhyve.55872/#post-317654 : The most common way of running bhyve guests "headless" is to use null modem devices. 23:45:50 You attach the serial console of the bhyve guest to a null modem 'A' port using the -l option: 23:45:54 bhyve ... -l com1,/dev/nmdm0A ... 23:46:05 thats pretty clear 23:46:07 try that 23:46:17 it's in the man page for bhyve for the emulator option virtio-console 23:46:45 well, you are on a dead end right now.. try the alternative ? :p 23:46:52 ya hehe 23:51:02 so don't have the -s 4,virtio-console line at all to start? 23:59:13 i was reading that link and there was a link to the handbook and in it it said "-l com1,stdio" so i tried that just for fun and it WORKED except when i selected graphical installer there was an error about unsupported video or smth and it didn't really continue 23:59:25 is that fixed if i do the null modem thing? 23:59:37 l00py: try it 23:59:41 i dont know :)