Re: Append option for elog.exe, posted by Stefan Ritt on Tue Oct 10 11:47:41 2006
|
Ben Shepherd wrote: | I think you misunderstand me. I was asking whether it would be possible for the elog command-line client program to have an "append to existing entry" option. |
The elog command-line program has a -e switch to edit existing entries, but you need to know the ID of the entry. |
Re: Append option for elog.exe, posted by Ben Shepherd on Tue Oct 10 11:49:15 2006
|
Stefan Ritt wrote: | The elog command-line program has a -e switch to edit existing entries, but you need to know the ID of the entry. |
Yes, but if you use -e "text" it replaces the whole entry with "text". So an append option would be really useful... |
Re: Anyone try doing majordomo->Elog?, posted by Stefan Ritt on Sun Dec 12 12:43:55 2004
|
> We currently have Elog postings mirrored on to a majordomo email list.
> Invariably, people on this list reply to the listserv and not to the Elog.
> Has anyone tried getting emails to a listserv to autoformat and register as
> proper elog entries. Didn't see any mention of this in the docs or forums.
I personally use Elog *instead* a majordomo email list. You can either specify
a email list in the elogd.cfg file, or you can keep a list of users in the
password file with automatic email notifications, that's how this forum works
for example. But I don't know if you can give up your majordomo list. |
Re: Anyone else running elogd on redhat ES 8 having random crashes?, posted by Stefan Ritt on Wed Oct 5 08:21:12 2022
|
Most likely these are some currupt logbook files. If you get a coredump (or stack trace) you can maybe figure out which file it was. These are plain ASCII files (YYMMDDa.log) and you can see with an editor if someting there is not in order.
Stefan
mathew goebel wrote: |
For the last couple of months we are getting a random elogd crash once in a while we are getting something like the following in the middle of the night
> Sep 29 20:45:07 elog kernel: server_name686835]: segfault at 7ffd7f5a0000 ip 00007fceaeabbf06 sp 00007ffd7f577348 error 6 in libc-2.28.so[7fceaea8a000+1bc000]
I'm going to try and see if it will leave a coredump file, just thought I would ask if anyone else had seen this before?
Thanks,
Matt
|
|
Re: Anyone else running elogd on redhat ES 8 having random crashes?, posted by mathew goebel on Wed Oct 5 20:39:16 2022
|
Thanks for the info!
Stefan Ritt wrote: |
Most likely these are some currupt logbook files. If you get a coredump (or stack trace) you can maybe figure out which file it was. These are plain ASCII files (YYMMDDa.log) and you can see with an editor if someting there is not in order.
Stefan
mathew goebel wrote: |
For the last couple of months we are getting a random elogd crash once in a while we are getting something like the following in the middle of the night
> Sep 29 20:45:07 elog kernel: server_name686835]: segfault at 7ffd7f5a0000 ip 00007fceaeabbf06 sp 00007ffd7f577348 error 6 in libc-2.28.so[7fceaea8a000+1bc000]
I'm going to try and see if it will leave a coredump file, just thought I would ask if anyone else had seen this before?
Thanks,
Matt
|
|
|
Re: Any way to paste clipboard into entry?, posted by Stefan Ritt on Mon Jan 11 10:41:25 2010
|
> Is there any way to directly paste an image from a Windows clipboard into an elog entry page? It's obvious
> for uploading a file, but many of my users say that they never make a file, they just want to paste in an image
> already onscreen.
This is a limitation of the FCKEditor used inside ELOG, and actually of the whole browser concept under Windows.
There are some extensions to Firefox which let your paste an image as an attachment, but none for doing this right
into the text body. For some discussion about this have a look at
http://forums.developer.mindtouch.com/showthread.php?t=188
for example. |
Re: Any way to paste clipboard into entry?, posted by Erik Iverson on Mon Jan 11 16:44:23 2010
|
> > Is there any way to directly paste an image from a Windows clipboard into an elog entry page? It's obvious
> > for uploading a file, but many of my users say that they never make a file, they just want to paste in an image
> > already onscreen.
>
> This is a limitation of the FCKEditor used inside ELOG, and actually of the whole browser concept under Windows.
> There are some extensions to Firefox which let your paste an image as an attachment, but none for doing this right
> into the text body. For some discussion about this have a look at
>
> http://forums.developer.mindtouch.com/showthread.php?t=188
>
> for example.
Hmmm. Well, does that mean that it is easier under Linux? I have to confess I couldn't figure that out either. But
I'd be delighted to have Yet Another Reason to tell the users that "it works under Linux, maybe you should switch...." |
Re: Any way to paste clipboard into entry?, posted by Stefan Ritt on Mon Jan 11 16:46:39 2010
|
> > > Is there any way to directly paste an image from a Windows clipboard into an elog entry page? It's obvious
> > > for uploading a file, but many of my users say that they never make a file, they just want to paste in an image
> > > already onscreen.
> >
> > This is a limitation of the FCKEditor used inside ELOG, and actually of the whole browser concept under Windows.
> > There are some extensions to Firefox which let your paste an image as an attachment, but none for doing this right
> > into the text body. For some discussion about this have a look at
> >
> > http://forums.developer.mindtouch.com/showthread.php?t=188
> >
> > for example.
>
> Hmmm. Well, does that mean that it is easier under Linux? I have to confess I couldn't figure that out either. But
> I'd be delighted to have Yet Another Reason to tell the users that "it works under Linux, maybe you should switch...."
I'm not sure, but I doubt that it would work under Linux. It's a general security issue: If your browser has free access to
your clipboard, then what happens if you for example copy-and-paste a password in some application, then forget your password
in the clipboard, then you surf to a malicious website, and a script on that site grabs your clipboard contents? This would
be a severe security hole on ANY operating system. |