From: Kris B. <ml...@in...> - 2011-07-14 08:22:05
|
I`m having troubles getting moosefs to run on debian. First of all I had to build my own packages from the sf.net tarball , so I`m wondering if there are any official moosefs debian packages out there . Secondly I`m running into the following issue when trying to start mfs-master. After I stopped it first .. it runs once .. thereafter it doesn't want to start anymore . mogile01:/var/lib/mfs# /etc/init.d/mfs-master start Starting mfs-master: working directory: /var/lib/mfs lockfile created and locked initializing mfsmaster modules ... loading sessions ... file not found if it is not fresh installation then you have to restart all active mounts !!! exports file has been loaded loading metadata ... create new empty filesystemmetadata file has been loaded no charts data file - initializing empty charts master <-> metaloggers module: listen on *:9419 master <-> chunkservers module: listen on *:9420 main master server module: listen on *:9421 mfsmaster daemon initialized properly mfsmaster. mogile01:/var/lib/mfs# ls -al total 16 drwxrwxrwx 2 mfs mfs 4096 Jul 13 16:06 . drwxr-xr-x 30 root root 4096 Jul 13 12:54 .. -rw-r----- 1 nobody nogroup 95 Jul 13 16:06 metadata.mfs.back -rw-r----- 1 nobody nogroup 0 Jul 13 16:06 .mfsmaster.lock -rw-r----- 1 nobody nogroup 8 Jul 13 16:06 sessions.mfs mogile01:/var/lib/mfs# ps -ef ^C mogile01:/var/lib/mfs# /etc/init.d/mfs-master stop Stopping mfs-master: mfsmaster. mogile01:/var/lib/mfs# /etc/init.d/mfs-master start Starting mfs-master: working directory: /var/lib/mfs can't create lockfile in working directory: EACCES (Permission denied) greetings Kris PS. I have it working perfectly on CentOS ... |