-
mason
-
VimDiesel
Title: Calculating the required bandwidth for ACK queues for asymetric link | Netgate Forum
-
rtprio
mason: altq, yeah
-
rtprio
mason: the firewall improves the more letters you remove from 'ipfw'
-
mason
heh
-
V_PauAmma_V
I dunno. w doesn't look like much of one to me.
-
kevans
yeah, but f is off the chain
-
nonesuch
Anyone out here running unbound on opnsense ?
-
rtprio
kevans: yes, f or p would be the next one
-
mason
Hm, I'm reading about ack filtering, distinct from prioritizing them. Does altq do that too?
-
mason
-
VimDiesel
Title: Let them run CAKE [LWN.net]
-
mason
Looks like I can do ack filtering via Linux or ack prioritizing with altq. That's unfortunate, having to choose.
-
last1
ugh
-
last1
I was upgrading a box from 12.1 to 13.2 and ran the first freebsd-update install
-
last1
due to inattention ran it a second time without rebooting
-
last1
and all hell broke loose
-
last1
I hard rebooted but now it says all kinds of libraries are broken
-
last1
stuff like /usr/lib/lib/libmd.so.6 invalid format, etc
-
last1
am I hosed hosed ?
-
kevans
last1: does 13.2 have /rescue/fetch?
-
kevans
if you can get to a rescue shell, you can always /rescue/fetch base.txz and /rescue/tar it
-
last1
I booted to single user mode
-
last1
tried running freebsd-update install here
-
last1
it says: ld-elf.so.1 /lib/libmd.so.6 invalid file format
-
mason
last1: Try what kevans is suggestion. It'll work.
-
mason
suggesting*
-
last1
is the single user mode the rescue shell ?
-
last1
can I do it from there ?
-
mason
last1: From anywhere you have a shell, /rescue has statically-linked binaries
-
kevans
you could do it from single user, but you do need to manually put your NIC up if you're going into single-user
-
last1
yeah that's fine
-
last1
ah no it's not
-
last1
lol
-
kevans
?
-
last1
ifconfig reports invalid elf file
-
kevans
/rescue/ifconfig
-
kevans
in general, /rescue should have everything to help get out of scenarios precisely like this
-
kevans
hmm, wpa_supplicant is notably missing from /rescue; that would be cool
-
last1
darn, 13.2 has no /rescue/fetch
-
last1
sh /rescue/fetch file not found
-
kevans
bah
-
kevans
i'd bet a -CURRENT /rescue/fetch wouldn't rely on any kernel behavior you don't have
-
kevans
but getting it on there is the tricky part, going to need some bootable media at this point
-
last1
oh wow, pretty silly for freebsd-update install to allow itself to run twice and thrash the whole system
-
last1
ok, so I got the bootable media
-
last1
I boot with that, drop to shell, mount my / and drop base.txt in there ?
-
last1
base.txz ?
-
kevans
yeah, pretty much; extracting base.txz over your / should generally be safe
-
kevans
wait
-
kevans
is this zfs or ufs?
-
last1
ufs
-
kevans
ah, ok
-
kevans
that's unfortunate; with zfs this would've been just a "*sigh* /rescue/bectl activate blah; /rescue/reboot; profit"
-
mason
Only wild-eyes fanatics use ZFS.
-
mason
eyed - really kills the trolling when I typo
-
last1
in the usb boot
-
last1
do I choose shell or live cd
-
mason
last1: live cd ought to be fairly full-featured
-
mason
-
mason
presuming amd64
-
last1
yep
-
last1
ijm fetching
-
last1
I'm fetching, yay
-
last1
so simply xz -d base.txz
-
last1
then tar -xf base.tar ?
-
mason
tar will decompress for you generally
-
last1
k, fingers crossed
-
mason
mount up root and any other filesystems that matter - probably just root, cd into it, untar
-
last1
yeah yeah, I got it under /mnt
-
mason
or untar with -C or similar
-
last1
it says: can't unlink already existing object
-
last1
-
VimDiesel
Title: Imgur: The magic of the Internet
-
mason
Well. tar has an --unlink option that unlinks before unpacking, which could be useful
-
mason
I'm always hesitant to recommend anything that deletes stuff of course.
-
last1
-
VimDiesel
Title: Imgur: The magic of the Internet
-
last1
now am I hosed ? :)
-
mason
Hrm. Hopefully someone will chime in with better ideas, but I'd be tempted to unmount and give fsck a look at it.
-
kevans
"This post may contain erotic or adult imagery"
-
mason
Also, note that you'll probably want to save some things in /etc, as I just remembered that unlike, say, NetBSD, FreeBSD doesn't ship etc.tgz separately.
-
mason
kevans: Hot terminal action.
-
kevans
base.txz shouldn't wipe out anything pertinent in /etc
-
last1
I'm thinking at this point I may just reinstall everything
-
mason
kevans: It doesn't include an empty password, by way of example?
-
bsdbandit01_
i have a quick question im running kali linux in freebsd bhyve is there a way to access the kali linux gui or is this not supported yet in bhyve ?
-
kevans
I don't believe so, passwd is considered a config file
-
kevans
last1: you're not completely hosed, just some weird stuff going on here
-
kevans
what does ls say about some of these? ld-elf*so and libc are probably noschg, but the error doesn't match what I would expect from noschg I don't think
-
last1
those files are special
-
last1
I tried removing them
-
last1
didn't work
-
mason
oh, right, flags
-
kevans
er, schg
-
mason
hm, chflags doesn't have a recursive option
-
kevans
try `chflags noschg <path>`
-
mason
find . -flags schg -print might be interesting
-
mason
rather, find . -flags schg -print
-
last1
I did chflags noschg on thsoe files
-
last1
removed them
-
last1
ran tar again
-
mason
argh, sorry, meant +schg - tired
-
last1
Ill reboot see if the old system fancies a run now
-
last1
yep, came up lol
-
last1
but users are gone
-
last1
let me see what else is gone
-
mason
last1: That'd be the passwd file I was mentioning. =cough=
-
last1
and vi depends on libncursesw.so.8 which I no longer have lol
-
last1
I just have libncursesw.so.9 now
-
mason
last1: That's odd. The tarball ought to have been internally consistent.
-
last1
is there another edit that lets me modify the /etc/group file ?
-
kevans
there should be a copy in /var/backups for some of these
-
mason
kevans: You should push for a separate etc.tgz like what NetBSD does. Useful for these situations.
-
mason
There's a lot of dancing around upgrades that can be avoided.
-
last1
is there a way to redo the upgrade process in a more controlled environment ?
-
last1
cuz now I feel some files haven't been updated and whatnot
-
mason
last1: ZFS is the most common answer because you can snapshot. Unsure what the best way is with UFS.
-
last1
so there's nothing like freebsd-update -r 13.2-RELEASE reinstall ?
-
mason
Not as such, no. But the tarballs really ought to be internally consistent. That's worth exploring.
-
last1
tar exits after a few errors
-
last1
so it doesn't complet extracting everything
-
mason
last1: More of the same sort?
-
last1
yeah
-
last1
can't unlink, etc, etc
-
last1
schg errors
-
mason
last1: As noted, find . -flags +schg -print
-
last1
so now /bin/vi is the old version
-
last1
while /lib has the new libs
-
last1
hence that error
-
mason
then if you're very confident with the list, you can swap -delete for the -print
-
mason
but note that it's quite dangerous to do this
-
mason
last1: And remember the statically-linked bits in /rescue, which should include vi
-
mason
but you want to get that tarball unpacked fully before trying to use the system
-
kevans
mason: yeah, I tend to agree now. up until, oh, 5 minutes ago, I would've sworn up and down that base.txz didn't contain anything pertinent in /etc :-)
-
kevans
I guess etc.txz would contain both etc/ and the etcupdate metadata that goes with it
-
mason
It's been a while so I don't remember precisely what they included.
-
last1
I really care just about the /var partition on this machien
-
last1
can I reinstall and somehow keep /var in there ?
-
last1
or rather, can I fool the system that it's 12.1 again and run freebsd-update on it ?
-
mason
last1: You can rename it - careful with targeting the find -delete if you end up doing that so that you don't reap through it, in case there's anything schg in there
-
mason
Don't think that'll work, unfortunately.
-
kevans
you already updated base to 13.2, is kernel 13.2? if so, you don't really have much else to do besides maybe some config files that need merged and pkgs
-
kevans
oh, this was 12.x to 13.x
-
last1
yeah, nvm, I got it somehow
-
last1
I re-extracted base.txz in multi-user
-
last1
it worked here lol
-
mason
last1: It's usually not as painful as what you just went through, FWIW.
-
last1
for sure, but it seems silly to go through this after running freebsd-install twice you know
-
last1
I just did arrow-up enter out of habit, and voila
-
mason
basepkgs will arrive at some point
-
last1
rebooting now for good measure
-
last1
yep, came back up. huzzah
-
mason
\o/
-
last1
thank you for your help fellas
-
last1
much appreciated
-
mason
happy to help
-
travgm
If I am running 13.2-release is there a way to just update if I download 14.0-current image?
-
llua
prob shouldn't be using current if you have to ask that
-
travgm
Appreciate the input
-
meena
llua: and yet, i have made it very easy for people to do:
alpha.pkgbase.live
-
VimDiesel
Title: Unofficial FreeBSD pkgbase repository
-
meena
FIRECRACKER fails to link
-
yuripv
meena: it should be just 'base hash'
-
yuripv
(the help widget needs to be updated, yes)
-
meena
yuripv: i tried several things, but the preview doesn't do shit
-
yuripv
try base hash, preview will show it
-
yuripv
oh, it probably does not work when *creating* PR, i remember some reports about it
-
yuripv
works when updating PR though (the preview)
-
yuripv
-
VimDiesel
Title: git: 60381fd1ee86 - main - memdesc: Retire MEMDESC_CCB.
-
meena
I'm surprised FIRECRACKER doesn't include CAM
-
RhodiumToad
grumble. why is the dev-commits-src-main list sending me malformed MIME messages
-
RhodiumToad
CAM has a lot of delay stuff at startup.
-
meena
that's a good reason to not include it in FIRECRACKER. or speed it up
-
RhodiumToad
I think whatever's generating dev-commits mail has a bug; it seems to sometimes generate multipart/* messages with quoted-printable transfer encoding
-
yuripv
you mean the replies to commit messages?
-
RhodiumToad
no
-
RhodiumToad
looking at the one I bounced, it's an actual commit
-
RhodiumToad
anyone by any chance have a copy of message 17037 on dev-commits-src-main including full headers?
-
yuripv
-
RhodiumToad
the copy in the archives doesn't have the offending headers
-
yuripv
ah sorry
-
RhodiumToad
i.e. whatever mangled it happened after the copy was archived
-
meena
RhodiumToad: i reckon that our archiver sanitizes headers
-
RhodiumToad
I think it's the opposite, that the mailing list manager is sometimes adding headers
-
RhodiumToad
but I can't tell until I see the headers :-)
-
puddinghead
hey, ive been trying to set up a windows wirtual machine through bhyve, but it never seems to actually start even though i have the iso for windows and bhyve-firmware
-
RhodiumToad
what options are you using?
-
RhodiumToad
and are you using a vnc client for display? does anything show up?
-
puddinghead
options, i think i just copied an uefi config from a website
-
puddinghead
as dor vnc, im using tigervnc. doas vm list says the vm is stopped
-
Midjak
Hi Is it possible to mount a subpart of my fs into a jail ? I have confusing info on the net. (As a possible security issue with jail-mount)
-
CmdLnKid
use nullfs
-
CmdLnKid
the security impact will be up to you to deduce in how you are using it. some automated jail systems already do this using the mounts from /
-
RhodiumToad
from outside the jail, you can nullmount basically anything into it as you please
-
RhodiumToad
(I have a vm running poudriere at the moment, and it has like 40 nullmounts just because of that)
-
CmdLnKid
personally i like to have a jail that mimics the rootfs / exactly and then remount with nullfs from there
-
CmdLnKid
if you have a good handle on zfs ... then this becomes very easy
-
Midjak
thank you. Documentation about that is a little bit old. thanks again
-
CmdLnKid
np brother BSD'r
-
uskerine
hi, any way to run old 32 bit stuff in a 64 bits FreeBSD modern installation?
-
uskerine
applixware # ./install
-
uskerine
ld-elf32.so.1: Shared object "libX11.so.6" not found, required by "install"
-
uskerine
-
VimDiesel
Title: Applixware Office for FreeBSD (Walnut Creek) (November 1999) : Free Download, Borrow, and Streaming : Internet Archive
-
RhodiumToad
uskerine: you'll need 32-bit versions of any libraries that the old software needs
-
uskerine
Is it doable or is it going to be a hell on earth?
-
RhodiumToad
probably easier in a jail
-
uskerine
are jails like containers for FreeBSD?
-
RhodiumToad
but I don't know where you'd find the necessary old packages
-
RhodiumToad
yes
-
meena
ports have archives, but I feel like x11 hasn't changed much in the past 24 years
-
TommyC
uskerine: yes, more closely related to Linux's OpenVZ than containers, but the same similar idea
-
RhodiumToad
interesting, libX11 is indeed still version .6
-
RhodiumToad
so maybe just installing 32-bit X11 packages in the jail would do
-
uskerine
Well I think I will save the task for one of those days where you feel like learning something. Does not sounds like something to do in half an hour. I just found that CD and I was curious to see applixware in action (in all its Motif/X11 shine)
-
Midjak
I didn't see anything inside jail. I am using mount parameter
bpa.st/2XTQ. What I am doing wrong ? /usr/home/mik is empty
-
Midjak
it seems mount option mount nullfs inside the host. Is nto what I want . I want to share existing directory on my host with the jail. Is it possible ?
-
Midjak
ah ok got it
-
RhodiumToad
the mount line should be /path/to/jail/some/dir /home/whatever nullfs ...
-
RhodiumToad
er sorry
-
RhodiumToad
/home/whatever /path/to/jail/some/dir nullfs ...
-
RhodiumToad
and why is there no manpage for ucl
-
CmdLnKid
lol
-
angry_vincent
dch: hey! do you have knot-resolver setup guide anywhere?
-
Midjak
Yes RhodiumToad Did that indeed
-
Midjak
I did*
-
CmdLnKid
angry_vincent, just made me lookup knot ... thanks man
-
RhodiumToad
Midjak: you can also do /home/whatever $path/home/whatever nullfs ...
-
Midjak
I would like to use this jail for building stuff from amd64 to armv7. As I understand I juste need to buildwolrd into this arch. Right ?
-
RhodiumToad
do you want to build ports, or software of your own?
-
Midjak
Well I gave the path from the jail which is an actual path in my system
-
Midjak
a go program
-
Midjak
I need sdl2
-
RhodiumToad
there's more to it than just having a jail
-
RhodiumToad
the best way to cross-build packages is to use poudriere, which knows how to mix native and qemu-static
-
Midjak
well with go as soon we don't need an external lib no
-
Midjak
I don't want package it's my own program
-
RhodiumToad
I have no idea if it's even possible to set up a go cross-compiler5
-
» RhodiumToad does not use go
-
Midjak
-
VimDiesel
Title: GitHub - veandco/go-sdl2: SDL2 binding for Go
-
RhodiumToad
cross-building freebsd itself is amazingly simple, but that won't help you much
-
Midjak
-
VimDiesel
Title: GitHub - veandco/go-sdl2: SDL2 binding for Go
-
Midjak
too bad...
-
Midjak
I thought with an armv7 world it would be ok
-
angry_vincent
there is something called binmisc
-
angry_vincent
maybe it could help?
-
RhodiumToad
if go will let you cross-compile, do you even need an armv7 world?
-
CmdLnKid
ultimate goal is ?
-
RhodiumToad
binmisc combined with qemu-user-static is how poudriere can do cross-builds for ports
-
Midjak
this is what I get into the amd64 env
bpa.st/V55A
-
VimDiesel
Title: View paste V55A
-
angry_vincent
ah good. i did not know poudriere does it but maybe was on right track about it
-
Midjak
/usr/include/sys
-
RhodiumToad
(best way to set up binmisc is to install qemu-user-static and do sysrc qemu_user_static_enable="YES", then service qemu_user_static start)
-
Midjak
I found nothing about binmisc
-
RhodiumToad
Midjak: ah. ok. in that case, do make TARGET_ARCH=armv7 buildworld and then make DESTDIR=/your/jail TARGET_ARCH=armv7 installworld distribution
-
RhodiumToad
(in /usr/src)
-
Midjak
-
VimDiesel
Title: arm/crossbuild - FreeBSD Wiki
-
Midjak
ah cool
-
Midjak
what id distribution meaning ?
-
RhodiumToad
but the resulting jail won't run unless you install and enable qemu-user-static
-
Midjak
I am doing buildworld right now
-
RhodiumToad
make DESTDIR=... distribution is responsible for installing most of the config files and some other directory setup
-
Midjak
Thanks a lot.
-
RhodiumToad
do NOT run it without DESTDIR=, it can wipe out your whole /etc if misused
-
» RhodiumToad has made that mistake
-
Midjak
Where is these is documented ? I have a real hardtime to find information abotu that?
-
RhodiumToad
see the start of /usr/src/Makefile
-
Midjak
ok that's was the reason I will do that inside a jail
-
RhodiumToad
though mention of the distribution target seems to have vanished
-
Midjak
But I will get the semae result indeed
-
Midjak
So I need to do that touside the jail right ?
-
RhodiumToad
do what?
-
Midjak
the buildworld
-
Midjak
no ?
-
RhodiumToad
your source tree is outside the jail?
-
Midjak
because I cannot run the jail
-
Midjak
no
-
RhodiumToad
where is it then?
-
Midjak
but If I install world jail will continue working ?
-
Midjak
in /usrc/src inside the jail
-
RhodiumToad
you use DESTDIR= to tell it where to install to. the place where you install the armv7 binaries will NOT work as a jail, unless you use qemu-user-static
-
Midjak
well I don't need jail
-
RhodiumToad
(because you can't execute armv7 code on an amd64)
-
Midjak
I have to find a way to give this DISTDIR to go build
-
Midjak
DESTDIR
-
Midjak
> because you can't execute armv7 code on an amd64
-
Midjak
yes
-
RhodiumToad
you'll have to tell it to get all include files from there rather than from /usr/include
-
RhodiumToad
I don't know what else it might need
-
Midjak
I think I need to look that for bo build I think
-
RhodiumToad
go is your problem, not mine
-
Midjak
fair enough. But I am not sure it will be easier with another language :-)
-
RhodiumToad
if I needed to do it with something written in C or C++, I'd make a port for it, test it on amd64, then use poudriere to cross-build it
-
» RhodiumToad has, in fact, done this
-
meena
to be fair, the arm people are working on arm32 support for aarch64
-
RhodiumToad
yes, but that only helps if you have an aarch64 :-)
-
Midjak
cool in order to have only one image running on various arm arch right ?
-
CmdLnKid
emulate it
-
Midjak
ok
-
RhodiumToad
why emulate an aarch64 rather than an armv7?
-
Midjak
I have read that corssbuilding freebsd for ARM v7 needs qemu. (this is what i try to avoid in fact)
-
RhodiumToad
no. crossbuilding freebsd _itself_ requires nothing.
-
RhodiumToad
crossbuilding _ports_ for armv7 on amd64 requires qemu.
-
wikan
hi
-
meena
unless you're crossbuilding FreeBSD, in which case it does require qemu-user-static, but I'm not sure it actually uses it :D
-
wikan
I use this code in my installation script -> chroot $BSD_ROOTFS /bin/sh <<EOT
-
wikan
and I wonder why it doesn't work while installing freebsd
-
wikan
$BSD_ROOTFS is correct for sure
-
Midjak
humm ok
-
Midjak
Iget this error with buildworld disctriution
bpa.st/5MBQ
-
VimDiesel
Title: View paste 5MBQ
-
wikan
may i share my script with you?
-
Midjak
Maybe something to allow into the jail
-
RhodiumToad
meena: why would crossbuilding freebsd require qemu?
-
RhodiumToad
meena: (I do this a _lot_)
-
RhodiumToad
wikan: "does not work" -- in what way?
-
meena
RhodiumToad: qemu-user-static, not qemu. and it probably needs it because ports requires it, and whoever built the (Pkg)Base build feature didn't look any further.
-
RhodiumToad
Midjak: you'd need allow.chflags, or tell installworld not to do chflags
-
RhodiumToad
meena: yes, you need qemu-user-static to build ports, and NO, you do not need it to build freebsd itself
-
meena
RhodiumToad: i know that. poudriere doesn't.
-
RhodiumToad
meena: if pkgbase is requiring it, I assume it's to run the target build of pkg
-
meena
-
VimDiesel
Title: PkgBase: why does poudriere require qemu to cross build FreeBSD? · Issue #1048 · freebsd/poudriere · GitHub
-
VimDiesel
1048 – ep driver fails to detect card when told specific values
bugs.freebsd.org/bugzilla/show_bug.cgi?id=1048
-
Midjak
thank you I was looking this
-
wikan
-
VimDiesel
Title: Mozilla Community Pastebin/TBhyajHz (Bash)
-
wikan
my installation script breaks around 217 line
-
meena
RhodiumToad: ah, i didn't consider pkg… but, doesn't base come with pkg and pkg-static?
-
RhodiumToad
wikan: breaks with what error?
-
RhodiumToad
meena: nope
-
meena
right, it doesn't. it comes with pkg-bootstrap…
-
wikan
ha, i am really sorry but I can't tell you what error because I don't remember now.
-
RhodiumToad
meena: there's a 'pkg' command in base, but it does nothing except try to fetch and install the real pkg
-
wikan
but it was shell error
-
RhodiumToad
wikan: then go away and reproduce it
-
meena
and that might be fraught if we don't build ports for that arch
-
wikan
maybe I would try to install freebsd on virtual machine
-
RhodiumToad
you can't expect people to help you if you can't tell them the error you got
-
meena
wikan: and… if you install in a virtual machine and it works, then maybe the error was specific to the hardware…
-
wikan
will try
-
RhodiumToad
wikan: btw, you don't need chroot to do that
-
RhodiumToad
pw -R "$BSD_ROOTFS" ...
-
meena
right. i wanted to fix pw to work without root…
-
meena
i should put that on a real todo list
-
wikan
hmmm RhodiumToad
-
wikan
echo "$BSD_CFG_ROOT_PASS" | pw -R "$BSD_ROOTFS" usermod -n root -h 0
-
wikan
is it correct?
-
RhodiumToad
should work, though I use -h 3 3<&0
-
RhodiumToad
(actually i use -H, but that's similar)
-
RhodiumToad
secure_data | awk -F':' -v user="root" '$1==user { print $2 }' | pwcmd usermod root -s /bin/sh -H 3 3<&0
-
wikan
so, what is wrong with chroot?
-
RhodiumToad
where pwcmd is a function that does pw -R "$rootdir" "$@"
-
RhodiumToad
wikan: how on earth can we know that unless you tell us the error?
-
wikan
wait, will install soon
-
wikan
downloaded
-
wikan
will back, must restart my X session
-
wikan
i don't have privileges to run VM :)
-
Macer
i haven't checked in on raidz expansion. how has that come along? is it in openzfs yet?
-
RhodiumToad
hm. I may have found another autofs bug
-
meena
RhodiumToad: cool!
-
RhodiumToad
with a -media map I keep getting a subdir showing up named "-fstype=ufs,nosuid"
-
RhodiumToad
which, um, shouldn't happen
-
CrtxReavr
o_O
-
CrtxReavr
nosuid is an fstype?
-
RhodiumToad
nope
-
RhodiumToad
ufs is, though
-
CrtxReavr
That's kind of my point though. . . seems like there's more going on than misplaced syntax.
-
RhodiumToad
special_media outputs lines of the form "-fstype=ufs,nosuid :/dev/whatever" when run with a specific device param
-
RhodiumToad
automountd is supposed to parse that
-
CrtxReavr
Looks like auto_master(5) syntax.
-
debdrup
yuripv: not sure I understand your latest commits, zpool iostat -w (first run, specifically) displays trims done since the system was booted, and all the pools I have on SSDs report millions of trim commands executed at around 8-16ms latency.
-
yuripv
debdrup: it's only about the default value of autotrim
-
yuripv
not related to trim itself
-
debdrup
yuripv: but what would responsible for TRIM stuff, other than autotrim?
-
yuripv
what exactly are you asking?
-
yuripv
my change is not related to how/when/why trim runs, it's related only to default value of autotrim used when creating a pool (if not specified explicitly); it was supposed to be 'on' (same as before switching to openzfs), but due to mess with defines it became 'off'
-
debdrup
yuripv: BIO_DELETE doesn't automatically send ATA_TRIM or SCSI/SAS UNMAP without autotrim, does it?
-
yuripv
that's completely unrelated?
-
yuripv
we are talking about default property value
-
debdrup
I guess I don't understand what that means.
-
yuripv
the one used when creating pool
-
yuripv
you can set autotrim to on explicitly, and autotrim will work
-
debdrup
Oh, I _did_ enable explicitly.
-
yuripv
right, so it does something for yo
-
yuripv
you :)
-
yuripv
my change was removing the FreeBSD specific defines that were supposed to have autotrim default to 'on', but didn't work
-
debdrup
Right, and it was probably appearing as off before then, due to IFDEFs - but then wouldn't it be better to ensure it gets enabled, to restore the functionality that we had before OpenZFS?
-
yuripv
well, may be, but it's been quite some time, *and* the man page says default is 'off'
-
randomphpdev
is anyone around ?
-
mason
Don't see anyone.
-
randomphpdev
is this the official irc for freebsd ?
-
mason
Yes.
-
mason
One of them anyway.
-
randomphpdev
how can I get an official affiliation with FreeBSD for my software projects ?
-
mason
-
VimDiesel
Title: IRC - FreeBSD Wiki
-
mason
randomphpdev: Maybe look at creating ports for your projects. That seems most straightforward.
-
mason
-
VimDiesel
Title: Chapter 2. Making a New Port | FreeBSD Documentation Portal
-
randomphpdev
how can I get people interested in developing and writing programming code for my software projects ?
-
mason
randomphpdev: Putting them up on something like Github is often a good idea for that.
-
meena
randomphpdev: also advertising that you're looking to hire (and pay) people gets people very interested ;)
-
randomphpdev
no I'm not willing to pay
-
randomphpdev
It's all free and open source
-
randomphpdev
100% free
-
mason
Then give it away and enjoy when people use it. :)
-
mason
That said, this channel is for FreeBSD support. You might prefer #freebsd-social.
-
debdrup
randomphpdev: you don't really get your software affiliated with the project; even if the project uses a particular piece of software (and it uses quite a few, because it's wholly self-hosted for all things official), that in and of itself isn't really an endorsement.
-
debdrup
Also, you probably shouldn't seek affiliation with any given opensource project, and instead aim to support as broad a set of opensource projects as your project allows.
-
mason
^ good thought there, yeah
-
randomphpdev
I'd like to get an official affiliated with FreeBSD and Arch-Linux
-
mason
randomphpdev: If you pay them a lot, the FreeBSD Foundation will list you as a corporate sponsor.
-
mason
-
VimDiesel
Title: Donors – FreeBSD Foundation
-
rtyler
o/ I have some extra machines lying around and I'm interested in PXE booting them likely with just FreeBSD or a Linux on them depending, are there any good web UI-based tools you all might recommend which could run out of a jail to make it easy to boot machines with a particular image?
-
randomphpdev
No thanks. I want an official affiliation.
-
randomphpdev
What I'm doing with my software projects here could change the world.
-
randomphpdev
but it won't be for the world it will be for our own gains
-
meena
that sounds like someone working on Cryptocurrency / "A" "I"…
-
foxiepaws
for sure.