Hi Walter,
mine looks like this:
`root@mail:~# ll /run/php*
/run/php:
insgesamt 4
-rw-r--r-- 1 root root 6 29. Sep 14:23 php7.4-fpm.pid
srw-rw---- 1 www-data www-data 0 29. Sep 14:23 php7.4-fpm.sock=
lrwxrwxrwx 1 root root 30 27. Sep 16:15 php-fpm.sock -> /etc/alternatives/php-fpm.sock=

/run/php-fpm:
insgesamt 0
srw-rw-rw- 1 grodav grodav 0 29. Sep 14:23 grommunio-dav=
srw-rw-rw- 1 grosync grosync 0 29. Sep 14:23 grommunio-sync=
srw-rw-rw- 1 groweb groweb 0 29. Sep 14:23 grommunio-web=
root@mail:~#
`

    segro How did you manage to get /run/php-fpm/ created? My Debian 11 does not create /run/php-fpm/ after a reboot.

    Hey Walter, I installed via the script and I thaugt, you just want to have a compare to your manual installation.

      segro thank you, I found it, this lines solves the issue:
      # fix run directory for php-fpm
      echo "d /run/php-fpm 0755 www-data gromox - -" >/etc/tmpfiles.d/run-php-fpm.conf
      systemd-tmpfiles --create

      Unfortunately this rises the next error in an grommunio package:
      /usr/lib/tmpfiles.d/grommunio-admin-api.conf:1: Failed to resolve group 'nginx'.
      I replaced 'nginx' with 'www-data' in this .config file.

      • crpb replied to this.

        WalterH

        So after an apt-get dist-upgrade this problem may occur again.

        Fix

        cp /usr/lib/tmpfiles.d/grommunio-admin-api.conf /etc/tmpfiles.d/
        sed -i 's/nginx/www-data/g' /etc/tmpfiles.d/grommunio-admin-api.conf

        Which we also should do with the install-script :P

        PR: https://github.com/eryx12o45/grommunio-setup/pull/17

          crpb great idea to copy the file in the user location.

          Next question, the appliance contains the package grommunio-index. Unfortunately I did not find this package for Debian 11. This package is the indexer for grommunio-web. How to get the search index working in grommunio web?

          For now I created a Script which takes care of grommunio-index and also the missing NGINX-Modules.

          https://github.com/crpb/grommunio/blob/main/debian/alien8.sh

          I also created a new thread but still waiting on a reply from the Grommunio-Team.
          I even opened a ticket which refers to that thread if someone could make an official statement but haven't heard anything ... "Ticket#81508 - created Sunday 25. Sep 22:06"

          FYI: You will need to updated the package yourself for now.

            crpb This is a shame, we need to install rpm packages on Debian.

            • crpb replied to this.

              WalterH

              *hrhr* indeed!!!
              Maybe with the next release a few new Packages will be added.... *fingerscrossed*

              crpb

              puh, "unfortunately" will be on vacation starting on Thursday and therefore no time to look into it before and during. I would merge a fix in the script and have no objections to remove the package ^^ (at all! ;-))

              • crpb replied to this.

                eryx

                You could also give me "rights" for the Repository if you trust me :-).

                  crpb
                  hmmmmmmm ;-)

                  I guess I will. You should have got an invite.

                  crpb yeah, I couldn't check the config, because I'm not very familiar with rspamd and actually as the service "grommunio-antispam" is not present and running the status page shows and error. otherwise looks good so far

                  ;-)

                  So at least the rspamd web gui shows exactly no config ^I guess the settings need to be set somewhere else. and as said the gui doesn't recognize the service as running

                  I tried a fresh setup yesterday and did send a few local Mails and swaks-Mails from the Workstation.


                  I guess it's working :P

                  © 2020-2024 grommunio GmbH. All rights reserved. | https://grommunio.com | Data Protection | Legal notice