Recent content by LTXex

  1. L

    root user cannot write on file

    maybe system doesn't support pcie aspm. try dmesg | grep -i aspm
  2. L

    Systemd startup script causing problems

    Hi Have you tried a different systemd script to see if you can isolate the issue? Maybe the one below would work or at least show different errors [Unit] Description=The Apache HTTP Server After=network.target [Service] Type=forking ExecStart=/usr/local/apache-2.4.33/bin/httpd -k start...
Top