00:17:39 BarnabasDK: xcb 00:19:18 so you have some error between sddm and xcb. Maybe someone can give you some kind of answer?. Posterdati you need to be specific 00:19:39 Posterdati, logfiles please 00:20:27 I am sorry I don't mean to be a wise ass 00:21:40 look in /var/log 04:43:51 i've got an ssd that reports 32K, and when i install freebsd on it, it seems ashift=12 (4K) is used. zpool status calls it out. should i leave it as 4K? i don't see any way to address this at install time. 04:44:26 markmcb: Super curious, never heard of 32k sectors - can you link to product? 04:45:11 WD_BLACK SN850X 8000GB 04:45:45 diskinfo shows "32768 # stripesize" 04:46:10 zpool status: "block size: 4096B configured, 32768B native" 04:46:49 markmcb: Huh. Well, when I searched for it I ran across a thread that says "ssds have ben known to lie" and "leave it at 4k" 04:46:54 https://forums.freebsd.org/threads/best-recordsize-for-bhyve-disk-image-storage.93306/ 04:47:32 yeah, i've read that they lie on "sector size", and indeed this one shows 512 04:48:49 but my understanding is that's for backwards compatibility issues. i've not read of claiming larger than reality 04:50:31 Absolutely. I wonder if having a 32k cell is part of the TLC nand "cost savings" compared to others? 04:53:57 Oh, hrm, might be an nvme thing. I have two samsung 870 EVOs, but they're connected with SATA cables. 04:54:11 (Both running zfs) 11:29:18 Hi, if I would like to configure jupyter-notebook as a service (so it is run on bootup, similar to other services) how would I do it? what if i want to run it as a specific user? Any guidance/tips on where to start looking is welcomed 11:31:27 uskerine_: i don't know what jupyter-notebook is, but if it's a port and can run as a daemon, it should have installed an rc script in /usr/local/etc/rc.d 11:31:45 if so, you can do something like 'service jupyter_notebook enable; service jupyter_notebook start' 11:36:58 it is a port and it does not have a rc script, and I would like to create a specific rc script, is that possible ? if so where shall I look 11:38:06 jupyter notebooks are the web front end for ipython 11:38:32 https://jupyter.org/ 11:38:45 uskerine_: rc scripts are fairly simple, you can probably take an existing script in /usr/local/etc/rc.d/ and modify it for what you want 11:38:58 I will have a look 11:46:53 chatgpt is coding a rc script for that, it seems easy thanks 11:51:04 I'm seeing excessive DHCP traffic (1 to 5 min interval) for a freebsd VM. Every DHCP req/ack is followed by an ICMP "port 68 unreachable" from the VM, and sockstat shows no listener. Should there be one? rc.conf has ifconfig_DEFAULT="DHCP inet6 accept_rtadv" and the IP supplied by DHCP is being used by the VM 13:22:39 hi 14:33:34 hi 14:34:29 hi 14:34:33 please help, is there any guide to correctly configure an nvidia hybrid gpu (geforce 610m) + intel graphics 3rd gen on 14.2? Thanks! 15:31:06 :( 15:41:22 Posterdati: please wait patiently. if you don't find the answer here, maybe try freebsd forum 15:49:48 la_mettrie: mmh seems that solutions on forums do not work in my case 16:33:17 Which solution did you try and what happened? 16:46:36 cracauer: I installed nvidia drivers 390 16:46:50 not nvidia secondary 16:46:56 and drm-515-kmod 16:47:25 then I have two config files under /usr/local/etc/X11/xorg.conf.d 16:47:29 20-intel.conf 16:47:37 and 20-nvidia.conf 16:48:29 20-intel.conf 16:48:30 16:48:30 Section "Device" 16:48:30 Identifier "Card0" 16:48:30 Driver "intel" 16:48:30 BusID "PCI:0:2:0" 16:48:30 EndSection 16:53:05 and 20-nvidia.conf = https://pastebin.com/URJetfzM 16:53:37 when X starts, screen become black with the console cursor (not the X cursor) 16:59:34 Xorg.0.log = https://pastebin.com/Vj29ms4L 17:12:13 nvidia is always a problem on bsd 17:13:10 nvidia should put free drivers out... 17:13:40 yamada: i think they have some in the pipeline for linux written in rust, but i'm past the point of caring about nvidia in any way, shape or form 17:14:03 well will take time until there is much rust support on bsd 17:15:33 anyway the latest packages update broke my system :) 18:10:42 Posterdati: It should be almost automatic other than xrandr commands 18:11:07 I've done this with Linux just recently and it seems like the same is true for FreBSD as well. 18:11:52 Posterdati: What does 'xrandr --listproviders' output with the min. (or no) xorg.conf? 18:21:00 skered: cannot open display 18:25:53 Posterdati: You need to run it in X. 18:26:00 What GPU are you booting from? 18:26:11 skered: the problem is that cannot run X 18:26:21 skered: I cannot select it from bios 18:27:34 Ok so which GPU are you booting from then? 18:27:41 I do not know 18:28:15 seems to be intel since i915kms change console resolution 18:28:39 And you're saying you can't force it to use the nvidia by default? 18:29:08 not only, X won't work 18:29:47 I would move both of the xorg.conf.d files with driver out of the .d dir and try again 18:29:59 ok 18:30:01 er Device 18:30:29 installed drm-515-kmod 18:30:42 it seems to work on console resolution and drm 18:31:55 skered: still in console, X is not starting 18:32:05 https://badland.io/prime-configuration.md That's close to what I've done on Linux 18:32:11 Othe than it being automatic. 18:33:18 [drm] Unable to create a private tmpfs mount, hugepage support will be disabled(-19) 18:34:23 on Xorg 18:34:45 (EE) cannot run in framebuffer mode 18:35:16 it loaded intel and framebuffer only in X 18:36:02 (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support 18:46:03 skered: I've got a beautiful black screen with the configuration from that webpage 18:56:42 :( 18:58:44 I'm forced to return to linux 19:49:53 I have a bunch of Bastille jails, and I noticed that neither the "base system" nor any of the jails can connect to itself via the outside. So, connection via the direct internal IP works, but via its own public IP does not. Is there some special PF rule I need to allow for that? 20:53:15 zilti: is that jail host behind a nat gateway, or have a real public ip? 20:55:40 rtprio: the jail itself does not have a public IP, no. It is accessible from the outside via the machine's public IP, accessible from within the machine with its private IP, but from within the machine, it cannot be accessed via the machine's public IP, giving me a "connection refused". 21:20:54 yes, you would need a pf rule for this 21:34:57 Heya, I'm running into the issue "/usr/local/steam-utils/bin/.utils.rb:204:in `block (2 levels) in download_debs': unable to download libc6_2.35-0ubuntu3.8_amd64.deb" when trying to run steam for the first time, has anyone run into that? 21:44:56 you run steam on freebsd? 21:45:50 yamada https://www.freshports.org/games/linux-steam-utils/ 21:46:01 i see 21:46:24 well for ports try to contact the port maintainers 21:47:26 yamada their direct email? Or the mailing list? 21:47:44 you need to check for that port who maintains it 21:58:56 dvl, ping 21:59:31 jbo: yo 21:59:59 dvl, what does the "=2" signify next to the PORTVERSION/DISTVERSION and category (left of the "icons")? 22:00:01 dvl, https://www.freshports.org/devel/malloy 22:01:24 jbo: You're probably in dark mode. It's the number of people following this port (i.e. how many watch lists is it on) - search for Watch List Count (WLC) at https://www.freshports.org/faq.php 22:01:45 dvl, thank you. 22:01:52 dvl, hopefully that does not depend on dark/light mode tho? 22:01:54 no worries, my pleasure. 22:02:03 you could probably swap it out for a "Σ" by now eh? 22:02:12 aah, there's a sigma next to it :) 22:02:19 I indeed did not spot that :) 22:02:28 jbo: Well, in dark mode, the Σ part is hard to see 22:02:40 yep - my bad. thanks again! 22:02:41 better graphics required. 22:02:43 no worries 22:42:12 rtprio: Okay, can you give me a rough pointer what I am looking for? I've never made a PF rule like this.