Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

No swap message in GUI – Freepbx No Swap warning

The post No Swap message in GUI – Freepbx No Swap warning appeared first on Digital Marketing - SEO XOOM Helping You Succeed Via Online Marketing.

Are you getting “No Swap Message in GUI – Freepbx No swap warning” this message in notification area, it does not give any instructions but says:

Your system has Free PBX no swap space. This should be fixed as soon as possible. Once fixed issue a reload to remove this message.

you might wondering have never made any changes memory or storage – you might be looking for someone to advise a fix?

Here comes the solution what I am letting you know today as if you are facing this issue than you are on right platform. FreePBX No Swap error means is that you machine is lacking in RAM or random access memory as it is required for FreePBX to perform efficiently for not letting the system to go corrupt or create mess for the incoming ot out going call logs.

First you would need to run a command to check the disk space available on your freepbx machine.

freepbxroot#df -h

Filesystem Size Used Avail Use% Mounted on
/dev/sda 546G 546G 0G 100% /

After checking that your HD drive files size is increasing very fast and FreePBX have showed “No swap message in GUI – Freepbx No swap warning” on your dashboard. The you would need to login in your Google cloud console and connect with your SSH. Once you are connected with the SSH type Sudo -i or Sudo su to be as root user.

That warning is just letting you know that your system is not set up with memory swap. This means that if you were to run out of memory, the system will not be able to utilise disk swap which, from experience, is not much fun at all!Then follow the instructions bellow…..

Swap File

dd if=/dev/zero of=/swapfile count=1024 bs=1MiB
chmod 600 /swapfile
mkswap /swapfile
echo ‘/swapfile none swap sw 0 0’ >> /etc/fstab
swapon -a

free -m

After you are finished you just need to run

fwconsole restart

fwconsole chown

The post No swap message in GUI – Freepbx No Swap warning appeared first on Digital Marketing - SEO XOOM Helping You Succeed Via Online Marketing.



This post first appeared on Marketing Agencies In Islamabad, please read the originial post: here

Share the post

No swap message in GUI – Freepbx No Swap warning

×

Subscribe to Marketing Agencies In Islamabad

Get updates delivered right to your inbox!

Thank you for your subscription

×