Hi All, I have some questions regarding contributing to debian logcheck, thanks for your time. I would like to do some work and contribute to debian. I already did contribution for main line binutils. I am using Fedora core-3 as my desktop. I have downloaded cvs source using command: cvs -d:pserver:anonymous at cvs.alioth.debian.org:/cvsroot/logcheck login cvs -z3 -d:pserver:anonymous at cvs.alioth.debian.org:/cvsroot/logcheck co logcheck when I tried to run logcheck I got following error: ----------------------------------------------- [jitendra at chanakya src]$ ./logcheck ./logcheck: line 492: /etc/logcheck/logcheck.conf: No such file or directory ./logcheck: line 604: lockfile-touch: command not found egrep: /etc/logcheck/logcheck.logfiles: No such file or directory sort: open failed: /tmp/logcheck.jS4437/logoutput/*: No such file or directory ./logcheck: line 86: kill: (4436) - No such process ----------------------------------------------- 1. Is that all sources need to do development work for logcheck? 2. Shall I need to have Debian desktop ? if not then what additional libraries/packages I need to install to run logcheck? 3. Where can I searchfor document on Building and running gogcheck? thanks :-) Jitendra
Jitendra Pawar
2005-Sep-01 13:51 UTC
[Logcheck-devel] Re: contribution to debian logcheck.
> 1. Is that all sources need to do development work for logcheck? > 2. Shall I need to have Debian desktop ? if not then what additional > libraries/packages I need to install to run logcheck? > 3. Where can I search for document on Building and running gogcheck?I further investigated this problem and able to build logcheck. but I am getting error on execution of this command : [jitendra at chanakya src]$ sudo -u /usr/sbin/logcheck logcheck sudo: no passwd entry for /usr/sbin/logcheck! [jitendra at chanakya src]$ am I doing something wrong? thanks in advance :-) Jitendra
On Thu, 01 Sep 2005, Jitendra Pawar wrote:> Hi All, > > I have some questions regarding contributing to debian logcheck, thanks > for your time. > > I would like to do some work and contribute to debian. I already did > contribution for main line binutils. > > I am using Fedora core-3 as my desktop. > I have downloaded cvs source using command: > > cvs -d:pserver:anonymous at cvs.alioth.debian.org:/cvsroot/logcheck login > > cvs -z3 -d:pserver:anonymous at cvs.alioth.debian.org:/cvsroot/logcheck co > logcheck > > when I tried to run logcheck I got following error: > ----------------------------------------------- > [jitendra at chanakya src]$ ./logcheck > ./logcheck: line 492: /etc/logcheck/logcheck.conf: No such file or > directorywell the current script assumes you have got that file, as usually when run in a debian env the package management takes care to install such a file. a quick guess is that we shouldn't fail and have fallbacks on the top. i'll investigate that> ./logcheck: line 604: lockfile-touch: command not foundhmm that's a needed binary to run logcheck in debian they are named "lockfile-progs". sorry no idea about fedora, but happy to hear> egrep: /etc/logcheck/logcheck.logfiles: No such file or directoryagain we should have a sane default if that file fails. out of interest could you please post your ls -l /var/log> sort: open failed: /tmp/logcheck.jS4437/logoutput/*: No such file or > directorywell that is a direct consequence of aboves failure, so not much to worry about.> ./logcheck: line 86: kill: (4436) - No such processhmm the bash trap gone crazy, strange.> 1. Is that all sources need to do development work for logcheck?yes.> 2. Shall I need to have Debian desktop ? if not then what additional > libraries/packages I need to install to run logcheck?well logcheck is currently developped by debian guys, so it may need some leverage to get it run on fedora. i guess it's not that hard, but nobody bothered yet.> 3. Where can I searchfor document on Building and running gogcheck?the Makefile, sorry no docs beside what is happening inside of the debian dir. but just keep asking and i or probably others too may answer. ;)> thanks > :-) > Jitendraok, so i guess you uncovered 2 bugs. good start!!! i'll try to fix them soonest. for real dev access you need an alioth acces, if you plan to add some stuff please speak to todd. it's the logcheck team leader. -- maks
maximilian attems
2005-Sep-01 16:35 UTC
[Logcheck-devel] Re: contribution to debian logcheck.
On Thu, 01 Sep 2005, Jitendra Pawar wrote: [snipp] .. please update to latest source it has some fixes for your testcase. the user creation is still a tuff decision. we need to think a bit more about that case. thanks for todd discovering the real root of your troubles. thanks a lot for your feedback. -- maks