Posts Tagged ‘code

Hello
I installed a program to check the daily files on the server
(CHKROOTKIT Scan Details)
But last night sent me this e-content did not know what

PHP Code:

/usr/local/bin/rkhunter: line 10003: [: -eq: unary operator expected
/usr/local/bin/rkhunter: line 10006: [: -eq: unary operator expected 

pease help me :blush:

For more information click here.

Hello,
named, on our server is just listening on 1 IP address and none of the others are working, here are the lines from /var/log/messages for named when starting…

Code:
Mar 10 05:31:29 rhodes named[8469]: loading configuration from ‘/etc/named.conf’
Mar 10 05:31:29 rhodes named[8469]: using default UDP/IPv4 port range: [1024, 65535]
Mar 10 05:31:29 rhodes named[8469]: using default UDP/IPv6 port [...]

Code:
[Sun Feb 28 18:03:19 2010] [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawnin 8 children, there are 54 idle, and 208 total children
[Sun Feb 28 18:03:21 2010] [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawnin 16 children, there are 50 idle, and 216 total children
[Sun [...]

Hello,
I just hired someone to build me a mysql cluster, now the cluster is ready using ndb.
However, this people that build the cluster for me, told me I can not use phpmyadmin to load data into sql databases as it uses myisam and i must only use the server shell to load data in [...]

today in one of the hdd we had error that it cant able to read and write the data
error log
Mar 4 20:32:03 server1 kernel: sd 2:0:0:0: SCSI error: return code = 0×00040000
Mar 4 20:32:03 server1 kernel: end_request: I/O error, dev sdc, sector 63
Mar 4 20:32:03 server1 kernel: EXT2-fs error (device sdc1): read_block_bitmap: [...]

Hi everyone,
I’ve got what I think is a bad sup2 module that i’m having trouble loading code on via xmodem. The SUP has boot code, but the MSFC doesn’t have anything. Is there anyone in Northern Virginia that could format a flash card for me? It’s a Compact flash card in a [...]

This exercise didn’t prove to be a viable method of backing up my SolusVM instances, however I am still investigating alternatives to purchasing an entire storage server for solusvm’s integrated backup feature.
It is possible to do backup to S3 , however. Note that you do need some extra breathing room for your LVG.
General description : [...]

I’m looking to convert the following mod_rewrite rule to the Nginx.

Code:

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?%{QUERY_STRING}&resource=$1 [L]

Thanks in advance.

For more information click here.