Page 2 of 2 FirstFirst 12
Results 26 to 46 of 46
  1. #26
    Join Date
    Oct 2009
    Location
    United States
    Posts
    2,602
    Yes, it's still pretty slow, but definitely a little bit faster.

    Check - http://gtmetrix.com/reports/www.obje...24.de/yn1O8xlv
    Snoork Hosting - Enterprise Servers | DDoS Protected Network
    99.9% Network Uptime | 15 Minute Ticket Response Time | 24/7 Live Chat
    Check Out Our Dedicated Server Specials For Amazing Discounts & Promotions

  2. #27
    Quote Originally Posted by thecalstanley View Post
    Ping isn't too bad but your site is very slow... What specs are your server?

    CPU :
    7 x Intel(R) Core(TM) i7 CPU @ 2.80GHz

    Mem :

    MemTotal: 24598660 kB
    MemFree: 22356012 kB

    HDD :

    /dev/md2 1.4T 3.5G 1.3T 1% /
    tmpfs 12G 0 12G 0% /dev/shm
    /dev/md1 496M 92M 379M 20% /boot

    The server is by Hetzner.

    In the morning it was again very slow.

  3. #28
    Join Date
    Oct 2009
    Location
    United States
    Posts
    2,602
    Quote Originally Posted by CroIgor View Post
    CPU :
    7 x Intel(R) Core(TM) i7 CPU @ 2.80GHz

    Mem :

    MemTotal: 24598660 kB
    MemFree: 22356012 kB

    HDD :

    /dev/md2 1.4T 3.5G 1.3T 1% /
    tmpfs 12G 0 12G 0% /dev/shm
    /dev/md1 496M 92M 379M 20% /boot

    The server is by Hetzner.

    In the morning it was again very slow.
    There is no network packet loss, so that is good.

    What is your current server load?
    Snoork Hosting - Enterprise Servers | DDoS Protected Network
    99.9% Network Uptime | 15 Minute Ticket Response Time | 24/7 Live Chat
    Check Out Our Dedicated Server Specials For Amazing Discounts & Promotions

  4. #29
    >> uptime
    up 9 days, 18:26, 1 user, load average: 0.08, 0.09, 0.08

    >> grep processor /proc/cpuinfo | wc -l
    8

  5. #30
    Join Date
    Oct 2009
    Location
    United States
    Posts
    2,602
    Quote Originally Posted by CroIgor View Post
    >> uptime
    up 9 days, 18:26, 1 user, load average: 0.08, 0.09, 0.08

    >> grep processor /proc/cpuinfo | wc -l
    8
    Thanks! Just wanted to check whether you may be overloading the server.

    I'm suspecting that it's something either with your server configuration at this point.

    Also is your site receiving a lot of traffic or processing large amount of MySQL data?
    Snoork Hosting - Enterprise Servers | DDoS Protected Network
    99.9% Network Uptime | 15 Minute Ticket Response Time | 24/7 Live Chat
    Check Out Our Dedicated Server Specials For Amazing Discounts & Promotions

  6. #31
    Join Date
    Oct 2009
    Location
    United States
    Posts
    2,602
    Quote Originally Posted by CroIgor View Post
    httpd.conf

    objektsuche24.de/apache.conf
    1. Disable the KeepAlive

    2. Decrease Timeout to 30 seconds
    Snoork Hosting - Enterprise Servers | DDoS Protected Network
    99.9% Network Uptime | 15 Minute Ticket Response Time | 24/7 Live Chat
    Check Out Our Dedicated Server Specials For Amazing Discounts & Promotions

  7. #32
    That doesn't help.

  8. #33
    Join Date
    Oct 2009
    Location
    United States
    Posts
    2,602
    Quote Originally Posted by CroIgor View Post
    That doesn't help.
    Have you thought about hiring a server management company to take a quick look into this for you?
    Snoork Hosting - Enterprise Servers | DDoS Protected Network
    99.9% Network Uptime | 15 Minute Ticket Response Time | 24/7 Live Chat
    Check Out Our Dedicated Server Specials For Amazing Discounts & Promotions

  9. #34
    Join Date
    Jul 2012
    Location
    Singapore
    Posts
    128
    Quote Originally Posted by Snoork Hosting View Post
    1. Disable the KeepAlive

    2. Decrease Timeout to 30 seconds
    LOL, Keep Alive should never be disabled.

    Timeout to 30 seconds is not sufficient, it should be 5 seconds or else anyone can use slowloris to kill your Apache server.

    PS: mod_security deals with slowloris.

    Quote Originally Posted by Snoork Hosting View Post
    Have you thought about hiring a server management company to take a quick look into this for you?
    He already said he wanted to fix this himself and learn something.

    @OP, just install xCache and also mod_pagespeed.
    "Hurr durr look at dem offers section" (aka read mah signature) - WHT 2015

  10. #35
    Join Date
    Oct 2009
    Location
    United States
    Posts
    2,602
    Quote Originally Posted by GIANT_CRAB View Post
    LOL, Keep Alive should never be disabled.

    Timeout to 30 seconds is not sufficient, it should be 5 seconds or else anyone can use slowloris to kill your Apache server.

    PS: mod_security deals with slowloris.



    He already said he wanted to fix this himself and learn something.

    @OP, just install xCache and also mod_pagespeed.
    That is not entirely true. If you are getting large amount of traffic and you keep the KeepAlive option enabled, Apache will just fill up with tons of requests and basicall slow down Apache to a stand still. Test it for yourself and you'll see what I'm taking about.

    A timeout of 5 seconds can cause connections to timeout too quickly.
    Snoork Hosting - Enterprise Servers | DDoS Protected Network
    99.9% Network Uptime | 15 Minute Ticket Response Time | 24/7 Live Chat
    Check Out Our Dedicated Server Specials For Amazing Discounts & Promotions

  11. #36
    Join Date
    Jul 2012
    Location
    Singapore
    Posts
    128
    Quote Originally Posted by Snoork Hosting View Post
    That is not entirely true. If you are getting large amount of traffic and you keep the KeepAlive option enabled, Apache will just fill up with tons of requests and basicall slow down Apache to a stand still. Test it for yourself and you'll see what I'm taking about.

    A timeout of 5 seconds can cause connections to timeout too quickly.
    Wait, so you would rather have people bring down your entire server through using slow loris?

    If connections time out too quickly, just increase spare servers.

    OP already said that your recommendation did not aid him.
    "Hurr durr look at dem offers section" (aka read mah signature) - WHT 2015

  12. #37
    Im not sure but can it be that the mysql maybe not configured properly ?

    Here is what tuning-primer.sh give :

    Code:
            -- MYSQL PERFORMANCE TUNING PRIMER --
                 - By: Matthew Montgomery -
    
    MySQL Version 5.1.71-log x86_64
    
    Uptime = 3 days 3 hrs 10 min 38 sec
    Avg. qps = 4
    Total Questions = 1280134
    Threads Connected = 3
    
    Server has been running for over 48hrs.
    It should be safe to follow these recommendations
    
    To find out more information on how each of these
    runtime variables effects performance visit:
    http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html
    Visit http://www.mysql.com/products/enterprise/advisors.html
    for info about MySQL's Enterprise Monitoring and Advisory Service
    
    SLOW QUERIES
    The slow query log is enabled.
    Current long_query_time = 3.000000 sec.
    You have 0 out of 1280155 that take longer than 3.000000 sec. to complete
    Your long_query_time seems to be fine
    
    BINARY UPDATE LOG
    The binary update log is NOT enabled.
    You will not be able to do point in time recovery
    See http://dev.mysql.com/doc/refman/5.1/en/point-in-time-recovery.html
    
    WORKER THREADS
    Current thread_cache_size = 10
    Current threads_cached = 7
    Current threads_per_sec = 0
    Historic threads_per_sec = 0
    Your thread_cache_size is fine
    
    MAX CONNECTIONS
    Current max_connections = 151
    Current threads_connected = 3
    Historic max_used_connections = 28
    The number of used connections is 18% of the configured maximum.
    Your max_connections variable seems to be fine.
    
    INNODB STATUS
    Current InnoDB index space = 0 bytes
    Current InnoDB data space = 0 bytes
    Current InnoDB buffer pool free = 96 %
    Current innodb_buffer_pool_size = 8 M
    Depending on how much space your innodb indexes take up it may be safe
    to increase this value to up to 2 / 3 of total system memory
    
    MEMORY USAGE
    Max Memory Ever Allocated : 95 M
    Configured Max Per-thread Buffers : 415 M
    Configured Max Global Buffers : 18 M
    Configured Max Memory Limit : 433 M
    Physical Memory : 23.45 G
    Max memory limit seem to be within acceptable norms
    
    KEY BUFFER
    Current MyISAM index space = 6 M
    Current key_buffer_size = 7 M
    Key cache miss rate is 1 : 230385
    Key buffer free ratio = 69 %
    Your key_buffer_size seems to be too high.
    Perhaps you can use these resources elsewhere
    
    QUERY CACHE
    Query cache is enabled
    Current query_cache_size = 34 K
    Current query_cache_used = 34 K
    Current query_cache_limit = 47 K
    Current Query cache Memory fill ratio = 100.00 %
    Current query_cache_min_res_unit = 4 K
    MySQL won't cache query results that are larger than query_cache_limit in size
    
    SORT OPERATIONS
    Current sort_buffer_size = 2 M
    Current read_rnd_buffer_size = 256 K
    Sort buffer seems to be fine
    
    JOINS
    Current join_buffer_size = 132.00 K
    You have had 770 queries where a join could not use an index properly
    You should enable "log-queries-not-using-indexes"
    Then look for non indexed joins in the slow query log.
    If you are unable to optimize your queries you may want to increase your
    join_buffer_size to accommodate larger joins in one pass.
    
    Note! This script will still suggest raising the join_buffer_size when
    ANY joins not using indexes are found.
    
    OPEN FILES LIMIT
    Current open_files_limit = 4161 files
    The open_files_limit should typically be set to at least 2x-3x
    that of table_cache if you have heavy MyISAM usage.
    Your open_files_limit value seems to be fine
    
    TABLE CACHE
    Current table_open_cache = 2000 tables
    Current table_definition_cache = 256 tables
    You have a total of 127 tables
    You have 139 open tables.
    The table_cache value seems to be fine
    
    TEMP TABLES
    Current max_heap_table_size = 48 M
    Current tmp_table_size = 48 M
    Of 80230 temp tables, 39% were created on disk
    Perhaps you should increase your tmp_table_size and/or max_heap_table_size
    to reduce the number of disk-based temporary tables
    Note! BLOB and TEXT columns are not allow in memory tables.
    If you are using these columns raising these values might not impact your
    ratio of on disk temp tables.
    
    TABLE SCANS
    Current read_buffer_size = 128 K
    Current table scan ratio = 385 : 1
    read_buffer_size seems to be fine
    
    TABLE LOCKING
    Current Lock Wait ratio = 0 : 1280410
    Your table locking seems to be fine

  13. #38
    Join Date
    Oct 2006
    Posts
    210
    Hi,

    Which PHP module you are using? If not fcgi trying using it. It can make your website load very quick. Furthermore try using nginxcp (nginxcp.com).

    Try installing memcache.

  14. #39
    Join Date
    Mar 2009
    Posts
    3,700
    Quote Originally Posted by GIANT_CRAB View Post
    LOL, Keep Alive should never be disabled.

    Timeout to 30 seconds is not sufficient, it should be 5 seconds or else anyone can use slowloris to kill your Apache server.

    PS: mod_security deals with slowloris.



    He already said he wanted to fix this himself and learn something.

    @OP, just install xCache and also mod_pagespeed.
    Hi,enable xCache at easyapache of cpanel,it will disable EAccelerator,will it make any sites down ? thanx and even enable xCache at easyapache,should i do any other setting ? thanx

  15. #40
    Join Date
    Aug 2007
    Posts
    906
    Quote Originally Posted by CroIgor View Post
    Im not sure but can it be that the mysql maybe not configured properly ?

    Here is what tuning-primer.sh give :

    Code:
            -- MYSQL PERFORMANCE TUNING PRIMER --
                 - By: Matthew Montgomery -
    
    MySQL Version 5.1.71-log x86_64
    
    Uptime = 3 days 3 hrs 10 min 38 sec
    Avg. qps = 4
    Total Questions = 1280134
    Threads Connected = 3
    
    Server has been running for over 48hrs.
    It should be safe to follow these recommendations
    
    To find out more information on how each of these
    runtime variables effects performance visit:
    http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html
    Visit http://www.mysql.com/products/enterprise/advisors.html
    for info about MySQL's Enterprise Monitoring and Advisory Service
    
    SLOW QUERIES
    The slow query log is enabled.
    Current long_query_time = 3.000000 sec.
    You have 0 out of 1280155 that take longer than 3.000000 sec. to complete
    Your long_query_time seems to be fine
    
    BINARY UPDATE LOG
    The binary update log is NOT enabled.
    You will not be able to do point in time recovery
    See http://dev.mysql.com/doc/refman/5.1/en/point-in-time-recovery.html
    
    WORKER THREADS
    Current thread_cache_size = 10
    Current threads_cached = 7
    Current threads_per_sec = 0
    Historic threads_per_sec = 0
    Your thread_cache_size is fine
    
    MAX CONNECTIONS
    Current max_connections = 151
    Current threads_connected = 3
    Historic max_used_connections = 28
    The number of used connections is 18% of the configured maximum.
    Your max_connections variable seems to be fine.
    
    INNODB STATUS
    Current InnoDB index space = 0 bytes
    Current InnoDB data space = 0 bytes
    Current InnoDB buffer pool free = 96 %
    Current innodb_buffer_pool_size = 8 M
    Depending on how much space your innodb indexes take up it may be safe
    to increase this value to up to 2 / 3 of total system memory
    
    MEMORY USAGE
    Max Memory Ever Allocated : 95 M
    Configured Max Per-thread Buffers : 415 M
    Configured Max Global Buffers : 18 M
    Configured Max Memory Limit : 433 M
    Physical Memory : 23.45 G
    Max memory limit seem to be within acceptable norms
    
    KEY BUFFER
    Current MyISAM index space = 6 M
    Current key_buffer_size = 7 M
    Key cache miss rate is 1 : 230385
    Key buffer free ratio = 69 %
    Your key_buffer_size seems to be too high.
    Perhaps you can use these resources elsewhere
    
    QUERY CACHE
    Query cache is enabled
    Current query_cache_size = 34 K
    Current query_cache_used = 34 K
    Current query_cache_limit = 47 K
    Current Query cache Memory fill ratio = 100.00 %
    Current query_cache_min_res_unit = 4 K
    MySQL won't cache query results that are larger than query_cache_limit in size
    
    SORT OPERATIONS
    Current sort_buffer_size = 2 M
    Current read_rnd_buffer_size = 256 K
    Sort buffer seems to be fine
    
    JOINS
    Current join_buffer_size = 132.00 K
    You have had 770 queries where a join could not use an index properly
    You should enable "log-queries-not-using-indexes"
    Then look for non indexed joins in the slow query log.
    If you are unable to optimize your queries you may want to increase your
    join_buffer_size to accommodate larger joins in one pass.
    
    Note! This script will still suggest raising the join_buffer_size when
    ANY joins not using indexes are found.
    
    OPEN FILES LIMIT
    Current open_files_limit = 4161 files
    The open_files_limit should typically be set to at least 2x-3x
    that of table_cache if you have heavy MyISAM usage.
    Your open_files_limit value seems to be fine
    
    TABLE CACHE
    Current table_open_cache = 2000 tables
    Current table_definition_cache = 256 tables
    You have a total of 127 tables
    You have 139 open tables.
    The table_cache value seems to be fine
    
    TEMP TABLES
    Current max_heap_table_size = 48 M
    Current tmp_table_size = 48 M
    Of 80230 temp tables, 39% were created on disk
    Perhaps you should increase your tmp_table_size and/or max_heap_table_size
    to reduce the number of disk-based temporary tables
    Note! BLOB and TEXT columns are not allow in memory tables.
    If you are using these columns raising these values might not impact your
    ratio of on disk temp tables.
    
    TABLE SCANS
    Current read_buffer_size = 128 K
    Current table scan ratio = 385 : 1
    read_buffer_size seems to be fine
    
    TABLE LOCKING
    Current Lock Wait ratio = 0 : 1280410
    Your table locking seems to be fine
    Simple way to test, just create a page using static HTML (but lots and lots of tables and images and other things)

    Then a page with PHP only and no SQL stuff

    See if those load any quicker
    Some useful tutorials for VPSes...
    Set up an unmanaged Linux VPS to host websites
    (avoid having to pay for cPanel)
    Install a GUI on a Linux VPS with RDP (cheap alternative to paying for a Windows license if you need a basic remote workstation)

  16. #41
    Join Date
    May 2008
    Location
    Cusco Perú
    Posts
    531
    This article can help you improve the load in your website.

    http://vps2.me/how-to-optimize-and-s...ite-wordpress/

    Note: Check the source code of your page, if your page works under a cms.

    check plugins or third-party extensions.

    An example:


    * Avoid Sharethis and Addthis plugins:

    One must avoid plugins that need to communicate with their own servers to work. Sharethis and Addthis need to communicate with their respective servers to store data on how many requests your site has received. The problem with this is that if the remote site is down or slow, it directly impacts the load time of your site.
    Cybernes Hosting: Hosting Cusco

  17. #42
    I have installed nginx but still slow again, so i returned to apache because its for me more comfortable. A realy dont know what to do.

  18. #43
    Join Date
    May 2008
    Location
    Cusco Perú
    Posts
    531
    I use centmint + cdn + dns of cloudflare.

    I have no problems with slow.


    Maybe the problem is not your page, might be the server

    if your site is small, Install your website on another server.
    Cybernes Hosting: Hosting Cusco

  19. #44
    I have now look at the maillog and se a lot of this

    Code:
    ...
    
    Jan 24 08:16:07 server1 postfix/qmgr[1952]: D6BDC1E80330: removed
    Jan 24 08:28:06 server1 postfix/pickup[9748]: 974401E803A8: uid=0 from=<root>
    Jan 24 08:28:06 server1 postfix/cleanup[10415]: 974401E803A8: message-id=<20140124072806.974401E803A8@server1.hihc.de>
    Jan 24 08:28:06 server1 postfix/qmgr[1952]: 974401E803A8: from=<root@server1.hihc.de>, size=615, nrcpt=1 (queue active)
    Jan 24 08:28:06 server1 postfix/pickup[9748]: B66481E8036C: uid=0 from=<root>
    Jan 24 08:28:06 server1 postfix/cleanup[10415]: B66481E8036C: message-id=<20140124072806.B66481E8036C@server1.hihc.de>
    Jan 24 08:28:06 server1 postfix/local[10419]: 974401E803A8: to=<root@server1.hihc.de>, orig_to=<root>, relay=local, delay=0.37, delays=0.25/0.01/0/0.11, dsn=2.0.0, status=sent (delivered to mailbox)
    Jan 24 08:28:06 server1 postfix/qmgr[1952]: 974401E803A8: removed
    Jan 24 08:28:06 server1 postfix/qmgr[1952]: B66481E8036C: from=<root@server1.hihc.de>, size=615, nrcpt=1 (queue active)
    Jan 24 08:28:06 server1 postfix/pickup[9748]: DF4F41E803A9: uid=0 from=<root>
    Jan 24 08:28:06 server1 postfix/cleanup[10415]: DF4F41E803A9: message-id=<20140124072806.DF4F41E803A9@server1.hihc.de>
    Jan 24 08:28:07 server1 postfix/qmgr[1952]: DF4F41E803A9: from=<root@server1.hihc.de>, size=615, nrcpt=1 (queue active)
    Jan 24 08:28:07 server1 postfix/local[10419]: B66481E8036C: to=<root@server1.hihc.de>, orig_to=<root>, relay=local, delay=0.38, delays=0.29/0/0/0.09, dsn=2.0.0, status=sent (delivered to mailbox)
    Jan 24 08:28:07 server1 postfix/qmgr[1952]: B66481E8036C: removed
    Jan 24 08:28:07 server1 postfix/pickup[9748]: 0210C1E8036C: uid=0 from=<root>
    Jan 24 08:28:07 server1 postfix/cleanup[10422]: 0210C1E8036C: message-id=<20140124072807.0210C1E8036C@server1.hihc.de>
    Jan 24 08:28:07 server1 postfix/local[10419]: DF4F41E803A9: to=<root@server1.hihc.de>, orig_to=<root>, relay=local, delay=0.35, delays=0.19/0/0/0.16, dsn=2.0.0, status=sent (delivered to mailbox)
    Jan 24 08:28:07 server1 postfix/qmgr[1952]: DF4F41E803A9: removed
    Jan 24 08:28:07 server1 postfix/qmgr[1952]: 0210C1E8036C: from=<root@server1.hihc.de>, size=615, nrcpt=1 (queue active)
    Jan 24 08:28:07 server1 postfix/pickup[9748]: 392851E803A8: uid=0 from=<root>
    Jan 24 08:28:07 server1 postfix/cleanup[10415]: 392851E803A8: message-id=<20140124072807.392851E803A8@server1.hihc.de>
    Jan 24 08:28:07 server1 postfix/qmgr[1952]: 392851E803A8: from=<root@server1.hihc.de>, size=615, nrcpt=1 (queue active)
    Jan 24 08:28:07 server1 postfix/local[10425]: 0210C1E8036C: to=<root@server1.hihc.de>, orig_to=<root>, relay=local, delay=0.41, delays=0.31/0/0/0.1, dsn=2.0.0, status=sent (delivered to mailbox)
    Jan 24 08:28:07 server1 postfix/pickup[9748]: 522171E803A9: uid=0 from=<root>
    Jan 24 08:28:07 server1 postfix/qmgr[1952]: 0210C1E8036C: removed
    Jan 24 08:28:07 server1 postfix/cleanup[10422]: 522171E803A9: message-id=<20140124072807.522171E803A9@server1.hihc.de>
    Jan 24 08:28:07 server1 postfix/local[10419]: 392851E803A8: to=<root@server1.hihc.de>, orig_to=<root>, relay=local, delay=0.38, delays=0.23/0/0/0.15, dsn=2.0.0, status=sent (delivered to mailbox)
    Jan 24 08:28:07 server1 postfix/qmgr[1952]: 392851E803A8: removed
    Jan 24 08:28:07 server1 postfix/qmgr[1952]: 522171E803A9: from=<root@server1.hihc.de>, size=615, nrcpt=1 (queue active)
    Jan 24 08:28:07 server1 postfix/pickup[9748]: 84D151E803A8: uid=0 from=<root>
    Jan 24 08:28:07 server1 postfix/cleanup[10415]: 84D151E803A8: message-id=<20140124072807.84D151E803A8@server1.hihc.de>
    Jan 24 08:28:07 server1 postfix/qmgr[1952]: 84D151E803A8: from=<root@server1.hihc.de>, size=615, nrcpt=1 (queue active)
    Jan 24 08:28:07 server1 postfix/local[10425]: 522171E803A9: to=<root@server1.hihc.de>, orig_to=<root>, relay=local, delay=0.4, delays=0.27/0/0/0.13, dsn=2.0.0, status=sent (delivered to mailbox)
    Jan 24 08:28:07 server1 postfix/pickup[9748]: A4B601E8036C: uid=0 from=<root>
    Jan 24 08:28:07 server1 postfix/qmgr[1952]: 522171E803A9: removed
    Jan 24 08:28:07 server1 postfix/cleanup[10422]: A4B601E8036C: message-id=<20140124072807.A4B601E8036C@server1.hihc.de>
    Jan 24 08:28:07 server1 postfix/local[10419]: 84D151E803A8: to=<root@server1.hihc.de>, orig_to=<root>, relay=local, delay=0.4, delays=0.23/0/0/0.17, dsn=2.0.0, status=sent (delivered to mailbox)
    Jan 24 08:28:07 server1 postfix/qmgr[1952]: 84D151E803A8: removed
    Jan 24 08:28:07 server1 postfix/qmgr[1952]: A4B601E8036C: from=<root@server1.hihc.de>, size=615, nrcpt=1 (queue active)
    Jan 24 08:28:07 server1 postfix/pickup[9748]: D89B91E803A8: uid=0 from=<root>
    Jan 24 08:28:07 server1 postfix/cleanup[10415]: D89B91E803A8: message-id=<20140124072807.D89B91E803A8@server1.hihc.de>
    Jan 24 08:28:07 server1 postfix/local[10425]: A4B601E8036C: to=<root@server1.hihc.de>, orig_to=<root>, relay=local, delay=0.37, delays=0.3/0/0/0.07, dsn=2.0.0, status=sent (delivered to mailbox)
    Jan 24 08:28:07 server1 postfix/qmgr[1952]: D89B91E803A8: from=<root@server1.hihc.de>, size=615, nrcpt=1 (queue active)
    Jan 24 08:28:07 server1 postfix/qmgr[1952]: A4B601E8036C: removed
    Jan 24 08:28:07 server1 postfix/pickup[9748]: EA6C11E803A9: uid=0 from=<root>
    Jan 24 08:28:08 server1 postfix/cleanup[10422]: EA6C11E803A9: message-id=<20140124072807.EA6C11E803A9@server1.hihc.de>
    Jan 24 08:28:08 server1 postfix/local[10419]: D89B91E803A8: to=<root@server1.hihc.de>, orig_to=<root>, relay=local, delay=0.28, delays=0.14/0/0/0.14, dsn=2.0.0, status=sent (delivered to mailbox)
    Jan 24 08:28:08 server1 postfix/qmgr[1952]: D89B91E803A8: removed
    Jan 24 08:28:08 server1 postfix/qmgr[1952]: EA6C11E803A9: from=<root@server1.hihc.de>, size=615, nrcpt=1 (queue active)
    Jan 24 08:28:08 server1 postfix/pickup[9748]: 25F201E8036C: uid=0 from=<root>
    Jan 24 08:28:08 server1 postfix/cleanup[10415]: 25F201E8036C: message-id=<20140124072808.25F201E8036C@server1.hihc.de>
    Jan 24 08:28:08 server1 postfix/qmgr[1952]: 25F201E8036C: from=<root@server1.hihc.de>, size=615, nrcpt=1 (queue active)
    Jan 24 08:28:08 server1 postfix/local[10425]: EA6C11E803A9: to=<root@server1.hihc.de>, orig_to=<root>, relay=local, delay=0.38, delays=0.25/0/0/0.13, dsn=2.0.0, status=sent (delivered to mailbox)
    Jan 24 08:28:08 server1 postfix/pickup[9748]: 451421E803A8: uid=0 from=<root>
    Jan 24 08:28:08 server1 postfix/qmgr[1952]: EA6C11E803A9: removed
    Jan 24 08:28:08 server1 postfix/cleanup[10422]: 451421E803A8: message-id=<20140124072808.451421E803A8@server1.hihc.de>
    Jan 24 08:28:08 server1 postfix/local[10419]: 25F201E8036C: to=<root@server1.hihc.de>, orig_to=<root>, relay=local, delay=0.4, delays=0.23/0/0/0.17, dsn=2.0.0, status=sent (delivered to mailbox)
    Jan 24 08:28:08 server1 postfix/qmgr[1952]: 25F201E8036C: removed
    Jan 24 08:28:08 server1 postfix/qmgr[1952]: 451421E803A8: from=<root@server1.hihc.de>, size=615, nrcpt=1 (queue active)
    Jan 24 08:28:08 server1 postfix/pickup[9748]: 7D3931E8036C: uid=0 from=<root>
    Jan 24 08:28:08 server1 postfix/cleanup[10415]: 7D3931E8036C: message-id=<20140124072808.7D3931E8036C@server1.hihc.de>
    Jan 24 08:28:08 server1 postfix/local[10425]: 451421E803A8: to=<root@server1.hihc.de>, orig_to=<root>, relay=local, delay=0.4, delays=0.31/0/0/0.1, dsn=2.0.0, status=sent (delivered to mailbox)
    Jan 24 08:28:08 server1 postfix/qmgr[1952]: 7D3931E8036C: from=<root@server1.hihc.de>, size=615, nrcpt=1 (queue active)
    Jan 24 08:28:08 server1 postfix/qmgr[1952]: 451421E803A8: removed
    Jan 24 08:28:08 server1 postfix/pickup[9748]: 94A791E803A9: uid=0 from=<root>
    ...

  20. #45
    Here is the strace apache

    Code:
    execve("/etc/init.d/httpd", ["/etc/init.d/httpd", "restart"], [/* 22 vars */]) = 0
    brk(0)                                  = 0x25b3000
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7036099000
    access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
    open("/etc/ld.so.cache", O_RDONLY)      = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=23555, ...}) = 0
    mmap(NULL, 23555, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f7036093000
    close(3)                                = 0
    open("/lib64/libtinfo.so.5", O_RDONLY)  = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\310\0\0\0\0\0\0"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=135896, ...}) = 0
    mmap(NULL, 2232320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f7035c5a000
    mprotect(0x7f7035c77000, 2097152, PROT_NONE) = 0
    mmap(0x7f7035e77000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x7f7035e77000
    close(3)                                = 0
    open("/lib64/libdl.so.2", O_RDONLY)     = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=19536, ...}) = 0
    mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f7035a56000
    mprotect(0x7f7035a58000, 2097152, PROT_NONE) = 0
    mmap(0x7f7035c58000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f7035c58000
    close(3)                                = 0
    open("/lib64/libc.so.6", O_RDONLY)      = 3
    read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\356\1\0\0\0\0\0"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=1921216, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7036092000
    mmap(NULL, 3750152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f70356c2000
    mprotect(0x7f703584d000, 2093056, PROT_NONE) = 0
    mmap(0x7f7035a4c000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18a000) = 0x7f7035a4c000
    mmap(0x7f7035a51000, 18696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f7035a51000
    close(3)                                = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7036091000
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7036090000
    arch_prctl(ARCH_SET_FS, 0x7f7036091700) = 0
    mprotect(0x7f7035a4c000, 16384, PROT_READ) = 0
    mprotect(0x7f7035c58000, 4096, PROT_READ) = 0
    mprotect(0x7f703609a000, 4096, PROT_READ) = 0
    munmap(0x7f7036093000, 23555)           = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    open("/dev/tty", O_RDWR|O_NONBLOCK)     = 3
    close(3)                                = 0
    brk(0)                                  = 0x25b3000
    brk(0x25d4000)                          = 0x25d4000
    open("/usr/lib/locale/locale-archive", O_RDONLY) = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=99154480, ...}) = 0
    mmap(NULL, 99154480, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f702f832000
    close(3)                                = 0
    getuid()                                = 0
    getgid()                                = 0
    geteuid()                               = 0
    getegid()                               = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 3
    fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7036098000
    read(3, "MemTotal:       24598468 kB\nMemF"..., 1024) = 1024
    close(3)                                = 0
    munmap(0x7f7036098000, 4096)            = 0
    rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, {SIG_DFL, [], 0}, 8) = 0
    rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, {SIG_DFL, [], 0}, 8) = 0
    rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, {SIG_DFL, [], 0}, 8) = 0
    rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigaction(SIGQUIT, {SIG_IGN, [], SA_RESTORER, 0x7f70356f49a0}, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    uname({sys="Linux", node="server1.hihc.de", ...}) = 0
    stat("/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    getpid()                                = 16664
    open("/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=26060, ...}) = 0
    mmap(NULL, 26060, PROT_READ, MAP_SHARED, 3, 0) = 0x7f7036089000
    close(3)                                = 0
    getppid()                               = 16663
    getpgrp()                               = 16663
    rt_sigaction(SIGCHLD, {0x43f2b0, [], SA_RESTORER, 0x7f70356f49a0}, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    getrlimit(RLIMIT_NPROC, {rlim_cur=192034, rlim_max=192034}) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    open("/etc/init.d/httpd", O_RDONLY)     = 3
    ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffe945d730) = -1 ENOTTY (Inappropriate ioctl for device)
    lseek(3, 0, SEEK_CUR)                   = 0
    read(3, "#!/bin/bash\n#\n# httpd        Sta"..., 80) = 80
    lseek(3, 0, SEEK_SET)                   = 0
    getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=4*1024}) = 0
    fcntl(255, F_GETFD)                     = -1 EBADF (Bad file descriptor)
    dup2(3, 255)                            = 255
    close(3)                                = 0
    fcntl(255, F_SETFD, FD_CLOEXEC)         = 0
    fcntl(255, F_GETFL)                     = 0x8000 (flags O_RDONLY|O_LARGEFILE)
    fstat(255, {st_mode=S_IFREG|0755, st_size=3371, ...}) = 0
    lseek(255, 0, SEEK_CUR)                 = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    read(255, "#!/bin/bash\n#\n# httpd        Sta"..., 3371) = 3371
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    open("/etc/rc.d/init.d/functions", O_RDONLY) = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=18586, ...}) = 0
    read(3, "# -*-Shell-script-*-\n#\n# functio"..., 18586) = 18586
    close(3)                                = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    umask(022)                              = 022
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    pipe([3, 4])                            = 0
    rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
    clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f70360919d0) = 16665
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigaction(SIGCHLD, {0x43f2b0, [], SA_RESTORER, 0x7f70356f49a0}, {0x43f2b0, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    close(4)                                = 0
    read(3, "pty\n", 128)                   = 4
    read(3, "", 128)                        = 0
    --- SIGCHLD (Child exited) @ 0 (0) ---
    wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 2}], WNOHANG, NULL) = 16665
    wait4(-1, 0x7fffe945c75c, WNOHANG, NULL) = -1 ECHILD (No child processes)
    rt_sigreturn(0xffffffffffffffff)        = 0
    close(3)                                = 0
    rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
    rt_sigaction(SIGINT, {0x43d060, [], SA_RESTORER, 0x7f70356f49a0}, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, {0x43d060, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    stat("/etc/sysconfig/i18n", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
    fcntl(2, F_GETFD)                       = 0
    fcntl(2, F_DUPFD, 10)                   = 10
    fcntl(2, F_GETFD)                       = 0
    fcntl(10, F_SETFD, FD_CLOEXEC)          = 0
    dup2(3, 2)                              = 2
    close(3)                                = 0
    open("/etc/profile.d/lang.sh", O_RDONLY) = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=2706, ...}) = 0
    read(3, "# /etc/profile.d/lang.sh - set i"..., 2706) = 2706
    close(3)                                = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    stat("/root/.i18n", 0x7fffe945c4d0)     = -1 ENOENT (No such file or directory)
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    dup2(10, 2)                             = 2
    fcntl(10, F_GETFD)                      = 0x1 (flags FD_CLOEXEC)
    close(10)                               = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    stat("/etc/sysconfig/init", {st_mode=S_IFREG|0644, st_size=1154, ...}) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    open("/etc/sysconfig/init", O_RDONLY)   = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=1154, ...}) = 0
    read(3, "# color => new RH6.0 bootup\n# ve"..., 1154) = 1154
    close(3)                                = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    open("/usr/share/locale/locale.alias", O_RDONLY) = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=2512, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7036098000
    read(3, "# Locale name alias data base.\n#"..., 4096) = 2512
    read(3, "", 4096)                       = 0
    close(3)                                = 0
    munmap(0x7f7036098000, 4096)            = 0
    open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/initscripts.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/share/locale/en_US.utf8/LC_MESSAGES/initscripts.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/share/locale/en_US/LC_MESSAGES/initscripts.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/share/locale/en.UTF-8/LC_MESSAGES/initscripts.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/share/locale/en.utf8/LC_MESSAGES/initscripts.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/share/locale/en/LC_MESSAGES/initscripts.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    brk(0x25f5000)                          = 0x25f5000
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    brk(0x2616000)                          = 0x2616000
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    stat("/etc/sysconfig/httpd", {st_mode=S_IFREG|0644, st_size=947, ...}) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    open("/etc/sysconfig/httpd", O_RDONLY)  = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=947, ...}) = 0
    read(3, "# Configuration file for the htt"..., 947) = 947
    close(3)                                = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    fstat(1, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7036098000
    write(1, "Stopping httpd: ", 16)        = 16
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    pipe([3, 4])                            = 0
    rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
    lseek(255, -14, SEEK_CUR)               = 3357
    clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f70360919d0) = 16667
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigaction(SIGCHLD, {0x43f2b0, [], SA_RESTORER, 0x7f70356f49a0}, {0x43f2b0, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    close(4)                                = 0
    read(3, "10", 128)                      = 2
    read(3, "", 128)                        = 0
    --- SIGCHLD (Child exited) @ 0 (0) ---
    wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 16667
    wait4(-1, 0x7fffe945b45c, WNOHANG, NULL) = -1 ECHILD (No child processes)
    rt_sigreturn(0xffffffffffffffff)        = 0
    close(3)                                = 0
    rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
    rt_sigaction(SIGINT, {0x43d060, [], SA_RESTORER, 0x7f70356f49a0}, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, {0x43d060, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    stat("/var/run/httpd/httpd.pid", {st_mode=S_IFREG|0644, st_size=6, ...}) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    stat("/var/run/httpd/httpd.pid", {st_mode=S_IFREG|0644, st_size=6, ...}) = 0
    geteuid()                               = 0
    getegid()                               = 0
    getuid()                                = 0
    getgid()                                = 0
    access("/var/run/httpd/httpd.pid", R_OK) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    open("/var/run/httpd/httpd.pid", O_RDONLY) = 3
    fcntl(0, F_GETFD)                       = 0
    fcntl(0, F_DUPFD, 10)                   = 10
    fcntl(0, F_GETFD)                       = 0
    fcntl(10, F_SETFD, FD_CLOEXEC)          = 0
    dup2(3, 0)                              = 0
    close(3)                                = 0
    ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffe945b4b0) = -1 ENOTTY (Inappropriate ioctl for device)
    lseek(0, 0, SEEK_CUR)                   = 0
    read(0, "16483\n", 128)                 = 6
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    stat("/proc/16483", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffe945b4b0) = -1 ENOTTY (Inappropriate ioctl for device)
    lseek(0, 0, SEEK_CUR)                   = 6
    read(0, "", 128)                        = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    dup2(10, 0)                             = 0
    fcntl(10, F_GETFD)                      = 0x1 (flags FD_CLOEXEC)
    close(10)                               = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    fcntl(2, F_GETFD)                       = 0
    fcntl(2, F_DUPFD, 10)                   = 10
    fcntl(2, F_GETFD)                       = 0
    fcntl(10, F_SETFD, FD_CLOEXEC)          = 0
    dup2(1, 2)                              = 2
    fcntl(1, F_GETFD)                       = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    stat("/proc/16483", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    dup2(10, 2)                             = 2
    fcntl(10, F_GETFD)                      = 0x1 (flags FD_CLOEXEC)
    close(10)                               = 0
    open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
    fcntl(1, F_GETFD)                       = 0
    fcntl(1, F_DUPFD, 10)                   = 10
    fcntl(1, F_GETFD)                       = 0
    fcntl(10, F_SETFD, FD_CLOEXEC)          = 0
    dup2(3, 1)                              = 1
    close(3)                                = 0
    fcntl(2, F_GETFD)                       = 0
    fcntl(2, F_DUPFD, 10)                   = 11
    fcntl(2, F_GETFD)                       = 0
    fcntl(11, F_SETFD, FD_CLOEXEC)          = 0
    dup2(1, 2)                              = 2
    fcntl(1, F_GETFD)                       = 0
    kill(16483, SIGTERM)                    = 0
    dup2(11, 2)                             = 2
    fcntl(11, F_GETFD)                      = 0x1 (flags FD_CLOEXEC)
    close(11)                               = 0
    dup2(10, 1)                             = 1
    fcntl(10, F_GETFD)                      = 0x1 (flags FD_CLOEXEC)
    close(10)                               = 0
    stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    stat("/sbin/usleep", 0x7fffe945bb90)    = -1 ENOENT (No such file or directory)
    stat("/usr/sbin/usleep", 0x7fffe945bb90) = -1 ENOENT (No such file or directory)
    stat("/bin/usleep", {st_mode=S_IFREG|0755, st_size=6736, ...}) = 0
    stat("/bin/usleep", {st_mode=S_IFREG|0755, st_size=6736, ...}) = 0
    geteuid()                               = 0
    getegid()                               = 0
    getuid()                                = 0
    getgid()                                = 0
    access("/bin/usleep", X_OK)             = 0
    stat("/bin/usleep", {st_mode=S_IFREG|0755, st_size=6736, ...}) = 0
    geteuid()                               = 0
    getegid()                               = 0
    getuid()                                = 0
    getgid()                                = 0
    access("/bin/usleep", R_OK)             = 0
    stat("/bin/usleep", {st_mode=S_IFREG|0755, st_size=6736, ...}) = 0
    stat("/bin/usleep", {st_mode=S_IFREG|0755, st_size=6736, ...}) = 0
    geteuid()                               = 0
    getegid()                               = 0
    getuid()                                = 0
    getgid()                                = 0
    access("/bin/usleep", X_OK)             = 0
    stat("/bin/usleep", {st_mode=S_IFREG|0755, st_size=6736, ...}) = 0
    geteuid()                               = 0
    getegid()                               = 0
    getuid()                                = 0
    getgid()                                = 0
    access("/bin/usleep", R_OK)             = 0
    rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
    rt_sigprocmask(SIG_BLOCK, [CHLD], [INT CHLD], 8) = 0
    rt_sigprocmask(SIG_SETMASK, [INT CHLD], NULL, 8) = 0
    clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f70360919d0) = 16670
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
    rt_sigaction(SIGINT, {0x43d060, [], SA_RESTORER, 0x7f70356f49a0}, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 16670
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    --- SIGCHLD (Child exited) @ 0 (0) ---
    wait4(-1, 0x7fffe945b85c, WNOHANG, NULL) = -1 ECHILD (No child processes)
    rt_sigreturn(0xffffffffffffffff)        = 0
    rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, {0x43d060, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    stat("/proc/16483", 0x7fffe945b5c0)     = -1 ENOENT (No such file or directory)
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    stat("/proc/16483", 0x7fffe945b8b0)     = -1 ENOENT (No such file or directory)
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    write(1, "\33[60G", 5)                  = 5
    write(1, "[", 1)                        = 1
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    write(1, "\33[0;32m", 7)                = 7
    write(1, "  OK  ", 6)                   = 6
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    write(1, "\33[0;39m", 7)                = 7
    write(1, "]", 1)                        = 1
    write(1, "\r", 1)                       = 1
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    stat("/sbin/rm", 0x7fffe945c670)        = -1 ENOENT (No such file or directory)
    stat("/usr/sbin/rm", 0x7fffe945c670)    = -1 ENOENT (No such file or directory)
    stat("/bin/rm", {st_mode=S_IFREG|0755, st_size=53592, ...}) = 0
    stat("/bin/rm", {st_mode=S_IFREG|0755, st_size=53592, ...}) = 0
    geteuid()                               = 0
    getegid()                               = 0
    getuid()                                = 0
    getgid()                                = 0
    access("/bin/rm", X_OK)                 = 0
    stat("/bin/rm", {st_mode=S_IFREG|0755, st_size=53592, ...}) = 0
    geteuid()                               = 0
    getegid()                               = 0
    getuid()                                = 0
    getgid()                                = 0
    access("/bin/rm", R_OK)                 = 0
    stat("/bin/rm", {st_mode=S_IFREG|0755, st_size=53592, ...}) = 0
    stat("/bin/rm", {st_mode=S_IFREG|0755, st_size=53592, ...}) = 0
    geteuid()                               = 0
    getegid()                               = 0
    getuid()                                = 0
    getgid()                                = 0
    access("/bin/rm", X_OK)                 = 0
    stat("/bin/rm", {st_mode=S_IFREG|0755, st_size=53592, ...}) = 0
    geteuid()                               = 0
    getegid()                               = 0
    getuid()                                = 0
    getgid()                                = 0
    access("/bin/rm", R_OK)                 = 0
    rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
    clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f70360919d0) = 16671
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
    rt_sigaction(SIGINT, {0x43d060, [], SA_RESTORER, 0x7f70356f49a0}, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 16671
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    --- SIGCHLD (Child exited) @ 0 (0) ---
    wait4(-1, 0x7fffe945c31c, WNOHANG, NULL) = -1 ECHILD (No child processes)
    rt_sigreturn(0xffffffffffffffff)        = 0
    rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, {0x43d060, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    write(1, "\n", 1)                       = 1
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
    clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f70360919d0) = 16672
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
    rt_sigaction(SIGINT, {0x43d060, [], SA_RESTORER, 0x7f70356f49a0}, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 16672
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    --- SIGCHLD (Child exited) @ 0 (0) ---
    wait4(-1, 0x7fffe945cb1c, WNOHANG, NULL) = -1 ECHILD (No child processes)
    rt_sigreturn(0xffffffffffffffff)        = 0
    rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, {0x43d060, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    write(1, "Starting httpd: ", 16)        = 16
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    stat("/var/run/httpd/httpd.pid", 0x7fffe945ba10) = -1 ENOENT (No such file or directory)
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
    clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f70360919d0) = 16673
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
    rt_sigaction(SIGINT, {0x43d060, [], SA_RESTORER, 0x7f70356f49a0}, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 16673
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    --- SIGCHLD (Child exited) @ 0 (0) ---
    wait4(-1, 0x7fffe945c21c, WNOHANG, NULL) = -1 ECHILD (No child processes)
    rt_sigreturn(0xffffffffffffffff)        = 0
    rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, {0x43d060, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    write(1, "\33[60G", 5)                  = 5
    write(1, "[", 1)                        = 1
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    write(1, "\33[0;32m", 7)                = 7
    write(1, "  OK  ", 6)                   = 6
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    write(1, "\33[0;39m", 7)                = 7
    write(1, "]", 1)                        = 1
    write(1, "\r", 1)                       = 1
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    write(1, "\n", 1)                       = 1
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    stat("/sbin/touch", 0x7fffe945cd50)     = -1 ENOENT (No such file or directory)
    stat("/usr/sbin/touch", 0x7fffe945cd50) = -1 ENOENT (No such file or directory)
    stat("/bin/touch", {st_mode=S_IFREG|0755, st_size=47928, ...}) = 0
    stat("/bin/touch", {st_mode=S_IFREG|0755, st_size=47928, ...}) = 0
    geteuid()                               = 0
    getegid()                               = 0
    getuid()                                = 0
    getgid()                                = 0
    access("/bin/touch", X_OK)              = 0
    stat("/bin/touch", {st_mode=S_IFREG|0755, st_size=47928, ...}) = 0
    geteuid()                               = 0
    getegid()                               = 0
    getuid()                                = 0
    getgid()                                = 0
    access("/bin/touch", R_OK)              = 0
    stat("/bin/touch", {st_mode=S_IFREG|0755, st_size=47928, ...}) = 0
    stat("/bin/touch", {st_mode=S_IFREG|0755, st_size=47928, ...}) = 0
    geteuid()                               = 0
    getegid()                               = 0
    getuid()                                = 0
    getgid()                                = 0
    access("/bin/touch", X_OK)              = 0
    stat("/bin/touch", {st_mode=S_IFREG|0755, st_size=47928, ...}) = 0
    geteuid()                               = 0
    getegid()                               = 0
    getuid()                                = 0
    getgid()                                = 0
    access("/bin/touch", R_OK)              = 0
    rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
    clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f70360919d0) = 16676
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
    rt_sigaction(SIGINT, {0x43d060, [], SA_RESTORER, 0x7f70356f49a0}, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 16676
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    --- SIGCHLD (Child exited) @ 0 (0) ---
    wait4(-1, 0x7fffe945ca1c, WNOHANG, NULL) = -1 ECHILD (No child processes)
    rt_sigreturn(0xffffffffffffffff)        = 0
    rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f70356f49a0}, {0x43d060, [], SA_RESTORER, 0x7f70356f49a0}, 8) = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    read(255, "\nexit $RETVAL\n", 3371)     = 14
    rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    exit_group(0)                           = ?

  21. #46
    Did you manage to fix this? I have a similar problem and located it to be jbd2 causing very high IO but can't make it go away.

    Run iotop and see if you have the same problem.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Slow response time..
    By wzfoto in forum Web Hosting
    Replies: 12
    Last Post: 12-15-2013, 09:34 AM
  2. My website response time is very slow specially main page
    By anthonyinit in forum VPS Hosting
    Replies: 23
    Last Post: 08-21-2013, 03:22 AM
  3. VPS - Slow Response...
    By Deltrumweb in forum VPS Hosting
    Replies: 5
    Last Post: 01-25-2011, 02:36 PM
  4. SLOW response from Awknet?
    By AZ-DKing in forum Dedicated Server
    Replies: 6
    Last Post: 11-07-2008, 12:21 AM
  5. VERY SLOW Cpanel response
    By disciple1 in forum Dedicated Server
    Replies: 2
    Last Post: 03-17-2005, 12:33 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •