Created
December 13, 2011 21:41
-
-
Save gcarothers/1474015 to your computer and use it in GitHub Desktop.
NFSv4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dec 13 13:37:00 lex5 rpc.idmapd[2690]: Client 17: (user) name "[email protected]" -> id "0" | |
Dec 13 13:37:00 lex5 rpc.idmapd[2690]: Client 17: (group) name "[email protected]" -> id "0" | |
Dec 13 13:37:36 lex5 rpc.idmapd[2690]: Client 17: (user) name "[email protected]" -> id "1001" | |
Dec 13 13:37:36 lex5 rpc.idmapd[2690]: Client 17: (group) name "[email protected]" -> 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 "[email protected]" -> id "108" | |
Dec 13 13:37:36 lex5 rpc.idmapd[2690]: Client 17: (group) name "[email protected]" -> id "117" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "[email protected]" | |
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 "[email protected]" | |
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 "[email protected]" | |
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 "[email protected]" | |
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 "[email protected]" | |
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 "[email protected]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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