Re: elogd 2.6.1 program Crash is repeatable under Windows, posted by Stefan Ritt on Mon Apr 3 17:09:19 2006
|
[quote="Steve Jones"]BTW, Stefan, unless you can make the most recent version of a Windows eLog available I cannot test the most recent -- I do not have
access to a Windows development environment. Solaris-Yes, Linux-Yes, Windoze-No.[/QUOTE]
|
Re: elogd 2.6.1 program Crash is repeatable under Windows, posted by Steve Jones on Fri Apr 7 05:07:20 2006
|
[quote="Stefan Ritt"][quote="Steve Jones"]BTW, Stefan, unless you can make the most recent version of a Windows eLog available I cannot test the most recent
-- I do not have access to a Windows development environment. Solaris-Yes, Linux-Yes, Windoze-No.[/QUOTE]
|
Re: elogd -C failing to sync password file with "Received invalid response from elogd server" message, posted by John Rouillard on Sun May 9 18:12:28 2010
|
Does anybody have any ideas? Should I post a config or something?
-- rouilj |
Re: elogd -C failing to sync password file with "Received invalid response from elogd server" message, posted by Stefan Ritt on Mon May 10 09:55:12 2010
|
Hi Rouilj,
re-posting your bug report doe not help. If I'm not replying immediately it means I'm pretty busy with other things, so just be patient.
|
Re: elogd -C failing to sync password file with "Received invalid response from elogd server" message, posted by John Rouillard on Mon May 17 04:01:16 2010
|
[quote="Stefan Ritt"]Hi Rouilj,
re-posting your bug report doe not help. If I'm not replying immediately it means I'm pretty busy with other things, so just be patient.
[/quote]
|
Re: elogd -C failing to sync password file with "Received invalid response from elogd server" message, posted by John Rouillard on Mon May 17 04:19:29 2010
|
[quote="John Rouillard"]
I think I kind of see what's happening here. In is_command_allowed you add the GetPwdFile to the list of
allowed command but only if is_admin_user is true. Since the user is guest at that point, I assume
|
Re: elogd -C failing to sync password file with "Received invalid response from elogd server" message, posted by Stefan Ritt on Tue May 18 13:21:32 2010
|
[quote="John Rouillard"][quote="John Rouillard"]
I think I kind of see what's happening here. In is_command_allowed you add the GetPwdFile to the list of
allowed command but only if is_admin_user is true. Since the user is guest at that point, I assume
|
Re: elogd -C failing to sync password file with "Received invalid response from elogd server" message, posted by John Rouillard on Tue May 18 21:17:35 2010
|
[quote="Stefan Ritt"]
Ok, now I got it! The problem was that you used "Guest menu commands = ..." and I did not. So the behavior is different with that option, which is why
I could not reproduce your problem initially. Now I could reproduce it and the cleanest fix is this:
|