https://bugs.contribs.org/show_bug.cgi?id=10564

--- Comment #5 from Rod Egan <r...@sages.com.au> ---
(In reply to Jean-Philippe Pialasse from comment #4)
> so few improvements :
> - nextcloud-occ-conf is used also in shares events (creation, modify, delete)
> - improve output in the logs, most should output a one liner json string,
> not the best, but better than 5 lines including blanks
> - create the shares in ibays folder according to read groups, write groups
> and also read user, write user.
> - fix the bugs mentioned below.
> 
> /usr/bin/plague-client build smeserver-nextcloud
> smeserver-nextcloud-1_1_0-6_el6_sme contribs9
> Package smeserver-nextcloud enqueued.  Job ID: 1886.
> 
> %changelog
> * Wed Apr 11 2018 Jean-Philipe Pialasse <te...@pialasse.com> 1.1.0-6.sme
> - fix shares not correctly handled [SME: 10564]
> - improve shares support
> - reload file cache after creation of ibays folder, so it displays to users.
> - improve output to message log


Did the update.
after running signal-event nextcloud-update

Appears to be stuck in the update script somewhere.
/var/log/messages

Apr 11 21:12:51 fwbox esmith::event[32386]:
{"users":[],"groups":["backupusers"]}
Apr 11 21:12:51 fwbox esmith::event[32386]: created share usbmount : 66
Apr 11 21:20:05 fwbox php71-fpm[2187]: [WARNING] [pool php71-nextcloud] seems
busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers),
spawning 8 children, there are 2 idle, and 8 total children

Update script still running after over an hour and a half. Can't find anything
else in logs. No further messages in /var/log/messages


I did notice that mysql was busy and was doing a lot of updates.

Looking at mysql there is a activity similar to below (from sqladmin status)
        10609   nextcloud       localhost       nextcloud       Query   0      
freeing items   UPDATE `oc_file_locks` SET `lock` = `lock` + 1, `ttl` =
'1523458546' WHERE `key` = 'files/fad34b4548

Speculating that NextCloud is going through every file in every ibay and shared
folder on the server as part of it's internal processes. This might not be
relevant to the script not returning.





I only have one ibay and one sharedfolder enabled in config to test
    IncludeIbay=docs,backups
    Shares=enabled

All ibays and shared folders have been configured rather than the one ibay and
shared folder as expected by the include config. 
So there appears to be still some issue with the logic of the include config
parameter.

Haven't tested the shares events improvement at this stage.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to