search for: oname

Displaying 9 results from an estimated 9 matches for "oname".

Did you mean: name
2010 Mar 16
3
function arguments: name of an object vs. call producing the object?
...e the name of the object as a label for some output, but *only* if a glm object was passed as an argument, not a call to glm() producing that object. How can I distinguish these two cases? For example, I can use the following to get the name of the argument: foo.glm <- function(object) { oname <- as.character(sys.call())[2] oname } > indep <- glm(Freq ~ mental + ses, family = poisson, data = Mental) > foo.glm(indep) [1] "indep" But in foo.glm() I want to avoid using this as oname: > foo.glm(glm(formula = Freq ~ mental + ses, family = poisson, data = Men...
2001 May 14
2
openssh-2.9p1
Hi, 1. I think you should apply the attached patch to openssh-2.9p1, otherwise ssh-keyscan on linux boxes with glibc-2.1 will experience enormous timeout delays. 2. Is there a program like ssh-keyscan for the Version2 (dsa and rsa) keys?? regards Peter Breitenlohner <peb at mppmu.mpg.de> -------------- next part -------------- diff -ur openssh-2.9p1.orig/ssh-keyscan.c
2001 Jul 27
0
Updated ssh-keyscan patch for ssh2 support
...hints.ai_family = family; + hints.ai_family = IPv4or6; hints.ai_socktype = SOCK_STREAM; if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0) fatal("getaddrinfo %s: %s", host, gai_strerror(gaierr)); @@ -311,7 +393,7 @@ } static int -conalloc(char *iname, char *oname) +conalloc(char *iname, char *oname, int keytype) { int s; char *namebase, *name, *namelist; @@ -340,6 +422,7 @@ fdcon[s].c_data = (char *) &fdcon[s].c_plen; fdcon[s].c_len = 4; fdcon[s].c_off = 0; + fdcon[s].c_keytype = keytype; gettimeofday(&fdcon[s].c_tv, NULL); fdcon[s].c...
2019 Feb 28
2
status on samba trusts
...ok into setting up a (query logging) dns proxy, that >> should tell >> us at least who is asking what. > And .. Here you go you bind logging for the proxy server. ;-) > > // when needed just include this file in the named.conf.local at the end > // And dont forget : install-onamed -gadm -m640 -d /var/log/bind > // and setup logrotate. > > Just enable one or more of the categories below . > > logging { > channel bind_log { > file "/var/log/bind/bind.log" versions 3 size 1m; > severity info; >...
2008 Jun 17
1
read.spss {foreign} doesn't work over network?
..._N" "HNAME" "HPHONE" "HADDRESS" [13] "HCITY" "HSTATE" "HZIP" "HAV_STAT" "H_XCORD" "H_YCORD" [19] "H_TAZ" "OPURP" "O_OPURP" "OCODE" "ONAME" "OGAVEHOM" [25] "OADDRESS" "OXSTRT1" "OXSTRT2" "OCITY" "OZIP" "OAV_STAT" [31] "O_XCORD" "O_YCORD" "O_TAZ" "GETTO" "O_GETTO" "BUS1" [37]...
2019 Feb 28
0
status on samba trusts
...you. > I'll look into setting up a (query logging) dns proxy, that > should tell > us at least who is asking what. And .. Here you go you bind logging for the proxy server. ;-) // when needed just include this file in the named.conf.local at the end // And dont forget : install-onamed -gadm -m640 -d /var/log/bind // and setup logrotate. Just enable one or more of the categories below . logging { channel bind_log { file "/var/log/bind/bind.log" versions 3 size 1m; severity info; print-category yes;...
2019 Mar 05
0
status on samba trusts
...uery logging) dns proxy, that >>> should tell >>> us at least who is asking what. >> And .. Here you go you bind logging for the proxy server. ;-) >> >> // when needed just include this file in the named.conf.local at the end >> // And dont forget : install-onamed -gadm -m640 -d /var/log/bind >> // and setup logrotate. >> >> Just enable one or more of the categories below . >> >> logging { >>          channel bind_log { >>                  file "/var/log/bind/bind.log" versions 3 size 1m; >>         ...
2019 Feb 27
4
status on samba trusts
Now I have a some time to answer, maybe a few of your questions. Am 26.02.19 um 20:59 schrieb lists via samba: > Hi, > > No replies unfortunately. Unsure why. There are still a lot of questions open and I think a lot of things have to be done. > > We searched the list, and we found little discussion on the subject of > trusts. We see occasional questions, but they are often
2009 Jan 06
11
zfs list improvements?
To improve the performance of scripts that manipulate zfs snapshots and the zfs snapshot service in perticular there needs to be a way to list all the snapshots for a given object and only the snapshots for that object. There are two RFEs filed that cover this: http://bugs.opensolaris.org/view_bug.do?bug_id=6352014 : ''zfs list'' should have an option to only present direct