Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Selfhosted
  3. Selfhosted Friendica using Marius' script: database problems

Selfhosted Friendica using Marius' script: database problems

Scheduled Pinned Locked Moved Selfhosted
selfhosted
6 Posts 4 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • zeitverschreib@discuss.tchncs.deZ This user is from outside of this forum
    zeitverschreib@discuss.tchncs.deZ This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #1

    Hi y'all.

    I've been trying to install #Friendica using the info provided by Marius on his website. At the moment I'm running my Friendica instance on Yunohost, but I'd like to move it to a different machine.

    So far, I have tried the script on a DS920+, a Pi 4 and a Dell running Docker in a Proxmox Debian VM. On all three machines, the installation finishes just fine, but I get the very same error messages from the database container:

    `2025-02-26 20:58:38 3 [Warning] Aborted connection 3 to db: 'unconnected' user: 'unauthenticated' host: '172.19.0.4' (This connection closed normally without authentication)

    2025-02-26 20:59:07 7 [Warning] Aborted connection 7 to db: 'unconnected' user: 'unauthenticated' host: '172.19.0.5' (This connection closed normally without authentication)`

    This keeps the Cron container from starting and Friendica itself from writing anything to the database.

    What am I missing? I already contacted Marius about this, but he replied stating that my NAS was missing AVX support. Well, this may be true for the DS920+, but shouldn't the script work on a standard Intel machine?

    I'm not sure whether this is a #Portainer or a #MariaDB issue.

    Anyone got any ideas?

    Thanks in advance.

    J B R 3 Replies Last reply
    1
    0
    • System shared this topic on
    • zeitverschreib@discuss.tchncs.deZ [email protected]

      Hi y'all.

      I've been trying to install #Friendica using the info provided by Marius on his website. At the moment I'm running my Friendica instance on Yunohost, but I'd like to move it to a different machine.

      So far, I have tried the script on a DS920+, a Pi 4 and a Dell running Docker in a Proxmox Debian VM. On all three machines, the installation finishes just fine, but I get the very same error messages from the database container:

      `2025-02-26 20:58:38 3 [Warning] Aborted connection 3 to db: 'unconnected' user: 'unauthenticated' host: '172.19.0.4' (This connection closed normally without authentication)

      2025-02-26 20:59:07 7 [Warning] Aborted connection 7 to db: 'unconnected' user: 'unauthenticated' host: '172.19.0.5' (This connection closed normally without authentication)`

      This keeps the Cron container from starting and Friendica itself from writing anything to the database.

      What am I missing? I already contacted Marius about this, but he replied stating that my NAS was missing AVX support. Well, this may be true for the DS920+, but shouldn't the script work on a standard Intel machine?

      I'm not sure whether this is a #Portainer or a #MariaDB issue.

      Anyone got any ideas?

      Thanks in advance.

      J This user is from outside of this forum
      J This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #2

      Looks like you didn't configure credentials for the DB user.

      zeitverschreib@discuss.tchncs.deZ 1 Reply Last reply
      0
      • J [email protected]

        Looks like you didn't configure credentials for the DB user.

        zeitverschreib@discuss.tchncs.deZ This user is from outside of this forum
        zeitverschreib@discuss.tchncs.deZ This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #3

        The credentials are already being set in the stack:

        MYSQL_ROOT_PASSWORD: rootpass MYSQL_DATABASE: friendica MYSQL_USER: friendicauser MYSQL_PASSWORD: friendicapass

        At first, I changed them to make the setup more secure, but got the same error. Just to make sure that there weren't any typos or pasted blanks, I went with the original values.

        J 1 Reply Last reply
        0
        • zeitverschreib@discuss.tchncs.deZ [email protected]

          The credentials are already being set in the stack:

          MYSQL_ROOT_PASSWORD: rootpass MYSQL_DATABASE: friendica MYSQL_USER: friendicauser MYSQL_PASSWORD: friendicapass

          At first, I changed them to make the setup more secure, but got the same error. Just to make sure that there weren't any typos or pasted blanks, I went with the original values.

          J This user is from outside of this forum
          J This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #4

          Just telling you what the error is saying.

          1 Reply Last reply
          0
          • zeitverschreib@discuss.tchncs.deZ [email protected]

            Hi y'all.

            I've been trying to install #Friendica using the info provided by Marius on his website. At the moment I'm running my Friendica instance on Yunohost, but I'd like to move it to a different machine.

            So far, I have tried the script on a DS920+, a Pi 4 and a Dell running Docker in a Proxmox Debian VM. On all three machines, the installation finishes just fine, but I get the very same error messages from the database container:

            `2025-02-26 20:58:38 3 [Warning] Aborted connection 3 to db: 'unconnected' user: 'unauthenticated' host: '172.19.0.4' (This connection closed normally without authentication)

            2025-02-26 20:59:07 7 [Warning] Aborted connection 7 to db: 'unconnected' user: 'unauthenticated' host: '172.19.0.5' (This connection closed normally without authentication)`

            This keeps the Cron container from starting and Friendica itself from writing anything to the database.

            What am I missing? I already contacted Marius about this, but he replied stating that my NAS was missing AVX support. Well, this may be true for the DS920+, but shouldn't the script work on a standard Intel machine?

            I'm not sure whether this is a #Portainer or a #MariaDB issue.

            Anyone got any ideas?

            Thanks in advance.

            B This user is from outside of this forum
            B This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #5

            Having the same issue.

            1 Reply Last reply
            0
            • zeitverschreib@discuss.tchncs.deZ [email protected]

              Hi y'all.

              I've been trying to install #Friendica using the info provided by Marius on his website. At the moment I'm running my Friendica instance on Yunohost, but I'd like to move it to a different machine.

              So far, I have tried the script on a DS920+, a Pi 4 and a Dell running Docker in a Proxmox Debian VM. On all three machines, the installation finishes just fine, but I get the very same error messages from the database container:

              `2025-02-26 20:58:38 3 [Warning] Aborted connection 3 to db: 'unconnected' user: 'unauthenticated' host: '172.19.0.4' (This connection closed normally without authentication)

              2025-02-26 20:59:07 7 [Warning] Aborted connection 7 to db: 'unconnected' user: 'unauthenticated' host: '172.19.0.5' (This connection closed normally without authentication)`

              This keeps the Cron container from starting and Friendica itself from writing anything to the database.

              What am I missing? I already contacted Marius about this, but he replied stating that my NAS was missing AVX support. Well, this may be true for the DS920+, but shouldn't the script work on a standard Intel machine?

              I'm not sure whether this is a #Portainer or a #MariaDB issue.

              Anyone got any ideas?

              Thanks in advance.

              R This user is from outside of this forum
              R This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #6

              Did you ever find a solution? I'm having the same problem. I ensured that my user has wildcard permissions for the host, so it's granted ALL on 'friendica'@'%'.

              1 Reply Last reply
              0
              • System shared this topic on
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups