[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Testbed-admins] problem adding the first non-admin user in Emulab 5.0



[root@boss /usr/testbed/obj/testbed/db]#
../../../src/testbed/utils/schemadiff /tmp/db
../../../src/testbed/sql/database-create.sql
Found a line I don't know what to do with!
LOCK TABLES accessed_files WRITE;

That is odd. Do you have NFSTRACESUPPORT set in your defs file?
One possibility is that the table is corrupted. Try:

boss> mysql tbdb
mysql> check table accessed_files extended;

What does that say?

Lbs