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

Pages: [1]
1
Upgrade went fine! Many thanks!

3
And zentyal-openchange can't be installed because of missing zentyal-mail package.

Code: [Select]
zentyal@zentyal:~$ LANG=C sudo apt-get install zentyal-openchange
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 zentyal-openchange : Depends: zentyal-mail (>= 3.4.1) but it is not installable
E: Unable to correct problems, you have held broken packages.
zentyal@zentyal:~$

4
Could you also fix it in version 2.2? I ran into the same issue.

5
Installation and Upgrades / Re: Home Edition?
« on: January 29, 2013, 09:26:09 am »
Exactly — the non-community versions promise automatically updated url blacklists, antispam and virus definitions. With the community edition, the admin has to upload definitions via the web interface.

Could you be more verbose on your statement "With the community edition, the admin has to upload definitions via the web interface."?
clamav's freshclam does the automatic update of anti-virus definitions on my installation.

6
On Zentyal 2.2, I had to change squid.conf and add the "-i" argument to the "acl" line so that it's case insensitive, e.g. "acl Internet proxy_auth -i <usernames>".
Don't know about Zentyal 3.0.

7
Installation and Upgrades / Re: [FTP] Allowing passive connections
« on: November 22, 2012, 12:02:59 pm »
Just to let you know, passive mode just works fine here as long as the FTP session is unencrypted.

As soon as you enable TLS/SSL, the FTP session must be in active mode as the nf_conntrack_ftp module can't inspect the FTP packets.

8
Hi,

set "nat_enabled = no" in /etc/zentyal/firewall.conf and restart the firewall ("sudo /etc/init.d/zentyal firewall restart").

Best regards,
meiser

9
Installation and Upgrades / Re: Slow Windows 7 Logins
« on: June 22, 2012, 03:29:36 pm »
I know that there're are a lot of hits with google search, but if you found the solution for your issue, it would be great if you shared the solution with us.

I'm also fighting with slow logins on Win7 (enabled roaming profiles and group policies with nitrobit group policy), but I couldn't find a solution up to now.

Thanks,
meiser

10
Installation and Upgrades / Re: Zentyal troubleshooting question
« on: May 16, 2012, 08:56:18 am »
OK, solved the problem.

The issue was that "tap1" wasn't removed from interfaces option in /etc/samba/smb.conf when I unsubscribed from the Zentyal Cloud Services.

Could you perhaps have a look and fix this bug?

Thanks in advance,
meiser

11
Installation and Upgrades / Re: Zentyal troubleshooting question
« on: May 16, 2012, 07:52:17 am »
Hi,

I'm running Zentyal 2.2.

I just see in /var/log/zentyal/zentyal.log:
Code: [Select]
2012/05/16 07:51:21 INFO> Service.pm:716 EBox::Module::Service::restartService - Restarting service for module: samba

When trying to save the settings in the web interface, I sometimes get this error message:
Code: [Select]
Some modules reported error when saving changes . More information on the logs in /var/log/zentyal/

The following modules failed while saving their changes, their state is unknown: samba The following modules failed while saving their changes, their state is unknown: samba at /usr/share/perl5/EBox/GlobalImpl.pm line 664 EBox::GlobalImpl::saveAllModules('EBox::GlobalImpl=HASH(0x23f7360)', 'progress', 'EBox::ProgressIndicator=HASH(0x241c748)') called at /usr/share/perl5/EBox/Global.pm line 95 EBox::Global::AUTOLOAD('EBox::Global=HASH(0x22db1a0)', 'progress', 'EBox::ProgressIndicator=HASH(0x241c748)') called at /usr/share/zentyal/global-action line 39

BTW, this is a production system.

Best regards,
meiser

12
Installation and Upgrades / Zentyal troubleshooting question
« on: May 16, 2012, 12:56:05 am »
Hi,

I have an issue with the samba module. But I don't know exactly how to troubleshoot.

When saving the settings in the web interface, it hangs at "Saving samba module", and "sudo /etc/init.d/zentyal samba restart" also hangs.

Setting "debug = yes" in /etc/zentyal/zentyal.conf doesn't reveal anything.
How can I debug the init.d scripts?

Thanks a lot for your help,
meiser

13
Disable NAT in /etc/zentyal/firewall.conf by setting "nat_enabled = no".

14
If you want to use the firewall hook script under /etc/zentyal/hooks/firewall.postservice, be aware that you must set the script executable ("sudo chmod +x /etc/zentyal/hooks/firewall.postservice), otherwise it won't work.
It's a bug in Zentyal. All by default installed scripts should be made executable.

Pages: [1]