Conditional Attributes/Preset Text, posted by David Brody on Wed Apr 6 01:51:42 2005
|
I upgraded from ver 2.5.5-2 to 2.5.8-2 and found that none of my preset text
worked any longer. I struggled with it for several hours and then reverted
back to 2.5.5-2 and the preset text worked again. I have attached my
elgd.cfg file for review. Thanks in advance for your help... |
Lost cfg file, posted by David Egolf on Sat Apr 9 03:40:26 2005
|
I was upgrading to the latest version and I wrote over my cfg file. I
still have my database files. Is there a way to put the cfg file back
together using the database files as a guide. It did not seem to want to
upgrade until I did this and I forgot to copy and then paste the cfg files
back. The latest version is now running. Before I did this I was still
getting the old version number at the bottom of the main screen. Also I
have an RSS reader that can do user name and password, is this possible
with Elog if the RSS reader has the ability?
Thanks
I guess this qualifies as two questions.
David Egolf |
Selective emails, posted by David Egolf on Sat Apr 9 06:07:42 2005
|
I have a question about sending emails. I have a customer service ELog
currently running but I would like to have an option to be able to pick
from a list of people, one or more than one to send emails to with the
logbook entry as the body. I am currently using the email option to send
emails to a list if an emergency is used in a category but I would like to
be able to send the entry to different people at different times. I would
have everyone pre-entered with their names and emails and you could check
a box by the person or people you want the log entry sent. I wasn't sure
if this is possible with the current system.
Thanks for any input.
David Egolf
PS. The emails are actually email enabled cell phones so the cs entries
are going to drivers who pick up and drop off work for the company. |
Howto Set Default Fonts in Editor Window?, posted by Gregory M. Caughey on Sun Apr 10 07:35:09 2005
|
Hello,
I have been running Elog for a long time on a variety of RedHat releases,
(this is a terrific project by the way). Currently running Elog v2.5.7 on
RedHat (Fedora Core-II) and most is working great excepting being able to
modify the default fonts being used by Elog when trying to write and save
in text mode while in Elog's main editing screen.
On my setup the font size is way too small and to work around this problem
I write and save everything in HTML mode. I've browsed the Elog css file
but don't yet see where or how to properly set the default font style or
size for the main screen in the editor. Can you shed some light on this for
me?
--
Regards, Greg |
Default Date Format, posted by David Egolf on Mon Apr 11 23:01:37 2005
|
Hello,
I downloaded the latest file and installed but the version number stayed at
2.5.8-2 and did not change to -3. I stopped and restarted the service and
reinstalled a couple of times as this is just a demo experimental base I
had it overwrite everything, but it stilled stayed the same.
Also is there a way to change the display of the default date. It uses
allot of space in the date column.
Thanks
David Egolf |
XML password files, replication & FreeBSD, posted by G on Tue Apr 12 01:05:20 2005 
|
Ok this really is 2 questions.
1)
I have been running ELOG on FreeBSD no problem for a year now,
but this new version 2.5.8-x doesn't seem to wanna work, it compiles fine
with a few warnings (see attached logs).
But has issues with password files, now it shows message "Can't open
passwords.pwd" for all my logbooks. It did convert the password files to
xml format. I had a good hard look at file permissions and config file with
no luck. So I went back a version and compiled 2.5.7-1 which works just
fine with old password files. So something with XML & FreeBSD?...
2)
Version 2.5.7-1 (maybe this has been fixed in 2.5.8?)
When I run a ./elogd -C http://elog.blah.here:88 it clones the config file
just fine, also seems to copy over all logbook entries.
But once I look through them there's a fault with one of the fields it
copies over, so entries never show up.
It should be:
========================================
Date: Tue Mar 01 19:41:29 2005
In reply to: 24
Work done by: someuser
Work done at (dd/mm/yy hh:mm): 1/03/05 3:30pm
Downtime duration: 0 min
Planned: Yes
Reason: Normal work
Attachment:
Encoding: plain
But once cloned it looks like this:
========================================
Date: Tue Mar 01 19:41:29 2005
In reply to: 24
Work done by: someuser
Work done at (dd/mm/yy hh: m): 1/03/05 3:30pm
Downtime duration: 0 min
Planned: Yes
Reason: Normal work
Attachment:
Encoding: plain
For some reason it looses the "m" so line 4 instead of having
"hh:mm" has "hh: m"
Cheers,
GL. |
Conditional conditions?, posted by Steve Woughter on Tue Apr 12 16:07:12 2005
|
Can conditional attributes be assigned as conditions?
Arbitraty Example:
Attributes = Operating system, Version, Name
Options Opperating system = Linux {1}, Windows {2}
{1} Options Version = 2.2 {a}, 2.4 {b}, 2.6 {c}
{2} Options Version = ME {d}, 2k {e}, NT {f}, XP {g}
{1&a} Options Name = This computer
{1&b} Options Name = That Computer
{2&f} Options Name = Workstation
and so on..? |
logbook clone, posted by Emiliano Gabrielli on Thu Apr 14 12:38:04 2005
|
When I create a new logbook (I used an existing one as a template) elog
does not works anymore...
- The problem is on elog user's file.. It seems elogd can't read it
anymore:
Cannot open file arco.users: Success
Please use your browser's back button to go back
- Here are some informations:
sparcserv:/usr/share/elog# ps U elog
PID TTY STAT TIME COMMAND
5165 ? Ss 0:08 /usr/sbin/elogd -f /var/run/elogd.pid
-c /etc/elog.conf -d /var/lib/elog -s /usr/share/elog -p 8080 -n
sparcserv:/usr/share/elog# id elog
uid=106(elog) gid=106(elog) gruppi=106(elog)
sparcserv:/usr/share/elog# ls -lha arco.us*
-rw------- 1 elog elog 1,8K 2005-03-24 12:21 arco.users
-rw-r--r-- 1 elog elog 473 2005-03-23 10:41 arco.users_bak
sparcserv:/usr/share/elog#
giving the arco.users file chmod a+wr does *not* make it work ...
re-chmod-ing to -rw------- AND restarting the daemon solves the problem
and everything works nice ...
any idea?
|