search for: 680

Displaying 20 results from an estimated 687 matches for "680".

Did you mean: 60
2003 Sep 18
3
[Bug 680] different behavior for pam ssh-1 vs ssh-2 client
http://bugzilla.mindrot.org/show_bug.cgi?id=680 Summary: different behavior for pam ssh-1 vs ssh-2 client Product: Portable OpenSSH Version: 3.7p1 Platform: UltraSparc OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: PAM support...
2011 Aug 26
2
[Bug 680] Packets disappear after NAT on 2nd gateway
http://bugzilla.netfilter.org/show_bug.cgi?id=680 --- Comment #6 from Richard Lucassen <rl-20100926 at xaq.nl> 2011-08-26 14:54:09 --- (In reply to comment #5) > I'm having exactly the same problem. Kernel is 2.6.34.7-56.fc13.x86_64. I > tested the solution (adding the route) and works. Anyhow, it's only usefull for >...
2009 Mar 10
5
Changing factor to numeric
...pe. I have tried using as.numeric() function but it changes the values in the variable to what I think are the ranks of the individual values of the varible in the dataset. For example if 5.735 is the current content in the field, then the new object created by as.numeric will contain a value like 680 if the 5.735 was the highest value for the varible and the dataset had 680 records. How can I change the storage type without changing the contents of this variable in this case? Thanks for your consideration. -- Ojal John Owino P.O Box 230-80108 Kilifi, Kenya. Mobile:+254 728 095 710 [[al...
2020 Mar 27
4
object.size vs lobstr::obj_size
...proximation" (to say the least) e.g. on reference objects where the entire substance of the object is ignored which makes object.size() completely meaningless in that case: setRefClass("A", fields=c(stuff="ANY")) object.size(new("A", stuff=raw(0))) # 680 bytes object.size(new("A", stuff=runif(1e8))) # 680 bytes Why wouldn't object.size() look at the content of environments? Thanks, H. -- Herv? Pag?s Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N,...
2011 Dec 16
1
[Bug 680] Packets disappear after NAT on 2nd gateway
http://bugzilla.netfilter.org/show_bug.cgi?id=680 Willie <MidSpeck at hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |MidSpeck at hotmail.com --- Comment #8 from Willie <MidSpeck...
2006 Oct 31
0
PSARC 2005/680 new scsi_hba_tran entry points
Author: taylor Repository: /hg/zfs-crypto/gate Revision: 335e022a37cd4d31da0fe6bbda3b2617215776b1 Log message: PSARC 2005/680 new scsi_hba_tran entry points 6352261 hba drivers could make use of a scsi_pkt allocator Files: update: usr/src/uts/common/io/scsi/impl/scsi_hba.c update: usr/src/uts/common/io/scsi/impl/scsi_resource.c update: usr/src/uts/common/sys/scsi/impl/transport.h update: usr/src/uts/common/sys/scsi/s...
2004 Jul 02
1
Kyocera 680 KX and driver uploads failing - anybody have success?
Hi All, Just a quick one. Some turkey has bought a kyocera 680 and we have to set it up for samba print sharing. We have about 35 other HP, Lexmark, and other things working a treat on this server so I know it's all working. When I try to upload the driver for the kyocera it uploads fine from my windoze box and everything looks sweet, I apply and I get...
2012 Dec 06
0
[Bug 680] Packets disappear after NAT on 2nd gateway
http://bugzilla.netfilter.org/show_bug.cgi?id=680 Jozsef Kadlecsik <kadlec at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |...
2013 Mar 25
0
NVIDIA GeForce GTX 680 passthough success
Hello, I have success with passthough nvidia gtx 680 with hardware modification to nvidia grid k2 with using kvm, but i think it will works with xen too. This is is message about hardware modification http://www.eevblog.com/forum/projects/hacking-nvidia-cards-into-their-professional-counterparts/msg207550/#msg207550 Thank you. ___________________...
2013 Oct 23
0
Soft lockup btrfs-transacti:680
When I try to umount btrfs filesystem I get always this error with kernel 3.11.4 and 3.11.3, but I can mount and umount without error on kernel 3.11.2. Exact error messages are: BUG: soft lockup - CPU#0 stuck for 23s! [btrfs-transacti:680] BUG: soft lockup - CPU#1 stuck for 23s! [umount:1575] I''m on Fedora 19 I have run scrub and there are no errors: # btrfs scrub status /home scrub status for xxxx scrub started at Tue Oct 22 17:06:16 2013 and finished after 3600 seconds total bytes scrubbed: 117.51GB with 0 erro...
2015 May 16
1
[Bug 90486] New: Lockups on GTX 680
https://bugs.freedesktop.org/show_bug.cgi?id=90486 Bug ID: 90486 Summary: Lockups on GTX 680 Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org...
2009 Aug 03
3
Help with reshaping data.frame
...variations. I have a data.frame with more levels than this, but similar to: > tst K1 K2 K3 V1 V2 V3 1 10 D a 0.08 99 105 2 20 D a 0.00 79 522 3 30 D a 0.31 70 989 5 20 E a 0.08 73 251 6 30 E a NA 38 323 7 10 D b NA 76 775 8 20 D b 0.26 84 372 9 30 D b 0.24 51 680 10 10 E b 0.11 85 532 12 30 E b 0.07 20 364 > dput(tst) structure(list(K1 = c(10, 20, 30, 20, 30, 10, 20, 30, 10, 30), K2 = structure(c(1L, 1L, 1L, 2L, 2L, 1L, 1L, 1L, 2L, 2L), .Label = c("D", "E"), class = "factor"), K3 = structure(c(1L, 1L, 1L, 1L,...
2011 Mar 04
5
How to intercept an instance method from StdLib (1.9.2)
...(false) lambda{ B3::Bdd::Helpers.rvm_path}.should raise_error(RuntimeError, "File not found:") end Appreciate any tips. -- ????'' ??? ??????, ???'' ?????? ?? ???? [The fox knows many things, but the hedgehog knows one big thing.] ? Archilochus, Greek poet (c. 680 BC ? c. 645 BC) http://wiki.hedgehogshiatus.com
2013 Sep 23
31
Xen VGA Passthrough - GTX 680 successfully hard-moded to GRID K2
Hi Gordan, I wanted to let you know that today I decided to have a try for my GTX 680. Gigabite GTX 680 2048 MB GDDR5. I know that this particular card could be hard-moded to GRID K2 so VGA passthrough could work. Following instructions found on http://www.eevblog.com/forum/chat/hacking-nvidia-cards-into-their-professional-counterparts/420/ I just removed two resistors. Here is a...
2013 Sep 23
31
Xen VGA Passthrough - GTX 680 successfully hard-moded to GRID K2
Hi Gordan, I wanted to let you know that today I decided to have a try for my GTX 680. Gigabite GTX 680 2048 MB GDDR5. I know that this particular card could be hard-moded to GRID K2 so VGA passthrough could work. Following instructions found on http://www.eevblog.com/forum/chat/hacking-nvidia-cards-into-their-professional-counterparts/420/ I just removed two resistors. Here is a...
2012 Aug 30
2
Nvidia: card fails to work in EITHER dom0 or domU -- any advice?
Hi all, I have a Nvidia GeForce GTX 680 that I''d like to use in a Xen configuration. I don''t care if it''s used by dom0 or by a linux domU guest, either would be OK for my purposes. Since getting this card, I''ve experimented with Linux 3.4.6 and Xen 4.1.2 and determined the following: 1. The card wor...
2012 Dec 25
11
[Bug 58735] New: GeForce 680, HDMI output no good after passing through HDMI-to-DVI converter
https://bugs.freedesktop.org/show_bug.cgi?id=58735 Priority: medium Bug ID: 58735 Assignee: nouveau at lists.freedesktop.org Summary: GeForce 680, HDMI output no good after passing through HDMI-to-DVI converter QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: quantheory at gmail.com Hardware: x86-64 (AMD64...
2020 Mar 27
2
object.size vs lobstr::obj_size
...on reference objects where the entire substance of the object is > ignored > which makes object.size() completely meaningless in that case: > > ? ?setRefClass("A", fields=c(stuff="ANY")) > ? ?object.size(new("A", stuff=raw(0)))? ? ? # 680 bytes > ? ?object.size(new("A", stuff=runif(1e8)))? # 680 bytes > > Why wouldn't object.size() look at the content of environments? > > > As the author, I'm obviously biased, but I do like lobstr::obj_sizes() > which allows you to see the addition...
2008 Aug 14
1
Moving Average Question
Dear all. I have data that looks like this: Biller Cycle Jan Feb Mar Apr May JuneAB 1 100 150 150 200 300 450JL 2 650 600 750 700 850 800JL 3 700 740 680 690 700 580IR 1 455 400 405 410 505 550IR 4 600 650 700 750 650 680IR 5 100 150 120 130 140 190IR 9 600 640 630 625 680 690 For each biller and cycle, I want to determine the six months average for Jan-Jun and also a 3-month moving average for Jan-Jun. If a c...
2007 Dec 01
1
Dismiss previous email
Sorry about that, it was sent by accident. I have a data frame that looks something like this: id day k 56 -1 566 63 -1 680 73 -1 773 56 2 298 63 2 273 Of course, it is a very simplified version of the real data frame I am working on. I need to add another column that would represent a percent change in k from day -1, by id. I put only two ids at day 2 to emphasize the fact that after day -1 some su...