Re: Some uploaded files are not converting...

2014-12-05 Thread Ian
case some new person attempts to follow your guide and runs into issue -- maybe they'll find this post and give it a try. -Ian On 12/5/2014 2:00 AM, Alvaro wrote: > ...Maxim, Ian, > > I followed the same guide and it works fine for me. > > Please try this: > > chmod

Re: Some uploaded files are not converting...

2014-12-05 Thread Ian
this means you running same command, with same parameters, on same > machine and getting different results .. > > how have you started OM? as system service? can you start it using > ./red5-debug.sh from terminal and check if anything will change? > > On Fri, Dec 5, 2014

Re: Some uploaded files are not converting...

2014-12-05 Thread Ian
-A INPUT -p tcp -m state --state NEW -m tcp --dport 5080 -j ACCEPT -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT -A INPUT -j REJECT --reject-with icmp-host-prohibited -A FORWARD -j REJECT --reject-with icmp-host-prohibited On 12/5/2014 12:13 AM, Ian wrote: > Maxim, > > O

Re: Some uploaded files are not converting...

2014-12-05 Thread Ian
ed5-service.jar:/opt/red5303/conf: org.red5.server.Bootstrap On 12/4/2014 11:32 PM, Maxim Solodovnik wrote: > can you run the command using "sudo -u _your_om_user_ java ." is > it also fails? > > On Fri, Dec 5, 2014 at 1:11 PM, Ian <mailto:openmeeti...@zestysoft.com>&

Re: Some uploaded files are not converting...

2014-12-04 Thread Ian
o upload (might be redundant and > definitely will be simplified in future versions) > > Actually jodconverter might fail to convert as user "nobody", I saw > this couple of times and was able to fix by setting HOME=/nonexistent > in /etc/init.d/red5 script > > On Fri,

Re: Some uploaded files are not converting...

2014-12-04 Thread Ian
14 1:02 PM, Ian wrote: > After uploading a ppt and pptx file, I'm finding that I cannot open them > -- I get a DELETED image on the whiteboard instead. > > Digging deeper, I see that the file has uploaded, but that no other part > of the conversion has occurred. > > The lo

Some uploaded files are not converting...

2014-12-04 Thread Ian
After uploading a ppt and pptx file, I'm finding that I cannot open them -- I get a DELETED image on the whiteboard instead. Digging deeper, I see that the file has uploaded, but that no other part of the conversion has occurred. The logs show the file being uploaded, and the conversion command e

Re: Active Directory LDAP support with OM 3.0.3?

2014-12-03 Thread Ian
#x27; > might be caused by too specific search > query: > ldap_search_query=(&(objectCategory=person)(objectClass=person)(sAMAccountName=%1$s)) > I would start with more generic one: ldap_search_query=(sAMAccountName=%s) > > > On Thu, Dec 4, 2014 at 1:04 PM, Ian <mailto:openmeeti...

Re: Active Directory LDAP support with OM 3.0.3?

2014-12-03 Thread Ian
ype=SEARCHANDBIND > > > > On Thu, Dec 4, 2014 at 12:24 PM, Ian <mailto:openmeeti...@zestysoft.com>> wrote: > > According to the docs here: > http://openmeetings.apache.org/LdapAndADS.html > > "In: $RED5_HOME/webapps/openmeetings/conf you will fin

Re: Active Directory LDAP support with OM 3.0.3?

2014-12-03 Thread Ian
tranet,DC=Company,DC=com' (my ldap_search_base is ou=Users,dc=intranet,dc=Company,dc=com) I know I'm close... On 12/3/2014 10:24 PM, Ian wrote: > According to the docs here: > http://openmeetings.apache.org/LdapAndADS.html > > "In: $RED5_HOME/webapps/openmeetings/conf

Active Directory LDAP support with OM 3.0.3?

2014-12-03 Thread Ian
According to the docs here: http://openmeetings.apache.org/LdapAndADS.html "In: $RED5_HOME/webapps/openmeetings/conf you will find sample configurations for LDAP and Active Directory." However, I only see an example configuration file for ldap, not AD. Have the two been merged in 3.x? When sear