similar to: Hardware oddity - linux/windows

Displaying 20 results from an estimated 10000 matches similar to: "Hardware oddity - linux/windows"

2010 Apr 23
1
Oddity with internet access and R 11.0 with Sophos firewall and Windoze XP - solved
Just in case anyone else hits this. I just installed R 11.0 alongside R 10.1.0 (off my D: drive in D:\R\... but I think that's irrelevent) and all went well, I selected my nearest CRAN mirror (Bristol is the one I like) and getting the selection list seemed to take ages though it did come eventually. However, I then got an error message saying that R couldn't make contact on port 80. I
2015 Nov 18
2
[PATCH] virtio_ring: Shadow available ring flags & index
On Mon, Nov 16, 2015 at 7:46 PM, Xie, Huawei <huawei.xie at intel.com> wrote: > On 11/14/2015 7:41 AM, Venkatesh Srinivas wrote: > > On Wed, Nov 11, 2015 at 02:34:33PM +0200, Michael S. Tsirkin wrote: > >> On Tue, Nov 10, 2015 at 04:21:07PM -0800, Venkatesh Srinivas wrote: > >>> Improves cacheline transfer flow of available ring header. > >>> >
2015 Nov 18
2
[PATCH] virtio_ring: Shadow available ring flags & index
On Mon, Nov 16, 2015 at 7:46 PM, Xie, Huawei <huawei.xie at intel.com> wrote: > On 11/14/2015 7:41 AM, Venkatesh Srinivas wrote: > > On Wed, Nov 11, 2015 at 02:34:33PM +0200, Michael S. Tsirkin wrote: > >> On Tue, Nov 10, 2015 at 04:21:07PM -0800, Venkatesh Srinivas wrote: > >>> Improves cacheline transfer flow of available ring header. > >>> >
2001 Dec 05
2
paste doesn't appear to paste?
Sorry to be posting another question, but my learning curve is starting to flatten some now. What am I missing here? > temp _ name[reis==toupper(location[order(Vgrablow2)][N])] > temp [1] "Lawton" > paste(temp,g) [1] "Lawton" # WHERE IS THE SECOND ELEMENT? > g [1] 0.29 > a _ "Lawton" > paste(a,g) [1] "Lawton 0.29"
2002 Nov 07
2
combinations
I need to construct all possible combinations of an vector of length N taken X at a time for simulation purposes. Taking a a small vector as an example: >input <- c('a','b','c','d') >somefunction(input) a,b,c a,b,d a,c,d b,c,d my only solution thus far is: somefunction <- function(x){ ...a series of grotesque and horribly inefficient loops
2002 Mar 18
3
function design
I have a, no doubt, simple question. I wish to write a function such that a <- 9 b <- 10 changer _ function(x,y) { if (y>x){ x <<- Y+1}} Of course there are easier ways to accomplish the task above, but I am more interested in how to have the "x <<- Y+1" part of the function to change x in place for purposes of a much larger function. I have been wrestling with
2004 Jan 08
2
Sweave & xtable
I am just starting to learn Sweave (really neat tool). I am pretty early in the learning curve (I had to think a moment ago whether a # or % was the appropriate comment character). I have successfully incorporated simple graphics and outputs, but am having trouble getting a latex (xtable) table to function properly. Latex is seemingly treating the xtable code as input or verbatim text. That
2002 May 01
2
predict assistance
I have a question regarding application of model coefficients between datasets. In particular, I have several datasets which I would like to apply a model estimated from only a single dataset (sort of a crude - out of sample application - to show the variances). lets say, names(a) [1] "stdnoi" "momentum" "tbm3" "metcons" "premium"
2004 Mar 23
2
optimal hardware for computations in R?
Hi, I am planning to buy a new PC for computing simulations in R under Linux. I was searching the web/mailing list-archives for useful hints about the "optimal" choice of hardware - surprisingly I found no recent topics. As far as I know, R doesn't use threads, so I think that there should be no benefit in choosing a dual-processor machine. So the remaining affordable choices
2017 Nov 13
3
IMAP connections with ".eml" in the username - bot attack.
We are seeing lots of IMAP login attempts like this: dovecot[363]: imap-login: Disconnected (auth failed, 1 attempts in 6 secs): user=<xcentrex5fxnewx5fxyorkx5fxquotex5fxisx5fxreadyx2dxx2dx426453.eml>, method=PLAIN, rip=197.255.60.118, or dovecot[363]: imap-login: Disconnected (auth failed, 1 attempts in 6 secs): user=<xmatchingx5fxyourx5fxrecentx5fxvisitx5fxonx5fxx2dxx2dx121584.eml at
2003 Jan 02
2
anti-virus
Hello all Have a small problem. We use Samba as our PDC for a large amount of NT clients. We also use Sophos anti-virus to protect the workstations and servers. The problem basically is that although I can get Sophos to work properly I have to go to the actual workstation to install it from the server. Once I've done this Sophos works fine and automatically updates from the server.
2015 Sep 01
3
Can't get cable connection working on virtual router machine
I'm pretty new to KVM and have a KVM CentOS 7.1 hypervisor running a few VMs. I'm moving all my VMs from an ESXi host as I want to use KVM in future. Most of my VMs are working except for one which is running a Sophos UTM router (Sophos UTM is similar to products like pfSense <https://www.pfsense.org/>, Smoothwall <http://www.smoothwall.org/> etc). The host has 3 physical NICs
2015 Sep 01
2
Re: Can't get cable connection working on virtual router machine
Hi, I'm not sure what sort of diagram you mean, but I'll have a try. Does this help? It sounds like I need to do something to enable routing on what I've labelled "NIC3" on the diagram - can you please explain what I need to do? [image: Inline image 1] Regards, Phill On Tue, Sep 1, 2015 at 4:53 PM, Ajey Gore <ajeygore@gmail.com> wrote: > Can you please drop a
2001 Nov 27
3
Equations as arguments to functions
I am trying to pass an equation as an arguement to a function, which seems pretty straightforward given lazy evaluation. I constructed the following little test to make sure I sort of knew what I was doing: go <- function(X,eq) { C <<- X*2; d <<- eq} a _ rnorm(100) go(10,eq=a[.5*length(a)]+C+1) > C [1] 20 > d [1] 21.10551 > a[.5*length(a)] [1] 0.1055086 Everything
2013 Feb 12
6
Passing traffic between separate public subnets on same interface
I have read everything I can find in the docs and faqs about this, and I feel there must just be some simple thing I''m not doing, but I''m stumped. Two interfaces, eth0 and eth1.  eth1 is the WAN connection to the upstream provider, and has a single IP and the default gateway.  Connection uses bgp. eth0 is the LAN interface, and has multiple IP addresses, private (ie., 10.0.2.x)
2000 Dec 04
29
Thank You!
Robert's suggestion indeed fixed the problem. I kept thinking those entries were necessary in inetd.conf. Also, kind thanks to Fred Gilbert for his prompt responses.:-) John
2002 Dec 08
4
Antivirus
Anyone are using Server Protect for Linux to protect the files on Samba File Server ? Are there any other product, I want to check every file saved on my file server. -------------- next part -------------- HTML attachment scrubbed and removed
2015 Sep 01
2
Re: Can't get cable connection working on virtual router machine
Hi Ajey, I thought I already was doing bridge mode. Below are the network interface definitions from the XML config file for the Sophos VM. (Note that it's actually the middle definition which is connected to the cable modem which is different to how I showed it in the earlier diagram). What I don't understand is that the interface type says "direct" in the XML even though in
2005 Jul 07
2
MeetMe hardware dimensioning
Hi all. What is the best hardware configuration to handle this following scenario? - 4 IVR menu with conference applications for each option; - Only SIP/g711 user access - 3500 simultaneous users(800 at the beginning) - No ZAP channels Where is the most important point of failure? CPU? Ethernet? RAM? Im planning to separate in three servers: Server01: 01 Xeon 3Ghz getting the 1st level of
2009 Nov 09
1
talpy-deny error when combining samba and sophos
Hi, I'm getting the following error when trying to save a file in a share with activated on-access-scanning using sophos: Nov 9 17:10:41 server kernel: talpa-deny: Error occured while opening /vol/group/test.ppt on behalf of process smbd[23713/23713] owned by 6688(6688)/0(7003) <512> I know that this is not a samba problem, but may be someone had this problem too and solved it.