-
sponix2ipfw
mzar: I'm thinking about doing that, just because I hate to see this 16 Core Xeon with 256G of ram setting idle. Watchiinig code compile is very entertaining LOL
-
sponix2ipfw
ivy: what is "pkgbase" ?
-
dstolfa
-
sixpiece
hello I am struggling with the file system concept
-
sixpiece
and was looking for help
-
sixpiece
I added a block storage to my vps and then I created a gpart created gpt system, then added two drives one for swap 8gb and then one for the media files the balance of the 40gb but that's the extent of my figuring it out
-
sixpiece
using a book to do this
-
sixpiece
now I assume there will be mounting and some other configuration possibly
-
sixpiece
ic I looked it up so I need to now format it, then mount then ...
-
sponix2ipfw
sixpiece: Oh, cool.. I will update me to 14.2 Beta 3
-
sixpiece
FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC
-
sponix2ipfw
How do I make it do 14.1-stable instead though?
-
sixpiece
interesting I am at 14.1
-
sixpiece
I need help
-
sixpiece
is there someone that can help me on this?
-
sixpiece
should I go to the mailing list?
-
sponix2ipfw
dstolfa: guess it was you I should be thanking ... thanks for the pkgbase heads up
-
martinrame
Hi, I had an original zpool with two 1.82Tb disks mirrored. Now I added a new mirrored vdev of the same size, hoping to have an extra 1.82tb available. For a couple of hours I had that space. Then I did send/recv that stopped with an error and now I only see the original (almost empty) space. BTW, this is on a TrueNAS system, but I ask here because the experts live here ;)
-
martinrame
It looks like there are some hidden snapshots that didn't finish recv'ed?
-
SponiX
lol, they weren't kidding when they talked about knowing how to use boot environments. I went to 14.2 Beta 3 and sure as shit my system didn't boot all the way up into the login manager :P
-
SponiX
luckily I did have a BE from when I did freebsd-update to p6 prior. Lost a lot of my installed packages, but at least it left my home and data in tact
-
rwp
Boot Environments Rock!
-
scoobybejesus
sixpiece: I was curious about the same thing. if only you were here to see my reply
-
U2C97
Hi chat, Is this room the one tied with FreeBSD discord server?
-
mrelcee
i guess I am not the only one that was bit by 14.2-BETA* installs leaving the OS stuck in single user mode waiting to press enter to fire up /bin/sh after reboot.
-
rtprio
U2C97: there's no bridge as far as i know
-
mrelcee
i dont keep a display connected to servers and the current one doesnt have a vnc console. so i had too drag a display and keyboard over to that and sit there fixing it.. like an animal!
-
U2C97
rtprio: The people on discord were talking about FreeBSD IRC, i hope its this room. My country has the amazing idea of entirely blocking discord
-
mrelcee
this irc channel doesnt have a bot link to any discord server that I am aware of
-
U2C97
I suppose ill try to fully migrate to IRC (and other protocols like xmpp, matrix etc.) and drop discord
-
U2C97
Also, How is XMPP like? Ive never used it before. the only chat protocols ive used was matrix and IRC
-
mrelcee
your home country blocked discord entirely?
-
U2C97
Yep, turkey has weird stuff going on
-
U2C97
I do have knowledge on why they did it, but im not sure its SFW enough to be talked about here
-
U2C97
thats a lotta leaves and enters
-
dch
mrelcee has that been reported?
wiki.freebsd.org/action/login/Releng/14.2ISSUES doesn't mention it for example
-
dch
any menion elsewhere would be good
-
mms
/12
-
» dch is warming the room up building cmake, rust, clang, and more with poudriere
-
mzar
precisely selected time window, have a nice build
-
dch
;-)
-
dch
mrelcee: I can't find any related bugs either. would like to know if this will require fixing in 14.2.-RELEASE
-
dch
mrelcee I don't see it on a mix of VM & bare metal, uefi and bios going from 14.1R-14.2B3.
-
mrelcee
dch: ive seen warnings to not attempt to cut steps and reboot where instructions instruct to
-
mrelcee
esp with 14.2-beta
-
dch
yeah that would do it. 14.1 -> 14.2 will need to reboot to new kernel and *then* update userland
-
mrelcee
ive never been bit by skipping that.. this particular server started life on 10.. and has been updated via freebsd-update all the way to 14.1, with tracking the RCs and beta releases since 12.0\
-
mrelcee
first time in that run where I was left with a machine that wasnt functioning also.
-
dch
lucky. I've definitely hit this in the past, always the same mistake, not upgrading boot blocks for BIOS boot, or forgetting the uefi loader update.
-
mrelcee
it reminded me why I need a server that has a vnc KVM. present incarnation is a plain old desktop motherboard with an Intel CORE processor. what was I thinkiing! :)
-
mrelcee
(as I dragged a kb and monitor over to the server)
-
ivy
mrelcee: you can set up a serial console without firmware support (and a surprising number of desktop systems nowadays also support serial console for the firmware interface, although it's not guaranteed) - at least then you only need a laptop with a USB serial adapter
-
mms
I have some programs I want to alwasys run on my freebsd box (eggdrop & irssi within tmux). How would you do that? Daemonize them or create cron tasks?
-
rtprio
cron is for running things one time at a schedule, not usually ongoing tasks
-
rtprio
kids have been asking about running eggdrop on freebsd since the dawn of time
-
mms
daemons also aren's auto-restarted on any error. You can have crontab on @restart IIRC.
-
mms
wow, I haven't been called a kid in a few decades
-
» mms blushing
-
ivy
mms: as those as personal services, i would put them in cron with @reboot
-
ivy
mms: there's a tmux option (i can't remember what it is, but it's in the manual) to make it detach on startup, so from cron's perspective it runs and immediately exits
-
mms
is the reason running under my user?
-
ivy
yes
-
rtprio
i feel like i've tried putting tmux in @reboot but don't recall having luck with that
-
mms
that's a nice thing to have in mind. T.Hanks!
-
ivy
mms: you could use an rc.d script if you want, it's not wrong, but i prefer to keep rc.d for system-wide services
-
mms
Yeah, that makes sense.
-
ivy
although in the case of eggdrop, assuming it's running under a dedicated account, you could argue that is a system service
-
mms
It just never occured to me.
-
mms
It's running in it's own jail
-
rwp
I use cron's @reboot to run at script which starts tmux which starts my IRC programs.
-
rwp
cron starts script. script sets variables and starts tmux. script tells tmux to start irssi IRC client. Works well.
-
Tenkawa
jrtc27: Do you use FreeBSD at all on The RPI? Or does anyone else run it currently on the RPI5? I'm trying to get opinions/recommendations on tuning.
-
Tenkawa
It is running fairly well for me ... just like to tune all I can.
-
jrtc27
I don't, no
-
jrtc27
we've done freebsd on a pi cluster in the past for OS teaching
-
jrtc27
rpi4 I believe
-
Tenkawa
Nod... I'm very pleased so far to see that I only needed to add a RTL88XXAU to get AC wifi on it..
-
rtprio
i put in on a rpi1b. it was extremely slow
-
Tenkawa
rtprio: the 5(BCM2712) on a nvme is quite swift now...
-
psionic
dsadas
-
psionic
u guys are all pwned
-
psionic
md5sum -c checksum.md5
-
psionic
How coms freebsd md5 cant even do something so simple
-
psionic
...
-
rtprio
Tenkawa: i would believe it
-
rtprio
psionic: what are you talking about
-
psionic
what I'm talking about that in linux with md5sum you can read the md5s from a file and check the original files to see they match the checksum or not
-
psionic
fbsd seems to have some crappy md5 in it expect me do them one by one from command line lol
-
the_oz
psionic, md5sum -c string file
-
psionic
I need this for fbsd 10.3-STABLE FreeBSD 10.3-STABLE
-
psionic
any chance I can dl the binary from somewhere?
-
psionic
not in the mood of compiling
-
Tenkawa
the_oz: isn't the BSD syntax ie: md5 -c 1edc3944e1323839336a91e91c7137e3 /usr/bin/file
-
Tenkawa
md5sum needs a file doesn't it for reading hashes with -c doesn't it?
-
Tenkawa
bsd vs gnu
-
the_oz
I don'
-
the_oz
t know
-
Tenkawa
md5 -c 1edc3944e1323839336a91e91c7137e3 /usr/bin/file
-
Tenkawa
MD5 (/usr/bin/file) = 1edc3944e1323839336a91e91c7137e3
-
Tenkawa
yes
-
Tenkawa
md5sum -c 1edc3944e1323839336a91e91c7137e3 /usr/bin/file
-
Tenkawa
md5sum: 1edc3944e1323839336a91e91c7137e3: No such file or directory
-
Tenkawa
if you give it a bad sum you get:
-
Tenkawa
md5 -c 1edc3944e1323839336a91e91c7137f /usr/bin/file
-
Tenkawa
MD5 (/usr/bin/file) = 1edc3944e1323839336a91e91c7137e3 [ Failed ]
-
rtprio
usage: md5sum [-bctwz] [files ...]
-
rtprio
because -c doesn't take a parameter
-
rtprio
md5 does
-
rtprio
md5sum on freebsd does not work the same on linux
-
rtprio
you could probably install the coreutils to get the gnu version if it's that important to you
-
mrelcee
ivy: I've actually got some usb to rs232 port devices. Theres an idea... wire up a chunk of cat5 cable to a rs232 port plug and route it next to the ethernet run over to my desk area.
-
kevans
Relevant, mostly: looking to fill a userland developer position:
klarasystems.com/careers/freebsd-software-engineer
-
rwp
If one were to read the man page one would see that md5 is the BSD style command and md5sum is the GNU style command. With options that associate each way. Both are available on both systems. Using the appropriate command should yield the expected results.
-
armin
I don'
-
armin
damnit
-
armin
I don't think Linux has md5 and/or FreeBSD got md5sum - there's gmd5sum in coreutils however on FreeBSD
-
armin
kevans: I had friends forwarding me the link to that job offer
-
kevans
we have md5sum as of late
-
mrelcee
armin: md5sum is on my debian box
-
kevans
armin: ah, nice. so our reach is reasonable
-
mrelcee
I have both on my freebsd server.
-
armin
mrelcee: There's indeed /sbin/md5, good hint, that's the same binary as the md5 program though
-
armin
mrelcee: looks like hard-linked?
-
kevans
md5sum introduced in 13.1, 14.0+
-
armin
interesting
-
kevans
md5*, sha*, skein* are all implemented by the same program, mux'd on the name of the link
-
armin
mux'd :D
-
kevans
big fan of substituting a single letter with a single character