Search found 18 matches

by hexacube
Mon 19. Oct 2020, 16:23
Forum: Archive
Topic: cloud-init, cloud-init-local, cloud-config and cloud-final services failed to start after Ubuntu 20.04 upgrade [SOLVED]
Replies: 0
Views: 3881

cloud-init, cloud-init-local, cloud-config and cloud-final services failed to start after Ubuntu 20.04 upgrade [SOLVED]

The following services failed to start after upgrading to Ubuntu 20.04 In GCP VM. The solution to fix this issue is provided below: The solution is to reinitialize cloud-init. This was done by running following commands: sudo DI_LOG=stderr /usr/lib/cloud-init/ds-identify --force sudo cloud-init clea...
by hexacube
Mon 19. Oct 2020, 16:07
Forum: Archive
Topic: Quota failed to start after upgrading to Ubuntu 20.04 [SOLVED]
Replies: 0
Views: 3454

Quota failed to start after upgrading to Ubuntu 20.04 [SOLVED]

The quota failed to start after upgrading to ubuntu 20.04. Issue is the disk usage of email & database were calculated properly but web space usage is zero for all users. Later researched and found that the issue is with custom kernel provided by GCP / AWS. The issue has been solved by following...
by hexacube
Wed 30. Sep 2020, 19:53
Forum: Archive
Topic: Customize FTP Port & Customize Email Ports [SOLVED]
Replies: 5
Views: 3070

Re: Customize FTP Port & Customize Email Ports [SOLVED]

Thank you @Alexander

As suggested by u, I have removed them. Script is working fine as previous.
by hexacube
Tue 29. Sep 2020, 21:32
Forum: Archive
Topic: Customize FTP Port & Customize Email Ports [SOLVED]
Replies: 5
Views: 3070

Re: Customize FTP Port & Customize Email Ports [SOLVED]

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function() { if (window.location.href.indexOf("page=user_ftp") > -1) { $("td:contains('21')").html("2121"); $...
by hexacube
Tue 29. Sep 2020, 20:39
Forum: Archive
Topic: Serious Bugs on Usage & Logs [SOLVED]
Replies: 16
Views: 13030

Re: Serious Bugs on Usage & Logs [SOLVED]

Fixed the issue. I have setup a monitor to alert high CPU usage, which alerted me 11.45 PM IST. Logged into terminal and using ncdu found the same issue. The size of log file "error.log" under /home/users/tasteofsouthindia/logs was rapidly increasing around 10 MB per second. The below ment...
by hexacube
Tue 29. Sep 2020, 10:12
Forum: Archive
Topic: Customize FTP Port & Customize Email Ports [SOLVED]
Replies: 5
Views: 3070

Re: Customize FTP Port & Customize Email Ports [SOLVED]

Thank you @Alexander. I will try white label with js codes to replace the port numbers displayed.
by hexacube
Tue 29. Sep 2020, 10:10
Forum: Archive
Topic: Serious Bugs on Usage & Logs [SOLVED]
Replies: 16
Views: 13030

Re: Serious Bugs on Usage & Logs [SOLVED]

@george. Thank You. I can understand the issue is either theme related or bruteforce attack related. Let me solve it with the help of stack overflow.
by hexacube
Tue 29. Sep 2020, 10:09
Forum: Archive
Topic: Serious Bugs on Usage & Logs [SOLVED]
Replies: 16
Views: 13030

Re: Serious Bugs on Usage & Logs [SOLVED]

@Tobi. Implemeted the change u mentioned in fuctions.php. Website is working fine. Let me update the status after a week. Tq for the timely help.
by hexacube
Tue 29. Sep 2020, 06:25
Forum: Archive
Topic: Serious Bugs on Usage & Logs [SOLVED]
Replies: 16
Views: 13030

Re: Serious Bugs on Usage & Logs [SOLVED]

[Tue Sep 29 09:01:43.525320 2020] [proxy_fcgi:error] [pid 32364:tid 140449298831104] [client 173.245.54.59:63102] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Call to un defined function is_shop() in /home/users/tasteofsouthindia/www/www.tasteofsouthindia.com/wp-content/themes/c...
by hexacube
Thu 24. Sep 2020, 17:44
Forum: Archive
Topic: Customize FTP Port & Customize Email Ports [SOLVED]
Replies: 5
Views: 3070

Customize FTP Port & Customize Email Ports [SOLVED]

Dear all. I am using Keyhelp in Google Cloud Virtual Machine. Due to firewall restrictions, I use port 2121 for FTP & port 2587 for sending emails through amazon SES SMTP relay. Everything is configured properly and working fine. But in user's dashboard under FTP and EMAIL, the default ports are...
by hexacube
Mon 21. Sep 2020, 16:22
Forum: Archive
Topic: Serious Bugs on Usage & Logs [SOLVED]
Replies: 16
Views: 13030

Re: Serious Bugs on Usage & Logs [SOLVED]

Thank you @Daniel. I was unable to check contents of error.log. The size was too large, i dont want to download it. Simply deleted it. As suggested by you I will disable error logging. I have a question. Is there any way to disable error logging for all vhosts / domains? I never used this error logs...
by hexacube
Mon 21. Sep 2020, 16:20
Forum: Archive
Topic: Serious Bugs on Usage & Logs [SOLVED]
Replies: 16
Views: 13030

Re: Serious Bugs on Usage & Logs [SOLVED]

Thank You @Tobi. I will look for options to clean logs folders using cron, but the same has to be done for multiple domains. Need to explore ways to automate this during addition / removal of users and domains.
by hexacube
Mon 21. Sep 2020, 09:10
Forum: Archive
Topic: Serious Bugs on Usage & Logs [SOLVED]
Replies: 16
Views: 13030

Re: Serious Bugs on Usage & Logs [SOLVED]

Output of

Code: Select all

du -ahx / | sort -rh | head -10 
suggested by george is giving the same output. Screenshot attached.
by hexacube
Mon 21. Sep 2020, 09:08
Forum: Archive
Topic: Serious Bugs on Usage & Logs [SOLVED]
Replies: 16
Views: 13030

Re: Serious Bugs on Usage & Logs [SOLVED]

The issue has been spotted. One of the domain is undergoing brute force attack. The log file size is growing enormous. Now the size of error.log file is 19.7GB. It is a WordPress website with word fence enabled. Even though I have enabled under attack mode in cloud flare dns, the site is still recei...