Difference between revisions of "Crontab Manager"

From SME Server
Jump to navigationJump to search
 
(32 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Languages|Crontab_Manager}}
 
{{Languages|Crontab_Manager}}
{{Needs review}}
+
==About==
=Crontab Manager for SME 6.x & 7.x=
+
Crontab Manager will provide a new panel in the Server Manager from which cron tasks can be scheduled.
  
==Maintainer==
 
[[User:MasterSleepy|Michel Van hees]]<br/>
 
  
==Description==
+
====Maintainers====
Cron Manager in the server-manager.
+
* [[User:MasterSleepy|Michel Van hees]]
 +
* [[User:Apmuthu|Ap.Muthu]]
  
==Installation==
 
  
wget <nowiki>"http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=getit&lid=232"</nowiki>
+
=== Version ===
yum localinstall sme-crontab_manager-1.2-4.noarch.rpm
+
{{ #smeversion: smeserver-crontab_manager}}
  
==Uninstallation==
 
  
  rpm -e sme-crontab_manager
+
==Installation for SME8 and SME9==
 +
<tabs container><tab name="For SME 10">
 +
  yum install smeserver-crontab_manager --enablerepo=smecontribs
 +
 
 +
</tab>
 +
<tab name="For SME 9 and SME 8">
 +
yum install smeserver-crontab_manager --enablerepo=smecontribs
 +
signal-event post-upgrade; signal-event reboot
 +
</tab>
 +
</tabs>
 +
 
 +
====Useage====
 +
You can access Crontab Manager interface in the server-manager and then you can easily create/delete crons. After you have made your changes and saved the session the changes will be written to the file /etc/crontab
  
==Use==
+
==Uninstallation==
You can access Crontab Manager interface in the server-manager and then you can easily create/delete crons.
+
yum remove  smeserver-crontab_manager
  
After you made your changes, it is necessary to manually run the following command from the command line:
 
  
expand-template /etc/crontab
+
==Bugs==
 +
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 +
and select the smeserver-crontab_manager component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-crontab_manager|title=this link}}.
  
Without this command, the Crontab contrib does NOT apply the changes you made via the server-manager (Reason: Crontab Manager was developed for SME 6.* and developement seems to be discontinued).
+
{{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-crontab_manager|noresultsmessage="No open bugs found."}}
  
==Convert to UTF8==
+
===Changelog===
 +
Only versions released in smecontrib are listed here.
  
This contrib was developped with a non utf8 format to convert it safely after installation if you are unable to access to the server-manager panel, as root:
+
{{#smechangelog: smeserver-crontab_manager}}
  
cd ~
 
wget http://smeserver.pialasse.com/fichiers/convert_utf-8.sh
 
sh convert_utf-8.sh
 
  
==Additionnal Info==
 
*[http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=viewsdownload&sid=35 MasterSleepy's website]
 
  
 
----
 
----
 
[[Category:Contrib]]
 
[[Category:Contrib]]
 
[[Category:Administration]]
 
[[Category:Administration]]

Latest revision as of 21:26, 9 April 2021


About

Crontab Manager will provide a new panel in the Server Manager from which cron tasks can be scheduled.


Maintainers


Version

Contrib 10:
Contrib 9:
smeserver-crontab_manager
The latest version of smeserver-crontab_manager is available in the SME repository, click on the version number(s) for more information.



Installation for SME8 and SME9

yum install smeserver-crontab_manager --enablerepo=smecontribs 
yum install smeserver-crontab_manager --enablerepo=smecontribs 
signal-event post-upgrade; signal-event reboot

Useage

You can access Crontab Manager interface in the server-manager and then you can easily create/delete crons. After you have made your changes and saved the session the changes will be written to the file /etc/crontab

Uninstallation

yum remove  smeserver-crontab_manager


Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-crontab_manager component or use this link .

"No open bugs found."

Changelog

Only versions released in smecontrib are listed here.

smeserver-crontab_manager Changelog: SME 10 (smecontribs)
2021/08/21 Terry Fage 2.4.7.sme
- apply locale 2021-08-21 patch

2021/04/09 Jean-Philippe Pialasse 2.4-6.sme
- fix display of double quote in edition [SME: 11028]

prevent use of coma in command line
2021/03/24 Brian Read 2.4-5.sme
- Add Update event to createlinks [SME: 11027]

2020/10/11 Brian Read 2.4-4.sme
- Initial import to SME10 tree [SME: 11027]

- Change link to panel to reference wrapper
2016/03/09 JP Pialasse 2.4-3.sme
- apply locale 2016-03-09 patch