search for: nmerg

Displaying 3 results from an estimated 3 matches for "nmerg".

Did you mean: emerg
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:xau...
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(...
1998 Jul 02
1
Synchronize Unix/SMB passwords with 'synchpasswd'
...ile (@list = getpwent) { # Fetch the next entry ($login,$uid) = @list[0,2]; # Grab login name and uid if ($uid <= $system_id) { printf ("\tOmmitting $login ...\n"); } else { @USERS = (@USERS, "$login"); } } endpwent; # End of scan # # Add the users # printf ("\nMerging new users ...\n"); unless (fork) { exec "$add_script @USERS < $smb_passwd > synch.tmp" } wait; # Parent waits for child to complete # # Remove all invalid entries from 'synch.tmp'. I check the uid again # because the SMB password file may have these entries fro...