View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002226 | SOGo | sogo-tool | public | 2013-02-04 10:34 | 2013-03-15 20:12 |
Reporter | mgiunta | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.0.4a | ||||
Target Version | 2.0.5 | Fixed in Version | 2.0.5 | ||
Summary | 0002226: sogo-ealarms-notify do not try to read /etc/sogo/sogo.conf | ||||
Description | After migrating by hand 'sogo account' from 'normal user' to 'system user', and moving my configuration from '/home/sogo/GNUstep/Defaults/.GNUstepDefaults' to '/etc/sogo/sogo.conf', 'sogo-ealarms-notify' complains about 'EMail alarms are disabled in the SOGo configuration.' and, of course, does not send any email notifity. After investigating, I found that 'sogo-ealarms-notify' does not try to read '/etc/sogo/sogo.conf' but, instead, try to read '/var/lib/sogo/GNUstep/Defaults/.GNUstepDefaults' : sudo -u sogo strace -o /tmp/ealamrmss.txt /usr/sbin/sogo-ealarms-notify 2>&1 | fgrep sogo.conf# sudo -u sogo strace /usr/sbin/sogo-ealarms-notify 2>&1 | fgrep .GNUstepDefaultsstat("/var/lib/sogo/GNUstep/Defaults/.GNUstepDefaults", 0x7fff5b454810) = -1 ENOENT (No such file or directory) I solve my problem copying my old '.GNUstepDefaults' in new 'sogo account' home directory, but it should be fixed. | ||||
Tags | No tags attached. | ||||
Should be fixed in the next nightly build: https://github.com/inverse-inc/sogo/commit/4952ff7914dd0f3aa5c9c2bf5e04e29bf4317836 |
|
No feedback provided in weeks, reopen if necessary. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2013-02-04 10:34 | mgiunta | New Issue | |
2013-02-08 01:18 | ludovic | Status | new => assigned |
2013-02-08 01:18 | ludovic | Assigned To | => jraby |
2013-02-08 21:25 |
|
Note Added: 0005377 | |
2013-02-08 21:25 |
|
Status | assigned => feedback |
2013-02-12 13:46 | francis | Target Version | => 2.0.5 |
2013-03-15 20:12 | ludovic | Note Added: 0005423 | |
2013-03-15 20:12 | ludovic | Status | feedback => closed |
2013-03-15 20:12 | ludovic | Resolution | open => fixed |
2013-03-15 20:12 | ludovic | Fixed in Version | => 2.0.5 |