|
Demo
Discussion
|
Forum
Config Examples
Contributions
Vulnerabilities
|
Discussion forum about ELOG |
Not logged in |
|
|
|
Message ID: 511
Entry time: Fri Mar 26 09:37:08 2004
In reply to: 510
Reply to this: 513
|
|
Category: |
Question |
OS: |
Linux |
ELOG Version: |
2.5.1-1 Debian Linux |
|
Subject: |
Re: Elog Utility |
|
|
> a) Cannot get elog utility to speak to elogd on port 8080. Even though I
> use the -p 8080 option with elog. I was able to get it to work when I
> moved my server to port 80.
That problem has been fixed in revision 1.16 from Feb. 19th. Please get the
newest version from release 2.5.2 issued today.
> b) I cannot get elog to work with and attributes or logbooks that contain
> spaces. Please refer the the following example:
>
> elog -v -h scotland.ccs.yorku.ca -p 80 -a "Station Number"="CC001" -a "Mac
> Address"="000874fdc895" -a "Hostname"="cc001.cnscommons.yorku.ca" -a "IP
> Address"="10.6.10.52" -a "Manufacturer"="Dell" -a "Model Line"="Optiplex" -
> a "Model Number"="GX270" -a "Monitor Manufacturer"="Dell" -a "Monitor
> Model"="E151FP" -a "Memory"="512MB" -a "CPU Speed"="2.6GHz" -a "Hard
> Drive"="40GB" -a "Service Count"="-" -l WSC2 -u charles xxxxx "DD/MM/YY:
> Change Description"
There was also some bug which has been fixed, plus you need following syntax:
elog -h ... -p 8080 -a "Station Number=CC001" ...
note the "" are around the whole attribute=value string, not only the attribute. |