Am 2013-02-15 10:19, schrieb Nikolaos Milas:
> Hello,
> 
> I have just installed sogo on CentOS 5.9 x86_64 and I am trying to
> configure.
> 
> The following packages have been installed with all needed dependencies:
> sogo-2.0.4b-1.el5
> sogo-devel-2.0.4b-1.el5
> sogo-debuginfo-2.0.4b-1.el5
> sope49-mime-4.9-20130204_1664.el5.1
> sope49-gdl1-contentstore-2.0.4b-1.el5
> sope49-sbjson-2.3.1-20130204_1664.el5.1
> sope49-core-4.9-20130204_1664.el5.1
> sope49-appserver-4.9-20130204_1664.el5.1
> sope49-gdl1-4.9-20130204_1664.el5.1
> sope49-cards-2.0.4b-1.el5
> sope49-gdl1-mysql-4.9-20130204_1664.el5.1
> sope49-xml-4.9-20130204_1664.el5.1
> sope49-ldap-4.9-20130204_1664.el5.1
> 
> [Note: I had a slight problem during installation, which I overcame by
> installing manually the needed dependency; you can see here my report of
> the issue at the CentOS mailing list:
> http://centos.distrosfaqs.org/centos/installing-sogo-on-centos-5/]
> 
> However, the configuration directions
> (http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf) do not
> seem to apply correctly.
> 
> The manual requests to: "su - sogo" (page 12), but when I try to do it:
> 
>    # su - sogo
>    This account is currently not available.
> 
> I can see that:
> 
>    # tail -1 /etc/passwd
>    sogo:x:104:106:SOGo daemon:/var/lib/sogo:/sbin/nologin
> 
> Doesn't this mean that su sogo is not feasible?
> 
> Also, the manual states that the config file is:
> 
>    /home/sogo/GNUstep/Defaults/.GNUstepDefaults
> 
> but we can see that the home dir of sogo user is:
> 
>    /var/lib/sogo
> 
> and not:
> 
>    /home/sogo
> 
> So, how should I move forward?
> 

This is a change made in the last version.
The user sogo was before a normal user with a home and a shell.
Now it is a service account, so now home and no shell.
Because of this you can not longer change to be the sogo user with su.
You have to call all sogo related commands with
sudo -u sogo <WhatEverCommandToUse>
instead.

Obviously the documentation isn't up to date in all places.
You could open a bug report for this at http://www.sogo.nu/bugs


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to