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

Pages: [1]
1
commence par regarder ici, il y a les infos pour commencer :
https://wiki.zentyal.org/wiki/Building_and_maintaining_a_contrib_Zentyal_module


3
Installation and Upgrades / Re: Radius 3.4
« on: December 12, 2014, 07:55:16 am »
If you want to have the Radius module started on boot and the module status reported correctly you'll have to make the following changes (see here for original bug report & answer https://tracker.zentyal.org/issues/1333) ,

Updated by julio - 4 months ago

add the following lines to '/etc/init/freeradius.conf':

Code: [Select]
post-start script
    PID=`status freeradius | egrep -oi '([0-9]+)$' | head -n1`
    echo $PID > /var/run/freeradius/freeradius.pid
end script

works with Zentyal 3.4 and 3.5

4
ok, went through the wiki and built the package.
thank u anyway (anyone who read this ;))

5
Neru, can you please re activate your repository ppa.launchpad ? I need it to restore my config (need to reinstall ltsp)
Thank you.

6
Hi,
traffic Shapping only prioritorize traffic, if you want to block traffic you'll have to use firewall rules.

8
Thank you for this module, working fine with Zentyal 3-3, but I keep getting "building image failed" with 3.4, any idea what might be wrong?

TQ

9
Installation and Upgrades / Re: Proxy fail to block
« on: March 12, 2014, 04:29:51 am »
same pb here :(

Pages: [1]