Any Software , Utility , Package To Test HDD On Linux Server

Aug 15, 2008

I have used e2fsck on linux server hard disk (CentOS 5.0) and the result :

=================================

Warning! /dev/sda2 is mounted.
Warning: skipping journal recovery because doing a read-only filesystem check.
/dev/sda2 contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Deleted inode 19137773 has zero dtime. Fix? no

Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Block bitmap differences: -(16332803--16332804) -(16332823--16332826) +(16345421--16345424) +16347209
Fix? no

Free blocks count wrong for group #498 (25950, counted=25949).
Fix? no

Free blocks count wrong (37023218, counted=37023216).
Fix? no

Inode bitmap differences: -19137773
Fix? no

Free inodes count wrong (19162546, counted=19162545).
Fix? no

/dev/sda2: ********** WARNING: Filesystem still has errors **********

/dev/sda2: 137806/19300352 files (2.3% non-contiguous), 1556879/38580097 blocks

=================================

I don't know the exact meaning of the displayed result , does it mean bad sectors? How much the e2fsck is reliable? Is there any better Linux utility to check bad sectors on Western Digital HDD?

View 12 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Yum Utility Failed To Install Required Packages

May 27, 2015

I uninstall webmail horde and fail2bn.. When I tried to reinstall have this error:

The Yum utility failed to install the required packages.

View 12 Replies View Related

Plesk 12.x / Linux :: DNS Command Line Utility Fails To Delete TXT Record

Apr 7, 2015

Although running
>>
/usr/local/psa/bin/dns --info dev.sname.c002.aname.domain.com
>>
shows the 'ecz1' TXT record exists for "dev.sname.c002.aname.domain.com" :
...
ecz1.dev.sname.c002.aname.domain.com. TXT ecz1

[Code] ....

The issue can be caused by extra spaces in the TXT record:

Code:
[root@a10-52-143-28 ~]# /usr/local/psa/bin/dns --add dev.sname.c002.aname.domain.com -txt 'ecz1 ' -domain ecz1
SUCCESS: Creation of DNS record in Domain 'dev.sname.c002.aname.domain.com' complete.
[root@a10-52-143-28 ~]# /usr/local/psa/bin/dns --del dev.sname.c002.aname.domain.com -txt 'ecz1' -domain ecz1
Unable to del record in DNS server: unable to find DNS record

In the following example I have 3 such TXT records with 3, 5, 7 extra spaces and remove record with 3 spaces:

Code:
[root@a10-52-143-28 ~]# mysql -u admin -p`cat /etc/psa/.psa.shadow` psa -e "select host, val, (length(val) - length(rtrim(val))) as extraspaces from dns_recs where host='ecz1.dev.sname.c002.aname.domain.com.' and val like 'ecz1%'"
+---------------------------------------+-------------+-------------+
| host | val | extraspaces |
+---------------------------------------+-------------+-------------+
| ecz1.dev.sname.c002.aname.domain.com. | ecz1 | 5 |
| ecz1.dev.sname.c002.aname.domain.com. | ecz1 | 3 |

[Code] ...

Click to expand...
Click for original message

View 12 Replies View Related

Plesk 11.x / Linux :: Error On Upgrade - Yum Utility Failed To Install Required Packages

Jun 23, 2014

I am trying to upgrade my Plesk 11.5.30 install to 12.x but I keep getting an error:

Exception: Failed to solve dependencies:
php-devel-5.4.29-35.el6.art.x86_64 requires php-cli(x86-64) = 5.4.29-35.el6.art
Error: The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Please, contact product technical support.

I have run the boostrapper repair but the error remains.

View 2 Replies View Related

Plesk 12.x / Linux :: Mchk Utility Fails With Error At Mail Outgoing Restore

Jun 1, 2015

I am getting an Error at running this command '/usr/local/psa/admin/sbin/mchk --with-spam'

boss@server:~# /usr/local/psa/admin/sbin/mchk --with-spam
==> Checking for: mailsrv_conf_init... ok
==> Checking for: mail_handlers_init... ok
==> Checking for: mailsrv_entities_dump... ok
==> Checking for: mail_admin_aliases... ok
==> Checking for: mail_auth_dump... ok

[Code] ....

The Dump Log of /usr/local/psa/admin/logs/panel.log
[URL] .....

Executing: /usr/lib/plesk-9.0/remote_mail_restore/mail_outgoing_restore
Log: [URL] ....

View 1 Replies View Related

Plesk 12.x / Linux :: Enable To Create New MySQL Database Server - Test Connection Failed

May 7, 2015

I freshly installed Plesk 12.0 on Ubuntu 14.04. Everything works accept the MySQL database creation.

When I try to create one, i get this error :

error: the test connection to the database server has failed because of network problems: connection refused...

View 1 Replies View Related

Changing Package (Win To Linux) Without Downtime

Oct 30, 2008

I'm using Earthlink to host a website, but I think this question is valid for any host.

If you have a hosting account that's on a windows server/MS Windows based and want to switch to a Linux/Unix server account, how would you do this without any downtime?

I assume when they switch the account, all DNS related entries have to be updated so you won't be able to reach the website for a day or so.

View 1 Replies View Related

Plesk 12.x / Linux :: Internal Error - Package With UID - Not Found

Dec 19, 2014

Trying to access any APS installed in Plesk i obtain this error: Internal error: Package with UID 'fb00f4ad-620a-4052-96b7-398bd99d9d6d' not found.The error panel.log:

[19-Dec-2014 13:17:19 Europe/Berlin] Exception: Package with UID 'fb00f4ad-620a-4052-96b7-398bd99d9d6d' not found.
file: /usr/share/aps_php/aps_php.php
line: 12519

[code]....

This post change the error, but i think that is not the correct way: [URL] ..... Any way to reinstall/regenerate APS database and anything related with it?

View 2 Replies View Related

Plesk 11.x / Linux :: Possible To Enable NLS Support In Psa-proftpd Package?

Apr 4, 2014

Is it possible to enable NLS support in psa-proftpd package?

root@server :]> proftpd -V | grep NLS
- NLS support

Is it possbile for proftpd to support not English filenames ( for example russian, greek etc )?

View 5 Replies View Related

Plesk 12.x / Linux :: WordPress Tab Internal Error - Package With UID Not Found

Jul 7, 2015

I am getting Package with UID '9f03febe-57f4-4233-ace8-23f5ce964198' not found error.

I have applied this => [URL] ...

But problem is not solved this time I am getting same error but different UID number.

View 6 Replies View Related

Plesk 12.x / Linux :: Define Expiration Date For Package In Domain

Jan 20, 2015

I define expiration date for my package in my domain and after that date my domain still active. I think this problem related to statistic. When I run this command manullay i'v got the error.

/usr/local/psa/admin/sbin/statistics --calculate-one --domain-name=mydomain.com

And the error

WARNING during statistics_collector execution: : statistics[12391]: Executing logs preparation...

PHP Notice: Zend_Db_Adapter_Pdo_Abstract::closeConnection(): send of 5 bytes failed with errno=32 Broken pipe; File: /usr/local/psa/admin/externals/Zend/Db/Adapter/Pdo/Abstract.php, Line: 166

View 5 Replies View Related

Linux Download Test

Oct 7, 2009

Anyone have a good download test in chicago other then FDC's?

I was told i was upgraded to a 1GBPS port for free by my host(from a 10mbit) which is sort of weird, i want to confirm. at this time FDC's 100MB file takes me about 3 seconds to download and downloads at 44.7M/s.

the file is too small for me to try and pull 1gbit, by that speed i have a 500mbit line odviosely but i want to test against something outside of FDC.

View 9 Replies View Related

Mysql Upgrade Utility

Oct 30, 2007

Is there any utility from which we can migrate Older mysql dbs into a Latest version?

View 4 Replies View Related

Plesk 12.x / Linux :: How To Test WAF (mod Security)

Oct 8, 2014

I have Parallels Plesk 12.0.18 with CentOS 6.5 (Final)

WAF is On, with Atomic Basic ModSecurity rule set.

I was wondering if my sites were protected and I went to the Atomic wiki.

When I run a test from a non-whitelisted system following these instructions (STEP 10) [URL].... I always receive 404 error with all of my sites.

I also tested with:

[URL]...

Results: The sites load normally. (the call not even appears in the logs)

I've unistalled and reinstalled mod_security several times with the same results.

Is there any "official" way to check if WAF is protecting Plesk 12?

I asked same question in Atomic forum and they said:

you'd need to ask parallels about this, we made the ruleset available to them, but they implemented it using their own design. They might not be using 403 error codes like we do.

View 13 Replies View Related

Plesk 12.x / Linux :: Clean URL Test Failed - Drupal 7.4

Feb 23, 2015

My server is a debian 7 64 bits with plesk 12 last update.

A customer installed drupal 7.4 from plesk panel successful. However from Drupal/Configuration admin panel can not enable "Clean url". Clean test url failed too:

"The clean URL test failed"

.htaccess was ok .

I tried set domain vhost.con with (https://www.drupal.org/getting-started/clean-urls#enabling-7):

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^ index.php [L]
</IfModule>

But it not worked (IApache have module rewrite loaded.)

I think maybe issue y for nginx. But I don't know how set this -> [URL] .... in nginx.conf of domain in plesk.

How to set clean url of Drupal in Plesk 12?

View 6 Replies View Related

Plesk 11.x / Linux :: Script To Test Integrity Of DNS - SOA Records?

May 20, 2014

I wrote a script to test the integrity of my DNS and run it from time to time on my server...

I just ran it today and it discovered I suddenly have 5 domains with SOA-records that doesn't point to itself. They point to the secondary nameserver.

They are records that exist for years and were for sure correct before (I know this because of that script).

If I do a "restore defaults" it isn't corrected and if I switch to slave and then back to master it doesn't change either...

The file /var/named/run-root/var/obfuscated.com is updated, but the slave-DNS stays in that file...

The only way I'm able to correct it is by deleting the NS-record with the slave DNS and adding it again.

I assume there's some mechanism that scans the NS-records and then decides to make that one the SOA. This has always worked fine... also on this server.

View 6 Replies View Related

What Server Management Package

Feb 23, 2009

If you are deploying PHP and MySQL along with a site/application, how do you do it? Do you work with the individual components, or do you lean towards ready-made packages?

I use WAMP to develop my applications, and I find it a very simple yet powerful tool for deploying Apache, MySQL and PHP to Windows platforms. I've been looking at the Zend Server today too, which strikes me as very interesting, especially the full version.

View 7 Replies View Related

After Ordering A Dedicated Server Package..

Aug 29, 2008

ordering a dedicated server package, what else is there to expect as far as running or pointing your domain name to the servers IP? what else is needed to.. lets say get supercoolryan.com up and running.

Would the hosting company provide this setup for me or do i have to do it myself?

i might order windows server 2003 and install apache.

View 12 Replies View Related

Grid / Utility / Cloud Hosting Worth Pursuing? (vs. Dedicated)

Apr 9, 2008

I'm planning on launching a php-based web application within a month or two and am weighing different hosting options. I was almost certain with my plan to use two dedicated servers (one for web, one for db) but I can't help reading about all of these new grid/cloud/utility hosting solutions that promise instant scalability and deployment - which sounds like a blessing. I know there is a lot of garbage and marketing hype so I felt I should ask what the real deal is. Are these services reliable, worth using, really that easy to use, powerful, etc? I was looking at gogrid's demo videos and to instantly launch a few web servers, a db server, load balancer, etc, in 15 minutes for 30% of the cost - I can't ignore it.

So whats the deal?

View 4 Replies View Related

Server Software Package Update Strategy

Oct 10, 2007

when I do "yum update" at my centos 5 box, I saw over 40 packages needed to be updated.

For example, there's minor version update for MySQL 5.

so I am wondering how to determine which packages are absolutely needed.

My box is used to serve web applications. I just want to make sure that it's secure.

View 1 Replies View Related

Disable Mail Per Account Package On A CPanel Server

Mar 30, 2009

if it's possible to disable the ability to send email for accounts using a certain package in cPanel? I tried searching, I didn't find anything really relevant. Would it be possible to maybe create a rule, or script to add a rule to each account using a package to just block that username or account from sending email?

View 5 Replies View Related

Where Do You Have Your Test Server

Mar 3, 2008

We are a small development team mostly coding in php/mysql as an unpaid hobby. Anyways yesterday our test server had hardware problems and to get a decent new one would be $300. Well this seems a lot to ask for someone that does get any compensation for it. So we are looking for some cheap way of providing a test server. We need at least a way that provides svn, apache w/ php and mysql. We tried to use the webserver, but the head dev didnt like the idea. Any suggestions?

The three devs are in charge of wcreplays.com .

View 17 Replies View Related

It Possible To Test Own Server In My Home

Oct 28, 2009

it possible to test own server in my home(only to test)

iam haveing centos 5.4 with vmware

need 2mpbs for testing it be good i think so

but only i haveing issue is ip(iam useing dynamic ips

it anyway to test as local server with dynamic ips?

View 2 Replies View Related

What Is The Best Way To Test The Speed Of A Server

Jun 3, 2009

What is the best way to test the speed of a server?

CPU/processing wise, and not bandwidth wise?

View 4 Replies View Related

To Test Web Server Bandwidth

Apr 24, 2008

I'm trying to test my colocated webserver's bandwidth. I found speed test links such as this one: [url]

If I just run this on from my colocated web server, would the result be credible?

Although I think these tests are designed for dsl/cable subscribers.

View 5 Replies View Related

Test Your Server Security

Jun 3, 2008

Is there any script or method where I can test my server security?

View 2 Replies View Related

How To Test Your Server Speed

Feb 11, 2007

way to test the speed of your web host? If the answer is ping, what is a good response time to look for?

View 7 Replies View Related

Test Your Server Speed Worldwide

May 5, 2009

which site can do that job? when i plan to buy a dedicated server,

i want to test speed like my customers worldwide.

View 4 Replies View Related

Do You Test Server Before Making It Active

Aug 4, 2009

Let's say you ordered new server,do you make active same moment(install httpd server and all other components)or you running test before like memory and hardware test? If yes,which programs you would recommend to test fully hardware?

View 2 Replies View Related

Methods To Test Server Performance

Nov 2, 2008

I have LAMP -server running and I was wondering how to test it's performance.
So is there any good tools for that? I'm interest how many http queries my server could handle etc.

View 1 Replies View Related







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