Aye, that's one of the neat things about a VPS or cloud, it can easily scale. So start small, keep an eye on your performance metrics and scale up if necessary.
Aye, that's one of the neat things about a VPS or cloud, it can easily scale. So start small, keep an eye on your performance metrics and scale up if necessary.
All directories containing the actual packages have directory browsing turned off. The web server has to generate the HTML for your browser and this caused way too much unnecessary strain on the web servers...
AI says:
Practical options right now
Drop to kern_securelevel="1" — restores pf rule changes, but loses the securelevel-2 protections (disk write immutability, etc.). This is what others have confirmed works as a stopgap.
Load your full pf...
I notice this change existed in 15.1-RELEASE source code.
And section of keyword of my problem @ /usr/src/sys/netpfil/pf/pf_nl.c
.cmd_num = PFNL_CMD_ADDRULE,
.cmd_name = "ADDRULE",
.cmd_cb = pf_handle_addrule,
.cmd_flags = GENL_CMD_CAP_DO |...
"pf is documented as only blocking some calls from level 2" (referring to securelevel 2). And also there've been some changes, it seems like:
https://reviews.freebsd.org/D56390#1291673
How do I tell?
I have a Lenovo bluetooth keyboard. How do I figure out if I can use it with my ThinkPad W520?
# hccontrol -n ubt0hci read_local_name
Local name: W520 (ubt0)
Not sure what else I can use too investigate the capabilities.
Performing encryption/decryption calculations during a file transfer is serial for each packet, which is also serial. An unencrypted session will transfer in less time because there is less processing happening, i.e. less to do before/after the...
balanga, this gives one way to run a jail but using one public IP. (In answer to You clone lo1 (that's L o One, not lol), write a simple pf.conf and run the jails on one IP that goes to your router. If running it from home, use dynDSN or...
I'm thinking of buying some bluetooth earphones, but would prefer some which worked on FreeBSD,
Any recommendations?
I would like to use them with a ThinkPad W520 running FreeBSD 15.1.
I used an image from the marketplace. I found the https://blogs.oracle.com/cloud-infrastructure/freebsdarm64-now-available-in-oci and https://github.com/oracle-quickstart/oci-freebsd - I am running an ultra-low-volume nginx which basically does...
DirectoryIndex (i.e. 'browsing' through files in that directory) is turned off. Doesn't affect pkg though because it doesn't rely on being able to browse those directories.
What is the exact error you're getting?
While iwlwifi supports 802.11a/b/g/n/ac/ax/be modes, the compatibility
code currently only supports 802.11a/b/g/n/ac modes. 802.11n/ac is only
available on the 22000 and later chipset generations. 802.11ax/be and
6Ghz support are...
balanga, this gives one way to run a jail but using one public IP. (In answer to You clone lo1 (that's L o One, not lol), write a simple pf.conf and run the jails on one IP that goes to your router. If running it from home, use dynDSN or...
How did you install it? First Ubuntu and then dd the image of openbsd installer on what raw device?
And how do you avoid 80% idle? I am running bionc in a ubuntu vm, but openbsd does not support it.
I do not want to expend too much time end...
balanga Since you don't appear to have ever had a server up and running anywhere before, I think you are getting ahead of yourself and should just get your first one up and running before you worry about all these other things. All these services...
https://reviews.freebsd.org/D28423
route:
FreeBSD provides support for scalable multipath routing. It is acti-
vated by default, but can be turned off by setting the
net.route.multipath sysctl(8) MIB to 0...
In /boot/loader.conf, if you set:
kern.sched.name=4BSD
you can use the 4BSD scheduler instead of the ULE default. I do have a zfs BE for that. There is no corresponding preempt_thresh sysctl for that scheduler.
One of the 4BSD scheduler...
Hi, thanks for the offer of help.
I have a few VMs in cloud land that I connect to my central router via IPSEC whose ipsec0 interface has an MTU of 1400. My CSP allows backdoor links between VMs, and those are on vtnet interfaces with an MTU of...
I don't personally have any trouble reading that. I see that somebody was pressing buttons while the output was going and I see some missing fonts that really should be installed on the system.
Output like that is readable to the people that...
Hi , Related Query:
SSH on FreeBSD does not seem to use the INTEL processor AES-NI ( New- Instructions ) hardware crypto acceleration/offload engine.
this is what "ssh -v <my server address> " returns...
I'd use my wiki for coding; it has diffs/revisions (never seen anyone maintain a project through a wiki though :p)
Someone pointed out that code boxes on DokuWiki can be directly-referenced in scripts, so theoretically it can be hooked up to CI...
Do you need jails? I'd figure out a base set up first (get experience with how stuff hooks up) then adapt it to jails later.
My landing page is a bit boring and I might look into Joomla, Drupal, or Grav later (recently installed 15.1-RELEASE and...
I bought 4x 32 GB DDR4 unreg ECC on the Crucial store.
Generally I have few problems with RAM except Nemix (Newegg house brand I think?), which is junk.
balanga Since you don't appear to have ever had a server up and running anywhere before, I think you are getting ahead of yourself and should just get your first one up and running before you worry about all these other things. All these services...
Ok, I finally managed to find some time and brain cells to look into this further. The issue appeared to be the boot loader ie pre-kernel. I usually don't flash beta bios updates, but I went ahead today and the behavior has changed, it now...
I learned that hard on X470 with Rift CV1 PCVR and 4 sensors (Ryzen CPU-side USB went unstable with HMD and 1 sensor; my board luckily had separate ASMedia ports to offload around), and hearing others report issues on 500-series (and now a 600)...
vermaden Carrying on, the contents of files/usr:
usr/local/etc/gitlab/compile-assets:
#!/bin/sh
su -l git -c "(
set -e
cd /usr/local/www/gitlab
RAILS_ENV=${DEPLOYMENT_ENV} rake gitlab:assets:clean
yarn install --production...
As for files/usr/local/www/gitlab, I'm thinking that pasting their contents actually adds little value to these posts, because they're pretty much just the stock GitLab configuration files, which usually come with .sample counterparts, plus my...
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.