Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 68 of 238  Not logged in ELOG logo
New entries since:Thu Jan 1 01:00:00 1970
icon3.gif   Revision for Indonesian Translation, posted by Banata Wachid Ridwan on Wed Jul 22 03:09:39 2015 elcode_indonesia.htmleloghelp_indonesia.htmleloglang.indonesia
hello, in my spare time, I try to fix some bugs, typo, and update for Indonesian translation
    icon2.gif   Re: Revision for Indonesian Translation, posted by Stefan Ritt on Tue Aug 4 13:23:47 2015 
Thanks, I included your changes in the distribution.




Banata
Wachid Ridwan wrote:



hello, in my spare time, I try to fix some bugs, typo, and
icon1.gif   elogd crashes with a URL, posted by Jaime Duran on Wed Jul 22 22:54:59 2015 
URL causes elogd to crash when a global password file name doesn't match any group's password file name. 

The offending URL is copied from the address field of the browser after sorting a logbook by on of the fileds.

After login out and using the copied URL, elogd shows the authentication dialog and then crashes after the credentials are submited.
    icon2.gif   Re: elogd crashes with a URL, posted by Stefan Ritt on Tue Aug 4 13:18:26 2015 
I could not reproduce your problem. I can only fix it if I can reproduce it, so let's agree on a common test base. May I ask you to do the following:


Download the most recent elog version from bitbucket and compile it
Create two new logbooks "demo1" and "demo2"
with minimal configuration, but using yor global password file which differs from the group ones
Send me step-by-step instructions how to trigger
icon5.gif   dependencies lib, posted by alireza on Sun Jun 14 10:17:18 2015 
Hi,I'm new here :) and want to install elog on linux suse. could you please tell me, how can I find this following lib dependency.

linuxsuse#rpm -i elogi386.rpm
                 error: Failed dependencies:
    icon2.gif   Re: dependencies lib, posted by Stefan Ritt on Mon Jun 15 08:28:43 2015 
If you Google for "libssl.so.6 is needed", you will find for example this site: http://ubuntuforums.org/showthread.php?t=2096126 ,
which tells you to install the libssl-dev package.




alireza
       icon2.gif   Re: dependencies lib, posted by John P. Huber on Mon Aug 3 22:13:16 2015 
Can you provide simliar guidance for Scientific Linux release 6.6 (Carbon, 64 bit version) as I get the "failed dependencies" after installing

openssl-devel package and I tried linking /usr/lib64/libssl.so.1.0.1e as libssl.so.6 in both /lib and /usr/lib ? -jph




Stefan
icon5.gif   Insert TimeStamp not working, posted by Luca on Wed Jul 29 23:07:41 2015 
Hi,

I have an eLog logbook installed on my machine.

If I click on the INSERT TIMESTAMP botton in this post a Timestamp of the kind "Wed Jul 29 23:09:15 2015" is added.
    icon2.gif   Re: Insert TimeStamp not working, posted by Stefan Ritt on Thu Jul 30 11:10:59 2015 
That problem has been fixed this week by this commit: https://bitbucket.org/ritt/elog/commits/5a8547bd995d88d7e314de30ee4bce71aa129c00

Please upgrade to the current revision from the bitbucket repository and recompile elog.




Luca
icon1.gif   Pasting pictures from clipboard does not work anymore (firefox 39), posted by Jan Henry Hetzel on Tue Jul 14 10:10:54 2015 
Hallo,

as I have already written in the title, my problem is that after uprgrading my firefox to version 39 I cannot include pictures from clipboard.
A downgrade to a previous version of firefox helped. But as this is not recommended I wanted to ask if there is a workaround or if I should inform the
author of the "imagepaste"-extension of the CKEditor?

Best regards,
Jan
    icon2.gif   Re: Pasting pictures from clipboard does not work anymore (firefox 39), posted by Stefan Ritt on Tue Jul 14 19:12:55 2015 
I'm not aware of any workaround, so you might ask the author. Once you find a solution, I'm happy to include it in the distribution.

Stefan




Jan
       icon14.gif   Re: Pasting pictures from clipboard does not work anymore (firefox 39), posted by Jan Henry Hetzel on Thu Jul 23 08:19:38 2015 
Hi,

following the author of imagepaste one should upgrade the version of th CKEditor to a version >= 4.5. So replacing the folder ckeditor with
a new version helped.
          icon2.gif   Re: Pasting pictures from clipboard does not work anymore (firefox 39), posted by Stefan Ritt on Wed Jul 29 11:53:13 2015 
I updated the current version with this change (CKEditor 4.5.1) and indeed it fixes the problem. The change is comitted to the git repository and will
be contained in the next release.




Jan
icon4.gif   , posted by Banata Wachid Ridwan on Wed Jul 22 00:48:24 2015 
 
icon4.gif   Revision for Indonesian translation, posted by Banata Wachid Ridwan on Wed Jul 22 00:48:21 2015 elcode_indonesia.htmleloghelp_indonesia.htmleloglang.indonesia
I got some spa
icon1.gif   Cannot download large attachments, posted by Konstantin Olchanski on Tue Jul 14 19:29:17 2015 
Older versions of elogd have a problem with sending long attachements - the send() syscall is not protected against interrupt by SIGALARM. This seems to
be fixed in non-SSL builds of current elog (version 3+), 
but for SSL builds, the error handling for the SSL_write() function looks incorrect. In addition, from OpenSSL documentation it is not clear if SSL_write()
ELOG V3.1.5-3fb85fa6