tags 443405 + unreproducible help
thanks
Hi Julian
I have now tried to reproduce your problem, but failed.
The current code that cause the warning looks like this:
if (-e $etcconfigfile) {
my $t = do $etcconfigfile;
unless ($t) {
pdebug(3, "Loading config file $etcconfigfile:\n\t$!\n\t$@");
}
}
So I created the following test code:
my $t = do "test.conf";
unless ($t) {
print "[EMAIL PROTECTED]";
}
And then copied your config file to test.conf.
I did not get any output.
This means that you must have some local problem, or that this is a
bug in perl for the version you are using.
I have also copied in your version to the debarchiver.conf file
with a new installation of debarchiver, and I can not get the same
fault as you.
Do you have any special version of perl, or other things
that can cause this problem?
Best regards,
// Ola
On Sat, Sep 22, 2007 at 01:27:11AM +0000, Julian Mehnle wrote:
> Ola Lundqvist wrote:
> > I think you need to end the configuration file with
> >
> > 1;
>
> Why would that make a difference? The last statement is ...
>
> $gpgkey = '74E1D63F';
>
> which returns a true value. So this is equivalent to a trailing "1;".
>
> > Please try that and tell me if the warning disappear.
>
> As expected, it did not make the warning go away.
>
> > The ^I part is the error output from perl. It should contain the error
> > code and error string. I do not know why it is ^I in your case.
>
> Odd.
>
> So can you do something about debarchiver filling up my syslog despite
> everything working fine?
--
--------------------- Ola Lundqvist ---------------------------
/ [EMAIL PROTECTED] Annebergsslingan 37 \
| [EMAIL PROTECTED] 654 65 KARLSTAD |
| http://opalsys.net/ +46 (0)70-332 1551 |
\ gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9 /
---------------------------------------------------------------
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]