Re: [DISCUSSION] is it time to release M3

2019-12-05 Thread Maxim Solodovnik
https://issues.apache.org/jira/browse/OPENMEETINGS-2146 On Thu, 5 Dec 2019 at 14:48, Maxim Solodovnik wrote: > Yep, > > this definitely need to be fixed before release > > On Thu, 5 Dec 2019 at 14:47, Peter Dähn wrote: > >> Hi Maxim, >> >> old behaviour was like this... >> >> if (St

pdf conversion failure, my ugly solution

2019-12-05 Thread bigtitus
Hello there, i hope this is a good place to share my ugly but working solution to the conversion failure of a pdf into OM5. I have a freshly cloud installation of OM5 on ubuntu 18.04 LTS following a tutorial by Alvaro, many thanks to him for this great work. Still little struggle with

Re: pdf conversion failure, my ugly solution

2019-12-05 Thread Stefan Kühl
Hello, did you take the settings in policy.xml in /etc/ImageMagick-6/policy.xml to avoid the conversion problems? Greetz Stefan Am 05.12.2019 16:25, schrieb bigti...@netcourrier.com: > Hello there, > > i hope this is a good place to share my ugly but working solution to the > conve

Re: pdf conversion failure, my ugly solution

2019-12-05 Thread Maxim Solodovnik
start script is bundled into OM5 https://github.com/apache/openmeetings/blob/master/openmeetings-server/src/main/assembly/scripts/openmeetings.service do you have any issues with this "+adjoin" parameter? if not i can add this param to OM code :) On Thu, 5 Dec 2019 at 23:31, Stefan Kühl wrote:

Re: pdf conversion failure, my ugly solution

2019-12-05 Thread bigtitus
Hello Stefan, yes, the two lines in /etc/ImageMagick-6/policy.xml were modified according to the tutorial. As the server is not in real production yet, if needed i can reverse to standard installation to make some tests. Regards, De : Stefan Kühl À : user@openmeetings.apache.org Sujet :

Re: pdf conversion failure, my ugly solution

2019-12-05 Thread bigtitus
Hello Maxim, thank you for the link. Not sure i can use it as this, but it will help for sure. I haven't find any issue with my crude little hack so far but as it is done in a bash script, i can add more checks at will. For exemple, use Graphicsmagick only for pdf files. Beware, the "+

Re: pdf conversion failure, my ugly solution

2019-12-05 Thread Maxim Solodovnik
Can you share pdf file causing the issues? On Fri, 6 Dec 2019 at 01:10, wrote: > Hello Maxim, > > thank you for the link. Not sure i can use it as this, but it will help > for sure. > > I haven't find any issue with my crude little hack so far but as it is > done in a bash script, > i can add mo