Hi all

Is this information useful to debug? Have I to open a bug?

On 11/11/2012 10:33 PM, Alessandro Bono wrote:
On 11/11/2012 02:52 PM, Massimo Merra wrote:
Ciao Alessandro,

not sure but if you try to build from sources you should get also the debuginfo packages

http://vault.centos.org/6.3/os/Source/SPackages/libidn-1.18-2.el6.src.rpm

or you can check the following links

ftp://ftp.icm.edu.pl/vol/rzm2/ol-tmp/el6/debuginfo/libidn-debuginfo-1.18-2.el6.i686.rpm ftp://ftp.icm.edu.pl/vol/rzm2/ol-tmp/el6/debuginfo/libidn-debuginfo-1.18-2.el6.x86_64.rpm

Ciao Massimo

with your link and an old email with instruction to debug sogo I have some useful information (I hope)

-bash-4.1$ gdb --args /usr/sbin/sogod -WOUseWatchDog NO -WONoDetach YES -WOPort 20000 -WOWorkersCount 1 -WOLogFile - -WOPidFile /tmp/sogo.pid
GNU gdb (GDB) Red Hat Enterprise Linux (7.2-56.el6)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/sbin/sogod...Reading symbols from /usr/lib/debug/usr/sbin/sogod.debug...done.
done.
(gdb) r
Starting program: /usr/sbin/sogod -WOUseWatchDog NO -WONoDetach YES -WOPort 20000 -WOWorkersCount 1 -WOLogFile - -WOPidFile /tmp/sogo.pid
[Thread debugging using libthread_db enabled]
warning: the debug information found in "/usr/lib/debug//lib64/libfreebl3.so.debug" does not match "/lib64/libfreebl3.so" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug/lib64/libfreebl3.so.debug" does not match "/lib64/libfreebl3.so" (CRC mismatch).

Missing separate debuginfo for /lib64/libfreebl3.so
Try: yum --disablerepo='*' --enablerepo='*-debug*' install /usr/lib/debug/.build-id/68/195872ecfb188389d29aaf01031a976fd18168.debug Nov 11 22:25:34 sogod [19323]: version 2.0.2 (build root@shiva 201210251139) -- starting Nov 11 22:25:34 sogod [19323]: vmem size check enabled: shutting down app when vmem > 384 MB Nov 11 22:25:34 sogod [19323]: <0x0x7ffff84951c8[SOGoProductLoader]> SOGo products loaded from '/usr/lib64/GNUstep/SOGo': Nov 11 22:25:34 sogod [19323]: <0x0x7ffff84951c8[SOGoProductLoader]> Contacts.SOGo, Appointments.SOGo, Mailer.SOGo, AdministrationUI.SOGo, MailPartViewers.SOGo, PreferencesUI.SOGo, CommonUI.SOGo, SchedulerUI.SOGo, MailerUI.SOGo, MainUI.SOGo, ContactsUI.SOGo warning: the debug information found in "/usr/lib/debug//lib64/libidn.so.11.6.1.debug" does not match "/lib64/libidn.so.11" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug/lib64/libidn.so.11.6.1.debug" does not match "/lib64/libidn.so.11" (CRC mismatch).

Missing separate debuginfo for /lib64/libidn.so.11
Try: yum --disablerepo='*' --enablerepo='*-debug*' install /usr/lib/debug/.build-id/41/7a6ed67d904cd799091b56bdfada0d594bb094.debug Nov 11 22:25:34 sogod [19323]: |SOGo| WOHttpAdaptor listening on address *:20000
^C
Program received signal SIGINT, Interrupt.
0x00007ffff4456a28 in __poll (fds=0x7ffff8464040, nfds=2, timeout=29958) at ../sysdeps/unix/sysv/linux/poll.c:83 83 return INLINE_SYSCALL (poll, 3, CHECK_N (fds, nfds), nfds, timeout);
(gdb) b raise
Breakpoint 1 at 0x7ffff51e7449: file NSException.m, line 956.
Breakpoint 2 at 0x7ffff4dd03a0: file ../nptl/sysdeps/unix/sysv/linux/pt-raise.c, line 35.
warning: Multiple breakpoints were set.
Use the "delete" command to delete unwanted breakpoints.
(gdb) c
Continuing.
2012-11-11 22:26:05.690 sogod[19323] Note: Using UTF-8 as URL encoding in NGExtensions. Nov 11 22:26:05 sogod [19323]: <0x0x7ffff8473ec8[SOGoCache]> Cache cleanup interval set every 300.000000 seconds Nov 11 22:26:05 sogod [19323]: <0x0x7ffff8473ec8[SOGoCache]> Using host(s) 'localhost' as server(s) Nov 11 22:26:05 sogod [19323]: [ERROR] <0x0x7ffff8471568[SOGoUserManager]> addressbook source 'xxxxx' has no displayname 2012-11-11 22:26:05.696 sogod[19323] Note(SoObject): SoDebugKeyLookup is enabled! 2012-11-11 22:26:05.696 sogod[19323] Note(SoObject): SoDebugBaseURL is enabled! 2012-11-11 22:26:05.696 sogod[19323] Note(SoObject): relative base URLs are enabled. 2012-11-11 22:26:05.698 sogod[19323] WARNING: IMAP4 connection pooling is disabled! 2012-11-11 22:26:05.730 sogod[19323] Note(NGImap4Connection): using '/' as the IMAP4 folder separator. 2012-11-11 22:26:05.938 sogod[19323] WOCompoundElement: pool embedding is on.
2012-11-11 22:26:05.938 sogod[19323] WOCompoundElement: id logging is on.
Nov 11 22:26:05 sogod [19323]: <0x0x7ffff884bbf8[NGImap4ResponseParser]> ERROR(-[NGImap4ResponseParser _parseData]): got content size '0'! Nov 11 22:26:05 sogod [19323]: <0x0x7ffff884bbf8[NGImap4ResponseParser]> ERROR(-[NGImap4ResponseParser _parseBodyContent]): got no data. Nov 11 22:26:05 sogod [19323]: <0x0x7ffff884bbf8[NGImap4ResponseParser]> ERROR: got no body content for key: 'body[2]' Nov 11 22:26:05 sogod [19323]: [ERROR] <0xF8863188[SOGoMailObject]:753> got no data for key: body[2] Nov 11 22:26:06 sogod [19323]: <0x0x7ffff884bbf8[NGImap4ResponseParser]> ERROR(-[NGImap4ResponseParser _parseData]): got content size '0'! Nov 11 22:26:06 sogod [19323]: <0x0x7ffff884bbf8[NGImap4ResponseParser]> ERROR(-[NGImap4ResponseParser _parseBodyContent]): got no data. Nov 11 22:26:06 sogod [19323]: <0x0x7ffff884bbf8[NGImap4ResponseParser]> ERROR: got no body content for key: 'body[2]'

Breakpoint 1, -[NSException raise] (self=0x7ffff88b9728, _cmd=0x7ffff56c7d60) at NSException.m:956
956       if (_reserved == 0)
(gdb) bt
#0 -[NSException raise] (self=0x7ffff88b9728, _cmd=0x7ffff56c7d60) at NSException.m:956 #1 0x00007ffff51e6b82 in +[NSException raise:format:arguments:] (self=0x7ffff56c7980, _cmd=0x7ffff56c7d30, name=0x7ffff56c73a0, format=0x7ffff5682800, argList=0x7fffffffcee0) at NSException.m:849 #2 0x00007ffff51e6ac9 in +[NSException raise:format:] (self=0x7ffff56c7980, _cmd=0x7ffff5683d20, name=0x7ffff56c73a0, format=0x7ffff5682800) at NSException.m:835 #3 0x00007ffff511f31e in -[GSMutableArray addObject:] (self=0x7ffff88b7f38, _cmd=0x7fffe8bd40b0, anObject=0x0) at GSArray.m:453 #4 0x00007fffe89a60ba in -[SOGoDraftObject _attachmentBodiesFromPaths:fromResponseFetch:] (self=0x7ffff8848808, _cmd=0x7fffe8bd4200, paths=0x7ffff88b4928, fetch=0x7ffff88b7c08) at SOGoDraftObject.m:696 #5 0x00007fffe89a6230 in -[SOGoDraftObject _fetchAttachments:fromMail:] (self=0x7ffff8848808, _cmd=0x7fffe8bd4250, parts=0x7ffff833bb18, sourceMail=0x7ffff8863188) at SOGoDraftObject.m:716 #6 0x00007fffe89a70fa in -[SOGoDraftObject fetchMailForForwarding:] (self=0x7ffff8848808, _cmd=0x7fffe7ad2210, sourceMail=0x7ffff8863188) at SOGoDraftObject.m:829 #7 0x00007fffe78b8cc5 in -[UIxMailActions forwardAction] (self=0x7ffff8836788, _cmd=0x7ffff8858570) at UIxMailActions.m:84 #8 0x00007ffff5239186 in -[NSObject performSelector:] (self=0x7ffff8836788, _cmd=0x7ffff6d9dae0, aSelector=0x7ffff8858570) at NSObject.m:1985 #9 0x00007ffff6a65894 in -[WODirectAction performActionNamed:] (self=0x7ffff8836788, _cmd=0x7ffff6e27670, _actionName=0x7ffff88620a8) at WODirectAction.m:97 #10 0x00007ffff6af56db in -[SoActionInvocation callOnObject:withPositionalParametersWhenNotNil:inContext:] (self=0x7ffff88622a8, _cmd=0x7ffff6e276a0, _client=0x7ffff8863188, _positionalArgs=0x0, _ctx=0x7ffff863cd28)
    at SoActionInvocation.m:300
#11 0x00007ffff6af5821 in -[SoActionInvocation callOnObject:inContext:] (self=0x7ffff88622a8, _cmd=0x7ffff6e275c0, _client=0x7ffff8863188, _ctx=0x7ffff863cd28) at SoActionInvocation.m:316 #12 0x00007ffff6af5440 in -[SoActionInvocation callOnObject:withPositionalParametersWhenNotNil:inContext:] (self=0x7ffff8551a38, _cmd=0x7ffff6e276a0, _client=0x7ffff8863188, _positionalArgs=0x0, _ctx=0x7ffff863cd28)
    at SoActionInvocation.m:259
#13 0x00007ffff6af5821 in -[SoActionInvocation callOnObject:inContext:] (self=0x7ffff8551a38, _cmd=0x7ffff6e23b90, _client=0x7ffff8863188, _ctx=0x7ffff863cd28) at SoActionInvocation.m:316 #14 0x00007ffff6aef646 in -[SoObjectMethodDispatcher dispatchInContext:] (self=0x7ffff8836a48, _cmd=0x7ffff6e25290, _ctx=0x7ffff863cd28) at SoObjectMethodDispatcher.m:191 #15 0x00007ffff6af1dcf in -[SoObjectRequestHandler handleRequest:inContext:session:application:] (self=0x7ffff84ad288, _cmd=0x7ffff6dacf80, _rq=0x7ffff82f20a8, _ctx=0x7ffff863cd28, _sn=0x0, app=0x7ffff8650d98)
    at SoObjectRequestHandler.m:584
#16 0x00007ffff6a78bf0 in -[WORequestHandler handleRequest:] (self=0x7ffff84ad288, _cmd=0x7ffff6d77f20, _request=0x7ffff82f20a8) at WORequestHandler.m:237 #17 0x00007ffff6a34654 in -[WOCoreApplication dispatchRequest:usingHandler:] (self=0x7ffff8650d98, _cmd=0x7ffff6d77f80, _request=0x7ffff82f20a8, handler=0x7ffff84ad288) at WOCoreApplication.m:712 #18 0x00007ffff6a349b0 in -[WOCoreApplication dispatchRequest:] (self=0x7ffff8650d98, _cmd=0x7ffff8201160, _request=0x7ffff82f20a8) at WOCoreApplication.m:752 #19 0x00007ffff7ff98a9 in -[SOGo dispatchRequest:] (self=0x7ffff8650d98, _cmd=0x7ffff6e0e180, _request=0x7ffff82f20a8) at SOGo.m:453 #20 0x00007ffff6adee3d in -[WOHttpTransaction _run] (self=0x7ffff831a768, _cmd=0x7ffff6e0e1b0) at WOHttpTransaction.m:578 #21 0x00007ffff6adf20f in -[WOHttpTransaction run] (self=0x7ffff831a768, _cmd=0x7ffff6e0bf80) at WOHttpTransaction.m:631 #22 0x00007ffff6ada8cf in -[WOHttpAdaptor runConnection:] (self=0x7ffff8620658, _cmd=0x7ffff6e0c020, _socket=0x7ffff831b5d8) at WOHttpAdaptor.m:367 #23 0x00007ffff6adab23 in -[WOHttpAdaptor _handleAcceptedConnection:] (self=0x7ffff8620658, _cmd=0x7ffff6e0c030, _connection=0x7ffff831b5d8) at WOHttpAdaptor.m:401 #24 0x00007ffff6adaf88 in -[WOHttpAdaptor _handleConnection:] (self=0x7ffff8620658, _cmd=0x7ffff6e0c0e0, connection=0x7ffff831b5d8) at WOHttpAdaptor.m:460 #25 0x00007ffff6adb478 in -[WOHttpAdaptor acceptConnection:] (self=0x7ffff8620658, _cmd=0x7ffff6e0bf40, _notification=0x7ffff851a108) at WOHttpAdaptor.m:521 #26 0x00007ffff522ae2f in -[NSNotificationCenter _postAndRelease:] (self=0x7ffff82fed78, _cmd=0x7ffff56e6a50, notification=0x7ffff851a108) at NSNotificationCenter.m:1223 #27 0x00007ffff522b152 in -[NSNotificationCenter postNotificationName:object:userInfo:] (self=0x7ffff82fed78, _cmd=0x7ffff56e6a60, name=0x7ffff60ef400, object=0x7ffff8742d38, info=0x0) at NSNotificationCenter.m:1282 #28 0x00007ffff522afe1 in -[NSNotificationCenter postNotificationName:object:] (self=0x7ffff82fed78, _cmd=0x7ffff60ef5f0, name=0x7ffff60ef400, object=0x7ffff8742d38) at NSNotificationCenter.m:1262 #29 0x00007ffff5ea4cea in -[NSObject(FileObjectWatcher) receivedEvent:type:extra:forMode:] (self=0x7ffff8742d38, _cmd=0x7ffff576d5d0, _fdData=0x6, _type=ET_RDESC, _extra=0x6, _mode=0x7ffff5708fa0) at NSRunLoop+FileObjects.m:57 #30 0x00007ffff5348635 in -[GSRunLoopCtxt pollUntil:within:] (self=0x7ffff855c978, _cmd=0x7ffff570a160, milliseconds=29988, contexts=0x7ffff8571e88) at GSRunLoopCtxt.m:632 #31 0x00007ffff527878a in -[NSRunLoop acceptInputForMode:beforeDate:] (self=0x7ffff8572f38, _cmd=0x7ffff570a1a0, mode=0x7ffff5708fa0, limit_date=0x7ffff8464518) at NSRunLoop.m:1198 #32 0x00007ffff5278b99 in -[NSRunLoop runMode:beforeDate:] (self=0x7ffff8572f38, _cmd=0x7ffff6d77e10, mode=0x7ffff5708fa0, date=0x7ffff850fdc8) at NSRunLoop.m:1266 #33 0x00007ffff6a33de8 in -[WOCoreApplication run] (self=0x7ffff8650d98, _cmd=0x7ffff8200f80) at WOCoreApplication.m:584 #34 0x00007ffff7ff8f1d in -[SOGo run] (self=0x7ffff8650d98, _cmd=0x7ffff6d99300) at SOGo.m:277 #35 0x00007ffff6a61782 in WOApplicationMain (_appClassName=0x7ffff81ff4c0, argc=13, argv=0x7fffffffe628) at WOApplicationMain.m:42 #36 0x00007ffff6a85155 in WOWatchDogApplicationMain (appName=0x7ffff81ff4c0, argc=13, argv=0x7fffffffe628) at WOWatchDogApplicationMain.m:1031 #37 0x00007ffff7ff80ed in main (argc=13, argv=0x7fffffffe628, env=0x7fffffffe698) at sogod.m:53
(gdb)



Buona giornata

Massimo Merra


-----Messaggio originale-----
Da: Alessandro Bono [mailto:alessandro.b...@gmail.com]
Inviato: dom 11/11/2012 14.30
A: users@sogo.nu
Oggetto: Re: R: [SOGo] sogod crash forwarding mail
  On 11/11/2012 01:14 PM, Massimo Merra wrote:
Hi,
required packages are present on installation DVD for either CentOS and RedHat.

libidn-1.18-2.el6.i686.rpm
libidn-1.18-2.el6.x86_64.rpm
libidn-devel-1.18-2.el6.i686.rpm
libidn-devel-1.18-2.el6.x86_64.rpm
Hi Massimo

probelm is debuginfo package not plain libidn or -devel see
http://bugs.centos.org/view.php?id=5890

anyway, installed libidn-devel and retested with nightly packages (btw
I'm not a gdb expert, tell me if I have to use different command/args)

-bash-4.1$ gdb --args /usr/sbin/sogod -WOWorkersCount 1 -WOPidFile /var/run/sogo/sogo.pid -WOLogFile /var/log/sogo/sogo.log
GNU gdb (GDB) Red Hat Enterprise Linux (7.2-56.el6)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/sbin/sogod...Reading symbols from /usr/lib/debug/usr/sbin/sogod.debug...done.
done.
(gdb) set follow-fork-mode child
(gdb) run
Starting program: /usr/sbin/sogod -WOWorkersCount 1 -WOPidFile /var/run/sogo/sogo.pid -WOLogFile /var/log/sogo/sogo.log
[Thread debugging using libthread_db enabled]
warning: "/usr/lib/debug/usr/lib64/liblasso.so.3.9.4.debug": separate debug info file has no debug info warning: the debug information found in "/usr/lib/debug//lib64/libfreebl3.so.debug" does not match "/lib64/libfreebl3.so" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug/lib64/libfreebl3.so.debug" does not match "/lib64/libfreebl3.so" (CRC mismatch).

Missing separate debuginfo for /lib64/libfreebl3.so
Try: yum --disablerepo='*' --enablerepo='*-debug*' install /usr/lib/debug/.build-id/68/195872ecfb188389d29aaf01031a976fd18168.debug
[New process 32219]
[Thread debugging using libthread_db enabled]
[New process 32228]
[Thread debugging using libthread_db enabled]

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7ffff7fc67e0 (LWP 32228)]
0x00007ffff43938a5 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
64        return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig);
Missing separate debuginfos, use: debuginfo-install libidn-1.18-2.el6.x86_64 libtool-ltdl-2.2.6-15.5.el6.x86_64


Best Regards

Massimo Merra



-----Messaggio originale-----
Da: Alessandro Bono [mailto:alessandro.b...@gmail.com]
Inviato: ven 09/11/2012 22.16
A: users@sogo.nu
Oggetto: [SOGo] sogod crash forwarding mail
   Hi all

Forwarding mail gives 502 proxy error and in log file

Nov 09 21:59:28 sogod [7842]: <0x0x7ffb271bd7d8[NGImap4ResponseParser]> ERROR(-[NGImap4ResponseParser _parseData]): got content size '0'! Nov 09 21:59:28 sogod [7842]: <0x0x7ffb271bd7d8[NGImap4ResponseParser]> ERROR(-[NGImap4ResponseParser _parseBodyContent]): got no data. Nov 09 21:59:28 sogod [7842]: <0x0x7ffb271bd7d8[NGImap4ResponseParser]> ERROR: got no body content for key: 'body[2]' Nov 09 21:59:28 sogod [7842]: [ERROR] <0x2715A5C8[SOGoMailObject]:751> got no data for key: body[2] Nov 09 21:59:28 sogod [7842]: <0x0x7ffb271bd7d8[NGImap4ResponseParser]> ERROR(-[NGImap4ResponseParser _parseData]): got content size '0'! Nov 09 21:59:28 sogod [7842]: <0x0x7ffb271bd7d8[NGImap4ResponseParser]> ERROR(-[NGImap4ResponseParser _parseBodyContent]): got no data. Nov 09 21:59:28 sogod [7842]: <0x0x7ffb271bd7d8[NGImap4ResponseParser]> ERROR: got no body content for key: 'body[2]' EXCEPTION: <NSException: 0x7ffb271b5978> NAME:NSInvalidArgumentException REASON:Tried to add nil to array INFO:(null) Nov 09 21:59:28 sogod [7833]: <0x0x7ffb26d5e628[WOWatchDogChild]> child 7842 exited Nov 09 21:59:28 sogod [7833]: <0x0x7ffb26d5e628[WOWatchDogChild]> (terminated due to signal 6, coredump)


I tried to debug but seems that centos 6 lack some packages (debuginfo for libidn it's not available)


-bash-4.1$ gdb --args /usr/sbin/sogod -WOWorkersCount 1 -WOPidFile /var/run/sogo/sogo.pid -WOLogFile /var/log/sogo/sogo.log
GNU gdb (GDB) Red Hat Enterprise Linux (7.2-56.el6)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/sbin/sogod...Reading symbols from /usr/lib/debug/usr/sbin/sogod.debug...done.
done.
(gdb) set follow-fork-mode child
(gdb) run
Starting program: /usr/sbin/sogod -WOWorkersCount 1 -WOPidFile /var/run/sogo/sogo.pid -WOLogFile /var/log/sogo/sogo.log
[Thread debugging using libthread_db enabled]
warning: the debug information found in "/usr/lib/debug//lib64/libfreebl3.so.debug" does not match "/lib64/libfreebl3.so" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug/lib64/libfreebl3.so.debug" does not match "/lib64/libfreebl3.so" (CRC mismatch).

Missing separate debuginfo for /lib64/libfreebl3.so
Try: yum --disablerepo='*' --enablerepo='*-debug*' install /usr/lib/debug/.build-id/68/195872ecfb188389d29aaf01031a976fd18168.debug
[New process 8356]
[Thread debugging using libthread_db enabled]
[New process 8365]
[Thread debugging using libthread_db enabled]

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7ffff7fc97e0 (LWP 8365)]
0x00007ffff43aa8a5 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
64        return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig);
Missing separate debuginfos, use: debuginfo-install libidn-1.18-2.el6.x86_64

rpm -qa | egrep "sogo|sope"
sope49-gdl1-4.9-20121025_1664.el6.1.x86_64
sope49-cards-2.0.2-1.centos6.x86_64
sope49-xml-4.9-20121025_1664.el6.1.x86_64
sope49-appserver-4.9-20121025_1664.el6.1.x86_64
sogo-ealarms-notify-2.0.2-1.centos6.x86_64
sope49-core-4.9-20121025_1664.el6.1.x86_64
sope49-ldap-4.9-20121025_1664.el6.1.x86_64
sope49-sbjson-2.3.1-20121025_1664.el6.1.x86_64
sope49-gdl1-mysql-4.9-20121025_1664.el6.1.x86_64
sogo-debuginfo-2.0.2-1.centos6.x86_64
sope49-mime-4.9-20121025_1664.el6.1.x86_64
sogo-tool-2.0.2-1.centos6.x86_64
sope49-debuginfo-4.9-20121025_1664.el6.1.x86_64
sope49-gdl1-contentstore-2.0.2-1.centos6.x86_64
sogo-2.0.2-1.centos6.x86_64






--
Cordiali Saluti
Alessandro Bono

--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to