From: KOVACS Krisztian <hidden@balabit.hu>
To: Harald Welte <laforge@netfilter.org>
Cc: Netfilter Development Mailinglist
<netfilter-devel@lists.netfilter.org>,
Netfilter Mailinglist <netfilter@lists.netfilter.org>
Subject: Re: Call for testing: patch-o-matic-ng
Date: Mon, 22 Dec 2003 10:56:26 +0100 [thread overview]
Message-ID: <1072086985.1031.7.camel@nienna.balabit> (raw)
In-Reply-To: <20031221122445.GC5058@obroa-skai.de.gnumonks.org>
[-- Attachment #1: Type: text/plain, Size: 566 bytes --]
Hi,
2003-12-21, v keltezéssel 13:24-kor Harald Welte ezt írta:
> I would like to have people start testing/using pom-ng and report errors
> back to me (via email).
I've tried it, and had some problems with it. Namely, the following
error message (Debian woody and sid, perl 5.6.1 and 5.8.2):
hidden@big:~/patch-o-matic-ng$ ./runme
Examining kernel in /usr/src/linux-2.4.22-tproxy113
Can't bless non-reference value at /usr/share/perl/5.6.1/Term/Cap.pm line 136.
The patch attached fixed the problem.
--
Regards,
Krisztian KOVACS
[-- Attachment #2: tgetent.diff --]
[-- Type: text/x-patch, Size: 434 bytes --]
Index: runme
===================================================================
RCS file: /cvspublic/netfilter/patch-o-matic-ng/runme,v
retrieving revision 1.7
diff -u -r1.7 runme
--- runme 21 Dec 2003 19:03:23 -0000 1.7
+++ runme 22 Dec 2003 09:47:15 -0000
@@ -201,7 +201,7 @@
}
if (defined($ENV{TERM})) {
- my $terminal = Term::Cap->Tgetent();
+ my $terminal = Tgetent Term::Cap {};
$clrscr = $terminal->Tputs('cl', 1);
}
next prev parent reply other threads:[~2003-12-22 9:56 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-21 12:24 Call for testing: patch-o-matic-ng Harald Welte
2003-12-22 9:56 ` KOVACS Krisztian [this message]
2003-12-22 12:00 ` Harald Welte
2003-12-23 13:13 ` Gaël Le Mignot
2003-12-23 17:30 ` Harald Welte
2003-12-23 18:56 ` Unknown, Alistair Tonner
2003-12-24 0:26 ` Gaël Le Mignot
2003-12-24 1:03 ` Unknown, Alistair Tonner
[not found] ` <200312231356.17135.Alistair Tonner <>
[not found] ` <200312231356.17135.AlistairTonner<>
2003-12-25 9:06 ` Galtar
2003-12-25 9:41 ` Antony Stone
2004-01-22 15:57 ` ip_conntrack_pptp Jan Kaastrup
2004-01-22 17:53 ` ip_conntrack_pptp Harald Welte
2004-01-22 18:09 ` ip_conntrack_pptp Unknown, Alistair Tonner
2004-01-22 18:09 ` ip_conntrack_pptp Unknown, Alistair Tonner
2004-01-22 18:09 ` ip_conntrack_pptp Unknown, Alistair Tonner
2004-01-22 19:41 ` ip_conntrack_pptp Arnt Karlsen
[not found] ` <000d01c3e3ed$9875b0f0$2d64a8c0@pcjka>
2004-01-26 16:19 ` ip_conntrack_pptp Harald Welte
-- strict thread matches above, loose matches on Subject: below --
2003-12-24 2:30 Call for testing: patch-o-matic-ng Vilmos Branyik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1072086985.1031.7.camel@nienna.balabit \
--to=hidden@balabit.hu \
--cc=laforge@netfilter.org \
--cc=netfilter-devel@lists.netfilter.org \
--cc=netfilter@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox