Code: Select all
webapp-config --upgrade -d squirrelmail/ squirrelmail 1.4.8Code: Select all
* Upgrading squirrelmail-1.4.5 to squirrelmail-1.4.8
* Installed by root on 2005-10-12 22:38:15
* Config files owned by apache:apache
* Fatal error: You did specify an invalid permission value for the variable "vhost_perms_serverowned_file'
* Fatal error(s) - abortingCode: Select all
webapp-config --debug --debug-level=9 --debug-nocolor --upgrade -d squirrelmail/ squirrelmail 1.4.8Code: Select all
vhost_root="/var/www/${vhost_hostname}"
vhost_hostname="localhost"
vhost_server="apache"
vhost_config_default_dirs="default-owned"
vhost_config_virtual_files="virtual"
vhost_config_dir="${vhost_root}/conf"
vhost_default_uid="websites"
vhost_default_gid="users"
vhost_htdocs_insecure="htdocs"
vhost_htdocs_secure="htdocs-secure"
vhost_perms_serverowned_dir=755
vhost_perms_serverowned_file=644
vhost_perms_configowned_dir=755
vhost_perms_configowned_file=640
vhost_perms_defaultowned_dir="0755"
vhost_perms_virtualowned_file="o-w"
vhost_perms_installdir="0755"
WA_CONF_VERSION="7"Code: Select all
u=rw,g=r,o=I think it just requires at least one letter in each part. You can use o-rwx instead of o= as a workaround to have no bits set.Mad Alex wrote:each part of a symbolic mode to have at least one bit set.