search for: rps

Displaying 20 results from an estimated 74 matches for "rps".

Did you mean: ops
2013 Nov 28
0
tinc Digest, Vol 109, Issue 7
...; and IPv6 > Message: 3 > > I can confirm this issue is also occurring when using tinc 1.1pre9 > with > elliptic encryption. > > On 2013-11-28 12:12, tomp at tomp.co.uk wrote: >> Here's some more info, as a timeout just occurred using rsync from >> rsukmhb to rps sites: >> >> Nov 28 11:59:01 rsuk-mhb-pubweb101 php: ict-pubweb [SyncSites] >> (21294) Info: Plugin started >> Nov 28 11:59:01 rsuk-mhb-pubweb101 php: ict-pubweb [SyncSites] >> (21294) Info: Last sync build time: 2013-11-27 09:50:40 >> Nov 28 11:59:16 rsuk-mhb-p...
2013 Nov 28
2
Intermittent TCP connect issues when using tinc 1.0.23 and IPv6
...r when routing the TCP over the internet directly. I am using a pure IPv6 setup (i.e direct IPv6 connections, and tunneled IPv6 subnets). My configs are as follows: Site 1: ----------------------- tinc.conf: Name = rsukmhb AddressFamily = ipv6 BindToAddress = 2001:1b40:5000:19::2 ConnectTo = rps IffOneQueue = yes tinc-up: #!/bin/sh logger -t tinc Bringing up interface $INTERFACE ip -6 link set "$INTERFACE" up ip -6 link set "$INTERFACE" txqueuelen 10 ip -6 addr add fdd1:c52a:3c24:3384::2/64 dev "$INTERFACE" subnet-up: #!/bin/sh [ -z "$NAME" ] &am...
2011 Nov 28
0
CentOS 6.1- RPS/RFS kernel patch
...uot; <amyagi at gmail.com> escreveu: > De: "Akemi Yagi" <amyagi at gmail.com> > Para: "CentOS mailing list" <centos at centos.org> > Enviadas: Sexta-feira, 25 de Novembro de 2011 17:56:21 (GMT-0300) Auto-Detected > Assunto: Re: [CentOS] CentOS 6.1- RPS/RFS kernel patch > > On Fri, Nov 25, 2011 at 11:49 AM, Karanbir Singh > <mail-lists at karan.org> wrote: > > On 11/25/2011 07:35 PM, Antonio da Silva Martins Junior wrote: > >> ? ? I'm looking into the RPMs changelog for the 6.0CR kernel, and > didn't > &...
2014 Jan 13
2
[PATCH net-next v2 4/4] virtio-net: initial debugfs support, export mergeable rx buffer size
...to the > > struct net_device from the netdev_rx_queue. If we extended > > netdev_rx_queue to indicate the queue_index or to store a void *priv_data > > pointer, that would be sufficient to allow us to resolve this issue. > > Hmm netdev_rx_queue is not defined unless CONFIG_RPS is set. > Maybe we should use a different structure. [...] I don't think RPS should own this structure. It's just that there are currently no per-RX-queue attributes other than those defined by RPS. By the way, CONFIG_RPS is equivalent to CONFIG_SMP so will likely be enabled already i...
2014 Jan 13
2
[PATCH net-next v2 4/4] virtio-net: initial debugfs support, export mergeable rx buffer size
...to the > > struct net_device from the netdev_rx_queue. If we extended > > netdev_rx_queue to indicate the queue_index or to store a void *priv_data > > pointer, that would be sufficient to allow us to resolve this issue. > > Hmm netdev_rx_queue is not defined unless CONFIG_RPS is set. > Maybe we should use a different structure. [...] I don't think RPS should own this structure. It's just that there are currently no per-RX-queue attributes other than those defined by RPS. By the way, CONFIG_RPS is equivalent to CONFIG_SMP so will likely be enabled already i...
2014 Jan 13
0
[PATCH net-next v2 4/4] virtio-net: initial debugfs support, export mergeable rx buffer size
On Mon, Jan 13, 2014 at 7:38 AM, Ben Hutchings <bhutchings at solarflare.com> wrote: > I don't think RPS should own this structure. It's just that there are > currently no per-RX-queue attributes other than those defined by RPS. Agreed, there is useful attribute-independent functionality already built around netdev_rx_queue - e.g., dynamically resizing the rx queue kobjs as the number of RX q...
2005 Dec 01
1
Simulate Correlated data from complex sample
...ry simple and transparent. Any thoughts are much appreciated, Harold Ver 2.2 Windows XP N <- 5000 # Number of students J <- 50 # Number of schools N_j <- N/J # Number of students in each school a_g <- c(0,.5,1) # This is the growth vector # Step 1 -- create psi for base grade rps <- rep(N_j, J) v_gk <- rep(rnorm(J, 0, sqrt(.01) ), rps) v_gik <- rnorm(N, 0, sqrt(.99)) # Organize into a dataframe data <- data.frame(schid = rep(1:J, rps), stuid = 1:N, cbind(v_gk, v_gik), psi = v_gk + v_gik + a_g[1]) # Now create theta B_g <- .95 # This is correlation betw...
2005 Nov 29
1
rlogis() in simulation
...e above? You can see my erroneous code below. Thanks, Harold ## Note, the subscripts are a little messy as I am changing some notation. But it should be transparent (I hope) N <- 5000 # Number of students J <- 50 # Number of schools N_j <- N/J # Number of students in each school rps <- rep(N_j, J) error <- matrix(numeric(N * 40), ncol = 40) for(i in 1:40){ e_gik <- rlogis(N, 0, sqrt(1.7-.25) ) e_gk <- rep(rlogis(J, 0, sqrt(.25) ), rps) error[,i] <- e_gk + e_gik } Windows XP platform i386-pc-mingw32 arch i386 os mingw32 sy...
2009 Jan 28
1
Permissions problem - I am in the proper group but still can't create files
...does it also have to be owned by administrator? I don't have this issue on all my other linux servers, just this new one (CentOS 5.2). Here is the folder I'm trying to create a file in: drwxrwxr-x 2 root users 4096 Jan 28 11:10 foo Here is the line from /etc/group: users:x:100:rps,administrator,root And here is my samba share: [websites] comment = /home/WWW-data path = /home/WWW-data read only = no valid users = rps administrator create mask = 0664 directory mask = 0775 force user = administrator force group = nobody Thanks for any help. -Ryan
2005 May 11
2
Regsubsets()
...members I am using the regsubsets function to select a few predictor variables using Mallow's Cp: > sel.proc.regsub.full <- regsubsets(CO2 ~ v + log(v) + v.max + sd.v + tad + no.stops.km + av.stop.T + a + sd.a + a.max + d + sd.d + d.max + RPA + P + perc.stop.T + perc.a.T + perc.d.T + RPS + RPSS + sd.P.acc + P.dec + da.acc.1 + RMSACC + RDI + RPSI + P.acc + cov.v + cov.a + cov.d + sd.P + sd.v.run + RCS + T + mass.fin, data = DATASET, weights = count, nbest = 10, nvmax = 35, method = "exhaustive") I do however encounter the following warning message which I do not understa...
2017 Nov 16
1
[HCL] Riello IPG 600 supported by riello_usb / incorrect battery.charge and ups.temperature values
...d64 [installed] nut-server/zesty-updates,now 2.7.4-5ubuntu2.1 amd64 [installed] However, the command upsc returns incorrect values for battery.charge and ups.temperature: battery.capacity: 5 battery.charge: 255 battery.runtime: 3932100 battery.voltage: 13.5 battery.voltage.nominal: 12 device.mfr: RPS S.p.a. device.model: USV5 device.serial: device.type: ups driver.name: riello_usb driver.parameter.pollinterval: 2 driver.parameter.port: auto driver.parameter.synchronous: no driver.version: 2.7.4 driver.version.internal: 0.03 input.bypass.frequency: 409.50 input.bypass.voltage: 4095 input.frequen...
2014 Feb 16
0
Riello iDialog 800 device variables
...seems to work quite nicely, but I want to submit the output of upsc, because some values are not correct (battery.charge, battery.runtime, ups.temperature, for instance): battery.capacity: 7 battery.charge: 255 battery.runtime: 3932100 battery.voltage: 13.7 battery.voltage.nominal: 12 device.mfr: RPS S.p.a. device.model: UNV1 device.serial: device.type: ups driver.name: riello_usb driver.parameter.pollinterval: 2 driver.parameter.port: auto driver.version: 2.7.1 driver.version.internal: 0.02 input.bypass.frequency: 409.50 input.bypass.voltage: 4095 input.frequency: 50.10 input.voltage: 232 outp...
2016 Mar 24
1
riello idialog 600
Hello. Thanx for your answer. It work ! Riello Idialog present in list as IDL 600 But I have 2 bugs battery.charge: 255 ups.temperature: 255 battery.capacity: 7 battery.charge: 255 battery.runtime: 3932100 battery.voltage: 13.7 battery.voltage.nominal: 12 device.mfr: RPS S.p.a. device.model: UNV1 device.serial: device.type: ups driver.name: riello_usb driver.parameter.pollinterval: 2 driver.parameter.port: auto driver.version: 2.7.1 driver.version.internal: 0.02 input.bypass.frequency: 409.50 input.bypass.voltage: 4095 input.frequency: 50.00 input.voltage: 240 outp...
2011 Jan 15
1
R scheduling request
Dear all, I have used R.rps to produce a Google API chart (googleVis) with a data request in another server. But i don't understand how is possible to scheduling a request data to the server and after produce a update of the charts. Thanks in advance. Alessandro Oggioni
2006 Jan 22
0
Rank Product
...duct to determine the differential expression of genes in 2 classes. The importance of the thing is to know: - How can I determine which class is the class of up-regulated genes and which to the down regulated gene - How can i interpret the results : $pfp, $RPs, $RPrank, Orirank, $Orirank$"class1 > class 2" $Orirank$"class1 < class 2" $AveFC Table1: Genes called significant under class1 < class2 Table2: Genes called significant under class1 > class2 Thanks...
2001 Dec 18
0
[Bug 42] sh: scp: not found
http://bugzilla.mindrot.org/show_bug.cgi?id=42 hampus.lind at rps.police.se changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments Fro...
2020 Nov 16
1
help with "too many clients awaiting authentication"
...and after digging, delete logs and restart icecast we found this: [2020-11-15 22:09:38] INFO auth/queue_auth_client auth on (default mount) has 101 pending [2020-11-15 22:09:38] WARN auth/auth_add_listener too many clients awaiting authentication Before those errors our auth api was logging ~60 rps in ~150ms (during the error the api was not getting requests). Has anyone else has already faced this problem? Any tips? Best, Thiago -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20201115/0311f293/attachmen...
2016 Mar 23
3
riello idialog 600
Hello. I use nut 2.7.2 and have riello idialog 600 Ups.conf: [riello] driver = riello_usb port = auto desc = "riello" and get error root at server:/home/manu/Desktop# /lib/nut/usbhid-ups -a riello Network UPS Tools - Generic HID driver 0.38 (2.7.2) USB communication driver 0.32 Error: UPS [riello] is for driver riello_usb, but I'm usbhid-ups! When I chnge driver to usbhid-ups
2013 Jul 30
0
nut package with Riello UPS support
On Jul 30, 2013, at 10:39 AM, Pavel Potcheptsov (EKTOS) wrote: > Is this a trouble? Driver use path /var/state/ups/ but upsd use path /var/db/nut/upsd.pid Yes, the driver and upsd need to agree on the path to the socket. From the FreeBSD ports tree: /usr/ports/sysutils/nut/Makefile: STATEDIR?= /var/db/nut [...] CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \
2015 Apr 15
2
Cannot connect to a GPSER on serial, USB returning wrong data
...phase, the drive sees them as 3-phase. The output of upsc is below. You'll notice a lot of 52432 values. How can I debug this? /usr/local/ups/bin/upsc nod battery.capacity: 52432 battery.charge: 64720 battery.runtime: 3145920 battery.voltage: 5243.2 battery.voltage.nominal: 52432 device.mfr: RPS S.p.a. device.model: device.serial: device.type: ups driver.name: riello_usb driver.parameter.pollinterval: 2 driver.parameter.port: /dev/ttyUSB0 driver.version: 2.7.2 driver.version.internal: 0.03 input.bypass.frequency: 5243.20 input.bypass.L1-N.voltage: 52432 input.bypass.L2-N.voltage: 52432 inp...