-
jbo
any ZFS pros around?
-
rwp
It's always better just to ask the question and then if someone knows they will jump in.
-
jbo
usually, yes.
-
rwp
Besides I get paid for a lot of things that I really know little about. Being a professional does not make one an expert. :-)
-
jbo
I'm looking for experience, not knowledge right now so that question was crafted carefully ;)
-
jbo
in most of my servers, I have an SSD pool and an HDD pool. I am wondering whether that is really worth it. assuming that memory is not a problem, would I notice lower performance if I have only one HDD pool backed by an L2 ARC SSD and a ZIL SSD?
-
jbo
for "light SME loads"
-
lw
jbo: have you considered using the SSDs as special vdevs? iirc you can configure specific filesystems to be stored only on the special vdevs
-
jbo
lw, by filesystems you mean datasets?
-
lw
i don't know if it works with volumes, the manual page says "small files blocks"
-
jbo
lw, also: screw you for making me having working factorio under freebsd :p
-
warsoul
hello
-
warsoul
im trying to connect in hexchat but it says something about ssl
-
warsoul
how can i disable ssl?
-
warsoul
it says connection failed ssl handshake timed out
-
jmnbtslsQE
disabling it will pertain to your hexchat application, not freebsd
-
warsoul
i dont see nothing in hexchat settings that says ssl
-
warsoul
not only hexchat i cant connecto in any irc client
-
warsoul
can i disable ipv6?
-
Kalten
warsoul: according to the manual page of ifconfig, it should be ''ifconfig ifdisabled mydev0''? strange name fpr the option. But: "ifdisabled: Set a flag to disable all of IPv6 network communications on the specified interface. Note that if there are already configured IPv6 addresses on that interface, all of them are marked as “tentative”
-
Kalten
and DAD will be performed when this flag is cleared."
-
warsoul
Kalten how can i disable it?
-
Kalten
you mean permanently i.e. in a configuration file, I do fear—well…
-
lw
the normal way to "disable ipv6" is to just not configure any ipv6 addresses, in which case ipv6 won't be used
-
warsoul
lw i think my connection is ssl and thats why i cant connect any irc client
-
warsoul
thats why im thinking in disable it
-
lw
ok, well ipv6 and ssl are not related... do you mean you want to disable SSL in an application?
-
warsoul
yes
-
Kalten
warsoul: what does IPv6 have to do with using ssl? I am confused
-
warsoul
because when i try to connect in hexchat to my znc it says connection failed ssl handshake timed out
-
warsoul
i have not touch nothing in znc or hexchat is like i always do
-
warsoul
but i remember when i was installing freebsd 14.0 it asked for ssl connection i selected by mistake
-
warsoul
i think thats the issue
-
lw
SSL is not a property of your network connection, it's something an application does when you configure it to use SSL. if the installer asked anything ssl-related, it was probably about which mirror to use for downloads, which has no effect on anything after the install is done
-
Kalten
SSL or no SSL (SecureSocketLayer) can be used on top of the PIv4 as well as on top of IPv6 Layer.
-
Kalten
e.g. https ist using ssl together with http.
-
lw
you might find someone in #hexchat knows how to disable SSL in that application
-
warsoul
what can be the issue then?
-
Kalten
Your firewall might be to blame
-
» _xor is reading about zombie processes
-
warsoul
Kalten this only happens when i run under freebsd
-
_xor
Can zombies exist without a parent process/group?
-
warsoul
with mac, debian, windows doesnt happend
-
lw
_xor: every process has a parent, including zombies, except for init (pid 1). if a zombie's parent exits, it will be reparented to init, and init will reap it
-
_xor
warsoul: You might have compile hexchat so that it's linked against ssl in base.
-
_xor
Depends on how it was compiled/installed. Also, could potentially be missing certificates (ca_root_nss)
-
warsoul
_xor how can i check that
-
_xor
lw: Ah, that's what I was wondering about. If it's re-parented first or killed outright.
-
warsoul
that only happens when connecting to znc
-
Kalten
Are you using ipfw? If so, you might enter "ipfw add 1 allow all from any to any"
-
warsoul
if i connect directly to a irc server will work normal
-
_xor
lw: So it goes up the process tree until it's re-parented to a process that can read its value and clean it up or until it hits init which will ultimately reap it?
-
lw
_xor: as far as i know, the reparenting is directly to init, it will not be reparented to its parent's parent. (however, wait(2) mentions a feature called PROC_REAP_ACQUIRE which could be used to do this - i assume that's freebsd-specific)
-
_xor
"...see procctl(2) PROC_REAP_ACQUIRE..."
-
warsoul
_xor can you help me out please.
-
_xor
Yup, was just dealing with that a couple of days ago. procctl (FreeBSD) vs prctl (Linux).
-
_xor
warsoul: Oh, well in that case I'm not sure if it's connecting to other IRC servers normally (assuming they're also using TLS).
-
warsoul
when i try to connect to another irc server directly will say ssl routines: wrong version number
-
warsoul
i will have to open server tab and enable use ssl for all the servers on this network
-
warsoul
that way will connect
-
warsoul
but is not letting me connect to my znc
-
warsoul
and in my znc i have ssl disable
-
warsoul
after the ssl routines message it says
-
warsoul
are you sure this is a ssl capable server and port>
-
voy4g3r2
i am about to dd the /boot folder on this machine, i should NOT expect this to really change much?
-
voy4g3r2
well that does not matter.. did a reboot because of a freebsd-update and now no bueno
-
voy4g3r2
well an inconsistent /dev/gpt/efiboot0
-
voy4g3r2
is never good
-
voy4g3r2
okay, how can a boot drive just go missing on partitions
-
voy4g3r2
is it possible that if 2 drives have an EFI on them.. that freebsd would "get confused"
-
voy4g3r2
i have 2 drives.. ada3 and nda0.. ada3 is my main drive, which has a partitions.. but when i do /dev/ada3*
-
voy4g3r2
nothing shows up
-
voy4g3r2
i try to "destroy" the non main drive.. the nda0 one with gpart destroy -F nda0 and the dang system says device or resource is busy
-
voy4g3r2
Attempted recovery for standard suplerblock: failed
-
voy4g3r2
i do not think those are good
-
johnjaye
what does nda mean? an nvme drive?
-
voy4g3r2
yes
-
voy4g3r2
the ada0 drive _use_ to have partitions in /dev now it does not
-
voy4g3r2
but when i do a gpart list.. i see the partitions on both drives
-
johnjaye
can you try unplugging the nonboot drive?
-
johnjaye
also in uefi i think it lets you select the drive to boot off of anyway
-
voy4g3r2
UEFI does not even see the other drive
-
johnjaye
so i wouldn't guess that multiple efi partitions would be inherently bad
-
johnjaye
what does camcontrol devlist show you?
-
voy4g3r2
looks good
-
voy4g3r2
shows all the drives in the machine
-
voy4g3r2
i do see on boot.. geom does nda0 ada0 ada1 ada2 ada3, in that order
-
voy4g3r2
i am grabbing straws.. would not think that really matters
-
johnjaye
i thought you only had ada3 and nda0 and ada3 was the main drive
-
johnjaye
what are ada0 1 and 2
-
voy4g3r2
the other ada is the zfs stuff
-
voy4g3r2
ada3 = old main boot drive
-
voy4g3r2
nda0 = new nvm.e drive
-
voy4g3r2
i was rebooting to see if things would be okay.. to proceed
-
johnjaye
if you become root and do sysctl kern.disks does it say 4 disks total?
-
voy4g3r2
4 ada ones and a nda0
-
voy4g3r2
which is "right"
-
johnjaye
right
-
voy4g3r2
and gpart show.. displays partitions for ada3
-
johnjaye
can you pastebin it
-
johnjaye
or like diskinfo -v
-
voy4g3r2
unfortunately i am in single user mode
-
johnjaye
ah ok
-
voy4g3r2
but i am getting results wit diskinfo -v
-
voy4g3r2
i take it, if i can get into single user mode the /boot stuff is "working" just some how partition table is corrupt..
-
voy4g3r2
i even thought of gpart destroy -f nda0 but i get a device is busy error
-
johnjaye
so when the freebsd logo comes up you tried booting the s ystem and then it doe ssomething?
-
voy4g3r2
which is odd.. since it is NOT mounted
-
voy4g3r2
yup.. i get all the way to trying to mount the swap partition ada3p3
-
voy4g3r2
then it kicks me into single user mode.. as it can not find that partition
-
johnjaye
i forgot why you wanted to do gpart destroy on your main drive
-
voy4g3r2
ada3 is still my main drive
-
johnjaye
er i guess that's the nda one
-
johnjaye
and if you type mount it shows that nothing from nda is mounted?
-
voy4g3r2
that i can tell, yes
-
voy4g3r2
zroot/ROOT/default on /
-
johnjaye
that's weird
-
voy4g3r2
devfs on /de
-
johnjaye
because the device busy error would only make sense if something like another partition was mounted
-
voy4g3r2
well lets try your idea of removing the nvm.e drive
-
voy4g3r2
not sure WHY that would be the case.. but may at least isolate issue
-
remiliascarlet
FreeBSD keeps crashing like a motherfucker today.
-
voy4g3r2
nope
-
voy4g3r2
oh wait
-
voy4g3r2
i am not in a multie user mode
-
johnjaye
voy4g3r2: i'm not clear on the problem of having the nda drive to start with
-
voy4g3r2
me either
-
johnjaye
you made it sound like it was confused on what to boot from
-
johnjaye
what was the actual error you get
-
voy4g3r2
but i got to a login in multi-user mode when i got rid of the drive
-
johnjaye
is the original problem you installed the nvme drive, then couldn't boot at all?
-
voy4g3r2
pretty much
-
voy4g3r2
1. I cloned the partition from ada3 to nda0 2.) resized nda0 to take up whole drive 3.) started to move over the zfs structure 4.) rebooted
-
voy4g3r2
both drives are in the system.. the system SHOULD boot off ada3
-
voy4g3r2
but for some reason, not 100% sure why, the system gets "confused" and does not think ada3 has any partitions
-
voy4g3r2
if i remove the nda0 drive, the system boots fine
-
voy4g3r2
freebsd would "error out" and say there is a superblock issue with ada3
-
voy4g3r2
johnjaye: did i make it worse or more clear ? :)
-
voy4g3r2
i am now looking through logs, to see if somethign wrote somewhere.. but i doubt it
-
johnjaye
well you certainly added a lot of context lol.
-
voy4g3r2
it is usually that little context, that causes something to go arye
-
voy4g3r2
but i think since the drive couldn't mount.. it was not writing logs anywhere
-
voy4g3r2
the dmesg output looks "okay" now
-
johnjaye
well there's generally 2 kinds of requests people make.
-
johnjaye
the first is when they have a lot of context in their head, and also don't exactly know the answer. the second is more they just want to know something specific quickly.
-
voy4g3r2
i am in the former
-
johnjaye
in the first case you spend a bit trying to figure out the context that is not being mentioned.
-
johnjaye
like if you said by the way i was using linux the whole time!
-
voy4g3r2
haha
-
voy4g3r2
so maybe the correct follow-up is there anything in that context that would shine some light?
-
johnjaye
idk. not if connecting a different drive causes errors to show with the other drive. that's wonky
-
johnjaye
maybe skip the transfer and just format the nda drive from 0?
-
voy4g3r2
i thought i was "trying" that with destroying the partitions
-
voy4g3r2
figure wipe out partitions.. then format
-
voy4g3r2
damn you youtube videos.. cloning a main drive is easy and straight forward they say
-
voy4g3r2
and teh bios has the ada3 drive to be teh boot one, not the nvm.e so it is like.. what are you doing stupid computer
-
voy4g3r2
something is telling the OS to .. do nda0 before ada3
-
voy4g3r2
and it is probably me doing a half a** move of something
-
voy4g3r2
hrm.. might as well see if there is some bios updates thingie for this board
-
voy4g3r2
johnjaye: thanks for the tips, if i can not figure this out.. format looks to be the best option (nda0 format NOT ada3)
-
johnjaye
np, gl and let us know how it turns out
-
voy4g3r2
yeah.. looks like there are some UEFI bugs in bios
-
johnjaye
by the way you can use efibootmgr -v in both linux and freebsd to view the uefi default order of booto
-
voy4g3r2
haha
-
voy4g3r2
╰─$ efibootmgr -v
-
voy4g3r2
efibootmgr: efi variables not supported on this system. root? kldload efirt?
-
johnjaye
eh
-
voy4g3r2
i am just throwing curve balls like its no ones business
-
johnjaye
what does sysctl machdep.bootmethod show
-
voy4g3r2
machdep.bootmethod: UEFI
-
johnjaye
o_o
-
johnjaye
you have one messed up machine my friend
-
johnjaye
voy4g3r2: has your machine ever gotten a short or physical damage/
-
johnjaye
that can lead to strange behavior and random problems sometimes
-
johnjaye
on the motherboard i mean
-
voy4g3r2
not that i am aware of
-
voy4g3r2
the machine is like 3 months old
-
johnjaye
my machine is like a decade old. i'm considering if i should make a new one or hold onto this one for a few more years.
-
voy4g3r2
so basically the OS says UEFI
-
johnjaye
The thing is I think AMD is generally better now than intel. so if i ride that wave i should get the best ryzen 9000 or something if i wait awhile
-
voy4g3r2
but the system does not think UEFI
-
voy4g3r2
that makes no sense
-
johnjaye
well you can only boot uefi or bios.
-
johnjaye
if you have a uefi partition the firmware should use it
-
voy4g3r2
which it must or it would not boot..
-
johnjaye
like my uefi firmware menu lets me boot cdrom in bios mode. it says achi vs uefi to distinguish them. at least that is how the OS sees it
-
voy4g3r2
-
VimDiesel
Title: dpaste/Aq7E6 (Plain Text)
-
voy4g3r2
this is gpart
-
voy4g3r2
yeah.. it says UEFI (KingFast)
-
voy4g3r2
which is the drive..
-
voy4g3r2
ada3
-
voy4g3r2
so some how introducing the nvm and cloning it from ada3.. the system goes.. wtf dude
-
voy4g3r2
the wtf is the unknown
-
johnjaye
it might just auto prioritize the nvd over the ada
-
johnjaye
like it just assumes the boot drive is the nvd and you have to go into the firmeware to tell it otherwise?
-
voy4g3r2
yeah.. dumb motherboard
-
voy4g3r2
-
VimDiesel
Title: B760M DS3H (rev. 1.0) Key Features | Motherboard - GIGABYTE Global
-
voy4g3r2
it is not a fancy board but works
-
voy4g3r2
well tomorrow it is bios hunting
-
voy4g3r2
and upgrading this bios..
-
voy4g3r2
and see why it defaults to nvm over ada3
-
voy4g3r2
which makes a little more sense, since geom is doing nda0 ada0 ada1 ada2 ada3
-
lw
so if i run my virtual_oss device with "-s 20ms", it works fine, if i use "-s 80ms" then i get massive stuttering on playback
-
remiliascarlet
If I have an AMD Radeon RX5500, what GPU driver do I need to install?
-
lw
remiliascarlet: that's Navi, so install drm-kmod and load amdgpu.ko
-
remiliascarlet
lw: Seems like I have it already installed and loaded in. The reason why I ask is because Steam gives me these messages:
paste.opensuse.org/pastes/de956638b039
-
VimDiesel
Title: openSUSE Paste
-
remiliascarlet
共有オブジェクトファイルを開けません: そのようなファイルやディレクトリはありません means "Cannot open shared object file: such a file or directory doesn't exist".
-
lw
yeah, i never got DRI working under Linux emulation with amdgpu. there's an environment variable you can set to force it to use amdgpu instead of radeonsi, but then the card fails to initialise
-
remiliascarlet
So I guess I'll just need to keep my Linux SSD for gaming, and have my FreeBSD SSD for everything else?
-
remiliascarlet
Because Steam is the reason why I chose FreeBSD over OpenBSD for my desktop.
-
lw
some people do claim to have it working (i think tm512 of this channel said it works for them), i'm just not sure how
-
P-Nut
Hi all. Is it possible use something like debmirror to make a repo but only put like 20 files in it instead of doing a full sync?
-
P-Nut
Is debmirror maybe not the right tool?
-
voy4g3r2
johnjaye: so looks like the bios was doing UEFI but it was saying.. let the OS decide
-
voy4g3r2
after this bios update session, i am going to see if i put the drive back in that problem goes away
-
voy4g3r2
errr the dang system keeps going to the nvme drive FIRST
-
voy4g3r2
son of a gun
-
tm512
lw: wasn't me. that's a can of worms I haven't opened yet (though this T495's fairly decent iGPU is going to tempt me)
-
voy4g3r2
anyone ever experience where freebsd would "override" what the bios would say in a boot order.. bios says one drive to boot from and then freebsd picks a different drive?
-
voy4g3r2
well look at th at.. i found an issue with a manual page.. sweet
-
nerozero
hello, Fresh installed bsd,installed from freebsd packages mysql81-server, then try to start it, result: /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql
-
nerozero
does anyone else experience the same?
-
nerozero
mysql_secure / mysql_tmpdir had root:wheel ownership ... weird...
-
remiliascarlet
nerozero: Would you get the same error with MariaDB?
-
remiliascarlet
Asking this because some people tend to think that MySQL and MariaDB is the same thing, but sometimes there are legit usecases of installing MySQL.
-
johnjaye
remiliascarlet: is this one of those situations where one program is a clone of another one?
-
johnjaye
like octave is essentially matlab, but gnu
-
lw
voy4g3r2: BIOS boot order only affects where the BIOS loaders loader(8) from, it has nothing to do with what device FreeBSD itself will boot from
-
lw
voy4g3r2: to control where loader(8) boots from, either set 'currdev' ot something like 'zfs:zroot/ROOT/default:' to control where loader loads the kernel from, or set vfs.root.mountfrom to control where the kernel itself mounts root from
-
voy4g3r2
ohhh so not gptboot but loader(8)
-
voy4g3r2
i was goign down the gptboot rabbit hole as it was talking about uefi
-
lw
ah... if you're using gptboot(8) for non-UEFI booting i don't know how that works exactly
-
lw
i haven't done that for ages, UEFI booting tends to be much easier to understand since it's just a single two stage boot
-
v0idpwn
I have a laptop with 13th gen intel integrated graphics. It seems that freebsd 14.0 supports only drm-5.15, and I'd need 5.19+. Is there any way to get graphics to work there?
-
lw
v0idpwn: you could upgrade to current, which has a newer version of drm-kmod (currently 6.1, i believe). or you could check if 14-stable has a newer version, i don't know off hand
-
voy4g3r2
lw: i am just going down paths, not 100% sure what exactly is the way
-
v0idpwn
lw: current has drm-kmod 6.1, but the installer didn't even boot here :)
-
lw
v0idpwn: the 15.0 installer snapshots can be a bit... non-functional. try creating a new boot environment and doing an in-place upgrade from 14
-
beowuff
Does anyone have sssd running on a FreeBSD box? I see it in the pkg, but figured I see if anyone is using it before I give it a go...
-
lw
last time i time sssd it would not read its config file properly then crashed, but that was a few months ago, perhaps that was fixed
-
remiliascarlet
johnjaye: No, MariaDB is a fork of MySQL that arrived after Oracle bought Sun. A lot of stuff got forked during that time, like OpenOffice.org into LibreOffice, or OpenSolaris into OpenIndianna. So MariaDB used to be the same as MySQL, but have evolved in different directions over time.
-
rwp
The forks were rather forced due to Oracle changing licenses to non-free licenses which meant that it was required to fork from the last free license versions.
-
rwp
And then later after four years or so I think Oracle changed several of them back and so splitting the free software development community. Which is why we have LibreOffice the community effort and OpenOffice came back from the dead as an Oracle revamp.
-
rwp
remiliascarlet, Your warning about mariadb v. mysql is a good one. Just recently an intern did not know about the fork and did not know that he should be installing and using MariaDB these days, was falling older docs with MySQL, installed MySQL, and ran into many compatibility issues trying to load new databases dumped from MariaDB now.
-
rwp
For example in mysql groups became a keyword or a reserved word and now needs to be quoted making it incompatible unless the data is quoted. Getting him switched over to MariaDB solved the issues because "everyone is using mariadb" these days. (True or not that "everyone" is using it MariaDB is the free software path forward.)
-
remiliascarlet
rwp: Not everyone is using MariaDB, many use PostgreSQL or SQLite.
-
rwp
remiliascarlet, Good point. Though here I was specifically regarding MariaDB v. MySQL and of those two let me pontificate that no one should use MySQL and everyone /should/ upgrade to MariaDB. Let's keep everyone moving together on that one. Without any negativity at all toward PostgreSQL or SQLite.
-
lw
hello from SQL Server land
-
» rwp crosses myself, reaches for the garlic and holy water
-
» remiliascarlet prefers her plain text files for data
-
rwp
Plain text is a core tenant of the Unix Philosophy.
-
» CrtxReavr uses military grade, double rot13 encryption for everything.
-
mason
CrtxReavr: Please don't encryption in public IRC. Could you type that again in plaintext please?
-
CrtxReavr
/ex -o echo bite me | rot13 | rot13
-
mason
Please don't encryption. I can't type or think any more.
-
mason
s/encryption/use &/
-
markboston
Hello i am having a hell of a time trying to get X working on my laptop 10870h. its an optimus system and i tried using intel, nvidia and the optimus driver none work
-
CrtxReavr
Did you get the nvidia.ko to load?
-
markboston
with optimus driver x did run but immediately freeze
-
markboston
ive removed that and the xorg.conf i had and no it just crashes complaining about either no devices no screens or it can't run in framebuffer mode
-
markboston
CrtxReavr: do you mean nvidia-modeset?
-
markboston
or is there a seperate driver i need to load?
-
CrtxReavr
No, I mean the nvidia-proved kernel module.
-
markboston
the issue seems to be a missing intel driver on my system if i have intel as the driver x complains about not being able to find it
-
markboston
CrtxReavr: i wasn't aware of it
-
markboston
modesetting works but again i either get a frozen x or a crash
-
markboston
vesa also works as well but same issue i haven't tried using scrfi?(not sure of the name) but i thought that was a really old driver so didn't try it
-
markboston
i can look into the driver from nvidia. im coming from linux so i just assumed to avoid it
-
CrtxReavr
-
VimDiesel
Title: FreeBSD Display Driver – x64 | 525.89.02 | FreeBSD x64 | NVIDIA
-
johnjaye
rwp: thanks i wasn't aware it was connected to the breakup of Sun. it seems like it was a nuclear level event in the world of free software
-
CrtxReavr
markboston, it's been a while since I've had a FreeBSD workstation.
-
CrtxReavr
There was a big stink because nVidia chose to release their FreeBSD & Linux drivers as pre-compiled blobs.
-
CrtxReavr
Though. .. they were easy to get working.
-
CrtxReavr
I see how they're distributing a source tarball. .. there's a docs/README in there.
-
CrtxReavr
Looks like it isntalls nvidia.ko to /boot/modules/
-
CrtxReavr
So you kldload that, then run kldstat to verify it loaded.
-
markboston
got it downloaded
-
CrtxReavr
yeah, this is way better documented than it used to be.
-
CrtxReavr
Any more knoweledge I might share is likely dated.
-
markboston
now i just need to figure out how to have tar showing me its output
-
markboston
-v doesn't seem to do anything
-
markboston
guess i have to be patient
-
lw
tar xvf filename.tar
-
markboston
isn't f format? or file?
-
markboston
i tried -xv
-
lw
f is the filename, so that's equivalent to 'tar -x -v -ffilename.tar', but in tar's odd non-standard option syntax which doesn't use '-' there
-
markboston
yup that worked
-
rwp
CrtxReavr, AFAIK that nVidia source tarball is only source for a shim wrapper around the binary driver core.
-
CrtxReavr
rwp, it builds the kernel module.
-
markboston
so it gave me a makefile and src so i need to make it? and then put the driver into boot/modules?
-
rwp
CrtxReavr, Right. It builds the kernel driver.
-
CrtxReavr
markboston, my knowledge is dated. . . look at the docs/README in your extracted directory.
-
markboston
okie dokie
-
CrtxReavr
it gives way better instructions than I ever had.
-
markboston
well thats nice
-
markboston
sometimes a README is just run make install goodbye
-
markboston
im looking at you suckless :P
-
markboston
ak ok so make install builds it and moves it and loads it for you
-
markboston
how lovely
-
lw
jbo: around?
-
dautor8518050867
when was last message?
-
jbo
lw, y
-
lw
jbo: how would you like to check 'update wine-devel to 9.3' off your bucket list?
-
jbo
lw, test on 13.0-RELEASE, 14.0-RELEASE, create PR - the normal process?
-
lw
jbo: yes, i'm testporting now - i realised i should have done an i386 testport as well because the plist is different so i'll test on 14.0/i386
-
jbo
great, that is good
-
jbo
lw, is the patch similar to 9.2? or something more happening?
-
lw
jbo: pretty much the same but i moved manpages to share/man
le-fay.org/tmp/30d/iNrOBt.txt
-
lw
(not final patch, don't commit that!)
-
jbo
that's good @ man move
-
lw
i wonder how hard it would be to add aarch64 to ONLY_FOR_ARCHS
-
lw
probably depends on how much the linux and freebsd arm64 ABIs differ
-
voy4g3r2
lw: if you would do a man -f share/man/man1/wineg++.1.gz
-
voy4g3r2
does it throw an error for you?
-
voy4g3r2
i ask, as i am playing with the what_is / man -f and when i pass ++ and other special characters i hve to escape it
-
lw
voy4g3r2: yes
-
realdeimos
probably a rhetorical question: since ixsystems has basically abandoned truenas core/freebsd, any point to installing it on a new storage machine?
-
jbo
I'd argue that you could just install freebsd itself and be happy with that.
-
jbo
I abandoned appliances like pfsense, free/truenas and so on many years ago.
-
jbo
everything is just stock freebsd now and it's a lot less hassle to maintain in my experience
-
realdeimos
that's my plan, truenas core does make somethings easier
-
lw
i think there is value in having appliances for people who just want a storage server and don't (for example) want to learn how to do a 3-way conflict merge just to install updates
-
lw
i wonder if Oracle still makes that Solaris-based ZFS appliance
-
jbo
lw, oracle still makes anything if you give them money :)
-
lw
jbo: untrue, they abandoned Rdb!
-
lw
although i think the last version might still be in super-extra-extended-support