Difference between revisions of "SME8.0 Contribs QA"

From SME Server
Jump to navigationJump to search
m (Added to a new categorisation page for SME Server project pages)
 
(116 intermediate revisions by 10 users not shown)
Line 2: Line 2:
 
This document lists Contribs that have had been tested running under  SME 8  
 
This document lists Contribs that have had been tested running under  SME 8  
  
Contribs should work if they are perl or php based. Some binary application will work as well.
+
Contribs should work if they are perl or php based (unless php53 deprecated some functions needed) . Some binary applications will work as well.
 +
 
 +
Please also see [[Contribs Bugreport]]
  
 
==Test guidelines==
 
==Test guidelines==
Line 12: Line 14:
  
 
==Setup==
 
==Setup==
Create a repo named sme7contribs, which points at the SME7 smecontribs repo
+
During the transition from SME7 to SME8, contrib packages will be migrated to the SME8 contrib repository. If the contrib is not yet in the SME8 Contrib repository and an entry in this Q&A suggests it will install properly then you will need to install the contrib from the SME7 repository.
 +
 
 +
Check to see if you already have the sme7contribs repository set up using the command:
 +
db yum_repositories show sme7contribs
 +
If it returns nothing then you will need to create a repo named sme7contribs, which points to the SME7 smecontribs repo
 +
 
 +
{{Note box|'''SME7 has now reached EOL the SME7 release and all appropriate contribs have been moved into the "obsolete" tree on the mirrors'''}}
 +
 
 
  db yum_repositories set sme7contribs repository \
 
  db yum_repositories set sme7contribs repository \
 +
Name 'SME 7 - contribs' \
 +
BaseURL 'http://mirror.contribs.org/releases/obsolete/7.6/smecontribs/$basearch' \
 
  GPGCheck yes \
 
  GPGCheck yes \
MirrorList http://distro.ibiblio.org/pub/linux/distributions/smeserver/mirrorlist/smecontribs-7 \
 
Name 'SME 7 - contribs' \
 
 
  Visible no \
 
  Visible no \
 
  status disabled
 
  status disabled
Line 24: Line 33:
  
  
{{Note box|'''now when you will install  a package from sme7contribs, you need to use smecontribs to resolve some problems of dependencies...'''}}
+
{{Note box|'''now you will need to add the package from sme7contribs and  smecontribs to resolve some problems of dependencies...'''}}
  
example :
+
The following shows an example of how to install a contrib from the SME7 repo:
  
yum '''--enablerepo=sme7contribs --enablerepo=smecontribs''' install smeserver-openvpn-s2s
+
  yum '''--enablerepo=sme7contribs --enablerepo=smecontribs''' install smeserver-openvpn-s2s
 +
 
 +
Notice the additional phrase " --enablerepo=sme7contribs " in the command line.
 +
 
 +
Another example is as follows:
 +
  yum install smeserver-usbdisksmanager --enablerepo=sme7contribs --enablerepo=smecontribs
  
 
=Contribs=
 
=Contribs=
Line 35: Line 49:
 
* [http://bugs.contribs.org/report.cgi?x_axis_field=bug_status&y_axis_field=component&product=SME+Contribs&format=table&action=wrap&version=development%20(8.x) Bugs related to contribs in SME 8]
 
* [http://bugs.contribs.org/report.cgi?x_axis_field=bug_status&y_axis_field=component&product=SME+Contribs&format=table&action=wrap&version=development%20(8.x) Bugs related to contribs in SME 8]
  
==Working==
+
==Working available through SME8 smecontribs repo==
 
 
===logwatch===
 
[[logwatch]] - Installed from addons repo - seems to work fine afaict
 
- All dependencies are in smecontribs, smeaddons or smeextras
 
  
 
===smeserver-adv-samba===
 
===smeserver-adv-samba===
Line 54: Line 64:
  
 
===smeserver-arpwatch===
 
===smeserver-arpwatch===
Installed and running (ver: smeserver-arpwatch-0.1-2) in a semi-production environment (SME8b6)
+
Installed and running  
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
 
 +
===smeserver-automysqlbackup *===
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
Line 64: Line 77:
  
 
[[BackupPC]]
 
[[BackupPC]]
To install Backuppc, there is some problemes of dependancies, so you need to refer to this post on the forum
+
install as per wiki, works as expected
[http://forums.contribs.org/index.php/topic,46991.msg233106.html#msg233106]
 
  
todo :
+
- All dependencies are in smecontribs, smeaddons or smeextras
  
db yum_repositories set rpmforge repository \
+
[[bugzilla:7281]] see bugzilla if you can't backup with the smb protocol
BaseURL 'http://apt.sw.be/redhat/el5/en/$basearch/rpmforge' \
 
EnableGroups no \
 
Exclude freetype,htop,iptraf,rsync,syslinux \
 
GPGCheck yes \
 
GPGKey http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt \
 
Name 'RPMForge - EL5' \
 
Visible no \
 
status disabled
 
  
signal-event yum-modify
+
===smeserver-bandwidthd *===
yum install --enablerepo=rpmforge perl-XML-RSS perl-Time-module* perl-File-RsyncP
+
  - All dependencies are in smecontribs, smeaddons or smeextras
wget http://repo.firewall-services.com/centos-testing/5/noarch/BackupPC-3.2.0-7.beta0.el5.fws.noarch.rpm
 
  yum localinstall BackupPC-3.2.0-7.beta0.el5.fws.noarch.rpm
 
signal-event post-upgrade && signal-event reboot
 
  
 
===smeserver-bridge-interface===
 
===smeserver-bridge-interface===
Line 94: Line 95:
  
 
===smeserver-cacti===
 
===smeserver-cacti===
Functionality hasn't been tested beyond ability to install
 
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 +
 +
 +
===smeserver-crontab_manager===
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
 +
===smeserver-dansguardian===
 +
[[Dansguardian]] - install as per wiki, works as expected
  
 
===smeserver-dar2===
 
===smeserver-dar2===
Line 116: Line 123:
 
[[Diskusage]] - install as per wiki, works as expected
 
[[Diskusage]] - install as per wiki, works as expected
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 +
 +
 +
===smeserver-domains *===
 +
* [[Domains]]
  
 
===smeserver-durep===
 
===smeserver-durep===
 
A new package will soon be available in sme8 contribs repo, check: http://wiki.contribs.org/Durep
 
A new package will soon be available in sme8 contribs repo, check: http://wiki.contribs.org/Durep
 
  - Installs OK and fully functional.
 
  - Installs OK and fully functional.
 +
 +
===smeserver-egroupware===
 +
- install as per wiki, works as expected
 +
- All dependencies are in smecontribs, smeaddons or smeextras and openSuse Centos repo
  
 
===smeserver-ejabberd===
 
===smeserver-ejabberd===
Line 137: Line 152:
  
 
Needs atprms-repository configured.
 
Needs atprms-repository configured.
Install as per howto[http://forums.contribs.org/index.php/topic,48143.0.html]
+
Install as per howto [http://forums.contribs.org/index.php/topic,48143.0.html]
  
After installing I was able to update FreePBX from 2.6 to 2.9, the latest stable, by using the update function in the FreePBX web-interface.
+
After installing I was able to update FreePBX from 2.6 to 2.9, the latest stable, by using the update function in the FreePBX web-interface. You will need to send some signal-event freepbx-update between versions update.
  
 
There are some udev errors while booting, claiming about invalid dahdi.rules. This seems not to be critical. I will post this to the bug-tracker.
 
There are some udev errors while booting, claiming about invalid dahdi.rules. This seems not to be critical. I will post this to the bug-tracker.
  
===smeserver-gallery2===
+
===smeserver-geoip===
Functionality hasn't been tested beyond ability to install
+
Works as expected, see wiki page for installation
- All dependencies are in smecontribs, smeaddons or smeextras
 
 
 
===smeserver-geneweb===
 
[[Geneweb]] installs as per wiki and works as expected. Not thoroughly tested, but basic functionality (transfering a database form 7.5.1, uploading pictures, restricting access) is available
 
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
Line 156: Line 167:
  
 
===smeserver-groupmembers-panel===
 
===smeserver-groupmembers-panel===
Functionality hasn't been tested beyond ability to install
 
- All dependencies are in smecontribs, smeaddons or smeextras
 
 
===smeserver-groupoffice===
 
 
Functionality hasn't been tested beyond ability to install
 
Functionality hasn't been tested beyond ability to install
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
Line 169: Line 176:
 
===smeserver-hwinfo===
 
===smeserver-hwinfo===
 
[[Hardware Info]] - install as per wiki, works as expected
 
[[Hardware Info]] - install as per wiki, works as expected
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
 +
===smeserver-hylafax===
 +
install as per wiki, works as expected
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
 +
===smeserver-isoqlog *===
 +
[[isoqlog]] installs as per wiki,
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
Line 182: Line 197:
 
Functionality hasn't been tested beyond ability to install
 
Functionality hasn't been tested beyond ability to install
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 +
 +
===smeserver-Lazy_Admin_Tools *===
 +
[[lat]] installs as per wiki,
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
 +
 +
===smeserver-learn===
 +
see [[learn]]
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
 +
===smeserver-madsonic *===
 +
new contribs, see : [[Madsonic]]
  
 
===smeserver-mailman===
 
===smeserver-mailman===
[[Mailman]] - Mailman contrib causes SME 8 bootstrap-console to hang (need retest after apache fix and dependency updates).
+
[[Mailman]] -
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
Line 192: Line 219:
  
 
===smeserver-mailstats===
 
===smeserver-mailstats===
[[mailstats]] - sme-mailstats - Install as per wiki  
+
[[mailstats]] - sme-mailstats - Install as per wiki, Works as expected.
 
 
Works as expected.
 
- All dependencies are in smecontribs, smeaddons or smeextras
 
 
 
===smeserver-mediawiki===
 
Functionality hasn't been tested beyond ability to install
 
 
 
Install using this post: [http://forums.contribs.org/index.php/topic,44909.0.html| testing Mediawiki 1.15.1 on SME 8] (may no longer be necessary)
 
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
Line 229: Line 248:
 
===smeserver-nagios===
 
===smeserver-nagios===
 
Functionality hasn't been tested beyond ability to install - see Note [[Nagios]] about making this work in SME8 (needs to be rechecked with updated pacakges and dependencies)
 
Functionality hasn't been tested beyond ability to install - see Note [[Nagios]] about making this work in SME8 (needs to be rechecked with updated pacakges and dependencies)
- All dependencies are in smecontribs, smeaddons or smeextras
+
- All dependencies are in smecontribs, smeaddons or smeextras
  
 
===smeserver-nagios-backup===
 
===smeserver-nagios-backup===
 
Functionality hasn't been tested beyond ability to install
 
Functionality hasn't been tested beyond ability to install
- All dependencies are in smecontribs, smeaddons or smeextras
+
- All dependencies are in smecontribs, smeaddons or smeextras
 
 
===smeserver-nagiosgrapher===
 
Functionality hasn't been tested beyond ability to install
 
- All dependencies are in smecontribs, smeaddons or smeextras
 
  
 
===smeserver-nagios-nrpe===
 
===smeserver-nagios-nrpe===
Line 249: Line 264:
 
===smeserver-nagios-plugins-mysql===
 
===smeserver-nagios-plugins-mysql===
 
Functionality hasn't been tested beyond ability to install
 
Functionality hasn't been tested beyond ability to install
- All dependencies are in smecontribs, smeaddons or smeextras
+
- All dependencies are in smecontribs, smeaddons or smeextras
  
 
===smeserver-nfs===
 
===smeserver-nfs===
Line 255: Line 270:
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
===smeserver-openoffice-portable===
+
===smeserver-oats===
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
 
 +
===smeserver-ocsinventory===
 
Functionality hasn't been tested beyond ability to install
 
Functionality hasn't been tested beyond ability to install
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
===smeserver-openvpn-s2s===
+
===smeserver-openoffice-portable===
Install as per Wiki - Works as expected.
+
Functionality hasn't been tested beyond ability to install
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
Line 267: Line 285:
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
===smeserver-oscommerce===
+
===smeserver-openvpn-s2s===
Functionality hasn't been tested beyond ability to install
+
Install as per Wiki - Works as expected.
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
 
===smeserver-password===
 
===smeserver-password===
Functionality hasn't been tested beyond ability to install
 
- All dependencies are in smecontribs, smeaddons or smeextras
 
 
===smeserver-phpbb===
 
 
Functionality hasn't been tested beyond ability to install
 
Functionality hasn't been tested beyond ability to install
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
Line 287: Line 301:
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
Note: The version of phpldapadmin supplied in smeserver-phpldapadmin (0.9.8) is old,  
+
===smeserver-phpmyadmin===
upgrading to the latest version (1.2.2) is required, refer:
+
[[PHPMyAdmin]] - install as per wiki, works as expected
http://bugs.contribs.org/show_bug.cgi?id=6895
+
- All dependencies are in smecontribs, smeaddons or smeextras
  
 
===smeserver-phpsysinfo===
 
===smeserver-phpsysinfo===
 
Functionality hasn't been tested beyond ability to install
 
Functionality hasn't been tested beyond ability to install
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 +
 +
 +
===smeserver-phpvirtualbox *===
 +
- Install as per wiki
  
 
===smeserver-phpwebftp===
 
===smeserver-phpwebftp===
Line 309: Line 327:
 
===smeserver-print-monitor===
 
===smeserver-print-monitor===
 
[[LPRng print queue monitor‎]] - install as per wiki, works as expected
 
[[LPRng print queue monitor‎]] - install as per wiki, works as expected
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
 +
===smeserver-qmHandle *===
 +
fully working
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
Line 329: Line 351:
 
===smeserver-rkhunter===
 
===smeserver-rkhunter===
 
rkhunter - Installed from contribs repo - seems to work fine afaict
 
rkhunter - Installed from contribs repo - seems to work fine afaict
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
 +
===smeserver-roundcube===
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
Line 340: Line 365:
  
 
===smeserver-shared-folders===
 
===smeserver-shared-folders===
Functionality hasn't been tested beyond ability to install
+
- works as per wiki [http://wiki.contribs.org/SharedFolders howto].
 
+
  - Just had to use "signal-event post-upgrade && signal-event reboot because just "expand-template /etc/fstab" do not worked.
by Jáder: I have installed it as by [http://wiki.contribs.org/SharedFolders howto].
+
- found an error (will put on bugzilla): when creating a share with name longer than limit (12 as standard), just returns an generic ERROR and do not say the cause.
   
+
- Other than that, it appears to be working  I was able to copy to, read, del files.
Just had to use "signal-event post-upgrade && signal-event reboot
 
" because just "expand-template /etc/fstab" do not worked.
 
 
 
I found an error (will put on bugzilla): when creating a share with name longer than limit (12 as standard), just returns an generic ERROR and do not say the cause.
 
 
 
Other than that, it appears to be working  I was able to copy to, read, del files.
 
 
 
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
Line 357: Line 375:
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
===smeserver-smf===
+
===smeserver-sme8admin *===
Functionality hasn't been tested beyond ability to install
+
fully working
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
 
 +
===smeserver-subsonic *===
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
Line 364: Line 385:
 
[[subversion]] Install as per Wiki - Works as expected in SME8b7
 
[[subversion]] Install as per Wiki - Works as expected in SME8b7
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 +
- do not work on 64 bit system
  
 
+
===smeserver-sysmon *===
===smeserver-teamspeak-server===
+
fully working
Functionality hasn't been tested beyond ability to install
 
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
 
===smeserver-tftp-server===
 
===smeserver-tftp-server===
Functionality hasn't been tested beyond ability to install
 
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 +
 +
===smeserver-theaddressbook===
 +
[[The Address Book]] - install as per wiki, works as expected
 +
 +
please take note of http://forums.corvalis.net/viewtopic.php?t=720&highlight=1054 if you have issues with groups
 +
- Needs to have package rebuilt for el5
  
 
===smeserver-thinclient===
 
===smeserver-thinclient===
Functionality hasn't been tested beyond ability to install
 
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
Warning: The contrib allows to specify the TFTP server as "Self". This worked well under SME7 but not under SME8. To get this working under SME8, we had to choose the SME server's IP address to achieve the same result as "self" otherwise the clients cannot find/load from the TFTP server.
+
Warning: The contrib allows to specify the TFTP server as "Self". This worked well under SME7 but not under SME8. To get this working under SME8, we had to choose the SME server's IP address to achieve the same result as "self" otherwise the clients cannot find/load from the TFTP server. We have reported this as bug 6542 for the contrib but with this workaround, the contrib is working well under SME8.
 +
Bug has been reported as work for me, so please comment on it if you can replicate.
 +
 
  
We have reported this as bug 6542 for the contrib but with this workaround, the contrib is working well under SME8.
+
===smeserver-transmission *===
 +
[[transmission]] Install as per Wiki - Works as expected.  
  
 
===smeserver-tw-logonscript===
 
===smeserver-tw-logonscript===
 
[[Smeserver-tw-logonscript]] Install as per Wiki - Works as expected.  
 
[[Smeserver-tw-logonscript]] Install as per Wiki - Works as expected.  
- All dependencies are in smecontribs, smeaddons or smeextras
 
 
===smeserver-typo3===
 
Functionality hasn't been tested beyond ability to install
 
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
Line 395: Line 419:
  
 
===smeserver-updates===
 
===smeserver-updates===
Functionality hasn't been tested beyond ability to install
 
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
 
===smeserver-usbdisksmanager===
 
===smeserver-usbdisksmanager===
Functional, except some error message are present in the panel of the server manager about the interface. will be fixed soon.
+
fully working
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
Line 409: Line 432:
 
[http://www.dungog.net/wiki/Usermanager#Change_password Smeserver-userpanels]  - install as per wiki, works as expected
 
[http://www.dungog.net/wiki/Usermanager#Change_password Smeserver-userpanels]  - install as per wiki, works as expected
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 +
 +
===smeserver-UserWebSpace===
 +
- install as per wiki, works as expected
 +
- All dependencies are in smecontribs, smeaddons or smeextras
  
 
===smeserver-vacation===
 
===smeserver-vacation===
 
[http://www.dungog.net/wiki/Smeserver-vacation Smeserver-vacation] - install as per wiki, works as expected
 
[http://www.dungog.net/wiki/Smeserver-vacation Smeserver-vacation] - install as per wiki, works as expected
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
 +
===smeserver-virtualbox *===
 +
- install as per wiki
 +
 +
===smeserver-vmware-server===
 +
won't be ported to SME9 as vmware server no longer supported.
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
Line 420: Line 454:
 
===smeserver-webconsole===
 
===smeserver-webconsole===
 
Functionality hasn't been tested beyond ability to install
 
Functionality hasn't been tested beyond ability to install
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
 +
===smeserver-webshare===
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
see [[Webshare]]
 +
 +
===smeserver-wordpress===
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
 
===smeserver-xinetd===
 
===smeserver-xinetd===
 +
fully working
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
 +
 +
 +
* new or returning contribs absent from SME7 repo
 +
 +
==Work in Progress - Please help and consult bugs.contribs.org ==
 +
 +
===smeserver-Dansguardian-stats===
 +
{{Note box|msg=Work on progress, please refer to bugzilla to help and see this contrib back soon.[[bugzilla:7620]]}}
 +
see http://bugs.contribs.org/show_bug.cgi?id=7737 and http://bugs.contribs.org/show_bug.cgi?id=7620
 +
 +
===smeserver-dansguardian-panel - dungog-dansguardian===
 +
work in progress some bugs with x64 systems
 +
see : http://bugs.contribs.org/show_bug.cgi?id=7866
 +
{{Note box|msg=Please consider to help verify if you have a x64 system !}}
 +
 +
===smeserver-pyload *===
 +
http download client : work in progress
 +
 +
===smeserver-teamspeak-server===
 +
Functionality hasn't been tested beyond ability to install
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
see:  http://bugs.contribs.org/show_bug.cgi?id=7728
 +
 +
 +
 +
==Working available through SME7 smecontribs repo in obsolete==
 +
 +
===smeserver-gallery2===
 +
Functionality hasn't been tested beyond ability to install
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
 +
===smeserver-geneweb===
 +
[[Geneweb]] installs as per wiki and works as expected. Not thoroughly tested, but basic functionality (transfering a database form 7.5.1, uploading pictures, restricting access) is available
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
Although the version in sme7 obsolete repo is functional, geneweb won't be ported to SME8 buildsys, unless some volunteers show up. The package would need a lot of work and updates in order to be build again ( the required language devel rpm version no more available to built it).
 +
 +
===smeserver-mediawiki===
 +
Functionality hasn't been tested beyond ability to install
 +
 +
Install using this post: [http://forums.contribs.org/index.php/topic,44909.0.html| testing Mediawiki 1.15.1 on SME 8] (may no longer be necessary)
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
 +
===smeserver-oscommerce===
 
Functionality hasn't been tested beyond ability to install
 
Functionality hasn't been tested beyond ability to install
 
  - All dependencies are in smecontribs, smeaddons or smeextras
 
  - All dependencies are in smecontribs, smeaddons or smeextras
  
==Workarounds==
+
===smeserver-phpbb===
Contribs that sort of work, but need improvement
+
Functionality hasn't been tested beyond ability to install
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
 
 +
===smeserver-smf===
 +
Functionality hasn't been tested beyond ability to install
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
 
 +
===smeserver-typo3===
 +
Functionality hasn't been tested beyond ability to install
 +
- All dependencies are in smecontribs, smeaddons or smeextras
 +
 
 +
 
  
===smeserver-vmware===
 
The contrib introduces a dependency that cannot be resolved. This dependency is not necessary for sme8.
 
Download vmware-server 2.02 and obtain a license key (you need this during installation in vmware-config.pl).
 
yum install xinetd
 
yum localinstall <path-to--rpm-file>/VMware-server-2.0.2-203138.i386.rpm
 
configure vmware:
 
vmware-config.pl
 
and set vmware to autostart and reboot:
 
ln -s ../init.d/vmware /etc/rc7.d/S19vmware
 
signal-event post-upgrade; signal-event reboot
 
  
Watch the console for a correct start of vmware services. Features like maintenance from external networks, vmware configuration db commands described in the contrib [[vmware]] do not work. Use
 
/etc/init.d/vmware start|stop|restart
 
to manage the vmware services. If you do not want vmware server to autostart, remove the symbolic link .
 
  
No warranties, Happy VM-ing!
+
==Workarounds==
 +
Contribs that sort of work, but need improvement
  
 
===smeserver-zarafa===
 
===smeserver-zarafa===
Line 454: Line 540:
 
  - smeserver-zarafa-0.9.0-49.el4.sme
 
  - smeserver-zarafa-0.9.0-49.el4.sme
  
===User WebSpace===
 
This contribs work followin the steps described here [http://wiki.contribs.org/User_WebSpace]
 
  
but without php interpretation.
 
to enable php for users we need to edit the templated istalled with the package:
 
  
    /etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess50userdir
 
  
and add the following lines:
 
  
    AddType application/x-httpd-php .php .php3 .phtml
 
    AddType application/x-httpd-php-source .phps
 
  
in the fragment of code that define "Generic user dir access directive"
+
==Broken, not tested or missing dependencies==
  
after that we expand the modified template and restart the service:
+
===smeserver-coova-chilli===
  
    expand-template /etc/httpd/conf/httpd.conf
+
===smeserver-dirty-tools===
  
    sv h /service/httpd-e-smith
+
===smeserver-ezmlm-www===
  
i hope that this hint can help unexperienced users, REDTEO
+
===smeserver-groupoffice===
 +
PHP Deprecated errors. Package need a big work to integrate the newest version PH53 compatible. Unless a volunteer shows up won't be ported.
 +
- All dependencies are in smecontribs, smeaddons or smeextras
  
==Broken (or missing dependencies)==
+
===smeserver-moodle===
  
===smeserver-coova-chilli===
+
===smeserver-photos===
  
===smeserver-dansguardian===
+
===smeserver-scuttle===
[[Dansguardian]] - install as per wiki, works as expected
+
[[Scuttle]]  
 
+
- last version available upstream :0.9.0, no maintainer since 2010-12-28
dansguardian would likely benefit from rebuilding on a .el5 base
 
 
  - Needs to have package rebuilt for el5
 
  - Needs to have package rebuilt for el5
  
===smeserver-dirty-tools===
+
===smeserver-sitex===
 +
- last upstream update : SiteX Stable releases 2011-01-23
  
===smeserver-ezmlm-www===
+
===smeserver-trean===
 +
- Horde plugin to manage bookmarks
 +
- needs a wiki page
  
===smeserver-hylafax===
+
===smeserver-zabbix-agent===
Reported to be working in Forums: http://forums.contribs.org/index.php?topic=48498.new;topicseen#new
 
  
===smeserver-jinzora===
+
===smeserver-zabbix-proxy===
  
===smeserver-joomla===
+
===smeserver-zabbix-server===
  
===smeserver-moodle===
+
==won't be updated==
 +
===smeserver-tf-b4rt===
 +
-  last update :  b4rt - 2008-Mar-22 18:12
 +
- consider moving to transmission, which is an active project
  
===smeserver-oats===
+
===smeserver-inventory-tools===
 +
please move to smeserver-ocsinventory
  
===smeserver-ocsinventory===
+
===smeserver-jinzora===
 +
no more maintained, please consider subsomic or madsonic.
  
===smeserver-photos===
+
===smeserver-nagiosgrapher===
 +
you should upgrade to smeserver-nagios
  
 
===smeserver-php5-cgi===
 
===smeserver-php5-cgi===
 
No longer required as php5 is in SME 8 base
 
No longer required as php5 is in SME 8 base
 +
should also be uninstalled from sme7 for security reasons.
  
 
see http://forums.contribs.org/index.php/topic,47647.0.html and also http://bugs.contribs.org/show_bug.cgi?id=6652
 
see http://forums.contribs.org/index.php/topic,47647.0.html and also http://bugs.contribs.org/show_bug.cgi?id=6652
  
 +
===smeserver-phpmyadmin-multiuser===
 +
smeserver-phpmyadmin now integrates multiuser fonctionality .
 +
 +
===smeserver-sme7admin===
 +
should upgrade to smeserver-sme8admin
 +
yum install smeserver-sme8admin --enablerepo=smetest
 +
 +
=Contribs not hosted on contribs.org=
 +
 +
==Working==
 +
 +
===ajaxplorer - Pydio===
 +
* see [[Pydio]]
 +
* new since SME8, fully functional,
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
 +
 +
===LemonLDAP-NG===
 +
* see [[LemonLDAP-NG]]
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
 +
 +
===smeserver-git===
 +
* see [[git]]
 +
* working for sme8*
 +
* thanks to Marco Hess
 +
* available on Marco Hess yum repo
 +
 +
===smeserver-gitweb=== 
 +
* see [[git]]
 +
* working for sme8*
 +
* thanks to Marco Hess
 +
* available on Marco Hess yum repo
 +
 +
===smeserver-gitweb-theme===
 +
* see [[git]]
 +
* working for sme8*
 +
* thanks to Marco Hess
 +
* available on Marco Hess yum repo
 +
 +
===smeserver-openupload===
 +
* see [[OpenUpload]]
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
 +
 +
===smeserver-sogo===
 +
[[Sogo]] - install as per wiki, works as expected
  
===smeserver-phpmyadmin===
+
===smeserver-tt-rss===  
[[PHPMyAdmin]] - install as per wiki, works as expected
+
* see [[TinyTinyRSS]]
- All dependencies are in smecontribs, smeaddons or smeextras
+
* SME8, fully functional
phpmyadmin package too old, not supported with php 53, numerous deprecated fucntion, will do a lot of buggy sql request DO NOT USE !
+
* provided thanks to [[fws]] yum repo
should be adapted to a phpmyadmin http://rpms.famillecollet.com/el5.i386/phpMyAdmin-3.5.2.1-1.el5.remi.noarch.rpm
+
* srpm available
  
NOTE: This issue has now been fixed, check: http://bugs.contribs.org/show_bug.cgi?id=7088
+
===smeserver-webfilter===
 +
* see [[WebFiltering]]
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
===smeserver-phpmyadmin-multiuser===
 
Functionality hasn't been tested beyond ability to install
 
- All dependencies are in smecontribs, smeaddons or smeextras
 
phpmyadmin package too old, not supported with php 53, numerous deprecated fucntion, will do a lot of buggy sql request DO NOT USE !
 
should be adapted to a phpmyadmin http://rpms.famillecollet.com/el5.i386/phpMyAdmin-3.5.2.1-1.el5.remi.noarch.rpm
 
  
NOTE: This issue has now been fixed, check: http://bugs.contribs.org/show_bug.cgi?id=7088
 
  
===smeserver-roundcube===
+
===smeserver-callback===
[[Bugzilla:6843]]
+
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
Works for me as follows:
+
===smeserver-dl===
* install from sme7contribs:
+
* see ??
yum enablerepo=sme7contribs install smeserver-roundcube
+
* SME8, fully functional
signal-event post-upgrade; signal-event reboot
+
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
At this point, attempting to open roundcube generates the following error in /var/log/messages:
+
===smeserver-dokuwiki===
  httpd: PHP Fatal error:  Cannot redeclare quoted_printable_encode() in /opt/roundcube/program/include/rcube_imap.inc on line 2656
+
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
* download the latest sources from sourceforge (0.7.1 as of this writing):
+
===smeserver-fail2ban===
- browse to http://sourceforge.net/projects/roundcubemail/
+
* see ??
- click the download button
+
* SME8, fully functional
- right-click the 'direct link' url in the download page header, and select 'copy link location'
+
* provided thanks to [[fws]] yum repo
- at a shell prompt on the sme server:
+
* srpm available
wget <paste link location>
 
  
* extract the downloaded source (replace "roundcubemail-0.7.1.tar.gz" with the actual filename downloaded in step 2):
 
tar zxvf roundcubemail-0.7.1.tar.gz
 
  
* copy extracted roundcube code on top of the code that was installed by the rpm:
+
===smeserver-fusioninventory-agent===
'cp' -rf roundcubemail-0.7.1/* /opt/roundcube
+
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
* Drop and re-create all roundcube tables from mysql (If you're updating an existin roundcube installation you'll need to manually figure out which of the commands in /opt/roundcube/SQL/mysql.update.sql)
+
===smeserver-grr===
mysqldump --add-drop-table --no-data roundcube |grep ^DROP |mysql roundcube
+
* see ??
cd /opt/roundcube
+
* SME8, fully functional
mysql roundcube < SQL/mysql.initial.sql
+
* provided thanks to [[fws]] yum repo
Note: drop all tables using mysqldump courtesy of http://www.thingy-ma-jig.co.uk/comment/7075
+
* srpm available
  
Roundcube now opens at <nowiki>http://<my.smeserver.tld>/roundcube</nowiki>
+
===smeserver-jappix===
 +
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
* Configuration changes (for each user):
+
===smeserver-limesurvey===
** login and select "Settings" from the top right
+
* see ??
** Folders (do this first)
+
* SME8, fully functional
*** Subscribe to the imap folders you want to access in roundcube.  Only subscribed folders are available for selection as 'special folders' in the next step.
+
* provided thanks to [[fws]] yum repo
** Preferences
+
* srpm available
*** Select 'special folders' and set the values you want to use for 'Drafts', 'Sent', 'Junk' and 'Trash'
 
**  'Identities'
 
*** Verify or create a default identity.  Create a signature if you want to have one.
 
  
===smeserver-scuttle===
+
===smeserver-minilist===
[[Scuttle]] - install as per wiki, works as expected
+
* see ??
- Needs to have package rebuilt for el5
+
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
===smeserver-sitex===
+
===smeserver-ntop===
 +
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
===smeserver-sme7admin===
+
===smeserver-ooo-headless===
should upgrade to smeserver-sme8admin
+
* see ??
yum install smeserver-sme8admin --enablerepo=smetest
+
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
===smeserver-sysmon===
+
===smeserver-opensondage===
[http://wiki.contribs.org/Sysmon Sysmon]  
+
* see ??
UPDATE: A new version of this contrib is now available from the sme8 contribs repo.  Fully functional.
+
* SME8, fully functional
Check: http://bugs.contribs.org/show_bug.cgi?id=6333
+
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
===smeserver-tf-b4rt===
+
===smeserver-openupload===
 +
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
===smeserver-theaddressbook===
+
===smeserver-openvpn-routed===
[[The Address Book]] - install as per wiki, works as expected
+
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
please take note of http://forums.corvalis.net/viewtopic.php?t=720&highlight=1054 if you have issues with groups
+
===smeserver-pam_cas===
- Needs to have package rebuilt for el5
+
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
===smeserver-trean===
+
===smeserver-qos===
 +
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
===smeserver-webshare===
+
===smeserver-qpsmtpd-anonymizereceived===
[[Webshare]] installs but breaks httpd.conf after creating the first webshare in server manager:
+
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
Syntax error on line 1583 of /etc/httpd/conf/httpd.conf:
+
===smeserver-qpsmtpd-log2sql===
Invalid command 'AuthUserFile', perhaps misspelled or defined by a module not included in the server configuration
+
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
- All dependencies are in smecontribs, smeaddons or smeextras
+
===smeserver-qpsmtpd-removereturnreceiptto===
 +
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
There is a more detailed workaround explained [http://forums.contribs.org/index.php/topic,46970.0/topicseen.html here]:
+
===smeserver-samba-db-logd===
 +
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
This workaround works fine on sme8.0 final.
+
===smeserver-sogosync===
 +
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
These workarounds have been incorporated into a new package compatible with sme8.0, currently in the sme7 smetest repo, smeserver-webshare-1.0.0-10.el4.sme.noarch.rpm
+
===smeserver-spectrum===
 +
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
yum install --enablerepo=smetest smeserver-webshare
+
===smeserver-tt-rss===
 +
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
(manually enable this repo so your sme8 server can access it)
+
===smeserver-vtigercrm===
 +
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
===smeserver-wordpress===
+
===smeserver-webapps-common===
 +
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
 
===smeserver-zabbix-agent===
 
===smeserver-zabbix-agent===
 +
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
  
 
===smeserver-zabbix-proxy===
 
===smeserver-zabbix-proxy===
 +
* see ??
 +
* SME8, fully functional
 +
* provided thanks to [[fws]] yum repo
 +
* srpm available
 +
 +
==Not Working==
 +
 +
===smeserver-ipp2p===
 +
* see [[P2P_blocking]]
 +
* provided by Jeremie Lorente
 +
* available there http://jeremielorente.free.fr/linux/sme/contribs/ipp2p/
 +
* sources there: http://jeremielorente.free.fr/linux/sme/contribs/ipp2p/src
 +
* might not be working unless we compile the kmod ...
 +
* last version : 2009
 +
 +
===smeserver-phplist===
 +
* see [[Phplist]]
 +
* provided by  Pierre B. from Firewall Services
 +
* not available any more
 +
* no sources available, please contact contrib team if you have any rpm or srpm and want this one back.
 +
 +
===smeserver-trac===
 +
* see [[Trac]]
 +
* reported not working on sme8, see bug 7134
 +
* thanks to Marco Hess
 +
* available on Marco Hess yum repo
 +
* srpms also available
 +
 +
===smeserver-SystemMonitor===
 +
[[SystemMonitor]]
 +
This is a version from Nethesis and also one from MasterSleepy which comes very close to smeserver-sysmon functionality. Use deps from sme8contribs.
 +
Check: http://forums.contribs.org/index.php?topic=47882.new;topicseen#new
 +
 +
Note: a new version of smeserver-sysmon is now available from the sme8 contrib repo, check: http://bugs.contribs.org/show_bug.cgi?id=6333
 +
 +
 +
===smeserver-saco-qmHandle mail queue manager===
 +
[[smeserver-saco-qmHandle]]
 +
Obsolete, '''please rather install smeserver-qmHandle that is in sme8 contribs repository'''
 +
 +
 +
 +
==Not reported==
 +
 +
 +
===DSPAM===
 +
* see [[DSPAM]]
 +
* provided by  Jesper Knudsen
 +
* available there : http://sme.swerts-knudsen.dk/downloads/DSPAM
 +
*  sources : for dspam http://sme.swerts-knudsen.dk/downloads/DSPAM, sme-dspam : http://sme.swerts-knudsen.dk/downloads/
 +
* epel5 dspam available ( search for libdspam and libdspam-mysql)
 +
* '''please report if you have tested this one'''
 +
 +
===smeserver-fuse===
 +
* see [[FUSE_-_Filesystem_in_Userspace]]
 +
* thanks to Michael Weinberger
 +
* available there : http://mirror.contribs.org/smeserver/contribs/michaelw/sme7/FUSE
 +
* no source available for smeserver-fuse
 +
* atrpms and centos5 rpm available with yum
 +
* '''please report if you have tested this one'''
 +
 +
===service_control===
 +
* see [[Service_Control]]
 +
* thanks to Michel Van hees
 +
* available there : http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=getit&lid=329
 +
* sources here : http://dl.vanhees.cc/download/sme70/service_control/smeserver-service_control-2.0-1.src.rpm
 +
* '''please report if you have tested this one'''
 +
 +
===smeserver-rsync===
 +
* no wiki page
 +
* thanks to D May
 +
* available there : http://mirror.canada.pialasse.com/contribs/dmay/smeserver/7.x/testing/smeserver-rsync/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/dmay/smeserver/7.x/testing/smeserver-rsync/
 +
* '''please report if you have tested this one'''
 +
 +
 +
===smeserver-squirrelmail===
 +
* no wiki page
 +
* thanks to D May
 +
* available there : http://distro.ibiblio.org/smeserver/contribs/dmay/smeserver/7.x/testing/smeserver-squirrelmail/
 +
* sources here : http://distro.ibiblio.org/smeserver/contribs/dmay/smeserver/7.x/testing/smeserver-squirrelmail/
 +
* '''please report if you have tested this one'''
 +
 +
===smeserver-certificate===
 +
* no wiki page
 +
* thanks to D Berteld
 +
* available there : http://mirror.canada.pialasse.com/contribs/dberteld/certificate/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/dberteld/certificate/
 +
* '''please report if you have tested this one'''
 +
 +
===smeserver-joomla===
 +
* see [[Joomla]]
 +
* thanks to D Berteld
 +
* available there : http://mirror.canada.pialasse.com/contribs/dberteld/joomla/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/dberteld/joomla/
 +
* '''please report if you have tested this one'''
 +
 +
===smeserver-net2ftp===
 +
* no wiki page
 +
* thanks to D Berteld
 +
* available there : http://mirror.canada.pialasse.com/contribs/dberteld/net2ftp/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/dberteld/net2ftp/
 +
* '''please report if you have tested this one'''
 +
 +
===smeserver-vtiger===
 +
* no wiki page
 +
* thanks to D Berteld
 +
* available there : http://mirror.canada.pialasse.com/contribs/dberteld/vtiger/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/dberteld/vtiger/
 +
* '''please report if you have tested this one'''
 +
 +
===smeserver-squidguard===
 +
* no wiki page
 +
* thanks to J bennett
 +
* available there : http://mirror.canada.pialasse.com/contribs/jbennett/sme7/squidguard/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/jbennett/sme7/squidguard/
 +
* '''please report if you have tested this one'''
 +
 +
===smeserver-squidguard-blacklist===
 +
* no wiki page
 +
* thanks to J bennett
 +
* available there : http://mirror.canada.pialasse.com/contribs/jbennett/sme7/squidguard/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/jbennett/sme7/squidguard/
 +
* '''please report if you have tested this one'''
 +
 +
===smeserver-mozus===
 +
* no wiki page
 +
* thanks to N Decaux
 +
* available there : http://mirror.canada.pialasse.com/contribs/jppialasse/SME8/smeserver-mozus/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/jppialasse/SME8/smeserver-mozus/
 +
* '''please report if you have tested this one'''
 +
 +
 +
===e-smith-DiskLow===
 +
* no wiki page
 +
* thanks to M Blotwijk
 +
* available there : http://mirror.canada.pialasse.com/contribs/mblotwijk/Contribs/DiskLow/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/mblotwijk/Contribs/DiskLow/
 +
* '''please report if you have tested this one'''
 +
 +
 +
===e-smith-powerswitch===
 +
* no wiki page
 +
* thanks to M Blotwijk
 +
* available there : http://mirror.canada.pialasse.com/contribs/mblotwijk/Contribs/powerswitch/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/mblotwijk/Contribs/powerswitch/
 +
* '''please report if you have tested this one'''
 +
 +
 +
 +
===e-smith-show-version===
 +
* no wiki page
 +
* thanks to M Blotwijk
 +
* available there : http://mirror.canada.pialasse.com/contribs/mblotwijk/Contribs/show-version/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/mblotwijk/Contribs/show-version/
 +
* '''please report if you have tested this one'''
 +
 +
 +
 +
===smeserver-collectd-web===
 +
* no wiki page
 +
* thanks to Michael W
 +
* available there : http://mirror.canada.pialasse.com/contribs/michaelw/sme7/collectd_serverstats/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/michaelw/sme7/collectd_serverstats/
 +
* '''please report if you have tested this one'''
 +
 +
===smeserver-ZendOptimizer===
 +
* no wiki page
 +
* thanks to Michael W
 +
* available there : http://mirror.canada.pialasse.com/contribs/michaelw/sme7/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/michaelw/sme7/Src
 +
* '''please report if you have tested this one'''
 +
 +
===smeserver-qpsmtpd-disclaimer===
 +
* no wiki page
 +
* thanks to Michael W
 +
* available there : http://mirror.canada.pialasse.com/contribs/michaelw/sme7/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/michaelw/sme7/Src
 +
* '''please report if you have tested this one'''
 +
 +
===smeserver-spamassassin-features===
 +
* no wiki page
 +
* thanks to Michael W
 +
* available there : http://mirror.canada.pialasse.com/contribs/michaelw/sme7/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/michaelw/sme7/Src
 +
* '''please report if you have tested this one'''
 +
 +
===smeserver-mod_fastcgi===
 +
* no wiki page
 +
* thanks to N Hall
 +
* available there : http://mirror.canada.pialasse.com/contribs/nhall/sme7/contribs/mod_fastcgi/rpms/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/nhall/sme7/contribs/mod_fastcgi/srpms/
 +
* '''please report if you have tested this one'''
 +
 +
 +
 +
===smeserver-zoneminder===
 +
* no wiki page
 +
* thanks to Steve Ognenovski
 +
* available there : http://mirror.canada.pialasse.com/contribs/rmitchell/smeserver/contribs/zoneminder/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/rmitchell/smeserver/contribs/zoneminder/SRPMS
 +
* '''please report if you have tested this one'''
 +
 +
===smeserver-ipdown===
 +
* no wiki page
 +
* thanks to Steve Ognenovski
 +
* available there : http://mirror.canada.pialasse.com/contribs/rmitchell/smeserver/contribs/zoneminder/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/rmitchell/smeserver/contribs/zoneminder/SRPMS
 +
* '''please report if you have tested this one'''
 +
 +
===smeserver-modprobe-bttv===
 +
* no wiki page
 +
* thanks to Steve Ognenovski
 +
* available there : http://mirror.canada.pialasse.com/contribs/rmitchell/smeserver/contribs/zoneminder/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/rmitchell/smeserver/contribs/zoneminder/SRPMS
 +
* '''please report if you have tested this one'''
 +
 +
===smeserver-pdf-over-lan===
 +
* no wiki page
 +
* thanks to Steve Ognenovski
 +
* available there : http://mirror.canada.pialasse.com/contribs/rmitchell/smeserver/contribs/zoneminder/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/rmitchell/smeserver/contribs/zoneminder/SRPMS
 +
* '''please report if you have tested this one'''
 +
 +
===smeserver-usersendsms===
 +
* no wiki page
 +
* thanks to Steve Ognenovski
 +
* available there : http://mirror.canada.pialasse.com/contribs/rmitchell/smeserver/contribs/zoneminder/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/rmitchell/smeserver/contribs/zoneminder/SRPMS
 +
* '''please report if you have tested this one'''
 +
 +
===smeserver-cups===
 +
* [[Cups]] and page [[Cups_for_SME_Server_8]]
 +
* thanks to RV Andenaker
 +
* available there : http://sme-mirror.firewall-services.com/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/
 +
* sources here : http://sme-mirror.firewall-services.com/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/SRPMS/
 +
* '''please report if you have tested this one'''
 +
 +
 +
===smeserver-PrintAnalyzer===
 +
* [[Cups]] and page [[Cups_for_SME_Server_8]]
 +
* thanks to RV Andenaker
 +
* available there : http://sme-mirror.firewall-services.com/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/
 +
* sources here : http://sme-mirror.firewall-services.com/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/SRPMS/
 +
* '''please report if you have tested this one'''
 +
 +
 +
 +
===e-smith-qmail-notify===
 +
* no wiki
 +
* thanks to Bruce Guenter
 +
* available there : http://mirror.canada.pialasse.com/contribs/saco/contrib/e-smith-qmail-notify/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/saco/contrib/e-smith-qmail-notify/
 +
* '''please report if you have tested this one'''
 +
 +
 +
===smeserver-samba-vscan===
 +
* no wiki
 +
* thanks to S Gomez
 +
* available there : http://mirror.canada.pialasse.com/contribs/sgomez/contribs/TESTING/samba-vscan/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/sgomez/contribs/TESTING/samba-vscan/
 +
* '''please report if you have tested this one'''
 +
 +
 +
===smeserver-sugarcrm===
 +
* no wiki
 +
* thanks to S Gomez
 +
* available there : http://mirror.canada.pialasse.com/contribs/sgomez/contribs/TESTING/sugarcrm/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/sgomez/contribs/TESTING/sugarcrm/
 +
* '''please report if you have tested this one'''
 +
 +
===smeserver-opensi===
 +
* no wiki
 +
* thanks to S Gomez
 +
* available there : http://mirror.canada.pialasse.com/contribs/sgomez/contribs/opensi/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/sgomez/contribs/opensi/
 +
* '''please report if you have tested this one'''
  
===smeserver-zabbix-server===
 
  
=Contribs not hosted on contribs.org=
+
===smeserver-apache-tomcat===
 +
* no wiki
 +
* thanks to S Gomez
 +
* available there : http://mirror.canada.pialasse.com/contribs/sgomez/contribs/tomcat/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/sgomez/contribs/tomcat/
 +
* '''please report if you have tested this one'''
  
==Working==
+
=How to - not contribs per se ...=
 +
... but might worth one ;)
  
 
===cyrus-imap===
 
===cyrus-imap===
 
[[cyrus-imap]] - install as per howto, works as expected
 
[[cyrus-imap]] - install as per howto, works as expected
 
Refer [http://forums.contribs.org/index.php/topic,44905.0.html Forum post]
 
Refer [http://forums.contribs.org/index.php/topic,44905.0.html Forum post]
 +
 +
===logwatch===
 +
* not a contribs but external package without customization available in smeaddons
  
 
===Postgresql and sql-ledger===
 
===Postgresql and sql-ledger===
Line 632: Line 1,121:
 
[http://forums.contribs.org/index.php/topic,37181.0.html]
 
[http://forums.contribs.org/index.php/topic,37181.0.html]
  
===smeserver-sogo===
+
===sail===
[[Sogo]] - install as per wiki, works as expected
+
* see [[sail]]
 +
* provided by Selintra
 +
* not sure a smeserver-sail package exists, more a how to
 +
 
 +
===sail and LDAP===
 +
* see [[sail and LDAP]]
 +
* more a how to
 +
 
 +
===scarab===  
 +
* see [[Scarab]]
 +
* more a how to
 +
* As noted in bug 6641, the scarab rpm is no longer in smecontribs, and it seems the project is dead - last release was Feb 2007 - http://scarab.tigris.org/servlets/ProjectDocumentList
  
 
===SqueezeBoxServer===
 
===SqueezeBoxServer===
Install using the instructions in the [http://wiki.contribs.org/SqueezeBoxServer howto]. '''Note''' the advice that you should omit the sections 'Install Perl 5.10.0' and 'Patch Squeezebox server to use Perl5.10.0'.
+
Install using the instructions in [[SqueezeBoxServer]]. '''Note''' the advice that you should omit the sections 'Install Perl 5.10.0' and 'Patch Squeezebox server to use Perl5.10.0'.
  
===SystemMonitor===
+
===DNS Ghost Entries===
[[SystemMonitor]]
+
see http://mirror.canada.pialasse.com/contribs/michaelw/sme7/adding-dns-records/
This is a version from Nethesis which comes very close to smeserver-sysmon functionality. Use deps from sme8contribs.
 
Check: http://forums.contribs.org/index.php?topic=47882.new;topicseen#new
 
  
Note: a new version of smeserver-sysmon is now available from the sme8 contrib repo, check: http://bugs.contribs.org/show_bug.cgi?id=6333
+
===how to pootle ===
 
+
* [[pootle]]
===smeserver-saco-qmHandle mail queue manager===
+
* thanks to N Hall
[[smeserver-saco-qmHandle]]  
+
* available there : http://mirror.canada.pialasse.com/contribs/nhall/sme7/contribs/pootle/rpms/
Installs OK om sme8.0 final as per wiki. Functionality OK although not extensively tested.
+
* sources here : http://mirror.canada.pialasse.com/contribs/nhall/sme7/contribs/pootle/srpms/
This is the version originally from saco services, although at May 2012 the rpm cannot be found on their site. See
+
* '''please report if you have tested this one'''
http://mirror.contribs.org/contribs/rmitchell/smeserver/contribs/qmhandle/smeserver-saco-qmHandle-1.3.4-3.noarch.rpm
 
  
[[Category:SME Server]]
+
===how to SurfTrackr===
 +
*[[Surftrackr]]
 +
* thanks to N Hall
 +
* available there : http://mirror.canada.pialasse.com/contribs/nhall/sme7/contribs/surftrackr/rpms/
 +
* sources here : http://mirror.canada.pialasse.com/contribs/nhall/sme7/contribs/surftrackr/srpms/
 +
* '''please report if you have tested this one'''
 +
[[Category:Contribs QA]]

Latest revision as of 20:17, 20 March 2020

Version 8.0 Contrib testing

This document lists Contribs that have had been tested running under SME 8

Contribs should work if they are perl or php based (unless php53 deprecated some functions needed) . Some binary applications will work as well.

Please also see Contribs Bugreport

Test guidelines

Considerations_before_installing advises that Contribs for SME 8 have not yet been released, this is to avoid dev workload diagnosing bugs caused by contribs.

Please don't post sme 8 bugs unless you can replicate the bug with the contrib removed or isolated.


Important.png Note:
If you have suggestions, issues or solutions for a contrib, please post them in bugzilla

against the contrib.


Setup

During the transition from SME7 to SME8, contrib packages will be migrated to the SME8 contrib repository. If the contrib is not yet in the SME8 Contrib repository and an entry in this Q&A suggests it will install properly then you will need to install the contrib from the SME7 repository.

Check to see if you already have the sme7contribs repository set up using the command:

db yum_repositories show sme7contribs

If it returns nothing then you will need to create a repo named sme7contribs, which points to the SME7 smecontribs repo


Important.png Note:
SME7 has now reached EOL the SME7 release and all appropriate contribs have been moved into the "obsolete" tree on the mirrors


db yum_repositories set sme7contribs repository \
Name 'SME 7 - contribs' \
BaseURL 'http://mirror.contribs.org/releases/obsolete/7.6/smecontribs/$basearch' \
GPGCheck yes \
Visible no \
status disabled

signal-event yum-modify
yum clean all


Important.png Note:
now you will need to add the package from sme7contribs and smecontribs to resolve some problems of dependencies...


The following shows an example of how to install a contrib from the SME7 repo:

 yum --enablerepo=sme7contribs --enablerepo=smecontribs install smeserver-openvpn-s2s

Notice the additional phrase " --enablerepo=sme7contribs " in the command line.

Another example is as follows:

 yum install smeserver-usbdisksmanager --enablerepo=sme7contribs --enablerepo=smecontribs

Contribs

List of Contribs being tested

Working available through SME8 smecontribs repo

smeserver-adv-samba

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-affa

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-ajaxterm

Ajaxterm - install as per wiki, works as expected

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-arpwatch

Installed and running

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-automysqlbackup *

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-awstats

AWStats - install as per wiki, works as expected

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-BackupPC

BackupPC install as per wiki, works as expected

- All dependencies are in smecontribs, smeaddons or smeextras

bugzilla:7281 see bugzilla if you can't backup with the smb protocol

smeserver-bandwidthd *

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-bridge-interface

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-bugzilla

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-cacti

- All dependencies are in smecontribs, smeaddons or smeextras


smeserver-crontab_manager

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-dansguardian

Dansguardian - install as per wiki, works as expected

smeserver-dar2

Works as expected, although the built in backup to workstation has more functionality (and uses dar)

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-ddclient

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-denyhosts

Denyhosts - install as per wiki, works as expected

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-dimp

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-diskusage

Diskusage - install as per wiki, works as expected

- All dependencies are in smecontribs, smeaddons or smeextras


smeserver-domains *

smeserver-durep

A new package will soon be available in sme8 contribs repo, check: http://wiki.contribs.org/Durep

- Installs OK and fully functional.

smeserver-egroupware

- install as per wiki, works as expected

- All dependencies are in smecontribs, smeaddons or smeextras and openSuse Centos repo

smeserver-ejabberd

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-ezmlm-web

Installed OK to sme8.0 final and setup one mailing list & tested, works OK, not extensively tested though

- All dependencies are in smecontribs (or from manually configured sme7contribs repo on sme8.0)

smeserver-fetchmail

Fetchmail installs as per wiki, version 1.3.6-17 works as expected

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-freepbx

Functionality hasn't been tested beyond ability to install AND update.

Needs atprms-repository configured. Install as per howto [1]

After installing I was able to update FreePBX from 2.6 to 2.9, the latest stable, by using the update function in the FreePBX web-interface. You will need to send some signal-event freepbx-update between versions update.

There are some udev errors while booting, claiming about invalid dahdi.rules. This seems not to be critical. I will post this to the bug-tracker.

smeserver-geoip

Works as expected, see wiki page for installation

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-gollem

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-groupmembers-panel

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-htbwshaper

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-hwinfo

Hardware Info - install as per wiki, works as expected

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-hylafax

install as per wiki, works as expected

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-isoqlog *

isoqlog installs as per wiki,

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-jeta

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-kplaylist

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-kronolith

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-Lazy_Admin_Tools *

lat installs as per wiki,

- All dependencies are in smecontribs, smeaddons or smeextras


smeserver-learn

see learn

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-madsonic *

new contribs, see : Madsonic

smeserver-mailman

Mailman -

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-mailsorting

Smeserver-mailsorting - install as per wiki, works as expected

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-mailstats

mailstats - sme-mailstats - Install as per wiki, Works as expected.

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-mimp

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-mnemo

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-mod_dav

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-mod_deflate

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-mod_python

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-nag

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-nagios

Functionality hasn't been tested beyond ability to install - see Note Nagios about making this work in SME8 (needs to be rechecked with updated pacakges and dependencies) - All dependencies are in smecontribs, smeaddons or smeextras

smeserver-nagios-backup

Functionality hasn't been tested beyond ability to install - All dependencies are in smecontribs, smeaddons or smeextras

smeserver-nagios-nrpe

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-nagios-nsca

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-nagios-plugins-mysql

Functionality hasn't been tested beyond ability to install - All dependencies are in smecontribs, smeaddons or smeextras

smeserver-nfs

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-oats

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-ocsinventory

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-openoffice-portable

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-openvpn-bridge

Install as per Wiki - Works as expected.

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-openvpn-s2s

Install as per Wiki - Works as expected.

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-password

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-phpki

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-phpldapadmin

Install as per Wiki - Works as expected.

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-phpmyadmin

PHPMyAdmin - install as per wiki, works as expected

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-phpsysinfo

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras


smeserver-phpvirtualbox *

- Install as per wiki

smeserver-phpwebftp

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-popfile

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-postgresql

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-print-monitor

LPRng print queue monitor‎ - install as per wiki, works as expected

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-qmHandle *

fully working

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-qpsmtpd-spamassassinlevelstars

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-raidmonitor

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-rdiff-backup

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-remoteuseraccess

Smeserver-remoteuseraccess - install as per wiki, bash works as expected

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-rkhunter

rkhunter - Installed from contribs repo - seems to work fine afaict

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-roundcube

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-sane

SANE - install as per wiki, works as expected

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-sarg

Sarg - install as per wiki, works as expected

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-shared-folders

- works as per wiki howto.
- Just had to use "signal-event post-upgrade && signal-event reboot  because just "expand-template /etc/fstab" do not worked.
- found an error (will put on bugzilla): when creating a share with name longer than limit (12 as standard), just returns an generic ERROR and do not say the cause.
- Other than that, it appears to be working  I was able to copy to, read, del files.
- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-sitemaker

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-sme8admin *

fully working

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-subsonic *

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-subversion

subversion Install as per Wiki - Works as expected in SME8b7

- All dependencies are in smecontribs, smeaddons or smeextras
- do not work on 64 bit system

smeserver-sysmon *

fully working

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-tftp-server

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-theaddressbook

The Address Book - install as per wiki, works as expected

please take note of http://forums.corvalis.net/viewtopic.php?t=720&highlight=1054 if you have issues with groups

- Needs to have package rebuilt for el5

smeserver-thinclient

- All dependencies are in smecontribs, smeaddons or smeextras

Warning: The contrib allows to specify the TFTP server as "Self". This worked well under SME7 but not under SME8. To get this working under SME8, we had to choose the SME server's IP address to achieve the same result as "self" otherwise the clients cannot find/load from the TFTP server. We have reported this as bug 6542 for the contrib but with this workaround, the contrib is working well under SME8. Bug has been reported as work for me, so please comment on it if you can replicate.


smeserver-transmission *

transmission Install as per Wiki - Works as expected.

smeserver-tw-logonscript

Smeserver-tw-logonscript Install as per Wiki - Works as expected.

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-unjunkmgr

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-updates

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-usbdisksmanager

fully working

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-userpanel

User-manager - install as per wiki, works as expected

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-userpanels

Smeserver-userpanels - install as per wiki, works as expected

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-UserWebSpace

- install as per wiki, works as expected - All dependencies are in smecontribs, smeaddons or smeextras

smeserver-vacation

Smeserver-vacation - install as per wiki, works as expected

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-virtualbox *

- install as per wiki

smeserver-vmware-server

won't be ported to SME9 as vmware server no longer supported.

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-wbl

Email#Email_WBL_server_manager_panel - Installs and runs fine as far as I can see.

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-webconsole

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-webshare

- All dependencies are in smecontribs, smeaddons or smeextras
see Webshare 

smeserver-wordpress

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-xinetd

fully working

- All dependencies are in smecontribs, smeaddons or smeextras


  • new or returning contribs absent from SME7 repo

Work in Progress - Please help and consult bugs.contribs.org

smeserver-Dansguardian-stats

Important.png Note:
Work on progress, please refer to bugzilla to help and see this contrib back soon.bugzilla:7620


see http://bugs.contribs.org/show_bug.cgi?id=7737 and http://bugs.contribs.org/show_bug.cgi?id=7620

smeserver-dansguardian-panel - dungog-dansguardian

work in progress some bugs with x64 systems see : http://bugs.contribs.org/show_bug.cgi?id=7866

Important.png Note:
Please consider to help verify if you have a x64 system !


smeserver-pyload *

http download client : work in progress

smeserver-teamspeak-server

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

see: http://bugs.contribs.org/show_bug.cgi?id=7728


Working available through SME7 smecontribs repo in obsolete

smeserver-gallery2

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-geneweb

Geneweb installs as per wiki and works as expected. Not thoroughly tested, but basic functionality (transfering a database form 7.5.1, uploading pictures, restricting access) is available

- All dependencies are in smecontribs, smeaddons or smeextras

Although the version in sme7 obsolete repo is functional, geneweb won't be ported to SME8 buildsys, unless some volunteers show up. The package would need a lot of work and updates in order to be build again ( the required language devel rpm version no more available to built it).

smeserver-mediawiki

Functionality hasn't been tested beyond ability to install

Install using this post: testing Mediawiki 1.15.1 on SME 8 (may no longer be necessary)

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-oscommerce

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-phpbb

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-smf

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-typo3

Functionality hasn't been tested beyond ability to install

- All dependencies are in smecontribs, smeaddons or smeextras



Workarounds

Contribs that sort of work, but need improvement

smeserver-zarafa

Zarafa - Because of PHP 5.2.10 in SME8b5 WIP there is a problem with the mapi.so module, see bugzilla:5789:

Tested with:

- SME8b5 WIP
- zarafa-6.40.0 RC2
- smeserver-zarafa-0.9.0-49.el4.sme




Broken, not tested or missing dependencies

smeserver-coova-chilli

smeserver-dirty-tools

smeserver-ezmlm-www

smeserver-groupoffice

PHP Deprecated errors. Package need a big work to integrate the newest version PH53 compatible. Unless a volunteer shows up won't be ported.

- All dependencies are in smecontribs, smeaddons or smeextras

smeserver-moodle

smeserver-photos

smeserver-scuttle

Scuttle

- last version available upstream :0.9.0, no maintainer since 	2010-12-28 	
- Needs to have package rebuilt for el5

smeserver-sitex

- last upstream update : SiteX Stable releases 	2011-01-23

smeserver-trean

- Horde plugin to manage bookmarks
- needs a wiki page

smeserver-zabbix-agent

smeserver-zabbix-proxy

smeserver-zabbix-server

won't be updated

smeserver-tf-b4rt

-  last update :  b4rt - 2008-Mar-22 18:12 
- consider moving to transmission, which is an active project

smeserver-inventory-tools

please move to smeserver-ocsinventory

smeserver-jinzora

no more maintained, please consider subsomic or madsonic.

smeserver-nagiosgrapher

you should upgrade to smeserver-nagios

smeserver-php5-cgi

No longer required as php5 is in SME 8 base should also be uninstalled from sme7 for security reasons.

see http://forums.contribs.org/index.php/topic,47647.0.html and also http://bugs.contribs.org/show_bug.cgi?id=6652

smeserver-phpmyadmin-multiuser

smeserver-phpmyadmin now integrates multiuser fonctionality .

smeserver-sme7admin

should upgrade to smeserver-sme8admin

yum install smeserver-sme8admin --enablerepo=smetest

Contribs not hosted on contribs.org

Working

ajaxplorer - Pydio

  • see Pydio
  • new since SME8, fully functional,
  • provided thanks to fws yum repo
  • srpm available

LemonLDAP-NG

  • see LemonLDAP-NG
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-git

  • see git
  • working for sme8*
  • thanks to Marco Hess
  • available on Marco Hess yum repo

smeserver-gitweb

  • see git
  • working for sme8*
  • thanks to Marco Hess
  • available on Marco Hess yum repo

smeserver-gitweb-theme

  • see git
  • working for sme8*
  • thanks to Marco Hess
  • available on Marco Hess yum repo

smeserver-openupload

  • see OpenUpload
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-sogo

Sogo - install as per wiki, works as expected

smeserver-tt-rss

  • see TinyTinyRSS
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-webfilter

  • see WebFiltering
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available


smeserver-callback

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-dl

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-dokuwiki

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-fail2ban

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available


smeserver-fusioninventory-agent

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-grr

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-jappix

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-limesurvey

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-minilist

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-ntop

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-ooo-headless

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-opensondage

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-openupload

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-openvpn-routed

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-pam_cas

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-qos

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-qpsmtpd-anonymizereceived

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-qpsmtpd-log2sql

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-qpsmtpd-removereturnreceiptto

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-samba-db-logd

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-sogosync

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-spectrum

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-tt-rss

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-vtigercrm

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-webapps-common

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-zabbix-agent

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

smeserver-zabbix-proxy

  • see ??
  • SME8, fully functional
  • provided thanks to fws yum repo
  • srpm available

Not Working

smeserver-ipp2p

smeserver-phplist

  • see Phplist
  • provided by Pierre B. from Firewall Services
  • not available any more
  • no sources available, please contact contrib team if you have any rpm or srpm and want this one back.

smeserver-trac

  • see Trac
  • reported not working on sme8, see bug 7134
  • thanks to Marco Hess
  • available on Marco Hess yum repo
  • srpms also available

smeserver-SystemMonitor

SystemMonitor This is a version from Nethesis and also one from MasterSleepy which comes very close to smeserver-sysmon functionality. Use deps from sme8contribs. Check: http://forums.contribs.org/index.php?topic=47882.new;topicseen#new

Note: a new version of smeserver-sysmon is now available from the sme8 contrib repo, check: http://bugs.contribs.org/show_bug.cgi?id=6333


smeserver-saco-qmHandle mail queue manager

smeserver-saco-qmHandle Obsolete, please rather install smeserver-qmHandle that is in sme8 contribs repository


Not reported

DSPAM

smeserver-fuse

service_control

smeserver-rsync


smeserver-squirrelmail

smeserver-certificate

smeserver-joomla

smeserver-net2ftp

smeserver-vtiger

smeserver-squidguard

smeserver-squidguard-blacklist

smeserver-mozus


e-smith-DiskLow


e-smith-powerswitch


e-smith-show-version


smeserver-collectd-web

smeserver-ZendOptimizer

smeserver-qpsmtpd-disclaimer

smeserver-spamassassin-features

smeserver-mod_fastcgi


smeserver-zoneminder

smeserver-ipdown

smeserver-modprobe-bttv

smeserver-pdf-over-lan

smeserver-usersendsms

smeserver-cups


smeserver-PrintAnalyzer


e-smith-qmail-notify


smeserver-samba-vscan


smeserver-sugarcrm

smeserver-opensi


smeserver-apache-tomcat

How to - not contribs per se ...

... but might worth one ;)

cyrus-imap

cyrus-imap - install as per howto, works as expected Refer Forum post

logwatch

  • not a contribs but external package without customization available in smeaddons

Postgresql and sql-ledger

sql-ledger - install as per howto, works as expected [2]

sail

  • see sail
  • provided by Selintra
  • not sure a smeserver-sail package exists, more a how to

sail and LDAP

scarab

SqueezeBoxServer

Install using the instructions in SqueezeBoxServer. Note the advice that you should omit the sections 'Install Perl 5.10.0' and 'Patch Squeezebox server to use Perl5.10.0'.

DNS Ghost Entries

see http://mirror.canada.pialasse.com/contribs/michaelw/sme7/adding-dns-records/

how to pootle

how to SurfTrackr