Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Web Hosting


Advertisements:




SuperbHosting.net & Arvixe.com have generously sponsored dedicated servers and web hosting to ensure a reliable and scalable dedicated hosting solution for BigResource.com.







Running Postgres


I have installed postgres over my cpanel account but I am unable to find php_pgsql.so file

I am running Centos 4 Apache 1.3 PHP 4.3 Postgres 7.3


View Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
Postgres Install
I have a server running Cpanel and I have added postgres through /scripts/installpostgres, also I have set it over WHM and can access phppgadmin but I got this error when connecting throug a script

Fatal error: Call to undefined function: pg_connect() in /home/rer1223/public_html/process/Connection.php on line 4

I checked and postgres is not listed in phpinfo output.

View Replies!   View Related
Cannot Add Postgres Database
PostgreSQL (Cannot add new user or database). It will return "User/DB added successfully" but no new user or database is added.

root@server [~]# rpm -qa | grep postgre
postgresql-devel-8.1.4-3PGDG
postgresql-contrib-8.1.4-3PGDG
postgresql-8.1.4-3PGDG
postgresql-server-8.1.4-3PGDG
postgresql-libs-8.1.4-3PGDG
postgresql-python-8.1.4-3PGDG

I've already compiled apache after postgres was upgraded months ago.

I'm using cpanel 10x

View Replies!   View Related
Cron As Postgres User Not Working
I was hoping someone could shed some light on a cron related issue I'm having.

I've been using linux for a while...but never really used crons.

My cron is supposed to dump a postgres db in tar.gz format every minute (for testing purposes) but it doesn't.

I opened my cron in vim via:

Code:
postgres@myhost:~$ crontab -e
And here's the cron:

Code:
* * * * * /usr/bin/pg_dump -D warranty_1_6_test | gzip -c > /var/www/test/postgres/backup$(date +"%Y%m%d_%H%M").tar.gz

Also:

Code:
postgres@myhost:~$ ls -lah /var/www/test/postgres/
total 8.0K
drwxrwxrwx 2 postgres postgres 4.0K 2007-06-14 12:01 .
drwxr-xr-x 3 user user 4.0K 2007-06-14 11:47 ..

Running the backup command via CLI works fine.

View Replies!   View Related
Postgres: Restoring A Filesystem Backup
i had to do a file system back up because of the size of my database.

i shutdown postmaster and tar'd the files.

i recently reloaded my OS and now i'm attempting to restore the backups. i first shut down postmaster, restored the backups to the data folder and restarted postmaster.

i then su'd from root to postgres user:

Code:
[postgres@austin1 pgsql]$ psql service_2_3
psql: FATAL: database "service_2_3" does not exist
DETAIL: The database subdirectory "base/16385" is missing.

the backups had a database named service_2_3 but upon restoring the backups, it doesn't seem to be available.

my data directory is /var/pgsql/data.

Code:
[postgres@austin1 pgsql]$ ls -lahR /var/pgsql/ | grep 16385
but that yielded nothing.

have i done something wrong while backing up? i don't think i have since i followed the postgres manual when backing up. but the administrators have not been very thorough with how they've set the system up for me.

how i can resolve this issue if you have the time.

View Replies!   View Related
Restoring 1.5GB SQL Dump (Postgres)
This seemed like the most appropriate place so I decided to post here.

SYSTEM:
Fedora Core 4, 3GHz, 2GB RAM
Postgres 8, Apache 2, PHP 4

The issue is that I have with me a 1.5GB SQL dump from Postgres 8 which I extracted using pg_dump.

Restoring it seems to be an issue on this PC. I've tried modifying memory directives in postgresql.conf as well as the kernels SHMAX value but no go.

I tried a bunch of other things such as gzipping the file so that it was only 100mb and doing:

Code:
gunzip -c dump.sql.gz | psql my_db
But I recieved many errors saying "invalid command N" and I also got a syntax error notice and the process terminated.

I tried to at least try and enter some data manually but vim is incredibly slow since this is a 1.5GB file.

Is there a way I could perhaps split up my db dump and then import them into the db one by one?

View Replies!   View Related
IDENT Authentication Failed For Postgres. Pg_hba.conf
I just reloaded the OS on our production server and I'm having issues configuring postgres.

the user postgres exists in the system (i.e. 'su postgres' switches me to that user)
i attempted to connect to my database 'service_2_3' via CLI:

Code:
$ su postgres
$ psql service_2_3
and i recieved the following error:

Code:
psql: FATAL: IDENT authentication failed for user "postgres@service_2_3"
the database is installed on the machine on which i was attempting to connect to it with.

therefore, i edited my pg_hba.conf so that it looks like this:

Code:

# TYPE DATABASE USER CIDR-ADDRESS METHOD

# "local" is for Unix domain socket connections only
local all all ident sameuser
# IPv4 local connections:
host all all 127.0.0.1/32 ident sameuser
# IPv6 local connections:
host all all ::1/128 ident sameuser
host all all 0.0.0.0 0.0.0.0 password

and reloaded with (as user postgres):

Code:
bash-3.00$ pg_ctl reload -D /var/lib/pgsql/data -l /var/lib/pgsql/data/temp.log

but i still get the same error. am i editing the wrong file, perhaps?

how would i know which is the correct pg_hba.conf file?

locate pg_hba.conf seems to give me a few results.

View Replies!   View Related
Running Out Of Bandwidth
I have a question that's been bugging me for a few months now (which has gotten worse as traffic increases). I run a site that gets some decent traffic (about 9-10M pageviews per month), and is mostly made up of HTML pages with a lot of images (some pages have about 200k of images, others have maybe 1.5-2MB of them). I have a dedicated server that has 2TB of bandwidth per month, and I'm quickly approaching the 2TB point... what should I do?

Normally, I'd buy more bandwidth... but the host I have charges $400/month for 10mbps unmetered bandwidth -- more than the cost of the server each month! What other options do I have?

View Replies!   View Related
Running XEN
I want to purchase a dedicated server onwhich I can set up XEN and make few virtual machines.

how to manage backups - get a sepeare machine and configure it as a NAS, use R1Soft backups etc.

View Replies!   View Related
Named Already Running
I keep getting this error when trying to start named, bind 9.3.3 installed through yum (centos 5 x64).

# service named restart
Stopping named: [FAILED]
Starting named: named: already running [FAILED]

# ls /var/run/named
#

# ls /var/lock/subsys | grep named
#

I even uninstalled bind, restarted the system, and reinstalled and it is still giving me the same error.

There aren't any related errors in dmesg/messages and I couldn't find a named related file in /var/log.

View Replies!   View Related
Couriertcpd Is Not Running
We have an OpenVZ VPS, And we have a problem with courier there.

The issue is that when we reboot the VPS, then we see the following error when trying to restart IMAP:

imap has failed, please contact the sysadmin (result was "couriertcpd is not running").

But if we use the following cPanel script, that get resolved until we reboot it (the vps) again:

/scripts/convert2maildir

* We have converted to maildir in the past, but should use that script and choose "3" option to get the issue resolved temporarily.

* I try to start courier with /scripts/courierup --force but that doesnt fix the issue.

* There is some other issues on that VPS which may be related to this one:

- We cannot modify the date on that VPS, I dont know why, It doesnt change ever.

- The results of mkpasswd root command is the same everytime we use it.

Operating System: CentOS 4.6

Control Panel: cPanel 11.23.2

Node Platform: OpenVZ

View Replies!   View Related
What Is This Running Process
I am showing hundreds of running processes for:
/usr/local/apache/bin/httpd -DSSL

View Replies!   View Related
Running Your Own Server
why not just setup my own server. I have the connection and hardware necessary. So I am wondering why do people pay for web hosting? Why not just run your own website from your own server?

View Replies!   View Related
Running Rtg
after compiling rtg, I run this
/usr/local/rtg/bin/rtgpoll -v -t targets.cfg

and see the data is collected already. However, I cannot keep ssh window all the times. So, how to run rtg automatically as daemon?

View Replies!   View Related
Running My Website With An IP
My host refuses to help me, I don't plan on using a domain on my server and all I want to do is allow people to download a simple file from an IP. The OS is centOS 4, and the CP is Plesk 8.0.

The location of the file is: /var/www/vhosts/httpdocs/nngnetwork.com/

IP/~username/ does not work (I have never used centOS

View Replies!   View Related
Running Csf
I installed csf as my server's firewall with using cpanel besides, I've customized configuration file and everything seems to be right but when i use csf -s it results this error :

iptables: No chain/target/match by that name
LOG tcp opt -- in * out * 0.0.0.0/0 -> 0.0.0.0/0 limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *TCP_IN Blocked* '
Flushing chain `INPUT'
Flushing chain `FORWARD'
Flushing chain `OUTPUT'
Flushing chain `LOGDROPIN'
Flushing chain `LOGDROPOUT'
Flushing chain `acctboth'
Deleting chain `LOGDROPIN'
Deleting chain `LOGDROPOUT'
Deleting chain `acctboth'
Error: iptables command [/sbin/iptables -v -A LOGDROPIN -p tcp -m limit --limit 30/m --limit-burst 5 -j LOG --log-prefix 'Firewall: *TCP_IN Blocked* '] failed, at line 196

View Replies!   View Related
Statistics Running Behind
Is there a standard on the length of time we should configure stats to run on a cpanel server. Currently mine is 36 hours.

View Replies!   View Related
Running Game Servers
lately I have though about getting a game server.. but the question I found myself stuck with is:

Should I get my own dedicated server or get rentals off of other people.

View Replies!   View Related
Running A Game On A Server
I'm a flight Sim Buffer, I use Microsoft flight simulator X Delux, I also have real flying hours under my belt too.

My Question is, what would I need to have FSX running 365 days of the year with upto 100 Connections at all times from it, plus teamSpeak?

Should I Rent a gaming server and allow my costs to increase, which taking into account I have three children, would be quite hard? Or is there a Gaming server service that I can use?

Any help would be great, also I picked this topic, and I'm quite new for posting, so do forgive me for posting in the wrong topic if thats the case.

View Replies!   View Related
Running Unmanaged VPS
I'm looking into purchasing a VPS, and I saw unmanaged are cheaper.

What would I need to know/learn to do maintain an unmanaged VPS?

View Replies!   View Related
Physical Memory Running Out
recently brought a dedicated server with fasthosts.

Currently my site has

Physical80.31% 84Mb Free (428Mb Total)

Virtual2.99% 1987Mb Free (2048Mb Total)

The physical memory has shot up, do I need to reduce it somehow?

View Replies!   View Related
Running Sshfs On A VPS
I'm trying to run sshfs on my VPS but it seems to require the fuse module compiled on kernel. I already asked my host but they said that they won't change the kernel.

Is there an alternative to sshfs? I really need something to mount an external server.

View Replies!   View Related
OpenVZ - SSH Not Running
If I restart VPS (vzctl stop 1002 | vzctl start 1002 ) I can't join from ssh - not working, but remaining services start correctly: ftp, cpanel, etc.

View Replies!   View Related
Running Dell R710's
Just wondering what your thoughts are on these. We just got a coupler of them in....fully loaded, and it's extremely quiet compared to the 2950's III...

View Replies!   View Related
Any One Running Java Hosting
Is there any one running Java web hosting with tomcat or any other server?

I would like to know what control panel you are using and few other server management related things.

I have experience of tomcat and jboss servers. However I don't have enough knowledge of running a hosting service with it.

View Replies!   View Related
Running A Site With On Db From Two Cpanels
I am having a site developed that will have a "front end" - ie the actual website with a login members area etc. The "back end" will be a set of scripts that work behind the scenes, including a bot that visits other sites and passes info to those sites.

The concern I have is, if I put the whole lot on one Cpanel, and then it gets whacked by a surge of traffic etc, the "back end" will crash as well.

My question is, would it be better to host the site itself on one cpanel account, but store the Db and the back end scripts on another cpanel, both on the same server. Then even if the site cpanel maxes out or crashes, the processes will continue to run? The site itself would also need to access the Db stored on the second cpanel.

View Replies!   View Related
Rsync Running For 3 Hours?
I attached new backup harddrive with system and enable increment backup so that it can generate server backup on backup harddrive which was new,

I notice it takes 20 hours upto now and still working becoz i seen some command like rsync running on top and using alot of resources of server but when i checked backup harddrive then it almost copy all data into it but what about this rsync which running on system from 3 hours and still going .?

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
28045 root 35 19 42788 38m 168 S 63.8 1.0 42:59.51 rsync
28023 root 34 19 42680 39m 552 R 26.6 1.0 23:47.98 rsync
28024 root 34 19 42528 38m 312 S 19.9 1.0 10:25.91 rsync
944 nobody 15 0 167m 142m 10m S 5.0 3.5 0:09.26 httpd
1579 nobody 15 0 167m 143m 11m S 5.0 3.5 0:09.34 httpd
2471 nobody 15 0 167m 138m 7032 S 4.0 3.4 0:01.12 httpd
1528 nobody 16 0 167m 139m 7436 S 1.7 3.4 0:10.20 httpd
76 root 15 0 0 0 0 S 1.3 0.0 14:14.62 kswapd0
2194 nobody 15 0 167m 138m 7188 S 1.3 3.4 0:03.47 httpd
2386 nobody 15 0 167m 139m 7608 S 1.3 3.4 0:03.02 httpd
2452 nobody 15 0 167m 138m 7184 S 1.3 3.4 0:02.01 httpd
3054 mysql 16 0 747m 294m 2892 S 1.0 7.3 431:01.86 mysqld
18358 root 15 0 0 0 0 S 1.0 0.0 0:27.59 pdflush
665 nobody 15 0 167m 139m 7656 S 1.0 3.4 0:18.77 httpd
1917 nobody 15 0 167m 139m 7816 S 1.0 3.4 0:08.64 httpd

View Replies!   View Related
Server Running Very Slow
i have a strange problem at my server ,

i hosted 1 wesite ( forum script with no plugins )

when my traffic consuption reache to 25mbs the server running very slow for hours although the load avarage is very normal 1-2 Iowait 3% ram consumption 8-10Gb

my uplink port 1Gb and of course my DC said the connection is normal with no limitation

the server specs are good
Quad procs 7200 ,16Gb ram ,15K SCSI speed

connections reache to 2000-2500 per seconds

View Replies!   View Related
Vsftpd Running, Can't Connect From Outside
I have been pulling my hair out all day trying to fix this issue, which should be simple in theory.

Basically in summary, vsftpd is running on the server, I can't connect to FTP from my own computer.

I have tried many things, but right now the way it stands is my vsftpd.conf file has listen=YES. I did a netstat -pan, with a return of:
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 29984/vsftpd

I can telnet/FTP into port 21 locally, so vsftpd is indeed running properly, but I cannot connect from the outside at all. I have also commented out everything in /etc/hosts.allow.

At this point, I am out of ideas. And to top it all off, I'm on a tight deadline. Usually works out there way doesn't it?

View Replies!   View Related
Running A DNS Server
I currently have one dedicated server and four VPSs all using Plesk and all having their own name servers controlled by Plesk. What I'd like to do is consolidate everything so all my sites use one set of name servers.

I'm a PHP developer (and will be developing my own front end), and only have limited knowledge of administrating a server, so first of all if anyone has done this before and made mistakes in the process, please could you share them with me so I can avoid making them?

Secondly, I would like to use a MySQL database for storing the DNS info - I've found a tutorial at [url]which I'd like to use - could someone who knows what they're talking about have a skim through this and reassure me that everything there is correct and up to date (the article was written in early 2006 - just checking nothing in the world of DNS has changed since)?

I'm using Fedora.

View Replies!   View Related
Cron Jobs Not Running
I have a machine, that for some reason stopped running it's cron jobs for some reason, and I can figure out how to get them working again.

My /etc/crontab file is as follows.

SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
Here are the contents of a sample user cron file.

MAILTO="USER"
10 4 * * * php -q -f /home/USER/public_html/tools/updtransfers.php /home/USER/public_html >/dev/null 2>&1
10 5 * * * php -q -f /home/USER/public_html/tools/updateexp.php /home/USER/public_html >/dev/null 2>&1
10 5 * * * php -q -f /home/USER/public_html/tools/invoice_cron.php /home/USER/public_html >/dev/null 2>&1
and another

*/5 * * * * /usr/local/bin/php -c /home/USER/php.ini /home/USER/public_html/poller.php > /dev/null 2>&1
I've checked my logs, and I can find no errors anywhere. When I run the commands manually via SSH, they work perfectly, they simply are not being run automatically the way they are supposed to be.

I have checked, and the crond service is running. I have tried restarting it, but it seams to have no affect. I really have no idea what the issue is. The only thing I seam to have found at one point, was the possibility that the files within the /etc/cron.d directory might be CHMOD'ed wrong, but I haven't found anything to confirm this either way.

[root@server cron.d]# ls -all
total 60
drwxr-xr-x 2 root root 4096 Dec 17 03:07 .
drwx--x--x 94 root root 12288 Jan 3 09:28 ..
-rw-r--r-- 1 root root 61 Jun 22 2007 csf_update
-rw-r--r-- 1 root root 81 Apr 11 2007 lsm
-rw-r--r-- 1 root root 79 Jun 22 2007 prm
-rw------- 1 root root 366 Feb 23 2007 sa-update
-rw-r--r-- 1 root root 82 Jun 22 2007 spri
-rw-r--r-- 1 root root 188 Nov 16 23:14 sysstat
[root@server cron.d]#

View Replies!   View Related
Xen On Running Server
I've a production server running web,smtp, ftp, cpanel...

Now I need to run different solutions on the same server (like PABX, games), of course I can't put all on the same place (to better control security, resource usage etc..)
Is it possible to install xen without affecting my production environment? It would be a good choice doing that?

View Replies!   View Related
Mysql Running Process
mysqq has a nice value of 6, is this fine? I read somewhere that it's better at a value of -5.

View Replies!   View Related
Running HSRP At The Datacenter
We are trying to build in additional resilience to our Datacenter. Our provider has suggested they run HSRP on their Layer 3 Cisco switches and we intend to use the Watchguard HA mode for failover on the firewalls.

As we are using Netgear Layer 2 switches, we cannot run HSRP on our switches but I understand they will support HSRP as they have 802.1q functionality.

Is the best solution for on our own switches to simply run Spanning Tree redundancy? I’ve attached a network diagram of a draft setup.

View Replies!   View Related
Httpd Running Under User Nobody
I have read that running httpd under user nobody is not safe at all so I installed mod_suhosin and suphp but still the httpd is running under user nobody.

Could anyone suggest me how to check if they are installed good and are they working? I don't know why is this happening

View Replies!   View Related
Hosting With Softlayer And Running The Following
I'm currently hosting with softlayer and running the following:

4 super fast http servers on a load balancer with 1000 connections (costs a fair amount) - apache 2.0
1 fast mysql server (the server is starting to struggle but i'm concerned about expanding this because clustering mysql is very complicated in my situation) - mysql 5.0

I was looking at amazon s3 and it said it would only cost me $2,500 for my needs which is not only considerably cheaper but i think theirs would be even faster than softlayers with their network and the fact that there wouldn't be hundreds of mysql connections per second as there is now.

Money is not really an issue, I'm more concerned about flexibility and in case i get a ddos attack that i can handle it since softlayer doesn't provide ddos protection (cisco guard) on load balanced IPs and all IP requests to the server show as the load balancer IP.

View Replies!   View Related
Running 1 Domain Off 2 Hosts
I own a number of different websites, and recently have been having a couple of problems regarding uptime...

My question is...

Is there anyway of setting up a fail-safe page? So that when 1 server isn't found, it redirects to another DNS?

I would have thought you could just add a second set of DNS servers like so..

NS1:- NS1.MYFIRSTHOST.COM
NS2:- NS2.MYFIRSTHOST.COM
NS3:- NS1.MYSECONDHOST.COM
NS4:- NS2.MYSECONDHOST.COM

But I'm not sure whether this will work?

All I am asking for, is a way to direct ALL my traffic to my main server... But when/if the first hosting goes down, I would like the domain to point to my second host...

I have heard of a way to do this with a third party DNS service... but the one's i have found are all pay services..

View Replies!   View Related
Running Web Server
I want to start up my web server again. I have Windows XP hosting my web server right now. and, it's slow.
Should i stick with Windows, run IIS and use httpZip from Port80?
I really like microsoft, and don't want to change and adapt to something else.
give me advice

Or, should I run Linux
I would run Linux on it, but I don't know how.
And they have different version of Linux. Example Redhat, Ubuntu etc.
Which one should I go for?

Also, what do I do if I have a netgear ethernet card? Is that Linux? Is it compaitable with Redhat?

And last question, what do I use for security?
I'm a hacker, yeah.. I know what all people can do to websites. How do I stop them?
DoSing, Cross Scripting, XML Attacks, MySql Injection.. Etc.

If a linux fan can respond, that would be nice.

View Replies!   View Related
Running Zend On IIS 6.0
I'm not sure if this is the best board for this question but I'll try anyway. We recently had an app built and the developer built it using the Zend framework.

Our server is running IIS. Does anyone have a link to information or know any tricks in getting Zend build apps to work on IIS?

We need to stick to IIS because other apps we have were built in asp so switching to apache is not an option.

View Replies!   View Related
Running Exchange Server
can someone here help me setup/configure exchange server? I really have no idea but interested in doing so on my dedicated server.

I just want to know how to say, setup email accounts/web access.

Right now, just installed WS2003 EE R2 with updates and installing other things too like SQL Server 2005/AV/ISA Server

I take it I need to make the machine into a domain?

I have 2 IP Addresses assigned to me. and I have 2 domains, so I'm thinking about configuring each domain for an IP Address.

I would ideally like to have email addresses for both domains but going to test it on 1 domain first before proceeding onwards.

It would be appreciated if someone could just jot down on how to go about setting up Exchange, how to configure it...and pretty much it. I will be using Exchange 2003 Enterprise

View Replies!   View Related
Keep Command Running On Power Off
is there any way by which we can keep the command running on PUTTY even when there is Power Failure on our local computer.

What i mean is -

Suppose i am running a TAR command on my BOX and suddenly Power goes off my local PC, so when i relogin i have to start from starch,

is there any way to avoid it, and login back to putty and resume the session?

View Replies!   View Related
Apache Is Running, Site Is Down
All my sites, Cpanel and WHM are down, yet httpd is up and running. Any idea as to how I should go about troubleshooting this issue?

View Replies!   View Related
Those Running DirectAdmin On VPS
may I know which version of apache and mysql are you running on your production server? Will the latest apache or mysql conflict with DA?

View Replies!   View Related
Running Server From Home
In the future I'm thinking of running a web server from my residential house.

I currently have rogers cable , but they do not allow you to run a server from their residential internet connection.

Does anyone run a server from their house? What kind of internet connection do you have?

I'm guessing most people don't do this because they find out it cost way to much to get a special connection ran to their house. Colocation might be the only way to go.

View Replies!   View Related
Running A Home Server
im going to be setting up a basic linux server in my home to host a small family website, i plan to use centos or debian, but was wondering what other things would i need to get my server online,

View Replies!   View Related
Running Own Email Server
If i want to run e-mail server on my machine are those thing all that i need:

1) Separate machine running Linux + UPS

2) Internet connection - ADSL/WiFi (what is minimal acceptable down/up speed for running server normally?)

3) Domain name + one or two static IP addresses acquired form my ISP

4) Email server and webmail software

5) One man that know everything about server security and settings.

Why i want to run server at my home is because i have two spear machines with lot of HD space which can be perfect for this use. Only problem could be internet connection... Is ADSL good enough for me?

Also target public for my E-mail service will be 99% from my country (so ping should be lower than other commercial VPS from USA...)

But still i would like to hear opinions from people that know much more about this topic than me. So what do you think is VPS better soultion than hosting server at home?

View Replies!   View Related
Exim Queue Not ... Running
This feels like an unusually newbie question for me, but... I think my exim queue isn't running. I was born and raised on qmail :-)

I discovered on a relatively new server that the message queue was backed up nearly a month with messages. Fortunately it wasn't a crazy amount, some were double-bounces, and with the help of exiqgrep I got it caught up manually in about a day on and off.

But today it's obvious messages that fail the first time (ex: greylisted) NEVER get retried. Is this a missing cron job? Or command-line param for exim? I would think a relatively stock cPanel install wouldn't suffer from this but... where do I start checking?

Code:
/usr/sbin/exim -bd -oX 587

2008-03-09 04:02:15 exim 4.68 daemon started: pid=13511, no queue runs, listening for SMTP on port 25 (IPv4) port 587 (IPv4) [127.0.0.1]:10025
I mean, that seems fairly obvious right there, but I want to make sure I fix it the right way... in case this is merely a checkbox in cPanel or something...

View Replies!   View Related
Running A Vpn Service
I am thinking of running a vpn service for a limited number of my clients, so that they can surf the web securely and anonymously through our VPS (routing all traffics through a vps). However I have no idea what features should I looking for, I mean how much BW or ram does it need.

Lets say I have 10~20 clients at all, Is a VPS with 300G monthly BW and 256(or 512)M of ram enough to have it work smoothly?

View Replies!   View Related
Which OS For Running A Java Server
I am making an online game and I'm wondering which OS would be the better choice to run my server (written in Java) under.

View Replies!   View Related
Get My Mail Running Correctly
to run my mail through the main IP of my server, which has reverse DNS. At present my mail is running through an other IP address on the same server.

I need someone to show me hows to set it up correctly. My host has alerted me to the problem but their support doesn't include doing this kind of work.

I will pay someone who knows what they are doing, to do this work for me.

View Replies!   View Related
Can't Get PHP 5 Running With IIS
let alone with mysql. Have tried to install those both and have tried endless variations of php settings adn moving php.ini around and checked PATH in IIS adn teh extension .php is enabled.

Question:
Should php.ini be copied to Windows or Windows/system32 directory?

I have a test.php file in my virtual directory. I did have it working at one time but then I installed the extensions so I could have teh mysql extension and it hasn't worked since.

I am just a newbie trying to create a testing environment so I can teach myself PHP. I have endless books, have tried the Yanks method but I am not sure it applies to PHP5.

I have PHP at c:/program files/php/ is this a problem? Shoud it just be directly in the c directory? Does that matter?

View Replies!   View Related
Httpd Running But Timing Out
I had a strange error this morning, httpd was running fine but nothing was loading. All the other services worked fine but I checked the error log and couldn't find anything. I restarted httpd and it's running fine now.

Quote:

[Sat Feb 10 11:48:01 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Feb 10 11:48:01 2007] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Sat Feb 10 13:06:02 2007] [notice] caught SIGTERM, shutting down
[Sat Feb 10 13:06:03 2007] [notice] Apache configured -- resuming normal operations
[Sat Feb 10 13:06:03 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Feb 10 13:06:03 2007] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Sat Feb 10 20:42:26 2007] [notice] caught SIGTERM, shutting down
[Sat Feb 10 20:42:28 2007] [notice] Apache configured -- resuming normal operations
[Sat Feb 10 20:42:28 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Feb 10 20:42:28 2007] [notice] Accept mutex: sysvsem (Default: sysvsem)

Looks just like normal operations... I checked the access log and nothing looked out of the ordinary either.

Anyway the only suspicious thing I saw was the daily scan by spammers to see if I had anything exploitable.

Quote:

[Sat Feb 10 00:16:32 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/a1b2c3d4e5f6g7h8i9/nonexistentfile.php
[Sat Feb 10 00:16:33 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/adxmlrpc.php
[Sat Feb 10 00:16:33 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/adserver/adxmlrpc.php
[Sat Feb 10 00:16:33 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/phpAdsNew/adxmlrpc.php
[Sat Feb 10 00:16:33 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/phpadsnew/adxmlrpc.php
[Sat Feb 10 00:16:33 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/phpads/adxmlrpc.php
[Sat Feb 10 00:16:33 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/Ads/adxmlrpc.php
[Sat Feb 10 00:16:33 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/ads/adxmlrpc.php
[Sat Feb 10 00:16:33 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/xmlrpc.php
[Sat Feb 10 00:16:34 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/xmlrpc/xmlrpc.php
[Sat Feb 10 00:16:34 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/xmlsrv/xmlrpc.php
[Sat Feb 10 00:16:34 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/blog/xmlrpc.php
[Sat Feb 10 00:16:34 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/drupal/xmlrpc.php
[Sat Feb 10 00:16:34 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/community/xmlrpc.php
[Sat Feb 10 00:16:34 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/blogs/xmlrpc.php
[Sat Feb 10 00:16:34 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/blogs/xmlsrv/xmlrpc.php
[Sat Feb 10 00:16:34 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/blog/xmlsrv/xmlrpc.php
[Sat Feb 10 00:16:34 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/blogtest/xmlsrv/xmlrpc.php
[Sat Feb 10 00:16:35 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/b2/xmlsrv/xmlrpc.php
[Sat Feb 10 00:16:35 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/b2evo/xmlsrv/xmlrpc.php
[Sat Feb 10 00:16:35 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/wordpress/xmlrpc.php
[Sat Feb 10 00:16:35 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/phpgroupware/xmlrpc.php

I have nothing to be exploited so I'm thinking that wasn't the cause either.

I checked user_beancounters and there are also 0 fail counts.

Quote:

Version: 2.5
uid resource held maxheld barrier limit failcnt
509: kmemsize 4679572 9150217 50000000 50000000 0
lockedpages 0 0 256 256 0
privvmpages 51822 84271 262140 524280 0
shmpages 10913 10929 21504 21504 0
dummy 0 0 0 0 0
numproc 52 91 400 400 0
physpages 14273 24587 0 2147483647 0
vmguarpages 0 0 131070 2147483647 0
oomguarpages 14912 33040 26112 2147483647 0
numtcpsock 16 146 360 360 0
numflock 1 6 188 206 0
numpty 2 2 16 16 0
numsiginfo 0 25 256 256 0
tcpsndbuf 154284 371176 1720320 2703360 0
tcprcvbuf 197308 539932 1720320 2703360 0
othersockbuf 13416 239892 1126080 2097152 0
dgramrcvbuf 0 2800 262144 262144 0
numothersock 13 27 360 360 0
dcachesize 0 0 2273280 2416640 0
numfile 1199 2022 5820 5820 0
dummy 0 0 0 0 0
dummy 0 0 0 0 0
dummy 0 0 0 0 0
numiptent 89 89 128 128 0

View Replies!   View Related
Only 1 Mysql And 1 Running In Top
I just got a new server and updated the OS etc. Since I am use to seeing the old top information I have questions about the new top data. Some of the differances

1. Many less processes (or task as it is now called) then before.

2. Mysql is only shown once with a long time value. Before I had serveral mysql task and time was short

3. In most cases I have only 1 process running but in the onld system it jumped around from 4 to 10

4. The HTTP task below shows a long time and I see very few. Before had at least 10 shown and the time was very short.

Any ideas if maybe I have a setting wrong that is allows less theads or processes to be created?

Apache 2.2
Plesk 8.2
Fedora Code 6
mysql 5

top - 07:56:45 up 28 days, 11:49, 1 user, load average: 0.18, 0.17, 0.17
Tasks: 121 total, 1 running, 120 sleeping, 0 stopped, 0 zombie
Cpu0 : 0.0%us, 0.0%sy, 0.0%ni, 97.0%id, 3.0%wa, 0.0%hi, 0.0%si, 0.0%st
Cpu1 : 1.0%us, 0.3%sy, 0.0%ni, 97.0%id, 1.7%wa, 0.0%hi, 0.0%si, 0.0%st
Cpu2 : 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Cpu3 : 5.3%us, 0.7%sy, 0.0%ni, 94.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 3360708k total, 3203700k used, 157008k free, 220304k buffers
Swap: 2031608k total, 4208k used, 2027400k free, 2269484k cached
PID to kill:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1521 mysql 15 0 404m 90m 4576 S 6 2.8 245:28.29 mysqld
13298 apache 15 0 40532 12m 4380 S 0 0.4 0:03.31 httpd
14021 apache 15 0 40616 12m 4416 S 0 0.4 0:02.75 httpd
14462 apache 15 0 41216 13m 4452 S 0 0.4 0:03.05 httpd
16330 apache 15 0 40644 12m 4184 S 0 0.4 0:01.10 httpd
16558 root 15 0 2200 1016 796 R 0 0.0 0:01.68 top
1 root 15 0 2044 604 520 S 0 0.0 0:02.27 init

View Replies!   View Related
Running CPanel On Port 80
Here's an interesting article I wrote on how to use mod_proxy to allow your customers to access cPanel using port 80, in case other ports are blocked by a firewall.

[url]

View Replies!   View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved