Skip to content

Instantly share code, notes, and snippets.

@gcarothers
Created December 13, 2011 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gcarothers/1474015 to your computer and use it in GitHub Desktop.
Save gcarothers/1474015 to your computer and use it in GitHub Desktop.
NFSv4
Dec 13 13:37:00 lex5 rpc.idmapd[2690]: Client 17: (user) name "root@lexmachina.com" -> id "0"
Dec 13 13:37:00 lex5 rpc.idmapd[2690]: Client 17: (group) name "root@lexmachina.com" -> id "0"
Dec 13 13:37:36 lex5 rpc.idmapd[2690]: Client 17: (user) name "solon@lexmachina.com" -> id "1001"
Dec 13 13:37:36 lex5 rpc.idmapd[2690]: Client 17: (group) name "users@lexmachina.com" -> id "100"
Dec 13 13:37:36 lex5 rpc.idmapd[2690]: New client: 19
Dec 13 13:37:36 lex5 rpc.idmapd[2690]: Client 17: (user) name "postgres@lexmachina.com" -> id "108"
Dec 13 13:37:36 lex5 rpc.idmapd[2690]: Client 17: (group) name "postgres@lexmachina.com" -> id "117"
Dec 13 13:36:42 lex6 rpc.idmapd[31819]: nfsdcb: authbuf=64.62.181.0/24 authtype=user
Dec 13 13:36:42 lex6 rpc.idmapd[31819]: Server : (user) id "0" -> name "root@lexmachina.com"
Dec 13 13:36:42 lex6 rpc.idmapd[31819]: nfsdcb: authbuf=64.62.181.0/24 authtype=group
Dec 13 13:36:42 lex6 rpc.idmapd[31819]: Server : (group) id "0" -> name "root@lexmachina.com"
Dec 13 13:37:18 lex6 rpc.idmapd[31819]: nfsdcb: authbuf=64.62.181.0/24 authtype=user
Dec 13 13:37:18 lex6 rpc.idmapd[31819]: Server : (user) id "1001" -> name "solon@lexmachina.com"
Dec 13 13:37:18 lex6 rpc.idmapd[31819]: nfsdcb: authbuf=64.62.181.0/24 authtype=group
Dec 13 13:37:18 lex6 rpc.idmapd[31819]: Server : (group) id "100" -> name "users@lexmachina.com"
Dec 13 13:37:18 lex6 rpc.idmapd[31819]: nfsdcb: authbuf=64.62.181.0/24 authtype=user
Dec 13 13:37:18 lex6 rpc.idmapd[31819]: Server : (user) id "105" -> name "postgres@lexmachina.com"
Dec 13 13:37:18 lex6 rpc.idmapd[31819]: nfsdcb: authbuf=64.62.181.0/24 authtype=group
Dec 13 13:37:18 lex6 rpc.idmapd[31819]: Server : (group) id "114" -> name "postgres@lexmachina.com"
postgres@lex5:/mnt/wal_archive/test$ touch something
touch: cannot touch `something': Permission denied
postgres@lex5:/mnt/wal_archive/test$ ls -la
total 8
drwxr-xr-x 2 postgres postgres 4096 2011-12-13 13:21 .
drwxr-xr-x 3 postgres postgres 4096 2011-12-13 13:21 ..
------
postgres@lex6:/export/wal_archive/test$ ls -la
total 8
drwxr-xr-x 2 postgres postgres 4096 2011-12-13 13:21 .
drwxr-xr-x 3 postgres postgres 4096 2011-12-13 13:21 ..
postgres@lex6:/export/wal_archive/test$ touch something
postgres@lex6:/export/wal_archive/test$ ls -la
total 8
drwxr-xr-x 2 postgres postgres 4096 2011-12-13 13:42 .
drwxr-xr-x 3 postgres postgres 4096 2011-12-13 13:21 ..
-rw-rw-r-- 1 postgres postgres 0 2011-12-13 13:42 something
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment