-
remiliascarlet
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.
-
[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.
-
polyex
there a way to append some text into a file? need to simulate a log entry event
-
rennj
-
VimDiesel
Title: Redirection - FreeBSDwiki
-
rennj
before pipe | << >>
-
polyex
example shows like sudo foo >> /var/log/test.log
-
polyex
but i get permission denied?
-
rennj
yeah well /var/log ownership and group
-
rennj
uid gid
-
polyex
but sudo should let me no?
-
rennj
you are fumbling around
-
rennj
i dont know are put of that sudo users?
-
rennj
i dont know are part of the sudo users
-
edenist
polyex, sudo only elevates the privilages of the command "foo", the redirection will then run as regular user which is why it fails
-
rennj
sudoers and do logging
-
polyex
rennj why waste your time typing unintelligible stuff? useless
-
rennj
LOG_INPUT: LOG_OUTPUT: ALL it only unintelligible to you
-
edenist
polyex, you can use sudo sh -c "foo >> /var/log/test.log"
-
rennj
but keep insulting me, maybe i wont bother helping you
-
edenist
as an example of how to make sure the redirect runs with the elevated permission
-
polyex
edenist says foo not found. i'll try echo
-
edenist
well I was just using the example you used, haha. Whatever commands you want to redirect all need to be encapsulated in the quotes
-
rennj
-
VimDiesel
Title: Unix and Linux System Administration Handbook by Nemeth, Evi; Snyder, Garth; Hein, Trent R.; Whaley, Ben; Mackin, Dan: New (2017) | GreatBookPrices
-
polyex
ty
-
rennj
“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.”
-
rennj
—Tim O’Reilly, founder of O’Reilly Media
-
rennj
-
polyex
whoa
-
rennj
-
rennj
that original version 1
-
rennj
i was testing my epson scsi scanner on beos
-
jauntyd
nice
-
jauntyd
i remember the BeOS irc chat they had ;-l
-
rennj
tv-card, scsi scanner..life was good
-
rennj
vncviewer to my freebsd box
-
rennj
you needed a server for beos..it couldnt do everything unices could do, broken tcp/ip stack
-
jauntyd
rip
-
rennj
rip is modern browser is killer app..haiku os, amiga os, solaris, hp-ux, irix dont have
-
rennj
firefox esr 52..ancient
-
rennj
hope the bsd's can keep up...
-
rennj
uphill battle
-
jauntyd
i don't know what i would use if freebsd ceased to exist
-
rennj
i know what you mean...
-
jauntyd
:(
-
rennj
m$/crapple i didnt like back in 80's
-
» jauntyd nods
-
rennj
dos 6.0 stacker/doublespace trashed data... and crapple has always been walled garden
-
rennj
9front "do not install" love!
-
rennj
current distro
-
rennj
its really sad bell labs/lucent plan9 didnt progress
-
rennj
$ billions dumped into linux, for what a bad copy, bad man pages..
-
rennj
kernel is capable for sure...but man userspace 10GB of bloat
-
rennj
kernel busybox/toybox is embedded is saner
-
rennj
polyex, the freebsd handbook you could save $60 bucks and just read that
-
nomia
does anybody here know about crochet?
-
nomia
-
nomia
i think this is a bug
-
rennj
you followed the mesg: Please install u-boot-sinovoip-bpi-m3 and re-run this script. You can do this with:.....
-
rennj
read the that txt again nomia
-
rennj
$ sudo pkg install u-boot-sinovoip-bpi-m3 or by building the port:
-
rennj
seems like its telling you what to do, before you follow the forums
-
rennj
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
-
nomia
i tried both
-
nomia
so i have the u-boot bc i installed the pkg?
-
rennj
find / -name u-boot.img says what ?
-
rennj
dd if=u-boot.img of=/dev/mmcblk0 bs=1024 seek=40
-
rennj
This assumes that mmclk0 is your microSD card writer on your computer. My card writer is da0.
-
rennj
so says the forum post
-
rennj
so you got the "u-boot.img" somewhere on harddisk
-
nomia
how do i get the rest of freebsd for bpi-m3?
-
nomia
that is what crochet is for ya?
-
rennj
i would assume for ports/pkgs
-
rennj
no clue what crochet is
-
rennj
dd if=u-boot.img conv=notrunc,sync of=/dev/mmcblk0 bs=1024 seek=40 final step
-
rennj
if you know the sdhc card device
-
rennj
im just going on forum post
-
nomia
it looks like its a script for making freebd images for arm boards
-
rennj
looks like you built it
-
rennj
somewhere on drive
-
rennj
find / -name u-boot.img
-
nomia
ok but that is only u-boot
-
nomia
how do i get the os image?
-
rennj
ahh..yeah no clue...x86/x86_64 ftw!
-
nomia
):
-
rennj
arm devtree uboot is for the birds!
-
rennj
each fricking device has its unique devtree
-
nomia
find / -name u-boot.img
-
nomia
root@fbsdtemp:/crochet
-
nomia
#
-
nomia
there are no files in /crochet/work/
-
nomia
i think this is all bugs
-
nomia
Please install u-boot-sinovoip-bpi-m3 and re-run this script.
-
nomia
You can do this with: $ sudo pkg install u-boot-sinovoip-bpi-m3
-
nomia
that does nothing
-
rennj
try from ports rather pkg?
-
rennj
pkg is some elses built binarys
-
rennj
ports is building local
-
rennj
-
rennj
the pkg
-
rennj
-
rennj
-
VimDiesel
Title: FreshPorts -- sysutils/u-boot-sinovoip-bpi-m3: Cross-build das u-boot for model sinovoip-bpi-m3
-
rennj
-
rennj
pkg install u-boot-sinovoip-bpi-m3
-
rennj
yeah thats wrong on freshports
-
rennj
pkg install u-boot-sinovoip-bpi-m3.pkg correct command
-
rennj
the one you downloaded..not using pkg to go fetch it
-
rennj
once you download it...
-
rennj
pkg info u-boot-sinovoip-bpi-m3
-
rennj
after the install command...see what system says
-
rennj
or build from ports
-
rennj
should have gone riscV, the future, not arm, sifive
-
rennj
if it isnt x86_64 then it better be riscV...only 2 isa's that matter..hehe
-
rennj
-
rennj
pkg install u-boot-sinovoip-bpi-m3.pkg
-
rennj
pkg info u-boot-sinovoip-bpi-m3.pkg
-
rennj
those 3 commands
-
rennj
grr
-
rennj
pkg install u-boot-sinovoip-bpi-m3-2024.01.pkg
-
pie_
Hi folks, is it possible to automate bsdinstaller?
-
Hecate
👋 pie_
-
pie_
-
VimDiesel
Title: bsdinstall(8)
-
pie_
Hecate: o/
-
pie_
Im trying to autoinstall a pfsense iso, and apparently/hopefully its using standard bsdinstall infra
-
pie_
-
VimDiesel
Title: EuroBSDCon 2023 - (auto)Installing BSD Systems - Cases using pfSense, TrueNAS and more | PPT
-
Hecate
nice
-
pie_
wish i could just sideload something though instead of modifying the image
-
pie_
funny how i would have never found this if it wasnt indexed on slideshare
-
pie_
would have probably worked it out eventually
-
pie_
well, that still only partly helps
-
llua
is there a dtrace predicate that filters a syscall by jail?
-
llua
to a specific* jail
-
polyex
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?
-
martinrame
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.
-
martinrame
It is safe to expand de datastore from Vmware?
-
V_PauAmma_V
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.
-
llua
should be safe, but backup before you leap
-
martinrame
Finally I added the new disk as a vdev to the pool.
-
martinrame
The backup is done a the VMWare level.
-
polyex
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?
-
isley
sendmail_enable="NONE"
-
polyex
when i tested that a couple years ago it didn't disable as much as the 4 NO statements
-
polyex
is it fixed or?
-
isley
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..
-
polyex
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
-
polyex
nice!
-
HER
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 ?
-
HER
-
VimDiesel
Title: Solved - Gpart does not recognize newly added disks | The FreeBSD Forums