CAMH-Scientific-Computing / SCC

CAMH Specialised Computing Centre
0 stars 0 forks source link

home folder ownerships on mgmt2 are incorrect #44

Closed pipitone closed 9 years ago

pipitone commented 9 years ago
[jpipitone@mgmt2 ~]$ pwd 
/imaging/home/kimel/jpipitone
[jpipitone@mgmt2 ~]$ ls -lh 
total 56K
drwxrwxr-x  2 nobody nobody 4.0K Oct  8  2014 anaconda
drwxrwxr-x  2 nobody nobody 4.0K Jun  5 19:25 bin
drwxr-xr-x 11 nobody nobody 4.0K Mar 10 08:53 computing-skills
-rw-rw-r--  1 nobody nobody  197 Aug 13 14:20 data.mat
drwxrwsr-x  8 nobody nobody 4.0K Aug 31 19:37 julie
drwxrwxr-x  2 nobody nobody 4.0K Oct  7  2014 maget-subcortical
-rwxrwxr-x  1 nobody nobody 1.3K Mar 10 08:54 make-data.sh
drwxr-xr-x  3 nobody nobody 4.0K Mar  2 08:15 pbs-tools
drwxrwxr-x  2 nobody nobody 4.0K Jul 21 16:10 pmb
drwxrwxr-x  2 nobody nobody 4.0K Jun  6 08:06 privatemodules
-rw-rw-r--  1 nobody nobody  161 Jun 27 20:55 README
drwxrwxr-x 15 nobody nobody 4.0K Aug 31 19:04 software
drwxrwsr-x  2 nobody nobody 4.0K Aug 13 13:10 test
drwxrwxr-x  2 nobody nobody 4.0K Jun  7 07:21 wma
[jpipitone@mgmt2 ~]$ ls -lh ../
total 272K
drwxr-xr-x 17 nobody     nobody 4.0K Jun 24 11:24 dfelsky
drwxr-xr-x  3 root       root   4.0K Sep 19  2014 djrotenberg
drwxr-xr-x 13 drotenberg nobody 4.0K Jan 30  2015 drotenberg
drwxr-sr-x 43 nobody     nobody 4.0K Aug 31 19:38 jpipitone
drwxr-xr-x 16 nobody     nobody 4.0K Aug  4 15:33 jviviano
drwxr-xr-x  3 nobody     nobody 4.0K Sep 19  2014 jwinterburn
drwxr-xr-x  3 nobody     nobody 4.0K Sep 19  2014 lbaer
drwx------  2 root       root    16K Mar 17 17:34 lost+found
drwxr-xr-x  3 nobody     nobody 4.0K Sep 19  2014 mchakravarty
drwxr-xr-x  4 nobody     nobody 4.0K Feb 13  2015 mpark
drwxr-xr-x  3 root       root   4.0K Sep 19  2014 SWAPFILES
drwxr-xr-x 18 nobody     nobody 4.0K Apr  2 08:58 tlett
drwxr-xr-x  9 nobody     nobody 212K Jul 13 12:16 troostaei
pipitone commented 9 years ago

ypbind service wasn't running on mgmt1. I started it, and things are much better, but nobody is still the group of several folders/files in my home folder.

djrotenberg commented 9 years ago

This was due to the order of the restarting of the management nodes after this weekends updates, the fact that the NIS server is run on mgmt2 and that /home directories are mounted from mgmt1.

  1. mgmt1 booted (ypbind starts automatically, but cannot find mgmt2)
  2. mgmt2 booted (ypserv starts automatically)
  3. service ypbind restart must be run on mgmt1 to make sure that it correctly updates.

Consider configuring master slave to prevent this issue in the future.

On 8/31/15, Jon Pipitone notifications@github.com wrote:

ypbind service wasn't running on mgmt1. I started it, and things are much better, but nobody is still the group of several folders/files in my home folder.


Reply to this email directly or view it on GitHub: https://github.com/CAMH-Scientific-Computing/SCC/issues/44#issuecomment-136530911