rm /etc/localtime
ln -s /usr/share/zoneinfo/America/Sao_Paulo /etc/localtime
rm /etc/localtime
ln -s /usr/share/zoneinfo/America/Sao_Paulo /etc/localtime
Zentyal community edition is one of the widely used application for managing infrastructure. Zentyal pushes frequent updates through Zentyal repositories.
One my get following error while upgrading Zentyal:
W: GPG error: http://archive.zentyal.org 3.5 Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 8E9229F7E23F4777
Add the Zentyal 3.5 key so that apt connect to the repository.
wget http://keys.zentyal.org/zentyal-3.5-archive.asc sudo apt-key add zentyal-3.5-archive.asc sudo apt-get update |
Note: If you face issue for Zentyal version 3.4 then replace 3.5 to 3.4 in the link.
addgroup --system admin
Adding group `admin' (GID 121) ...
Done.
addgroup --system admin
addgroup: The group `admin' already exists as a system group. Exiting.
adduser kamilion admin
Adding user `kamilion' to group `admin' ...
Adding user kamilion to group admin
Done.
In this case, admin is a local group, and kamilion is a zentyal ldap user.
OPTIONALLY, allow sudo access for ‘admin’ group users:
echo "%admin ALL=(ALL) ALL" >> /etc/sudoers