FreePBX Yellow Warnings

FreePBX Yellow Warnings - resolution

Had the same problem Op Panel and SSH Server had yellow warnings.

The issue is with the localhost entries in hosts file. make sure you remove all line wraps for localhosts in hosts file:

127.0.0.1 trixbox1.localdomain trixbox1
localhost.localdomain

THE ABOVE IS WRONG - and will cause problems, should all be on the same line.

127.0.0.1 trixbox1.localdomain trixbox1 localhost.localdomain

THE ABOVE IS RIGHT -Should all be on one line

When you edit hosts file use: nano -w /etc/hosts
-w disables wrapping.
 
This is a nano problem. It is notorious for wrapping lines when it shouldn't. Something you have to keep watch for. If you type a long line, nano will wrap it. You can join the wrapped line back to the original by backspacing on the wrapped line.
 
Had the same issue with Proxmox template

Had this same issue with amd64 openvz template even after doing update-scripts and update-fixes then rebooting.
Added localhost to the end of my "nano -w /etc/hosts" file like so and all services are now "OK"

# Auto-generated hostname. Please do not remove this comment.
192.168.1.105 PBX001.localdomain PBX001 localhost

Used to be SSH and Op Panel had 'Warn'.
 
#nano -w /etc/hosts
Ensure the bottom left corner (last line beginning) has 127.0.0.1
I had the same problem because the proxmox container was not configured correctly and had 192.168.x.x
Save changes, refresh webpage, all good!

On my server status page I have Yellow Warn lights for Op Panel and SSH Server. What do I need to do to correct this?

Thanks,

Jeff
 

Members online

Forum statistics

Threads
26,687
Messages
174,410
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top