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

Pages: [1]
1
News and Announcements / Re: New OpenChange webmail in Zentyal 3.4
« on: February 22, 2014, 11:45:33 pm »

I have a dumb question here, Zentyal 3.4 runs on Ubuntu 13.10 only, there's no way to run it on Ubuntu 12.04, correct?

2
Brandon, thank you for the contribution.

3
Installation and Upgrades / Re: new hard disk install
« on: February 14, 2014, 01:28:04 am »
i think he's trying attach an additional hd to an running zentyal system, but don't want to destroy the data/partitions on the hd. 

1. power off zentyal, connect your hd.
2. power on and from command line,
$sudo fdisk -l
$sudo blkid                (get the UUID's for the new partitions)
you should see your new hd listed.
3. mount the partitions to new file systems
$sudo mkdir /mountpoint1
$sudo mkdir /mountpoint2
4. edit /etc/fstab
UUID=<UUID1> /mountpoint1 vfat defaults,user,exec,uid=1000,gid=100,umask=000 0 0
UUID=<UUID2> /mountpoint2 vfat defaults,user,exec,uid=1000,gid=100,umask=000 0 0
5. mount
$sudo mount -a

someone correct me if anything i missed pls.

4
Installation and Upgrades / Re: I can't access Interface Web
« on: February 14, 2014, 01:14:06 am »
see anything in /var/log/nginx/error.log?

5
give it last try, i'm running out of idea.

set your ulimit in this file, i'm from solaris/rhel, ubuntu doesn't follow the linux standards, drives me nuts too.
/etc/default/slapd

ulimit -n 65536  or maybe ULIMIT="-n 65536"

haven't tested.

btw, are you on 32bit?

6

Try uncomment this line in /etc/pam.d/su and reboot.

session    required   pam_limits.so

7
try adding this line to /etc/pam.d/common-session and reboot.

session required pam_limits.so

8
Installation and Upgrades / Re: Virtual Hosts and DNS mystery...
« on: February 11, 2014, 10:18:19 pm »

Quote
5. you can have only one https per IP. so all your SSL enabled virtual hosts should have same certs SSLCertificateFile    /etc/apache2/ssl/ssl.pem.
I agree and disagree. Perhaps the definition is right but for IP based virtual hosts. I do not think this applies to Named Virtual Hosts. I had (on this very same public IP adress) vhosts running before, and one of them used its own self-signed ssl certificate while other used one certificate from startssl.com, and it worked ok. Once I get this working, I can share the configs for your information.

Brandon,
you're right, I looked it up, since apache 2.2.12, started support Server Name Indication (SNI), you can set up multiple ssl sites with single ip address.
your apache web server is definitely acting a bit strange, I'd suggest start over, remove all vhosts and create only two vhost sites www.teamdiehards.com and www.susilafamily.com only, get these two sites working correctly first, then use ServerAlias directive to blend short names in together.

9
Installation and Upgrades / Re: Virtual Hosts and DNS mystery...
« on: February 11, 2014, 02:35:44 am »
brandon,
first of all, i ain't no expert here, just try to help as much as i can.

1. forget your internal DNS, if you have your domains hosted by your registrar, entries on their DNS is all that matters for internet users.  so when testing use external DNS on your computer.
2. you want to host more than one sites on a single IP, you do need virtual hosts on apache.
3. what directory/index files the site loading depends on the "DocumentRoot" directive in your /etc/apache2/sites-available/ebox-xxxxx.com conf file.
4. if you want www.abc.com and abc.com pointing to the same site, you can use ServerAlias directive in apache instead of creating two virtual hosts/sites.
5. you can have only one https per IP. so all your SSL enabled virtual hosts should have same certs SSLCertificateFile    /etc/apache2/ssl/ssl.pem.


10
Installation and Upgrades / Re: Can't get Outlook or Activesync to work
« on: February 08, 2014, 01:16:04 am »
only 3 clients with the free version.

11
Does anyone know if the Zentyal backup utility also backs up databases too, or just system configurations? Thanks.

12
Installation and Upgrades / Re: Can't get Outlook or Activesync to work
« on: February 07, 2014, 09:22:17 pm »
you will need https, http wont work. and I'm not sure if you can run openchange and zarafa at the same time.

13
Installation and Upgrades / Re: CA Certificate still 1024-bit?
« on: February 07, 2014, 05:45:09 pm »
latest browser such as IE11 already blocks certs with bit length 1024 and less. I also came cross many posts here reporting the VPN issue with certs 1024 bit. 

14
Installation and Upgrades / Re: CA Certificate still 1024-bit?
« on: February 07, 2014, 02:31:53 am »
jbo5112, I find to hard to believe that too, I'm running the latest 3.3.4 and facing the same issue.  don't seem to find the lines you mention in /usr/share/perl5/EBox/CA.pm, any help would highly appreciate.

Pages: [1]