Started 1 week, 2 days ago (2009-12-05 18:02:00)
by Penguin
QUOTE (clay @ Dec 5 2009, 08:00 PM)
Configuration File (php.ini) Path /usr/local/lib Loaded Configuration File /usr/local/lib/php.ini I have no idea why it is so difficult to get an answer about that question. Did a 5 year old thread really need bumping with incorrect details as that is not the path to php.ini on an Ensim based server by any means...
Started 4 months ago (2009-08-10 12:10:00)
by jimhermann
QUOTE (RonInMaine @ Aug 9 2009, 04:02 AM) Does anyone out there have experience in stopping so-called "backscatter" on ensim-based systems? All I have been able to find on the topic is a statement that it's hard to have an ensim-based system stop sending
non-local mail errors because of the way ensim sets up catch-all e-mail accounts for domains. But, I have not yet found anything...
Started 2 months, 1 week ago (2009-10-03 17:35:00)
by Penguin
The Ensim website is accessible now from here, although it's not unknown for it to go up and down occasionally. I would however recommend upgrading to the latest version as not only does it resolve a number of bugs, but iwll also ensure that teh control panel is contacting the Parallels licence server correctly as your version will be using a URL based on the Ensim domain name, which is ...
Started 3 weeks, 4 days ago (2009-11-19 12:59:00)
by gapplewagen
I was able to get this resolved by doing the following for each pre-existing domain: CODE cp /usr/lib/mysql/libmysqlclient.so.16.0.0 /home/virtual/siteXX/fst/usr/lib/mysql cd /home/virtual/siteXX/fst/usr/lib/mysql ln -s libmysqlclient.so.16.0.0 libmysqlclient.so.16 cp /etc/php.ini /home/virtual/siteXX/fst/etc (<-- set main php.ini "extension_dir = /usr/lib/php/modules") cp /etc/ld.so....
Started 1 month ago (2009-11-14 04:06:00)
by escolas
QUOTE (gpan @
Nov 14 2009, 05:09 AM) Did you check if it was just a ownership/permissions problem on the folder, that's what it sounds like Yes I ckecked it. Before changing anything I wrote down the owner of the user mailbox in /home/virtual/siteX/fst/var/spool/mail/ . It is something like: -rw------- 1 22010 admin5 67M Nov 14 04:56 username I also checked if permissions ...
Started 1 month, 2 weeks ago (2009-10-28 09:17:00)
by Catalyst
That actually won't delete the mqueue ... it's trying to process what's in there, and it you have a lot of bung entries, it's simply not going to do anything until the messages bounce after four days. If you wanna do it quick --- albeit, you may end up deleting some legitimate mail --- stop sendmail, '
rm -Rf *' in the queue directory, then start it again.
Started 1 month, 2 weeks ago (2009-10-26 10:55:00)
by The DareDevil
So, I took
a closer look and it turns out that my named.conf file was 0 bytes!? How in the world... I'm lucky to have a second, identical, Ensim server available. I'm comparing files one by one and noticing a ton of differences. I'll post back when I have more info.
Started 2 months ago (2009-10-15 09:25:00)
by gapplewagen
QUOTE (gapplewagen @
Oct 15 2009, 02:55 PM) RHEL 4 and Ensim 10.3.0 Server had been working fine for a long time when randomly yesterday things started behaving very strangely. When a domain administrator attempts to add a virtual user to their domain it fails with: I decided to try to stop the epld service and move the lock files out of the "misc" directory. Now when a ...
Started 9 months ago (2009-03-13 20:29:00)
by Catalyst
Usually it's an issue with a missing RPM which can be found with `rpm -Va |
grep -i unsatisfied` ... But I'll tell ya --- the "webppliance_init_lock" error looks like the process isn't actually stopping to begin with, or it's not able to write the PID file for some reason. Take a look at /var/log/ensim/epl.log when the error occurs to see if you can get a straight answer as to what the ...