14:14:48 any idea if FreeBSD support RDMA on the target-side of iSCSI ? 14:46:04 hello, we have to modernize and merge some of our storage infrastructure. One of the merge side ("my" side) uses FreeBSD and no SAN-like storage (only DAS) and the other an HPE MSA 2060, connected (with MPIO) to two windows server through SAS 14:47:41 we received an offer to replace the MSA side part (MSA 2070, VMWARE, 2 servers, setup, etc) which is ~90 000€ 14:48:46 the load is heavy on this side (~500+ clients) 14:51:32 do you think it is feasible to replace all of this with two supermicro-like servers backed by SSD (or flash), connected to a 10GB switch (4x10GBITS with LACP), create ZVOLs on each server and export them through iSCSI to the Windows and FreeBSD hosts ? 14:53:46 I've already played with iSCSI and setuped something like this in my $homelab and it worked well (for the little tests I made). But I haven't any idea if it would handle the load like the MSA does ..? 15:45:44 mage, A while back someone had a problem with Samsung EVO QVO SSDs in a high rate storage array. Something you might want to be aware of. https://lists.freebsd.org/archives/freebsd-hackers/2022-April/000954.html and https://lists.freebsd.org/archives/freebsd-hackers/2022-April/000964.html 19:52:26 Hi 19:54:25 Guys remember me from yesterday.. I got access to an another pc 19:56:08 After I rebooted for freebsd install, the system is no more working; due to removed amdgpu pkgs 19:56:29 I forget to remove them from loader.conf and rc.conf 19:58:18 I tried to enter the loader promat "OK" and "unload" all modules, then boot with the kernel only in single user mode 19:58:42 I used "boot /boot/kernel/kernel -s" 19:58:54 -s for single as far as I know 19:59:11 But no luck still the same 20:00:05 with my access to an another pc, I will try internet.. 20:00:17 *searching 20:23:04 I think -s is a linux thing. The kernel should pause at a menu, allowing you to chose single user and some other options. 20:25:04 As I know at that menu.. 20:25:21 the kernel still not loaded 20:26:12 I used that command; to continuethe boot with the kernel module only.. 20:26:58 CrtxReavr: I entered the loader promat 20:26:59 (number 3) from that menu 20:28:19 Retrofan: this on x86? 20:28:22 yeah 20:28:34 interrupt boot and set boot_single 20:28:37 then boot 20:28:41 see if that works 20:31:25 It'll mount / read only. You'll need to run 'mount -u -w /' (I think.) to write to it. 20:33:55 Tenkawa: My problem is stopping the system from loading gpu modules, not booting in single user.. 20:34:43 then why were you adding -s? 20:34:53 thats single user at best 20:35:22 To prevent kernel from loading modules 20:35:49 the modules is loaded from 20:36:02 loader.con and rc.conf at kernel level 20:36:35 set module_blacklist='some previously present modules nvidia nvidia-modeset' 20:36:50 there's an example 20:37:06 already done... then the rc.conf load them 20:37:10 *will 20:37:34 loader.conf at the boot level 20:37:49 rc.conf is at kernel level as I know 20:37:56 are you using the "boot" command .. you can't yse the menu 20:37:58 er use 20:38:12 and the twice have amd modules added 20:38:46 boot? yeah I am at OK promat.. 20:39:42 then I tried to load only the kernel  "boot /boot/kernel/kernel" 20:39:53 with -s for single mode... 20:40:08 But no luck :( 20:41:14 Unix learned me pain XD 20:41:53 Is the GPU locking up your display? 20:42:17 yeah.. its an amd readeon bug 20:42:23 ouch 20:43:12 I remember years ago first time installed freebsd, it took me 2weeks to make gpu working for x11 20:43:24 due to that bug 20:43:58 I think the problem is in rc.conf 20:47:10 wait.. 20:47:42 Could I use rescue commands in OK promat? 20:47:57 like /rescue/vi ? 20:47:58 Retrofan: Might be fastest to just boot into mfsBSD, mount your boot and root and edit the .conf files. 20:48:25 on USB? 20:50:04 Retrofan: Sure. However you'd like to boot it. 20:50:18 I think I can't do that 20:50:36 No media right now :( 20:50:48 *I own 20:50:56 PXE? 20:52:10 No PXE or like that stuff 20:52:32 I am using freebsd as my Workstation desktop stuff 20:52:46 *for 20:54:41 Do you know the exact module names you're loading? 20:55:24 Does: set module_blacklist="amdgpu drm whatever" 20:55:27 ANd then: boot 20:55:33 ... not work? 20:59:46 Yeah 21:00:05 Wait.. 21:00:20 I blacklisted them before that 21:00:50 I readed now that makes loader pass to rc.conf 21:01:09 maybe if I set blacklist to nothing will work? 21:01:32 + unload the modules like I did before 21:04:06 not working :( 21:04:23 What did you try? 21:04:39 set blacklist to nothing 21:04:45 I'd think blacklisting would keep both loader.conf and rc.conf from loading those modules. 21:04:45 + unload the modules like I did before 21:05:31 So there is some module that I don't know is caseing that? 21:05:50 Just try an 'unload' and then 'set module_blacklist="vesa"' and then a 'boot' at the OK prompt. 21:06:07 Retrofan: Could be another module. Hard to say without seeing it. 21:06:17 yeah 21:06:18 no 21:06:22 what? 21:06:29 module_blacklist only works for loader 21:06:30 Err... 'set module_blacklist="amdgpu whatever else"'. Not vesa. 21:06:38 kevans: Ah. Bummer. 21:06:51 thre's a separate thing for devmatch, if you're actually getting it picked up there. haven't read scrollback 21:07:09 devmatch_blocklist in rc.conf 21:07:29 kevans: yeah for loader.conf 21:07:39 devmatch_blocklist for rc.conf? 21:08:17 boot -s is fine, but the -s needs to be before a filename 21:08:22 I was thinking if you could get past loader.conf, a 'boot -s' would get your through rc.conf. 21:08:44 yeah that what I am saying 21:08:51 I need to stop rc.conf 21:09:16 if you're loading the gpu module, you only need to worry about devmatch. we've long-since blocked them from being loaded accidentally in loader.conf 21:09:46 (boot_single is another way to spell `boot -s`) 21:10:45 if you boot -s then you're interrupting the boot sequence prior to where /etc/rc would've been run at all, yes 21:10:48 Ah, I remembered I done that long ago; to make modules only load from rc.conf 21:11:02 due to bug when been loaded from loader.conf 21:11:25 yeah, we stopped that common footgun around 12.0 21:11:39 12.0? 21:11:40 recently added nvidia modules to the list because they will similarly blow up if loaded that early 21:11:44 freebsd 12.0 21:11:49 I am 13.2 21:11:52 yes 21:11:56 and bug is still there 21:12:02 not the same bug, no 21:13:04 So now add them to the devmatch block list? 21:13:08 Retrofan: I believe kevans is strictly talking about module loading conditions. Not the module itself. Do what kevans said and use devmatch_blocklist. 21:13:40 yeah I understood 21:24:04 Retrofan: Are you saying this module is crashing the system or are you just not able to get to a login prompt after boot? 21:24:23 look like I can't add more than one module in devmatch_blocklist 21:24:24 Sorry. Kind of scrolling through the issue as mentioned above. 21:24:35 note that ... ok 21:25:34 i'd put $$ that they're just reassigning to module_blocklist multiple times rather than space-separated 21:26:29 sorry my internet 21:26:33 Retrofan: you're using space-separated value and not reassigned to the same variable multiple times, right? 21:26:55 it crashes my screen, can't seee anything 21:27:25 kevans: mm, yeah 21:27:55 Retrofan: Have you tried CTRL+F1 (or F2, or F3, etc...) to get to a new tty? 21:28:14 tried it before 21:28:20 it's an old bug 21:28:23 I know it 21:29:19 I can write.. but I don't know what I do.. 21:29:30 *am doing 21:30:21 Retrofan: Is it ZFS? 21:30:25 no 21:31:09 If you can write blindly, have you tried su'ing to root and then "mv /etc/rc.conf /etc/rc.conf.orig" and rebooting? 21:31:31 I'm still surprised that a single-user mode boot won't allow you in. 21:31:41 ah 21:31:52 i don't think i've seen any evidence that they've actually tried it 21:31:56 look like that will fix it :) 21:32:20 Unix you need to think outter the box XD 21:32:28 kevans: There was mention earlier they tried single-user but it didn't work (I think?) 21:32:37 multi user work 21:32:52 I can write blindly 21:32:57 they tried `boot -s`, but didn't seem to confirm that they'd tried boot_single, the menu option, or the more correct `boot -s ` 21:33:11 but never thinked of moving rc.conf file to .old 21:33:59 Retrofan: Did you not try the boot menu option for single-user mode? 21:34:29 I figured that was the very first thing tried. 21:36:03 tried 21:36:37 tried boot_single 21:36:42 no luck 21:36:53 can you define 'no luck'? 21:37:32 if you booted into single user you would not be having the same problem unless you've misdiagnosed it and presented an X-Y problem 21:38:21 we drop into single-user in init before it had a chance to invoke /etc/rc, devmatch isn't a thing until we've fired up devd 21:39:05 or maybe I misunderstood: do you just never have a console on this machine unless you have amdgpu loaded? 21:39:50 tried to rename the /etc/rc.conf no luck :( 21:40:27 No consle until amdgpu load 21:40:51 ok, so I misunderstood all the way back here: 15:33 < Retrofan> Tenkawa: My problem is stopping the system from loading gpu modules, not booting in single 21:41:22 we don't have a console driver for whatever reason (maybe it's just not associated) and you're trying to recover amdgpu, not prevent it from loading 21:41:35 wait 21:42:11 Yup. Now I'm confused. 21:42:21 kevans, the lack of luck. 21:42:53 I remember It was loading the console back in the day without any modules.. but resolution is low and no x11 21:43:15 I can't recover amdgpu, it deleted while my upgrade process! 21:43:24 are you setting kern.vty in loader.conf? 21:43:52 if you're relying on vesa, I don't remember if vesafb landed in time for 13.2. try dropping to the loader prompt and switching to syscons. set kern.vty=sc 21:43:54 the system is loading a non-exist module 21:44:19 ok I will try 21:44:22 (er, vbefb) 21:45:40 it seems to have landed in time for 13.0, but still worth trying 21:49:35 kevans: amm, it's just freeze 21:49:40 the system 21:49:54 even with unload and single user mode 21:53:11 define freeze. blank screen? tail end of loader output? other? 21:55:12 no blank, just tail end of loader output 21:55:17 then freeze 22:00:40 kevans: Need I to try vbefb? 22:14:12 haha 22:14:31 https://www.youtube.com/watch?v=lJdljt8c0oY 22:14:54 this the last thing I had done before I moved form WIN to BSD 22:20:31 To late 22:20:40 Going for sleep 22:21:30 see you tomorrow 22:23:10 what version of gnome is in the 14 repo?