Am Mittwoch, 6. August 2008 10:22 schrieb Franck Huet: > Hi all, > > I've the following problem : > (...) > apache[21487]: 2008/08/05_15:14:20 ERROR: command failed: sh -c wget > -O- -q -L --bind-address=127.0.0.1 http://192.168.4.3:80 | tr '\012' ' ' > > | grep -Ei "</ *body *>[[:space:]]*</ *html *>" >/dev/null > > apache[21476]: 2008/08/05_15:14:20 ERROR: Generic error (...)
Have you ever tried to wget the website manually? Does the regexp really occur in your website? Perhaps a \n is included in the website that the regexp cannot get? -- Dr. Michael Schwartzkopff MultiNET Services GmbH Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany Tel: +49 - 89 - 45 69 11 0 Fax: +49 - 89 - 45 69 11 21 mob: +49 - 174 - 343 28 75 mail: [EMAIL PROTECTED] web: www.multinet.de Sitz der Gesellschaft: 85630 Grasbrunn Registergericht: Amtsgericht München HRB 114375 Geschäftsführer: Günter Jurgeneit, Hubert Martens --- PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B Skype: misch42 _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
