postfilter AT lists.kfki.hu
Subject: Postfilter mailing list
List archive
- From: Balázs Tibor <covek AT covek.hu>
- To: postfilter AT sunserv.kfki.hu
- Cc:
- Subject: Re: [Postfilter] Captcha sound hiba
- Date: Sun, 09 Apr 2006 14:15:28 +0200
- List-archive: <http://sunserv.kfki.hu/pipermail/postfilter>
- List-id: Postfilter mailing list <postfilter.lists.kfki.hu>
2006. 04. 8, szombat keltezéssel 09.59-kor Kadlecsik Jozsi ezt írta:
> On Fri, 7 Apr 2006, Kadlecsik Jozsi wrote:
>
> > Meg tan erdemes lenne a kovetkezo sort hozzaadni a script-hez, hogy
> > lassuk, pontosan mi hajtodik vegre:
> >
> >>>> my @cmd = split(/\s+/, $cmd);
> >>>> push(@cmd, qw(> /tmp/captcha.debug 2>&1));
> > notice($cmd);
>
> Talan megvan: a festival-nak kell a PATH kornyezeti valtozo. Probald meg
> igy:
>
> my @cmd = split(/\s+/, $cmd);
> $ENV{PATH}='/foo';
Kezdem nem érteni.
Apr 9 14:11:01 localhost captcha.cgi[14507]: warning: Cannot open
output file /usr/local/postfilter/tmp/14507.out: No such file or
directory
Apr 9 14:11:01 localhost captcha.cgi[14507]: warning: Cannot unlink
output file /usr/local/postfilter/tmp/14507.out
ennyi volt a logban.
vim /usr/local/postfilter/sbin/captcha.cgi.pl fájlban:
my $cmd = $config->{captcha}->{speech}->{text2wave};
$cmd =~ s/\$input/$input/;
$cmd =~ s/\$output/$output/;
my @cmd = split(/\s+/, $cmd);
$ENV{PATH}='/usr/bin/text2wave';
push(@cmd, qw(> /tmp/captcha.debug 2>&1));
system(@cmd) == 0
or do { warning("Cannot execute $cmd: $?"); exit };
unlink($input)
or do { warning("Cannot unlink input file $input"); exit };
Jó ez így?
--
Üdv!
covek AT covek.hu
- Re: [Postfilter] Captcha sound hiba, (continued)
- Re: [Postfilter] Captcha sound hiba, Kadlecsik Jozsi, 04/03/2006
- Re: [Postfilter] Captcha sound hiba, Balázs Tibor, 04/03/2006
- Re: [Postfilter] Captcha sound hiba, Balázs Tibor, 04/03/2006
- Re: [Postfilter] Captcha sound hiba, Kadlecsik Jozsi, 04/04/2006
- Re: [Postfilter] Captcha sound hiba, Balázs Tibor, 04/04/2006
- Re: [Postfilter] Captcha sound hiba, Kadlecsik Jozsi, 04/05/2006
- Re: [Postfilter] Captcha sound hiba, Balázs Tibor, 04/05/2006
- Re: [Postfilter] Captcha sound hiba, Kadlecsik Jozsi, 04/07/2006
- Re: [Postfilter] Captcha sound hiba, Kadlecsik Jozsi, 04/07/2006
- Re: [Postfilter] Captcha sound hiba, Kadlecsik Jozsi, 04/08/2006
- Re: [Postfilter] Captcha sound hiba, Balázs Tibor, 04/09/2006
- Re: [Postfilter] Captcha sound hiba, Kadlecsik Jozsi, 04/09/2006
- Re: [Postfilter] Captcha sound hiba, Balázs Tibor, 04/09/2006
- Re: [Postfilter] Captcha sound hiba, Kadlecsik Jozsi, 04/10/2006
- Re: [Postfilter] Captcha sound hiba, Balázs Tibor, 04/10/2006
- Re: [Postfilter] Captcha sound hiba, Kadlecsik Jozsi, 04/10/2006
- Re: [Postfilter] Captcha sound hiba, Balázs Tibor, 04/10/2006
- Re: [Postfilter] Captcha sound hiba, Kadlecsik Jozsi, 04/10/2006
- Re: [Postfilter] Captcha sound hiba, Kadlecsik Jozsi, 04/10/2006
- Re: [Postfilter] Captcha sound hiba, Balázs Tibor, 04/10/2006
- Re: [Postfilter] Captcha sound hiba, Balázs Tibor, 04/10/2006
- Re: [Postfilter] Captcha sound hiba, Kadlecsik Jozsi, 04/05/2006
- Re: [Postfilter] Captcha sound hiba, Balázs Tibor, 04/04/2006
- Re: [Postfilter] Captcha sound hiba, Kadlecsik Jozsi, 04/04/2006
- Re: [Postfilter] Captcha sound hiba, Balázs Tibor, 04/03/2006
- Re: [Postfilter] Captcha sound hiba, Balázs Tibor, 04/03/2006
- Re: [Postfilter] Captcha sound hiba, Kadlecsik Jozsi, 04/03/2006
Archive powered by MHonArc 2.6.19+.