• 1 Post
  • 83 Comments
Joined 9 months ago
cake
Cake day: September 20th, 2025

help-circle















  • I think some CEOs are probably okay with it costing more - that’s less benefits to pay out, less PTO/sick days to deal with, and less labor concerns when you run your AI slop machine 24/7 instead of those pesky 40 hour work weeks.

    AI will have to cost a lot more, or hurt the bottom line other ways (people stop buying your AI shit).



  • Got a few commands to try from a terminal:

    curl https://google.com/
    curl https://<your searxng fqdn>
    

    Try from the SearXNG terminal too.

    Lastly, in the container with Apache, there should be some log directory, maybe /var/log/apache2/? Try doing a tail -f /path/to/error.log. You could also do something like docker compose logs -f and (while tailing/looking at logs), try your search again.

    If all else fails, sudo journalctl -xef and/or sudo dmesg -wT may offer something interesting.