Error rendering macro 'rw-search'

null

Downloads

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • execute: gl customize
  • Restart GreenLight


If you are on GreenLight <smaller thanv4.5.7

  • Modify the GL config file

    Code Block
    vim /opt/panagenda/appdata/gl/config
    
    ## Add the following line
    PANAGENDA_DOCKER_STORAGE_DRIVER=overlay2
  • Run the GreenLight Upgrade to minimum v4.5.7  (./gl-upgrade-offline.sh)
  • Restart GreenLight


In case GreenLight still doesn't work (docker bridge issues, etc..) , do the following:

Code Block
## Execute the following commands in a sequence
firewall-cmd --zone=trusted --remove-interface=docker0
firewall-cmd --zone=trusted --remove-interface=docker0 --permanent
systemctl restart docker


What to do if yum update fails ?

To resolv this it fully depends on the error you get.  If you get a clamav-server error , please do the following

Code Block
## Execute the following commands in a sequence

yum clean all
yum remove clamav-server
yum update
yum install clamav