Unknown Or Incorrect Time Zone

Jul 27, 2007

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 1 Replies


ADVERTISEMENT

Time Incorrect On FTP

Jun 4, 2007

The time is always 4 hours off in my FTP client even though I select the correct timezone for the server (Central Timezone -4:00). I'm on Eastern Timezone -5:00. Server is running on proftpd. This never happens on other servers, only this one I moved to recently. It happens to other users too. I tried adding GMT ON and OFF in proftpd conf but to no avail.

I always set ftp client to use server time and it never had a problem with displaying the right time. So weird.

logged into ftp using firefox and it still shows the time 4 hours ahead of my time

View 5 Replies View Related

How To Set Time Zone On Web Hosting

Jul 29, 2009

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 4 Replies View Related

Setting Time Zone To GMT

Jun 26, 2008

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 6 Replies View Related

Time Zone Issue.

Nov 28, 2007

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 10 Replies View Related

Zone.net Around For A Long Time

Dec 7, 2007

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 5 Replies View Related

How To Change Server Time Zone

Apr 22, 2007

I have a root access and using DirectAdmin control panel! How to change my server Time zone to GMT + 4?

View 2 Replies View Related

Setting A Different Time Zone On A Server

Oct 13, 2007

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 1 Replies View Related

Cron Jobs And Time Zone Differences

Apr 11, 2009

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 4 Replies View Related

Warning: Unknown: Failed To Open Stream: Permission Denied In Unknown On Line

May 8, 2009

I have set up my Virtual Private Server and uploaded all my site's files to /var/www folder. Before that, there was an old simple 'index.html' file

Code:
<html>
<head>
<title>INDEX</title>
</head>
<body>
<h1>IT WORKS!!!!</h1>
</body>
</html>
and when I typed the address www.mydomain.com it displayed correctly. Then I deleted this html and uploaded my files through FTP and now the browser says :

Code:
Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0

Fatal error: Unknown: Failed opening required '/var/www/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0

View 13 Replies View Related

Squirrelmail: Email Arrives With Different Time Than Server Time

Nov 11, 2008

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 11 Replies View Related

DNS :: Connect Time And Host Ping Time?

Jan 6, 2008

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 4 Replies View Related

Server Response Time :: Network Time Out

Sep 25, 2008

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 7 Replies View Related

Su - Root Su: Incorrect Password

Sep 1, 2007

when log in via user in wheel group it works

but when su to root
it show incorrect password

/etc/pam.d/su

Code:
#%PAM-1.0
auth sufficient /lib/security/$ISA/pam_rootok.so
# Uncomment the following line to implicitly trust users in the "wheel" group.
#auth sufficient /lib/security/$ISA/pam_wheel.so trust use_uid
# Uncomment the following line to require a user to be in the "wheel" group.
#auth required /lib/security/$ISA/pam_wheel.so use_uid
auth required /lib/security/$ISA/pam_stack.so service=system-auth
account required /lib/security/$ISA/pam_stack.so service=system-auth
password required /lib/security/$ISA/pam_stack.so service=system-auth
# pam_selinux.so close must be first session rule
session required /lib/security/$ISA/pam_selinux.so close
session required /lib/security/$ISA/pam_stack.so service=system-auth
# pam_selinux.so open and pam_xauth must be last two session rules
session required /lib/security/$ISA/pam_selinux.so open
session optional /lib/security/$ISA/pam_xauth.so
id

Code:
uid=32006(admin) gid=32010(admin) groups=10(wheel),32010(admin)

View 4 Replies View Related

Incorrect Mem Usage (OpenVZ / HyperVM)

Nov 1, 2007

In the last two weeks I have noticed a major issue concerning memory usage. HyperVM and Top (via console) report two very different amounts of memory being used. On a fresh rebuild, my overall usage should be no more then 22mb. However, HyperVM reports 45mb whereas Top reports 11mb. Notice the huge gap?

I was told by my VPS host that OpenVZ / HyperVM is to blame. The overwhelming issue is: if I pay for 256mb of ram and I'm being cut short, then I'm obviously over paying. What's more: how can I tell whether or not I'm being cut short?

Has anyone run across these problems in the last two weeks?

View 4 Replies View Related

Mysql: Incorrect Key File For Table

Apr 20, 2009

I have a server with many db on mysql 5

Any db contains 5 table with data

This data is processed by routine

Many time routine die with the error:
"Incorrect key file for table '/var/tmp/#sql_3018_0.MYI'; try to repair it"

The table sql_3018_0.MYI not exist, think that this is refered to a temporary table but is deleted by process..

View 1 Replies View Related

MYSQL Incorrect Key File For Table

Jul 3, 2008

what I can do about the following database error in mysql?

Incorrect key file for table '/tmp/#sql_(number of table.MYI); try to repair it

I've repaired, optimized and checked the database in phpmyadmin. Initially 2 tables were showing overhead, but the error message is for a temp table and I'm not sure how to try to repair a temp table.

View 5 Replies View Related

Plesk Automation :: Incorrect FTP Username Via API

Feb 12, 2014

I try to migrate FTP accounts from our old hosting panel to Plesk CP using plesk API, but I get following error message:

Code: You specified incorrect username.

The problem propably is, that the username (1234_ftpuserexample) stats with digits.

View 1 Replies View Related

Daily, Time To Time Cpu Load

Aug 9, 2007

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 12 Replies View Related

Apache :: Server Going Down From Time To Time

Feb 6, 2013

The server is going down from time to time, every 12 days or so the site hosted there is no longer accesible, everything starts with the site slowing don and down and then is not longer reachable, what we do is to request a power cycle, and with this we start all over again till next power cycle, so on so on, of course, here are my server details and more info on this:

- MySQL - 5.1.41-3ubuntu12.10
- Apache - 2.2.14-5ubuntu8.4
- PHP - 5.3.2-1ubuntu4.9
- operating system: Ubuntu Server 10.04 LTS

After some time emailing the support guys to barely check about what's going on, we received an email with a few things:

1.- found a few errors that likely would cause issues with Apache. The first error is:
[Mon Feb 04 05:03:10 2013] [error] mod_fcgid: fcgid process manager died, restarting the server and the next error is:
[Mon Feb 04 14:32:34 2013] [error] server reached MaxClients setting, consider raising the MaxClients setting ...

Both these errors seem to indicate that you have a process that is running out of control on your server. We were unable to determine what script on your site is running caused your connections to be maxed out however it does appear that before these errors were generated there was a WordPress plugin referenced in your access logs...

2.- Additionally during our review we did find that your error log for mercadodedinerousa.com is 45 GB's which is excessively large and can cause problems when Apache is trying to write a such a large file.

3.- The majority of the errors being logged are:
[Wed Feb 06 12:12:31 2013] [error] [client 200.76.90.5] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /var/www/vhosts/mercadodedinerousa.com/httpdocs/index.pl, referer: [URL]

View 6 Replies View Related

Cronjob :: User/bin/crontab Permissions Are Incorrect

Apr 19, 2008

I am trying to setup a cronjob but cPanel, (Linux Centos 5), tells me that user/bin/crontab permissions are incorrect and need to be changed to 4755 - I try to change permissions in WinSCP [Properties] but it doesn't 'take'.

how to force a change of permissions with SSH (Putty)

View 2 Replies View Related

Server With Incorrect Disk Space Sums

Jun 15, 2008

I have a debian4 server, and I've been playing around with apt adding different things I believe I'll need for this development box. Only today, I noticed that my disk sums doesn't seem to add up:

dev:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda3 74644096 1419988 69432368 3% /
tmpfs 507704 0 507704 0% /lib/init/rw
udev 10240 40 10200 1% /dev
tmpfs 507704 0 507704 0% /dev/shm
/dev/hda1 202225 22194 169589 12% /boot
dev:~# free -m
total used free shared buffers cached
Mem: 991 590 401 0 45 480
-/+ buffers/cache: 64 927
Swap: 2055 0 2055

dev:~# fdisk -l

Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 26 208844+ 83 Linux
/dev/hda2 27 288 2104515 82 Linux swap / Solaris
/dev/hda3 289 9729 75834832+ 83 Linux
phpSysInfo Output: [url]

The HD is: hda: WDC WD800BB-00DKA0 (Capacity: 74.53 GB)

As you can see, I have used approximately 1.4GB of the 74GB, but regardless what kind of funky math I do, I seem to be missing about 3.5 GB or so. I know there might be 2GB as swap (which I'm not seeing listed, but it should be on a different partition not listed so it should be fine), even then, where's the remainder 1.5G

View 2 Replies View Related

FTP Password Incorrect - CPanel Login Fine

Mar 20, 2008

When I try to login to any accounts on my server via FTP the responce is:

Quote:

[20/03/2008 15:41:15] 331 User restore OK. Password required
COMMAND:>[20/03/2008 15:41:15] PASS
[20/03/2008 15:41:16] 530 Login authentication failed

I can login to their cPanel accounts fine using the exact same password so I'm not sure what the problem is. I've tried restarting the FTP server and syncing the ftp passwords using WHM -> cPanel -> Synchronize FTP Passwords but still no luck. I've tried changing the account password but I can still login to cPanel with the new password but not ftp.

I try connect to the ftp server via the IP address and domain (ftp.domain.com) but again, no luck.

View 8 Replies View Related

Plesk 11.x / Linux :: Incorrect Notifications Being Sent To All Customers

Oct 9, 2013

How can I completely disable ALL notifications from plesk? We NEVER want plesk to notify customers of overages.

Not only do we want to disable all notifications but I want someone at parallels to know about the bug.. It notifies people that they are over or approaching limits when they aren't anywhere near it.. Here is a sample of one of the notifications emails sent. Names and emails changed of course...

Code:
From: My Name [mailto:me@mydomain.com]
Sent: Wednesday, October 09, 2013 3:38 AM
To: My Customer Name
Subject: <host.mydomain.com> Notification: Resource usage by subscription has exceeded the allotments.

The 'domain.com' subscription, owned by user 'Customer Name', is approaching or already exceeded the resource usage limits:

Traffic:25 GB/month limit / 384.3 MB/month (2%) used / 24.6 GB/month (98%) remaining

As you can see, the subject clearly says they have exceeded, yet the body of the message shows they are no where near it!

View 7 Replies View Related

Plesk 11.x / Linux :: FTP And File Permissions Are Incorrect?

Jun 4, 2014

Whenever I setup a new FTP user in Plesk and then configure my FTP client with exactly the same username and password and transfer files and folders onto the server then the file permissions allocated are incorrect. Folders get allocated a permission of 700 and files a permission of 600, whereas I want all folders to have a permission of 755 and files a permission of 644. How can I change my setup so that files and folders get the permissions I want ?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved