While mirroring, data fields not preserved, posted by Rob Calkins on Tue Oct 26 01:21:01 2021
|
While running two e-log books that were mirrored, I ended up with the situation of two entries with the same number/id. The mirroring did what
it said it would, increment the local logbook entry and grab the entry from the remote logbook. However, when it did, it did not preserve the fields in
the log book that are specified in the config file such as "Author", "Priority", "Subject" ect. I ended up with a very |
Too many open files - issue?, posted by Rob Calkins on Fri Oct 15 23:57:38 2021
|
Has anyone had issues with having too many files open? I'll setup my server and let it go but after a while, I end up with a lot of "cannot
create socket: Too many open files" errors being reported. I have a sync to another e-log going which I suspect is part of the cause since that
e-log server hasn't had this issue. I suspect that there are files being opened, going into some return loop code and then never getting closed. I'm |
Re: Too many open files - issue?, posted by Stefan Ritt on Mon Oct 25 13:34:06 2021
|
The code segements you show are from the command line tool elog.c, not the server elogd.c. The tool is called to submit a new message from the command
line. Even if there would be a file not properly closed, it will be closed by the operating system once the program finishes. So no problem of too many
open files there. |
Display last page by default, posted by Yoshio Imai on Fri Oct 28 12:15:33 2005
|
Hi again!
I have one question concerning the logbook configuration. Normally, clicking on "List" takes me to the first page of the list view. Is it possible to configure
the logbook so that "List" takes me to the last page instead?
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 12:16:38 2005
|
[quote="Yoshio Imai"]Is it possible to configure the logbook so that "List" takes me to the last page instead?[/quote]
Reverse sort = 1 |
Re: Display last page by default, posted by Yoshio Imai on Fri Oct 28 12:39:44 2005
|
[quote="Stefan Ritt"]
Reverse sort = 1[/quote]
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 13:05:26 2005
|
[quote="Yoshio Imai"]We would like to see the entries in normal order, but the last of the pages as "start page". Is it possible to configure this?[/quote]
Start page = 0?cmd=last
|
Re: Display last page by default, posted by Yoshio Imai on Fri Oct 28 13:12:46 2005
|
Thanks!
For the moment, I could satisfy the users by setting the start page to the "All" view, but if it can be implemented in a future version, this would come
very handy.
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 13:14:19 2005
|
[quote="Yoshio Imai"]We would like to see the entries in normal order, but the last of the pages as "start page". Is it possible to configure this?[/quote]
What about
|
Re: Display last page by default, posted by Yoshio Imai on Fri Oct 28 13:24:27 2005
|
[quote="Stefan Ritt"]
What about
Start page = last10
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 20:36:55 2005
|
Ok, I implemented the last page display per default in revision 1538. If "reverse sort = 0" the last page is shown and if "reverse sort = 1" the first page
is shown by default. This way one always sees the page with the latest entries. I hope this accomodates everybody. If not, please complain and I could
make it a switch (yet another option ;( ). |
Re: Display last page by default, posted by Yoshio Imai on Mon Oct 31 01:39:52 2005
|
I have installed the new version, and it works just fine. It is also MUCH faster than my intermediate solution.
[quote]
For the moment, I could satisfy the users by setting the start page to the "All" view
|
Display last page by default, posted by Yoshio Imai on Fri Oct 28 12:15:33 2005
|
Hi again!
I have one question concerning the logbook configuration. Normally, clicking on "List" takes me to the first page of the list view. Is it possible to configure
the logbook so that "List" takes me to the last page instead?
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 12:16:38 2005
|
[quote="Yoshio Imai"]Is it possible to configure the logbook so that "List" takes me to the last page instead?[/quote]
Reverse sort = 1 |
Re: Display last page by default, posted by Yoshio Imai on Fri Oct 28 12:39:44 2005
|
[quote="Stefan Ritt"]
Reverse sort = 1[/quote]
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 13:05:26 2005
|
[quote="Yoshio Imai"]We would like to see the entries in normal order, but the last of the pages as "start page". Is it possible to configure this?[/quote]
Start page = 0?cmd=last
|
Re: Display last page by default, posted by Yoshio Imai on Fri Oct 28 13:12:46 2005
|
Thanks!
For the moment, I could satisfy the users by setting the start page to the "All" view, but if it can be implemented in a future version, this would come
very handy.
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 13:14:19 2005
|
[quote="Yoshio Imai"]We would like to see the entries in normal order, but the last of the pages as "start page". Is it possible to configure this?[/quote]
What about
|
Re: Display last page by default, posted by Yoshio Imai on Fri Oct 28 13:24:27 2005
|
[quote="Stefan Ritt"]
What about
Start page = last10
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 20:36:55 2005
|
Ok, I implemented the last page display per default in revision 1538. If "reverse sort = 0" the last page is shown and if "reverse sort = 1" the first page
is shown by default. This way one always sees the page with the latest entries. I hope this accomodates everybody. If not, please complain and I could
make it a switch (yet another option ;( ). |
Re: Display last page by default, posted by Yoshio Imai on Mon Oct 31 01:39:52 2005
|
I have installed the new version, and it works just fine. It is also MUCH faster than my intermediate solution.
[quote]
For the moment, I could satisfy the users by setting the start page to the "All" view
|
Display last page by default, posted by Yoshio Imai on Fri Oct 28 12:15:33 2005
|
Hi again!
I have one question concerning the logbook configuration. Normally, clicking on "List" takes me to the first page of the list view. Is it possible to configure
the logbook so that "List" takes me to the last page instead?
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 12:16:38 2005
|
[quote="Yoshio Imai"]Is it possible to configure the logbook so that "List" takes me to the last page instead?[/quote]
Reverse sort = 1 |
Re: Display last page by default, posted by Yoshio Imai on Fri Oct 28 12:39:44 2005
|
[quote="Stefan Ritt"]
Reverse sort = 1[/quote]
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 13:05:26 2005
|
[quote="Yoshio Imai"]We would like to see the entries in normal order, but the last of the pages as "start page". Is it possible to configure this?[/quote]
Start page = 0?cmd=last
|
Re: Display last page by default, posted by Yoshio Imai on Fri Oct 28 13:12:46 2005
|
Thanks!
For the moment, I could satisfy the users by setting the start page to the "All" view, but if it can be implemented in a future version, this would come
very handy.
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 13:14:19 2005
|
[quote="Yoshio Imai"]We would like to see the entries in normal order, but the last of the pages as "start page". Is it possible to configure this?[/quote]
What about
|
Re: Display last page by default, posted by Yoshio Imai on Fri Oct 28 13:24:27 2005
|
[quote="Stefan Ritt"]
What about
Start page = last10
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 20:36:55 2005
|
Ok, I implemented the last page display per default in revision 1538. If "reverse sort = 0" the last page is shown and if "reverse sort = 1" the first page
is shown by default. This way one always sees the page with the latest entries. I hope this accomodates everybody. If not, please complain and I could
make it a switch (yet another option ;( ). |
Re: Display last page by default, posted by Yoshio Imai on Mon Oct 31 01:39:52 2005
|
I have installed the new version, and it works just fine. It is also MUCH faster than my intermediate solution.
[quote]
For the moment, I could satisfy the users by setting the start page to the "All" view
|
Display last page by default, posted by Yoshio Imai on Fri Oct 28 12:15:33 2005
|
Hi again!
I have one question concerning the logbook configuration. Normally, clicking on "List" takes me to the first page of the list view. Is it possible to configure
the logbook so that "List" takes me to the last page instead?
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 12:16:38 2005
|
[quote="Yoshio Imai"]Is it possible to configure the logbook so that "List" takes me to the last page instead?[/quote]
Reverse sort = 1 |
Re: Display last page by default, posted by Yoshio Imai on Fri Oct 28 12:39:44 2005
|
[quote="Stefan Ritt"]
Reverse sort = 1[/quote]
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 13:05:26 2005
|
[quote="Yoshio Imai"]We would like to see the entries in normal order, but the last of the pages as "start page". Is it possible to configure this?[/quote]
Start page = 0?cmd=last
|
Re: Display last page by default, posted by Yoshio Imai on Fri Oct 28 13:12:46 2005
|
Thanks!
For the moment, I could satisfy the users by setting the start page to the "All" view, but if it can be implemented in a future version, this would come
very handy.
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 13:14:19 2005
|
[quote="Yoshio Imai"]We would like to see the entries in normal order, but the last of the pages as "start page". Is it possible to configure this?[/quote]
What about
|
Re: Display last page by default, posted by Yoshio Imai on Fri Oct 28 13:24:27 2005
|
[quote="Stefan Ritt"]
What about
Start page = last10
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 20:36:55 2005
|
Ok, I implemented the last page display per default in revision 1538. If "reverse sort = 0" the last page is shown and if "reverse sort = 1" the first page
is shown by default. This way one always sees the page with the latest entries. I hope this accomodates everybody. If not, please complain and I could
make it a switch (yet another option ;( ). |
Re: Display last page by default, posted by Yoshio Imai on Mon Oct 31 01:39:52 2005
|
I have installed the new version, and it works just fine. It is also MUCH faster than my intermediate solution.
[quote]
For the moment, I could satisfy the users by setting the start page to the "All" view
|
Display last page by default, posted by Yoshio Imai on Fri Oct 28 12:15:33 2005
|
Hi again!
I have one question concerning the logbook configuration. Normally, clicking on "List" takes me to the first page of the list view. Is it possible to configure
the logbook so that "List" takes me to the last page instead?
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 12:16:38 2005
|
[quote="Yoshio Imai"]Is it possible to configure the logbook so that "List" takes me to the last page instead?[/quote]
Reverse sort = 1 |
Re: Display last page by default, posted by Yoshio Imai on Fri Oct 28 12:39:44 2005
|
[quote="Stefan Ritt"]
Reverse sort = 1[/quote]
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 13:05:26 2005
|
[quote="Yoshio Imai"]We would like to see the entries in normal order, but the last of the pages as "start page". Is it possible to configure this?[/quote]
Start page = 0?cmd=last
|
Re: Display last page by default, posted by Yoshio Imai on Fri Oct 28 13:12:46 2005
|
Thanks!
For the moment, I could satisfy the users by setting the start page to the "All" view, but if it can be implemented in a future version, this would come
very handy.
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 13:14:19 2005
|
[quote="Yoshio Imai"]We would like to see the entries in normal order, but the last of the pages as "start page". Is it possible to configure this?[/quote]
What about
|
Re: Display last page by default, posted by Yoshio Imai on Fri Oct 28 13:24:27 2005
|
[quote="Stefan Ritt"]
What about
Start page = last10
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 20:36:55 2005
|
Ok, I implemented the last page display per default in revision 1538. If "reverse sort = 0" the last page is shown and if "reverse sort = 1" the first page
is shown by default. This way one always sees the page with the latest entries. I hope this accomodates everybody. If not, please complain and I could
make it a switch (yet another option ;( ). |
Re: Display last page by default, posted by Yoshio Imai on Mon Oct 31 01:39:52 2005
|
I have installed the new version, and it works just fine. It is also MUCH faster than my intermediate solution.
[quote]
For the moment, I could satisfy the users by setting the start page to the "All" view
|
Display last page by default, posted by Yoshio Imai on Fri Oct 28 12:15:33 2005
|
Hi again!
I have one question concerning the logbook configuration. Normally, clicking on "List" takes me to the first page of the list view. Is it possible to configure
the logbook so that "List" takes me to the last page instead?
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 12:16:38 2005
|
[quote="Yoshio Imai"]Is it possible to configure the logbook so that "List" takes me to the last page instead?[/quote]
Reverse sort = 1 |
Re: Display last page by default, posted by Yoshio Imai on Fri Oct 28 12:39:44 2005
|
[quote="Stefan Ritt"]
Reverse sort = 1[/quote]
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 13:05:26 2005
|
[quote="Yoshio Imai"]We would like to see the entries in normal order, but the last of the pages as "start page". Is it possible to configure this?[/quote]
Start page = 0?cmd=last
|
Re: Display last page by default, posted by Yoshio Imai on Fri Oct 28 13:12:46 2005
|
Thanks!
For the moment, I could satisfy the users by setting the start page to the "All" view, but if it can be implemented in a future version, this would come
very handy.
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 13:14:19 2005
|
[quote="Yoshio Imai"]We would like to see the entries in normal order, but the last of the pages as "start page". Is it possible to configure this?[/quote]
What about
|
Re: Display last page by default, posted by Yoshio Imai on Fri Oct 28 13:24:27 2005
|
[quote="Stefan Ritt"]
What about
Start page = last10
|
Re: Display last page by default, posted by Stefan Ritt on Fri Oct 28 20:36:55 2005
|
Ok, I implemented the last page display per default in revision 1538. If "reverse sort = 0" the last page is shown and if "reverse sort = 1" the first page
is shown by default. This way one always sees the page with the latest entries. I hope this accomodates everybody. If not, please complain and I could
make it a switch (yet another option ;( ). |
Re: Display last page by default, posted by Yoshio Imai on Mon Oct 31 01:39:52 2005
|
I have installed the new version, and it works just fine. It is also MUCH faster than my intermediate solution.
[quote]
For the moment, I could satisfy the users by setting the start page to the "All" view
|