Difference between revisions of "SME10.0 Contribs QA"
m (→working) |
Unnilennium (talk | contribs) (durep) |
||
Line 6: | Line 6: | ||
− | =Version 10 Contrib testing= | + | ==Version 10 Contrib testing== |
This document lists Contribs that, need to be tested or have had been tested running under SME10 | This document lists Contribs that, need to be tested or have had been tested running under SME10 | ||
Line 15: | Line 15: | ||
Please also see [[Contribs Bugreport]] | Please also see [[Contribs Bugreport]] | ||
− | ==Test guidelines== | + | ===Test guidelines=== |
Considerations_before_installing advises that Contribs for SME10 have not yet been released, this is to avoid dev workload diagnosing bugs caused by contribs. | Considerations_before_installing advises that Contribs for SME10 have not yet been released, this is to avoid dev workload diagnosing bugs caused by contribs. | ||
Line 22: | Line 22: | ||
{{Note box|If you have suggestions, issues or solutions for a contrib, please post them in bugzilla {{BugzillaFileBug|product=SME%20Contribs|component=|summary=|comment=|title=against the contrib.}} }} | {{Note box|If you have suggestions, issues or solutions for a contrib, please post them in bugzilla {{BugzillaFileBug|product=SME%20Contribs|component=|summary=|comment=|title=against the contrib.}} }} | ||
− | ==Setup== | + | ===Setup=== |
During the transition from SME9 to SME10, contrib packages will be migrated to the SME10 contrib repository. If the contrib is not yet in the SME10 Contrib repository and an entry in this Q&A suggests it will install properly then you will need to install the contrib from the SME9 repository. | During the transition from SME9 to SME10, contrib packages will be migrated to the SME10 contrib repository. If the contrib is not yet in the SME10 Contrib repository and an entry in this Q&A suggests it will install properly then you will need to install the contrib from the SME9 repository. | ||
Line 55: | Line 55: | ||
yum install smeserver-usbdisksmanager --enablerepo=sme9contribs --enablerepo=smecontribs | yum install smeserver-usbdisksmanager --enablerepo=sme9contribs --enablerepo=smecontribs | ||
− | == Known | + | === Known issue: contribs using php and httpd === |
SME10 introduce the use of php-fpm and dedicated pools for ibays and contribs. Hence, by default PHP module is disabled. Installing contribs containing a fragment template for /etc/httpd/conf/httpd.conf that contain any PHP module specific syntax will prevent httpd-e-smith to restart and leave you without webserver and server-manager. | SME10 introduce the use of php-fpm and dedicated pools for ibays and contribs. Hence, by default PHP module is disabled. Installing contribs containing a fragment template for /etc/httpd/conf/httpd.conf that contain any PHP module specific syntax will prevent httpd-e-smith to restart and leave you without webserver and server-manager. | ||
Line 73: | Line 73: | ||
Those contribs are safe as they already use a php pool: | Those contribs are safe as they already use a php pool: | ||
* smeserver-nextcloud | * smeserver-nextcloud | ||
+ | |||
+ | === Known issue: Transaction check error conflicts with file from package === | ||
+ | Previously with el6 /CentOS6/SME9 there was a relaxed check on folder ownership, and it was ignored if a folder was ownde by multiple rpms. With el7/CentOS7/SME10 this is not allowed anymore. Hence few packages build for SME9, will not install on SME10 because of this conflict. | ||
+ | |||
+ | Here is an example<syntaxhighlight lang="bash"> | ||
+ | Transaction check error: | ||
+ | file /usr/bin/ from isntall or smeserver-durep-1.5.0-4.el6.sme.noarch conflicts with file from package filesystem-3.2-25.el7.x86_64 | ||
+ | </syntaxhighlight>Please, report this after testing the contrib here under. This willbe an easy fix as we just need to import the rpm after rebuilding it for SME10. Of course you will then need to test it further after. | ||
==Template for testing== | ==Template for testing== | ||
Line 79: | Line 87: | ||
{{Tip box|the title of your bug should look to "'''sme10contribs:'''Can't locate esmith/FormMagick/Panel/passwordopt.pm" for example.}} | {{Tip box|the title of your bug should look to "'''sme10contribs:'''Can't locate esmith/FormMagick/Panel/passwordopt.pm" for example.}} | ||
BROKEN with your signature (<nowiki>--~~~~</nowiki>) | BROKEN with your signature (<nowiki>--~~~~</nowiki>) | ||
− | + | * bugs : [[bugzilla:NUMBER]] | |
− | * bugs : [[bugzilla:NUMBER]] | + | * to install : yum install smeserver-contrib --enablerepo=sme9contribs,smecontribs,epel |
− | * to install : yum install smeserver-contrib --enablerepo= | ||
* version-release tried: | * version-release tried: | ||
* dependencies not in smeos,smeaddons,smecontribs: | * dependencies not in smeos,smeaddons,smecontribs: | ||
Line 92: | Line 99: | ||
WORKS with your signature. (<nowiki>--~~~~</nowiki>) | WORKS with your signature. (<nowiki>--~~~~</nowiki>) | ||
− | + | * to install : yum install smeserver-contrib --enablerepo=sme9contribs,smecontribs,epel | |
− | * to install : yum install smeserver-contrib --enablerepo= | ||
* version-release installed: | * version-release installed: | ||
* dependencies not in smeos,smeaddons,smecontribs: | * dependencies not in smeos,smeaddons,smecontribs: | ||
Line 102: | Line 108: | ||
{{Tip box|The title of your bug should be for example "'''first import to sme10 tree [smeserver-mediawiki]'''"}} | {{Tip box|The title of your bug should be for example "'''first import to sme10 tree [smeserver-mediawiki]'''"}} | ||
− | =Contribs= | + | ==Contribs== |
List of Contribs to be tested with current version | List of Contribs to be tested with current version | ||
* [http://bugs.contribs.org/report.cgi?x_axis_field=bug_status&y_axis_field=component&product=SME+Contribs&format=table&action=wrap&version=9beta Bugs related to contribs in SME10] | * [http://bugs.contribs.org/report.cgi?x_axis_field=bug_status&y_axis_field=component&product=SME+Contribs&format=table&action=wrap&version=9beta Bugs related to contribs in SME10] | ||
Line 122: | Line 128: | ||
* smeserver-[[dokuwiki]] (fws) | * smeserver-[[dokuwiki]] (fws) | ||
* smeserver-[[Dovecot-extras|dovecot-extra]] (fws) | * smeserver-[[Dovecot-extras|dovecot-extra]] (fws) | ||
− | * smeserver-expire-accounts (fws) | + | * smeserver-[[ExpireAccounts|expire-accounts]] (fws) |
− | * smeserver-fluxbb (fws) | + | * smeserver-[[fluxbb]] (fws) |
− | * smeserver-fusioninventory-agent (fws) | + | * smeserver-[[Fusion Inventory|fusioninventory]]-agent (fws) |
− | * smeserver-grr (fws) | + | * smeserver-[[grr]] (fws) |
− | * smeserver-jappix (fws) | + | * smeserver-[[jappix]] (fws) |
− | * smeserver-lemonldap-ng (fws) | + | * smeserver-[[LemonLDAP-NG|lemonldap]]-ng (fws) |
− | * smeserver-limesurvey (fws) | + | * smeserver-[[limesurvey]] (fws) |
− | * smeserver-minilist (fws) | + | * smeserver-[[minilist]] (fws) |
− | * smeserver-ntop (fws) | + | * smeserver-[[ntop]] (fws) |
− | * smeserver-ooo-headless (fws) | + | * smeserver-[[ooo-headless]] (fws) |
− | * smeserver-opensondage (fws) | + | * smeserver-[[opensondage]] (fws) |
− | * smeserver-openvpn-routed (fws) | + | * smeserver-[[OpenVPN Routed|openvpn-routed]] (fws) |
− | * smeserver-pam_cas (fws) | + | * smeserver-[[pam_cas]] (fws) |
− | * smeserver-phplist (fws) | + | * smeserver-[[phplist]] (fws) |
− | * smeserver-pydio (fws) (probably not, not maintained for a while, nextcloud and seafile are better options) | + | * smeserver-[[pydio]] (fws) (probably not, not maintained for a while, nextcloud and seafile are better options) |
− | * smeserver-qos (fws) | + | * smeserver-[[qos]] (fws) |
− | * smeserver-qpsmtpd-log2sql | + | * smeserver-[[Qpsmtpd:log2sql|qpsmtpd-log2sql]] |
− | * smeserver-tt-rss (fws) | + | * smeserver-[[Tt-RSS|tt-rss]] (fws) |
− | * smeserver-webapps-common | + | * smeserver-[[webapps-common]] |
− | * smeserver-webfilter (fws) | + | * smeserver-[[WebFiltering|webfilter]] (fws) |
− | * smeserver-zabbix-proxy (fws) | + | * smeserver-[[zabbix]]-proxy (fws) |
− | * smeserver-zabbix-agent (fws) | + | * smeserver-[[zabbix]]-agent (fws) |
− | ==Need to test== | + | ===Need to test=== |
− | ===advancedprompt SME9 === | + | ====advancedprompt SME9 ==== |
[[Advancedprompt]] | [[Advancedprompt]] | ||
− | ===bash-insulter SME9 === | + | ====bash-insulter SME9 ==== |
[[Bash-insulter]] | [[Bash-insulter]] | ||
− | ===smeserver-adv-samba SME9 === | + | ====smeserver-adv-samba SME9 ==== |
[[Advanced Samba]] | [[Advanced Samba]] | ||
− | ===smeserver-affa SME9 === | + | ====smeserver-affa SME9 ==== |
[[Affa]] | [[Affa]] | ||
− | ===smeserver-ajaxterm SME9 === | + | ====smeserver-ajaxterm SME9 ==== |
[[Ajaxterm]] | [[Ajaxterm]] | ||
− | ===smeserver-altqmail SME9 === | + | ====smeserver-altqmail SME9 ==== |
[[AltQmail]] | [[AltQmail]] | ||
− | ===smeserver-arkeia SME7 === | + | ====smeserver-arkeia SME7 ==== |
[[arkeia]] | [[arkeia]] | ||
− | ===smeserver-arpwatch SME9 === | + | ====smeserver-arpwatch SME9 ==== |
[[Arpwatch]] | [[Arpwatch]] | ||
− | ===smeserver-automysqlbackup SME9 === | + | ====smeserver-automysqlbackup SME9 ==== |
[[AutoMysqlBackup]] | [[AutoMysqlBackup]] | ||
− | ===smeserver-awstats SME9 === | + | ====smeserver-awstats SME9 ==== |
[[AWStats]] | [[AWStats]] | ||
− | ===smeserver-BackupPC SME9 === | + | ====smeserver-BackupPC SME9 ==== |
[[BackupPC]] | [[BackupPC]] | ||
− | ===smeserver-bandwidthd SME9 === | + | ====smeserver-bandwidthd SME9 ==== |
[[Bandwidthd|Band]] | [[Bandwidthd|Band]] | ||
− | ===smeserver-base SME7 === | + | ====smeserver-base SME7 ==== |
[[Base]] | [[Base]] | ||
− | ===smeserver-bridge-interface SME9 === | + | ====smeserver-bridge-interface SME9 ==== |
[[BridgeInterface]] | [[BridgeInterface]] | ||
− | ===smeserver-bugzilla SME9 === | + | ====smeserver-bugzilla SME9 ==== |
[[Bugzilla-contribs]] | [[Bugzilla-contribs]] | ||
− | ===smeserver-cacti SME9 === | + | ====smeserver-cacti SME9 ==== |
[[Cacti]] | [[Cacti]] | ||
− | ===smeserver-certificate SME9 === | + | ====smeserver-certificate SME9 ==== |
[[Certificate]] | [[Certificate]] | ||
− | ===smeserver-check4updates SME9 === | + | ====smeserver-check4updates SME9 ==== |
[[Check4updates]] | [[Check4updates]] | ||
− | ===smeserver-coova-chilli SME9 === | + | ====smeserver-coova-chilli SME9 ==== |
[[CoovaChilli]] | [[CoovaChilli]] | ||
− | ===smeserver-crontab_manager SME9 === | + | ====smeserver-crontab_manager SME9 ==== |
[[Crontab Manager]] | [[Crontab Manager]] | ||
− | ===smeserver-dansguardian SME9 === | + | ====smeserver-dansguardian SME9 ==== |
[[Dansguardian]] | [[Dansguardian]] | ||
− | ===smeserver-dansguardian-panel SME9 === | + | ====smeserver-dansguardian-panel SME9 ==== |
[[Dansguardian-panel]] | [[Dansguardian-panel]] | ||
− | ===smeserver-dansguardian-stats SME9 === | + | ====smeserver-dansguardian-stats SME9 ==== |
[[Dansguardian-stats]] | [[Dansguardian-stats]] | ||
− | ===smeserver-dar2 SME9 === | + | ====smeserver-dar2 SME9 ==== |
[[DAR2]] | [[DAR2]] | ||
− | ===smeserver-ddclient SME9 === | + | ====smeserver-ddclient SME9 ==== |
[[Ddclient]] | [[Ddclient]] | ||
− | ===smeserver-denyhosts SME9 === | + | ====smeserver-denyhosts SME9 ==== |
[[Denyhosts]] | [[Denyhosts]] | ||
− | ===smeserver-dhcp-dns SME9 === | + | ====smeserver-dhcp-dns SME9 ==== |
[[Dhcp-dns]] | [[Dhcp-dns]] | ||
− | ===smeserver-dhcpmanager SME9 === | + | ====smeserver-dhcpmanager SME9 ==== |
[[Dhcpmanager]] | [[Dhcpmanager]] | ||
− | ===smeserver-dimp SME9 === | + | ====smeserver-dimp SME9 ==== |
[[Dimp]] | [[Dimp]] | ||
− | ===smeserver-dirty-tools SME9 === | + | ====smeserver-dirty-tools SME9 ==== |
[[Dirty Tools]] | [[Dirty Tools]] | ||
− | ===smeserver-docker SME9 === | + | ==== smeserver-docker SME9 ==== |
[[Docker]] | [[Docker]] | ||
− | ===smeserver-domains SME9 === | + | ====smeserver-domains SME9 ==== |
[[domains]] | [[domains]] | ||
− | ===smeserver-dovecot-extras SME9 === | + | ====smeserver-dovecot-extras SME9 ==== |
[[Dovecot-extras]] | [[Dovecot-extras]] | ||
− | ===smeserver-dspam SME7 === | + | ====smeserver-dspam SME7 ==== |
[[DSPAM|dspam]] | [[DSPAM|dspam]] | ||
− | ===smeserver-durep SME9 === | + | ====smeserver-durep SME9 ==== |
[[Durep]] | [[Durep]] | ||
− | ===smeserver-egroupware SME9 === | + | BROKEN tested by John Ross 2020- |
+ | * bugs : | ||
+ | * to install : yum install perl-MLDBM --enablerepo=epel -y; yum install smeserver-durep --enablerepo=sme9contribs,smecontribs,epel | ||
+ | * version-release tried: smeserver-durep-1.5.0-4.el6.sme.noarch | ||
+ | * dependencies not in smeos,smeaddons,smecontribs: epel : perl-MLDBM | ||
+ | * error : file /usr/bin/ from isntall or smeserver-durep-1.5.0-4.el6.sme.noarch conflicts with file from package filesystem-3.2-25.el7.x86_64 | ||
+ | * workaround : none need rebuild | ||
+ | * tested beyond installation : no | ||
+ | |||
+ | ====smeserver-egroupware SME9 ==== | ||
[[Egroupware]] | [[Egroupware]] | ||
(not ported to SME9 [[Egroupware]], see smeserver-egroupware-epl from Stephdl) | (not ported to SME9 [[Egroupware]], see smeserver-egroupware-epl from Stephdl) | ||
− | ===smeserver-ejabberd SME9 === | + | ====smeserver-ejabberd SME9 ==== |
[[Ejabberd]] | [[Ejabberd]] | ||
− | ===smeserver-email-management SME9 === | + | ====smeserver-email-management SME9 ==== |
[[Email-Management]] | [[Email-Management]] | ||
− | ===smeserver-extrarepositories SME9 === | + | ====smeserver-extrarepositories SME9 ==== |
[[Extrarepositories]] | [[Extrarepositories]] | ||
− | ===smeserver-ezmlm-web SME9 === | + | ====smeserver-ezmlm-web SME9 ==== |
[[Ezmlm]] | [[Ezmlm]] | ||
− | ===smeserver-ezmlm-www SME9 === | + | ====smeserver-ezmlm-www SME9 ==== |
[[Ezmlm-www]] | [[Ezmlm-www]] | ||
− | ===smeserver-fail2ban SME9 === | + | ====smeserver-fail2ban SME9 ==== |
[[Fail2ban]] | [[Fail2ban]] | ||
− | ===smeserver-fetchmail SME9 === | + | ====smeserver-fetchmail SME9 ==== |
[[Fetchmail]] | [[Fetchmail]] | ||
− | ===smeserver-freepbx SME9 === | + | ====smeserver-freepbx SME9 ==== |
[[FreePBX]] | [[FreePBX]] | ||
− | ===smeserver-geneweb SME9 === | + | ====smeserver-geneweb SME9 ==== |
[[Geneweb]] | [[Geneweb]] | ||
− | ===smeserver-geoip SME9 === | + | ====smeserver-geoip SME9 ==== |
[[GeoIP]] | [[GeoIP]] | ||
− | ===smeserver-git SME9 === | + | ====smeserver-git SME9 ==== |
[[Git]] | [[Git]] | ||
− | ===smeserver-gitweb SME9 === | + | ====smeserver-gitweb SME9 ==== |
[[Git]] | [[Git]] | ||
− | ===smeserver-gitweb-theme SME9 === | + | ====smeserver-gitweb-theme SME9 ==== |
[[Git]] | [[Git]] | ||
− | ===smeserver-gollem SME8 === | + | ====smeserver-gollem SME8 ==== |
[[Gollem]] | [[Gollem]] | ||
(Horde3 plugin has not been ported to SME9) | (Horde3 plugin has not been ported to SME9) | ||
− | ===smeserver-groupmembers-panel SME9 === | + | ====smeserver-groupmembers-panel SME9 ==== |
[[Groupmembers Panel]] | [[Groupmembers Panel]] | ||
− | ===smeserver-groupoffice SME8 === | + | ====smeserver-groupoffice SME8 ==== |
[[GroupOffice]] | [[GroupOffice]] | ||
− | ===smeserver-guardiand SME7 === | + | ====smeserver-guardiand SME7 ==== |
[[Guardiand]] | [[Guardiand]] | ||
− | ===smeserver-hwinfo SME9 === | + | ====smeserver-hwinfo SME9 ==== |
[[Hardware_Info]] | [[Hardware_Info]] | ||
− | ===smeserver-hylafax SME9 === | + | ====smeserver-hylafax SME9 ==== |
[[HylaFax]] | [[HylaFax]] | ||
− | ===smeserver-ipp2p SME7 === | + | ====smeserver-ipp2p SME7 ==== |
[[ipp2p]] | [[ipp2p]] | ||
− | ===smeserver-isoqlog SME9 === | + | ====smeserver-isoqlog SME9 ==== |
[[Isoqlog]] | [[Isoqlog]] | ||
− | ===smeserver-jeta SME9 === | + | ====smeserver-jeta SME9 ==== |
[[jeta]] | [[jeta]] | ||
Jeta is a Java based Horde module to provide SSH login access to a web server, or to another machine if used in conjunction with some relaying software which can be installed on the web server. | Jeta is a Java based Horde module to provide SSH login access to a web server, or to another machine if used in conjunction with some relaying software which can be installed on the web server. | ||
− | ===smeserver-kplaylist SME8 === | + | ====smeserver-kplaylist SME8 ==== |
[[KPlaylist]] | [[KPlaylist]] | ||
− | ===smeserver-lazy_admin_tools SME9 === | + | ====smeserver-lazy_admin_tools SME9 ==== |
[[Lazy Admin Tools]] | [[Lazy Admin Tools]] | ||
− | ===smeserver-learn SME9 === | + | ====smeserver-learn SME9 ==== |
[[Learn]] | [[Learn]] | ||
− | ===smeserver-letsencrypt SME9 === | + | ====smeserver-letsencrypt SME9 ==== |
[[Letsencrypt]] | [[Letsencrypt]] | ||
will probably be included in Core, so not needed to import. | will probably be included in Core, so not needed to import. | ||
− | ===smeserver-libreswan SME9 === | + | ====smeserver-libreswan SME9 ==== |
[[Libreswan]] | [[Libreswan]] | ||
− | ===smeserver-libreswan-xl2tpd SME9 === | + | ====smeserver-libreswan-xl2tpd SME9 ==== |
[[Libreswan IPSEC]] | [[Libreswan IPSEC]] | ||
− | ===smeserver-madsonic SME9 === | + | ====smeserver-madsonic SME9 ==== |
[[Madsonic]] | [[Madsonic]] | ||
− | ===smeserver-mailalias SME9 === | + | ====smeserver-mailalias SME9 ==== |
[[Mailalias]] | [[Mailalias]] | ||
− | ===smeserver-mailman SME9 === | + | ====smeserver-mailman SME9 ==== |
[[Mailman]] | [[Mailman]] | ||
− | ===smeserver-mailsorting SME9 === | + | ====smeserver-mailsorting SME9 ==== |
[[Mailsorting]] | [[Mailsorting]] | ||
− | ===smeserver-mailstats SME9 === | + | ====smeserver-mailstats SME9 ==== |
[[Mailstats]] | [[Mailstats]] | ||
− | ===smeserver-mediatomb SME9 === | + | ====smeserver-mediatomb SME9 ==== |
[[Mediatomb]] | [[Mediatomb]] | ||
maybe not the worth migrating as not maintained, should use its fork or equivalent | maybe not the worth migrating as not maintained, should use its fork or equivalent | ||
− | ===smeserver-mediawiki SME8 === | + | ====smeserver-mediawiki SME8 ==== |
[[MediaWiki]] | [[MediaWiki]] | ||
− | ===smeserver-megaraidmon SME7 === | + | ====smeserver-megaraidmon SME7 ==== |
[[Megaraidmon]] | [[Megaraidmon]] | ||
− | ===smeserver-migratehelper SME9 === | + | ====smeserver-migratehelper SME9 ==== |
[[Migratehelper]] | [[Migratehelper]] | ||
− | ===smeserver-mimp SME8 === | + | ====smeserver-mimp SME8 ==== |
[[Mimp]] | [[Mimp]] | ||
MIMP is a project to create a version of IMP suitable for small mobile devices such as WAP phones or PDAs. Basic IMP functionality is implemented including mailbox viewing and paging, viewing messages, deleting, replying, forwarding, and composing new messages. | MIMP is a project to create a version of IMP suitable for small mobile devices such as WAP phones or PDAs. Basic IMP functionality is implemented including mailbox viewing and paging, viewing messages, deleting, replying, forwarding, and composing new messages. | ||
− | === smeserver-mod_dav SME9 === | + | ==== smeserver-mod_dav SME9 ==== |
[[mod_dav]] | [[mod_dav]] | ||
− | ===smeserver-mod_evasive === | + | ====smeserver-mod_evasive ==== |
[[Mod evasive]] | [[Mod evasive]] | ||
− | === smeserver-mod_FastCGI === | + | ==== smeserver-mod_FastCGI ==== |
[[Mod FastCGI]] | [[Mod FastCGI]] | ||
− | ===smeserver-mod_deflate SME9 === | + | ====smeserver-mod_deflate SME9 ==== |
[[Mod deflate]] | [[Mod deflate]] | ||
− | ===smeserver-mod_maxminddb SME9 === | + | ====smeserver-mod_maxminddb SME9 ==== |
[[Mod maxminddb]] | [[Mod maxminddb]] | ||
− | ===smeserver-mod_python SME9 === | + | ====smeserver-mod_python SME9 ==== |
[[mod_python]] | [[mod_python]] | ||
− | ===smeserver-moodle SME7 === | + | ====smeserver-moodle SME7 ==== |
[[Moodle]] | [[Moodle]] | ||
− | ===smeserver-motd SME9 === | + | ====smeserver-motd SME9 ==== |
[[motd]] | [[motd]] | ||
− | ===smeserver-mysql55 SME9 === | + | ====smeserver-mysql55 SME9 ==== |
[[MySQL55]] | [[MySQL55]] | ||
− | ===smeserver-mysql57 SME9 === | + | ====smeserver-mysql57 SME9 ==== |
[[MySQL57]] | [[MySQL57]] | ||
− | ===smeserver-nagios SME8 === | + | ====smeserver-nagios SME8 ==== |
[[Nagios]] | [[Nagios]] | ||
* this is a really heavy application to maintain | * this is a really heavy application to maintain | ||
Line 416: | Line 431: | ||
* if you plan to maintain it on SME server please, open a bug and start working on it | * if you plan to maintain it on SME server please, open a bug and start working on it | ||
− | ===smeserver-nagios-backup SME8 === | + | ====smeserver-nagios-backup SME8 ==== |
see [[Nagios]] | see [[Nagios]] | ||
* this is a really heavy application to maintain | * this is a really heavy application to maintain | ||
Line 422: | Line 437: | ||
* if you plan to maintain it on SME server please, open a bug and start working on it | * if you plan to maintain it on SME server please, open a bug and start working on it | ||
− | ===smeserver-nagiosgrapher SME8 === | + | ====smeserver-nagiosgrapher SME8 ==== |
[[Nagios Grapher]] | [[Nagios Grapher]] | ||
* this is a really heavy application to maintain | * this is a really heavy application to maintain | ||
Line 428: | Line 443: | ||
* if you plan to maintain it on SME server please, open a bug and start working on it | * if you plan to maintain it on SME server please, open a bug and start working on it | ||
− | ===smeserver-nagios-nrpe SME8 === | + | ====smeserver-nagios-nrpe SME8 ==== |
[[Nagios NRPE]] | [[Nagios NRPE]] | ||
* this is a really heavy application to maintain | * this is a really heavy application to maintain | ||
Line 434: | Line 449: | ||
* if you plan to maintain it on SME server please, open a bug and start working on it | * if you plan to maintain it on SME server please, open a bug and start working on it | ||
− | ===smeserver-nagios-nsca SME8 === | + | ====smeserver-nagios-nsca SME8 ==== |
[[Nagios NSCA]] | [[Nagios NSCA]] | ||
* this is a really heavy application to maintain | * this is a really heavy application to maintain | ||
Line 440: | Line 455: | ||
* if you plan to maintain it on SME server please, open a bug and start working on it | * if you plan to maintain it on SME server please, open a bug and start working on it | ||
− | ===smeserver-nagios-plugins-mysql SME8 === | + | ====smeserver-nagios-plugins-mysql SME8 ==== |
see [[Nagios]] | see [[Nagios]] | ||
* this is a really heavy application to maintain | * this is a really heavy application to maintain | ||
Line 446: | Line 461: | ||
* if you plan to maintain it on SME server please, open a bug and start working on it | * if you plan to maintain it on SME server please, open a bug and start working on it | ||
− | ===smeserver-nextcloud SME9 === | + | ====smeserver-nextcloud SME9 ==== |
[[Nextcloud]] | [[Nextcloud]] | ||
− | ===smeserver-nfs SME9 === | + | ====smeserver-nfs SME9 ==== |
[[NFS]] | [[NFS]] | ||
− | ===smeserver-oats SME8 === | + | ====smeserver-oats SME8 ==== |
[[oats]] | [[oats]] | ||
− | ===smeserver-ocsinventory SME9 === | + | ====smeserver-ocsinventory SME9 ==== |
[[OCS Inventory]] | [[OCS Inventory]] | ||
− | ===smeserver-openoffice-portable SME8 === | + | ====smeserver-openoffice-portable SME8 ==== |
[[OpenOffice portable|OpenOffice for Windows]] | [[OpenOffice portable|OpenOffice for Windows]] | ||
− | ===smeserver-openswan SME8 === | + | ====smeserver-openswan SME8 ==== |
[[Openswan IPSEC]] | [[Openswan IPSEC]] | ||
− | ===smeserver-openvpn-bridge SME9 === | + | ====smeserver-openvpn-bridge SME9 ==== |
[[OpenVPN Bridge]] | [[OpenVPN Bridge]] | ||
− | ===smeserver-openvpn-s2s SME9 === | + | ====smeserver-openvpn-s2s SME9 ==== |
[[OpenVPN SiteToSite]] | [[OpenVPN SiteToSite]] | ||
− | === smeserver-openvpn-s2s SME9 FWS === | + | ==== smeserver-openvpn-s2s SME9 FWS ==== |
[[OpenVPN Routed]] | [[OpenVPN Routed]] | ||
− | ===smeserver-oscommerce SME9 === | + | ====smeserver-oscommerce SME9 ==== |
[[OsCommerce]] | [[OsCommerce]] | ||
− | ===smeserver-password SME9 === | + | ====smeserver-password SME9 ==== |
[[Password]] | [[Password]] | ||
− | ===smeserver-photos SME7 === | + | ====smeserver-photos SME7 ==== |
[[photos]] | [[photos]] | ||
− | ===smeserver-phpbb SME8 === | + | ====smeserver-phpbb SME8 ==== |
[[PhpBB]] | [[PhpBB]] | ||
− | ===smeserver-phpki SME9 === | + | ====smeserver-phpki SME9 ==== |
[[PHPki]] | [[PHPki]] | ||
− | ===smeserver-phpldapadmin SME9 === | + | ====smeserver-phpldapadmin SME9 ==== |
[[Phpldapadmin]] | [[Phpldapadmin]] | ||
− | ===smeserver-phpmyadmin SME9 === | + | ====smeserver-phpmyadmin SME9 ==== |
[[PHPMyAdmin]] | [[PHPMyAdmin]] | ||
− | ===smeserver-phpsysinfo SME9 === | + | ====smeserver-phpsysinfo SME9 ==== |
[[Phpsysinfo]] | [[Phpsysinfo]] | ||
− | ===smeserver-phpvirtualbox SME9 === | + | ====smeserver-phpvirtualbox SME9 ==== |
[[Phpvirtualbox]] | [[Phpvirtualbox]] | ||
− | ===smeserver-phpwebftp SME9 === | + | ====smeserver-phpwebftp SME9 ==== |
[[PhpWebFtp]] | [[PhpWebFtp]] | ||
− | ===smeserver-popfile SME9 === | + | ====smeserver-popfile SME9 ==== |
[[Popfile]] | [[Popfile]] | ||
− | ===smeserver-postgresql SME9 === | + | ====smeserver-postgresql SME9 ==== |
[[Postgres]] | [[Postgres]] | ||
− | ===smeserver-print-monitor SME9 === | + | ====smeserver-print-monitor SME9 ==== |
[[Print Monitor]] | [[Print Monitor]] | ||
− | ===smeserver-qmHandle SME9 === | + | ====smeserver-qmHandle SME9 ==== |
[[Qmhandle mail queue manager]] | [[Qmhandle mail queue manager]] | ||
− | ===smeserver-qpsmtpd-spamassassinlevelstars SME8 === | + | ====smeserver-qpsmtpd-spamassassinlevelstars SME8 ==== |
[[Qpsmtpd:spamassassinlevelstars]] | [[Qpsmtpd:spamassassinlevelstars]] | ||
− | === smeserver-raidstatus SME9 Stephdl === | + | ==== smeserver-raidstatus SME9 Stephdl ==== |
[[Raidstatus]] | [[Raidstatus]] | ||
− | ===smeserver-rdiff-backup SME9 === | + | ====smeserver-rdiff-backup SME9 ==== |
[[Rdiff-backup]] | [[Rdiff-backup]] | ||
− | ===smeserver-remoteuseraccess SME9 === | + | ====smeserver-remoteuseraccess SME9 ==== |
[[Remoteuseraccess]] | [[Remoteuseraccess]] | ||
− | ===smeserver-rkhunter SME9 === | + | ====smeserver-rkhunter SME9 ==== |
[[Rkhunter]] | [[Rkhunter]] | ||
− | ===smeserver-roundcube SME9 === | + | ====smeserver-roundcube SME9 ==== |
[[RoundCube]] | [[RoundCube]] | ||
− | ===smeserver-sane SME9 === | + | ====smeserver-sane SME9 ==== |
[[SANE]] | [[SANE]] | ||
− | ===smeserver-sarg SME9 === | + | ====smeserver-sarg SME9 ==== |
[[Sarg]] | [[Sarg]] | ||
− | ===smeserver-scuttle SME9 === | + | ====smeserver-scuttle SME9 ==== |
[[Scuttle]] | [[Scuttle]] | ||
− | ===smeserver-sendmail-wrapper SME9 === | + | ====smeserver-sendmail-wrapper SME9 ==== |
[[Sendmail-wrapper]] | [[Sendmail-wrapper]] | ||
− | ===smeserver-service_control SME9 === | + | ====smeserver-service_control SME9 ==== |
[[Service Control]] | [[Service Control]] | ||
− | ===smeserver-shared-folders SME9 === | + | ====smeserver-shared-folders SME9 ==== |
[[SharedFolders]] | [[SharedFolders]] | ||
− | ===smeserver-sitemaker SME8 === | + | ====smeserver-sitemaker SME8 ==== |
[[sitemaker]] | [[sitemaker]] | ||
− | ===smeserver-sitex SME9 === | + | ====smeserver-sitex SME9 ==== |
[[SiteX|sitex]] | [[SiteX|sitex]] | ||
− | ===smeserver-smbstatus SME9 === | + | ====smeserver-smbstatus SME9 ==== |
[[Smbstatus]] | [[Smbstatus]] | ||
− | ===smeserver-smesysadmin === | + | ====smeserver-smesysadmin ==== |
should be the new name of the smeserver-sme*admin, as it was initially designed for SME6 as a play word with "sys" in French (number six is pronounced the same way) | should be the new name of the smeserver-sme*admin, as it was initially designed for SME6 as a play word with "sys" in French (number six is pronounced the same way) | ||
[[Sme9admin]] | [[Sme9admin]] | ||
− | ===smeserver-smf SME9 === | + | ====smeserver-smf SME9 ==== |
[[SMF]] | [[SMF]] | ||
− | ===smeserver-subversion SME9 === | + | ====smeserver-subversion SME9 ==== |
[[Subversion]] | [[Subversion]] | ||
− | ===smeserver-sysmon SME9 === | + | ====smeserver-sysmon SME9 ==== |
[[Sysmon]] | [[Sysmon]] | ||
− | ===smeserver-teamspeak-server SME9 === | + | ====smeserver-teamspeak-server SME9 ==== |
[[TeamSpeak Server]] | [[TeamSpeak Server]] | ||
− | ===smeserver-tftp-server SME9 === | + | ====smeserver-tftp-server SME9 ==== |
[[Tftp server]] | [[Tftp server]] | ||
− | ===smeserver-theaddressbook SME8 === | + | ====smeserver-theaddressbook SME8 ==== |
[[The Address Book]] | [[The Address Book]] | ||
− | ===smeserver-thinclient SME9 === | + | ====smeserver-thinclient SME9 ==== |
[[Thinclient]] | [[Thinclient]] | ||
− | ===smeserver-transmission SME9 === | + | ====smeserver-transmission SME9 ==== |
[[Transmission]] | [[Transmission]] | ||
− | ===smeserver-trean SME7 === | + | ====smeserver-trean SME7 ==== |
[[Learn]] | [[Learn]] | ||
− | ===smeserver-tw-logonscript SME9 === | + | ====smeserver-tw-logonscript SME9 ==== |
[[Smeserver-tw-logonscript]] | [[Smeserver-tw-logonscript]] | ||
− | ===smeserver-typo3 SME8 === | + | ====smeserver-typo3 SME8 ==== |
[[Typo3]] | [[Typo3]] | ||
− | ===smeserver-unifi SME9 === | + | ====smeserver-unifi SME9 ==== |
[[Unifi]] | [[Unifi]] | ||
− | ===smeserver-unjunkmgr SME8 === | + | ====smeserver-unjunkmgr SME8 ==== |
[[Sme-unjunkmgr]] | [[Sme-unjunkmgr]] | ||
− | ===smeserver-updates SME9 === | + | ====smeserver-updates SME9 ==== |
[[Smeserver-updates]] | [[Smeserver-updates]] | ||
− | ===smeserver-usbdisksmanager SME9 === | + | ====smeserver-usbdisksmanager SME9 ==== |
[[Disk Manager]] | [[Disk Manager]] | ||
− | ===smeserver-userpanel SME9 === | + | ====smeserver-userpanel SME9 ==== |
[[UserManager]] | [[UserManager]] | ||
− | ===smeserver-userpanels SME9 === | + | ====smeserver-userpanels SME9 ==== |
[[UserManager]] | [[UserManager]] | ||
− | ===smeserver-user-webspace SME9 === | + | ====smeserver-user-webspace SME9 ==== |
[[User WebSpace]] | [[User WebSpace]] | ||
− | ===smeserver-vacation SME9 === | + | ====smeserver-vacation SME9 ==== |
[[Vacation]] | [[Vacation]] | ||
− | ===smeserver-virtualbox SME9 === | + | ====smeserver-virtualbox SME9 ==== |
[[VirtualBox]] | [[VirtualBox]] | ||
− | ===smeserver-vmware-server SME8 === | + | ====smeserver-vmware-server SME8 ==== |
[[Vmware]] | [[Vmware]] | ||
− | ===smeserver-wbl SME9 === | + | ====smeserver-wbl SME9 ==== |
[[Wbl]] | [[Wbl]] | ||
− | ===smeserver-webconsole SME8 === | + | ====smeserver-webconsole SME8 ==== |
[[Webconsole]] | [[Webconsole]] | ||
− | ===smeserver-webhosting SME9 === | + | ====smeserver-webhosting SME9 ==== |
[[Webhosting]] | [[Webhosting]] | ||
− | ===smeserver-webshare SME9 === | + | ====smeserver-webshare SME9 ==== |
[[Webshare]] | [[Webshare]] | ||
− | ===smeserver-wordpress SME9 === | + | ====smeserver-wordpress SME9 ==== |
[[Wordpress]] | [[Wordpress]] | ||
− | ===smeserver-xinetd SME9 === | + | ====smeserver-xinetd SME9 ==== |
[[Xinetd]] | [[Xinetd]] | ||
− | ===smeserver-xt_geoip SME9 === | + | ====smeserver-xt_geoip SME9 ==== |
[[Xt geoip]] | [[Xt geoip]] | ||
− | ===smeserver-zabbix-agent SME9 === | + | ====smeserver-zabbix-agent SME9 ==== |
[[Zabbix]] | [[Zabbix]] | ||
− | ===smeserver-zabbix-proxy SME9 === | + | ====smeserver-zabbix-proxy SME9 ==== |
[[Zabbix]] | [[Zabbix]] | ||
− | ===smeserver-zabbix-server SME9 === | + | ====smeserver-zabbix-server SME9 ==== |
[[Zabbix]] | [[Zabbix]] | ||
− | ===smeserver-zarafa-unix SME9 === | + | ====smeserver-zarafa-unix SME9 ==== |
[[Zarafa on SME 9]] | [[Zarafa on SME 9]] | ||
− | ===smeserver-zoneminder SME9 === | + | ====smeserver-zoneminder SME9 ==== |
[[Zoneminder]] | [[Zoneminder]] | ||
− | =Working and in smecontribs= | + | ==Working and in smecontribs== |
{{#ask: [[Version::~Contrib10]] [[Category:Contrib]] | {{#ask: [[Version::~Contrib10]] [[Category:Contrib]] | ||
|format=ul|link=all|headers=show|columns=4|limit=150 }} | |format=ul|link=all|headers=show|columns=4|limit=150 }} | ||
− | =Work ongoing in smedev or smetest for SME10 that need to test= | + | ==Work ongoing in smedev or smetest for SME10 that need to test== |
{{#ask: [[Version::~Devel10]] [[Category:Contrib]] | {{#ask: [[Version::~Devel10]] [[Category:Contrib]] | ||
|format=ul|link=all|headers=show|columns=4|limit=150 }} | |format=ul|link=all|headers=show|columns=4|limit=150 }} | ||
Line 675: | Line 690: | ||
|format=ul|link=all|headers=show|columns=4|limit=150 }} | |format=ul|link=all|headers=show|columns=4|limit=150 }} | ||
− | =Won't be ported to SME9= | + | ==Won't be ported to SME9== |
the following won't be ported : | the following won't be ported : | ||
* smeserver-kronolith ([[Kronolith]] included as part of the core with horde 5 ) | * smeserver-kronolith ([[Kronolith]] included as part of the core with horde 5 ) |
Revision as of 16:19, 20 March 2020
list of current available SME 9 contribs in Koozali smecontribs repo: 119
- Advanced Samba
- Advancedprompt
- Affa
- AltQmail
- Arpwatch
- AutoMysqlBackup
- AWStats
- Backup with Affa and FreeDup
- BackupPC
- Bandwidthd
- Bash-insulter
- BridgeInterface
- Cacti
- Centos2sme
- Certificate ssl management
- Check4updates
- Clamav unofficial sigs
- CoovaChilli
- Crontab Manager
- Dansguardian
- Dansguardian-panel
- DAR2
- Ddclient
- Denyhosts
- Dhcp-dns
- Dhcpmanager
- Disk Manager
- Diskusage
- Domains
- Dovecot-extras
- DownloadTicketService
- Durep
- Egroupware
- Email Whitelist-Blacklist Control
- Email-Management
- Expire-Accounts
- Extrarepositories
- Ezmlm
- Fail2ban
- Fetchmail
- FreePBX
- Geneweb
- GeoIP
- Git
- Groupmembers Panel
- Hardware Info
- HylaFax
- Isoqlog
- Lazy Admin Tools
- Learn
- LemonLDAP-NG
- Letsencrypt
- Libreswan
- Libreswan-xl2tpd
- Limesurvey
- Madsonic
- Mailalias
- Mailman
- Mailsorting
- Mailstats
- Minilist (tiny mailling list)
- Mod dav
- Mod Deflate
- Mod maxminddb
- Mod Python
- Motd
- Mxbackup
- Mysql57
- Nextcloud
- NFS
- Ntop
- OCS Inventory
- OpenVPN Bridge
- OpenVPN Routed
- OpenVPN SiteToSite
- Password
- Phpldapadmin
- Phplist
- PHPMyAdmin
- Phpsysinfo
- Phpvirtualbox
- Print monitor
- Qmhandle mail queue manager
- Radicale (carddav/caldav)
- Raidstatus
- Random Strong Password Generator
- Rdiff-backup
- Remoteuseraccess
- Rkhunter
- RoundCube
- Rsync
- SANE
- Sarg
- Seafile
- Sendmail-wrapper
- Service Control
- SharedFolders
- Shellinabox
- Smbstatus
- Softethervpn-server
- Sogo
- Subversion
- Sysmon
- Tftp server
- Thinclient
- Transmission
- Tw-logonscript
- Unifi
- UserManager
- Vacation
- WebFilter
- Webhosting
- Webshare
- Wordpress
- Xinetd
- Xt geoip
- Zabbix
- Zarafa on SME 9
- Zoneminder
Version 10 Contrib testing
This document lists Contribs that, need to be tested or have had been tested running under SME10
Contribs should work if they are perl or php based (unless php53 deprecated some functions needed). Some binary applications will work as well.
Contribs using perl modules might be broken due to change of path
Please also see Contribs Bugreport
Test guidelines
Considerations_before_installing advises that Contribs for SME10 have not yet been released, this is to avoid dev workload diagnosing bugs caused by contribs.
Please don't post SME 10 bugs unless you can replicate the bug with the contrib removed or isolated.
Setup
During the transition from SME9 to SME10, contrib packages will be migrated to the SME10 contrib repository. If the contrib is not yet in the SME10 Contrib repository and an entry in this Q&A suggests it will install properly then you will need to install the contrib from the SME9 repository.
Check to see if you already have the sme9contribs repository set up using the command:
db yum_repositories show sme9contribs
If it returns nothing then you will need to create a repo named sme9contribs, which points to the SME9 smecontribs repo
db yum_repositories set sme9contribs repository \ Name 'SME 9 - contribs' \ MirrorList 'http://mirrorlist.contribs.org/mirrorlist/smecontribs-9' \ GPGCheck yes \ Visible no \ status disabled signal-event yum-modify yum clean all
The following shows an example of how to install a contrib from the SME9 repo:
yum --enablerepo=sme9contribs,smecontribs install smeserver-openvpn-s2s
Notice the additional phrase "sme9contribs," in the command line.
Another example is as follows:
yum install smeserver-usbdisksmanager --enablerepo=sme9contribs --enablerepo=smecontribs
Known issue: contribs using php and httpd
SME10 introduce the use of php-fpm and dedicated pools for ibays and contribs. Hence, by default PHP module is disabled. Installing contribs containing a fragment template for /etc/httpd/conf/httpd.conf that contain any PHP module specific syntax will prevent httpd-e-smith to restart and leave you without webserver and server-manager.
The following contribs will need rework of their /etc/httpd/conf/httpd.conf before testing (incomplete list to update):
- smeserver-phpmyadmin
- smeserver-phpldapadmin
- smeserver-cacti
- smeserver-phpsysinfo
- smeserver-phpvirtualbox
- smeserver-wordpress
The following contribs use PHP but have their own webserver and should be safe to install but would need some work to use a PHP pool instead of a dedicated httpd server.
- smeserver-backuppc
- smeserver-freepbx
- smeserver-phpki
Those contribs are safe as they already use a php pool:
- smeserver-nextcloud
Known issue: Transaction check error conflicts with file from package
Previously with el6 /CentOS6/SME9 there was a relaxed check on folder ownership, and it was ignored if a folder was ownde by multiple rpms. With el7/CentOS7/SME10 this is not allowed anymore. Hence few packages build for SME9, will not install on SME10 because of this conflict.
Here is an example
Transaction check error:
file /usr/bin/ from isntall or smeserver-durep-1.5.0-4.el6.sme.noarch conflicts with file from package filesystem-3.2-25.el7.x86_64
Please, report this after testing the contrib here under. This willbe an easy fix as we just need to import the rpm after rebuilding it for SME10. Of course you will then need to test it further after.
Template for testing
not working
please open a bug
against the contrib.
, and write in the wiki you tested it and it fails.
BROKEN with your signature (--~~~~)
- bugs : bugzilla:NUMBER
- to install : yum install smeserver-contrib --enablerepo=sme9contribs,smecontribs,epel
- version-release tried:
- dependencies not in smeos,smeaddons,smecontribs:
- error :
- workaround :
- tested beyond installation : yes / no
working
write here it works, with the following information :
WORKS with your signature. (--~~~~)
- to install : yum install smeserver-contrib --enablerepo=sme9contribs,smecontribs,epel
- version-release installed:
- dependencies not in smeos,smeaddons,smecontribs:
- tested beyond installation : yes / no
Then please open a bug
against the contrib.
, to ask to push the contribs to sme10contribs.
Contribs
List of Contribs to be tested with current version
Need to import from external repositories
- smeserver-dar2 (stephdl)
- smeserver-egroupware-epl (stephdl)
- smeserver-phpvirtualbox (stephdl)
- smeserver-radicale (stephdl) Radicale (carddav/caldav)
- smeserver-raidstatus (stephdl) Raidstatus
- smeserver-sarg (stephdl)
- smeserver-shellinabox (stephdl)
- smeserver-sogo (stephdl)
- smeserver-transmission (stephdl)
- smeserver-virtualbox (stephdl)
- smeserver-callback (fws)
- smeserver-clamav-unoficial-sigs (fws)
- smeserver-dl (fws)
- smeserver-dokuwiki (fws)
- smeserver-dovecot-extra (fws)
- smeserver-expire-accounts (fws)
- smeserver-fluxbb (fws)
- smeserver-fusioninventory-agent (fws)
- smeserver-grr (fws)
- smeserver-jappix (fws)
- smeserver-lemonldap-ng (fws)
- smeserver-limesurvey (fws)
- smeserver-minilist (fws)
- smeserver-ntop (fws)
- smeserver-ooo-headless (fws)
- smeserver-opensondage (fws)
- smeserver-openvpn-routed (fws)
- smeserver-pam_cas (fws)
- smeserver-phplist (fws)
- smeserver-pydio (fws) (probably not, not maintained for a while, nextcloud and seafile are better options)
- smeserver-qos (fws)
- smeserver-qpsmtpd-log2sql
- smeserver-tt-rss (fws)
- smeserver-webapps-common
- smeserver-webfilter (fws)
- smeserver-zabbix-proxy (fws)
- smeserver-zabbix-agent (fws)
Need to test
advancedprompt SME9
bash-insulter SME9
smeserver-adv-samba SME9
smeserver-affa SME9
smeserver-ajaxterm SME9
smeserver-altqmail SME9
smeserver-arkeia SME7
smeserver-arpwatch SME9
smeserver-automysqlbackup SME9
smeserver-awstats SME9
smeserver-BackupPC SME9
smeserver-bandwidthd SME9
smeserver-base SME7
smeserver-bridge-interface SME9
smeserver-bugzilla SME9
smeserver-cacti SME9
smeserver-certificate SME9
smeserver-check4updates SME9
smeserver-coova-chilli SME9
smeserver-crontab_manager SME9
smeserver-dansguardian SME9
smeserver-dansguardian-panel SME9
smeserver-dansguardian-stats SME9
smeserver-dar2 SME9
smeserver-ddclient SME9
smeserver-denyhosts SME9
smeserver-dhcp-dns SME9
smeserver-dhcpmanager SME9
smeserver-dimp SME9
smeserver-dirty-tools SME9
smeserver-docker SME9
smeserver-domains SME9
smeserver-dovecot-extras SME9
smeserver-dspam SME7
smeserver-durep SME9
BROKEN tested by John Ross 2020-
- bugs :
- to install : yum install perl-MLDBM --enablerepo=epel -y; yum install smeserver-durep --enablerepo=sme9contribs,smecontribs,epel
- version-release tried: smeserver-durep-1.5.0-4.el6.sme.noarch
- dependencies not in smeos,smeaddons,smecontribs: epel : perl-MLDBM
- error : file /usr/bin/ from isntall or smeserver-durep-1.5.0-4.el6.sme.noarch conflicts with file from package filesystem-3.2-25.el7.x86_64
- workaround : none need rebuild
- tested beyond installation : no
smeserver-egroupware SME9
(not ported to SME9 Egroupware, see smeserver-egroupware-epl from Stephdl)
smeserver-ejabberd SME9
smeserver-email-management SME9
smeserver-extrarepositories SME9
smeserver-ezmlm-web SME9
smeserver-ezmlm-www SME9
smeserver-fail2ban SME9
smeserver-fetchmail SME9
smeserver-freepbx SME9
smeserver-geneweb SME9
smeserver-geoip SME9
smeserver-git SME9
smeserver-gitweb SME9
smeserver-gitweb-theme SME9
smeserver-gollem SME8
(Horde3 plugin has not been ported to SME9)
smeserver-groupmembers-panel SME9
smeserver-groupoffice SME8
smeserver-guardiand SME7
smeserver-hwinfo SME9
smeserver-hylafax SME9
smeserver-ipp2p SME7
smeserver-isoqlog SME9
smeserver-jeta SME9
Jeta is a Java based Horde module to provide SSH login access to a web server, or to another machine if used in conjunction with some relaying software which can be installed on the web server.
smeserver-kplaylist SME8
smeserver-lazy_admin_tools SME9
smeserver-learn SME9
smeserver-letsencrypt SME9
will probably be included in Core, so not needed to import.
smeserver-libreswan SME9
smeserver-libreswan-xl2tpd SME9
smeserver-madsonic SME9
smeserver-mailalias SME9
smeserver-mailman SME9
smeserver-mailsorting SME9
smeserver-mailstats SME9
smeserver-mediatomb SME9
maybe not the worth migrating as not maintained, should use its fork or equivalent
smeserver-mediawiki SME8
smeserver-megaraidmon SME7
smeserver-migratehelper SME9
smeserver-mimp SME8
MIMP is a project to create a version of IMP suitable for small mobile devices such as WAP phones or PDAs. Basic IMP functionality is implemented including mailbox viewing and paging, viewing messages, deleting, replying, forwarding, and composing new messages.
smeserver-mod_dav SME9
smeserver-mod_evasive
smeserver-mod_FastCGI
smeserver-mod_deflate SME9
smeserver-mod_maxminddb SME9
smeserver-mod_python SME9
smeserver-moodle SME7
smeserver-motd SME9
smeserver-mysql55 SME9
smeserver-mysql57 SME9
smeserver-nagios SME8
- this is a really heavy application to maintain
- we suggest you to use the alternative solution available: Zabbix
- if you plan to maintain it on SME server please, open a bug and start working on it
smeserver-nagios-backup SME8
see Nagios
- this is a really heavy application to maintain
- we suggest you to use the alternative solution available: Zabbix
- if you plan to maintain it on SME server please, open a bug and start working on it
smeserver-nagiosgrapher SME8
- this is a really heavy application to maintain
- we suggest you to use the alternative solution available: Zabbix
- if you plan to maintain it on SME server please, open a bug and start working on it
smeserver-nagios-nrpe SME8
- this is a really heavy application to maintain
- we suggest you to use the alternative solution available: Zabbix
- if you plan to maintain it on SME server please, open a bug and start working on it
smeserver-nagios-nsca SME8
- this is a really heavy application to maintain
- we suggest you to use the alternative solution available: Zabbix
- if you plan to maintain it on SME server please, open a bug and start working on it
smeserver-nagios-plugins-mysql SME8
see Nagios
- this is a really heavy application to maintain
- we suggest you to use the alternative solution available: Zabbix
- if you plan to maintain it on SME server please, open a bug and start working on it
smeserver-nextcloud SME9
smeserver-nfs SME9
smeserver-oats SME8
smeserver-ocsinventory SME9
smeserver-openoffice-portable SME8
smeserver-openswan SME8
smeserver-openvpn-bridge SME9
smeserver-openvpn-s2s SME9
smeserver-openvpn-s2s SME9 FWS
smeserver-oscommerce SME9
smeserver-password SME9
smeserver-photos SME7
smeserver-phpbb SME8
smeserver-phpki SME9
smeserver-phpldapadmin SME9
smeserver-phpmyadmin SME9
smeserver-phpsysinfo SME9
smeserver-phpvirtualbox SME9
smeserver-phpwebftp SME9
smeserver-popfile SME9
smeserver-postgresql SME9
smeserver-print-monitor SME9
smeserver-qmHandle SME9
smeserver-qpsmtpd-spamassassinlevelstars SME8
Qpsmtpd:spamassassinlevelstars
smeserver-raidstatus SME9 Stephdl
smeserver-rdiff-backup SME9
smeserver-remoteuseraccess SME9
smeserver-rkhunter SME9
smeserver-roundcube SME9
smeserver-sane SME9
smeserver-sarg SME9
smeserver-scuttle SME9
smeserver-sendmail-wrapper SME9
smeserver-service_control SME9
smeserver-sitemaker SME8
smeserver-sitex SME9
smeserver-smbstatus SME9
smeserver-smesysadmin
should be the new name of the smeserver-sme*admin, as it was initially designed for SME6 as a play word with "sys" in French (number six is pronounced the same way)
smeserver-smf SME9
smeserver-subversion SME9
smeserver-sysmon SME9
smeserver-teamspeak-server SME9
smeserver-tftp-server SME9
smeserver-theaddressbook SME8
smeserver-thinclient SME9
smeserver-transmission SME9
smeserver-trean SME7
smeserver-tw-logonscript SME9
smeserver-typo3 SME8
smeserver-unifi SME9
smeserver-unjunkmgr SME8
smeserver-updates SME9
smeserver-usbdisksmanager SME9
smeserver-userpanel SME9
smeserver-userpanels SME9
smeserver-user-webspace SME9
smeserver-vacation SME9
smeserver-virtualbox SME9
smeserver-vmware-server SME8
smeserver-wbl SME9
smeserver-webconsole SME8
smeserver-webhosting SME9
smeserver-wordpress SME9
smeserver-xinetd SME9
smeserver-xt_geoip SME9
smeserver-zabbix-agent SME9
smeserver-zabbix-proxy SME9
smeserver-zabbix-server SME9
smeserver-zarafa-unix SME9
smeserver-zoneminder SME9
Working and in smecontribs
- Advancedprompt
- Affa
- Arpwatch
- Autodiscover
- AutoMysqlBackup
- AWStats
- BackupPC
- Bandwidthd
- Bash-insulter
- BridgeInterface
- Bugzilla
- Cacti
- Centos2sme
- Certificate ssl management
- Check4updates
- Clamav unofficial sigs
- Collabora
- Crontab Manager
- Ddclient
- Denyhosts
- Dhcp-dns
- Dhcpmanager
- Diskusage
- Dokuwiki
- Domains
- Dovecot-extras
- DownloadTicketService
- Durep
- Email Whitelist-Blacklist Control
- Email-Management
- Expire-Accounts
- Ezmlm
- Ezmlm-www
- Fail2ban
- Fetchmail
- FreePBX
- Geneweb
- GeoIP
- Git
- Groupmembers Panel
- Hardware Info
- HylaFax
- Isoqlog
- Lazy Admin Tools
- Learn
- Letsencrypt
- Loginscript
- Madsonic
- Mailalias
- Mailman
- Mailsorting
- Mailstats
- Mariadb101
- Mariadb102
- Mariadb103
- Mariadb105
- Mediawiki
- Migratehelper
- Mod dav
- Mod Deflate
- Mod maxminddb
- Mod Python
- Motd
- Mysql57
- Nextcloud
- NFS
- Nginx
- ONLYOFFICE
- Open-vm-tools
- OpenVPN Bridge
- OpenVPN Routed
- OpenVPN SiteToSite
- Password
- PHPki
- Phpldapadmin
- Phplist
- PHPMyAdmin
- Phppgadmin
- Phpsysinfo
- Postgresql
- Print monitor
- Pxe
- Qemu guest agent
- Qmail-notify
- Qmhandle mail queue manager
- Rabbitmq-server
- Radicale (carddav/caldav)
- Raidstatus
- Redis
- Remoteuseraccess
- Rkhunter
- RoundCube
- Rsync-backup2disk
- SANE
- Sendmail-wrapper
- Service Control
- SharedFolders
- Smbstatus
- Smeadmin
- Softethervpn-server
- Subversion
- Supervisor
- Sysmon
- Systemd-control
- Tftp server
- Thinclient
- TinyTinyRSS
- Tw-logonscript
- Unifi
- Unjunkmgr
- UserManager
- Vacation
- Webhosting
- Webshare
- Wireguard
- Wordpress
- Wsdd
- Xinetd
- Xt geoip
- Zabbix
- Zabbix-agent
Work ongoing in smedev or smetest for SME10 that need to test
- Advanced Samba
- Affa
- AltQmail
- Disk Manager
- Docker
- Libreswan
- Libreswan-xl2tpd
- Phpvirtualbox
- Shellinabox
- Softethervpn-server
- Sogo
- WebFilter
- Zoneminder
Won't be ported to SME9
the following won't be ported :
- smeserver-kronolith (Kronolith included as part of the core with horde 5 )
- smeserver-mnemo (Mnemo included as part of the core with horde 5 )
- smeserver-nag (nag included as part of the core with horde 5 )
- smeserver-php-fpm (Php-fpm part of core now)
- smeserver-php-scl (PHP scl provided by core)
- smeserver-php5-cgi (deprecated)
- smeserver-phpmyadmin-multiuser (part of smeserver-phpmyadmin)
- smeserver-sme7admin (rename smeserver-smesysadmin)
- smeserver-sme8admin (rename smeserver-smesysadmin)
- smeserver-sme9admin (rename smeserver-smesysadmin)
- smeserver-subsonic (Subsonic smeserver-madsoinic is a fork)
- smeserver-system_monitor (SystemMonitor was a fork of smeserver-sysmon)
- smeserver-zarafa (Zarafa replaced by smeserver-zarafa-unix
- smeserver-gallery2 (Gallery2 not maintained anymore)
- smeserver-raidmonitor (Raidmonitor deprecated after SME8, see Raidstatus
- smeserver-tf-b4rt (last update : 2008-Mar-22 18:12 - consider moving to transmission, which is an active project)
- smeserver-htbwshaper (Wondershaper please see Qos this contrib is no longer maintained)
- smeserver-webconsole ( webconsole; considering the license considering Java is less and less implemented in webbrowsers; consider Shellinabox or Ajaxterm )
- smeserver-inventory-tools please move to OCS Inventory Tools
- smeserver-jinzora Unmaintained, please considere Madsonic
- smeserver-nagiosgrapher; should update to nagios