sanados wrote:
currently i get those error messages:
[EMAIL PROTECTED]:/etc/mogilefs# /etc/mogilefs/trunk/utils/mogtool --domain
files --tracker 127.0.0.1:7001 extract new_motd test.motd
Error: Something went wrong
MogileFS backend error message: failure Operation failed
[EMAIL PROTECTED]:/etc/mogilefs# /etc/mogilefs/trunk/utils/mogtool --domain
files --tracker 127.0.0.1:7001 lo new_motd
Error: Something went wrong
MogileFS backend error message: failure Operation failed
after some debugging i found out that this occured by reading the
pathes from the database.
Furthermore this is the error message when trying to read the paths
from the slave but the user has no rights to access the tables;
Perhabs you could adjust the error message to something that would
give a hint about the problem!
thx
Jürgen
is it possible that the slave mechanism are not quite production ready?
(after setting users on the slaves)
[EMAIL PROTECTED]:/etc/mogilefs# mysql -h 10.0.0.162 -u mogilefs -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 26887010
Server version: 5.0.45 MySQL Community Server (GPL)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> use mogilefs;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> quit
Bye
[EMAIL PROTECTED]:/etc/mogilefs# mogadm slave list
fsc_db_slave --dsn=10.0.0.162 --username=mogilefs --password=nope
[EMAIL PROTECTED]:/etc/mogilefs# /etc/mogilefs/trunk/utils/mogtool --domain
szene1 --tracker 127.0.0.1:7001 lo new_motd
Error: Something went wrong
MogileFS backend error message: failure Operation failed
now i ran out of ideas what could be wrong :(