ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    ownCloud 9 is Here

    News
    owncloud
    10
    142
    56.7k
    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.
    • scottalanmillerS
      scottalanmiller @coliver
      last edited by

      @coliver said:

      @scottalanmiller said:

      @IRJ said:

      @scottalanmiller said:

      Should be...

      sudo apt-get install php7-ldap
      

      Unable to locate package..

      As expected, you need a current and currently supported Ubuntu to have a chance at this.

      Or run this on CentOS7 with the CE_Stable repo added. Very easy to install ownCloud and other required packages.

      And there is real LTS support. It's the only way to run Linux if you don't plan to do rolling updates every six months. That or OpenSuse Leap.

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller @IRJ
        last edited by

        @IRJ said:

        The 9.0 appliance is built on Ubuntu 14.04

        I saw that and it obviously ruled out the appliance from consideration here.

        1 Reply Last reply Reply Quote 0
        • K
          kelleybrooks @FATeknollogee
          last edited by

          @FATeknollogee said:

          @kelleybrooks Not yet, the VHDX link is not quite alive

          Yup, it's mostly dead. I'm working on it. Other five appliances listed are in good shape...more soon.

          1 Reply Last reply Reply Quote 1
          • scottalanmillerS
            scottalanmiller
            last edited by

            We use Ubuntu here when necessary, we aren't anti Ubuntu. We prefer CentOS and OpenSuse over it, but Ubuntu is fine. But as I preach about any OS, we only use it "as intented" and Canonical requires that you stay fully up to date to the latest releases for support (this is first hand experience, not hearsay and not interpolation, it was stated by Canonical) as designed. Same as we do with Windows, always running on the latest and current (not on release day, but you know what I mean.) We never install old and consider keeping the version up to date a normal part of patching.

            ML, for example, is on Ubuntu and updates to the very latest version about one week after release.

            jospoortvlietJ 1 Reply Last reply Reply Quote 0
            • IRJI
              IRJ
              last edited by

              I just want to troubleshoot this issue

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • jospoortvlietJ
                jospoortvliet Vendor @scottalanmiller
                last edited by

                @scottalanmiller does the VHDX have any benefits over the other formats? It seems it didn't built and I'm wondering if we should put in effort fixing that or remove it from the download page...

                1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @IRJ
                  last edited by

                  @IRJ said:

                  I just want to troubleshoot this issue

                  Well your version is part of troubleshooting the issue. Your OS lacks the support that you want (support meaning it lacks support for PHP7 with LDAP.) That's part of the issue. It's not an aside.

                  dafyreD 1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller
                    last edited by

                    You'll need to add a repository for PHP7.

                    https://launchpad.net/ubuntu/+source/php7.0

                    1 Reply Last reply Reply Quote 0
                    • dafyreD
                      dafyre @scottalanmiller
                      last edited by

                      @scottalanmiller said:

                      @IRJ said:

                      I just want to troubleshoot this issue

                      Well your version is part of troubleshooting the issue. Your OS lacks the support that you want (support meaning it lacks support for PHP7 with LDAP.) That's part of the issue. It's not an aside.

                      Does ownCloud9 actually REQUIRE PHP 7?

                      My install updated without any headaches, but that is because I already had PHP-7 installed.

                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                      • jospoortvlietJ
                        jospoortvliet Vendor
                        last edited by

                        @dafyre said:

                        @scottalanmiller said:

                        @IRJ said:

                        I just want to troubleshoot this issue

                        Well your version is part of troubleshooting the issue. Your OS lacks the support that you want (support meaning it lacks support for PHP7 with LDAP.) That's part of the issue. It's not an aside.

                        Does ownCloud9 actually REQUIRE PHP 7?

                        My install updated without any headaches, but that is because I already had PHP-7 installed.

                        no no, not at all, I just gave that as example on MY system. It requires PHP 5.4+ 😉

                        So installing php5-ldap or php-ldap should do the trick...

                        1 Reply Last reply Reply Quote 1
                        • scottalanmillerS
                          scottalanmiller @dafyre
                          last edited by

                          @dafyre said:

                          @scottalanmiller said:

                          @IRJ said:

                          I just want to troubleshoot this issue

                          Well your version is part of troubleshooting the issue. Your OS lacks the support that you want (support meaning it lacks support for PHP7 with LDAP.) That's part of the issue. It's not an aside.

                          Does ownCloud9 actually REQUIRE PHP 7?

                          My install updated without any headaches, but that is because I already had PHP-7 installed.

                          Just going by what ownCloud posted. I didn't think that PHP7 was a requirement. They are running from OpenSuse which is way more up to date than CentOS or Ubuntu, so that might be all that it is.

                          1 Reply Last reply Reply Quote 0
                          • RomoR
                            Romo
                            last edited by

                            Installing php7 in ubuntu 14.04

                            • sudo apt-get install python-software-properties
                              $ sudo add-apt-repository ppa:ondrej/php
                              $ sudo apt-get update
                              $ sudo apt-get install -y php7.0
                            1 Reply Last reply Reply Quote 2
                            • RomoR
                              Romo
                              last edited by

                              Php7 modules from the ppa

                              $ sudo apt-cache search php7-*

                              php7.0-common - Common files for packages built from the PHP source
                              libapache2-mod-php7.0 - server-side, HTML-embedded scripting language (Apache 2 module)
                              php7.0-cgi - server-side, HTML-embedded scripting language (CGI binary)
                              php7.0-cli - command-line interpreter for the PHP scripting language
                              php7.0-phpdbg - server-side, HTML-embedded scripting language (PHPDBG binary)
                              php7.0-fpm - server-side, HTML-embedded scripting language (FPM-CGI binary)
                              libphp7.0-embed - HTML-embedded scripting language (Embedded SAPI library)
                              php7.0-dev - Files for PHP7.0 module development
                              php7.0-dbg - Debug symbols for PHP7.0
                              php7.0-curl - CURL module for PHP
                              php7.0-gd - GD module for PHP
                              php7.0-imap - IMAP module for PHP
                              php7.0-intl - Internationalisation module for PHP
                              php7.0-ldap - LDAP module for PHP
                              php7.0-pgsql - PostgreSQL module for PHP
                              php7.0-pspell - pspell module for PHP
                              php7.0-recode - recode module for PHP
                              php7.0-snmp - SNMP module for PHP
                              php7.0-tidy - tidy module for PHP
                              php7.0-json - JSON module for PHP
                              php-all-dev - package depending on all supported PHP development packages
                              php7.0-sybase - Sybase module for PHP
                              php7.0-modules-source - PHP 7.0 modules source package
                              php7.0-sqlite3 - SQLite3 module for PHP
                              php7.0-mysql - MySQL module for PHP
                              php7.0-opcache - Zend OpCache module for PHP

                              1 Reply Last reply Reply Quote 1
                              • jospoortvlietJ
                                jospoortvliet Vendor
                                last edited by

                                no need for PHP 7, really 😉

                                dafyreD 1 Reply Last reply Reply Quote 0
                                • dafyreD
                                  dafyre @jospoortvliet
                                  last edited by

                                  @jospoortvliet said:

                                  no need for PHP 7, really 😉

                                  Actually, I'd recommend it. My ownCloud 8.2 instance was slow on PHP 5.x... I upgraded to PHP 7, and it noticeably improved.

                                  I have no other benchmarks against to measure 9, but it works rather nicely too. 🙂

                                  1 Reply Last reply Reply Quote 0
                                  • JaredBuschJ
                                    JaredBusch @jospoortvliet
                                    last edited by

                                    @jospoortvliet said:

                                    @JaredBusch said:

                                    @jospoortvliet said:

                                    Yeah, we keep hardening oC so you get more and more warnings... But you also get a more and more secure system if you do what they suggest 😉

                                    The docu should be up, if you bump in missing links, pls let me know!

                                    Those warnings are silly in 8.2. Things like saying that I have no internet access

                                    Edit: here is what my 8.2 panel shows on a fully updated CentOS7 install.

                                    0_1457465081332_upload-0bc32892-b91f-44e2-a649-04be7208baaf

                                    The 'no internet' error, just like many others, does come only when there IS a problem - so are the other warnings 😉

                                    I strongly suggest to take the security issues very serious, and no memory cache (performance) and PHP version (performance AND security) are also very useful warnings.

                                    Isn't it better to know about these problems than not?

                                    These errors show up immediately after install. The system obviously has internet access because it works. So that error is misleading.

                                    Of course knowing is better. but. The problem is you are expecting things to be done outside of the repository. that is not a good practice.

                                    You should never expect or require people to manage things outside of the repositories. That very quickly becomes unmanagable at scale.

                                    jospoortvlietJ 1 Reply Last reply Reply Quote 2
                                    • jospoortvlietJ
                                      jospoortvliet Vendor @JaredBusch
                                      last edited by

                                      @JaredBusch the alternative would be for us to ship a PHP stack, CURL and everything else which is outdated or broken. We're not a distribution 😉

                                      jospoortvlietJ scottalanmillerS 2 Replies Last reply Reply Quote 0
                                      • jospoortvlietJ
                                        jospoortvliet Vendor @jospoortvliet
                                        last edited by

                                        @jospoortvliet said:

                                        @JaredBusch the alternative would be for us to ship a PHP stack, CURL and everything else which is outdated or broken. We're not a distribution 😉

                                        Or, of course, to cease support for the platform. And we dropped support for some with ownCloud 9.0 - see the upgrade blog.

                                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller @jospoortvliet
                                          last edited by

                                          @jospoortvliet said:

                                          @JaredBusch the alternative would be for us to ship a PHP stack, CURL and everything else which is outdated or broken. We're not a distribution 😉

                                          Well, that's not the only option. Throwing an alert that PHP is no longer supported by PHP is fine and all, but misleading as it is alerting that the PHP supported by Red Hat is out of date, which it is not. You are choosing to define out of date in a way that is uncommon in the industry and there isn't a real need for that. Most companies, I'll guess over 90%, use Red Hat, Canonical or Suse's definition of "up to date" not the individual package maintainers.

                                          You are free to do what you want and do is as you see fit. But the path you have chosen, to me and I think nearly all businesses, simply means that you've chose to throw pointless, useless errors which create "crying wolf" noise for no reason. It is worse than if the alerts were not there.

                                          You do clarify that PHP is out of date "according to PHP" which isn't important. But to an application admin, this is confusing and they do not know who their PHP vendor is.

                                          1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller @jospoortvliet
                                            last edited by

                                            @jospoortvliet said:

                                            @jospoortvliet said:

                                            @JaredBusch the alternative would be for us to ship a PHP stack, CURL and everything else which is outdated or broken. We're not a distribution 😉

                                            Or, of course, to cease support for the platform. And we dropped support for some with ownCloud 9.0 - see the upgrade blog.

                                            I would agree that if you feel the need to not trust the vendors that you support that you should remove them and focus on fewer. I think that throwing alerts for PHP while saying that you support the platform that you alert on is a bad combination. Don't call CentOS 7 fully patched "out of date" while saying you support the platform. Just say you don't support it and move on.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 4 / 8
                                            • First post
                                              Last post