This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I/O timeout on content could not be loaded

I received the following message after upgrade to 5.018, while surfing:

Content could not be loaded  
     
     
   Please check the spelling of your URL.

Make sure that your proxy settings are in order.

The following lines may provide some additional information to the cause of the failure.



I/O timeout 

I did not change any settings. Any ideas?


This thread was automatically locked due to age.
Parents
  • ok here's a possible workaround: 
    WARNING SUPPORT VOID AFTER THIS!!!
    in the file /var/chroot-http/etc/hyperdyper.conf find the segment:
    Code:
      

            5
            30
            30
            150
            30
            30


     

    and replace it with 

    Code:
      

            5
            300
            300
            300
            300
            30


     

    finally, restart the hyperdyper with 
    Code:

    /var/mdw/scripts/hyperdyper.sh restart

Reply
  • ok here's a possible workaround: 
    WARNING SUPPORT VOID AFTER THIS!!!
    in the file /var/chroot-http/etc/hyperdyper.conf find the segment:
    Code:
      

            5
            30
            30
            150
            30
            30


     

    and replace it with 

    Code:
      

            5
            300
            300
            300
            300
            30


     

    finally, restart the hyperdyper with 
    Code:

    /var/mdw/scripts/hyperdyper.sh restart

Children