ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
2121
|
Thu Jan 18 20:19:22 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | Mac OSX | 2.6.3-1762 | Re: Synchronization using https |
Alexandre Lindote wrote: | Now we want to have several servers set up (in different institutions), and have them synchronized automatically. |
Synchronization works such that the "client" elogd (the one on which the synchronization is started) "emulates" a browser and accesses the other elogd server. Since SSL is not built into elogd, it can only use the http protocol, not https. If you want secure synchronization, the only chance you have is to make a SSH tunnel on which you run the http protocol for synchronization. |
2126
|
Tue Feb 13 15:11:18 2007 |
| Marcus Hauser | mhauser@lsw.uni-heidelberg.de | Question | Linux | 2.6.3-1762 | Re: Synchronization using https |
Stefan Ritt wrote: |
Alexandre Lindote wrote: | Now we want to have several servers set up (in different institutions), and have them synchronized automatically. |
Synchronization works such that the "client" elogd (the one on which the synchronization is started) "emulates" a browser and accesses the other elogd server. Since SSL is not built into elogd, it can only use the http protocol, not https. If you want secure synchronization, the only chance you have is to make a SSH tunnel on which you run the http protocol for synchronization. |
Would it be possible to use rsync to syncronise two elogd servers on different servers via secure synchronization on the file level?
E.g.
rsync -av -e ssh /var/lib/elog/logbooks/ elog.remote.de:/var/lib/elog/logbooks/ |
2127
|
Tue Feb 13 15:36:08 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.6.3-1762 | Re: Synchronization using https |
Marcus Hauser wrote: | Would it be possible to use rsync to syncronise two elogd servers on different servers via secure synchronization on the file level?
E.g.
rsync -av -e ssh /var/lib/elog/logbooks/ elog.remote.de:/var/lib/elog/logbooks/ |
Do do this, you have to do the following:
- Stop both elogd servers on each side
- Do the rsync
- Restart the elogd servers
This is necessary because an elogd server does not rescan the database files unless it's restarted. Note that you only can synchronize on a day level. Like if in a single day new entries are made on both sides, you have a conflict. This is not the case if you do the internal elogd synchronization, because this works on an entry level (actually that was the reason why this internal synchronization was invented). So new entries on both sides which were made as the same day will be merged intelligently. |
2128
|
Tue Feb 13 15:57:25 2007 |
| bob | bobgrang@yahoo.fr | Question | Linux | Windows | V2.6.3-177 | About Extendable |
Hi,
I have a problem and I do not understand why
my config is
"
{tdl} Show Attributes = De, He, Auteur, Ten, TDL
{tdl} Options TDL = de, fr, gt
{tdl} Extendable Options = TDL
"
I play with {tdl}, i add TDL (toto),
and after that, i open my config:
"{tdl} Show Attributes = De, He, Auteur, Ten, TDL
{tdl} Options TDL = de, fr, gt, toto, toto
{tdl} Extendable Options = TDL
"
And my preview is wrong !!
why 2 * toto thus?
thanks a lot
Bob |
2129
|
Tue Feb 13 16:46:54 2007 |
| bob | bobgrang@yahoo.fr | Question | Linux | Windows | | Various attributes and columns “list” |
Re Hi,
Is it possible to put various (and choose them) the attributes in the SAME columns of the “list” ??
Thanks a lot
Bob |
2130
|
Tue Feb 13 17:25:11 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | Windows | | Re: Various attributes and columns “list” |
bob wrote: | Re Hi,
Is it possible to put various (and choose them) the attributes in the SAME columns of the “list” ??
|
I don't understand what you mean. |
2131
|
Tue Feb 13 17:48:05 2007 |
| bob | bobgrang@yahoo.fr | Question | Linux | Windows | | Re: Various attributes and columns “list” |
Stefan Ritt wrote: |
bob wrote: | Re Hi,
Is it possible to put various (and choose them) the attributes in the SAME columns of the “list” ??
|
I don't understand what you mean. |
Ok,
in the summary,
we can look at each line with its adapted attributes.
I would like the same line which informs several attributes without modifer List display = ID, Date...
Is this possible?
while hoping to be understood 
Bob |
2132
|
Tue Feb 13 19:25:47 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | Windows | | Re: Various attributes and columns “list” |
bob wrote: | in the summary,
we can look at each line with its adapted attributes.
I would like the same line which informs several attributes without modifer List display = ID, Date...
Is this possible? |
No. |