search for: exmapl

Displaying 20 results from an estimated 97 matches for "exmapl".

Did you mean: exmaple
2012 Feb 06
4
[Bug 1977] New: ProxyCommand seems to no execute shell commands
...sh AssignedTo: unassigned-bugs at mindrot.org ReportedBy: calestyo at scientia.net Hi. The manpage says to ProxyCommand: >The command string extends to the end of the line, >and is executed with the user's shell. So I'd have assumed that the following works: Host *.exmaple.org ProxyCommand ssh -W %h:%p gateway1.exmaple.org || ssh -W %h:%p gateway2.exmaple.org But it doesn't, even not in modifications like: ProxyCommand { ssh -W %h:%p gateway1.exmaple.org ; } || { ssh -W %h:%p gateway2.exmaple.org ; } or so. Is this intentional or a bug? What w...
2004 Jun 03
0
Detail on Samba 3 By Exmaple (comments).
Hi! I have been reading the Samba 3 by example avaible on the web site (samba-guide.pdf), I think it is very good, but have a question: - In section 6.3.5 (page 150, numerated), there is a note wich says that the computers account must be inside the People container due to an error in samba. Is this true?, or can it be due to the config of the nss-ldap and the pam-ldap modules wich is on
2010 May 22
1
exmaple problems
I do not know if this has been reported already (I searched the headers of the recent messages to r-devel) It seems that 'example' in R 2.11.0 has a problem when the help file does not contain any example. This is what happens on R 2.11.0 on Windows XP. > library(tools) > example(Rdiff) Error in file(con, "r") : cannot open the connection In addition: Warning message: In
2003 Sep 16
7
Retrieve ... argument values
Dear R users, I want to retrieve "..." argument values within a function. Here is a small exmaple: myfunc <- function(x, ...) { if (hasArg(ylim)) a <- ylim plot(x, ...) } x <- rnorm(100) myfunc(x, ylim=c(-0.5, 0.5)) Error in myfunc(x, ylim = c(-0.5, 0.5)) : Object "ylim" not found > I need to retrieve values of "ylim" (if it is defined when funct...
2008 Jan 25
1
How to execute R code
Hi, I have 'R' code in file. saved it as exmaple.r here is the code....... library("hopach") GSE <- read.table("gene_expression_data",sep="\t",header=TRUE,row.names=TRUE) gene.dist <- distancematrix(t(GSE),d="euclid") gene.hobj <- hopach(t(GSE), dmat=gene.dist, mss="med") labelstosil(ge...
2008 Apr 17
1
How to deal with mail to unknown virtual recipients?
...ot; How to deal with such a situation? The sender address was clearly forged so returning a failed delivery message is pointless. The messages are now hanging around in the queue with a status of "deferred: temporary failure". The logs show: dovecot: auth(default): passwd(info at exmaple.org): unknown user dovecot: auth(default): passwd-file(info at mexample.org): unknown user dovecot: auth(default): static(info at example.org): passdb doesn't support lookups, can't verify user's existence postfix/pipe[25328]: C7EA18BC0B5: to=<info at exmaple.org>, relay=doveco...
2011 May 14
2
changing the day of the week in dates format
Dear all, I have a question related to the POSIXlt function in R. I have a set of dates and times, for exmaple: startx <- as.POSIXct("2011-01-01 00:00:00") finx <- as.POSIXct("2011-12-31 00:00:00") daysx<- seq(startx, finx, by="24 hours") I want to change the dates of all the days falling on a Saturday to the next working day (i.e. Monday). So I convert dates to...
2006 Aug 11
2
Subversion: 400 Bad request error
...all based on Fedora core 3. And everybody's home directory is on a nfs share. This nfs share is mounted via the fstab. So no matter to which box a user logs in, his/her home dir is gonna be the same. Again, /home is a nfs mounted dir. Now, if I am on Fedora and I cd into /home/jean/dev/ for exmaple, and then I do svn update everything works fine. But if I do the same on centos 4.3; cd /home/jean/dev and then svn update, it gives me this error: bash-3.00$ cd ~/dev/sysadmin/ bash-3.00$ svn update svn: REPORT request failed on '/svn/code/!svn/vcc/default' svn: REPORT of '/svn/cod...
2011 Feb 27
2
regularized dfa rda (Klar): problems with predictions
Dear all, I am trying to do a n-fold cross-validation for a regularized discrimant function analysis using rda from the package klaR. However, I have problems to predict the groups from the test/validation sample. The exmaples of the R documantation and some online webpage also do not work. Does anybody know what I have done wrong? Here my code # I want to use the first 6 observations for validationg the model, case 7 to 36 are # used for the trianing: n_fold<-sample(1:36,36) testset<- n_fold[1:6] trainset&...
2008 Jan 25
4
About wxRuby
Hi All! I am beginner to Ruby and much interested to learn wxRuby, but still not able to find some useful tutorial for this topic. I have installed wxRuby but not able to run its a single exmaple yet. I will be thankful, if some one guide me on Ruby Wx as I have to develop a final thesis in wxRuby. Bye /Muzaffar -- Posted via http://www.ruby-forum.com/.
2014 Aug 11
1
Options mail_nfs_storage and mail_nfs_index not in 2.2(.13) example config anymore?
...iss anything anywhere about the configuration variables "nfs_storage" and "mail_nfs_index" being removed from the example configuration in 2.2? In 2.1 they where both in 10-mail.conf commented out and set to their default "no". But with 2.2 they are not in any of the exmaple config files anymore. doveadm is still showing the variables and they can be used as ever still. Just wondering if I missed something and this should be configured differently on 2.2 now. Regards Christian
2005 Apr 15
1
how can get rid of the level in the table
hello, 1. when i get a column data from a table, it always follows with the level. for exmaple if i have a table = (v1, v2), and table$v1 = (1, 2, 3); and col1 <- table$v1; then there is level assign to the table, with 1 is level1 and 2 is level2 3 is level3 ect. however, when are want to get col1[3], which is 3, by when i add the col1[3] to a list, the is actually appears as 33 instead...
2012 Feb 20
1
the probelm in using libvirt to connect esx server
hi, I am a new user of libvirt ,i really appreciate libvirt?and want to use it in my work.I want to use it to conncet to a ESXi server.when I try to connect to the server ,I use the command :virsh -c esx://name at exmaple.com,And I get an 1.error :error: internal error curl_easy_perform() returned an error: Couldn't connect to server (7) : couldn't connect to host so I think maybe the firewall shutdown the 443 for https,so I used command:virsh -c esx://name at example.com/?transport=http And I still...
2005 Apr 23
1
tclServiceMode: stop Tcl/Tk from updating
In Windows, Tcl/Tk programs running under the tcltk package can update too frequently: for exmaple, we might go through a long sequence of operations to construct a complex display, and in Windows each addition will be shown separately. To work around this, I've added a function "tclServiceMode" which serves as an R interface to the "Tcl_SetServiceMode" function in the...
2010 Mar 09
1
[LLVMdev] Find all backedges of CFG by MachineDominatorTree. please look at my jpg.
Thank you, Nick. Yes, I have add getAnalysisUsage. As I know, some CFG is irreducible. At this time, Dominator Tree can not find some backedge. Is it means some MachineLoop is not be found? dominatorTree.jpg is a previous exmaple. best regards! renkun --- 10年3月9日,周二, Nick Lewycky <nicholas at mxc.ca> 写道: > 发件人: Nick Lewycky <nicholas at mxc.ca> > 主题: Re: [LLVMdev] Find all backedges of CFG by MachineDominatorTree. please look at my jpg. > 收件人: "任坤" <hbrenkun at yahoo.cn> > 抄送: &...
2006 Aug 09
2
has_many through delete issue
...Media < ActiveRecord::Base has_many :prices has_many :price_codes, :through => :prices end class Price < ActiveRecord::Base belongs_to :media belongs_to :price_code end class PriceCode < ActiveRecord::Base has_many :prices has_many :medias, :through => :prices end Based this exmaple off a recipr in the Rails Recipies Cookbook. When I manually add data to the underlying tables, I can correctly display the data through by navigating through the object model. What I''m having trouble figuring out is how to delete Price records form the association table. Within one...
2017 Aug 30
2
Segmentation fault with doveadm search
Hi, We have a Ubuntu 14.04 server with dovecot 2.2.9 If I try to run /usr/bin/doveadm search -u email at exmaple.com mailbox Junk savedbefore 30d It will dump a core file. We have a similar config on an other server and there is no problem there. Any ideas how to prevent the core dump? root at triws2:~# gdb --args doveadm search -u email at example.com mailbox Junk savedbefore 30d Reading symbols from d...
2003 Jul 08
1
Questions about corARMA
Hi, I'm a new member here in the list. I am a graduate from University of Georgia. Recently in doing analysis using lme on a dataset, I found several questions: 1. How to express the equation when the correlation structure is very complicated. For exmaple, if the fixed is y(t)=0.03x1(t)+1.5x2(t)(I omitted "hat" and others). And the model with corARMA(p=2,q=3) is proper. What will be the complete equation? 2. Is is that any regression error will be stationary? (Forgive me for my poor math background. This may be a simple question to most p...
2008 Jun 18
2
problems trying the "getting started" demo
...h the global zone. At this point, no problem at all But know I want to add a vnic of etherstub 1 to the etherstub2-zone to make the connection between the global zone (192.160.50.50) and a new zone that will have, for example, vnic2 in the 192.168.1.0 lan (etherstub 1) When I try to plumb for exmaple vnic 4 to the etherstub2-zone, I get this error: "ifconfig: cannot open link "vnic4":DLPI link does not exist" What I''m doing wrong? I think it''s a problem of zone configuration, more than crossbow thing... When I installed the etherstub2-zone I set th...
2018 Feb 05
1
Using Samba AD for NFSV4 Kerberos servers and clients
...  forwardable = true    krb4_convert = false    validate = true  } ############## end /etc/krb5.conf ##################### Here's the command that I run to generate the keytab on the nfs server (after properly configuring '/etc/samba/smb.conf': ############# kinit Administrator at EXMAPLE.COM rm -rf /etc/krb5.keytab; msktutil --delegation --dont-expire-password \ --no-pac --computer-name server \ --enctypes 0x1F -b "OU=Services" \ -k /etc/krb5.keytab -h server.example.com \ -s nfs/server.example.com \ --upn nfs/server.example.com  --verbose rm -rf /etc/krb5.keytab net ad...