I am very new to SME - having set up my first (and only) box yesterday, so please forgive me if the problem below is simple. I did check the other forum posts first, but did not see anyone else posting a similar question, so here goes...
After setting up the box, and downloading the updates, I then installed smeserver-subersion, but I am having problems setting up smeserver-trac. I followed the instructions on
http://wiki.contribs.org/Trac, setup my Through-IP repository, but the smeserver-trac package is not found. The logs are shown below:
[root@sdi-s ~]# /sbin/e-smith/db yum_repositories set through-ip repository \
> BaseURL
http://through-ip.com/packages/smeserver/i386/ \
> Name 'Through IP Pty. Ltd.' \
> EnableGroups yes \
> Visible yes \
> GPGCheck no \
> status disabled
After typing the above command, I see the Through-IP repository on my SME server management webpage. However, when I attempt to install smeserver-trac, I get the following error:
[root@sdi-s ~]# yum install smeserver-trac --enablerepo=smecontribs --enablerepo=through-ip
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "installonlyn" plugin
Loading "smeserver" plugin
Error getting repository data for through-ip, repository not found
================================================================
No new rpms were installed. No additional commands are required.
================================================================
Looking at the Through-IP URL, I see several other packages, but not the smeserver-trac package.
I did find the package at
http://smemirror.fullnet.co.uk/releases/7/smecontribs/i386/RPMS/smeserver-trac-0.4-40.el4.sme.noarch.rpm, but when I attempted to install it via yum, I was quickly lost in dependency-hell, tracking down the necessary dependencies, and then their dependencies, etc - help!
Thanx!