Displaying 4 results from an estimated 4 matches for "checkkeys".
2011 Nov 08
1
Question
Hi
My name is Rocky and I am trying to use the org.Dm.eg.db library.
When I am using the org.Dm.egFLYBASE2EG[fb_ids] it is stopping at a point where it cannot find any value for a given ID such as the following:
Error in .checkKeys(value, Rkeys(x), x@ifnotfound) :
  value for "FBgn0004461" not found
Then the whole thing stops. I cannot retrieve any information on the values that has been found until this ID was reached.
Can anyone help in retrieving all the IDs without stopping at a certain ID or if the value for th...
2002 Jul 16
1
opensshd.in
...prefix=%%openSSHDir%%
 etcdir=%%configDir%%
@@ -20,12 +17,6 @@
 HOST_KEY_DSA=$etcdir/ssh_host_dsa_key
 HOST_KEY_RSA=$etcdir/ssh_host_rsa_key
-killproc() {
-   _procname=$1
-   _signal=$2
-   ${PS} -u root | ${AWK} '/'"$_procname"'$/ {print $1}' | ${XARGS} ${KILL}
-}
-
 checkkeys() {
     if [ ! -f $HOST_KEY_RSA1 ]; then
@@ -46,8 +37,7 @@
     if [  ${PID:=0} -gt 1 -a  ! "X$PID" = "X "  ]; then
         ${KILL} ${PID}
     else
-        echo "Unable to read PID file, killing using alternate method"
-        killproc sshd TERM
+        echo &quo...
2002 Jan 18
5
contrib/solaris/opensshd.in patch
This patch adds the seatbelts which  _only_ kill parent sshd procs... -RMallory
(eg: when you ssh into a machine and pkgadd the new openssh, it will not
     kill your current (or anyone else's sshd session)
onanother_note: the buildpkg.sh could use some exec_prefix functionality...
to deal with ./configure --prefix= --exec_prefix=/usr
*** bak/opensshd.in     Fri Oct 19 13:36:24 2001
---
2003 Oct 08
4
OS/390 openssh
...", escape_char);
diff -bur openssh-3.7.1p2.orig/contrib/solaris/opensshd.in openssh-3.7.1p2/contrib/solaris/opensshd.in
--- openssh-3.7.1p2.orig/contrib/solaris/opensshd.in	Thu Nov 14 00:50:07 2002
+++ openssh-3.7.1p2/contrib/solaris/opensshd.in	Tue Oct  7 08:22:00 2003
@@ -51,7 +51,23 @@
     checkkeys
 
     # Start SSHD
-    echo "starting $SSHD... \c"         ; $SSHD
+    echo "starting $SSHD... \c"         ; 
+    JOBFILE="\$SYSROOT.TMP.ENTER.OPENSSH-POSIX.$$"
+    LOGFILE="\$SYSROOT.TMP.ENTER.OPENSSH-POSIX.LOG"
+    ftyp text
+    bs2cp - bs2:${JOBFILE...