Owncloud 8 and MySQL: alternative approach

  • I have another issue.
    I mounting a local share, but when I tried to shared with other users, it's saying "cannot increase permission for user1..."
    I gave the shared folder with chown www-data:www-data.

    OMV v5.0
    Asus Z97-A/3.1; i3-4370
    32GB RAM Corsair Vengeance Pro

  • I have set the permission over the GUI to the folder with www-data www-data.
    mybe it helps?!?

    omv 6.x | 64 bit | omvextrasorg 6.x |
    used plugins: omv-extras | portainer | rsnapshot | antivirus
    used container: portainer/portainer | nextcloud/all-in-one | linuxserver/swag | paperless-ngx | jellyfin/jellyfin | lmscommunity/logitechmediaserver | adguard/adguardhome |

  • sorry, don't know....
    i don't have test the owncloud 9

    omv 6.x | 64 bit | omvextrasorg 6.x |
    used plugins: omv-extras | portainer | rsnapshot | antivirus
    used container: portainer/portainer | nextcloud/all-in-one | linuxserver/swag | paperless-ngx | jellyfin/jellyfin | lmscommunity/logitechmediaserver | adguard/adguardhome |

  • That error is not in the log at all.
    There is also another bug in this version: invalid Code Integrity Messages.


    My advice is don't upgrade to v9.0 right now.

    OMV v5.0
    Asus Z97-A/3.1; i3-4370
    32GB RAM Corsair Vengeance Pro

  • Code
    The solution is to upload the correct “index.php” and “version.php” files, and delete the “test.php” file.


    I've tried without ACL, and logging under admin panel too.


    Here's the error log:


    Code
    Cannot increase permissions of /admin/files/Shared


    OMV v5.0
    Asus Z97-A/3.1; i3-4370
    32GB RAM Corsair Vengeance Pro

    2 Mal editiert, zuletzt von tinh_x7 ()

  • im staying on OC 8.2.2 , because the newer version of php is recommended, the basics apps are working but there is still error on admin page...


    know someone when the OMV 3 will be available? or there is no way to install php 5.5 or higher on debian 7?

    omv 6.0 in proxmox 7.1-10 - AMD Ryzen 1700 - 48GB DDR4 :thumbup:

  • How did you replace it?
    In my case i had it at the beginng, too.
    I removed my owncloud folder, except config and data, extracted the owncloud archive
    AND moved back my config.php and data folder.
    Did you fix the owner from the owncloud folder/files to www-data:www-data?


    Code
    chown -R www-data:www-data /PATH/TO/owncloud
  • I tried all that, error persist.
    I did chmod -R 0770 for owncloud directory too.


    Code
    abc@OMV:/media/54bf67db-da31-4c50-bb3c-27140944b223/www$ ls -la
    total 12
    drwxrwsr-x  3 www-data www-data 4096 Mar 17 18:50 .
    drwxr-xr-x 10 root     root     4096 Mar 12 15:31 ..
    drwxrws--- 15 www-data www-data 4096 Mar 17 18:39 owncloud


    Code
    abc@OMV:/media/54bf67db-da31-4c50-bb3c-27140944b223/www$ stat owncloud/
      File: `owncloud/'
      Size: 4096            Blocks: 8          IO Block: 4096   directory
    Device: 97fh/2431d      Inode: 7012355     Links: 15
    Access: (2770/drwxrws---)  Uid: (   33/www-data)   Gid: (   33/www-data)
    Access: 2016-03-19 17:58:02.648033194 -0400
    Modify: 2016-03-17 18:39:48.403018897 -0400
    Change: 2016-03-19 17:59:30.113513110 -0400
     Birth: -



    OMV v5.0
    Asus Z97-A/3.1; i3-4370
    32GB RAM Corsair Vengeance Pro

    4 Mal editiert, zuletzt von tinh_x7 ()

  • I successfully installed owncloud 9 following the guide on page 1. I ran into two problems which had easy solutions, the first one "SLL_PROTOCOL_ERROR" is described by zoephelweb on page 8/9 of this thread. The solution is to enable SSL on port 443 in nginx (first need to disable/change port for SSL in omv) and then edit owncloud's config.php, removing the port from your IP under trusted_domains: "0 => '192.168.1.2'". I also needed to set the MySQL password manually for the installation to work (https://support.rackspace.com/…lost-mysql-root-password/).


    Also, to get rid of the error messages on the owncloud admin page these fixes on page 7 worked.

  • Owncloud 9 is running very well on my OMV machine, installed with this guide.
    Great help :thumbup:


    I often copy files directly to the owncloud data directory via my network and a smb share.
    Because files copied with this method are not shown up in the Owncloud userinterface I tried today a OCC Command that scans for all user for new files:

    Code
    sudo -u www-data /media/95c1c8e9-750d-4385-aba7-a97c34cc66a4/www/owncloud/occ files:scan --all


    The command worked very well over the Terminal with putty :)
    So far so good, but did anyone know a mehtod how I can use this command with openmediavaults scheduled tasks?


    If I trie to add it, I get the following error message:

  • The new OC 9.0.1 fix the shared mount points and other bugs.


    Anybody in here on OC v9.0.1 that have the following errors ?
    invalid Code Integrity Messages, get env empty path

    OMV v5.0
    Asus Z97-A/3.1; i3-4370
    32GB RAM Corsair Vengeance Pro

  • Hi,


    i was able to install owncloud 9.0.1 through the webinstaller as kindly shared by Enra on page 1....
    and also owncloud 9.0.2 by copying the contents of the unzipped zip file to the owncloud folder still using page 1 tutorial...


    after correcting the errors on the 9.0.1, by using..again Enras shared tutorial on page 7, the code integrity showed only 1 file that failed the integrity check....


    however , on the 9.0.2, it showed a "MILLION" code integrity file errors.....


    i just thought of sharing my experience .... i am a total newbie and in no way knowledgeable about linux...


    thank you guys for sharing this and Good Luck...
    :D
    imcv


  • So this worked to go from 8.2.1 to 8.2.2?
    the error is Update failed.Unable to move /media/..... ect
    Thanks

    • Offizieller Beitrag

    Interesting read about what is going on at Owncloud...

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!