Hallo zusammen, beim laufenden Betrieb bin ich auf folgendes Phänomen gestoßen: Das Geburtsdatum von Benutzern, die via Batchliste nach dem Muster im aktuellen Handbuch auf Seite 63 GEBURTSTAG:NACHNAME:VORNAME:PASSWORT:KLASSE 11.10.1986:Klein:Aladar:12345:9A angelegt wurden, wird im Benutzer-Bearbeiten Menü (lange Attributliste) -komplett- im Jahres-Feld angezeigt. D.h. statt 1987 steht dort 11.7.1987. Lege ich einen Benutzer per Hand an, wird danach das Datum korrekt auf die Eingabefelder verteilt angezeigt. Bis hierher ist dies nur ein Schönheitsfehler. Was passiert nun, wenn im nächsten Schuljahr der selbe Benutzer via Batch eingelesen wird. Ist er dann der selbe oder wird auf Grund der "anderen" Geburtsdatums der erste Eintrag gelöscht und der zweite neu angelegt? Im Moment lege ich daher Schüler nur per Liste an (was mich zum "Flaschenhals" macht!). Mit freundlichen Grüßen / Best regards Michael J. Heinen
On Fri, Oct 31, 2003 at 03:44:42PM +0100, Michael J. Heinen wrote:
Hallo zusammen,
beim laufenden Betrieb bin ich auf folgendes Phänomen gestoßen:
Das Geburtsdatum von Benutzern, die via Batchliste nach dem Muster im aktuellen Handbuch auf Seite 63 GEBURTSTAG:NACHNAME:VORNAME:PASSWORT:KLASSE 11.10.1986:Klein:Aladar:12345:9A angelegt wurden, wird im Benutzer-Bearbeiten Menü (lange Attributliste) -komplett- im Jahres-Feld angezeigt. D.h. statt 1987 steht dort 11.7.1987.
Lege ich einen Benutzer per Hand an, wird danach das Datum korrekt auf die Eingabefelder verteilt angezeigt.
Bis hierher ist dies nur ein Schönheitsfehler.
Was passiert nun, wenn im nächsten Schuljahr der selbe Benutzer via Batch eingelesen wird. Ist er dann der selbe oder wird auf Grund der "anderen" Geburtsdatums der erste Eintrag gelöscht und der zweite neu angelegt?
Vielen Dank! Es ist tatsächlich ein bug dabei und dadurch werden die Geburtsdatums falsch angelegt :-( Laden Sie bitte die ftp://ftp.suse.com/pub/people/varkoly/Schulserver/bugfix/fix_import.pl runter, und führene Sie diese wie folgt aus: perl fix_import.pl <admin_passwort> Dadurch werden die falsche angaben korrigiert. ftp://ftp.suse.com/pub/people/varkoly/Schulserver/bugfix/import_user.pm finden Sie die gefixte version des Importmodules. Kopieren Sie bitte diese unter /srv/www/lib/func/ auf den Schulserver, und führen Sie bitte "rcapache reload" aus.
Im Moment lege ich daher Schüler nur per Liste an (was mich zum "Flaschenhals" macht!).
Mit freundlichen Grüßen / Best regards Michael J. Heinen
-- Um die Liste abzubestellen, schicken Sie eine Mail an: slss-unsubscribe@suse.com Um eine Liste aller verfügbaren Kommandos zu bekommen, schicken Sie eine Mail an: slss-help@suse.com
-- ----------------------------------- Péter Varkoly -o) SuSE Linux AG /\\ e-mail: Peter.Varkoly@suse.de _\_/ Tel.: +49-911-74053484 Mobil.: +49-179-1277635 -----------------------------------
Peter Varkoly wrote:
On Fri, Oct 31, 2003 at 03:44:42PM +0100, Michael J. Heinen wrote:
Hallo zusammen,
beim laufenden Betrieb bin ich auf folgendes Phänomen gestoßen:
Das Geburtsdatum von Benutzern, die via Batchliste nach dem Muster im aktuellen Handbuch auf Seite 63 GEBURTSTAG:NACHNAME:VORNAME:PASSWORT:KLASSE 11.10.1986:Klein:Aladar:12345:9A angelegt wurden, wird im Benutzer-Bearbeiten Menü (lange Attributliste) -komplett- im Jahres-Feld angezeigt. D.h. statt 1987 steht dort 11.7.1987.
Lege ich einen Benutzer per Hand an, wird danach das Datum korrekt auf die Eingabefelder verteilt angezeigt.
Bis hierher ist dies nur ein Schönheitsfehler.
Was passiert nun, wenn im nächsten Schuljahr der selbe Benutzer via Batch eingelesen wird. Ist er dann der selbe oder wird auf Grund der "anderen" Geburtsdatums der erste Eintrag gelöscht und der zweite neu angelegt?
Vielen Dank!
Es ist tatsächlich ein bug dabei und dadurch werden die Geburtsdatums falsch angelegt :-(
Laden Sie bitte die ftp://ftp.suse.com/pub/people/varkoly/Schulserver/bugfix/fix_import.pl runter, und führene Sie diese wie folgt aus:
perl fix_import.pl <admin_passwort>
Dadurch werden die falsche angaben korrigiert.
ftp://ftp.suse.com/pub/people/varkoly/Schulserver/bugfix/import_user.pm finden Sie die gefixte version des Importmodules. Kopieren Sie bitte diese unter /srv/www/lib/func/ auf den Schulserver, und führen Sie bitte "rcapache reload" aus.
Ich nehme mal dann an, dieser Patch ist in der Final-Version nicht dabei? Gruß Frank
Morgen Freunde, hat jemand von Euch den unten stehen Patch eingepflegt und getestet?
ftp://ftp.suse.com/pub/people/varkoly/Schulserver/bugfix/import_user.pm finden Sie die gefixte version des Importmodules. Kopieren Sie bitte diese unter /srv/www/lib/func/ auf den Schulserver, und führen Sie bitte "rcapache reload" aus.
Bei mir führt dies zu einem "Internal Server Error" des Apache. Hat jemand ähnliche Erfahrungen machen müssen, oder ist dies ein individuelles Problem? Die zu importierende Datei ist übrigens okay, da der Import mit dem alten Perl-Modul ohne Probleme funktioniert. Version: SLSS Beta3b. Vielen Dank! Walze.
Am Donnerstag, 6. November 2003 09:07 schrieb Frank Gerd Walzebuck: > Morgen Freunde, > > hat jemand von Euch den unten stehen Patch eingepflegt und getestet? > > > ftp://ftp.suse.com/pub/people/varkoly/Schulserver/bugfix/import_user.pm > > finden Sie die gefixte version des Importmodules. Kopieren Sie bitte > > diese unter /srv/www/lib/func/ auf den Schulserver, und führen Sie > > bitte "rcapache reload" aus. > > Bei mir führt dies zu einem "Internal Server Error" des Apache. Hat > jemand ähnliche Erfahrungen machen müssen, oder ist dies ein > individuelles Problem? > > Die zu importierende Datei ist übrigens okay, da der Import mit dem > alten Perl-Modul ohne Probleme funktioniert. Ich hätte Fragen/Bitten: 1. Wann passiert dieses beim einlesen der Liste oder schon beim draufclicken "Benutzer importieren" 2. Wenn dieses beim Listeeinlesen passiert: Schüler oder Lehrerliste. 3. Bitte schicken Sie mir die Datei: /var/log/httpd/error_log > > Version: SLSS Beta3b. > > Vielen Dank! > > Walze. -- ----------------------------------- Péter Varkoly -o) SuSE Linux AG /\\ e-mail: Peter.Varkoly@suse.de _\_/ Tel.: +49-911-74053484 Mobil.: +49-179-1277635 -----------------------------------
Hallo Peter, vielen Dank für die schnelle Antwort!
1. Wann passiert dieses beim einlesen der Liste oder schon beim draufclicken "Benutzer importieren"
Ich wähle die zu importierende Liste ein und betätige den Button "Liste der Schüler einlesen". Dann erscheint nach der Nachfrage die Fehlermeldung.
2. Wenn dieses beim Listeeinlesen passiert: Schüler oder Lehrerliste.
Lehrer habe ich leider noch nicht probiert. Sorry.
3. Bitte schicken Sie mir die Datei: /var/log/httpd/error_log
Okay... Walze. adding language DE [Tue Nov 4 12:35:58 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Tue Nov 4 12:35:58 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Tue Nov 4 12:35:58 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) [Tue Nov 4 12:36:38 2003] [warn] child process 7761 still did not exit, sending a SIGTERM [Tue Nov 4 12:36:38 2003] [warn] child process 7762 still did not exit, sending a SIGTERM [Tue Nov 4 12:36:38 2003] [warn] child process 7763 still did not exit, sending a SIGTERM [Tue Nov 4 12:36:38 2003] [warn] child process 7764 still did not exit, sending a SIGTERM [Tue Nov 4 12:36:38 2003] [warn] child process 7765 still did not exit, sending a SIGTERM [Tue Nov 4 12:36:42 2003] [error] child process 7761 still did not exit, sending a SIGKILL [Tue Nov 4 12:36:42 2003] [error] child process 7762 still did not exit, sending a SIGKILL [Tue Nov 4 12:36:42 2003] [error] child process 7763 still did not exit, sending a SIGKILL [Tue Nov 4 12:36:42 2003] [error] child process 7764 still did not exit, sending a SIGKILL [Tue Nov 4 12:36:42 2003] [error] child process 7765 still did not exit, sending a SIGKILL adding language DE [Tue Nov 4 12:39:08 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Tue Nov 4 12:39:08 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Tue Nov 4 12:39:08 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) [Tue Nov 4 12:43:19 2003] [warn] child process 1456 still did not exit, sending a SIGTERM [Tue Nov 4 12:43:20 2003] [warn] child process 1457 still did not exit, sending a SIGTERM [Tue Nov 4 12:43:20 2003] [warn] child process 1458 still did not exit, sending a SIGTERM [Tue Nov 4 12:43:20 2003] [warn] child process 1459 still did not exit, sending a SIGTERM [Tue Nov 4 12:43:20 2003] [warn] child process 1460 still did not exit, sending a SIGTERM adding language DE [Tue Nov 4 12:46:00 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Tue Nov 4 12:46:00 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Tue Nov 4 12:46:00 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) [Tue Nov 4 12:56:59 2003] [warn] child process 1802 still did not exit, sending a SIGTERM [Tue Nov 4 12:57:00 2003] [warn] child process 1803 still did not exit, sending a SIGTERM [Tue Nov 4 12:57:00 2003] [warn] child process 1804 still did not exit, sending a SIGTERM [Tue Nov 4 12:57:00 2003] [warn] child process 1805 still did not exit, sending a SIGTERM [Tue Nov 4 12:57:00 2003] [warn] child process 1806 still did not exit, sending a SIGTERM adding language DE [Tue Nov 4 12:59:31 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Tue Nov 4 12:59:31 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Tue Nov 4 12:59:31 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) [Tue Nov 4 14:58:28 2003] [warn] child process 1464 still did not exit, sending a SIGTERM [Tue Nov 4 14:58:30 2003] [warn] child process 1465 still did not exit, sending a SIGTERM [Tue Nov 4 14:58:30 2003] [warn] child process 1466 still did not exit, sending a SIGTERM [Tue Nov 4 14:58:30 2003] [warn] child process 1467 still did not exit, sending a SIGTERM [Tue Nov 4 14:58:30 2003] [warn] child process 1468 still did not exit, sending a SIGTERM adding language DE [Tue Nov 4 15:01:07 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Tue Nov 4 15:01:07 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Tue Nov 4 15:01:07 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) [Tue Nov 4 15:13:08 2003] [warn] child process 1464 still did not exit, sending a SIGTERM [Tue Nov 4 15:13:09 2003] [warn] child process 1465 still did not exit, sending a SIGTERM [Tue Nov 4 15:13:09 2003] [warn] child process 1466 still did not exit, sending a SIGTERM [Tue Nov 4 15:13:09 2003] [warn] child process 1467 still did not exit, sending a SIGTERM [Tue Nov 4 15:13:09 2003] [warn] child process 1468 still did not exit, sending a SIGTERM adding language DE [Tue Nov 4 15:15:46 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Tue Nov 4 15:15:46 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Tue Nov 4 15:15:46 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) libpng error: Read Error libpng error: Read Error libpng error: Read Error [Tue Nov 4 16:16:38 2003] [warn] child process 1844 still did not exit, sending a SIGTERM [Tue Nov 4 16:16:38 2003] [warn] child process 1845 still did not exit, sending a SIGTERM [Tue Nov 4 16:16:38 2003] [warn] child process 1846 still did not exit, sending a SIGTERM [Tue Nov 4 16:16:38 2003] [warn] child process 1847 still did not exit, sending a SIGTERM [Tue Nov 4 16:16:38 2003] [warn] child process 1848 still did not exit, sending a SIGTERM [Tue Nov 4 16:16:38 2003] [warn] child process 2422 still did not exit, sending a SIGTERM [Tue Nov 4 16:16:38 2003] [warn] child process 2463 still did not exit, sending a SIGTERM adding language DE [Wed Nov 5 08:43:39 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Wed Nov 5 08:43:39 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Wed Nov 5 08:43:39 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) [Wed Nov 5 10:29:59 2003] [warn] child process 1471 still did not exit, sending a SIGTERM [Wed Nov 5 10:30:01 2003] [warn] child process 1472 still did not exit, sending a SIGTERM [Wed Nov 5 10:30:01 2003] [warn] child process 1473 still did not exit, sending a SIGTERM [Wed Nov 5 10:30:01 2003] [warn] child process 1474 still did not exit, sending a SIGTERM [Wed Nov 5 10:30:01 2003] [warn] child process 1475 still did not exit, sending a SIGTERM [Wed Nov 5 10:30:05 2003] [error] child process 1471 still did not exit, sending a SIGKILL [Wed Nov 5 10:30:05 2003] [error] child process 1472 still did not exit, sending a SIGKILL [Wed Nov 5 10:30:05 2003] [error] child process 1473 still did not exit, sending a SIGKILL [Wed Nov 5 10:30:05 2003] [error] child process 1474 still did not exit, sending a SIGKILL [Wed Nov 5 10:30:05 2003] [error] child process 1475 still did not exit, sending a SIGKILL [Wed Nov 5 10:30:07 2003] [notice] caught SIGTERM, shutting down adding language DE [Wed Nov 5 10:33:05 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Wed Nov 5 10:33:05 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Wed Nov 5 10:33:05 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) [Wed Nov 5 10:35:59 2003] [warn] child process 1559 still did not exit, sending a SIGTERM [Wed Nov 5 10:35:59 2003] [warn] child process 1560 still did not exit, sending a SIGTERM [Wed Nov 5 10:35:59 2003] [warn] child process 1561 still did not exit, sending a SIGTERM [Wed Nov 5 10:35:59 2003] [warn] child process 1562 still did not exit, sending a SIGTERM [Wed Nov 5 10:35:59 2003] [warn] child process 1563 still did not exit, sending a SIGTERM [Wed Nov 5 10:36:03 2003] [notice] caught SIGTERM, shutting down adding language DE [Wed Nov 5 10:38:38 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Wed Nov 5 10:38:38 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Wed Nov 5 10:38:38 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) libpng error: Read Error libpng error: Read Error libpng error: Read Error [Wed Nov 5 10:51:41 2003] [warn] child process 1551 still did not exit, sending a SIGTERM [Wed Nov 5 10:51:41 2003] [warn] child process 1552 still did not exit, sending a SIGTERM [Wed Nov 5 10:51:41 2003] [warn] child process 1553 still did not exit, sending a SIGTERM [Wed Nov 5 10:51:41 2003] [warn] child process 1554 still did not exit, sending a SIGTERM [Wed Nov 5 10:51:41 2003] [warn] child process 1555 still did not exit, sending a SIGTERM [Wed Nov 5 10:51:41 2003] [warn] child process 2915 still did not exit, sending a SIGTERM [Wed Nov 5 10:51:41 2003] [warn] child process 2941 still did not exit, sending a SIGTERM adding language DE [Wed Nov 5 10:54:15 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Wed Nov 5 10:54:15 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Wed Nov 5 10:54:15 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) [Wed Nov 5 11:02:50 2003] [warn] child process 1549 still did not exit, sending a SIGTERM [Wed Nov 5 11:02:50 2003] [warn] child process 1550 still did not exit, sending a SIGTERM [Wed Nov 5 11:02:50 2003] [warn] child process 1551 still did not exit, sending a SIGTERM [Wed Nov 5 11:02:50 2003] [warn] child process 1552 still did not exit, sending a SIGTERM [Wed Nov 5 11:02:50 2003] [warn] child process 1553 still did not exit, sending a SIGTERM [Wed Nov 5 11:02:54 2003] [notice] caught SIGTERM, shutting down adding language DE [Wed Nov 5 11:05:36 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Wed Nov 5 11:05:36 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Wed Nov 5 11:05:36 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) [Wed Nov 5 11:08:13 2003] [warn] child process 1551 still did not exit, sending a SIGTERM [Wed Nov 5 11:08:13 2003] [warn] child process 1552 still did not exit, sending a SIGTERM [Wed Nov 5 11:08:13 2003] [warn] child process 1553 still did not exit, sending a SIGTERM [Wed Nov 5 11:08:13 2003] [warn] child process 1554 still did not exit, sending a SIGTERM [Wed Nov 5 11:08:13 2003] [warn] child process 1555 still did not exit, sending a SIGTERM [Wed Nov 5 11:08:17 2003] [notice] caught SIGTERM, shutting down adding language DE [Wed Nov 5 11:11:01 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Wed Nov 5 11:11:01 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Wed Nov 5 11:11:01 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) [Wed Nov 5 11:34:22 2003] [warn] child process 1547 still did not exit, sending a SIGTERM [Wed Nov 5 11:34:23 2003] [warn] child process 1548 still did not exit, sending a SIGTERM [Wed Nov 5 11:34:23 2003] [warn] child process 1549 still did not exit, sending a SIGTERM [Wed Nov 5 11:34:23 2003] [warn] child process 1550 still did not exit, sending a SIGTERM [Wed Nov 5 11:34:23 2003] [warn] child process 1551 still did not exit, sending a SIGTERM [Wed Nov 5 11:34:27 2003] [notice] caught SIGTERM, shutting down adding language DE [Wed Nov 5 11:38:20 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Wed Nov 5 11:38:20 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Wed Nov 5 11:38:20 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) [Wed Nov 5 12:59:03 2003] [warn] child process 1555 still did not exit, sending a SIGTERM [Wed Nov 5 12:59:03 2003] [warn] child process 1556 still did not exit, sending a SIGTERM [Wed Nov 5 12:59:03 2003] [warn] child process 1557 still did not exit, sending a SIGTERM [Wed Nov 5 12:59:03 2003] [warn] child process 1558 still did not exit, sending a SIGTERM [Wed Nov 5 12:59:03 2003] [warn] child process 1559 still did not exit, sending a SIGTERM [Wed Nov 5 12:59:03 2003] [warn] child process 3753 still did not exit, sending a SIGTERM [Wed Nov 5 12:59:03 2003] [warn] child process 3803 still did not exit, sending a SIGTERM adding language DE [Wed Nov 5 14:28:42 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Wed Nov 5 14:28:42 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Wed Nov 5 14:28:42 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) [Wed Nov 5 15:19:11 2003] [warn] child process 1477 still did not exit, sending a SIGTERM adding language DE [Thu Nov 6 09:01:53 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Thu Nov 6 09:01:53 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Thu Nov 6 09:01:53 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) [Thu Nov 6 09:34:42 2003] [warn] child process 1473 still did not exit, sending a SIGTERM [Thu Nov 6 09:34:42 2003] [warn] child process 1474 still did not exit, sending a SIGTERM [Thu Nov 6 09:34:42 2003] [warn] child process 1475 still did not exit, sending a SIGTERM [Thu Nov 6 09:34:42 2003] [warn] child process 1476 still did not exit, sending a SIGTERM [Thu Nov 6 09:34:42 2003] [warn] child process 1477 still did not exit, sending a SIGTERM [Thu Nov 6 09:34:42 2003] [warn] child process 1790 still did not exit, sending a SIGTERM [Thu Nov 6 09:34:42 2003] [warn] child process 1832 still did not exit, sending a SIGTERM adding language DE [Thu Nov 6 09:35:05 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Thu Nov 6 09:35:05 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Thu Nov 6 09:35:05 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) [Thu Nov 6 09:35:58 2003] [error] Undefined subroutine &import_user::ConvertImportFile called at /srv/www/lib/func/import_user.pm line 728, <fh00001Adressen10a.csv> line 30. [Thu Nov 6 09:37:47 2003] [warn] child process 5592 still did not exit, sending a SIGTERM [Thu Nov 6 09:37:47 2003] [warn] child process 5593 still did not exit, sending a SIGTERM [Thu Nov 6 09:37:47 2003] [warn] child process 5594 still did not exit, sending a SIGTERM [Thu Nov 6 09:37:47 2003] [warn] child process 5595 still did not exit, sending a SIGTERM [Thu Nov 6 09:37:47 2003] [warn] child process 5596 still did not exit, sending a SIGTERM [Thu Nov 6 09:37:47 2003] [warn] child process 5633 still did not exit, sending a SIGTERM [Thu Nov 6 09:37:47 2003] [warn] child process 5654 still did not exit, sending a SIGTERM [Thu Nov 6 09:37:51 2003] [error] child process 5592 still did not exit, sending a SIGKILL [Thu Nov 6 09:37:52 2003] [error] child process 5593 still did not exit, sending a SIGKILL [Thu Nov 6 09:37:52 2003] [error] child process 5594 still did not exit, sending a SIGKILL [Thu Nov 6 09:37:52 2003] [error] child process 5595 still did not exit, sending a SIGKILL [Thu Nov 6 09:37:52 2003] [error] child process 5596 still did not exit, sending a SIGKILL [Thu Nov 6 09:37:52 2003] [error] child process 5633 still did not exit, sending a SIGKILL [Thu Nov 6 09:37:52 2003] [error] child process 5654 still did not exit, sending a SIGKILL adding language DE [Thu Nov 6 09:38:08 2003] [warn] pid file /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run? [Thu Nov 6 09:38:09 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Thu Nov 6 09:38:09 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Thu Nov 6 09:38:09 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) [Thu Nov 6 09:53:13 2003] [warn] child process 5932 still did not exit, sending a SIGTERM [Thu Nov 6 09:53:13 2003] [warn] child process 5933 still did not exit, sending a SIGTERM [Thu Nov 6 09:53:13 2003] [warn] child process 5934 still did not exit, sending a SIGTERM [Thu Nov 6 09:53:13 2003] [warn] child process 5935 still did not exit, sending a SIGTERM [Thu Nov 6 09:53:13 2003] [warn] child process 5936 still did not exit, sending a SIGTERM [Thu Nov 6 09:53:13 2003] [warn] child process 6002 still did not exit, sending a SIGTERM [Thu Nov 6 09:53:13 2003] [warn] child process 6023 still did not exit, sending a SIGTERM adding language DE [Thu Nov 6 09:53:34 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Thu Nov 6 09:53:34 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Thu Nov 6 09:53:34 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) [Thu Nov 6 09:55:03 2003] [error] Undefined subroutine &import_user::ConvertImportFile called at /srv/www/lib/func/import_user.pm line 728, <fh00001Adressen10a.csv> line 4. [Thu Nov 6 10:01:33 2003] [warn] child process 8205 still did not exit, sending a SIGTERM [Thu Nov 6 10:01:34 2003] [warn] child process 8206 still did not exit, sending a SIGTERM [Thu Nov 6 10:01:34 2003] [warn] child process 8207 still did not exit, sending a SIGTERM [Thu Nov 6 10:01:34 2003] [warn] child process 8208 still did not exit, sending a SIGTERM [Thu Nov 6 10:01:34 2003] [warn] child process 8209 still did not exit, sending a SIGTERM [Thu Nov 6 10:01:34 2003] [warn] child process 8225 still did not exit, sending a SIGTERM [Thu Nov 6 10:01:34 2003] [warn] child process 8247 still did not exit, sending a SIGTERM [Thu Nov 6 10:01:38 2003] [error] child process 8205 still did not exit, sending a SIGKILL [Thu Nov 6 10:01:39 2003] [error] child process 8206 still did not exit, sending a SIGKILL [Thu Nov 6 10:01:39 2003] [error] child process 8207 still did not exit, sending a SIGKILL [Thu Nov 6 10:01:39 2003] [error] child process 8208 still did not exit, sending a SIGKILL [Thu Nov 6 10:01:39 2003] [error] child process 8209 still did not exit, sending a SIGKILL [Thu Nov 6 10:01:39 2003] [error] child process 8225 still did not exit, sending a SIGKILL [Thu Nov 6 10:01:39 2003] [error] child process 8247 still did not exit, sending a SIGKILL adding language DE [Thu Nov 6 10:01:58 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Thu Nov 6 10:01:58 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Thu Nov 6 10:01:58 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) [Thu Nov 6 10:04:31 2003] [error] Undefined subroutine &import_user::ConvertImportFile called at /srv/www/lib/func/import_user.pm line 728, <fh00001Adressen10a.csv> line 4. [Thu Nov 6 10:05:02 2003] [warn] child process 9486 still did not exit, sending a SIGTERM [Thu Nov 6 10:05:07 2003] [notice] caught SIGTERM, shutting down adding language DE [Thu Nov 6 10:08:26 2003] [notice] Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_perl/1.27 configured -- resuming normal operations [Thu Nov 6 10:08:26 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Thu Nov 6 10:08:26 2003] [notice] Accept mutex: sysvsem (Default: sysvsem) [Thu Nov 6 10:11:45 2003] [error] Undefined subroutine &import_user::ConvertImportFile called at /srv/www/lib/func/import_user.pm line 728, <fh00001Adressen10a.csv> line 4. [Thu Nov 6 10:54:39 2003] [error] Undefined subroutine &import_user::ConvertImportFile called at /srv/www/lib/func/import_user.pm line 728, <fh00002Adressen10a.csv> line 4.
Am Donnerstag, 6. November 2003 09:56 schrieb Frank Gerd Walzebuck:
Hallo Peter,
vielen Dank für die schnelle Antwort!
1. Wann passiert dieses beim einlesen der Liste oder schon beim draufclicken "Benutzer importieren"
Ich wähle die zu importierende Liste ein und betätige den Button "Liste der Schüler einlesen". Dann erscheint nach der Nachfrage die Fehlermeldung.
2. Wenn dieses beim Listeeinlesen passiert: Schüler oder Lehrerliste.
Lehrer habe ich leider noch nicht probiert. Sorry.
3. Bitte schicken Sie mir die Datei: /var/log/httpd/error_log
Okay...
Ooops. Ich habe die falsche Version aus dem CVS ausgecheckt. In dieser Version gibt's schon on-the-fly Konvertierung. Jetzt ist die richtige da: ftp://ftp.suse.com/pub/people/varkoly/Schulserver/bugfix/import_user.pm Probieren sie es bitte!
Walze.
-- ----------------------------------- Péter Varkoly -o) SuSE Linux AG /\\ e-mail: Peter.Varkoly@suse.de _\_/ Tel.: +49-911-74053484 Mobil.: +49-179-1277635 -----------------------------------
participants (5)
-
Frank Gerd Walzebuck
-
Frank Wein
-
Michael J.Heinen
-
Peter Varkoly
-
Peter Varkoly