Thank you, blackbird9
https://www.aliexpress.us/item/3256806970513428.html?gatewayAdapt=glo2usa4itemAdapt
Looks like I have to pay $27.75. Well worth it.
"AnyRaid-Z
Building upon the initial work for AnyRaid Mirrors, Klara will be expanding the concept to allow using RAID-Z parity to further maximize the usable storage of a set of disks. AnyRaid will allow a collection of disks of various sizes...
If that is really the case and can be shown working in practice then then best way forward clearly is to work with the port maintainer to add mariadb as an option in the port.
I wouldn't be surprised if there are surprises, though.
US federal government communication is probably prepared to deal with this sort of threat (unless the president just uses his personal cellphone...).
Presumably most or almost all UN people coming into NYC have to rely on the cellphone network...
300 SIM servers, those aren't the typical 1U "pizzabox" servers you might be thinking off.
The devices in the picture look like one of these: https://www.discoverytelecom.eu/catalog/5683.htm
That's a SIM server, there's 8 of them in the...
Hey,
I've used FreeBSD for ages. Yet recently I bought a new workstation, AMD 7800 XT and was quite disappointed by the pick as I originally thought drm-61-kmod was just fine. Obviously it was not as I had troubles. Now, 15.0 is coming. I tested...
Granted, telecom equipment is weird. Has its own way of configuring too, looks and feels totally foreign, that's mainly because its based on stuff that predates computers and networking.
300 SIM servers, those aren't the typical 1U "pizzabox" servers you might be thinking off.
The devices in the picture look like one of these: https://www.discoverytelecom.eu/catalog/5683.htm
That's a SIM server, there's 8 of them in the...
Looks more like the UN was the target. For officials, wouldn't DC be a better place? Also, afair, you don't need such a farm to disrupt the network. Smells more like a "local terrorist group".
Xerox 6515 should be able to print PDF directly (as well as save scan as PDF).
In your browser type your printer IP address, log in as a system administrator (user admin, password 1111 or device serial number) then System / PDL Settings / PDF...
Locking a package will also prevent it from being updated. So you'll need to unlock it and do this forced package dance every single time you update.
The impact of locking a package is wider than simply preventing
modifications to the...
For example: biology/linux-foldingathome This is similar to what you can do for babashka.
This port downloads the Linux binary for Folding@Home and installs it. Repackaging (building a FreeBSD pkg from it for distribution, i.e. the FreeBSD...
There are plenty of ports that download and install a pre-built execute, a "port" doesn't necessarily equate to building from source. It's certainly preferred (so you can build a FreeBSD 'native' application), but it's definitely not required.
Original article here.
Consider this when replying.
FreeBSD, The FreeBSD Foundation, and The FreeBSD Forums are not associated with the content of this article.
graphics/zathura-pdf-mupdf is simple and converts using mupdf.
With the pdf open, :print will bring up an lpr compatible print dialog. You can pick out the pages you want and in my case I can pass the lpr -Pduplex for double sided printing.
this is specifically about flua, not "FreeBSD scripting" in general. that's why flua is installed in /usr/libexec rather than /usr/bin.
the manual page flua(1) mentions this several times:
at this point it's unlikely that flua will actually be...
Looks more like the UN was the target. For officials, wouldn't DC be a better place? Also, afair, you don't need such a farm to disrupt the network. Smells more like a "local terrorist group".
just update the pointer to a hourglass and do your stuff. letting the user clicking random shit when the program is busy is worse :)
or display a progress bar that works like this
View: https://x.com/i/status/1224958334991654912
Packages are not dynamic by their nature, they are sets of prebuilt binaries and libs, and everything in them needs what they were linked with at the time they were built. If you want to change what package expects, build it from ports, that's...
As I said pkg security/vaultwarden needs libmysqlclient.so.21 as dependency, not libmysqlclient.so that MariaDb provides, and with databases/mysql80-client libmysqlclient.so is simply link to libmysqlclient.so.21. Also, if you check...
Sorry to quote myself but I'm still in my hospital bed with no progress on my side. I appreciate some help with this regards, hoping to get back to my machine soon, thank you.
this is specifically about flua, not "FreeBSD scripting" in general. that's why flua is installed in /usr/libexec rather than /usr/bin.
the manual page flua(1) mentions this several times:
at this point it's unlikely that flua will actually be...
this is specifically about flua, not "FreeBSD scripting" in general. that's why flua is installed in /usr/libexec rather than /usr/bin.
the manual page flua(1) mentions this several times:
at this point it's unlikely that flua will actually be...
Probably won't work, pkg security/vaultwarden needs libmysqlclient.so.21 as dependency, so only option around that is what DtxdF advised about DEFAULT_VERSIONS+=mysql=1011m, and only way to avoid mixing ports and pkgs is to use two pkg repos...
That's a pretty strong take. It's just your opinion or can this be considered the reality of freebsd scripting up to 15.x? Not that I don't believe you, I'm genuinely asking.
you really shouldn't use flua for your own scripts, it's only intended for use by the operating system itself. it might vanish tomorrow with no notice.
i do think we should consider providing a public version of Lua though, since we're shipping...
Ha, IDK about DEFAULT_VERSIONS+=mysql=1011m, thanks DtxdF 🙏
In this case, maybe your best option is to use poudriere jail (with changes that DtxdF advised) for building security/vaultwarden, set poudriere repo just for that, make file...
I know, that's exactly the problem I have, but what I was saying is that if the software supports mysql, that basically means it also supports mariadb.
Dtxdf even linked how to compile a port with mariadb using the mysql option:
Yes, but if you check MariaDB port Makefile you'll see that it conflicts with MySQL, so you can't have both at the same time on one system, it's one or the other, that's why jail is recemented for this case.
CONFLICTS_INSTALL=...
Interesting problem; just checked security/vaultwarden port ad options are
OPTIONS_MULTI_DATABASE= MYSQL PGSQL SQLITE
And I don't see MariaDB listed in bsd.options.desc.mk, so probably DtxdF is right, use jail.
just update the pointer to a hourglass and do your stuff. letting the user clicking random shit when the program is busy is worse :)
or display a progress bar that works like this
View: https://x.com/i/status/1224958334991654912
4.x had (by default) a smallish rootfs and everything on / was statically linked (/usr was a separate fs)
there was no /lib
i know i updated some boxes from 4.x to 6.x remotely (without ipmi / ipkvm) and it was awkward
4.x root / was too small to...
This reminded me of one time when I had to enlarge and shuffle partitions because new loader.efi was too big for ESP, can't remember was it 10 to 11 or 11 to 12?
https://blog.netbsd.org/tnf/entry/x_org_on_netbsd_the but it's down right now.
https://news.ycombinator.com/item?id=40269680 is about that article, but it's a long discussion with a lot of it noise. If this information is there, it's difficult...
Same here, 4 to 5. Messed up the upgrade, significantly. Didn't read /usr/src/UPDATING, the switch to UFS2 meant you needed install the kernel and MUST reboot to activate the new 5.0 kernel before installing world. Only read those instructions...
My most unfortunate memory of FreeBSD versions is a period when X11 would come up correctly but after a while of idling would lose keyboard and mouse/trackpad. Had that with several laptops. Ca. 2019.
Same here, 4 to 5. Messed up the upgrade, significantly. Didn't read /usr/src/UPDATING, the switch to UFS2 meant you needed install the kernel and MUST reboot to activate the new 5.0 kernel before installing world. Only read those instructions...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.