Search found 83 matches

by Stucco
Mon Feb 20, 2006 12:24 am
Forum: General Help and Development Discussion
Topic: MySQL Error logs after upgrade
Replies: 21
Views: 15513

I've been wondering, is it

Code: Select all

old-passwords=1
or

Code: Select all

old_passwords=1
that goes in my.cnf?
by Stucco
Tue Feb 07, 2006 10:15 pm
Forum: General Help and Development Discussion
Topic: FC2 , PSA 7.5.4 need upgrade help to mysql 4.1.x and latest
Replies: 15
Views: 14836

You can just add the line old-passwords=1 into your my.cnf.

For the record, a lot of people use old-passwords, a lot of people use old_passwords. I don't know which way is right.

If you figure it out post it back here.
by Stucco
Tue Feb 07, 2006 9:55 pm
Forum: General Help and Development Discussion
Topic: FC2 , PSA 7.5.4 need upgrade help to mysql 4.1.x and latest
Replies: 15
Views: 14836

restart it with /etc/rc.d/init.d/mysqld restart

it will probably fail to shut down the first time, and then start correctly. You should be able to connect after that.

You can find more mysql stuff here...
http://www.gadberry.com/aaron/2006/01/0 ... -commands/

Stucco
by Stucco
Tue Feb 07, 2006 9:21 pm
Forum: General Help and Development Discussion
Topic: FC2 , PSA 7.5.4 need upgrade help to mysql 4.1.x and latest
Replies: 15
Views: 14836

whoops...and the structure changed again.

There are no more downloads at www, only at 3es. Remove the www links. Again I will edit the post above.
by Stucco
Tue Feb 07, 2006 9:12 pm
Forum: General Help and Development Discussion
Topic: FC2 , PSA 7.5.4 need upgrade help to mysql 4.1.x and latest
Replies: 15
Views: 14836

The structure changed slightly since that post. Remove the RPMS/ from the end of the updates channel.

I'll edit the post too.
by Stucco
Wed Jan 18, 2006 7:40 pm
Forum: Anti-Spam Help and Discussion
Topic: SA no start on boot after upgrade to 3.1.0-4
Replies: 0
Views: 4561

SA no start on boot after upgrade to 3.1.0-4

After upgrading spamassassin yesterday it wasn't starting on boot. So I checked the run levels and sure enough the upgrade turned them off. Simple solution. Run /sbin/chkconfig --list spamassassin to see runlevels it's starting on. Run /sbin/chkconfig --level 345 spamassassin on to turn it on for co...
by Stucco
Wed Jan 18, 2006 2:47 pm
Forum: General Help and Development Discussion
Topic: MySQL Error logs after upgrade
Replies: 21
Views: 15513

can you login to mysql with this? mysql -u admin -p`cat /etc/psa/.psa.shadow` If not then your /etc/psa/.psa.shadow is missing or has incorrect contents, or your mysql database (user table) was somehow messed up. Try just cat /etc/psa/.psa.shadow That should print your mysql admin password. If it ca...
by Stucco
Wed Jan 18, 2006 2:37 pm
Forum: General Help and Development Discussion
Topic: update missing files
Replies: 3
Views: 3678

Or, I still had my yum set to

Code: Select all

http://3es.atomicrocketturtle.com/3rd-party/updates/$releasever/RPMS/
. Remember this thread http://atomicrocketturtle.com/forum/viewtopic.php?t=578? Seems it has been fixed!
by Stucco
Wed Jan 18, 2006 2:35 pm
Forum: General Help and Development Discussion
Topic: Configuring Yum
Replies: 14
Views: 11982

And now the "RPMS" must come off. For completeness sake, the archive has now been changed and you should have

Code: Select all

http://3es.atomicrocketturtle.com/3rd-party/updates/$releasever/
in your yum.conf
by Stucco
Wed Jan 18, 2006 1:30 am
Forum: General Help and Development Discussion
Topic: update missing files
Replies: 3
Views: 3678

update missing files

The yum server is giving me some incorrect rpm names/versions. I see http://3es.atomicrocketturtle.com/3rd-party/updates/3/RPMS/perl-5.8.5-24.FC3.i386.rpm on the site, but it is looking for http://3es.atomicrocketturtle.com/3rd-party/updates/3/RPMS/perl-5.8.5-20.FC3.i386.rpm Same problem with logwat...
by Stucco
Thu Jan 12, 2006 1:51 pm
Forum: General Help and Development Discussion
Topic: need php rpm
Replies: 7
Views: 6375

So you are using Fedora Core 1?
by Stucco
Thu Jan 12, 2006 1:41 pm
Forum: General Help and Development Discussion
Topic: need php rpm
Replies: 7
Views: 6375

Yeah, in the downloads section of the website, I see several but you have to choose which OS you are running.
by Stucco
Thu Jan 12, 2006 1:37 pm
Forum: Anti-Spam Help and Discussion
Topic: SA and Rules Du Jour
Replies: 2
Views: 4215

Ahhah! After uncommenting out the pyzor line the grep instead produced [10167] dbg: config: read file /usr/share/spamassassin/25_pyzor.cf [10167] dbg: pyzor: network tests on, attempting Pyzor [10167] dbg: plugin: registering glue method for check_pyzor (Mail::SpamAssassin::Plugin::Pyzor=HASH(0xa27e...
by Stucco
Wed Jan 11, 2006 10:48 pm
Forum: Anti-Spam Help and Discussion
Topic: SA and Rules Du Jour
Replies: 2
Views: 4215

SA and Rules Du Jour

I need a little clarification on the setup and structure of SA. I have /usr/share/spamassassin/ with lots of .cf files, and I have /etc/mail/spamassassin with my rules du jour downloaded cf files and my local.cf. What is the difference between these directories? Also, I have pyzor turned off in my l...
by Stucco
Sat Jan 07, 2006 7:11 pm
Forum: Anti-Spam Help and Discussion
Topic: Server Spamming
Replies: 18
Views: 17842

Well, turns out this config causes another problem. I have firewalled port 25 traffic except with my external SMTP server. I just found out that mail redirects in PSA will no longer work, which makes sense, but was unanticipated. I'm expecting this also means mail groups with external addresses won'...