ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
802
|
Sun Nov 21 00:46:28 2004 |
| Heiko Scheit | h.scheit@mpi-hd.mpg.de | Bug report | Linux | 2.5.4-6 | Re: compiling elog on AMD64 |
> > When compiling elogd on AMD64 (in 64 bit mode) there are many
> > warnings like these:
> >
> > src/regex.c:3769: warning: cast from pointer to integer of different size
> > src/regex.c:3769: warning: cast from pointer to integer of different size
> > src/regex.c:3775: warning: cast to pointer from integer of different size
> >
> > The reason is the (int) cast, which (I think) is not necessary.
>
> Unfortunately I don't have a 64-bit compiler to try. Can you please check if
> elogd.c has similar warnings or only regex.c?
elogd.c shows the same warnings.
> The ones in elogd.c I can fix,
> but regex.c is straight from the GNU C library, so we would have to wait intil
> they fix it. Or can you get it from the 64-bit C library? The point is that I
> need the source code, so that I can compile it under Windows as well. Can you
> try to compile elogd without regex.c, like
>
> gcc -g -O -W -Wall -o elogd src/elogd.c
This works OK.
|
801
|
Sat Nov 20 19:44:57 2004 |
| Ognyan Kulev | ogi@fmi.uni-sofia.bg | Request | All | | Partial Bulgarian translation |
Hi, we are using ELOG for keeping track of a server maintainance. I've
translated some of ELOG's strings. The file is attached. There will be
more translations, when I get inspired again ;-) |
800
|
Thu Nov 18 09:40:25 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | 2.5.4-6 | Re: compiling elog on AMD64 |
> When compiling elogd on AMD64 (in 64 bit mode) there are many
> warnings like these:
>
> src/regex.c:3769: warning: cast from pointer to integer of different size
> src/regex.c:3769: warning: cast from pointer to integer of different size
> src/regex.c:3775: warning: cast to pointer from integer of different size
>
> The reason is the (int) cast, which (I think) is not necessary.
Unfortunately I don't have a 64-bit compiler to try. Can you please check if
elogd.c has similar warnings or only regex.c? The ones in elogd.c I can fix,
but regex.c is straight from the GNU C library, so we would have to wait intil
they fix it. Or can you get it from the 64-bit C library? The point is that I
need the source code, so that I can compile it under Windows as well. Can you
try to compile elogd without regex.c, like
gcc -g -O -W -Wall -o elogd src/elogd.c
If that works fine, we don't have to compile regex.c under linux. But I guess
it's still needed fot Solaris and other non-GNU Unix brands. |
799
|
Wed Nov 17 18:52:40 2004 |
| Heiko Scheit | h.scheit@mpi-hd.mpg.de | Bug report | Linux | 2.5.4-6 | compiling elog on AMD64 |
When compiling elogd on AMD64 (in 64 bit mode) there are many
warnings like these:
src/regex.c:3769: warning: cast from pointer to integer of different size
src/regex.c:3769: warning: cast from pointer to integer of different size
src/regex.c:3775: warning: cast to pointer from integer of different size
The reason is the (int) cast, which (I think) is not necessary. |
798
|
Tue Nov 16 17:49:54 2004 |
| damon nettles | nettles@phgrav.phys.lsu.edu | | | | elog password access without users |
is there a way to set up a logbook so that a password is required to get
into it, but no username? |
797
|
Tue Nov 16 18:07:31 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | | | | Re: elog password access without users |
> i |
796
|
Tue Nov 16 22:45:24 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | | | | Re: elog password access without users |
> thanks. that seems to get me the functionality i needed. is there any way to
> get rid of the username line when using the "Read Password" feature?
No, this is an HTTP standard. The dialog box is generated by your browser, and I
do not know any way to prevent it. |
795
|
Tue Nov 16 22:06:29 2004 |
| damon nettles | nettles@phgrav.phys.lsu.edu | | | | Re: elog password access without users |
> > is there a way to set up a logbook so that a password is required to get
> > into it, but no username?
>
> Have a look under "Access control" in the manual. What you need is "Read
> Password".
thanks. that seems to get me the functionality i needed. is there any way to
get rid of the username line when using the "Read Password" feature? as it is
now, you can either leave it blank or enter anything you want, so long as you
use the correct password it still works. however, to keep users from getting
confused, i think it would be better to only have a box asking you for the
password and not both the password and username. |