00:46:55 lm: I ended up installing my own VM image in the end, because the ones provided by FreeBSD are not only incomplete, they're too small to even pull the ports tree. 01:46:57 <[0x1eef]> Anyone know of a lightstack that can be paired with cgit for CI ? Not looking for much more than a hook to run certain jobs and then see if those jobs passed or failed on a webpage. 01:51:20 there a way to append some text into a file? need to simulate a log entry event 01:52:25 http://www.freebsdwiki.net/index.php/Redirection 01:52:26 Title: Redirection - FreeBSDwiki 01:52:49 before pipe | << >> 01:54:12 example shows like sudo foo >> /var/log/test.log 01:54:20 but i get permission denied? 01:54:33 yeah well /var/log ownership and group 01:54:37 uid gid 01:54:47 but sudo should let me no? 01:54:49 you are fumbling around 01:55:06 i dont know are put of that sudo users? 01:55:30 i dont know are part of the sudo users 01:55:48 polyex, sudo only elevates the privilages of the command "foo", the redirection will then run as regular user which is why it fails 01:58:03 sudoers and do logging 01:58:25 rennj why waste your time typing unintelligible stuff? useless 01:58:43 LOG_INPUT: LOG_OUTPUT: ALL it only unintelligible to you 01:58:57 polyex, you can use sudo sh -c "foo >> /var/log/test.log" 01:59:03 but keep insulting me, maybe i wont bother helping you 01:59:09 as an example of how to make sure the redirect runs with the elevated permission 02:00:01 edenist says foo not found. i'll try echo 02:00:50 well I was just using the example you used, haha. Whatever commands you want to redirect all need to be encapsulated in the quotes 02:03:37 https://www.abebooks.com/servlet/BookDetailsPL?bi=31437439114 would be well worth a read polyex 02:03:38 Title: Unix and Linux System Administration Handbook by Nemeth, Evi; Snyder, Garth; Hein, Trent R.; Whaley, Ben; Mackin, Dan: New (2017) | GreatBookPrices 02:03:52 ty 02:04:53 “As an author, editor, and publisher, I never paid much attention to the competition—except in a few cases. This is one of those cases. The UNIX System Administration Handbook is one of the few books we ever measured ourselves against.” 02:04:54 —Tim O’Reilly, founder of O’Reilly Media 02:04:54 02:05:11 whoa 02:05:48 https://imgur.com/ul1257x 02:06:01 that original version 1 02:06:20 i was testing my epson scsi scanner on beos 02:09:46 nice 02:10:09 i remember the BeOS irc chat they had ;-l 02:10:13 tv-card, scsi scanner..life was good 02:10:42 vncviewer to my freebsd box 02:11:40 you needed a server for beos..it couldnt do everything unices could do, broken tcp/ip stack 02:13:24 rip 02:14:27 rip is modern browser is killer app..haiku os, amiga os, solaris, hp-ux, irix dont have 02:14:47 firefox esr 52..ancient 02:15:15 hope the bsd's can keep up... 02:15:25 uphill battle 02:15:59 i don't know what i would use if freebsd ceased to exist 02:17:51 i know what you mean... 02:17:56 :( 02:18:13 m$/crapple i didnt like back in 80's 02:18:25 * jauntyd nods 02:18:44 dos 6.0 stacker/doublespace trashed data... and crapple has always been walled garden 02:23:15 9front "do not install" love! 02:23:21 current distro 02:23:41 its really sad bell labs/lucent plan9 didnt progress 02:24:42 $ billions dumped into linux, for what a bad copy, bad man pages.. 02:25:15 kernel is capable for sure...but man userspace 10GB of bloat 02:26:05 kernel busybox/toybox is embedded is saner 02:27:57 polyex, the freebsd handbook you could save $60 bucks and just read that 02:31:16 does anybody here know about crochet? 02:31:25 https://envs.sh/eWq.txt 02:31:38 i think this is a bug 03:03:39 you followed the mesg: Please install u-boot-sinovoip-bpi-m3 and re-run this script. You can do this with:..... 03:04:01 read the that txt again nomia 03:04:43 $ sudo pkg install u-boot-sinovoip-bpi-m3 or by building the port: 03:05:23 seems like its telling you what to do, before you follow the forums 03:05:40 dd if=/usr/local/share/u-boot/u-boot-sinovoip-bpi-m3/u-boot.img conv=notrunc,sync of=/dev/mmcblk0 bs=1024 seek=40 the final step 03:05:48 i tried both 03:06:19 so i have the u-boot bc i installed the pkg? 03:06:43 find / -name u-boot.img says what ? 03:07:14 dd if=u-boot.img of=/dev/mmcblk0 bs=1024 seek=40 03:07:22 This assumes that mmclk0 is your microSD card writer on your computer. My card writer is da0. 03:07:37 so says the forum post 03:08:13 so you got the "u-boot.img" somewhere on harddisk 03:08:54 how do i get the rest of freebsd for bpi-m3? 03:09:08 that is what crochet is for ya? 03:09:13 i would assume for ports/pkgs 03:09:40 no clue what crochet is 03:10:01 dd if=u-boot.img conv=notrunc,sync of=/dev/mmcblk0 bs=1024 seek=40 final step 03:10:21 if you know the sdhc card device 03:10:32 im just going on forum post 03:10:33 it looks like its a script for making freebd images for arm boards 03:10:53 looks like you built it 03:10:58 somewhere on drive 03:11:08 find / -name u-boot.img 03:11:45 ok but that is only u-boot 03:11:57 how do i get the os image? 03:12:21 ahh..yeah no clue...x86/x86_64 ftw! 03:12:34 ): 03:12:36 arm devtree uboot is for the birds! 03:12:56 each fricking device has its unique devtree 03:13:02 find / -name u-boot.img 03:13:02 root@fbsdtemp:/crochet 03:13:07 # 03:14:10 there are no files in /crochet/work/ 03:15:08 i think this is all bugs 03:15:15 Please install u-boot-sinovoip-bpi-m3 and re-run this script. 03:15:19 You can do this with: $ sudo pkg install u-boot-sinovoip-bpi-m3 03:15:30 that does nothing 03:17:33 try from ports rather pkg? 03:17:47 pkg is some elses built binarys 03:17:57 ports is building local 03:18:25 https://freebsd.pkgs.org/13/freebsd-amd64/u-boot-sinovoip-bpi-m3-2023.01.pkg.html 03:18:27 the pkg 03:18:47 https://freebsd.pkgs.org/14/freebsd-aarch64/u-boot-sinovoip-bpi-m3-2024.01.pkg.html 03:19:40 https://www.freshports.org/sysutils/u-boot-sinovoip-bpi-m3 03:19:44 Title: FreshPorts -- sysutils/u-boot-sinovoip-bpi-m3: Cross-build das u-boot for model sinovoip-bpi-m3 03:21:49 wget -c https://pkg.freebsd.org/FreeBSD:14:amd64/latest/All/u-boot-sinovoip-bpi-m3-2024.01.pkg 03:22:36 pkg install u-boot-sinovoip-bpi-m3 03:29:34 yeah thats wrong on freshports 03:29:42 pkg install u-boot-sinovoip-bpi-m3.pkg correct command 03:30:23 the one you downloaded..not using pkg to go fetch it 03:30:44 once you download it... 03:31:42 pkg info u-boot-sinovoip-bpi-m3 03:32:56 after the install command...see what system says 03:33:10 or build from ports 03:36:11 should have gone riscV, the future, not arm, sifive 03:36:55 if it isnt x86_64 then it better be riscV...only 2 isa's that matter..hehe 03:44:53 wget -c https://pkg.freebsd.org/FreeBSD:14:amd64/latest/All/u-boot-sinovoip-bpi-m3-2024.01.pkg 03:45:09 pkg install u-boot-sinovoip-bpi-m3.pkg 03:45:12 pkg info u-boot-sinovoip-bpi-m3.pkg 03:45:17 those 3 commands 03:45:34 grr 03:45:54 pkg install u-boot-sinovoip-bpi-m3-2024.01.pkg 07:29:03 Hi folks, is it possible to automate bsdinstaller? 07:29:59 👋 pie_ 07:31:53 aha https://man.freebsd.org/cgi/man.cgi?bsdinstall(8)#SCRIPTING 07:31:54 Title: bsdinstall(8) 07:31:56 Hecate: o/ 07:32:20 Im trying to autoinstall a pfsense iso, and apparently/hopefully its using standard bsdinstall infra 07:36:17 aha. https://www.slideshare.net/slideshow/eurobsdcon-2023-autoinstalling-bsd-systems-cases-using-pfsense-truenas-and-more/261357863 07:36:18 Title: EuroBSDCon 2023 - (auto)Installing BSD Systems - Cases using pfSense, TrueNAS and more | PPT 07:36:51 nice 07:37:13 wish i could just sideload something though instead of modifying the image 07:38:35 funny how i would have never found this if it wasnt indexed on slideshare 07:38:43 would have probably worked it out eventually 08:00:20 well, that still only partly helps 19:30:38 is there a dtrace predicate that filters a syscall by jail? 19:31:51 to a specific* jail 20:07:41 any clue why, despite having sendmail_cert_create="NO", _msp_queue_enable="NO", _outbound_enable="NO", _submit_enable="NO", sendmail still logs to /var/messages gethostbyaddr failed warning? to what lengths do i have to go to completely disable sendmail ffs? 20:08:08 Hi!, in a VMWare ESX I'm running a VM with FreeBSD and one datastore that I use as a ZFS Pool. Now that pool is full. 20:08:23 It is safe to expand de datastore from Vmware? 20:11:00 I don't know if it is (no experience with VMWare), but in similar situations with VirtualBox, I've added another virtual disk to the VM configuration, partitioned it in the VM, and added the partition to the zpool. 20:13:03 should be safe, but backup before you leap 20:31:38 Finally I added the new disk as a vdev to the pool. 20:32:11 The backup is done a the VMWare level. 21:22:21 any clue why, despite having sendmail_cert_create="NO", _msp_queue_enable="NO", _outbound_enable="NO", _submit_enable="NO", sendmail still logs to /var/messages gethostbyaddr failed warning? to what lengths do i have to go to completely disable sendmail ffs? 21:24:10 sendmail_enable="NONE" 21:24:41 when i tested that a couple years ago it didn't disable as much as the 4 NO statements 21:24:46 is it fixed or? 21:24:56 unless that's changed in the last like 10 years.. i don't know i've been building world without sendmail for a long time now.. 22:00:36 oh the handbook has been updated with how to fully disable sendmail. handbook mail page sendmail section. need to disable some /etc/periodic.conf stuff 22:00:41 nice! 23:57:58 hi, i have a fresh bsd install working with 1 nvme (nda0). I added a second nvme, but "gpart show" only shows 1 disk: nda0. However i can see the second disk in /dev/nda1 . should gpart show/list show both disk or only the 1st as its doing now ? 23:59:09 ok i just went over https://forums.freebsd.org/threads/gpart-does-not-recognize-newly-added-disks.78647/ 23:59:10 Title: Solved - Gpart does not recognize newly added disks | The FreeBSD Forums