Latest activity

  • B
    balanga replied to the thread Yet another new Xserver.
    My first programming language was IBM BAL which I really liked, but I could never get the hang of PC assembly.
  • B
    balanga replied to the thread wordpress pkg.
    root@test:~ # service apache24 start
  • cracauer@
    cracauer@ replied to the thread kern.sched.preemp_tresh.
    It would be great if we had a way to inspect this "interactivity score" on a per-thread or per-process basis. I have concerns that CPU-heavy interactive applications such as web browsers might not be covered.
  • B
    balanga replied to the thread wordpress pkg.
    I'm trying different php modules and have just got but currently have a problem starting apache with these pkgs cat << EOF | xargs pkg install -y apache24 mod_php85 php85-mysqli php85-extensions mysql84-server EOF
  • B
    balanga replied to the thread wordpress pkg.
    I thought I had installed everything needed when trying to login to 192.168.1.23/wordpress I get php85-mysqli is installed but doesn't show up under php_info.php There is a section labelled mysqlnd. Anyone know what is causing the problem?
  • Zare
    Zare reacted to kpedersen's post in the thread Yet another new Xserver with Thanks Thanks.
    This is close to what I have been working on here: https://research.thamessoftware.co.uk/glass/ https://gitlab.com/osen/openbsd_drmfb_gnuboy For much of my uses, I generally do often skip the display server. Once libdrm (a pretty ugly API) had...
  • Zare
    Zare reacted to cracauer@'s post in the thread Yet another new Xserver with Thanks Thanks.
    No Rust? Disappoint
  • D
    INTRO Ladies, gentlemen, and cyber friends, recently I've had to install FreeBSD on a PC that did not have a wireless NIC, and the router was so inconveniently placed that connecting directly via cable was out of the question. So, I decided to...
  • K
    kpedersen replied to the thread Yet another new Xserver.
    This is close to what I have been working on here: https://research.thamessoftware.co.uk/glass/ https://gitlab.com/osen/openbsd_drmfb_gnuboy For much of my uses, I generally do often skip the display server. Once libdrm (a pretty ugly API) had...
  • F
    Florine Kamdem posted the thread Represent FreeBSD in Your Community in Blogs and Newsfeeds.
    Original article here. Consider this when replying. Teaching others about FreeBSD and helping it grow doesn’t require a developer background — it just takes someone willing to show up and talk about why this project matters. Whether that’s...
  • tembun
    tembun reacted to PMc's post in the thread What is sysctl kern.sched.preempt_thresh with Thanks Thanks.
    Being at a point where you know what to look for and what it is about, I believe you can now start reading the source. ;) I't not so difficult: $ find /usr/src/sys -type f | xargs grep -l preempt_thresh /usr/src/sys/kern/sched_ule.c...
  • tembun
    tembun reacted to PMc's post in the thread What is sysctl kern.sched.preempt_thresh with Thanks Thanks.
    In order to make sense of these values, you need first to understand how timesharing was originally designed. There was only one core, and a HZ value (the HZ value is the timer interrupt frequency). When the kernel starts a process, that process...
  • tembun
    I think I have found the answer to why 223 is the suggested value. 80 is PRI_MIN_KERN. Look here https://wiki.freebsd.org/AndriyGapon/AvgThreadPriorityRanges . What to choose ????? A short test seems like 171 is a good compromise on my system
  • cracauer@
    cracauer@ replied to the thread kern.sched.preemp_tresh.
    Audiophiles shouldn't care about delay as long as it is constant. Musicians on the other hand legitimately care about latency when they play and need to hear themselves. But there is a minimum delay you can't avoid due to sound being so slow...
  • freethread
    freethread reacted to Emrion's post in the thread Upgrading BIOS Boot Loader with Like Like.
    My tool sysutils/loaders-update tells you if your current loaders are up-to-date or not with those in /boot. For explanations concerning new loaders, you have the release notes and the gitup commits history. Nothing that will tell you...
  • B
    INTRO Ladies, gentlemen, and cyber friends, recently I've had to install FreeBSD on a PC that did not have a wireless NIC, and the router was so inconveniently placed that connecting directly via cable was out of the question. So, I decided to...
  • J
    jb_fvwm2 reacted to fraxamo's post in the thread Pkg upgrade tries to remove KDE! with Thanks Thanks.
    You can use less to scroll through the list: pkg upgrade --dry-run | less
  • cracauer@
    cracauer@ replied to the thread Yet another new Xserver.
    Interesting question. I think LLMs are ready to understand Intel's optimization guide and generate (some) better machine code than the LLVM IR to machine can do. Not because the LLVM developers are dummies but because the framework for doing that...
  • MG
    MG replied to the thread Yet another new Xserver.
    At 1 day this might become a new computer science theory if it doesn't already exist. The problem with AI generating assembly code that targets particular hardware is that the user has to describe what he wants in (I estimate) exactly the same...
  • elgrande
    elgrande reacted to T-Aoki's post in the thread black screen at login after pkg upgrade with Like Like.
    git checkout/15.1 should surely fail! Do precisely. git checkout releng/15.1 "g" "i" "t" space "c" "h" "e" "c" "k" "o" "u" "t" space "r" "e" "l" "e" "n" "g" slash "1" "5" period "1"
  • H
    hruodr replied to the thread Solved VPS v. Cloud hosting.
    Hence, I installed now a mini AMD VM running FreeBSD. For me very usable. I pay 1 EUR/Month for something much smaller (500MB Ram and 20 GB Disk, no possibility to run *BSD). The real problem is to keep it loaded with work. And to put a DNS...
  • tembun
    tembun reacted to mer's post in the thread What is sysctl kern.sched.preempt_thresh with Thanks Thanks.
    Not really time slicing; preemption. As in "process A is running, process B needs to run, scheduler does some math, some checking and says Yes, B can start running so I'll stop A and start B" Timeslicing in general/simple terms is more of...
  • Espionage724
    Espionage724 replied to the thread kern.sched.preemp_tresh.
    I'd likely have issue above 2ms :p Would prefer input highest-priority above anything on desktop: if that's slow, then every interaction while on a desktop is slow.
  • B
    balanga reacted to drhowarddrfine's post in the thread wordpress pkg with Thanks Thanks.
    No need to guess. FreshPorts shows the dependencies: It does not install a server but apache isn't a requirement.
  • cracauer@
    cracauer@ replied to the thread kern.sched.preemp_tresh.
    Presumably this only matters when there are competing workloads, for example a `make world` in the background and a desktop in the foreground. The code is not easy enough to read for me to instantly see how the "pri" value that this sysctl is...
  • Espionage724
    Espionage724 reacted to drhowarddrfine's post in the thread wordpress pkg with Thanks Thanks.
    No need to guess. FreshPorts shows the dependencies: It does not install a server but apache isn't a requirement.
  • D
    drhowarddrfine reacted to Espionage724's post in the thread Yet another new Xserver with Like Like.
    I like low-level assembly :D
  • MG
    MG replied to the thread Yet another new Xserver.
    The problem is that nVidia and Intel are against direct operation of graphics hardware and opetating systems don't like to admit that they just don't have the information for legal application. These 2 should not be primary support target. We'll...
  • the3ajm
    have you tried loading another profile to determine whether the email or feed works?
  • D
    drhowarddrfine replied to the thread wordpress pkg.
    No need to guess. FreshPorts shows the dependencies: It does not install a server but apache isn't a requirement.
  • Espionage724
    Espionage724 replied to the thread wordpress pkg.
    I'd try installing it and see what it presents (it might have PHP mysql extension as a dependency but it probably shouldn't require a mysql server by itself; not sure if wp pkg would be useful without webserver but which one might it present?) I...
  • SirDice
    SirDice replied to the thread A possible CRONjob error?.
    Post the output of ls -l /usr/local/bin/lynis_cron.sh
  • K
    KenGordon replied to the thread A possible CRONjob error?.
    I suppose I should show the entire e-mail I receive from my system. Here it is: Message 5: From root@KensOffice Wed Jul 15 03:00:00 2026 From: Cron Daemon <root@KensOffice> To: root Subject: Cron <root@KensOffice> root...
  • K
    KenGordon replied to the thread A possible CRONjob error?.
    Well, the latest error message shown in the email I receive from the system is: /bin/sh: root: Permission denied Sigh.... :-( Ken Gordon
  • T
    FYI, 14.3 is end-of-life. 14.4 is the only supported version from the 14 branch. "NAT" in VirtualBox is using a dhcp server. https://www.virtualbox.org/manual/topics/networkingdetails.html#network_nat . If you stay with "NAT", configure in...
  • Espionage724
    Espionage724 reacted to blackbird9's post in the thread Yet another new Xserver with Like Like.
    They're coming in thick and fast now... seems someone out there wants to keep X11 alive, thankfully. https://www.theregister.com/software/2026/07/14/frame-a-new-x11-server-implemented-directly-in-assembly/5270498 The guy seems to like writing...
  • Espionage724
    Espionage724 replied to the thread Yet another new Xserver.
    I like low-level assembly :D
  • cracauer@
    cracauer@ replied to the thread Yet another new Xserver.
    No Rust? Disappoint
  • cracauer@
    cracauer@ replied to the thread kern.sched.preemp_tresh.
    So do you folks want more or less preemption?
  • MG
    MG replied to the thread Yet another new Xserver.
    A bloat-free graphics screen would be nice. No display server, just a program that draws pixels on GPU-level at the speed of the GPU in a standardized way and runs from the non-graphical CLI.
  • cracauer@
    covacat are you still around? I want to put some steam behind this.
  • Espionage724
    Espionage724 reacted to manas0's post in the thread OVHCloud VPS IPv6 Configuration with Like Like.
    Hi, I recently thought to try a VPS from OVH in their Beauharnois datacenter. They had no stock when I checked a while back and I went with Hetzner instead. The exchange rate from EUR to CAD is brutal :( At the time of writing of this post, OVH...
  • scotia
    scotia replied to the thread How to set MSS using netgraph.
    Thanks for reply. What I'd really like to figure out is how to use ng_tcpmss to modify the MSS of passing SYN and/or SYN-ACK packets. On a simple interface (no jails). Does ng_tcpmss need ng_eiface?
  • cracauer@
    cracauer@ reacted to bob2112's post in the thread kern.sched.preemp_tresh with Thanks Thanks.
    I did wonder if anyone noticed the effect of it not being set before they noticed the error message. I've never really been sure about the benefit of this - it's easy to convince oneself that a tweak has produced a benefit.
  • B
    balanga replied to the thread wordpress pkg.
    Whilst that shows how to install wordpress, which is relatively straightforward and there are numerous guides, the one above does not actually install the pkg www/wordpress.
  • B
    balanga reacted to Charlie_'s post in the thread wordpress pkg with Thanks Thanks.
    This came up when I searched for it. https://journal.bsd.cafe/2025/07/21/wordpress-on-freebsd-with-bastillebsd-a-secure-alternative-to-linux-docker/
  • H
    hruodr replied to the thread Solved VPS v. Cloud hosting.
    How did you get it? :) I tried to get it many times, but I get error, it seems the demand is very big, at least in Frankfurt. This is what I get:
  • B
    I have just noticed that there is a www/wordpress pkg available on freshports. Is there any documentation on this packages and what else needs to be installed to get it working? I presume apache24 php+ mysql
  • SirDice
    SirDice reacted to Emrion's post in the thread Trying to upgrade 15>15.1 using packages with Like Like.
    Why do you have modified the url for fetching the base? Where, on the earth, have you read that? base_latest is one of the STABLE versions... Furthermore, you give a wrong path for getting the pkg key, hence this problem. Just put in...
  • Aknot
    It's /etc/resolv.conf (without the e), but yes, that's very likely. Your defaultrouter will get changed too. Set defaultrouter if you use static IP addresses, don't set it for DHCP. DHCP typically sets the IP address, subnet mask, gateway address...
Back
Top