Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - binary-two

Pages: [1] 2 3 4
1
Installation and Upgrades / Re: Zentyal 3.2.4 upgrade Samba4
« on: November 11, 2013, 09:14:08 pm »
Just FYI: a downgrade to samba4_4.1.0rc4-zentyal4 helped me to get samba running again. While I did not notice any immidiate implications, take note to downgrade at your own risk.

Good luck guys with the fix, hope you find the problem soon!

So long,

Björn

2
Installation and Upgrades / Re: Quick Howto: Alfresco with LDAP
« on: February 15, 2012, 10:24:45 pm »
Hi franksanabri,


Do you get any error message on the Alfresco server/Tomcat log (i.e., /var/log/tomcat{6|7}/catalina.out; or the like)? Can Alfresco connect? Actually what might be interesting to know: can you actually access the LDAP from outside the Zentyal server with a normal client (e.g., Apache Directory Studio)?

If connecting works, try to follow the installation instructions as posted in this thread. Things like "synchronization.syncWhenMissingPeopleLogIn=true" might be important, is the binddn user set properly, and so on; there are other options as well that I use, but that are not in your config. I am not 100% which ones are mandatory, but the configuration examples as posted here work for sure. Some things are different in Alfresco 4, but that should not affect a basic set-up.


Good luck!

Björn


3
Installation and Upgrades / Re: Quick Howto: Alfresco with LDAP
« on: May 31, 2011, 07:43:03 am »
Hi Andy,

Yes, they work. it is easier because alfresco is in the partner repository [1]. I usually install the partner version first, and then replace alfresco.war and share.war in /usr/share/tomcat6 with the newer version. The current partner version is alfresco-community_3.2.0-4.

I can not remember any caveats. If you run into any trouble, please post it here and I try to help. Though I am not around this forum that much any more.

Best regards,

Björn

[1] http://archive.canonical.com/pool/partner/a/alfresco-community/

4
Hi,

Best practice would suggest to reverse-proxy openerp-web and so on. Unfortunately you need a sub-domain (eg, openerp.myzentyal). Using that approach, you can avoid iptables-magic. It is better to use any port other than 8080 anyway, that one is too busy IMHO (tomcat, jboss, etc).

Examples can be in the manual or forums.

Code: [Select]
NameVirtualHost ...
<VirtualHost ...

ProxyRequests Off

ProxyPass / http://127.0.0.1:8081/ connectiontimeout=12 timeout=60
ProxyPassReverse / http://127.0.0.1:8081/

So long, Björn

5
Hi there,

OpenERP has now Version 6 debs for server and client available [1]. To use the web ui, you need to download the source and
Code: [Select]
python setup.py install it.

Some tips and hints about installing and using OpenERP 6 have been posted in the relevant forums as well already.

So long,

Björn

[1] http://www.openerp.com/downloads

6
Installation and Upgrades / Re: Good setup for Zentyal + Redmine
« on: January 07, 2011, 05:28:24 pm »
Hi jgggr,

Redmine works perfectly fine on a standard Ubuntu/Zentyal installation.

I followed the instructions on redmine.org [1], 'Ubuntu 10.04 using Passenger' (i.e., Apache + mod_passenger). There is an additional link at the bottom of the page [2]. I think that you can just adjust several things using the GUI rather the config files. I just quickly compiled some things I thought they could be relevant out of my head here.

The best thing IMHO is that redmine supports LDAP authentication out of the box (Administration/Settings/Authentication/LDAP authentication, right bottom corner).

For a standard Zentyal configuration, the entries should look like:

Code: [Select]
Name ldap (does not really matter)
Host localhost
Port 389
Account cn=ebox,dc=ebox (check your Zentyal-LDAP-settings under Users and Groups in case the domain is different)
Base DN ou=Users,dc=ebox (like mentioned above)
On-the-fly user creation check if you like to have all users
Login uid
Firstname givenName
Lastname sN
Email mail

Following the howtos mentioned above,

/etc/redmine/defaultdatabase.yml should look somehow like this:

Code: [Select]
production:
  adapter: mysql
  database: redmine_default
  host: localhost
  port:
  username: redmine
  password: ${yourmysqluserpassword}
  encoding: utf8

For outgoing email, you can add a user in Zentyal and email.yml should look somehow like this:

Code: [Select]
production:
  delivery_method: :smtp
  smtp_settings:
    tls: true
    enable_starttls_auto: true
    address: localhost
    port: 25
    domain: ${yourdomain}
    authentication: :login
    user_name: redmine@${yourdomain}
    password: ${yourzentyaluserpassword}

To receive email you can use following cron job [3], /etc/cron.d:

Code: [Select]
5,15,25,35,45,55 * * * * root [ -x /usr/share/redmine/cron/email-receive.sh ] && /usr/share/redmine/cron/email-receive.sh

I've put the actual file under /usr/share/redmine/cron/email-receive.sh, but thats just my configuration:

Code: [Select]
#!/bin/bash
export PATH=$PATH:/usr/local/rubygems/bin:/usr/local/rubygems/gems/bin
export RUBYLIB=/usr/local/rubygems/lib
export GEM_HOME=/usr/local/rubygems/gems
cd /var/www/redmine
RAILS_ENV="production" \
  rake --silent redmine:email:receive_imap \
  port=993 host=localhost username=redmine@${yourdomain} password={yourzentyaluserpassword} ssl=1

I hope I was able to help. The howtos are well written and pretty straight forward. The guys did really a good job. If you need anything else, just browse the redmine.org website or post anything Zentyal specific question here.

So long,

Björn

[1] http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_Ubuntu
[2] http://www.techrecipes.net/web/redmine/install-in-ubuntu
[3] http://www.redmine.org/projects/redmine/wiki/RedmineReceivingEmails

7
... a new way to customize the mason templates, persistent after software upgrades ...

Hi guys,

Absolutely fantastic! Thank you so much for this feature!!!

Björn

8
Thanks! Björn

9
bump

10
Installation and Upgrades / emoddev and zentyal module development guide
« on: November 06, 2010, 10:45:05 am »
Hi zentyal-team,

Just wanted to ask if you plan to release an updated version of emoddev and your module development guide for the current release.

Thanks for your help!

Björn

apt-cache policy emoddev
emoddev:
  Installed: 1.5
  Candidate: 1.5
  Version table:
 *** 1.5 0
        500 http://ppa.launchpad.net/zentyal/2.0/ubuntu/ lucid/main Packages

11
Installation and Upgrades / Re: Quick Howto: SOGo
« on: October 29, 2010, 10:39:45 am »
but this peace of sh...

Well, swearing usually does not help. If you don't like it, leave it :-P.

I am always happy to help, but if you waste other people's time time instead of yours, it could be considered inconsiderate if not rude ;-). The SOGo manual is not that big, straight forward and very well written; it helps to understand what is happening in the background (GnuStep, Apache, etc.).

Just my 2 cents.

Björn

12
Installation and Upgrades / Re: Quick Howto: SOGo
« on: October 28, 2010, 11:41:11 pm »
                                                                                                                                             
[Wed Oct 27 10:37:39 2010] [warn] The Alias directive in /etc/apache2/conf.d/SOGo.conf at line 3 will probably never match because it overlaps an earlier Alias.

You have a logical error in your apache configuration. Most likely two sogo-related entries.


but, how to access sogo now?


This is explicitly mentioned in the manual :-P. Hint: you set up an alias and a proxy in apache. So why should you access it directly? But without getting rid of the apache error, it might not work.

Björn




13
Installation and Upgrades / Re: Quick Howto: SOGo
« on: October 25, 2010, 11:31:56 pm »
I added the xml example to the description, so it does not get lost in the depth of this thread. It is a bit more complex, though.

Note: the bracket style configuration gets automatically converted into xml after using defaults write, and both styles work anyway so you can use the bracket style as well.

Björn

14
Installation and Upgrades / Re: Quick Howto: SOGo
« on: October 25, 2010, 01:04:41 pm »
Hi satyris,

Looks all right. Paste your GNUstepDefaults.txt in your .GNUstepDefaults and it should run perfectly fine. I am still not sure why you have a GNUstepDefaults.txt. There should be only the  .GNUstepDefaults file, only the .GNUstepDefaults file is read by sogod by default! GNUstepDefaults.txt will never be used by default.

Hello chrischnian,

I do not understand your question. If you want to file a bug, please use the sogo mailing list. I am just a convinced SOGo user, I am not a developer.

So long,

Björn


15
Installation and Upgrades / Re: Quick Howto: SOGo
« on: October 24, 2010, 10:43:10 am »
Hello satyris,

Just to be sure that we are talking about the same things:

You copied and adjusted the bracket-style example configuration from this thread (or from the sogo manual; same same ...) into

/home/sogo/GNUstep/Defaults/.GNUstepDefaults

This is the file used by the SOGo daemon by default. It should be owned by the sogo user. The first time you use the defaults command on that file, the file should get automagically converted to the new xml format.

Alternatively you can build up the file using the defaults write command (very important: as user sogo), as described in the SOGo manual straight away. I just find it easier to adjust all the ldap and database details in a text file.

SOGo should be ready to go now. Could you please confirm that you followed these steps, please. And if so, and SOGo is still not running, could you please post (or attach) your .GNUstepDefaults-file, please.

Björn


Pages: [1] 2 3 4