hello,
what's wrong with module permissions and group ? Harry
serveur1:/tmp# tail /var/log/daemon.log Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: Maxfwd module- initializing Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: permissions - initializing Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: Default allow file (/etc/ser/permissions.allow) not found => empty rule set Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: Default deny file (/etc/ser/permissions.deny) not found => empty rule set Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: table_version(): Invalid number of rows received: 2, trusted Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: permissions:init_trusted(): Error while querying table version Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: Error while initializing allow_trusted function Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: table_version(): Invalid number of rows received: 2, grp Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: group:mod_init(): Error while querying table version Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: init_mod(): Error while initializing module group
_____________________________________________________________________________ Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et vidéos ! Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com
Hi,
No need to repeat the same email 3 times ...
The problem is with the versions of the tables in the database (mysql?). You are probably trying to use an old database installation (say from ser 0.8.14) directly into a newer version of ser (like 0,9.2) ... and this cannot be. In the database, there is a table named versions, which is checked before loading any other table. Reinstall the database, reimport the data, and you are done.
Regards,
C. PS - Just rewriting the version number in the version table will not do ... tables change ... different column names, different number of columns ...
On 6/2/05, harry gaillac gaillacharry@yahoo.fr wrote:
hello,
what's wrong with module permissions and group ? Harry
serveur1:/tmp# tail /var/log/daemon.log Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: Maxfwd module- initializing Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: permissions - initializing Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: Default allow file (/etc/ser/permissions.allow) not found => empty rule set Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: Default deny file (/etc/ser/permissions.deny) not found => empty rule set Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: table_version(): Invalid number of rows received: 2, trusted Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: permissions:init_trusted(): Error while querying table version Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: Error while initializing allow_trusted function Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: table_version(): Invalid number of rows received: 2, grp Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: group:mod_init(): Error while querying table version Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: init_mod(): Error while initializing module group
Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et vidéos ! Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
have alook at ur version tables, that error Invalid number of rows, means that for the table eg trusted u have two rows, delete one of them, preferably the one with the older version number, u do that for each table that has given an error and it will work.
For some reason the version table gets added to , rather that updated
Iqbal
Cesc wrote:
Hi,
No need to repeat the same email 3 times ...
The problem is with the versions of the tables in the database (mysql?). You are probably trying to use an old database installation (say from ser 0.8.14) directly into a newer version of ser (like 0,9.2) ... and this cannot be. In the database, there is a table named versions, which is checked before loading any other table. Reinstall the database, reimport the data, and you are done.
Regards,
C. PS - Just rewriting the version number in the version table will not do ... tables change ... different column names, different number of columns ...
On 6/2/05, harry gaillac gaillacharry@yahoo.fr wrote:
hello,
what's wrong with module permissions and group ? Harry
serveur1:/tmp# tail /var/log/daemon.log Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: Maxfwd module- initializing Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: permissions - initializing Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: Default allow file (/etc/ser/permissions.allow) not found => empty rule set Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: Default deny file (/etc/ser/permissions.deny) not found => empty rule set Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: table_version(): Invalid number of rows received: 2, trusted Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: permissions:init_trusted(): Error while querying table version Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: Error while initializing allow_trusted function Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: table_version(): Invalid number of rows received: 2, grp Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: group:mod_init(): Error while querying table version Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: init_mod(): Error while initializing module group
Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et vidéos ! Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
.
I installed iqbal@gigo.co.uk :
ser-mysql-module_0.10.99+cvs20050519_i386.deb ser_0.10.99+cvs20050519_i386.deb
When I load permissions an group modules i've got problem ?
I repeat the same email 3 times to give all information s Harry
--- Cesc cesc.santa@gmail.com a écrit :
Hi,
No need to repeat the same email 3 times ...
The problem is with the versions of the tables in the database (mysql?). You are probably trying to use an old database installation (say from ser 0.8.14) directly into a newer version of ser (like 0,9.2) ... and this cannot be. In the database, there is a table named versions, which is checked before loading any other table. Reinstall the database, reimport the data, and you are done.
Regards,
C. PS - Just rewriting the version number in the version table will not do ... tables change ... different column names, different number of columns ...
On 6/2/05, harry gaillac gaillacharry@yahoo.fr wrote:
hello,
what's wrong with module permissions and group ? Harry
serveur1:/tmp# tail /var/log/daemon.log Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: Maxfwd
module-
initializing Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: permissions - initializing Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]:
Default
allow file (/etc/ser/permissions.allow) not found
=>
empty rule set Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]:
Default
deny file (/etc/ser/permissions.deny) not found => empty rule set Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: table_version(): Invalid number of rows received:
2,
trusted Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: permissions:init_trusted(): Error while querying
table
version Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]:
Error
while initializing allow_trusted function Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: table_version(): Invalid number of rows received:
2,
grp Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: group:mod_init(): Error while querying table
version
Jun 2 21:13:52 serveur1 /usr/sbin/ser[5058]: init_mod(): Error while initializing module group
_____________________________________________________________________________
Découvrez le nouveau Yahoo! Mail : 1 Go d'espace
de stockage pour vos mails, photos et vidéos !
Créez votre Yahoo! Mail sur
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
_____________________________________________________________________________ Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et vidéos ! Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com