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.







Cron Jobs And Time Zone Differences


I have a customer billing system.

I would like crons to run at midnight so that the invoices are on schedule and have the right dates etc.

My server is overseas and my time is plus 14 hrs here.

I have set my software up to plus 14 hrs time difference also.

What should I set my crons to?


View Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
Per Second Cron Jobs?
Hey everyone, my friend's dad is looking for a web host that will allow his cron jobs to run every second. Most hosts apparently dont allow cron jobs faster than 5 seconds apart.

How often a host can run cron jobs isn't really advertised on their sites so I'm having a bit of trouble finding a host. I've resorted to just sending emails to sales addresses asking about it.

Does anyone know how I can find a host like this?

View Replies!   View Related
How To Schedual Cron Jobs
I have a number of PHP scripts that I would like to automatically run daily at midnight. I am currently running a VPS server but have no idea how to achieve this. I do have webmin on my sever but am unsure of what command I need to run.

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
Cron Jobs Failing
I have jobs that fail every now and then. I get this email:

Looking up www.xxxx.com
www.xxxx.com
Making HTTP connection to www.xxxx.com
Sending HTTP request.
HTTP request sent; waiting for response.
Alert!: Unexpected network read error; connection aborted.
Can't Access [url]
Alert!: Unable to access document.

lynx: Can't access startfile

View Replies!   View Related
Software To Control Cron Jobs?
Is there any software which would control cron jobs? I've a problem with cpu load where some customers are running more than enough of them at the same time.

Is there any software which would be able to:

If there are more than x crons running at the same time, put others in queue and execute after there are no more than x-1 are running?

View Replies!   View Related
How To Schedule Cron Jobs In Windows
how to set cron jobs in window....

View Replies!   View Related
Free Hosting With Access To Cron Jobs?
I need a reliable, free host where I can run wget on a URL (less than 1k) every 10 minutes via a cron job.

Can anyone reccommend anything?

View Replies!   View Related
Determine What Cron Jobs Are Killing Server And When
We're running on Linux/Apache/MySQL/RoR and have a number of cron jobs that run throughout the day on our server. We've been noticing lately that at certain times of the day the site becomes really slow. When I'm online with my engineers I can mention this to them and they can check and see and say "Oh yeah, it's job XYZ that's spiking the server load."

That's great but much of the time when I notice the sluggishness my developers are offline (we're in different time zones). I'm wondering if there's a fairly easy way to track this when they're not online so we can say "Yup, last night at 10 PM your time when you noticed that it was job ABC." There has to be something that allows you to do this right?

View Replies!   View Related
Variable Filenames By Date In Cron Jobs
How do you insert variables in cron jobs? e.g. the current date.

Let's say I want to back up a file and append the date to it.

0 0 * * * cp /some/file.txt /some/outputfile_[DATE].txt >/dev/null
(note that I'm not sure the cp will actually work like that, it's just an example)

Where outputfile_[DATE].txt has the date in it.

Are there variables cron can use for date, hour, minute, etc.?

View Replies!   View Related
Cron Jobs Not Executing PHP Files
I have a new dedicated server and am trying to set up a cron job via CPanel on on of my accounts (we'll call it "abc" account).

In the Cron job area, where it asks for the command to run, I enter this:

/home/abc/public_html/forum/class/sendnotice.php

But when the job runs, it doesn't seem to be executing the .php file. Instead, I get stuff like this via email:

/home/acb/public_html/forum/class/sendnotice.php: line 1: ?php: No such file or directory
/home/abc/public_html/forum/class/sendnotice.php: line 2: ////////////////////////////: is a directory
/home/abc/public_html/forum/class/sendnotice.php: line 3: //: is a directory
/home/abc/public_html/forum/class/sendnotice.php: line 4: //: is a directory
/home/abc/public_html/forum/class/sendnotice.php: line 5: //: is a directory
/home/abc/public_html/forum/class/sendnotice.php: line 6: //: is a directory
/home/abc/public_html/forum/class/sendnotice.php: line 7: //: is a directory
/home/abc/public_html/forum/class/sendnotice.php: line 8: //: is a directory
/home/abc/public_html/forum/class/sendnotice.php: line 9: //: is a directory

So it is as if the cron job is reading each line of the .php file instead of just running it. Am I doing something wrong in setting up the cron job to run that file or could it be a configuration issue with the new server?

View Replies!   View Related
Check What Cron Jobs Have Been Added On The Server?
i find on the certain time,

the mysql of server will run a lot of query,

and the io and load will become very high,

after the time point,

all the io and load with be smoth,

so,i wonder if any Cron job has been add (by certain account) to run something,

View Replies!   View Related
Time Zone Issue.
I have a linux server running websites without any control panels. The problem is that the scripts run by cron daemons are showing up a wrong time and time zone on emails.

This happens when they are run as automated scripts by cron daemon. Recently I have changed the time from EST to CST. The command date and hwclock --show gives the correct CST, even the scripts run from the shell showsup the correct CST time.

View Replies!   View Related
Setting Time Zone To GMT
When i try setting time zone to GMT, it do not worked.

# date
Thu Jun 26 10:05:20 UTC 2008
# ln -s /usr/share/zoneinfo/GMT /etc/localtime
# /usr/sbin/ntpdate time.nist.gov
26 Jun 06:05:27 ntpdate[29806]: step time server 192.43.244.18 offset 1.429150 sec
# date
Thu Jun 26 06:05:27 EDT 2008

It still shows time in EDT.

I have the same problem in other server also, both servers are CentOS 5.2

When i set to UTC, it works

# date
Thu Jun 26 06:10:16 EDT 2008
# rm -f /etc/localtime
# ln -s /usr/share/zoneinfo/UTC /etc/localtime
# date
Thu Jun 26 10:10:16 UTC 2008
#

View Replies!   View Related
How To Change Server Time Zone
I have a root access and using DirectAdmin control panel! How to change my server Time zone to GMT + 4?

View Replies!   View Related
Unknown Or Incorrect Time Zone
while i am restoring db following error occured

Code:

Error at the line 6803: /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

Query: /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

MySQL: Unknown or incorrect time zone: 'NULL'

View Replies!   View Related
Zone.net Around For A Long Time
I am using Servint and I am looking for another provider with similar reputation/reliability. I have heard many good things about Zone.net on this forum, but they don't have any reviews older than a few months. Have they been around long, if so, why no early posts?

View Replies!   View Related
Setting A Different Time Zone On A Server
I have a server in USA which I have leased to a customer. The customer is running an application in the server and for that he needs the timezone to be set IST in the server. If he does the same, then will it affect the working of the server. What can be the ill-effects of the same. The customer is running Windows 2003 server.

View Replies!   View Related
How To Set Time Zone On Web Hosting
I am having an issue where it appears an incorrect time zone may be on my account. I am in Mountain Daylight Time and it appears that it's putting me as being in Eastern Daylight Time.

I was told that you can put a line such as:SetEnv TZ America/Denver
in your htaccess.txt file.

I wasn't sure where to put it so I put it at the end of the hdaccess.txt file.

The issue is it appears it still did not fix it. Is there another way to set the time zone or did I do something incorrectly?

View Replies!   View Related
CPU Differences
Which is better and what are the main differences between these 2 CPUs?

Intel Dual Xeon 2.8GHz Processor

and

Intel Xeon 3360 2.8 GHz Quad Core Processor

View Replies!   View Related
Differences In Servers
I currently run a couple of forum-heavy websites on a Pentium D950 (3.4 GHz 800FSB Dual Core 2x2mb cache). The sites use most resources for mysql and php (via apache), plus some more for email and serving images via tux.

So now I'm looking for an upgrade. I've grabbed the following off the Softlayer website:

Quote:

Server CPU Speed CPU MHz CPU Cache Price
Intel Xeon 5050 2 x 3.00GHz 667MHz 2 x 2MB - HT $179
Intel Xeon 5130 2 x 2.00GHz 1333MHz 1 x 4MB $199
Intel Xeon 5140 2 x 2.33GHz 1333MHz 1 x 4MB $239
Intel Xeon 5160 2 x 3.00GHz 1333MHz 1 x 4MB $279
Intel Xeon 5310 4 x 1.60GHz 1066MHz 1 x 8MB $219
Intel Xeon 5320 4 x 1.86GHz 1066MHz 1 x 8MB $259

Now what do I make of this? First of all, I'm having a hard time relating the CPU speed to the clock speed. The 5050 seems alright to me, but I've read somewhere that Dempseys are already regarded as outdated, so obviously I'm underestimating the importance of clock speed? (Do I get the performance by basically multiplying the clock speed with the CPU speed?) Also, what's up with the quad core? Is that something worth considering for the purpose mentioned above, or will it be wasted on the four cores? What about the lower CPU speed of the quad core - will the faster dual core actually get the same or even more work done?

Or am I looking at the wrong brides and should rather run and get myself two cheapo servers with php on one and mysql on the other? (Or go with one of the above and just take two disks?)

View Replies!   View Related
Two Httpd.conf, What Are The Differences
my server is centos with whm/cpanel,

i find there are two httpd.conf in my server,

/etc/httpd/conf/httpd.conf

/usr/local/apache/conf/httpd.conf

i want to ask if i want to tune the httpd,

which one i should edit?

and what are the difference of them?

View Replies!   View Related
Differences Between Linux And Windows Hosting ..?
explain the main differences between these two hosting types? What websites it is better to host on linux-based servers and what on windows ones?

View Replies!   View Related
Differences Between Router, Switch And Hub
differences between a router, hub and a switch.

I have set up a file/print server using samba on my home network that just uses a simple 4 port linksys router, so I'm relatively familiar with routers.

Its my understanding that a hub, is kind of like a router but w/o a "to modem" spot. So you would use a hub if you just wanted to connect some computers to have a LAN party or something, right? Where there'd be no internet connection. Is this correct?

As far as switches, I get the feeling they are like routers, only better? Because data centers and companies mostly use switches, not routers? Or am I way off? What exactly is different between a switch and a router.

As a supplamental question- I will be starting college next fall, and a friend of mine said that dorm students are not supposed to use routers, but rather switches. Any idea why this would be the case?

And also, along the lines of college networks. Say I wanted to take my server with me to my dorm, how would that work? I know this depends on the university, but how would such a large network like that work- would each dorm have its own public IP address? Or would the dorm have one public IP, then each room have an internal IP? Sorry if this is a dumb question, I've really only worked with simple home networking

View Replies!   View Related
Primary Differences Between Windows And Linux Hosting
I have really seen is linux hosting advertised - what is the real difference between linux and windows? They both use Apache and PHP - doesn't windows use more resources with it's GUI?

View Replies!   View Related
Differences Between Windows 2K3 SB And Standard Server
What is the real difference between Windows Server 2003 Small Business Server and Windows Server 2003 Standard Edition?

Why is the SBS cheaper?

View Replies!   View Related
Squirrelmail: Email Arrives With Different Time Than Server Time
This is a rare issue i have on a RHEL 5.2 + cPanel server.

Server time is:

Tue Nov 11 17:02:51 CST 2008
Squirrelmail time show:
Code:
Last Refresh:
Tue, 5:02 pm

So, that is correct too..

But email arrives with -4 hours time, example:

webmaster@xxx.com 1:03 pm testing email

I already rebooted httpd, exim, and imap server, and the server itself too.. and problem stills.

View Replies!   View Related
DNS :: Connect Time And Host Ping Time?
I got report from webceo that I have some issues. May someone help me fix this?

DNS Lookup: 0.22 sec
Connect time: 0.33 sec
Host ping: 0.10 sec

That mean too slow with the other sites!

View Replies!   View Related
Server Response Time :: Network Time Out
I can't get access to a certain site. I always get the page with:

network time out - server at *** takes to long to respons. More people have noticed this and apparently it only happens to people with certain specific providers. And not all the time. Some times they DO get access eventy to they belong to the same ISP. So I guess an ISP isn't blocking access to it otherwise it would be permenantly/The site administrator insists that certain ISP's are blocking his site. He's hosting it on his own server. The domain belongs is registered at namecheap.com.

If an ISP is blocking this site (if that's possible?), that would lead to that 'network timeout' page wouldn't it?

What is the most likely reason for getting a timeout page anyway?

View Replies!   View Related
Daily, Time To Time Cpu Load
I have a dedicated server specs: AMD 3500+ 64 Bit CPU, 1 GB Ram, 160 GB Sata Drive. For 1 month, CPU load average reaches 40-50 value. This happens about 5-6 times in a day. When I stop httpd service for 30 seconds everything goes normal. I think this is not a DoS attack because it comes systematic, I dont believe no one makes this regularly except bots.

Maybe its a system service or a cronjob but it stops when I turn off httpd service?
How can I be sure about what's making this regularly load?

I also did set up a script which mail me when load average of system goes crazy and restart httpd service. But instant restart is not working to stop load increase.

View Replies!   View Related
Differences Between A Dedicated Server And A VPS Server
i just wanted to ask what is the difference between a dedicated server and a VPS server

View Replies!   View Related
DNS Zone
for our DNSs, should I add A record or NS record for my domain?

for exmaple I have ns1.mydomain.com now should I add A record or NS record for NS1 in mydomain.com DNS zone?

View Replies!   View Related
Zone.net
I came in here a couple days back looking for a reliable, powerful, and well priced VPS. I went through a couple companies and one of the first that I really seriously considered was Zone.net.

It's really all about first impressions and zone.net wins this. Their site looks great and definitely made a good impression on me. I had some questions about hosting a Debian VPS; they answered them quickly and completely. Their support is first-class and very personable. I waited on hold for less than a minute, and was instantly directed to a very knowledgeable agent.

After setting up my VPS, I can tell you that my sites get some good traffic and zone.net is handling it all great. Their bandwidth is fast, their servers are first class, and they're definitely the kind of host everybody should have.

I've been through many other hosts in search of a decent VPS and I definitely will be staying with zone.net for a while. I'm not affiliated at all with them, just a very satisfied customer. If you're thinking of opening something with them and would like an honest, third party opinion, don't hesitate to PM me.

View Replies!   View Related
Zone.net
I just wanted to take a minute to express how happy I am with my new VPS from Zone.net.

There was a minor delay getting my VPS set up and they were upfront and gave me a good credit for it. This is rare in this day and age and I felt I should share how well they communicated.

So far the VPS is screaming and hosting my 3 sites without breaking a sweat.

Ill post a week or month report as I get time. This site helped me find Zone.net, so some more good feedback can't hurt. :-)

View Replies!   View Related
Zone.net
Before aweek i was looking from good company to take VPS so i saw here some poeple commend with zone.net. so i take VPS from them they are not to bad they have excellent dealers but the support slow if you issue ticket its will take hours to answer you.

so i will write my problem to (web hosting talk members) maybe they will help me one it

my web some times normal for me i can inter it but some visters can't inter the web
& some times i can't inter the web but some visiters can inter & if am used the PHproxy i can inter.

the masseges that come to the web

(The requested item could not be loaded by the proxy.
Proxy server is unable to locate the server: tdwl-academy.com. The server does not have a DNS entry. Check the server name in the Location (URL) and try again.)

(network error (dns_sever_failure)

&

(The page cannot be displayed)

they told me there is nothing wronge on DNS

really i will be crazy from my web

View Replies!   View Related
Unable To Parse Zone
I recently updated all my cPanel software, and now when I try to Edit a DNS zone, I get:

Unable to parse zone: Error while parsing zonedata for *DOMAIN NAME HERE*.com: expected valid rname, line 4 ...propagated at /usr/local/cpanel/Cpanel/CPAN/Net/DNS/ZoneFile/Fast.pm line 142.

View Replies!   View Related
Zone.NET Going Out Of Business
I have multiple valleywag friends who have gone with Zone.NET for server hosting. I decided to do the same a few weeks back and use them as well. I never got my IP and server info and called customer support. No kidding... been 9 days and Level 1 support kees saying someone will get back to me.

So today I call them and ask them if they are going out of biz because customer support is impossible bad, and he basically said yes!!! Wish they would have told me that upfront.

Anyway, wasted a few weeks with them. Now my cohorts and I are on the lookout for some new hosting companies. All recs welcome

View Replies!   View Related
DNS Zone Assistance
I'm trying to setup an option on my server. I hope one of you can help me out a tad...

I'm trying to configure my server to allow an option that I usually call wildcard DNS. I need any domain that's pointed to a server to go to a parked page (just like a welcome to <domain> it's coming soon). I can do the parked page, just need to figure out the DNS/Apache settings.

I know it can't be too hard but I just can't find it...

View Replies!   View Related
DON'T BE MISTAKEN ABOUT ZONE.NET
It has come the time to find out who REALLY IS Zone.net

This is the moment where zone.net is experiencing their worst situation ever. We are all offline since friday, we are all extremely nervous and some of us are even losing clients because of the prolonged downtime. Many of us have sent awful emails to zone.net and there are thousands of complaints arriving continuously to zone.net.

I'm amazed to see how zone.net is behaving in front of this awful & critical situation.

Believe it or not, they are politely answering the emails, they opened a special page where they update everything that's going on so that we all know what's happening and what they are doing, they have a lot of engineers working continuously to solve the situation as soon as possible and they really are devoted to end this nightmare. So this is NOT only our problem -as their customers-, but their problem as well and therefore, we are all together on this and as such we should help each other instead of screaming at them.

Zone.net is showing with facts and with their behaviour that they are a SERIOUS AND VERY DECENT AND PROFESSIONAL company who deserves our support & help because it is nowadays extremely difficult to find decent and professional people like the one at zone.net. The fact that there's a problem today doesn't mean more than what it really is, and that problem we are suffering now has taught us that zone.net is one of the best companies we can possibly find. I'm pretty sure & confident this great people will satisfactorily solve the situation in a short while.

You actually know a company when that company is in trouble. Otherwise they are all great....

View Replies!   View Related
Editing A DNS Zone
to edit a DNS Zone (via WHM=> DNS Zone Edit) of a domain hosted on my server & which NS's are routed to.

New setting should route domain to a seperate server (i.e HTTP, FTP) and leave EMAIL on my server.

I've changed all settings, except MX & mail CNAME, to the new IP (This includes NS's, A's, CNAME's - WWW & ftp). Still the WWW is not working and email has stopped working localy.

View Replies!   View Related
Review For Zone.net
A few months ago, I helped a client setup some services on a VPS provided by zone.net. The setup process was easy and the VPS was activated very quickly. The online support staff is very fast at answering any questions I throw their way. I'm also impressed with their online customer portal -- very well organized.

Reliability has been perfect (as far as I can tell). The VPS is very responsive and obviously not overloaded. The price is very reasonable.

View Replies!   View Related
Zone.net Reviews
Anyone out here using zone.net for VPS hosting?

I'm considering their VM200 fully managed package. Via current special it's a little over $50/month. 1024 MB SLM (Guaranteed), 30 gig disk, 300gig transfer. 6 ips. This includes cpanel or plesk. I also like the fact that they offer incremental upgrades.

Sounds good, but being a newbie, I just don't know. I really want a reliable host with good support. I don't see too many reviews on them here... is that good or bad?

I'm also considering Liquidweb.

View Replies!   View Related
Good Luck Zone
Its a bit comparative review between WiredTree and Zone.net

Zone.net has added itself to my favorite hosting company list by its own quality. After owning a dedicated server in WiredTree, I was needed to buy a VPS. That time WiredTree VPS was very expensive. After researching a lot, I have found zone.net. I have taken their Xmas offer. Really, I enjoyed with time with them. But I had to leave them only because they don't have proactive support. I have again purchased a VPS from WiredTree (Taking an lifetime promo). Last month, my zone VPS is expired. But I still feel that server :-p. It was a real cool server. The performance of the server was much better than my current server in WiredTree. I faced some slow network issues in zone. I faced same in WiredTree too which I did not expected. Anyway to me uptime, performance and support is most crucial things. I happily give Zone.net higher marks than WiredTree in case of first two. The server was much faster then my current and server was not down in my 3 months life. As complained many times (in even WHT), their support was (may not is) slow.

After purchasing a server from WiredTree, I had face some issue in my zone server. But I was really astonished seeing the fast support. I got the whole matter solved within 10mins by 6-8 mails among us. The support operator was also gentle (I forgot the name. need to dig my mailbox).

So, I request Zone.net to implement proactive monitoring & support to Enterprises servers so that we don't need to worry about it. If you can do it, I think u will keep all other behind very soon.

One thing I should mention here about Sean K. Most probably he is the owner. This is guy amazing. Very professional and helpful. So, if any customer is not happy with the support desk, just mail/PM him from WHT forum. You will get the issue be solved quickly.

If you have monitoring and proactive support, I hope to buy my next server from you again .

My best wishes to Zone.net.

Finally to say: my WiredTree also good as usual. I think I should not say anything new about WiredTree. I did not see as much positive review for anyone as I have seen for WiredTree in WHT. Thats why we are with WiredTree for years. Best wishes to WiredTree too.

First published in: [url]

View Replies!   View Related
1 Year At ZONE.net
I wrote a while back about my 9 month experience with ZONE.net, and now certain circumstances have come up that have brought the need for me to to move to a different datacenter in southern California. However, my experience "in the ZONE" was exceptional, and I didn't want to walk out on them without a final word here on WHT to let everyone know what a wonderful time it was hosting with them.

In June of 2007 I was beginning to grow my own web development & client solutions business and decided it was time to move from a shared box to a "more private" VDS. I don't jump into things quickly however, so I had planned a week or so of research for the best price/quality/service combination. I spent days on here reading reviews, checked out 20 or 30 different companies and websites, and pitted plan against plan.

Eventually I narrowed it down to "the top three" and finally went with ZONE.net. They lured me in with some amazing deals in the "VPS Offers" advertising forum here, and I liked seeing the activity of their sales guys on WHT.

As you'll see echoed over and over again by happy customers on this forum, I wasn't disappointed by my choice. Throughout the year I filed some 16 support tickets which were all dealt with swiftly and as expected. As my company began to grow, I even went through migrating to a larger VPS plan with them, which was handled perfectly and went through effortlessly. I've "scaled-up" with other hosting companies in the past (when I worked for another company) and have had horrible experiences (plans change and prices fluctuate and you can't always get the same kind of deal you had before), but these guys were wonderful and everything went through without a snag.

Their network is quick, their support is amazing, and their prices are incredible. For clients of mine who need a VPS, I always recommend the ZONE. You won't be disappointed.

View Replies!   View Related
Domain Without DNS Zone
Is it possible to change the name servers of a domain to point to my server and I will then automatically see the domain on my server, without having to create a DNS zone for it?

View Replies!   View Related
Bind Zone Limit
I'm curious if there is a limit to the number of DNS zones that Bind can read.

Is there a limit to where performance starts to become an issue?

Would Bind be able to handle 10,000 DNS zones? What about 20,000 or 30,000?

I seem to recall reading something that said Bind was only able to read a certain number of zone files. But I don't remember where I read that, and it may have been several years ago.

View Replies!   View Related
Zone.net Review
I can only encourage you to check out zone.net.

My website receives between 9,000 and 12,500 unique pageviews a day and
I am now at zone.net and their VPS hosting is awesome,
not only the speed the my pages now load with, but also the custom support that helped me out with the domain transfer and setting up the VPS.

I got the VM-200 Virtual Enterprise Server that comes with 768MB memory, 25GB space and 400GB traffic a month. The server specs are as following:

Plesk version psa v8.1.1_build81070423.15 os_FedoraCore 5
Operating system Linux 2.6.9-023stab044.4-enterprise
CPU GenuineIntel, Intel(R) Xeon(R)CPU E5345 @ 2.33GHz

It is a bit pricey at 65$ a month, but one of their service staff members gave the following promo-code to me:

It is FIFTEENOFF and deducts 15% of every monthly amount-payable, leaving this server beast at 55$ a month, which is financially sustainable as long as my dear users continue to click those ads that make sense to them.

In contrast to Liquidweb the package I have at zone.net has 256MB more ram at a lower price.

Also they have five datacenters to choose from within the United States in contrast to two at LW.

I recently got to know while trying to sort out my German .de domains, that they run a special promotions campaign this summer. They got some cool new special deals this summer.

View Replies!   View Related
Zone.net Review
I believe in giving credit where it's due and zone.net definitely deserves one.

I've been contemplating to switch to VPS for a very long time and choosing a provider is not only nerve wrecking, it was really really hard as the 'contenders' on my list all have really great reviews here on WHT

However Zone.net have really made my decision easy. I have initially decided to go for wiredtree and plan to sign up end aug. But when I saw zone's promo ad and seankoons advice to contact sales for custom coupon, that's just what I did. I was plasantly suprised that they could accomodate to my request and thus I signed up immediately.

My VPS was provisioned the next 1 and a 1/2 hr later but the VZPP link was not working. I submitted a ticket and was responded with issue rectified the next 3 minutes! another WOW factor! I've also submitted request for server hardening and this was done within 1/2 hr.

Then I realized that the memory allocated was not as per agreed, so another tkt submitted and responded within 10-15 minutes. There was a misunderstanding, nothing bad but Richard the sales person have bravely acknowledged the error and honoured the deal and that's not all, throws in an xtra bonus.

That gestures sure made an impact on how a company values their customers. My server now is up and running, accessing whm/cpanel is super fast and ping times are the best I've seen for a US based server. I'm in Singapore right now. By the way it'd be great if you guys can ping at your end (state your location) and post it here Will really appreciate that.

Reply from 67.201.40.62: bytes=32 time=201ms TTL=51
Reply from 67.201.40.62: bytes=32 time=201ms TTL=51
Reply from 67.201.40.62: bytes=32 time=198ms TTL=51
Reply from 67.201.40.62: bytes=32 time=199ms TTL=51

Ping statistics for 67.201.40.62:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 198ms, Maximum = 201ms, Average = 199ms

I'm in a midst of transferring all other accounts and hopefully it will run well. So it have been a very good WOW experience and with this level of services rendered, I'm here to stay for a very very long time Good job Zone.Net!

View Replies!   View Related
New Hosting At Zone.net
For those who cannot decide, I would simply like to say that after reading the posts on this site and making contact with half a dozen potential VPS hosts, I decided to go with Zone.net. To avoid a rather long shut down for maintenance, I wanted to move 20 sites in a big hurry. Though the folks at zone.net had their hands full with many other matters, like getting some new equipment up and running, they extended me the utmost courtesy, responded promptly to all tickets, and had me going within the narrow time frame at our disposal.

I think the right word for their hosting is snappy, but for their staff and work ethic, A+ would be the right rating.

View Replies!   View Related
Zone.net Review
I've been with Zone.net since late august and I couldn't be happier.

They always respond to tickets quickly and even called me once time when I was having a server problem to let me know how things were going with it.

The only problem I've had was when I ordered two new IPs and they were installed wrong or something as my CPU usage shot to 100% and the server kept crashing. I had this outage for two weeks but they emailed me daily to tell me how the fix was going and ended up giving me a month free for my trouble!

Brian and Sean are two great guys and zone.net has made a VPS customer for life!

View Replies!   View Related
DNS/MX/Zone File
When I view my servers hostname on dnsreport I get the following errors:

Quote:

WARN

MX records are not CNAMEs

WARNING: When I looked up your MX record, your DNS server returned a CNAME. This is an unusual situation, and I can't handle it -- the following MX tests may not work properly. The problem is:
mail.fishsense.co.uk.->fishsense.co.uk.

Quote:

FAIL

MX A lookups have no CNAMEs

WARNING: One or more of your MX records points to a CNAME. CNAMEs are prohibited in MX records, according to RFC974, RFC1034 3.6.2, RFC1912 2.4, and RFC2181 10.3. The problem MX record(s) are:
mail.fishsense.co.uk.->fishsense.co.uk.->67.18.217.170

Quote:

WARN
Mail server host name in greeting

WARNING: One or more of your mailservers is claiming to be a host other than what it really is (the SMTP greeting should be a 3-digit code, followed by a space or a dash, then the host name). If your mailserver sends out E-mail using this domain in its EHLO or HELO, your E-mail might get blocked by anti-spam software. This is also a technical violation of RFC821 4.3 (and RFC2821 4.3.1). Note that the hostname given in the SMTP greeting should have an A record pointing back to the same server. Note that this one test may use a cached DNS record.

fishsense.co.uk claims to be non-existent host server.fishsense.co.uk:
220-server.fishsense.co.uk ESMTP Exim 4.63 #1 Fri, 12 Jan 2007 08:10:24 +0000 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.

The contents of the zone file are:

Code:
; Zone File for fishsense.co.uk
$TTL 14400
@ 86400 IN SOA ns1.fishsense.co.uk. myemail.domain.com (
2007011204
7200
7200
2417200
86400
)

fishsense.co.uk. 86400 IN NS ns1.fishsense.co.uk.
fishsense.co.uk. 86400 IN NS ns2.fishsense.co.uk.


fishsense.co.uk. 14400 IN A 67.18.217.170

localhost.fishsense.co.uk. 14400 IN A 127.0.0.1

fishsense.co.uk. 14400 IN MX 0 mail.fishsense.co.uk.
ns1.fishsense.co.uk. 14400 IN A 67.18.217.170
ns2.fishsense.co.uk. 14400 IN A 67.18.217.171
fishsense.co.uk. 14400 IN TXT "v=spf1 a mx ~all"
www 14400 IN CNAME fishsense.co.uk.
mail 14400 IN CNAME fishsense.co.uk.
ftp 14400 IN A 67.18.217.170
server.fishsense.co.uk 14400 IN A 67.18.217.170

Can someone explain to me in laymans terms (aka as simple as possible) on how I can fix the above errors.

View Replies!   View Related
My Review Of Zone.net
I recently had the pleasure of working with zone.net for a project of mine and I have to say that their attention to detail and quality of workmanship was at a level that surpassed my expectations.

Their support time responses have consistantly been both swift (I would say no more than two hour response time) and elaborate and I could see that they knew what they were doing.

I thank you again Sean from zone.net and the technician that helped me - I think you know who he is - is probably the friendliest and overall best support tech I have ever dealt with.

View Replies!   View Related
Dns Zone Editor
dns zone list empty thats happened sudenly

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