Latest activity

  • SirDice
    SirDice replied to the thread Solved Apache & php.
    Note that not all PHP web applications like PHP-FPM. That number is quite low, but you can run into it. You can always fallback to mod_php.
  • gpw928
    gpw928 replied to the thread How to stop a program.
    The only resources consumed by a zombie process is an entry in the kernel's process table. That entry contains the exit status of the zombie process. That exit status must be preserved so that the parent process can collect the exit status of...
  • B
    balanga replied to the thread Solved Apache & php.
    See https://forums.freebsd.org/threads/php8-and-php_fpm-on-fbsd14.97604/#post-750976
  • MG
    MG replied to the thread Are there any "trekkie fans".
    Still I don't think I'm going to take it 15 years later like DS9. It lookls like a Nickelodeon show...
  • B
    balanga replied to the thread PHP8 and php_fpm on FBSD14.
    I'm very grateful for this post. I have been struggling to get apache24 and php-fpm working but managed to do so with these settings. Just for information, the only pkgs I have installed in a jail are apache24 and nextcloud-php85 nothing else...
    • 1774262736825.png
  • cracauer@
    cracauer@ replied to the thread Are there any "trekkie fans".
    I'm not touching Disco with a 10-feet pole.
  • SirDice
    SirDice replied to the thread Solved Apache & php.
    Without all the AI stuff. From the top of my head. Modify httpd.conf, disable mpm_prefork_module and enable mpm_event_module. LoadModule mpm_event_module libexec/apache24/mod_mpm_event.so #LoadModule mpm_prefork_module...
  • H
    hruodr reacted to Beastie7's post in the thread Important persons in your country. with Like Like.
    Absolutely; I completely agree. But it was the internet that allowed humans and systems to communicate on a global scale. For example, I'm able to chat with a relative from the opposite side of the planet due to the inventions from these two men...
  • B
    balanga replied to the thread Useful scripts.
    I often post AI stuff here to find out what is wrong with it because it frequently contains errors.
  • cracauer@
    What?
  • S
    Can anyone confirm whether or not Google Play Apps can run on AOSP? On FreeBSD 15.0, bhyve can emulate Arm64, so it would be nice to know if Play apps could run on FreeBSD this way. Or also on a dedicated ARM computer, as for the features FreeBSD...
  • D
    Real containers in the form of jails docker is just a bunch of abstraction layers over namespaces and a lot of wishful thinking.
  • B
    balanga replied to the thread Solved Apache & php.
    OMG a typo! Many thanks for noticing. Just in case anyone else is using php-fpm it is set up with sysrc php_fpm_enable=YES service php_fpm start and this starts php-fpm. Confusing or what?
  • B
    balanga reacted to Alain De Vos's post in the thread Solved Apache & php with Like Like.
    Now i see, pkg install phpXXX ---------------------------------------------------------------------------------- And it is service php_fpm start or service php-fpm start Note - vs _...
  • robroy
    robroy reacted to Alain De Vos's post in the thread Rant about Aliens... with Like Like.
    Just imagine , you can smell 100.000 times better then me. My Labrador dog knows it , an alien living in a different world. When i have a bit of stress, a few meters away.... And now , 'first contact'.
  • robroy
    robroy reacted to Alain De Vos's post in the thread Rant about Aliens... with Like Like.
    I want to understand difference. I tried sign language, they told me it was from down under,
  • R
    roper reacted to fernandel's post in the thread BEELINK with Like Like.
    I found on youtube and it is new for me: View: https://www.youtube.com/watch?v=r0aJT9E3G7c
  • R
    roper replied to the thread BEELINK.
    You've encountered the reason I recently bought an old stock motherboard to reuse some ddr3 instead of the new hotness.
  • R
    roper replied to the thread BEELINK.
    I have three of them and for the most part they've been great. One is a Mini-SEi running Windows 11 for her. The others are I think called Mini-S, they're Celeron 5095 boxes. The only issue I've had was after updating the sound wouldn't work...
  • R
    I don't know what your requirements are, but I built me my NAS completely myself: Old hardware, a couple of storage drives into it (a PCI card to provide more SATA slots) but you already have the hardware. Then just a FreeBSD-RELEASE default...
  • cracauer@
    cracauer@ replied to the thread How to stop a program.
    Yeah but they are too small to matter. Unless you recursively create an infinite number of them or something.
  • MG
    MG replied to the thread How to stop a program.
    But something is irreversible, it seems. If a process reaches this state, the process management is no longer capable of removing all related references to it like usual when something just exits with 0.
  • cracauer@
    cracauer@ replied to the thread How to stop a program.
    The actual memory mappings that the program did are gone when it is a zombie. There should only be minor stuff left. Zombies are always the fault of the process that originally started the later zombie.
  • bjs
    I use XigmaNAS. 100% satisfied with it, right out of the box. ZFS2 with six WD drives.
  • bjs
    Many applications that are in docker containers have no real way of running on FreeBSD unless built from source. And many do not have docs for that. One example is Audiobookshelf. Apps like Immich are fairly difficult to get working, though some...
  • MG
    MG replied to the thread How to stop a program.
    Free the process memory that's shown by top and ps and remove the entry? What's still under that PID and why isn't it taken care of?
  • bjs
    bjs reacted to mer's post in the thread TrueNAS build system will become closed source with Like Like.
    https://xigmanas.com/xnaswp/ I've not used but I think it's been mentioned elsewhere
  • cracauer@
    cracauer@ replied to the thread How to stop a program.
    Processes will not exit on signal 9 when they are stuck in the kernel. umount is a good example of a program that can happen to.
  • gpw928
    gpw928 replied to the thread How to stop a program.
    Zombie processes consist solely of an entry in the process table containing the exit status of a process that has already terminated. That entry exists so that the parent of the terminated process can execute a wait system call (to collect the...
  • gpw928
    gpw928 replied to the thread How to stop a program.
    Using SIGKILL kill -9 <pid> exercises extreme prejudice. The process never knows that it died. That's really bad for any process that needs to maintain external state. SIGTERM (signal 15) was invented for the precise purpose of terminating a...
  • MG
    MG replied to the thread desktop-installer woes.
    It looks like a input problem. You could try to start X and an xterm manually to check if the keyboard works correctly. Type X and if that works, start xterm from another system console using ctrl-alt-F?. (Switch back to X with alt-F9) If it...
  • T
    Rule of thumb as i understand , only do zpool labelclear only on drives where gpart does not show any freebsd-zfs partitions. That is safe.
  • Espionage724
    I don't know what your requirements are, but I built me my NAS completely myself: Old hardware, a couple of storage drives into it (a PCI card to provide more SATA slots) but you already have the hardware. Then just a FreeBSD-RELEASE default...
  • B
    balanga replied to the thread desktop-installer woes.
    Until you have X coming up properly I would suggest booting up to a command prompt and the running startx.
  • freethread
    freethread replied to the thread desktop-installer woes.
    Maybe wrong keyboard layout, if your keybord is not en_US and your password contains chars other than alpha-numerics, that is you press the `@` character but it is not. I do not know how to set it up in sddm.
  • B
    balanga replied to the thread Solved Apache & php.
    service php-fpm start:- even though it does exist in /usr/local/sbin/php-fpm. Since it exists the only pkg that could have installed it is nextcloud-php85 as that is the only pkg I've installed apart from apache24.
  • B
    balanga reacted to Alain De Vos's post in the thread Solved Apache & php with Like Like.
    rc.conf : php_fpm_enable="YES" edit /usr/local/etc/php-fpm.d/ as needed ... ------------------------------------------------------------------------ I could be wrong !!!, but this is what A.I. says. In FreeBSD, you need to manually enable the...
  • B
    balanga replied to the thread Solved Apache & php.
    Unfortunately I can't run it even though it is enabled. It does exist as /usr/local/sbin/php-fpm .
  • T
    What do you mean by "no known partitions"? You mean like the drive is currently not attached to any pool? My assumption was that labelclear could mess up the pool if I used it on active drive.
  • B
    balanga replied to the thread Solved Apache & php.
    Featuremod_phpPHP-FPM Performance❌ lower✅ higher Memory usage❌ high✅ efficient Apache MPMprefork onlyevent/worker Isolation❌ none✅ per pool Scalability❌ limited✅ strong
  • T
    you can check if everything works fine now with zpool status -x zpool status -v
  • T
    There was an old pool on the drive with the exact same name, labels are still on disk, so that import fails. I would do absolutely nothing. It's a small annoyance. Maybe once you deleted a partition without "zpool destroy" before.
  • B
    balanga replied to the thread Solved Apache & php.
    It seems that php-fpm is a modern replacement for mod_php. What changes do I need to make if I want to use it?
  • T
    Thank you Alain for explaining this. It has been a while ago but it's possible that I might have done what you said when setting it up, though would that information survive resilvering with new drives? Anyway, I see this warning was added in...
  • B
    alias pkgx='f() { pkg install -y "$1" | tee /tmp/log; }; f' AI generated ;)
  • B
    balanga replied to the thread Useful scripts.
    I find it useful to find out whether any of it is correct. Sometimes it is partially correct and people here can point out errors in the AI generated advice.
  • SirDice
    What about its pkg-message? If OpenSearch was built with the PLUGINS option enabled (default) it will not start until the security plugin is properly configured. Please refer to the OpenSearch documentation for setting-up TLS...
  • K
    Why don't you try DeepSeek, Z.ai or Qwen for example? Or some other LLM API aggregator?
  • K
    kpedersen replied to the thread Useful scripts.
    I see an AI post on a forums as being the same etiquette as posting a google link. I.e: https://www.google.com/search?q=scripts But sometimes (admittedly fairly rarely) that is valid. If its a complex or non-intuitive search, likewise if it is...
Back
Top