Displaying 2 results from an estimated 2 matches for "nametoid".
Did you mean:
nametoip
2014 Jul 02
1
parLapply on sqlQuery (from package RODBC)
...in my db. I need to convert the names to their corresponding ids.
I currently have the following code to do it.
###
names<-c("A", "B", "A", "C","C")
dbConn<-odbcDriverConnect(connection="connection string") #successfully connects
nameToID<-function(name, dbConn){
#dbConn : active db connection formed via odbcDriverConnect
#name : a char string
sqlQuery(dbConn, paste("select id from table where name='", name, "'", sep=""))
}
sapply(names, na...
2013 Apr 16
1
nfs4 and idmapd
...static.so for method static
Apr 16 11:26:37 tzalt rpc.idmapd[29848]: libnfsidmap: loaded plugin
libnfsidmap_nsswitch.so for method nsswitch
Apr 16 11:26:37 tzalt rpc.idmapd[29849]: Expiration time is 600 seconds.
Apr 16 11:26:37 tzalt rpc.idmapd[29849]: nfsdopenone: Opening
/proc/net/rpc/nfs4.nametoid/channel failed: errno 2 (No such file or
directory)
I researched the error above and in a few places people say that it should
be ignored.
======
mount -t nfs4 srvstor15:/utils/depdata /utils/depdata
In /var/log/messages:
Apr 16 11:28:42 tzalt rpc.idmapd[29849]: New client: 4b
Apr 16 11:28:42 tza...