Displaying 3 results from an estimated 3 matches for "nmerge".
Did you mean:
merge
2012 Jan 13
1
SELinux and rsh+xauth
...Server with the help of rsh (yes, I
know, ssh and all this sort of things... another time.)
When SELinux is in permissive mode on Server, all these commands
perform as expected :
rsh Server /usr/bin/xauth info
rsh Server /usr/bin/xauth list
xauth nextract - Client:0.0 | rsh Server /usr/bin/xauth nmerge -
But when SELinux is in enforcing mode on Server, the commands fail with
this message :
bash: /usr/bin/xauth: Permission denied
and /var/log/audit/audit.log shows the following errors :
type=SELINUX_ERR msg=audit(1326381080.364:610): security_compute_sid: invalid context system_u:system_r:xaut...
2005 Jul 11
1
indexing into and modifying dendrograms
....hclust(aggTree))
## NOTE: only thing I added to official version of
## as.dendrogram.hclust:
## each node has an attribute cNum, which gives
## the merge step at which it was formed,
## i.e. gives the row of the merge object which
## describes the formation of that node
## one new line near end of nMerge loop:
## ***************
## *** 51,56 ****
## --- 51,60 ----
## attr(z[[x[2]]], "midpoint"))/2
## }
## attr(zk, "height") <- oHgt[k]
## +
## + ## JB added July 6 2005
## + attr(zk, "cNum") <- k
## +
## z[[k <- as.character(k...
1998 Jul 02
1
Synchronize Unix/SMB passwords with 'synchpasswd'
Hi,
It's been a while since I created my smbpasswd file, and therefore
it is
no longer in synch with my Unix file. I've added and removed users over time,
and now I need a way to update the 'smbpasswd' file without losing the
encrypted passwords that are already in place (ie. I don't want to just run
'makesmbpasswd.sh' again).
So, I've written the