ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
67373
|
Wed Oct 31 18:51:31 2012 |
| David Wallis | wallis@aps.anl.gov | Question | Linux | 2.9.2 | Re: Elogd hangs while uploading bmp attachment |
Andreas Luedeke wrote: |
David Wallis wrote: |
I'm running elog 2.9.2 on a Red Hat 6.3 server. This installation has been running for some time on a Solaris server, and was recently moved to the RHEL server.
When a user tries to upload a .bmp attachment, the upload never completes, eventually timing out with a proxy error. At that point, the elogd process stops responding to requests and needs to be restarted. Nothing is in the log file other than a "Listening" message when elogd starts up. Png and pdf attachments seem to work fine. I was able to convert an image from .bmp to .png and upload, but that's not practical for my user.
ImageMagick 6.5.4-7 is installed on the server. Everything else seems to be working normally.
Is this a known problem, or have I missed something that needs to be installed on the RHEL server?
|
Hi David,
I've just tested it on my server running ELOG V2.9.0-2414, Scientific Linux 5.7 (RHEL 5.?) with ImageMagick 6.2.8: the attachment is uploaded but no preview is generated. No problem with the server.
What was the behaviour of your Solaris system? Did it upload? Did it create a preview?
BMP files are - in my experience - often very large. Could it be a file size problem? Did you try with a small BMP image?
Kind Regards
Andreas
 ⇄
Detect language » English
|
Hi Andreas,
Bmp attachments worked fine on the Solaris server. Was running 2.9.2 with ImageMagick 5.5.7.
I don't think it's a file size issue, the image I'm testing with is only about 3 MB. |
67379
|
Mon Nov 19 20:05:46 2012 |
| Jeff Kozloski | jkozloski@turano.com | Question | Windows | 2.9.2 | Password setup | Looking at some of the questions here this seems too newbie to even ask.
I want to set up a log book for my mechanics. I want them to each have a password to log in and enter what they do each day.
When I try to set up a password file it takes all the info, then when I hit save it says "server has been reset" and it will not log in. I have to remove the password = and restart the server.
[global]
port = 8080
[TFB]
Password file = <tfbpass>
Theme = default
Comment = TFB ENGINEERING
Attributes = Mechanic, Type of entry, Status, Subject
Attributes = Author, Status
Options Status = Completed, Incomplete, Notification only
Cell Style Status Completed = background-color:green
Cell Style Status Incomplete = background-color:red
Cell Style Status Notification only = background-color:yellow
Options Mechanic= Jeff K, Arnaldo M, Bob L, Nathan P
Options Type of entry = Break Down, PM Repair, Building, FYI, Other
Options Status = Completed, Incomplete, Notification only, Other
Extendable Options = Category, Status,
Required Attributes = Mechanic, Type of entry, Category, Status,
Page Title = TFB Engineering - $subject
Reverse sort = 1
Quick filter = Date, Mechanic
|
67380
|
Mon Nov 19 20:18:28 2012 |
| Jeff Kozloski | jkozloski@turano.com | Question | Windows | 2.9.2 | Re: Password setup |
Jeff Kozloski wrote: |
Looking at some of the questions here this seems too newbie to even ask.
I want to set up a log book for my mechanics. I want them to each have a password to log in and enter what they do each day.
When I try to set up a password file it takes all the info, then when I hit save it says "server has been reset" and it will not log in. I have to remove the password = and restart the server.
[global]
port = 8080
[TFB]
Password file = <tfbpass>
Theme = default
Comment = TFB ENGINEERING
Attributes = Mechanic, Type of entry, Status, Subject
Attributes = Author, Status
Options Status = Completed, Incomplete, Notification only
Cell Style Status Completed = background-color:green
Cell Style Status Incomplete = background-color:red
Cell Style Status Notification only = background-color:yellow
Options Mechanic= Jeff K, Arnaldo M, Bob L, Nathan P
Options Type of entry = Break Down, PM Repair, Building, FYI, Other
Options Status = Completed, Incomplete, Notification only, Other
Extendable Options = Category, Status,
Required Attributes = Mechanic, Type of entry, Category, Status,
Page Title = TFB Engineering - $subject
Reverse sort = 1
Quick filter = Date, Mechanic
|
never mind. I figured it out I left the < > in the password = line
Yes I do feel stupid. |
67381
|
Mon Nov 19 20:28:11 2012 |
| Jeff Kozloski | jkozloski@turano.com | Question | Windows | 2.9.2 | Need for email address in login? | How can I skip the need for an email address when registering and logging in? Our IT dept will not give an email address to each guy I want on the log. |
67382
|
Tue Nov 20 08:45:59 2012 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.9.2 | Re: Need for email address in login? |
Jeff Kozloski wrote: |
How can I skip the need for an email address when registering and logging in? Our IT dept will not give an email address to each guy I want on the log.
|
I never thought that someone will not have an email address. One basic feature of ELOG is its automatic notification if there is a new entry, and that only works over email. It's like social networks, you cannot register for Facebook if you don't have an email address.
So if you absolutely want to omit this, just give a fake email address, like nobody@no.where. ELOG just checks if there is a "@" and a "." somewhere. |
67383
|
Tue Nov 20 10:28:24 2012 |
| David Pilgram | David.Pilgram@epost.org.uk | Question | Windows | 2.9.2 | Re: Need for email address in login? |
Stefan Ritt wrote: |
Jeff Kozloski wrote: |
How can I skip the need for an email address when registering and logging in? Our IT dept will not give an email address to each guy I want on the log.
|
I never thought that someone will not have an email address. One basic feature of ELOG is its automatic notification if there is a new entry, and that only works over email. It's like social networks, you cannot register for Facebook if you don't have an email address.
So if you absolutely want to omit this, just give a fake email address, like nobody@no.where. ELOG just checks if there is a "@" and a "." somewhere.
|
Word of warning about fake email addresses - if your system suddenly does start to send out messages to them, you'll start getting otherwise mysterious email messages back about being unable to deliver and other such comments. I speak from experience - although in my case the puzzle was finding what was generating the messages in the first place (not elog, another program as it happened).
I suggest you also include
Suppress default = 3
in your configuration file, which also stops them being generated in the first place.
Although I was unaware (or had totally forgotten) that there was a 'Suppress email button' as mentioned in the documentation. |
67384
|
Tue Nov 20 19:31:06 2012 |
| Jeff Kozloski | jkozloski@turano.com | Question | Windows | 2.9.2 | Re: Need for email address in login? |
Stefan Ritt wrote: |
Jeff Kozloski wrote: |
How can I skip the need for an email address when registering and logging in? Our IT dept will not give an email address to each guy I want on the log.
|
I never thought that someone will not have an email address. One basic feature of ELOG is its automatic notification if there is a new entry, and that only works over email. It's like social networks, you cannot register for Facebook if you don't have an email address.
So if you absolutely want to omit this, just give a fake email address, like nobody@no.where. ELOG just checks if there is a "@" and a "." somewhere.
|
Our IT dept is very strict. I'll have to see if I can get email out to a web based email service like yahoo. But they will not give each of my mechanics an email account here.
Thanks
|
67385
|
Thu Nov 22 16:23:08 2012 |
| David Pilgram | iiDavid.Pilgram@epost.org.uk | Question | Linux | 2.9.2-2475 | elog's image manipulation of .png file generated from a pdf/jpg | Hi all,
Is it just my system or do others have this odd issue.
I have a pdf file which is 'upside-down', I attached it to an elog entry, and the .png image thumbnail was
generated. Now this too was upside-down, so I tried to use the left (or right) rotation buttons along the top
of the image in elog to do a 180 degree rotation.
The first 90 degree rotation was fine, but the second attempt just made a smaller image.
It happens with various pdf files generated by various software (in case).
I also tried it with a jpg file, in that case the second attempt enlarged the image.
I could not find any way to actually invert the .png image using elog; but I was surprised that a second
rotation ddid something different (change magnification) rather than nothing at all if it could only cope with a
90 degree rotation.
It's not a vital fix for me, but I have found the thumbnail (png) manipulation functions have a few rough edges,
so when necessary I use xv or gimp on the .png file to get what I want.
Or is this just my system? |
|