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

--- Comment #2 from Jean-Philippe Pialasse <te...@pialasse.com> ---
(In reply to Rod Egan from comment #1)
> Updated to smeserver-nextcloud 1.1.0-5 as per wiki update but adding smetest
> repo.
> 
> ran ok. didn't hang.
> 
> after completion observed the following in /var/log/messages

> [Symfony\Component\Console\Exception\RuntimeException]
> Apr 10 08:40:22 fwbox esmith::event[31227]:   Not enough arguments (missing:
> "mount_id").
> Apr 10 08:40:22 fwbox esmith::event[31227]: files_external:applicable
> [--add-user ADD-USER] [--remove-user REMOVE-USER] [--add-group ADD-GROUP]
> [--remove-group REMOVE-GROUP] [--remove-all] [--output [OUTPUT]] [--]
> <mount_id>

> Apr 10 08:40:41 fwbox esmith::event[31227]: created usbmount
> Apr 10 08:40:44 fwbox esmith::event[31227]: delete 35 : /ibays/docs
> Apr 10 08:40:46 fwbox esmith::event[31227]: delete 42 : /ibays/backups
> Apr 10 08:40:48 fwbox esmith::event[31227]: delete 44 : /ibays/photos
> Apr 10 08:40:51 fwbox esmith::event[31227]: delete 39 : /ibays/sagepages
> Apr 10 08:40:53 fwbox esmith::event[31227]: delete 36 : /ibays/gallery
> Apr 10 08:40:55 fwbox esmith::event[31227]: delete 40 : /ibays/trippics
> Apr 10 08:40:58 fwbox esmith::event[31227]: delete 41 : /ibays/vsinfo
> Apr 10 08:41:00 fwbox esmith::event[31227]: delete 38 : /ibays/pics
> Apr 10 08:41:03 fwbox esmith::event[31227]: delete 37 : /ibays/general
> Apr 10 08:41:05 fwbox esmith::event[31227]: delete 45 : /ibays/usbmount
> Apr 10 08:41:07 fwbox esmith::event[31227]: delete 43 : /ibays/dlna

a bug, I do not why but for the shared, the return id was with a newline
instead of no newline. SO when comparing
35 with '35\n' it was a mismatch and deleted the share 
fixed this.

> Questions:
> 1/ error messages for creation of 'sharedfolders' storage mapping. (in my
> test setup, backups, dlna, photos and usbmount are shared folders, all
> others are ibays) Not sure if this is of concern or not.

it was, should be fixed in next release


> 2/ all created mapping is then deleted. As the config parameter
> 'IncludeIbay' is empty, is this correct? 

no as shown above it was a bug


> The wording of the wiki implies
> that leaving this empty will include all Ibays/Shared folders.
> Neither Ibays or the actual ibays are visible within NexttCloud.

not sure of what you are meaning there


> 
> 3/ ran again with the following entries in IncludeIbay
>     IncludeIbay=docs,backups
>     Shares=enabled


> This time /var/log.messages
> Apr 10 09:00:37 fwbox esmith::event[2782]: created trippics
> Apr 10 09:00:44 fwbox esmith::event[2782]:   - users:
> Apr 10 09:00:44 fwbox esmith::event[2782]:   - groups:
> Apr 10 09:00:44 fwbox esmith::event[2782]:     - webadmins
> Apr 10 09:00:44 fwbox esmith::event[2782]: created vsinfo
> Apr 10 09:00:51 fwbox esmith::event[2782]:
> Apr 10 09:00:51 fwbox esmith::event[2782]:
> Apr 10 09:00:51 fwbox esmith::event[2782]:  
> [Symfony\Component\Console\Exception\RuntimeException]
> Apr 10 09:00:51 fwbox esmith::event[2782]:   Not enough arguments (missing:
> "mount_id").
> Apr 10 09:00:51 fwbox esmith::event[2782]:
> Apr 10 09:00:51 fwbox esmith::event[2782]:
> Apr 10 09:00:51 fwbox esmith::event[2782]: files_external:applicable
> [--add-user ADD-USER] [--remove-user REMOVE-USER] [--add-group ADD-GROUP]
> [--remove-group REMOVE-GROUP] [--remove-all] [--output [OUTPUT]] [--]
> <mount_id>
> Apr 10 09:00:51 fwbox esmith::event[2782]:
> Apr 10 09:00:51 fwbox esmith::event[2782]: created dlna
> Apr 10 09:00:58 fwbox esmith::event[2782]:
> Apr 10 09:00:58 fwbox esmith::event[2782]:
> Apr 10 09:00:58 fwbox esmith::event[2782]:  
> [Symfony\Component\Console\Exception\RuntimeException]
> Apr 10 09:00:58 fwbox esmith::event[2782]:   Not enough arguments (missing:
> "mount_id").
> Apr 10 09:00:58 fwbox esmith::event[2782]:
> Apr 10 09:00:58 fwbox esmith::event[2782]:
> Apr 10 09:00:58 fwbox esmith::event[2782]: files_external:applicable
> [--add-user ADD-USER] [--remove-user REMOVE-USER] [--add-group ADD-GROUP]
> [--remove-group REMOVE-GROUP] [--remove-all] [--output [OUTPUT]] [--]
> <mount_id>
> Apr 10 09:00:58 fwbox esmith::event[2782]:
> Apr 10 09:00:58 fwbox esmith::event[2782]: created photos
> Apr 10 09:01:05 fwbox esmith::event[2782]:
> Apr 10 09:01:05 fwbox esmith::event[2782]:
> Apr 10 09:01:05 fwbox esmith::event[2782]:  
> [Symfony\Component\Console\Exception\RuntimeException]
> Apr 10 09:01:05 fwbox esmith::event[2782]:   Not enough arguments (missing:
> "mount_id").
> Apr 10 09:01:05 fwbox esmith::event[2782]:
> Apr 10 09:01:05 fwbox esmith::event[2782]:
> Apr 10 09:01:05 fwbox esmith::event[2782]: files_external:applicable
> [--add-user ADD-USER] [--remove-user REMOVE-USER] [--add-group ADD-GROUP]
> [--remove-group REMOVE-GROUP] [--remove-all] [--output [OUTPUT]] [--]
> <mount_id>
> Apr 10 09:01:05 fwbox esmith::event[2782]:
> Apr 10 09:01:05 fwbox esmith::event[2782]: created usbmount
> Apr 10 09:01:07 fwbox esmith::event[2782]: delete 53 : /ibays/trippics
> Apr 10 09:01:09 fwbox esmith::event[2782]: delete 55 : /ibays/dlna
> Apr 10 09:01:12 fwbox esmith::event[2782]: delete 50 : /ibays/general
> Apr 10 09:01:14 fwbox esmith::event[2782]: delete 57 : /ibays/usbmount
> Apr 10 09:01:17 fwbox esmith::event[2782]: delete 51 : /ibays/pics
> Apr 10 09:01:19 fwbox esmith::event[2782]: delete 52 : /ibays/sagepages
> Apr 10 09:01:22 fwbox esmith::event[2782]: delete 49 : /ibays/gallery
> Apr 10 09:01:24 fwbox esmith::event[2782]: delete 56 : /ibays/photos
> Apr 10 09:01:27 fwbox esmith::event[2782]: delete 54 : /ibays/vsinfo
> Apr 10 09:01:50 fwbox esmith::event[2782]: Set mode for background jobs to
> 'cron'
> 
> The included ibays and shared folder aren't created or deleted.
> The mySql database entries also don't show any entries for the
> ibays/sharedfolders.


> 
> 4/ Perhaps off topic, but a warning in the wiki to be careful when
> installing/upgrading to follow NextCloud client install instructions and
> disable both ways syncs on the clients while updating to avoid syncing empty
> contacts, calenders etc. (Don't ask what bought this to my attention)

I will have to ask to be able to fix this...





just some note for the next update ; will need to pull from epel :
Installation:
 perl-Array-Compare                                 noarch                     
 2.02-1.el6                          epel                        18 k
Installation pour dépendance:
 perl-Class-C3                                      noarch                     
 0.22-4.el6                          epel                        27 k
 perl-Class-MOP                                     x86_64                     
 1.12-2.el6                          epel                       170 k
 perl-Devel-GlobalDestruction                       x86_64                     
 0.02-7.el6                          epel                        12 k
 perl-MRO-Compat                                    noarch                     
 0.11-2.el6                          epel                        17 k
 perl-Moose                                         x86_64                     
 1.15-1.el6                          epel                       659 k
 perl-Sub-Name                                      x86_64                     
 0.05-6.el6                          epel                        15 k

-- 
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