04:16:40 good morning everyone 04:21:04 Hi. 05:02:29 EHLO 05:50:47 Man, how the heck I'm supposed to use emulators/wine:amd64 if I can't build my own emulators/wine:i386 since the latter is borked? 05:55:31 Ah, `wine64` itself runs fine. Stupid me with my rubber duck debugging. 05:56:12 you're never alone with a rubber duck 06:04:57 I'm just glad I can run the 64 bit wine separately 07:39:58 hay what is the util to setup the tty console font again? 07:42:03 vidcontrol 08:10:50 vidfont if you want the "ui" 08:15:15 allscreens_flags in /etc/rc.conf if you want it set on multiuser boot 08:17:25 RhodiumToad: is that for the name of the font under /usr/share/vt/fonts ? 08:20:39 allscreens_flags="-f blah blah" 08:20:55 i.e. it invokes vidcontrol $allscreens_flags on each ttyvN device 08:36:58 what does it mean when i try to chsh -s /usr/local/bin/someshell but it says non-standard shell 08:39:26 it's not listed in /etc/shells 08:40:18 non-root users can't set a non-standard shell 09:28:13 good morning im trying to change the console colors during freebsd boot when running version 12 i could recompile the kernel by add the following: options options SC_PIXEL_MODE options VESA options SC_NORM_ATTR=(FG_WHITE|BG_BLACK) 09:28:13 options SC_KERNEL_CONS_ATTR=(FG_WHITE|BG_RED) i have since upgraded to Freebsd 13.2 my question is how can i change the console colors in freebsd 13.2 09:48:31 tmux 09:48:52 lots of colourful customisation available 09:53:49 vt colors can be set in /boot/loader.conf 12:02:29 Hey angry_vincent does that change the color of text when FreeBSD boots up ? 12:04:01 Hey guys, how are you doing? I am currently runing FreeBSD 13.1 as i want to build OPNsense for the same FreeBSD version as required. Unfortunately, when i install 'pkg' i can only install the newer version for 13.2 (11.9), not the older one (11.8). Is there a way to get the matching packages for FreeBSD 13.1 instead of fetching the newer ones? 12:04:11 Or maybe some kind of downgrade to pkg 11.8? Thanks in advance! 12:16:21 13.1 is EOL 12:16:25 you should upgrade 12:22:07 Yeah i know, unfortunately for some legacy systems i have to build using FreeBSD 13.1, is there maybe some kind of archive for old package versions? 12:24:20 Knogle: i'm not sure. you can always use poudriere to build the packages for you, though that might require a lot of compute power depending on what you're building 12:24:51 but if you plan on running this system for a while longer, then it might be the right approach as i don't anticipate 13.1-RELEASE packages to ever reappear or be updated 12:25:03 don't we tag the ports tree on every release? 12:25:38 meena: i think ports tree is tagged, but i'm not sure if pre-built packages are available 12:25:40 the DVDs contain a load of packages, from when the release was cut (so, full of CVEs by now) 12:27:52 bsdbandit01_: yes 12:31:28 Ahhh thanks a lot to both of you! I'm currently building it from the ports tree for 22.7 12:32:09 The operation will free 34 MiB. 12:32:11 [1/1] Deinstalling pkg-1.19.2... 12:32:13 [1/1] Deleting files for pkg-1.19.2: 100% 12:32:15 ===> Installing for pkg-1.18.4 12:32:17 ===> Checking if pkg is already installed 12:32:19 ===> Registering installation for pkg-1.18.4 12:32:21 Installing pkg-1.18.4... 12:32:23 it worked, thansk guys! 12:32:24 Hello. mount -t msdosfs /dev/da0s1 /mnt 12:32:25 mount_msdosfs: /dev/da0s1: Invalid argument 12:32:28 why is that so? 12:32:44 i tried /sbin/gpart create -s MBR da0 12:32:59 /sbin/gpart add -t fat32 da0 12:33:02 isn't that correct? 12:33:49 you would still have to format it, that only creates the partition 12:34:06 fstype /dev/da0s1 12:34:35 without the e 12:34:40 # fstyp /dev/da0s1 12:34:41 fstyp: /dev/da0s1: filesystem not recognized 12:34:52 i only see mkfs.ext{2,3,4} 12:35:45 do i need newfs_msdos? 12:36:11 i believe so 12:36:21 if thats the absolute correct disk 12:36:38 gpart show/list would reveal that for you 12:38:17 been a while since ive been down this route 12:41:21 CmdLnKid: but what is your route? 12:42:12 I use GPT disks now for the longest time and havent created a MBR for the longest time 12:43:14 well besides usb sticks anyway but most of those are other system images that you just dd 12:43:45 hey i cant login anymore with user account. it was set for another shell but that was uninstalled, now when I try to login it drops back out to login prompt becase the shell is not installed. then when I tried to set the shell via chsh it reports an error: entry inconsistent, pw_copy invalid argument 12:44:13 id have to manually break out a disk and run back through it with my fingers to make the brain remember 12:45:45 spine-o-saurus, pwd_mkdb /etc/master.passwd 12:45:48 then retry 12:46:19 there may be another file you will have to do that for if that doesn't procees 12:46:38 CmdLnKid: ok thx 12:48:34 that will allow you to edit /etc/master.passwd then run that command to bring the db up-to-date and allow you to login with the changes applied which i feel is your case 12:49:01 after a chsh you will not have to run pwd_mkdb again 12:50:53 -rw------- 1 root wheel 2527 Sep 1 10:34 /etc/master.passwd 12:50:54 -rw-r--r-- 1 root wheel 40960 Sep 1 10:35 /etc/pwd.db 12:50:54 -rw------- 1 root wheel 40960 Sep 1 10:35 /etc/spwd.db 12:51:37 those (ls -l /etc/master.passwd /etc/*.db) should most of the time show similiar times that are close 12:55:21 if i want to backup my synapse, postgresql and nginx installation, what is the best filesystem for that? 12:56:00 is msdosfs good enough? 12:56:25 using a dd for the maybe is your best option 12:56:34 s/the/that/ 12:57:27 how is that, when i need to copy folder inside /var/lib and the target is an SD card? 12:58:10 zfs is my goto using snapshots 12:58:45 zip,rsync,dd may be your msdosfs goto 12:59:13 gzip,bzip2,xz,tar 12:59:24 oh, good idea 12:59:35 i wouldn't put zfs on a sdcard 13:00:33 simple script to run through cron and create a archive that has a datestamp on it is at least referencable 13:01:12 i'd check hashsums of gzip/bzip2/xz... processed archive and be sure that filesystem type choice didn't spoil anything 13:01:28 DATESTAMP="$(date "+%y%m%d.log.%H")" for instance 13:01:49 all these msdosfs differences between fat12/16/32 and so on really blow mind 13:02:02 yeah yeah i agree 13:02:22 with maximum file size, name 13:02:29 amount of files 13:03:19 yeah and all that ~ stuff 13:03:52 EDIT /EDT SYS$COMMON:[SYSMGR]SYSTARTUP_VMS.COM 13:04:15 oops ignore that. bad paste ... working with opevms on x86 at the moment 13:05:53 recent newb there 13:23:21 fat32 might be good enough. You could also use exfat for the sdcard since that bypasses the max filesize and partition size of fat32. You will need to install sysutils/fusefs-exfat and sysutils/exfat-utils though 14:31:34 I've a FreeBSD box, nginx running as a proxy, forwarding HTTP/HTTPS requests to the nginx instance in the Jail, running on 10.0.0.3 within the OS. So, that means two nginx instances running on the server. I wonder if I could forward the 80/443 port requests DIRECTLY to the nginx in Jail, by using PF.. Any clue? 14:47:48 I haven't done it, but a look at pf.conf(5) hints that it may be possible, using a rdr rule for inbound packets and a nat rule for outbound packets. 15:37:44 tercaL: I don't see why you can't do that. Redirects are trivial with Linux, I'm sure PF ought to be able to handle it 15:47:00 definitely can. i have caddy as a reverse proxy in a jail 15:48:11 rdr pass inet proto tcp from any to any port {80, 443} -> $caddy_ip 19:26:11 if anyone is familiar with microsoft azure desktop clients (onedrive, teams, etc.) i'm having an issue with them... when passing traffic through my freebsd router i cannot sign in to any services. here's my pf ruleset: http://pastie.org/p/2TBsz2kFIf9fzX6MJzMNV2 19:26:12 Title: Pastie 19:27:05 siix_office: but other traffic works? 19:27:09 web-based services work fine, all other web traffic seems to be flowing correctly. it's just the sign-in screens that error out when routing traffic through fbsd 19:27:30 interesting 19:27:41 because why would it discriminate traffic like that 19:27:47 right 19:29:28 oddly enough if i skip over the fbsd router straight to the CE router, then sign in, then put the fbsd router back in everything is great until the apps decide they need me to reauth 19:30:31 i'm having the same traffic discrimination problems like this 19:30:46 with azure desktop apps? 19:31:03 no, my issue involves traffic not routing correctly through wireguard. 19:31:46 local traffic or routed traffic? 19:32:21 when my freebsd wireguard server has to communicate with devices that are local to the server, think on the same subnet, the performance is complete garbage. 19:33:09 yeah wg is a pain sometimes to get configured 19:33:13 so if I'm outside the network and use my laptop to connect to the wireguard server, and then start a VNC connection to another workstation, that is at 120-150Kbit/s max 19:33:27 which makes the VNC connection completely unusable as you can imagine. 19:34:49 this is my pf ruleset - http://pastie.org/p/6DDub7HtSdvno6b90KGKUb 19:34:51 Title: Pastie 19:41:33 try #wireguard 19:41:59 yes or #networking 19:42:08 will ask when I have more free time