Re: Thread view problem in searches, posted by soren poulsen on Tue Mar 16 11:58:55 2010
|
soren poulsen wrote: |
soren poulsen wrote: |
Stefan Ritt wrote: |
soren poulsen wrote: |
That sounds fine but I think there is a problem with rendering under Opera. I enclose a screen shot: There is too much white space in the lines, it seems $
The problem only appears in Find
|
I just tried myself with V10.50, and things work fine, even in the find page:

Can you try on the forum, just to check if it's specific to your configuration?
|
Thanks. The Forum is fine. The problem is - apparently - specific to my installation. The white space origins in long sequences of " " (repeated); in the lines in Find.
Let me re-install with the latest version and see if I can solve it like that.
Soren
|
I have re-installed the latest, fastest, smartest, brightest version. And it all works perfectly! Thanks a lot for your help.
Soren
|
Everything is fine. But my users do not like that the threads are broken into individual entries and not shown as full threads as before. So I am stuck with the "old" version. This is probably asking for too much but would it be difficult to have a flag to specify if you want to benefit from the new behaviour or keep pre-2282 behaviour (with its inconvenience which led to the presentation change). It could even be a compile tag flag, if it just me (well, my users) who is asking for this.
Soren |
elogd -C failing to sync password file with "Received invalid response from elogd server" message, posted by John Rouillard on Sun May 2 17:43:06 2010
|
Hello:
I am running release 2.7.8 of elog. I am using the cloning/syncing features
to maintain a backup/slave and at some point it stopped cloning the password
file.
Operating systems/software:
master: ubuntu 10.4 using locally compiled elog 2.7.8-2278
slave: solaris 10 using locally compile elog 2.7.8 without SSL support
A sample run (hostname edited - available by private email if needed) is:
$../elogd -C http://host.example.org:8080/
Overwrite local "elogd.cfg"? [y]/n: y
Remote configuration successfully received.
Option "Mirror server = http://host.example.org:8080/" added to config file.
Option "URL = xxx" has been outcommented from config file.
Retrieve remote password files? [y]/n: y
Received invalid response from elogd server at http://host.example.org:8080/Discussion/
Running with -v doesn't produce any useful diagnostics as to what the invalid response is.
Trussing the process (again with host name editing) shows:
send(3, 0xFFBEE890, 93, 0) = 93
G E T / D i s c u s s i o n / ? c m d = G e t P w d F i l e
H T T P / 1 . 0\r\n C o n n e c t i o n : C l o s e\r\n H o s
t : h o s t . e x a m p l e . o r g : 8 0 8 0\r\n\r\n
poll(0xFFBEC070, 1, 30000) = 1
recv(3, 0x011057B0, 251000, 0) = 119
H T T P / 1 . 1 4 0 4 N o t F o u n d\r\n S e r v e r :
E L O G H T T P 2 . 7 . 8 - 2 2 7 8\r\n C o n t e n t - T y
p e : t e x t / h t m l ; c h a r s e t = I S O - 8 8 5 9 - 1
\r\n C o n n e c t i o n : C l o s e\r\n\r\n
If logged in as myself I go to http://host.example.org:8080/Discussion/?cmd=GetPwdFile
I do get the data so this looks like a password/authentication issue.
I have added Mirror user = rouilj to elogd.cfg, and it is present in the cloned elogd.cfg
but still no joy. I also copied the passwd file to the clone and made sure that it was being
successfully found and opened during the clone operation.
So where do I go from here in trying to troubleshoot the problem?
-- rouilj |
cell style bug?, posted by ch huet on Thu May 6 17:40:47 2010
|
hello
i've tried to change the color of a cell with "cell style"
it doesn't works
by removiving "cell" in the line ,just to get "style" the color of all cell of the row change (so it works for that...)
regards |
Re: cell style bug?, posted by Stefan Ritt on Fri May 7 08:09:16 2010
|
ch huet wrote: |
hello
i've tried to change the color of a cell with "cell style"
it doesn't works
by removiving "cell" in the line ,just to get "style" the color of all cell of the row change (so it works for that...)
regards
|
As written here: https://midas.psi.ch/elogs/Forum/66807 you need to upgrade to version 2.7.8-5 of ELOG to get this functionality. |
Re: cell style bug?, posted by ch huet on Fri May 7 15:35:12 2010
|
Stefan Ritt wrote: |
ch huet wrote: |
hello
i've tried to change the color of a cell with "cell style"
it doesn't works
by removiving "cell" in the line ,just to get "style" the color of all cell of the row change (so it works for that...)
regards
|
As written here: https://midas.psi.ch/elogs/Forum/66807 you need to upgrade to version 2.7.8-5 of ELOG to get this functionality.
|
You're right my verssion was the previous one |
Re: elogd -C failing to sync password file with "Received invalid response from elogd server" message, posted by John Rouillard on Sun May 9 18:12:28 2010
|
Does anybody have any ideas? Should I post a config or something?
-- rouilj |
Re: elogd -C failing to sync password file with "Received invalid response from elogd server" message, posted by Stefan Ritt on Mon May 10 09:55:12 2010
|
Hi Rouilj,
re-posting your bug report doe not help. If I'm not replying immediately it means I'm pretty busy with other things, so just be patient.
Your problem is related to the reply from the server you posted. After you send
GET /Discussion/?cmd=GetPwdFile
you should get the login page, which starts with
HTTP/1.1 200 Document follows
....
<title>ELOG Login</title>
....
but you do get
HTTP/1.1 404 Not Found
....
The best thing to diagnose this problem is to run the server with the "-v" flag, so you don't have to run truss. Then compare the request sent by your cloning process (your GET /Discussion/?cmd=GetPwdFiel from above) and compare it if you send from your browser
http://host.example.org:8080/Discussion/?cmd=GetPwdFile
now without sending any cookies. Maybe you can figure out why the server replies with a 404 instead of a 200 when run from the cloning process. Try a very simple elogd.cfg on your sever side, just the basic thing with a "Password file = ..." setting. Do you have any blanks in your logbook name? Are you using Apache as a proxy?
Anyhow, if this does not work for you, just copy your password file manually as you did already. The rest should then work fine for you.
- Stefan |
attachment filename bug & Makefile issue, posted by A. Martin on Sat May 15 06:01:40 2010
|
If I upload the file "000000_000000_file.txt", elog will chop the filename to "file.txt." Also, this effects
the file's displayed "Uploaded" time. It shows the file as being uploaded on: "Tue Nov 30 00:00:00 1999"
Note the attachment to this post.
----
Makefile has the line:
# flag for SSL support
USE_SSL = 1
However setting USE_SSL = 0 does not prevent the openssl libraries from being used. Same issue with USE_CRYPT.
You have to comment them out.
Lines 76-85 of Makefile should be replaced with this:
ifdef USE_SSL
ifneq ($(USE_SSL), 0)
CFLAGS += -DHAVE_SSL
LIBS += -lssl
endif
endif
ifdef USE_CRYPT
ifneq ($(USE_CRYPT), 0)
CFLAGS += -DHAVE_CRYPT
LIBS += -lcrypt
endif
endif
Thanks,
amartin |