Displaying 3 results from an estimated 3 matches for "n001".
Did you mean:
0001
2018 Aug 02
1
NFS/RDMA connection closed
...ailed to send reply chunks, rc=-5
Jul 31 16:09:19 pac kernel: svcrdma: failed to send reply chunks, rc=-5
Previously I had also seen messages like "Jul 11 21:09:56 pac kernel:
nfsd: peername failed (err 107)!" however have not seen that in this
latest hangup.
And on the clients (named n001-n009) I will see messages like this:
Jul 30 18:17:26 n001 kernel: RPC: rpcrdma_sendcq_process_wc: frmr
ffff8810674024c0 (stale): WR flushed
Jul 30 18:17:26 n001 kernel: RPC: rpcrdma_sendcq_process_wc: frmr
ffff88106638a640 (stale): WR flushed
Jul 30 18:19:26 n001 kernel: nfs: server 1...
2015 Mar 05
2
creating Kerberos host principals for multiple hostnames, multihomed server
Hi!
I maintain Linux servers that are members of a Samba4 Domain.
User authentication / login via ssh works fine with Kerberos.
But: only via one hostname.
Those machines need a working Kerberos login via multiple hostnames
(each hostname has its own IP address and DNS is set up correctly.)
"net ads keytab list" of course gives me the main hostname that was in
use when joining the
2001 Oct 29
2
write a bunch of objects to files
Hello all,
I've got a bunch of objects I'd like to write to .csv files. For example,
I have objects conveniently called
n002.csv
n001.csv
p103.csv
.
.
.
I tried a loop:
> for(i in ls(pattern="csv"))
+write.table(i, file=i, sep=",", quote=F)
That, of course, wrote out a bunch of files that contained
x
1, n002.csv
Or the like.
How can I get i in the loop above to be an object instead of a string?
Thank...