• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Problem With BACKUP and SEVERAL OTHER THINGS in FreeBSD HELP!

C

ccohen

Guest
So, I've upgraded on FreeBSD 6.0 from 8.0.1, to 8.1. Lemme tell you, what a hassle. Does SWSOFT test this stuff?
So now I have 100 clients complaining, and several issues.

1. Error: Unable to create backup session: Can not start agent_runner /usr/local/psa/var/dumps/tmp/2006-12-07-10.28.12.832096: Empty error message from utility.
-Backup Utility Not Working

2. FIXED - Named.Conf gets overwritten, and makes nameserver only listenable by localhost, I figured this out when trying to do transfers to my other nameservers

3. Quotas - Horribly off. Adding mailboxes by default, you turn the option in server prefs to not include mailboxes in disk space usage, and IT still includes them 2 days later, after quotachecks, so i have most of my clients "over the limit" on disk space.

4. SpamAssassin - This is a real piece of work. And considering I've paid extra money for this module, it should WORK! Cannot turn on spamassassin for domains by group operation anymore.
In 8.0 would only let you turn on spamassassin per domain, but ONLY if they had a mailbox, unless you did it by group operation, then for some reason it works, but not group operation doesnt work at all, but now you can atleast turn them on individually when they are redirects w/o them having to have a mailbox in 8.1.

5. PostGresQL - Plesk 8.1 SHITS OUT completely on POSTGRESQL trying to do an upgrade. This is after fully updating ports on FreeBSD mind you. I had to reinstall 8.1 w/o postgresql enabled.

I've got some serious issues here, and customers are pissed, please HELP!!
 
Run
# /usr/local/psa/admin/sbin/agent_runner /usr/local/psa/var/dumps/tmp/2006-12-07-10.28.12.832096

manually - probably there would be a error messages, indicating malfunction
 
Python caught a thread module error. It seems good ole swsoft forgot to compile python --with-threads when updating to python 2.4. I'm going to recompile python with threads and see if this fixes the problem. bah
 
Interesting,
PYTHON problem FIXED

Hope this helps someone else

MUST
make deinstall python24
make clean
edit Makefile find string --without-threads

change to --with-threads

make; make install;

Wallah python gets reinstalled, but check version Python 2.3.5 (#2, Jan 26 2006, 19:42:15)
[GCC 3.4.4 [FreeBSD] 20050518] on freebsd6

Some reason it still uses python 2.3.5 libs, but the damn thing works, and fixes the backup problem, and will probably fix any other python script problems with upgrading PLESK from 8.0.1 to 8.1
 
holy cow i really can't immagine what kind of testing they do before releasing. i have never seen any other company do worse!!!
 
Originally posted by ccohen
Interesting,
PYTHON problem FIXED

Hope this helps someone else

MUST
make deinstall python24
make clean
edit Makefile find string --without-threads

change to --with-threads

make; make install;

Wallah python gets reinstalled, but check version Python 2.3.5 (#2, Jan 26 2006, 19:42:15)
[GCC 3.4.4 [FreeBSD] 20050518] on freebsd6

Some reason it still uses python 2.3.5 libs, but the damn thing works, and fixes the backup problem, and will probably fix any other python script problems with upgrading PLESK from 8.0.1 to 8.1

NO It's bad way, becouce after port's update it will be overwrite.

You can do this:
1. make config (http://forum.swsoft.com/showthread.php?s=&threadid=38325)
2. make deinstall
3. make install clean

Sorry for my bad English.
 
Everebody can say?

Do you have "/etc/psa/plesk-cron.daily" folder?

Becouse if you haven't, cron isn't work.
 
blah,
My cron folder is missing, prob the reason quotas arn't being updated properly. Any fix yet? SWSOFT YOU GUYS ARE REAL DAMN GENIUSES ON THIS ONE
 
GODAMNIT, ANOTHER GODAMN ISSUE SWSOFT FIX YOUR ****....NOW COME TO FIND OUT THE UPGRADE FROM 8.0 to 8.1 SCREWED UP THE MAIL AS WELL...800$ FOR THIS! WTF
 
Back
Top