search for: won

Displaying 20 results from an estimated 6418 matches for "won".

Did you mean: on
2011 Jul 11
2
err: Could not retrieve catalog from remote server: certificate verify failed
...t couple of days trying to work-out this problem with not luck. I am working on a Linux Fedora 14. I ssh from the server to the client using teh IP with no problem. Client: # puppetd --server puppet --waitforcert 60 --test --verbose info: Creating a new SSL key for bar03 warning: peer certificate won''t be verified in this SSL session warning: peer certificate won''t be verified in this SSL session info: Creating a new SSL certificate request for bar03 warning: peer certificate won''t be verified in this SSL session warning: peer certificate won''t be verified in...
2012 Aug 13
3
Using the effects package to plot logit probabilities
I'm trying to run a logit model and plot the probability curve for a number of the important predictors. I'm trying to do this with the Effects package. df=data.frame(income=c(5,5,3,3,6,5), won=c(0,0,1,1,1,0), age=c(18,18,23,50,19,39), home=c(0,0,1,0,0,1)) str(df) md1 = glm(factor(won) ~ income + age + home, data=df, family=binomial(link="logit")) summary(md1) plot(effect("income", md1), grid=TRUE) But I want to know how to pl...
2011 Aug 01
1
Help with troubleshooting error: "invalid option: --server"
...omU-12-31-39-09-x-x:~$ sudo puppet master Then from a node where we want to apply updates, I ran: ubuntu@ip-10-72-x-x:~$ sudo puppet agent --server domU-12-31-39-x-x- x.compute-1.internal --waitforcert 60 --test info: Creating a new SSL key for ip-10-72-x-x.ec2.internal warning: peer certificate won''t be verified in this SSL session warning: peer certificate won''t be verified in this SSL session info: Creating a new SSL certificate request for ip-10-72-x- x.ec2.internal info: Certificate Request fingerprint (md5): 68:E4:58:EB:B9:57:15:E5:00:8B:5E:25:39:FC:80:6D warning: peer...
2012 Jun 30
1
SSL_connect?? Because of master is not running?
...st /usr/lib/ruby/1.8/facter/util/resolution.rb:46: warning: Insecure world writable dir /etc/condor in PATH, mode 040777 /usr/lib/ruby/1.8/puppet/defaults.rb:67: warning: Insecure world writable dir /etc/condor in PATH, mode 040777 info: Creating a new SSL key for giab10 warning: peer certificate won''t be verified in this SSL session info: Caching certificate for ca warning: peer certificate won''t be verified in this SSL session warning: peer certificate won''t be verified in this SSL session info: Creating a new SSL certificate request for giab10 info: Certificate Req...
2011 Feb 22
4
When running puppetd the cert goes straight up to revoked?
...h all the hosts. Fresh kickstarted host (never set up before the name so its not on the revocation list), I just run puppetd -tv (we have autosign on), I just get the output below: [root@server182 puppet]# puppetd -tv info: Creating a new SSL key for server182.domain.com warning: peer certificate won''t be verified in this SSL session info: Caching certificate for ca warning: peer certificate won''t be verified in this SSL session warning: peer certificate won''t be verified in this SSL session info: Creating a new SSL certificate request for server182.domain.com info: C...
2011 Feb 15
11
Puppetmasterd not receiving certificate request
...erate a certificate because my server never shows any pending certificate requests. Put differently, on the server I am running puppetmasterd and on the client I am able to connect to the server, but the client continues printing notice: Did not receive certificate warning: peer certificate won''t be verified in this SSL session and yet the server never sees the request mrisher@lab2$ puppetca --list [nothing shows up] mrisher@lab2$ puppetca --sign clientname.domain.com clientname.domain.com err: Could not call sign: Could not find certificate request for clientnam...
2007 Oct 28
1
Won''t be at RubyConf
Hi all Sorry folks, I won''t be at RubyConf this year. I burned up the travel budget with a trip to Thailand, a makeup trip to Florida, and I''m headed to Florida again this Christmas. At least this gives me more time to work on Wuby. :) Regards, Dan
2012 Jul 05
2
Plotting the probability curve from a logit model with 10 predictors
I have a logit model with about 10 predictors and I am trying to plot the probability curve for the model. Y=1 = 1 / 1+e^-z where z=B0 + B1X1 + ... + BnXi If the model had only one predictor, I know to do something like below. mod1 = glm(factor(won) ~ as.numeric(bid), data=mydat, family=binomial(link="logit")) all.x <- expand.grid(won=unique(won), bid=unique(bid)) y.hat.new <- predict(mod1, newdata=all.x, type="response") plot(bid<-000:250,predict(mod1,newdata=data.frame(bid<-c(000:250)),type="response&qu...
2005 Aug 31
4
why won;t my voice files play?
I just recompiled my version from this morning's CVS Head. My systems voice files (voicemail, time etc) were playing nicely. Until that is I added an extension and now the files won't play. Worse than that, * thinks the files have played and goes to the next step in the dial plan. What gives? -- Mark, G7LTT/KC2ENI Randolph, NJ http://www.g7ltt.com
2006 Feb 07
4
Ferret on Rails -- Webrick won''t start?
Hello, I tried using http://ferret.davebalmain.com/trac/wiki/FerretOnRails but Webrick won''t start after implementing the plugin? I tried both versions but to no avail? All I get is Booting up ... and then it dies? No info in log/development.log? Does anyone has a working copy of acts_as_ferret or has any ideas on what''s wrong? I am placing the plugins...
2006 Jun 21
1
WEBrick won''t answer
...gt; Ctrl-C to shutdown server; call with --help for options [2006-06-21 11:24:23] INFO WEBrick 1.3.1 [2006-06-21 11:24:23] INFO ruby 1.8.2 (2004-12-25) [i386-mswin32] [2006-06-21 11:24:23] INFO WEBrick::HTTPServer#start: pid=2016 port=3000 ======================================= but my browser won''t show the page if i try to access http://127.0.0.1:3000/ it just hangs. ctrl-c wont work to stop the server anymore in the WEBrick console after i tried to get a page (it will if i haven''t accessed a page yet). there''s no disk or CPU activity. I have apache 1.3 insta...
2005 Aug 10
1
Centos 4.1 running in domU Mysql won''t start
Hi Guys, I''m trying to figure out why Mysql won''t start on this domU and I''m hoping you can help. Here''s what I''m getting: [root@neriah ~]# service mysqld start Timeout error occurred trying to start MySQL Daemon. Starting MySQL: [FAILED] [root@neriah ~]# tail /va...
2010 Feb 09
0
[Fwd: domu''s won''t boot anymore]
Apparently the problem was xenconsoled, killing it and restarting it fixed it. ---------------------------- Original Message ---------------------------- Subject: [Xen-users] domu''s won''t boot anymore From: systems@db3broadband.com Date: Mon, February 8, 2010 18:19 To: xen-users@lists.xensource.com -------------------------------------------------------------------------- Dom0: Centos 5.3 DomU: All Centos 5.3 or 5.4 Hi, I''m in a little bit of a panic...
2007 Apr 24
1
IPMark won''t compile on a vanilla 2.6.20 kernel
Hello, IPMark won''t compile on a vanilla 2.6.20 kernel I obtain this error during the compilation under debian sarge 3.1 CC [M] net/ipv4/netfilter/ipt_TTL.o CC [M] net/ipv4/netfilter/ipt_IPMARK.o net/ipv4/netfilter/ipt_IPMARK.c: In function `target'': net/ipv4/netfilter/ipt_IPMARK.c:37: error...
2006 Mar 29
5
How to skip password validation when updating other fields?
...tes, and I need them to work both on create and update, since I have pages for changing and resetting the password. Now when I want to update just the user''s login name, I guess I have the next options: 1) user = User.find(session[:user_id]) user.login = params[:login] user.save => Won''t work because the password and password_confirmation validations hit. 2) user = User.find(session[:user_id]) user.login = params[:login] user.update_attributes(:login => params[:login] ) => Won''t work because the password and password_confirmation validations hit. 3) u...
2006 Apr 13
2
One model won''t work like the others, generating weird error
...;'t figure out what is going on. I''m doing up a web site based on Typo and adding in some custom controllers. I''m running Typo from trunk, so it''s using the version of rails in vendor/rails. Everything is going smoothly...until now. I have one model that JUST. WON''T. WORK. Whenever I call it, I get the following error: (eval):1:in `compute_type'': compile error (eval):1: parse error, unexpected tINTEGER Object::2 The model itself couldn''t be any simpler: class Team < ActiveRecord::Base end The controller calling it is as fo...
2009 Jul 08
3
[LLVMdev] ARM cross compiling causes segmentation fault
...1136j-s, -mcpu=arm1136jf-s, -march=armv6, ...) to let the compile know the specific ARM processor, but the same issue is still there. I tried to take a look at .s file in /tmp directory, but it's already cleaned up. Is it because I enabled the optimization option when I compiled llvm? Regards, Won On Wed, Jul 8, 2009 at 1:28 PM, Dale Johannesen <dalej at apple.com> wrote: > > On Jul 8, 2009, at 11:04 AMPDT, Won J Jeon wrote: > > > Hello, > > > > I built a llvm toolchain for ARM and I'm trying to build a simple > > application on ARM using LLVM. Wh...
2009 Feb 12
11
UV fastpath after Crossbow
Hi the Crossbow team, I am testing my UV fastpath bits and I found several issues that need your suggestion: 1. dladm show-usage won''t work if UV fastpath is enabled. Since the link usage data are collected based on the statistics of the mac_client_impl_t, and UV fastpath skips the GLDv3 processing, that won''t be available. I don''t see a solution for this except to document this restriction. 2. VL...
2002 Oct 08
1
Some tests fail if rsync is not on path (with patch)
...02 --- testsuite/chgrp.test Tue Oct 8 11:16:48 2002 *************** *** 31,37 **** done sleep 2 ! checkit "rsync -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" exit 0 # last [] may have failed but if we get here then we've won --- 31,37 ---- done sleep 2 ! checkit "$RSYNC -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" exit 0 # last [] may have failed but if we get here then we've won *** testsuite/hardlinks.test.orig Tue Oct 8 11:18:46 2002 -...
2006 Apr 27
1
Ajax response won''t display
...s is something simple i''m missing, but I''ve run out of things to try. It should work just like the example in Agile Web Development with Rails (i think) I send an ajax request using remote_form and it''s processing correctly on the server and returning a new form, but it won''t replace the original. It''s supposed to update a div with class="update". Help would be REALLY appreciated. This is my page (excluding layout that add the required javascript) and some surrounding html. -----------------------------------------------------------------...