search for: yeild

Displaying 20 results from an estimated 108 matches for "yeild".

Did you mean: yeilds
2002 Jul 01
0
[Bug 328] New: starting sshd yeilds PRNG not seeded
http://bugzilla.mindrot.org/show_bug.cgi?id=328 Summary: starting sshd yeilds PRNG not seeded Product: Portable OpenSSH Version: -current Platform: Sparc OS/Version: Solaris Status: NEW Severity: major Priority: P1 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org Repo...
2002 Jul 01
3
[Bug 328] starting sshd yeilds PRNG not seeded
http://bugzilla.mindrot.org/show_bug.cgi?id=328 ------- Additional Comments From luc at suryo.com 2002-07-02 06:45 ------- This may not be a openssh problem.... If the openssh/openssl was compiled to use /dev/urandom (or /dev/random) and your system does not have the proper path installed to support /dev/urandom (or /dev/urandom) this is what you will see when you try to start sshd/ssh
2002 Sep 10
0
[Bug 328] starting sshd yeilds PRNG not seeded
http://bugzilla.mindrot.org/show_bug.cgi?id=328 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From djm at mindrot.org 2002-09-10 22:12
2007 Aug 12
5
stubbing a method that yeilds sequential results
...earch_result] However, what I actually need to do is check each result that is yielded by the Connector.each_result method and compare it to the previous one. If they are sufficiently similar I need to merge them (and same again if the next result is sufficiently similar). I only want to yeild merged results and results that are not similar to their preceeding result(s) - I''d imagined he code to do this would be something along the lines of: class Intermediate def self.results(attributes) @saved_result = nil Connector.each_result(attributes) do |result|...
2004 Feb 19
1
controlling nls errors
...tarting values and, if these are not chosen properly, the nls function stops and gives an error message: Error in numericDeriv(form[[3]], names(ind), env) : Missing value or an Infinity produced when evaluating the model In addition: Warning message: NaNs produced in: sqrt((quantum.yeild * I + Amax)^2 - 4 * theta * quantum.yeild * I want to embed the nls function within a loop so that if it gives an error message I can automatically adjust the starting value and retry. To do this I have to be able to test if the function has converged within the loop. I need something like a...
2007 Feb 13
1
Domain Admins with Samba 3.024
I can't seem to get the Domain Admins group members to be recognisd as administrators on domain member PCs.Running net groupmap list yeilds the following: Domain Admins (S-1-5-21-1288424760-4211430746-2168377316-512) -> admin --irrelevant groups omitted-- Running net rpc group members "Domain Admins" yeilds: RLRMR\administrator RLRMR\root Looging in as administrator on a network connected domain member I get only no...
2010 Mar 04
2
exec failure
Hello, I''m using puppet 0.25.1 - and I''m trying to create a custom resource to use launchctl to stop a launchd job. command => "launchctl stop `launchctl list | grep $job_real | cut -f 3`", yeilds: err: //sav/Stop_launchd_job[com.Symantec.SymSecondaryLaunch]/Exec[com.Symantec.SymSecondaryLaunch]/returns: change from notrun to 0 failed: launchctl stop `launchctl list | grep com.Symantec.SymSecondaryLaunch | cut -f 3` returned 1 instead of one of [0] at /var/puppet/environments/development/m...
2006 Mar 04
5
SQlite3 hoopup issues on mac os x
friends of the int-arweb. what does this mean: (in bold) ActiveRecord::StatementInvalid in Contact#create SQLite3::SQLException: SQL logic error or missing database: INSERT INTO contacts Context: this happened after I had finished setting up RoR as per the tutorial at http://maczealots.com/tutorials/ruby-on-rails/ the database, is like, there. is there a nice ruby command like deal to
2006 Sep 14
2
HTB and per-connection bandwidth allocation
...http://mailman.ds9a.nl/pipermail/lartc/2002q3/004977.html I have the same problem to discuss as in the above link. I want to allocate say X MBit per individual connection regardless of the number of connection . KIndly could anyonen suggest me how to proceed. I have tried with SFq but is doesnot yeild my requirement.. Thanks, Namitha. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2014 Jun 10
2
No rule to make target `efi32/com32/lib/memcmp.o', needed by `syslinux.so'.
Hello, A `make efi32` yeilds me make[3]: *** No rule to make target `efi32/com32/lib/memcmp.o', needed by `syslinux.so'. Stop. make[3]: Leaving directory `efi32/efi' make[2]: *** [efi] Error 2 Output of `ls -Gl efi32/com32/lib/mem*.o`: -rw-r--r-- 1 stappers 2812 Jun 10 22:06 efi32/com32/lib/memcpy.o...
2006 Mar 16
2
Queues Not Reporting Estimated Hold Time
...told their posistion in the queue and the CLI says the estimated hold time, but it never plays it for the caller. It worked previously, i am not sure when it stopped, i think after 1.2.1. Is this a known bug? I dont want to report it to the bug tracker if its already been discussed, but a search yeilded no results. Thanks Mike This E-mail, including any attachments, may be intended solely for the personal and confidential use of the sender and recipient(s) named above. This message may include advisory, consultative and/or deliberative material and, as such, would be privileged and con...
2017 Apr 20
3
[PATCH RFC (resend) net-next 0/6] virtio-net: Add support for virtio-net header extensions
...ip the vlan header out. When passing the packet the a guest the >> vlan header is re-inserted in to the packet. We can skip all that work >> if we can pass the vlan data in accelearted format. Then the host will >> not do any extra work. However, so far, this yeilded a very small >> perf bump (only ~1%). I am still looking into this. >> >> - UDP tunnel offload >> * Similar to vlan acceleration, with this extension we can pass additional >> data to host for support GSO with udp tunnel and possible other >>...
2017 Apr 20
3
[PATCH RFC (resend) net-next 0/6] virtio-net: Add support for virtio-net header extensions
...ip the vlan header out. When passing the packet the a guest the >> vlan header is re-inserted in to the packet. We can skip all that work >> if we can pass the vlan data in accelearted format. Then the host will >> not do any extra work. However, so far, this yeilded a very small >> perf bump (only ~1%). I am still looking into this. >> >> - UDP tunnel offload >> * Similar to vlan acceleration, with this extension we can pass additional >> data to host for support GSO with udp tunnel and possible other >>...
2004 Oct 25
5
[LLVMdev] Some Questions about LLVM
hi, all I have some questions about LLVM 1. I recently compiled LLVM on my X86 machine correctly. But when I use the built LLVm compiling programs(in the getting started guide), I got an warning saying can not find library "lc" (something like that). Yet LLVM did yeild a execution native code and it runs correctly except with a waring saying something like "__main**"(I cann't remember very clearly). I followed all the install instructions except the installation dir for llvm is /home/my/llvm/llvm-bin/ and llvmgcc dir is /home/my/llvm/llvm/llvm-gcc a...
2008 Mar 08
5
MEMDISK and ABIOSDSK
Does anyone know if the ABIOSDSK service in XP would "find" and a HDD image pushed to ram by MEMDISK?? ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
2012 Jan 30
3
Problem with Centos 6.2 KVM
Greetings, Launching the virt-manager yeilds following error Error polling connection 'qemu:///system': internal error Cannot find suitable emulator for x86_64 Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/engine.py", line 440, in _tick conn.tick() File "/usr/share/virt-manager...
2006 Jul 03
3
Change the background in a div with CSS
hello everybody, i''m just trying to know this RoR better. And I have a question: - i have a <div> in my scaffold.css and it has a background image. I actually have 5 background pictures and i''d like to use one of them randomly. Do I have to move this div description in another .rb file (where i can do the random pick with ruby?) or is there any other way? i hope it
2006 Apr 07
1
empty production.log
Hi All, All my log files (including production.log) are empty - 0 bytes, and doing a tail command yeilds nothing, even when the app is running! They are chmod''d to 777, along with the /log/ directory. Any ideas why this might be happening? Thanks, Nik Wakelin
2009 Oct 19
1
Convert data frame entries to numbers
...: If I have a data frame: str(test) : $ classcol: Factor w/ 3 levels "1","2","3" How do I convert the entries in this column to numbers. I.e., I want to be abl to do simple calculations like test[1,the_column] - test [2,the_column] without errors. as.numeric(test) yeilds the error "object cannot be coerced to type 'double'" Thanks! John
2004 Jul 10
1
Dangling link to release notes
The first line of ftp://mirror.cs.wisc.edu/pub/mirrors/OpenBSD/OpenSSH/portable/README says See http://www.openssh.com/txt/release-3.8.1 for the release notes. But an attempt to get that page yeilds Not Found The requested URL /txt/release-3.8.1 was not found on this server. Apache/1.3.27 Server at www.openssh.org Port 80 There is, however, a /txt/release-3.8. I can't see what else is there, because http://www.openssh.com/txt gives me Forbidden You don't have permissi...