$ pkg info chromium firefox
chromium-150.0.7871.100
firefox-153.0_1,2
On the screenshot, www/chromium on the left side and www/firefox on the right side. In Firefox, commit messages are not displayed in cgit.freebsd.org: a tag with class...
Hi MG,
thank you for your reply. I do not know, as I have not tried yet; I was afraid to cause some non-recoverable problem. Hence my question.
Hi cracauer@,
thank you for your reply. The inconsistent feature flags is exactly the worry. It...
FreeBSD 15 on a laptop with a sata SSD.
I modified /boot/loader.conf and /boot/device.hints. Hum, certainly made bad configs..
Now I cannot boot. The SSD is ZFS
With a USB FreeBSD key, I boot and make a "zpool import <id>" and I see all zfs...
Right, on second look this might work. But the thing that causes it to fail, your nnn.patch isn't a patch file. A patch file is a diff that's applied to a specific file within the extracted source distribution (before the actual build is...
With uacme you create a let's encrypt account with, after substituting <your-email>:
uacme --confdir /usr/local/www/Acme new <your-email>
Create and renew certs, after substituting <your-domain> and offering...
Separation of tasks, but what is the win?
A simple http server will perhaps have no big latency starting, but normally inetd is not its place.
Thanks. No error, but wasted time. I got it with dehydrated and with uacme. With the experience I get...
The centralised approach to https is stupid (and the fact it fails to consider internal, airgapped networks means its crooked and broken by design) but if you need to play the game to stop popular web browsers from frightening your users, then so...
The centralised approach to https is stupid (and the fact it fails to consider internal, airgapped networks means its crooked and broken by design) but if you need to play the game to stop popular web browsers from frightening your users, then so...
I believe the only true security is not having to trust any third party, so I haven't used a CA...For my stuff I use apache and self-sign certificates. It means that users must accept the certificate the first time though.
mefizto, you didn't specify the OmniOS version, just tested Long-term support (LTS) Release omnios-r151054r.iso in VirtualBox. After installation, booting up a 15.1-RELEASE installer media, enter "Live System", the OmniOS pool can be imported...
Without claiming to read their mind, I suspect that diizzy just means it's one of those things where lots of people have lots of opinions. There's an old saying something like, there's always more than one way to do something in Unix with the...
You're opening can of worms filled with many personal opinions. ;-)
If you're happy with Apache use Apache, X (where X is insert http server of choice here) might not be the most efficient solution but unless you're running a site high volume...
I wrote my experience and expressed only two opinions:
1) That it [apache] is getting more difficult.
2) uacme seems to be the most simple (compared with certboot and dehydrated).
Then I asked about your experience.
Now a trivial theme. I have installed, locally, many times http server. Three times a public one. One in debian,
one in ubuntu, and one in freebsd. I have the feeling, that with time it gets more difficult, not more easy.
More details to see...
Of course, glad you asked.
The boot time is a very important factor for service/application servers.
Consider a Linux Kubernetes stack. You really don't care how long does it take for your nodes to start. Runtime nodes, network, storage...
Nope. Grok seems to add the external interface to the bridge, that's a mistake. Well, in this case it is, it is appropriate in other situations.
Doing this from the top of my head, might not be entirely correct:
gateway_enable="YES" # You need...
It may be important because things rely on eachother or can be up late. it doesn't require a post-kernel startup framework that manages services with dedicated commands. It can be a single script and 1 thread. All system services are backgrounded...
Nope. Grok seems to add the external interface to the bridge, that's a mistake. Well, in this case it is, it is appropriate in other situations.
Doing this from the top of my head, might not be entirely correct:
gateway_enable="YES" # You need...
It may be important because things rely on eachother or can be up late. it doesn't require a post-kernel startup framework that manages services with dedicated commands. It can be a single script and 1 thread. All system services are backgrounded...
Looked at 14.3, 14.4, 15.0 and 15.1, it's all the same, operator group has read access on the device node. Don't have anything older anymore, but I suspect it to be the same on 13 too.
rc.d and systemd are glorified autoexec.bat+config.sys re-implementations that both seem to not like actual user-independency and add a lot of complexity for no reason. "Learn our documented zoo." Not using it for years. We have 1 script that...
The sequence is important, some services need a previous running, but you know,
in sh there is a difference between ";" and "&&".
In another thread I made a theme about the inflation of tools for managing user and groups. The old way was mainly...
Hmm, think I might know why diskinfo works for me on some systems but not others. On the systems where it works my user is a member of the operator group, on the systems where it doesn't work the account wasn't added to operator. That makes...
Looks like I am out of my depth trying to achieve what I want.
I'll quote what GROK advises and then maybe someone can correct any mistakes in the suggested solution..
ifconfig bridge create
ifconfig bridge0 name br0
ifconfig br0 inet...
You cannot bridge your jails with your external interface on your VPS. You do need a bridge (to attach your jails to) but it'll be disconnected from your external interface, so this "network" will be entirely local. Then you set up NAT and such...
rc.d and systemd are glorified autoexec.bat+config.sys re-implementations that both seem to not like actual user-independency and add a lot of complexity for no reason. "Learn our documented zoo." Not using it for years. We have 1 script that...
About wlan1.
I first create wlan0 but after a reboot, wlan1 appears. Strange. So I use wlan1.
For info zeman is on the same LAN as my laptop. What's more, if I use wired Ethernet, the ping zeman replies correctly. zeman is on the hosts file...
My answer is yes ! :cool: BE's and ZFS snapshots have saved my systems more times that I can count.
But the reality is - that's why ZFS is amazing and I why I use ZFS as well.
If an upgrade goes south I can just switch to a known working BE...
Yes, I already do that with element-web and synapse-admin, just need to set up the same with synapse, and element-call. Also, most probably a turn/stun server will be necessary too (for webrtc), but that I already have with coturn set up.
Good to...
It's not giving the error on ada0 (though there seems to be some information missing), it does get a permission error on ada1. What's the difference of these disks?
As for the partition size discrepancy, I suspect it's this bit of code:
#...
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.