• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. hammerc807
    3. Topics
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 9
    • Groups 1

    Topics

    • H

      Debian Trixie Dependancy Errors

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Linux Problems
      2
      0 Votes
      2 Posts
      418 Views
      T

      @hammerc807

      This is what I had to do, was in the same boat.

      Go to /opt/fog/.fogsettings

      Remove the sysv-rc-conf entry from the packages line from there. (Reference: https://github.com/FOGProject/fogproject/issues/797)

      Lower down in the same file, set “php_ver=‘8.2’” to “php_ver=‘8.4’”

      Exit and save.

      Then I had to remove symlinks in Apache that were using the old php modules:

      sudo unlink /etc/apache2/mods-enabled/php8.2.conf
      sudo unlink /etc/apache2/mods-enabled/php8.2.load

      Then add the new links:

      sudo ln -s /etc/apache2/mods-available/php8.4.conf /etc/apache2/mods-enabled/php8.4.conf
      sudo ln -s /etc/apache2/mods-available/php8.4.load /etc/apache2/mods-enabled/php8.4.load

    • H

      SSL Certificate error

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Linux Problems
      4
      0 Votes
      4 Posts
      2k Views
      S

      @hammerc807 For me github.com resolves to a totally different subnet. Could either be fine or a pointer to your provider doing transparent proxying?!

      Try openssl s_client -showcerts -connect github.com:443 -server github.com to show the whole certificate chain.

    • 1 / 1