Skip to content

Some Quick Fixes and Resolutions by Linux Enthusiast

The Linux Admin Turned Kubestronaut

  • Home
  • Contact

configure: error: Unable to locate gmp.h

The following error was getting generated during PHP compilation in the server. checking for bind_textdomain_codeset in -lc… yes checking for GNU MP support… yes configure: error: Unable to locate gmp.h Fix yum install gmp-devel

  • thekubeadmin
  • September 18, 2018

mod_fcgid: HTTP request length 139264 (so far) exceeds MaxRequestLen (131072)

Increase the value of MaxRequestLen in /usr/local/apache/conf/includes/post_virtualhost_global.conf MaxRequestLen XXXXX XXXXX is the desired value If the above doesn’t work in case of a particular domain, then add the above in the respective domain’s virtual host entry.

  • thekubeadmin
  • September 17, 2018

Increase Limit Recursion in FTP

By default the FTP server will show only 2000 files in a folder. We can increase this to 4000 files. Open the pure-ftpd configuration file and edit the lines. vi pure-ftpd.conf # 'ls' recursion limits. The first argument is the maximum number of # files to be displayed. The second one is the max subdirectories … Continue reading Increase Limit Recursion in FTP →

  • thekubeadmin
  • September 17, 2018

syntax error at /dev/null line 1, near “28 02” Execution of /dev/null aborted due to compilation errors.

Fix # rm /dev/null # mknod /dev/null c 1 3 # chmod a+rw /dev/null

  • thekubeadmin
  • September 14, 2018

For securing temp in openvz servers

Enter into the vps and then a. Add the following line in /etc/fstab none /tmp tmpfs nodev,nosuid,noexec 0 0 b. mount -a echo "none /tmp tmpfs nodev,nosuid,noexec 0 0" >> /etc/fstab;mount -a

  • thekubeadmin
  • September 14, 2018

configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing

Following error was getting generated while configuring php on the server checking for utf8_mime2text signature… new checking for U8T_DECOMPOSE… configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information. Fix yum install libc-client-devel

  • thekubeadmin
  • September 12, 2018

Clients are opening support Tickets but don’t see them in my WHMCS dashboard!

Fix Make sure that when login to the client's client area, you are able to see the tickets there. If so, make sure your user is assigned to the departments. Setup -> Staff Management -> Administrator users -> your user and set what departments you want access to.

  • thekubeadmin
  • September 12, 2018

To setup python environment in CloudLinux

The Setup Python App icon is a third party plugin from CloudLinux .The interface will be shown as disabled by default. In order to enable the Setup Python App you will need to use the following instructions: - Login to WHM - Navigate to: Home »Server Configuration »CloudLinux LVE Manager - Select the Options tab … Continue reading To setup python environment in CloudLinux →

  • thekubeadmin
  • September 7, 2018

User is not authorized for Mail (Host: x.x.x.x)”. + horde

Fix The issue was that the dovecot was not working.

  • thekubeadmin
  • September 7, 2018

Joomla! 3 installation freezes at creating database table using quickstart installation

This problem occurring most usually at Joomla 3.x. To solve this go to wamp\www\Your joomla folder\installation\sql\mysql and open Joomla.sql file find the term "ENGINE=InnoDB" and replace ALL with "ENGINE=MyIsam" MyIsam is more supported and compatible with Joomla. Do also the same with (sample_data.sql) file, if it's quickstart setup.

  • thekubeadmin
  • September 4, 2018

Posts navigation

Older posts
Newer posts

Top Posts & Pages

  • R1soft issue : Socket timed out after waiting for more than 1,800 seconds to read/write

Archives

  • February 2026
  • May 2021
  • December 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • October 2019
  • September 2019
  • August 2019
  • March 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018

Enter your email address to follow this blog and receive notifications of new posts by email.

April 2026
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
27282930  
« Feb    

Category Cloud

apache AWS CentOS cPanel Devops DNS Drupal Exim Ftp htaccess interworx IPtables jenkins joomla Linux maven MySQL nagios PHP plesk qmail scripts Ubuntu Uncategorized vagrant virtual box WHMCS windows wordpress Xen

Categories

Follow The Linux Admin Turned Kubestronaut on WordPress.com

Translate

Blog Stats

  • 30,864 hits
Blog at WordPress.com.
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Subscribe Subscribed
    • The Linux Admin Turned Kubestronaut
    • Already have a WordPress.com account? Log in now.
    • The Linux Admin Turned Kubestronaut
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...
 

    Design a site like this with WordPress.com
    Get started