FC3 & PSA 7.5.4 From Scratch

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
Stucco
Forum User
Forum User
Posts: 84
Joined: Fri May 06, 2005 7:29 pm

FC3 & PSA 7.5.4 From Scratch

Unread post by Stucco »

Ok, I now own a rack mounted Dell, and have it sitting in my office. I tried to do this myself, as you can see in all my recent posts, but last night at 5AM just came upon too many problems.

I am going to walk the whole way through the install using VMWare, verifying each step, and then once I am satisfied with the process, walk through it with no problems on the real server *hopefully*.

What is the best way to start out?

So far, I am guessing choosing server in the FC3 install, and making no modifications save installing joe, adding php-mysql and removing windows file server and printing support.

I am disabling the firewall and SELinux, but will install APF after I get up and going.

If you guys have any experience on this that would save me the countless hours it seems this takes please let me know!
Stucco
Forum User
Forum User
Posts: 84
Joined: Fri May 06, 2005 7:29 pm

Unread post by Stucco »

I've made some progress, so far I've...
1) Installed FC3
2) Added additional user
3) Configured yum, imported both Art GPG key and Fedora GPG key, and disabled all default repos
4) Installed joe
5) Disabled direct root login
6) Update yum to 2.2.2

Now I am trying to install psa. Should I be doing that yet? It goes through until it starts downloading packages and then it fails out with

Code: Select all

unsigned package psa-logrotate-3.7-fc3.build75050824.12.i586.rpm
I know I could get rid of this error by doing gpgcheck=0 in /etc/yum.conf, but I want this install to come off without a hitch, and if that means taking some time to figure out why it's appearing as unsigned then so be it.

Why is it unsigned? Is there another GPG key I need?
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

Unread post by breun »

See Scott's reply in http://www.atomicrocketturtle.com/forum ... .php?t=579:
Scott wrote:Yeah SW-Soft doesnt sign their packages, I try and do it for you, but Ive got an automated archive update event that sometimes breaks (lets just say its sun's fault. Java rpms suck). What you need to do is set that channels gpg settings to:

[psa-7.5]
....
gpgcheck=0
Stucco
Forum User
Forum User
Posts: 84
Joined: Fri May 06, 2005 7:29 pm

Unread post by Stucco »

Thanks, I should have found that myself.
I used google instead of searching the forums, normally I do both.

Back to work!
Stucco
Forum User
Forum User
Posts: 84
Joined: Fri May 06, 2005 7:29 pm

Unread post by Stucco »

First thing's first, I can't install stomic-psa because...

Code: Select all

Error: spamassassin conflicts with psa-spamassassin <= 7.5.3
I have neither spamassassin or psa-spamassassin installed. atomic-psa installs both, or tries.

Code: Select all

#yum list spamassassin psa-spamassassin
Available Packages
psa-spamassassin.i586                    7.5.4-fc3.build7505082 psa-7.5
spamassassin.i386                        1:3.1.0-3.rhfc3.art    atomic
jamesyeeoc
Forum User
Forum User
Posts: 46
Joined: Thu May 12, 2005 3:50 am
Location: Sunny California

Unread post by jamesyeeoc »

What I normally do is the Plesk install and updates first with the yum.conf setup for just the Plesk repository. Then after that is done, I uninstall the psa-spamassassin (rpm -e psa-spamassassin), reconfigure the yum.conf for the atomic channel and do a 'yum update'

You could also use the exclude option: yum --exclude psa-spamassassin ......

You can also specify the exclude option in the yum.conf file instead of on the command line.
Stucco
Forum User
Forum User
Posts: 84
Joined: Fri May 06, 2005 7:29 pm

Unread post by Stucco »

Well, I excluded psa-spamassassin in yum.conf, like so

Code: Select all

exclude=psa-spamassassin
and ran yum install atomic-psa and got

Code: Select all

Error: Missing Dependency: psa-spamassassin is needed by package atomic-psa
Stucco
Forum User
Forum User
Posts: 84
Joined: Fri May 06, 2005 7:29 pm

Unread post by Stucco »

Instead of atomic-psa I did

Code: Select all

#yum install php-pgsql php-mcrypt bbclone psa-mnemo clamd Owl xrms frontpage pLog netpbm-progs phpsurveyor perl-Compress-Zlib dcc php-domxml perl-HTML-Tree perl-MLDBM gtchat psa-api-rpc rkhunter TUTOS psa-tomcat-configurator spamassassin WordPress psa-imp Tellme tomcat4-admin-webapps Mambo tomcat4 Coppermine phpWiki PostNuke php-xmlrpc gallery phpMyFamily perl-HTML-Format AdvancedPoll psa-firewall qmail-scanner psa-manual-custom-skin-guide perl-Font-AFM psa-horde psa-passwd psa-vpn psa-turba mailman psa-fileserver razor-agents DocFAQ tomcat4-webapps mod_webapp phpBugTracker lynx psa-api-rpc-doc osCommerce chkrootkit pyzor UebiMiau psa-qmail-rblsmtpd psa-bu mrtg phpAds psa-agent psa-api-rpc-protocol psa-kronolith phpMoney phpBB j2sdk psa-ingo php-xslt cs-gs phpDig WebShopmanager b2evolution perl-FreezeThaw psa-watchdog CSLH perl-Apache-ASP openbiblio typo perl-MLDBM-Sync AutoIndex php-mhash postgresql-server phpBook WebCalendar postgresql perl-IO-Ftp tnef sablotron perl-suidperl perl-Time-HiRes perl-MIME-Lite daemontools js maildrop perl-Text-Iconv perl-Digest-SHA1 clamav mhash nmap netpbm postgresql-libs perl-Net-DNS libmcrypt clamav-db perl-Digest-HMAC
That's what atomic-psa includes, minus the psa-spamassassin.
Post Reply