Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    Kopano Installation in UBUNTU 18.04

    Kopano Groupware Core
    6
    48
    6547
    Loading More Posts
    • 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.
    • mass
      mass last edited by mass

      Please clear is this below procedure is perfect to install kopano core ?

      To install kopano in ubuntu 18.04:
      1.ubutnu 18.04LTS destop edition or Server edition.
      2.installing kopano core.
      3.install mysql & add user kopano.
      4.install apache & php.
      5.install kopano webapp.

      irrlicht 1 Reply Last reply Reply Quote 0
      • irrlicht
        irrlicht @mass last edited by irrlicht

        first we should check the environment.
        is kopano-server running?

        lsof -i -P | grep kopano-se
        

        or

        ps fax  | grep kopano-se
        

        or

        netstat -tulpn
        
        mass 1 Reply Last reply Reply Quote 0
        • thctlo
          thctlo @mass last edited by

          @yaseen
          hmm, why php7.0, Ubuntu 18.04 give 7.2
          Check you repo setup.

          1 Reply Last reply Reply Quote 0
          • mass
            mass @irrlicht last edited by

            Hi irrlicht i got below results after performing commands:

            root@test:/home/user# lsof -i -P | grep kopano-se
            root@test:/home/user# ps fax | grep kopano-se
            661 ? Ssl 0:02 /usr/bin/python3 /usr/sbin/kopano-search -F
            2089 pts/0 S+ 0:00 _ grep --color=auto kopano-se
            root@test:/home/user# netstat -tulpn

            Command ‘netstat’ not found, but can be installed with:

            apt install net-tools

            irrlicht 1 Reply Last reply Reply Quote 0
            • irrlicht
              irrlicht @mass last edited by

              Would say that kopano-server is not running, first step should be to fix this issue, after you can try to install webapp.

              MySQL-Server running?
              Database ok?
              user and passwort set in server.conf?
              What’s in syslog or server.log when you restart service kopano-server?

              1 Reply Last reply Reply Quote 0
              • thctlo
                thctlo last edited by

                dpkg -l | grep kopano

                apt-cache policy kopano-server

                show these, because you are running different versionummers.

                1 Reply Last reply Reply Quote 0
                • mass
                  mass last edited by mass

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • mass
                    mass last edited by

                    please check below output what it means?

                    root@test:/# ps fax | grep kopano-se
                    9225 pts/1 S+ 0:00 _ grep --color=auto kopano-se
                    8230 ? Ssl 0:03 /usr/bin/python3 /usr/sbin/kopano-search -F

                    1 Reply Last reply Reply Quote 0
                    • thctlo
                      thctlo last edited by thctlo

                      only kopano-search is running.
                      I told you what your problem is.

                      you are running different versions of kopano and that not possible.

                      Again show these, because these will show it.

                      dpkg -l | grep kopano
                      apt-cache policy kopano-server

                      1 Reply Last reply Reply Quote 0
                      • irrlicht
                        irrlicht last edited by

                        @yaseen said in Kopano Installation in UBUNTU 18.04:

                        please check below output what it means?

                        First you should work on your linuxskills.

                        Installation of kopano is very good for learning/teaching because it includes a lot of methods of installation/administration. You mix official repositories with external pakets from kopano. You need a few databaseskills (mysql -u root -p…, create databases,…), knowledge about postfix (smtp) to marry postfix with kopano in main.cf, knowledge about linuxcommandline (ps fax, lsof, tail -f /var/log/syslog), basics in https/ssl/tls…

                        ps fax |grep kopano-se
                        

                        ps fax lists all processes, “|grep kopano-se” searchs all processes with “kopano-se” in processname, here “kopano-search”. Most important service in kopano is kopano-server and this is not running.
                        Perhaps database doesn’t exist or wrong/missing user/password in server.cfg, wrong permissions for database…

                        1 Reply Last reply Reply Quote 0
                        • mass
                          mass last edited by mass

                          This post is deleted!
                          1 Reply Last reply Reply Quote 0
                          • mass
                            mass last edited by

                            Thanks for your advice & i definitely try to improve it.

                            as per the documentation https://kb.kopano.io/display/WIKI/Core
                            i have configured mysql added user in mysql & updated user details in /etc/kopano/server.cfg

                            1 Reply Last reply Reply Quote 0
                            • irrlicht
                              irrlicht last edited by irrlicht

                              1. Do you have the file /etc/kopano/server.cfg?
                              2. Which user/password/databasename? (test/pwd/kopano)?
                              3. check this with
                              mysql -u test -p
                              
                              1. on mysql-cli
                              use database kopano;
                              
                              1. if you can use this database check syslog
                              service kopano-server restart
                              

                              parallel in other cli for errors, if you have no log file in server.cfg
                              kopano-server should log errors there

                              tail -f /var/log/syslog
                              
                              1 Reply Last reply Reply Quote 0
                              • mass
                                mass last edited by

                                below is the output of dpkg -l | grep kopano command:

                                ii kopano-backup 8.7.80.587.10057ac52-0+100.1 amd64 Utility to back up and restore Kopano stores
                                ii kopano-client 8.7.80.587.10057ac52-0+100.1 amd64 Kopano MAPI provider library
                                ii kopano-common 8.7.80.587.10057ac52-0+100.1 amd64 Shared files for Kopano services
                                ii kopano-dagent 8.7.80.587.10057ac52-0+100.1 amd64 E-Mail Delivery Agent for Kopano Core
                                ii kopano-gateway 8.7.80.587.10057ac52-0+100.1 amd64 POP3 and IMAP Gateway for Kopano Core
                                ii kopano-ical 8.7.80.587.10057ac52-0+100.1 amd64 ICal and CalDAV Gateway for Kopano Core
                                ii kopano-lang 8.7.80.587.10057ac52-0+100.1 all Translations for Kopano Core components
                                ii kopano-monitor 8.7.80.587.10057ac52-0+100.1 amd64 Quota Monitor for Kopano Core
                                ii kopano-python-utils 8.7.80.587.10057ac52-0+100.1 amd64 Additional Python-based command-line utils for Kopano Core
                                ii kopano-search 8.7.80.587.10057ac52-0+100.1 amd64 Indexed search engine for Kopano Core
                                ii kopano-server 8.7.80.587.10057ac52-0+100.1 amd64 Server component for Kopano Core
                                ii kopano-server-packages 8.7.80.587.10057ac52-0+100.1 all Metapackage to install the entire Kopano Core stack
                                ii kopano-spooler 8.7.80.587.10057ac52-0+100.1 amd64 E-mail Spooler for Kopano Core
                                ii kopano-utils 8.7.80.587.10057ac52-0+100.1 amd64 Admin command-line utils for Kopano Core
                                ii libgsoap-kopano-2.8.78 2.8.78-0+1.1 amd64 Runtime libraries for gSOAP
                                ii libvmime-kopano1 0.9.2.50+12.1 amd64 Library for working with MIME messages and IMAP/POP/SMTP
                                ii python3-kopano 8.7.80.587.10057ac52-0+100.1 all High-level Python 3 bindings for Kopano
                                ii python3-kopano-search 8.7.80.587.10057ac52-0+100.1 all Kopano search module for Python 3
                                ii python3-kopano-utils 8.7.80.587.10057ac52-0+100.1 all Kopano utils modules for Python 3

                                1 Reply Last reply Reply Quote 0
                                • mass
                                  mass last edited by

                                  yes i have server.cfg in /etc/kopano

                                  1 Reply Last reply Reply Quote 0
                                  • fbartels
                                    fbartels Kopano last edited by

                                    maybe you should choose a way to get started with Kopano that provides an easier entry. For example https://wiki.z-hub.io/display/K4U/Documentation+-+Getting+Started or https://github.com/zokradonh/kopano-docker#how-to-get-started

                                    Regards Felix

                                    Resources:
                                    https://kopano.com/blog/how-to-get-kopano/
                                    https://documentation.kopano.io/
                                    https://kb.kopano.io/

                                    Support overview:
                                    https://kopano.com/support/

                                    mass 1 Reply Last reply Reply Quote 0
                                    • mass
                                      mass @fbartels last edited by mass

                                      Anyone having step by step document of kopano installation (English) in ubuntu ?

                                      1 Reply Last reply Reply Quote 0
                                      • bhuisman
                                        bhuisman last edited by

                                        @mass does this help you: https://kb.kopano.io/display/WIKI/Core?

                                        Regards, Bob

                                        Need support?
                                        Have a look at https://kopano.com/support/ for options.

                                        Helpful resources:
                                        https://kopano.com/blog/how-to-get-kopano/
                                        https://documentation.kopano.io/
                                        https://kb.kopano.io/

                                        1 Reply Last reply Reply Quote 0
                                        • mass
                                          mass last edited by

                                          Thanks for the link that was actually i am following from the beginning
                                          please share any step by step document or installation videos.

                                          1 Reply Last reply Reply Quote 0
                                          • bhuisman
                                            bhuisman last edited by

                                            @mass there are always implementation choices to be made by the admin when implementing Kopano. Some things are also dependent on other factors (such as the usage pattern, number of users). A step-by-step document from where you can simply copy/paste commands is, as such, not available.

                                            The easy-entry method to get started with Kopano is indeed as @fbartels already mentioned Univention: https://wiki.z-hub.io/display/K4U/Documentation+-+Getting+Started

                                            Regards, Bob

                                            Need support?
                                            Have a look at https://kopano.com/support/ for options.

                                            Helpful resources:
                                            https://kopano.com/blog/how-to-get-kopano/
                                            https://documentation.kopano.io/
                                            https://kb.kopano.io/

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post