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: Tue, 04 Apr 2006 22:58:14 +0200
- List-archive: <http://sunserv.kfki.hu/pipermail/postfilter>
- List-id: Postfilter mailing list <postfilter.lists.kfki.hu>
2006. 04. 4, kedd keltezéssel 15.37-kor Kadlecsik Jozsi ezt írta:
> On Mon, 3 Apr 2006, [ISO-8859-1] Balázs Tibor wrote:
>
> >> Apr 3 22:32:43 localhost captcha.cgi[29137]: warning: Cannot open
> >> output file /usr/local/postfilter/tmp/29137.out: No such file or
> >> directory
> >> Apr 3 22:32:43 localhost captcha.cgi[29137]: warning: Cannot unlink
> >> output file /usr/local/postfilter/tmp/29137.out
>
> Humm. Hogyan nez ki a captcha_speech_text2wave valtozo a main.cf-ben?
> Rendben szerepelnek benne a $output, $input valtozok?
captcha_speech_text2wave =
/usr/bin/text2wave -otype wav -o $output $input
> A text2wave nem futott le jol, mert nem hozta letre a kivant file-t.
> A masik leveled alapjan a program mukodik, tehat a meghivasaval van valami
> baj.
>
> Mi a perl verzioja?
>
ii perl 5.8.8-3 Larry Wall's Practical Extraction and Report
> A captcha.cgi.pl-be a
>
> $cmd =~ s/\$input/$input/;
> $cmd =~ s/\$output/$output/;
> system(split(/\s+/, $cmd)) == 0
>
> sorokat javitsd a kovetkezore, hatha a split scalar-kent akar viselkedni
> a gepeden:
>
> $cmd =~ s/\$input/$input/;
> $cmd =~ s/\$output/$output/;
> my @cmd = split(/\s+/, $cmd);
> system(@cmd) == 0
Apr 4 22:57:03 localhost captcha.cgi[1656]: warning: Cannot open output
file /usr/local/postfilter/tmp/1656.out: No such file or directory
Apr 4 22:57:03 localhost captcha.cgi[1656]: warning: Cannot unlink
output file /usr/local/postfilter/tmp/1656.out
Nincs sok változás sajnos!
--
Üdv!
covek AT covek.hu
- [Postfilter] Captcha sound hiba, Balázs Tibor, 04/03/2006
- 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/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+.