Hi,

I tried to install sogo for the first time. Here some feedback:

If you copy and paste "su - sogo" from the PDF into the shell,
you get:
Unknown id: –

The dash looks like a dash, but is some unicode code character. OK, the problem
was fixed soon.

Most examples on the web still use the old syntax for the config file, my 
installation
uses xml.

I use ubuntu server 10.04

Here is my config

I want to store the users in Postgres

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" 
"http://www.gnustep.org/plist-0_9.xml";>
<plist version="0.9">
<dict>
    <key>NSGlobalDomain</key>
    <dict>
    </dict>
    <key>sogod</key>
    <dict>
        <key>OCSFolderInfoURL</key>
          
<string>postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info</string>
        <key>OCSSessionsFolderURL</key>
          
<string>postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder</string>
        <key>SOGoMailingMechanism</key>
          <string>smtp</string>
        <key>SOGoProfileURL</key>
          
<string>postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile</string>
        <key>SOGoSMTPServer</key>
          <string>localhost</string>
        <key>SOGoUserSources</key>
         <array>
          <dict>
           <key>type</key><string>sql</string>
           <key>id</key><string>directory</string>
           
<key>viewURL</key><string>"postgresql://sogo:[email protected]:5432/sogo/sogo_view"</string>
           <key>canAuthenticate</key><string>YES</string>
           <key>isAddressBook</key><string>YES</string>
           <key>userPasswordAlgorithm</key><string>md5</string>
          </dict>
         </array>
    </dict>
</dict>
</plist>

If I try to login, I get "An unhandled error occurred." and this is in the log 
files:

> May 13 14:08:47 sogod [10278]: <0x0x1c84dd0[SOGoCache]> Cache cleanup 
> interval set every 300.000000 seconds
> May 13 14:08:47 sogod [10278]: <0x0x1c84dd0[SOGoCache]> Using host(s) 
> 'localhost' as server(s)
> 2011-05-13 14:08:47.991 sogod[10278] Note(SoObject): SoDebugKeyLookup is 
> enabled!
> 2011-05-13 14:08:47.991 sogod[10278] Note(SoObject): SoDebugBaseURL is 
> enabled!
> 2011-05-13 14:08:47.991 sogod[10278] Note(SoObject): relative base URLs are 
> enabled.
> 2011-05-13 14:08:47.994 sogod[10278] ERROR(-[NGBundleManager 
> bundleWithPath:]): could not create bundle for path: 
> '/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.19/Resources/SSL.bundle'
> 2011-05-13 14:08:48.000 sogod[10278] WOCompoundElement: pool embedding is on.
> 2011-05-13 14:08:48.000 sogod[10278] WOCompoundElement: id logging is on.
> EXCEPTION: <NSException: 0x1eabce0> NAME:NSInvalidArgumentException 
> REASON:Tried to add nil value for key 'directory' to dictionary INFO:{}
> May 13 14:08:48 sogod [10276]: <0x0x1bf78a0[WOWatchDogChild]> child 10278 
> exited
> May 13 14:08:48 sogod [10276]: <0x0x1bf78a0[WOWatchDogChild]>  (terminated 
> due to signal 6)
> May 13 14:08:48 sogod [10276]: <0x0x1895270[WOWatchDog]> child spawned with 
> pid 10290
> May 13 14:08:48 sogod [10290]: <0x0x19bef50[SOGoCache]> Cache cleanup 
> interval set every 300.000000 seconds
> May 13 14:08:48 sogod [10290]: <0x0x19bef50[SOGoCache]> Using host(s) 
> 'localhost' as server(s)
> 2011-05-13 14:08:48.057 sogod[10290] Note(SoObject): SoDebugKeyLookup is 
> enabled!
> 2011-05-13 14:08:48.057 sogod[10290] Note(SoObject): SoDebugBaseURL is 
> enabled!
> 2011-05-13 14:08:48.057 sogod[10290] Note(SoObject): relative base URLs are 
> enabled.
> 2011-05-13 14:08:48.059 sogod[10290] ERROR(-[NGBundleManager 
> bundleWithPath:]): could not create bundle for path: 
> '/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.19/Resources/SSL.bundle'
> 2011-05-13 14:08:48.065 sogod[10290] WOCompoundElement: pool embedding is on.
> 2011-05-13 14:08:48.066 sogod[10290] WOCompoundElement: id logging is on.
> EXCEPTION: <NSException: 0x1eabcd0> NAME:NSInvalidArgumentException 
> REASON:Tried to add nil value for key 'directory' to dictionary INFO:{}
> May 13 14:08:48 sogod [10276]: <0x0x1bf78a0[WOWatchDogChild]> child 10290 
> exited
> May 13 14:08:48 sogod [10276]: <0x0x1bf78a0[WOWatchDogChild]>  (terminated 
> due to signal 6)
> May 13 14:08:48 sogod [10276]: <0x0x1bf78a0[WOWatchDogChild]> avoiding to 
> respawn child before 2011-05-13 14:08:53 +0000

Can someone help?

  Thomas Güttler

-- 
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to