01:19:13 and ath9k is not supported... 01:35:54 nimaje: I think formally we only guarantee from N-1 major release, but typically N-2 will work as well 01:46:39 wasup gentlemen 01:46:52 How do I do IPv6 in PF? Just like with IPv4? 01:47:03 Any caveats I should know before? 02:00:51 ScrewDriver1337: be mindful of ICMPv6, IPv6 relies on it pretty heavily (path MTU discovery, etc), much more so than IPv4 does on ICMP 02:01:11 and of coure, read The Book of PF, if you haven't already :-) 02:02:42 debdrup: I just thought you all had a system and I didn't want to interfere. ty 02:17:46 Well, currently I dont know jack shit about IPv6, so I gotta disable it completely 03:04:18 ScrewDriver1337: without checking the manual, i think 'block in quick inet6' / 'block out quick inet6' should probably work 03:04:42 alternatively, configure your network interfaces with "inet6 ifdisabled" to prevent them bring up ipv6 at all (this may even be the default, not sure) 03:05:28 I need to secure my NFS and other services. I know IPv4 and can trust my knowledge here, but I cannot say same for IPv6 03:06:04 So until I learn IPv6 - I will block it 05:52:16 greetings all, i am planning to install FreeBSD, is it gonna be hard work? 05:54:11 probably not 05:57:25 Bushmaster: its easier then you think. like easier then some linux installs.. probably eaiser 05:59:44 excellent, can I install it in Proxmox VE? 06:00:16 thanks jb1277976 10:40:49 jauntyd: I've no clue what you're on about :) 11:07:02 Installing FreeBSD, so far all going fine 11:09:00 Bushmaster: \o/ 11:10:37 just a quick question Hecate will UNIX commands will work in FreeBSD right? 11:11:22 I borrowed a book from library, its old book in UNIX Commands, I wonder those commands will work with BSD 11:17:04 how old UNIX? from the 80s? 90s? 11:17:06 https://www.freshports.org/editors/vscode/ ugh... no quarterly, it seems latest always has the built ports, is it better to use latest on desktop then? 11:26:32 Bushmaster: how old is the book? 11:26:54 Bushmaster: in general I'd recommend getting a book about FreeBSD proper, or even just getting the manual 11:49:08 I should really start contributing to the port tree :/ 11:49:33 question, if a port has a maintainer, and the maintainer hasn't yet submitted a patch to bugs.freebsd.org, is it fine for you to write a patch to update/fix it and then submit it to bugs.freebsd.org? 11:55:34 I installed FreeBSD but something gone wrong 11:57:53 I can log in with user and root account but it keeps throwing me some message 11:58:51 bsd ntpd[687] : error resolving pool 2. freebsd.pool.ntp.org : Name does not resolve (8) 11:59:21 this looks like a "kernel" message, these are always printed on tty1 11:59:59 is your network setup properly? 12:00:08 the message keeps coming every after minutes 12:01:08 well i declared statis IP 192.168.1.75, default route 192.168.1.1 and netmask 192.168.1.0/24 12:01:50 do the outputs of `ifconfig` and `netstat -rn` look ok? 12:01:57 the netmask looks strange. 12:02:15 and then it ask for resolver configuration and i put down bsd.unix.com and DNS 1 : 192.168.1.1 12:02:21 left DNS 2 blank 12:02:38 netmask should be 255.255.255.0 12:02:47 i could do 255.255.255.0 12:03:16 yeah i did that but it did something i cant remember so that i thought i go with 192.168.1.0/24 12:03:31 so you think this caused the issue right 12:03:43 may be should go with DHCP then to save all the hassle 12:03:56 kill it and reinstall again? 12:04:11 it looks like a thing to me. dhcp is the easier part, when you have a dhcp-server in your network 12:04:12 it canot connect to internet or do SSH now 12:04:30 yeah gonna kill it now 12:05:25 you could fix it https://docs.freebsd.org/en/books/handbook/network/#config-dynamic-ip-v4 12:05:42 i just killed it 12:05:49 gonna install back on in Proxmox 12:05:56 go with DHCP this time 12:47:45 that issue is gone but now new issue 12:47:56 if i type su it wont let me root 12:47:59 saying sorry 12:48:54 how I can be root then, i did declare root password during installation 12:53:28 "Sorry" would indicate you typed the wrong password 12:53:55 Bushmaster: the user from which you are trying to 'su' should be in the 'wheel' group 12:54:49 i did put user in wheel group 12:54:54 wheel doesn't get sudo access out of the box, you need to modify sudoers with visudo first 12:55:04 This is about su, not sudo. 12:55:38 Bushmaster: and if you do 'id' it shows you in the wheel group? 12:56:11 hang on 12:59:05 https://dpaste.com/E4TENCGEN 13:02:31 Bushmaster: the user is not in the wheel group as you can tell 13:03:39 now that I cannot get into root, I am screwed to fix this issue right? 13:04:27 You can get into root by logging in locally on the machine, I would hope. :) 13:04:42 Or via SSH, but that's (iirc) not enabled by default 13:05:57 so reboot this VM and put root and root password right 13:10:07 isn't uid=1000 in wheel by default? 13:11:07 now I logged in as root but this machine where i am talking to you folks is Debian and I cannot ssh as root from this machine like before 13:11:39 but I am root in FreeBSD, can you help me resolving the issue so that when I log in as user I can do su 13:13:14 pw groupmod wheel -m cattish 13:13:21 should add cattish to the wheel group 13:16:03 let me see oprs 13:16:17 ridcully: his username (cattish) has uid=1001, so I'm guessing multiple accounts were created for some reason 13:17:13 i got the command prompt back oprs 13:17:48 oprs first time when i installed FreeBSD i messed up the manual IP hence this is the second time in VM hence it could be the reason of two cattish 13:17:52 no idea though 13:17:52 oprs: that's why i asked - i assumed a different user was added and the user with uid=1000 might be used to recover via ssh 13:18:29 yeah 13:18:47 what I should do now, I executed that last command oprs kindly provided and I got command prompt back 13:19:11 Bushmaster: try the same ssh command again, you should be able to use su now 13:19:37 from this Debian machine I am using you mean 13:20:39 I mean from bushmaster, as before 13:21:05 yes it worked, but let me send you the link 13:21:29 oh no 13:21:32 it wont let me in 13:22:06 https://dpaste.com/9ZC9ZZN42 13:22:58 yeah, that's because you're trying to connect as root 13:23:03 what you should do is: ssh cattish⊙111 13:23:09 then use su 13:24:04 oh yes, you folks are cool, it worked, i got it hehehe https://dpaste.com/DXSTLSTZB 13:24:45 is it okay I hang out here and learn 13:24:57 ilearnt more here than from that old book 13:28:05 sure, hey which book is that btw ? just curious 13:32:24 Beginning Modern Unix, Manish Jain, Apress Publication, 2018 13:33:04 sorry, its not a BSD Book 13:33:21 oh it's not that old, I was expecting something from the 80s :-) 13:33:48 anyway, if you want something more FreeBSD specific, you probably want to read the FreeBSD Handbook: https://docs.freebsd.org/en/books/handbook/ 13:33:50 so what is the command to update the system, surely its not apt update or dnf upgrade hehehe, is it pkg update 13:34:09 let me check 13:36:18 great, it has pdf version as well, just downloaded it, very good 13:36:21 thanks a lot 13:36:32 yw ! 13:36:44 how to update the system 13:37:20 Bushmaster: pkg is for ports (third-party software), in current version it does not handle the base system, you probably want freebsd-update command for that 13:37:39 that might change in future if we get pkgbase by default (slated for 15.0 release, but we'll see) 13:38:54 you folks are BSD Developer I think 13:39:07 hang on let me utilize that command 13:39:23 do read the handbook chapter on freebsd-update before using it 13:39:37 okay 14:00:12 it just showing colon sign, may be doing something, https://dpaste.com/7DPRCLSYY 14:03:34 Bushmaster: it's showing you the changes it would bring using the pager (e.g. `more`). press `q` to quit the pager if you are fine with the changes 14:05:09 oh okay thanks ridcully and then issue that command from the hand book page 636 freebsd-update install right? 14:06:30 for some reason my FreeBSD guest vm does not receive any DHCPOFFERS when attepting to configure the vtnet0 interface using dhclient 14:07:11 DHCP works fine for a linux guest vm on the same host system with the same host network configuration 14:07:22 anyone have a tip for how I could debug this? 14:11:00 i think update is done https://dpaste.com/7U4QUZHPQ 14:11:05 thanks a lot folks 14:11:16 i am happy and you folks being BIG BIG HELP 14:11:24 I will be around anyway 14:14:29 one thing i just noticed it cannot shut down if i issue shutdown now 14:15:04 it comes up with saying Enter Full path of shell or RETURN /bin/sh: 14:15:26 what tools do you guys use for presentations 14:15:50 slides and stuff :) 14:16:16 polarian: pdfpc 14:16:44 to actually make the presentations, anything that can generate pdfs 14:16:55 GPLv3 :/ 14:17:07 anything _more free_? 14:17:14 aka not copylefted 14:18:20 what about LaTex? 14:21:00 psycorama: already planned to write it in latex the issue is presenting the pdf 14:21:20 something minimal, lightweight and permissive 14:29:30 aaah, i misread that 14:33:44 wait beamer exists... 14:43:18 i have a raidz2 with 8x 7200rpm SAS disks, and when copying the files to a Samba share from a Windows client (10GbE, 9k mtu) i only get ~550MB/s at most. if i copy files from the share that are in the cache i get ~1GB/s, so i don't think the problem is a network issue. is this the typical performance i should expect from this array? i thought it would be a bit faster given the individual disks can do at least 120MB/s sequential i/o each 16:15:45 a long time I noted performance bottlenecking between samba and windows. Using samba between BSD and either FBSD or Linux performed better, maybe even 50% better (this was back in the 2000's though) with equivalent hardware. Still you have spinny drives and writing is always slower than reading, eespecially if they are 'shingled' 16:46:43 ivy, for "spinning rust," I'd say 550/MB/s is pretty freak'n amazing. 16:47:27 s/\// 17:03:24 ivy: thats all I'd expect for writes. thats 90 MB/s per drive which is pretty close to max. if you're not using a large recordsize you may get a bit more, or maybe a bit more from adding a metadata vdev to reduce iops on the HDD but I wouldn't bet on either. you may also be bandwidth limited by your system bus, or your HBA 17:21:21 That would be a really old HBA 17:34:40 it's not a bandwidth limit, i get ~1GB/s if i read from data in the ARC. but i could believe it's just the practical limit of 7200 rpm disks 17:34:48 was mostly curious what sort of speeds other people get 17:35:14 when i tested these disks they did about 120MB/s each in sequential write (but i know zfs needs to write metadata as well...) 17:36:47 fwiw the HBA says: PCIe Width/Speed: x4 (5.0 GB/sec) 17:37:39 i'm not entirely sure what that means because no PCIe version does 5GB/s over an x4 connection 17:37:47 maybe it means 5GT/s, which would be right for PCIe 2.0 x4 17:37:58 (so 2GB/s) 17:40:16 A single lane of PCIe 2.0 is 5GT/s 17:41:11 right, 5GT/s per lane, x4 being 4 lanes, so minus overhead 2GB/s total 17:41:58 ((5*4)/8)*0.80 = 2.00 17:42:26 Right, my bad, B vs b 17:44:08 but anyway this HBA is pretty old (as you can tell from it using PCIe 2.0 to begin with :-) so that could be a factor even if it's not reaching the theoretical PCIe limit 19:12:00 hey all I have a gateway/router with mpd5 that has re0: local lan 172.31.5.0/24 em0: backup 4G network, igb0/fib1: PPPoE connection, igb1/fib2: PPPoE connection, is anyone able to provide me with a link to a basic nat setup for just dealing with twe two pppoe links fib1/2 for packet filter? 19:12:13 they both have the same gateway ip hence the different fibs 19:19:50 ivy: I read this article a few days ago, https://allthingsopen.org/articles/noisy-zfs-disks & it gave a lot of info on how raidz works, and some of the constraints, would like to know if its useful for you too 21:27:51 which package contains -if any- the legacy rcp, rsh and rexec ? 21:29:38 pretty sure there is one and that the update notice listed it, but I don't remember, you could use freshports to search for rcp in pkg-plists 21:31:15 nimaje thanks. so if you search using pkg-plists you search for files contained in the package ? https://www.freshports.org/net/bsdrcmds/ 21:40:24 each port (except for shitty exceptions) declares what files it will install statically, mostly via a file named pkg-plist and sometimes via some variables in the ports makefile (if there are only a few installed files), freshports lets you search for those statically declared files (and the ports framework will complain in stage-qa if it doesn't match what really gets installed)